-- --------------------------------------------------------
-- Host:                         alejoposada.info
-- Versión del servidor:         5.7.35 - MySQL Community Server (GPL)
-- SO del servidor:              Linux
-- HeidiSQL Versión:             10.1.0.5464
-- --------------------------------------------------------

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
/*!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' */;

-- Volcando estructura para tabla quimico4_sie.sie_departamentos
CREATE TABLE IF NOT EXISTS `sie_departamentos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `codigo` int(11) DEFAULT NULL,
  `descripcion` varchar(50) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  `codigo_pais` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  KEY `FK_sie_departamentos_sie_paises` (`codigo_pais`),
  KEY `codigo` (`codigo`),
  CONSTRAINT `FK_sie_departamentos_sie_paises` FOREIGN KEY (`codigo_pais`) REFERENCES `sie_paises` (`codigo`),
  CONSTRAINT `sie_departamentos_ibfk_1` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_departamentos_ibfk_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_departamentos: ~33 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_departamentos` DISABLE KEYS */;
INSERT INTO `sie_departamentos` (`id`, `codigo`, `descripcion`, `estado`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`, `codigo_pais`) VALUES
	(40, 5, 'ANTIOQUIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(41, 8, 'ATLANTICO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(42, 11, 'BOGOTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(43, 13, 'BOLIVAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(44, 15, 'BOYACA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(45, 17, 'CALDAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(46, 18, 'CAQUETA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(47, 19, 'CAUCA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(48, 20, 'CESAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(49, 23, 'CORDOBA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(50, 25, 'CUNDINAMARCA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(51, 27, 'CHOCO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(52, 41, 'HUILA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(53, 44, 'LA GUAJIRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(54, 47, 'MAGDALENA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(55, 50, 'META', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(56, 52, 'NARIÑO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(57, 54, 'N. DE SANTANDER', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(58, 63, 'QUINDIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(59, 66, 'RISARALDA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(60, 68, 'SANTANDER', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(61, 70, 'SUCRE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(62, 73, 'TOLIMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(63, 76, 'VALLE DEL CAUCA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(64, 81, 'ARAUCA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(65, 85, 'CASANARE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(66, 86, 'PUTUMAYO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(67, 88, 'SAN ANDRES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(68, 91, 'AMAZONAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(69, 94, 'GUAINIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(70, 95, 'GUAVIARE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(71, 97, 'VAUPES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169),
	(72, 99, 'VICHADA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 169);
/*!40000 ALTER TABLE `sie_departamentos` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_documentos
CREATE TABLE IF NOT EXISTS `sie_documentos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `id_tipo` int(11) NOT NULL,
  `nombre` varchar(50) NOT NULL,
  `descripcion` varchar(300) NOT NULL,
  `acceso_global` int(11) NOT NULL COMMENT '1 = Acceso para todos los usuarios, 0 acceso solo para usuarios del proceso',
  `id_proceso` int(11) NOT NULL,
  `id_usuario_crea` int(11) NOT NULL,
  `fecha_creacion` datetime NOT NULL,
  `id_estado` int(11) NOT NULL,
  `ruta` varchar(200) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_documentos_sie_tipo_documentos` (`id_tipo`),
  KEY `FK_sie_documentos_sie_procesos` (`id_proceso`),
  KEY `FK_sie_documentos_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_documentos_sie_estado_documentos` (`id_estado`),
  CONSTRAINT `FK_sie_documentos_sie_estado_documentos` FOREIGN KEY (`id_estado`) REFERENCES `sie_estado_documentos` (`id`),
  CONSTRAINT `FK_sie_documentos_sie_procesos` FOREIGN KEY (`id_proceso`) REFERENCES `sie_procesos` (`id`),
  CONSTRAINT `FK_sie_documentos_sie_tipo_documentos` FOREIGN KEY (`id_tipo`) REFERENCES `sie_tipo_documentos` (`id`),
  CONSTRAINT `FK_sie_documentos_sie_usuarios` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_documentos: ~6 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_documentos` DISABLE KEYS */;
INSERT INTO `sie_documentos` (`id`, `id_tipo`, `nombre`, `descripcion`, `acceso_global`, `id_proceso`, `id_usuario_crea`, `fecha_creacion`, `id_estado`, `ruta`) VALUES
	(13, 8, 'LEY 115 DE 1954', 'Ley general de educación', 0, 22, 20, '2021-03-13 19:29:30', 1, 'Ley_115_1994.pdf'),
	(14, 8, 'DECRETO 3020 DE 2002 ', 'La organización de la planta directiva de los establecimientos educativos\r\n', 0, 22, 20, '2021-03-13 19:31:01', 1, '141_Decreto_3020_2002.pdf'),
	(15, 8, 'DECRETO 1850 DE 2002', 'Por el cual se reglamenta la organización de la jornada laboral de directivos, docentes\r\nde los establecimientos educativos\r\n', 0, 22, 20, '2021-03-13 19:32:00', 1, 'articles-103274_archivo_pdf.pdf'),
	(16, 8, 'DECRETO 230 DE 2002', 'Por medio del cual se dictan normas en materia de curriculo evaluación y memoración\r\nde los educandos y evaluación institucional.\r\n', 0, 22, 20, '2021-03-13 19:33:50', 1, 'articles-103274_archivo_pdf.pdf'),
	(17, 8, 'LEY 1732 DE SEPTIEMBRE 01 DE 2014', 'Por la cual se establece catedra de la paz en todas las instituciones educativas del país ', 1, 22, 20, '2021-03-13 19:35:24', 1, 'LEY 1732 DE 2014.pdf'),
	(24, 9, 'CIRCULAR 2', 'UNA DESCRIPCION', 1, 28, 20, '2021-04-08 19:56:01', 1, '387P-Alejandro-Posada.pdf');
/*!40000 ALTER TABLE `sie_documentos` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_enlaces
CREATE TABLE IF NOT EXISTS `sie_enlaces` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `codigo` varchar(50) NOT NULL DEFAULT '0',
  `estado` int(11) NOT NULL DEFAULT '0' COMMENT '1=Activo, 2=Usado',
  `correo_hash` varchar(400) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=latin1;

-- Volcando datos para la tabla quimico4_sie.sie_enlaces: ~48 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_enlaces` DISABLE KEYS */;
INSERT INTO `sie_enlaces` (`id`, `codigo`, `estado`, `correo_hash`) VALUES
	(8, 'd0a49c0d65933a97d2455c0ff61c0cda', 1, 'd781aaa1efb01b432b2a7bf742ff18bf'),
	(9, '2163db7f62a5c66273d2437dd684db37', 1, 'd781aaa1efb01b432b2a7bf742ff18bf'),
	(10, '3e697bf74801510e416acd403875e705', 1, 'd781aaa1efb01b432b2a7bf742ff18bf'),
	(16, '645bb57100e5c638c68364a843958d04', 1, '47aae879db2be356ef4b5ae7f7d8950a'),
	(17, 'dca5061098314c36b705c327352f3641', 1, '34df03d73510548feb24aaf831bc2bce'),
	(18, '5728be69c1383d971bf841dfe6940cfc', 1, '34df03d73510548feb24aaf831bc2bce'),
	(19, '4882d095cb3ba59031f21ce0b455e3ba', 1, '34df03d73510548feb24aaf831bc2bce'),
	(20, '1a9c06a40b9df85d776b5577b644aa14', 1, '34df03d73510548feb24aaf831bc2bce'),
	(21, '9cb3cc356cd3ebbb711d22c789e9f27a', 1, 'd781aaa1efb01b432b2a7bf742ff18bf'),
	(22, '86ddf5f9d1b38fdc3bef918bf5e7aada', 1, 'd781aaa1efb01b432b2a7bf742ff18bf'),
	(23, '43237ceea7a55053a32db5ec05b9d715', 1, 'd781aaa1efb01b432b2a7bf742ff18bf'),
	(24, '188d7d6517aa324787cb5fc70a5e7fc8', 1, 'd781aaa1efb01b432b2a7bf742ff18bf'),
	(25, '6c1dc23ca705b1953b4b224bc9da9738', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(26, 'c4a9bf533972647d86f27ce51bda858d', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(27, '5021601250752c0770732eeb8938ed4d', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(28, '00890b8860793d312b4898c53df117ec', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(29, 'e7e177c49eac9a1ef50e58c67f5d3d82', 1, '4e15e42e4e06aa4225f9f9685d44dd67'),
	(30, '260bc12ddb5faa0d80010b70900263a2', 1, 'a2b4fb37ceb91e0d4481447b54e3197c'),
	(31, 'f5013f131fdfa86cf7a0e11c0686d0dd', 2, 'd781aaa1efb01b432b2a7bf742ff18bf'),
	(32, '387148e2aaf68158eeea71a034a04740', 1, '34df03d73510548feb24aaf831bc2bce'),
	(33, '085bf4cde9288faa9bb8c711e5ed49f2', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(34, '036a905e1a521ad0634dbbddc0892cc0', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(35, '03bd1d17948388575262399bcf9ea143', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(36, '1d8778b2ddd10aebc58beb5df45a4e17', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(37, 'b985c6493828e7c8b5f5778d410cd130', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(38, 'e4da45daab0509068e71f4002a3511a8', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(39, '9ea5e194efeb3af69f72afa709b5260f', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(40, 'b8518bc06934d8c1e02b35387a882b4c', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(41, '01dc23023853b43a80f34b1a34327553', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(42, 'e3b6b602987628fe0ce6171a8da55c2b', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(43, '361a377575eefb21fdc6ac47673ebb1d', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(44, '73ecb97710bd233d8cfba718ef1aae3f', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(45, 'd2a47ef1d893004983795981e4f3524c', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(46, 'a8068ea8c6cebbcf673b0d42f36671d6', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(47, '7e56682cf6c9c6e6a034e24ae81a73cc', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(48, '7c7520d98ba661fe7c5efb8db73f4355', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(49, '8dfd1011799a0a450524c60ae86f22e7', 1, 'e73353e6ba1dd55428c6cbd4863aea84'),
	(50, '28b6b994932c214fbef5bfcec11dd558', 1, '34df03d73510548feb24aaf831bc2bce'),
	(51, '2d498a6c9cec217d165f5f431cff3e2f', 1, '34df03d73510548feb24aaf831bc2bce'),
	(52, 'da1a878cb694e0ae465eef73cfd176cb', 1, 'a2b4fb37ceb91e0d4481447b54e3197c'),
	(53, '830d112ff214c17e420802e712773750', 1, '9ad1dd3a65757454ca80970790ba102a'),
	(54, 'cea0997d816acbc635f03638105b660b', 1, 'd781aaa1efb01b432b2a7bf742ff18bf'),
	(55, '69946638400575fc24f3e3570ca0c9b7', 1, 'd781aaa1efb01b432b2a7bf742ff18bf'),
	(56, 'df050cd89d87dc56c45f0e74c069a64b', 1, 'd781aaa1efb01b432b2a7bf742ff18bf'),
	(57, '6fc6c997ac0525434f91a38213ba18cb', 1, 'd781aaa1efb01b432b2a7bf742ff18bf'),
	(58, '83794793b7093e89e2379e6216e80c5c', 1, 'd781aaa1efb01b432b2a7bf742ff18bf'),
	(59, 'fa1daf25cd702ff171efd2143443e648', 1, 'd781aaa1efb01b432b2a7bf742ff18bf'),
	(60, '4998fde8ff95c624045f5549cc31ada0', 1, 'd781aaa1efb01b432b2a7bf742ff18bf'),
	(61, '251e16e92c088c6285cf4059107dab8a', 1, 'd781aaa1efb01b432b2a7bf742ff18bf'),
	(62, '6aa420ca09ede14ceb1af2fa23ca800e', 1, 'd781aaa1efb01b432b2a7bf742ff18bf'),
	(63, 'bfa7ef84386f496831543993cf291e24', 1, 'd781aaa1efb01b432b2a7bf742ff18bf'),
	(64, '8cfd48de4edf1fbf552dcb56f60309ce', 1, '34df03d73510548feb24aaf831bc2bce'),
	(65, '7543731156821334f81163010ac43da0', 1, '2c57cec75ea7d80595ca9d6d7a8ea060'),
	(66, 'b295e68061a91d742ad4f4024840c59e', 1, '2c57cec75ea7d80595ca9d6d7a8ea060'),
	(67, '28b4b2414ff13b4d49f7820375217b03', 1, 'cca3c156be8b40199f8c365e57583cc3');
/*!40000 ALTER TABLE `sie_enlaces` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_estado_documentos
CREATE TABLE IF NOT EXISTS `sie_estado_documentos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(300) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_estado_documentos: ~2 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_estado_documentos` DISABLE KEYS */;
INSERT INTO `sie_estado_documentos` (`id`, `descripcion`) VALUES
	(1, 'VIGENTE'),
	(2, 'OBSOLETO');
/*!40000 ALTER TABLE `sie_estado_documentos` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_formularios
CREATE TABLE IF NOT EXISTS `sie_formularios` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nombre` varchar(200) DEFAULT NULL,
  `descripcion` varchar(500) NOT NULL,
  `codigo` varchar(50) NOT NULL,
  `version` varchar(50) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_proceso` int(11) DEFAULT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  `id_opcion_proceso` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  KEY `FK_sie_tabla_base_sie_procesos` (`id_proceso`),
  KEY `FK_sie_formularios_sie_opciones_procesos` (`id_opcion_proceso`),
  CONSTRAINT `FK_sie_formularios_sie_opciones_procesos` FOREIGN KEY (`id_opcion_proceso`) REFERENCES `sie_opciones_procesos` (`id`),
  CONSTRAINT `FK_sie_tabla_base_sie_procesos` FOREIGN KEY (`id_proceso`) REFERENCES `sie_procesos` (`id`),
  CONSTRAINT `FK_sie_tabla_base_sie_usuarios` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `FK_sie_tabla_base_sie_usuarios_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;

-- Volcando datos para la tabla quimico4_sie.sie_formularios: ~2 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_formularios` DISABLE KEYS */;
INSERT INTO `sie_formularios` (`id`, `nombre`, `descripcion`, `codigo`, `version`, `estado`, `id_proceso`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`, `id_opcion_proceso`) VALUES
	(1, 'Atención a productores', 'ATENCIÓN A PRODUCTORES', 'F-DA-12', '01', 1, 27, 20, '2021-06-23 21:23:05', 20, '2021-07-08 20:51:18', 167),
	(2, 'Asistencia a productores', 'ASISTENCIA TECNICA A PRODUCTORES AGROPECUARIOS', 'F-DA-13', '01', 1, 79, 20, '2021-06-23 21:23:05', 19, '2021-07-05 18:24:58', 169);
/*!40000 ALTER TABLE `sie_formularios` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_formulario_asistencia
CREATE TABLE IF NOT EXISTS `sie_formulario_asistencia` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `id_formulario` int(11) DEFAULT NULL,
  `id_usuario_registra` int(11) DEFAULT NULL,
  `fecha_registro` datetime DEFAULT NULL,
  `id_tipo_atencion` int(11) DEFAULT NULL,
  `id_pais` int(11) DEFAULT NULL,
  `id_departamento` int(11) DEFAULT NULL,
  `id_municipio` int(11) DEFAULT NULL,
  `id_vereda` int(11) DEFAULT NULL,
  `nombre_usuario_atiende` varchar(100) DEFAULT NULL,
  `cargo_usuario_atiende` varchar(100) DEFAULT NULL,
  `nombre_persona_atendida` varchar(100) DEFAULT NULL,
  `nombre_organizacion` varchar(100) DEFAULT NULL,
  `id_tipo_poblacion` int(11) DEFAULT NULL,
  `numero_identificacion` int(11) DEFAULT NULL,
  `telefono` int(11) DEFAULT NULL,
  `correo` varchar(50) DEFAULT NULL,
  `lineas_productivas` varchar(50) DEFAULT NULL,
  `numero_atenciones` int(11) DEFAULT NULL,
  `observacion` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_registra`),
  KEY `FK_sie_formulario_asesoria_sie_formularios` (`id_formulario`),
  KEY `FK_sie_formulario_asesoria_sie_tipo_atencion` (`id_tipo_atencion`),
  KEY `FK_sie_formulario_asesoria_sie_zonas` (`id_vereda`),
  KEY `FK_sie_formulario_asesoria_sie_tipo_poblacion` (`id_tipo_poblacion`),
  KEY `FK_sie_formulario_asesoria_sie_departamentos` (`id_departamento`),
  KEY `FK_sie_formulario_asesoria_sie_municipios` (`id_municipio`),
  KEY `FK_sie_formulario_asesoria_sie_paises` (`id_pais`),
  CONSTRAINT `FK_sie_formulario_asesoria_sie_departamentos` FOREIGN KEY (`id_departamento`) REFERENCES `sie_departamentos` (`codigo`),
  CONSTRAINT `FK_sie_formulario_asesoria_sie_formularios` FOREIGN KEY (`id_formulario`) REFERENCES `sie_formularios` (`id`),
  CONSTRAINT `FK_sie_formulario_asesoria_sie_municipios` FOREIGN KEY (`id_municipio`) REFERENCES `sie_municipios` (`codigo`),
  CONSTRAINT `FK_sie_formulario_asesoria_sie_paises` FOREIGN KEY (`id_pais`) REFERENCES `sie_paises` (`codigo`),
  CONSTRAINT `FK_sie_formulario_asesoria_sie_tipo_atencion` FOREIGN KEY (`id_tipo_atencion`) REFERENCES `sie_tipo_atencion` (`id`),
  CONSTRAINT `FK_sie_formulario_asesoria_sie_tipo_poblacion` FOREIGN KEY (`id_tipo_poblacion`) REFERENCES `sie_tipo_poblacion` (`id`),
  CONSTRAINT `FK_sie_formulario_asesoria_sie_usuarios` FOREIGN KEY (`id_usuario_registra`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `FK_sie_formulario_asesoria_sie_zonas` FOREIGN KEY (`id_vereda`) REFERENCES `sie_zonas` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_formulario_asistencia: ~1 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_formulario_asistencia` DISABLE KEYS */;
INSERT INTO `sie_formulario_asistencia` (`id`, `id_formulario`, `id_usuario_registra`, `fecha_registro`, `id_tipo_atencion`, `id_pais`, `id_departamento`, `id_municipio`, `id_vereda`, `nombre_usuario_atiende`, `cargo_usuario_atiende`, `nombre_persona_atendida`, `nombre_organizacion`, `id_tipo_poblacion`, `numero_identificacion`, `telefono`, `correo`, `lineas_productivas`, `numero_atenciones`, `observacion`) VALUES
	(1, 2, 19, '2021-08-02 00:28:48', 2, 169, 5, 310, 20, 'Javier osorio', '1234', 'Natalia ', 'Prueba', 3, 1001580847, 2147483647, 'jo533450@gmail.com', 'Ejemplo..', 10, 'Esto es una prueba...');
/*!40000 ALTER TABLE `sie_formulario_asistencia` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_formulario_asistencia_informacion_agricola
CREATE TABLE IF NOT EXISTS `sie_formulario_asistencia_informacion_agricola` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `id_formulario_asistencia` int(11) NOT NULL,
  `cultivo` varchar(50) NOT NULL,
  `edad_cultivo` int(11) NOT NULL,
  `total_sembrado` int(11) NOT NULL,
  `total_en_produccion` int(11) NOT NULL,
  `produccion` int(11) NOT NULL,
  `rendimiento` int(11) NOT NULL,
  `costos_produccion` int(11) NOT NULL,
  `canal_comercializacion` varchar(500) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_formulario_asistencia_informacion_agricola` (`id_formulario_asistencia`),
  CONSTRAINT `FK_sie_formulario_asistencia_informacion_agricola` FOREIGN KEY (`id_formulario_asistencia`) REFERENCES `sie_formulario_asistencia` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=139 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_formulario_asistencia_informacion_agricola: ~2 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_formulario_asistencia_informacion_agricola` DISABLE KEYS */;
INSERT INTO `sie_formulario_asistencia_informacion_agricola` (`id`, `id_formulario_asistencia`, `cultivo`, `edad_cultivo`, `total_sembrado`, `total_en_produccion`, `produccion`, `rendimiento`, `costos_produccion`, `canal_comercializacion`) VALUES
	(137, 1, 'Cultivo 1', 2, 3, 4, 5, 6, 7, 'Plaza'),
	(138, 1, 'Cultivo 2', 8, 9, 10, 11, 12, 13, 'Tienda');
/*!40000 ALTER TABLE `sie_formulario_asistencia_informacion_agricola` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_formulario_asistencia_informacion_pecuaria
CREATE TABLE IF NOT EXISTS `sie_formulario_asistencia_informacion_pecuaria` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `id_formulario_asistencia` int(11) NOT NULL,
  `especie` varchar(50) NOT NULL,
  `raza` varchar(50) NOT NULL,
  `edad` int(11) NOT NULL,
  `produccion_predio` varchar(50) NOT NULL,
  `costos_produccion` int(11) NOT NULL,
  `canal_comercializacion` varchar(250) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_formulario_asistencia_informacion_pecuaria` (`id_formulario_asistencia`),
  CONSTRAINT `FK_sie_formulario_asistencia_informacion_pecuaria` FOREIGN KEY (`id_formulario_asistencia`) REFERENCES `sie_formulario_asistencia` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=100 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_formulario_asistencia_informacion_pecuaria: ~1 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_formulario_asistencia_informacion_pecuaria` DISABLE KEYS */;
INSERT INTO `sie_formulario_asistencia_informacion_pecuaria` (`id`, `id_formulario_asistencia`, `especie`, `raza`, `edad`, `produccion_predio`, `costos_produccion`, `canal_comercializacion`) VALUES
	(99, 1, 'Pollo', 'Blanco', 2, '500', 100000, 'Tiendas');
/*!40000 ALTER TABLE `sie_formulario_asistencia_informacion_pecuaria` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_formulario_asistencia_recomendaciones
CREATE TABLE IF NOT EXISTS `sie_formulario_asistencia_recomendaciones` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `id_formulario_asistencia` int(11) NOT NULL,
  `nombre_producto` varchar(100) NOT NULL,
  `dosis_recomendada` varchar(50) NOT NULL,
  `metodo_aplicacion` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `sie_formulario_asistencia_recomendaciones` (`id_formulario_asistencia`),
  CONSTRAINT `sie_formulario_asistencia_recomendaciones` FOREIGN KEY (`id_formulario_asistencia`) REFERENCES `sie_formulario_asistencia` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=53 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_formulario_asistencia_recomendaciones: ~1 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_formulario_asistencia_recomendaciones` DISABLE KEYS */;
INSERT INTO `sie_formulario_asistencia_recomendaciones` (`id`, `id_formulario_asistencia`, `nombre_producto`, `dosis_recomendada`, `metodo_aplicacion`) VALUES
	(52, 1, 'Tamiflu', '12', 'En agua');
/*!40000 ALTER TABLE `sie_formulario_asistencia_recomendaciones` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_formulario_atencion
CREATE TABLE IF NOT EXISTS `sie_formulario_atencion` (
  `id` int(11) NOT NULL,
  `id_formulario` int(11) NOT NULL,
  `id_usuario_registra` int(11) DEFAULT NULL,
  `fecha_registro` datetime DEFAULT NULL,
  `id_tipo_asesoria` int(11) NOT NULL,
  `observacion` varchar(600) DEFAULT NULL,
  `observacion_capacitacion` varchar(600) DEFAULT NULL,
  `acuerdos_proxima_visita` varchar(600) DEFAULT NULL,
  `firma_usuario_atiende` varchar(100) DEFAULT NULL,
  `firma_usuario_atendido` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_formulario_atencion_sie_formularios` (`id_formulario`),
  KEY `FK_sie_formulario_atencion_sie_usuarios` (`id_usuario_registra`),
  KEY `FK_sie_formulario_atencion_sie_tipo_asesoria` (`id_tipo_asesoria`),
  CONSTRAINT `FK_sie_formulario_atencion_sie_formularios` FOREIGN KEY (`id_formulario`) REFERENCES `sie_formularios` (`id`),
  CONSTRAINT `FK_sie_formulario_atencion_sie_tipo_asesoria` FOREIGN KEY (`id_tipo_asesoria`) REFERENCES `sie_tipo_asesoria` (`id`),
  CONSTRAINT `FK_sie_formulario_atencion_sie_usuarios` FOREIGN KEY (`id_usuario_registra`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_formulario_atencion: ~1 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_formulario_atencion` DISABLE KEYS */;
INSERT INTO `sie_formulario_atencion` (`id`, `id_formulario`, `id_usuario_registra`, `fecha_registro`, `id_tipo_asesoria`, `observacion`, `observacion_capacitacion`, `acuerdos_proxima_visita`, `firma_usuario_atiende`, `firma_usuario_atendido`) VALUES
	(1, 1, 19, '2021-08-02 00:31:13', 1, 'Prueba frm atenciÃ³n...', 'Prueba atenciÃ³n a productores', 'Ejemplo de prÃ³xima visita', 'vista/lib/dist/img/firmas/1firmausuarioatiende2021-08-02 00:31:13.png', 'vista/lib/dist/img/firmas/1firmausuarioatendido2021-08-02 00:31:13.png');
/*!40000 ALTER TABLE `sie_formulario_atencion` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_formulario_atencion_capacitacion
CREATE TABLE IF NOT EXISTS `sie_formulario_atencion_capacitacion` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `id_formulario_atencion` int(11) NOT NULL,
  `tipo_capacitacion` varchar(50) NOT NULL,
  `tema` varchar(150) DEFAULT NULL,
  `genero` varchar(50) DEFAULT NULL,
  `numero_personas` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  KEY `id_formulario_atencion` (`id_formulario_atencion`),
  CONSTRAINT `FK_sie_formulario_atencion_capacitacion_sie_formulario_atencion` FOREIGN KEY (`id_formulario_atencion`) REFERENCES `sie_formulario_atencion` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=83 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_formulario_atencion_capacitacion: ~1 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_formulario_atencion_capacitacion` DISABLE KEYS */;
INSERT INTO `sie_formulario_atencion_capacitacion` (`id`, `id_formulario_atencion`, `tipo_capacitacion`, `tema`, `genero`, `numero_personas`) VALUES
	(82, 1, 'Individual', 'Prueba', 'Masculino', 10);
/*!40000 ALTER TABLE `sie_formulario_atencion_capacitacion` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_grupo_zonas
CREATE TABLE IF NOT EXISTS `sie_grupo_zonas` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(300) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_grupo_zonas: ~10 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_grupo_zonas` DISABLE KEYS */;
INSERT INTO `sie_grupo_zonas` (`id`, `descripcion`) VALUES
	(19, 'Grupo_1'),
	(20, 'Grupo_2'),
	(21, 'Grupo_3'),
	(22, 'Grupo_4'),
	(23, 'Grupo_5'),
	(24, 'Grupo_6'),
	(25, 'Grupo_7'),
	(26, 'Grupo_8'),
	(27, 'Grupo_9'),
	(28, 'Grupo_10');
/*!40000 ALTER TABLE `sie_grupo_zonas` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_iconos
CREATE TABLE IF NOT EXISTS `sie_iconos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `icono` varchar(50) NOT NULL DEFAULT '0',
  `descripcion` varchar(50) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1610 DEFAULT CHARSET=latin1;

-- Volcando datos para la tabla quimico4_sie.sie_iconos: ~1,511 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_iconos` DISABLE KEYS */;
INSERT INTO `sie_iconos` (`id`, `icono`, `descripcion`) VALUES
	(1, '500px', ''),
	(2, 'accessible-icon', ''),
	(3, 'accusoft', ''),
	(4, 'acquisitions-incorporated', ''),
	(5, 'ad', ''),
	(6, 'address-book', ''),
	(7, 'address-book', ''),
	(8, 'address-card', ''),
	(9, 'address-card', ''),
	(10, 'adjust', ''),
	(11, 'adn', ''),
	(12, 'adversal', ''),
	(13, 'affiliatetheme', ''),
	(14, 'air-freshener', ''),
	(15, 'airbnb', ''),
	(16, 'algolia', ''),
	(17, 'align-center', ''),
	(18, 'align-justify', ''),
	(19, 'align-left', ''),
	(20, 'align-right', ''),
	(21, 'alipay', ''),
	(22, 'allergies', ''),
	(23, 'amazon', ''),
	(24, 'amazon-pay', ''),
	(25, 'ambulance', ''),
	(26, 'american-sign-language-interpreting', ''),
	(27, 'amilia', ''),
	(28, 'anchor', ''),
	(29, 'android', ''),
	(30, 'angellist', ''),
	(31, 'angle-double-down', ''),
	(32, 'angle-double-left', ''),
	(33, 'angle-double-right', ''),
	(34, 'angle-double-up', ''),
	(35, 'angle-down', ''),
	(36, 'angle-left', ''),
	(37, 'angle-right', ''),
	(38, 'angle-up', ''),
	(39, 'angry', ''),
	(40, 'angry', ''),
	(41, 'angrycreative', ''),
	(42, 'angular', ''),
	(43, 'ankh', ''),
	(44, 'app-store', ''),
	(45, 'app-store-ios', ''),
	(46, 'apper', ''),
	(47, 'apple', ''),
	(48, 'apple-alt', ''),
	(49, 'apple-pay', ''),
	(50, 'archive', ''),
	(51, 'archway', ''),
	(52, 'arrow-alt-circle-down', ''),
	(53, 'arrow-alt-circle-down', ''),
	(54, 'arrow-alt-circle-left', ''),
	(55, 'arrow-alt-circle-left', ''),
	(56, 'arrow-alt-circle-right', ''),
	(57, 'arrow-alt-circle-right', ''),
	(58, 'arrow-alt-circle-up', ''),
	(59, 'arrow-alt-circle-up', ''),
	(60, 'arrow-circle-down', ''),
	(61, 'arrow-circle-left', ''),
	(62, 'arrow-circle-right', ''),
	(63, 'arrow-circle-up', ''),
	(64, 'arrow-down', ''),
	(65, 'arrow-left', ''),
	(66, 'arrow-right', ''),
	(67, 'arrow-up', ''),
	(68, 'arrows-alt', ''),
	(69, 'arrows-alt-h', ''),
	(70, 'arrows-alt-v', ''),
	(71, 'artstation', ''),
	(72, 'assistive-listening-systems', ''),
	(73, 'asterisk', ''),
	(74, 'asymmetrik', ''),
	(75, 'at', ''),
	(76, 'atlas', ''),
	(77, 'atlassian', ''),
	(78, 'atom', ''),
	(79, 'audible', ''),
	(80, 'audio-description', ''),
	(81, 'autoprefixer', ''),
	(82, 'avianex', ''),
	(83, 'aviato', ''),
	(84, 'award', ''),
	(85, 'aws', ''),
	(86, 'baby', ''),
	(87, 'baby-carriage', ''),
	(88, 'backspace', ''),
	(89, 'backward', ''),
	(90, 'bacon', ''),
	(91, 'bacteria', ''),
	(92, 'bacterium', ''),
	(93, 'bahai', ''),
	(94, 'balance-scale', ''),
	(95, 'balance-scale-left', ''),
	(96, 'balance-scale-right', ''),
	(97, 'ban', ''),
	(98, 'band-aid', ''),
	(99, 'bandcamp', ''),
	(100, 'barcode', ''),
	(101, 'bars', ''),
	(102, 'baseball-ball', ''),
	(103, 'basketball-ball', ''),
	(104, 'bath', ''),
	(105, 'battery-empty', ''),
	(106, 'battery-full', ''),
	(107, 'battery-half', ''),
	(108, 'battery-quarter', ''),
	(109, 'battery-three-quarters', ''),
	(110, 'battle-net', ''),
	(111, 'bed', ''),
	(112, 'beer', ''),
	(113, 'behance', ''),
	(114, 'behance-square', ''),
	(115, 'bell', ''),
	(116, 'bell', ''),
	(117, 'bell-slash', ''),
	(118, 'bell-slash', ''),
	(119, 'bezier-curve', ''),
	(120, 'bible', ''),
	(121, 'bicycle', ''),
	(122, 'biking', ''),
	(123, 'bimobject', ''),
	(124, 'binoculars', ''),
	(125, 'biohazard', ''),
	(126, 'birthday-cake', ''),
	(127, 'bitbucket', ''),
	(128, 'bitcoin', ''),
	(129, 'bity', ''),
	(130, 'black-tie', ''),
	(131, 'blackberry', ''),
	(132, 'blender', ''),
	(133, 'blender-phone', ''),
	(134, 'blind', ''),
	(135, 'blog', ''),
	(136, 'blogger', ''),
	(137, 'blogger-b', ''),
	(138, 'bluetooth', ''),
	(139, 'bluetooth-b', ''),
	(140, 'bold', ''),
	(141, 'bolt', ''),
	(142, 'bomb', ''),
	(143, 'bone', ''),
	(144, 'bong', ''),
	(145, 'book', ''),
	(146, 'book-dead', ''),
	(147, 'book-medical', ''),
	(148, 'book-open', ''),
	(149, 'book-reader', ''),
	(150, 'bookmark', ''),
	(151, 'bookmark', ''),
	(152, 'bootstrap', ''),
	(153, 'border-all', ''),
	(154, 'border-none', ''),
	(155, 'border-style', ''),
	(156, 'bowling-ball', ''),
	(157, 'box', ''),
	(158, 'box-open', ''),
	(159, 'box-tissue', ''),
	(160, 'boxes', ''),
	(161, 'braille', ''),
	(162, 'brain', ''),
	(163, 'bread-slice', ''),
	(164, 'briefcase', ''),
	(165, 'briefcase-medical', ''),
	(166, 'broadcast-tower', ''),
	(167, 'broom', ''),
	(168, 'brush', ''),
	(169, 'btc', ''),
	(170, 'buffer', ''),
	(171, 'bug', ''),
	(172, 'building', ''),
	(173, 'building', ''),
	(174, 'bullhorn', ''),
	(175, 'bullseye', ''),
	(176, 'burn', ''),
	(177, 'buromobelexperte', ''),
	(178, 'bus', ''),
	(179, 'bus-alt', ''),
	(180, 'business-time', ''),
	(181, 'buy-n-large', ''),
	(182, 'buysellads', ''),
	(183, 'calculator', ''),
	(184, 'calendar', ''),
	(185, 'calendar', ''),
	(186, 'calendar-alt', ''),
	(187, 'calendar-alt', ''),
	(188, 'calendar-check', ''),
	(189, 'calendar-check', ''),
	(190, 'calendar-day', ''),
	(191, 'calendar-minus', ''),
	(192, 'calendar-minus', ''),
	(193, 'calendar-plus', ''),
	(194, 'calendar-plus', ''),
	(195, 'calendar-times', ''),
	(196, 'calendar-times', ''),
	(197, 'calendar-week', ''),
	(198, 'camera', ''),
	(199, 'camera-retro', ''),
	(200, 'campground', ''),
	(201, 'canadian-maple-leaf', ''),
	(202, 'candy-cane', ''),
	(203, 'cannabis', ''),
	(204, 'capsules', ''),
	(205, 'car', ''),
	(206, 'car-alt', ''),
	(207, 'car-battery', ''),
	(208, 'car-crash', ''),
	(209, 'car-side', ''),
	(210, 'caravan', ''),
	(211, 'caret-down', ''),
	(212, 'caret-left', ''),
	(213, 'caret-right', ''),
	(214, 'caret-square-down', ''),
	(215, 'caret-square-down', ''),
	(216, 'caret-square-left', ''),
	(217, 'caret-square-left', ''),
	(218, 'caret-square-right', ''),
	(219, 'caret-square-right', ''),
	(220, 'caret-square-up', ''),
	(221, 'caret-square-up', ''),
	(222, 'caret-up', ''),
	(223, 'carrot', ''),
	(224, 'cart-arrow-down', ''),
	(225, 'cart-plus', ''),
	(226, 'cash-register', ''),
	(227, 'cat', ''),
	(228, 'cc-amazon-pay', ''),
	(229, 'cc-amex', ''),
	(230, 'cc-apple-pay', ''),
	(231, 'cc-diners-club', ''),
	(232, 'cc-discover', ''),
	(233, 'cc-jcb', ''),
	(234, 'cc-mastercard', ''),
	(235, 'cc-paypal', ''),
	(236, 'cc-stripe', ''),
	(237, 'cc-visa', ''),
	(238, 'centercode', ''),
	(239, 'centos', ''),
	(240, 'certificate', ''),
	(241, 'chair', ''),
	(242, 'chalkboard', ''),
	(243, 'chalkboard-teacher', ''),
	(244, 'charging-station', ''),
	(245, 'chart-area', ''),
	(246, 'chart-bar', ''),
	(247, 'chart-bar', ''),
	(248, 'chart-line', ''),
	(249, 'chart-pie', ''),
	(250, 'check', ''),
	(251, 'check-circle', ''),
	(252, 'check-circle', ''),
	(253, 'check-double', ''),
	(254, 'check-square', ''),
	(255, 'check-square', ''),
	(256, 'cheese', ''),
	(257, 'chess', ''),
	(258, 'chess-bishop', ''),
	(259, 'chess-board', ''),
	(260, 'chess-king', ''),
	(261, 'chess-knight', ''),
	(262, 'chess-pawn', ''),
	(263, 'chess-queen', ''),
	(264, 'chess-rook', ''),
	(265, 'chevron-circle-down', ''),
	(266, 'chevron-circle-left', ''),
	(267, 'chevron-circle-right', ''),
	(268, 'chevron-circle-up', ''),
	(269, 'chevron-down', ''),
	(270, 'chevron-left', ''),
	(271, 'chevron-right', ''),
	(272, 'chevron-up', ''),
	(273, 'child', ''),
	(274, 'chrome', ''),
	(275, 'chromecast', ''),
	(276, 'church', ''),
	(277, 'circle', ''),
	(278, 'circle', ''),
	(279, 'circle-notch', ''),
	(280, 'city', ''),
	(281, 'clinic-medical', ''),
	(282, 'clipboard', ''),
	(283, 'clipboard', ''),
	(284, 'clipboard-check', ''),
	(285, 'clipboard-list', ''),
	(286, 'clock', ''),
	(287, 'clock', ''),
	(288, 'clone', ''),
	(289, 'clone', ''),
	(290, 'closed-captioning', ''),
	(291, 'closed-captioning', ''),
	(292, 'cloud', ''),
	(293, 'cloud-download-alt', ''),
	(294, 'cloud-meatball', ''),
	(295, 'cloud-moon', ''),
	(296, 'cloud-moon-rain', ''),
	(297, 'cloud-rain', ''),
	(298, 'cloud-showers-heavy', ''),
	(299, 'cloud-sun', ''),
	(300, 'cloud-sun-rain', ''),
	(301, 'cloud-upload-alt', ''),
	(302, 'cloudflare', ''),
	(303, 'cloudscale', ''),
	(304, 'cloudsmith', ''),
	(305, 'cloudversify', ''),
	(306, 'cocktail', ''),
	(307, 'code', ''),
	(308, 'code-branch', ''),
	(309, 'codepen', ''),
	(310, 'codiepie', ''),
	(311, 'coffee', ''),
	(312, 'cog', ''),
	(313, 'cogs', ''),
	(314, 'coins', ''),
	(315, 'columns', ''),
	(316, 'comment', ''),
	(317, 'comment', ''),
	(318, 'comment-alt', ''),
	(319, 'comment-alt', ''),
	(320, 'comment-dollar', ''),
	(321, 'comment-dots', ''),
	(322, 'comment-dots', ''),
	(323, 'comment-medical', ''),
	(324, 'comment-slash', ''),
	(325, 'comments', ''),
	(326, 'comments', ''),
	(327, 'comments-dollar', ''),
	(328, 'compact-disc', ''),
	(329, 'compass', ''),
	(330, 'compass', ''),
	(331, 'compress', ''),
	(332, 'compress-alt', ''),
	(333, 'compress-arrows-alt', ''),
	(334, 'concierge-bell', ''),
	(335, 'confluence', ''),
	(336, 'connectdevelop', ''),
	(337, 'contao', ''),
	(338, 'cookie', ''),
	(339, 'cookie-bite', ''),
	(340, 'copy', ''),
	(341, 'copy', ''),
	(342, 'copyright', ''),
	(343, 'copyright', ''),
	(344, 'cotton-bureau', ''),
	(345, 'couch', ''),
	(346, 'cpanel', ''),
	(347, 'creative-commons', ''),
	(348, 'creative-commons-by', ''),
	(349, 'creative-commons-nc', ''),
	(350, 'creative-commons-nc-eu', ''),
	(351, 'creative-commons-nc-jp', ''),
	(352, 'creative-commons-nd', ''),
	(353, 'creative-commons-pd', ''),
	(354, 'creative-commons-pd-alt', ''),
	(355, 'creative-commons-remix', ''),
	(356, 'creative-commons-sa', ''),
	(357, 'creative-commons-sampling', ''),
	(358, 'creative-commons-sampling-plus', ''),
	(359, 'creative-commons-share', ''),
	(360, 'creative-commons-zero', ''),
	(361, 'credit-card', ''),
	(362, 'credit-card', ''),
	(363, 'critical-role', ''),
	(364, 'crop', ''),
	(365, 'crop-alt', ''),
	(366, 'cross', ''),
	(367, 'crosshairs', ''),
	(368, 'crow', ''),
	(369, 'crown', ''),
	(370, 'crutch', ''),
	(371, 'css3', ''),
	(372, 'css3-alt', ''),
	(373, 'cube', ''),
	(374, 'cubes', ''),
	(375, 'cut', ''),
	(376, 'cuttlefish', ''),
	(377, 'd-and-d', ''),
	(378, 'd-and-d-beyond', ''),
	(379, 'dailymotion', ''),
	(380, 'dashcube', ''),
	(381, 'database', ''),
	(382, 'deaf', ''),
	(383, 'deezer', ''),
	(384, 'delicious', ''),
	(385, 'democrat', ''),
	(386, 'deploydog', ''),
	(387, 'deskpro', ''),
	(388, 'desktop', ''),
	(389, 'dev', ''),
	(390, 'deviantart', ''),
	(391, 'dharmachakra', ''),
	(392, 'dhl', ''),
	(393, 'diagnoses', ''),
	(394, 'diaspora', ''),
	(395, 'dice', ''),
	(396, 'dice-d20', ''),
	(397, 'dice-d6', ''),
	(398, 'dice-five', ''),
	(399, 'dice-four', ''),
	(400, 'dice-one', ''),
	(401, 'dice-six', ''),
	(402, 'dice-three', ''),
	(403, 'dice-two', ''),
	(404, 'digg', ''),
	(405, 'digital-ocean', ''),
	(406, 'digital-tachograph', ''),
	(407, 'directions', ''),
	(408, 'discord', ''),
	(409, 'discourse', ''),
	(410, 'disease', ''),
	(411, 'divide', ''),
	(412, 'dizzy', ''),
	(413, 'dizzy', ''),
	(414, 'dna', ''),
	(415, 'dochub', ''),
	(416, 'docker', ''),
	(417, 'dog', ''),
	(418, 'dollar-sign', ''),
	(419, 'dolly', ''),
	(420, 'dolly-flatbed', ''),
	(421, 'donate', ''),
	(422, 'door-closed', ''),
	(423, 'door-open', ''),
	(424, 'dot-circle', ''),
	(425, 'dot-circle', ''),
	(426, 'dove', ''),
	(427, 'download', ''),
	(428, 'draft2digital', ''),
	(429, 'drafting-compass', ''),
	(430, 'dragon', ''),
	(431, 'draw-polygon', ''),
	(432, 'dribbble', ''),
	(433, 'dribbble-square', ''),
	(434, 'dropbox', ''),
	(435, 'drum', ''),
	(436, 'drum-steelpan', ''),
	(437, 'drumstick-bite', ''),
	(438, 'drupal', ''),
	(439, 'dumbbell', ''),
	(440, 'dumpster', ''),
	(441, 'dumpster-fire', ''),
	(442, 'dungeon', ''),
	(443, 'dyalog', ''),
	(444, 'earlybirds', ''),
	(445, 'ebay', ''),
	(446, 'edge', ''),
	(447, 'edge-legacy', ''),
	(448, 'edit', ''),
	(449, 'edit', ''),
	(450, 'egg', ''),
	(451, 'eject', ''),
	(452, 'elementor', ''),
	(453, 'ellipsis-h', ''),
	(454, 'ellipsis-v', ''),
	(455, 'ello', ''),
	(456, 'ember', ''),
	(457, 'empire', ''),
	(458, 'envelope', ''),
	(459, 'envelope', ''),
	(460, 'envelope-open', ''),
	(461, 'envelope-open', ''),
	(462, 'envelope-open-text', ''),
	(463, 'envelope-square', ''),
	(464, 'envira', ''),
	(465, 'equals', ''),
	(466, 'eraser', ''),
	(467, 'erlang', ''),
	(468, 'ethereum', ''),
	(469, 'ethernet', ''),
	(470, 'etsy', ''),
	(471, 'euro-sign', ''),
	(472, 'evernote', ''),
	(473, 'exchange-alt', ''),
	(474, 'exclamation', ''),
	(475, 'exclamation-circle', ''),
	(476, 'exclamation-triangle', ''),
	(477, 'expand', ''),
	(478, 'expand-alt', ''),
	(479, 'expand-arrows-alt', ''),
	(480, 'expeditedssl', ''),
	(481, 'external-link-alt', ''),
	(482, 'external-link-square-alt', ''),
	(483, 'eye', ''),
	(484, 'eye', ''),
	(485, 'eye-dropper', ''),
	(486, 'eye-slash', ''),
	(487, 'eye-slash', ''),
	(488, 'facebook', ''),
	(489, 'facebook-f', ''),
	(490, 'facebook-messenger', ''),
	(491, 'facebook-square', ''),
	(492, 'fan', ''),
	(493, 'fantasy-flight-games', ''),
	(494, 'fast-backward', ''),
	(495, 'fast-forward', ''),
	(496, 'faucet', ''),
	(497, 'fax', ''),
	(498, 'feather', ''),
	(499, 'feather-alt', ''),
	(500, 'fedex', ''),
	(501, 'fedora', ''),
	(502, 'female', ''),
	(503, 'fighter-jet', ''),
	(504, 'figma', ''),
	(505, 'file', ''),
	(506, 'file', ''),
	(507, 'file-alt', ''),
	(508, 'file-alt', ''),
	(509, 'file-archive', ''),
	(510, 'file-archive', ''),
	(511, 'file-audio', ''),
	(512, 'file-audio', ''),
	(513, 'file-code', ''),
	(514, 'file-code', ''),
	(515, 'file-contract', ''),
	(516, 'file-csv', ''),
	(517, 'file-download', ''),
	(518, 'file-excel', ''),
	(519, 'file-excel', ''),
	(520, 'file-export', ''),
	(521, 'file-image', ''),
	(522, 'file-image', ''),
	(523, 'file-import', ''),
	(524, 'file-invoice', ''),
	(525, 'file-invoice-dollar', ''),
	(526, 'file-medical', ''),
	(527, 'file-medical-alt', ''),
	(528, 'file-pdf', ''),
	(529, 'file-pdf', ''),
	(530, 'file-powerpoint', ''),
	(531, 'file-powerpoint', ''),
	(532, 'file-prescription', ''),
	(533, 'file-signature', ''),
	(534, 'file-upload', ''),
	(535, 'file-video', ''),
	(536, 'file-video', ''),
	(537, 'file-word', ''),
	(538, 'file-word', ''),
	(539, 'fill', ''),
	(540, 'fill-drip', ''),
	(541, 'film', ''),
	(542, 'filter', ''),
	(543, 'fingerprint', ''),
	(544, 'fire', ''),
	(545, 'fire-alt', ''),
	(546, 'fire-extinguisher', ''),
	(547, 'firefox', ''),
	(548, 'firefox-browser', ''),
	(549, 'first-aid', ''),
	(550, 'first-order', ''),
	(551, 'first-order-alt', ''),
	(552, 'firstdraft', ''),
	(553, 'fish', ''),
	(554, 'fist-raised', ''),
	(555, 'flag', ''),
	(556, 'flag', ''),
	(557, 'flag-checkered', ''),
	(558, 'flag-usa', ''),
	(559, 'flask', ''),
	(560, 'flickr', ''),
	(561, 'flipboard', ''),
	(562, 'flushed', ''),
	(563, 'flushed', ''),
	(564, 'fly', ''),
	(565, 'folder', ''),
	(566, 'folder', ''),
	(567, 'folder-minus', ''),
	(568, 'folder-open', ''),
	(569, 'folder-open', ''),
	(570, 'folder-plus', ''),
	(571, 'font', ''),
	(572, 'font-awesome', ''),
	(573, 'font-awesome-alt', ''),
	(574, 'font-awesome-flag', ''),
	(575, 'fonticons', ''),
	(576, 'fonticons-fi', ''),
	(577, 'football-ball', ''),
	(578, 'fort-awesome', ''),
	(579, 'fort-awesome-alt', ''),
	(580, 'forumbee', ''),
	(581, 'forward', ''),
	(582, 'foursquare', ''),
	(583, 'free-code-camp', ''),
	(584, 'freebsd', ''),
	(585, 'frog', ''),
	(586, 'frown', ''),
	(587, 'frown', ''),
	(588, 'frown-open', ''),
	(589, 'frown-open', ''),
	(590, 'fulcrum', ''),
	(591, 'funnel-dollar', ''),
	(592, 'futbol', ''),
	(593, 'futbol', ''),
	(594, 'galactic-republic', ''),
	(595, 'galactic-senate', ''),
	(596, 'gamepad', ''),
	(597, 'gas-pump', ''),
	(598, 'gavel', ''),
	(599, 'gem', ''),
	(600, 'gem', ''),
	(601, 'genderless', ''),
	(602, 'get-pocket', ''),
	(603, 'gg', ''),
	(604, 'gg-circle', ''),
	(605, 'ghost', ''),
	(606, 'gift', ''),
	(607, 'gifts', ''),
	(608, 'git', ''),
	(609, 'git-alt', ''),
	(610, 'git-square', ''),
	(611, 'github', ''),
	(612, 'github-alt', ''),
	(613, 'github-square', ''),
	(614, 'gitkraken', ''),
	(615, 'gitlab', ''),
	(616, 'gitter', ''),
	(617, 'glass-cheers', ''),
	(618, 'glass-martini', ''),
	(619, 'glass-martini-alt', ''),
	(620, 'glass-whiskey', ''),
	(621, 'glasses', ''),
	(622, 'glide', ''),
	(623, 'glide-g', ''),
	(624, 'globe', ''),
	(625, 'globe-africa', ''),
	(626, 'globe-americas', ''),
	(627, 'globe-asia', ''),
	(628, 'globe-europe', ''),
	(629, 'gofore', ''),
	(630, 'golf-ball', ''),
	(631, 'goodreads', ''),
	(632, 'goodreads-g', ''),
	(633, 'google', ''),
	(634, 'google-drive', ''),
	(635, 'google-pay', ''),
	(636, 'google-play', ''),
	(637, 'google-plus', ''),
	(638, 'google-plus-g', ''),
	(639, 'google-plus-square', ''),
	(640, 'google-wallet', ''),
	(641, 'gopuram', ''),
	(642, 'graduation-cap', ''),
	(643, 'gratipay', ''),
	(644, 'grav', ''),
	(645, 'greater-than', ''),
	(646, 'greater-than-equal', ''),
	(647, 'grimace', ''),
	(648, 'grimace', ''),
	(649, 'grin', ''),
	(650, 'grin', ''),
	(651, 'grin-alt', ''),
	(652, 'grin-alt', ''),
	(653, 'grin-beam', ''),
	(654, 'grin-beam', ''),
	(655, 'grin-beam-sweat', ''),
	(656, 'grin-beam-sweat', ''),
	(657, 'grin-hearts', ''),
	(658, 'grin-hearts', ''),
	(659, 'grin-squint', ''),
	(660, 'grin-squint', ''),
	(661, 'grin-squint-tears', ''),
	(662, 'grin-squint-tears', ''),
	(663, 'grin-stars', ''),
	(664, 'grin-stars', ''),
	(665, 'grin-tears', ''),
	(666, 'grin-tears', ''),
	(667, 'grin-tongue', ''),
	(668, 'grin-tongue', ''),
	(669, 'grin-tongue-squint', ''),
	(670, 'grin-tongue-squint', ''),
	(671, 'grin-tongue-wink', ''),
	(672, 'grin-tongue-wink', ''),
	(673, 'grin-wink', ''),
	(674, 'grin-wink', ''),
	(675, 'grip-horizontal', ''),
	(676, 'grip-lines', ''),
	(677, 'grip-lines-vertical', ''),
	(678, 'grip-vertical', ''),
	(679, 'gripfire', ''),
	(680, 'grunt', ''),
	(681, 'guilded', ''),
	(682, 'guitar', ''),
	(683, 'gulp', ''),
	(684, 'h-square', ''),
	(685, 'hacker-news', ''),
	(686, 'hacker-news-square', ''),
	(687, 'hackerrank', ''),
	(688, 'hamburger', ''),
	(689, 'hammer', ''),
	(690, 'hamsa', ''),
	(691, 'hand-holding', ''),
	(692, 'hand-holding-heart', ''),
	(693, 'hand-holding-medical', ''),
	(694, 'hand-holding-usd', ''),
	(695, 'hand-holding-water', ''),
	(696, 'hand-lizard', ''),
	(697, 'hand-lizard', ''),
	(698, 'hand-middle-finger', ''),
	(699, 'hand-paper', ''),
	(700, 'hand-paper', ''),
	(701, 'hand-peace', ''),
	(702, 'hand-peace', ''),
	(703, 'hand-point-down', ''),
	(704, 'hand-point-down', ''),
	(705, 'hand-point-left', ''),
	(706, 'hand-point-left', ''),
	(707, 'hand-point-right', ''),
	(708, 'hand-point-right', ''),
	(709, 'hand-point-up', ''),
	(710, 'hand-point-up', ''),
	(711, 'hand-pointer', ''),
	(712, 'hand-pointer', ''),
	(713, 'hand-rock', ''),
	(714, 'hand-rock', ''),
	(715, 'hand-scissors', ''),
	(716, 'hand-scissors', ''),
	(717, 'hand-sparkles', ''),
	(718, 'hand-spock', ''),
	(719, 'hand-spock', ''),
	(720, 'hands', ''),
	(721, 'hands-helping', ''),
	(722, 'hands-wash', ''),
	(723, 'handshake', ''),
	(724, 'handshake', ''),
	(725, 'handshake-alt-slash', ''),
	(726, 'handshake-slash', ''),
	(727, 'hanukiah', ''),
	(728, 'hard-hat', ''),
	(729, 'hashtag', ''),
	(730, 'hat-cowboy', ''),
	(731, 'hat-cowboy-side', ''),
	(732, 'hat-wizard', ''),
	(733, 'hdd', ''),
	(734, 'hdd', ''),
	(735, 'head-side-cough', ''),
	(736, 'head-side-cough-slash', ''),
	(737, 'head-side-mask', ''),
	(738, 'head-side-virus', ''),
	(739, 'heading', ''),
	(740, 'headphones', ''),
	(741, 'headphones-alt', ''),
	(742, 'headset', ''),
	(743, 'heart', ''),
	(744, 'heart', ''),
	(745, 'heart-broken', ''),
	(746, 'heartbeat', ''),
	(747, 'helicopter', ''),
	(748, 'highlighter', ''),
	(749, 'hiking', ''),
	(750, 'hippo', ''),
	(751, 'hips', ''),
	(752, 'hire-a-helper', ''),
	(753, 'history', ''),
	(754, 'hive', ''),
	(755, 'hockey-puck', ''),
	(756, 'holly-berry', ''),
	(757, 'home', ''),
	(758, 'hooli', ''),
	(759, 'hornbill', ''),
	(760, 'horse', ''),
	(761, 'horse-head', ''),
	(762, 'hospital', ''),
	(763, 'hospital', ''),
	(764, 'hospital-alt', ''),
	(765, 'hospital-symbol', ''),
	(766, 'hospital-user', ''),
	(767, 'hot-tub', ''),
	(768, 'hotdog', ''),
	(769, 'hotel', ''),
	(770, 'hotjar', ''),
	(771, 'hourglass', ''),
	(772, 'hourglass', ''),
	(773, 'hourglass-end', ''),
	(774, 'hourglass-half', ''),
	(775, 'hourglass-start', ''),
	(776, 'house-damage', ''),
	(777, 'house-user', ''),
	(778, 'houzz', ''),
	(779, 'hryvnia', ''),
	(780, 'html5', ''),
	(781, 'hubspot', ''),
	(782, 'i-cursor', ''),
	(783, 'ice-cream', ''),
	(784, 'icicles', ''),
	(785, 'icons', ''),
	(786, 'id-badge', ''),
	(787, 'id-badge', ''),
	(788, 'id-card', ''),
	(789, 'id-card', ''),
	(790, 'id-card-alt', ''),
	(791, 'ideal', ''),
	(792, 'igloo', ''),
	(793, 'image', ''),
	(794, 'image', ''),
	(795, 'images', ''),
	(796, 'images', ''),
	(797, 'imdb', ''),
	(798, 'inbox', ''),
	(799, 'indent', ''),
	(800, 'industry', ''),
	(801, 'infinity', ''),
	(802, 'info', ''),
	(803, 'info-circle', ''),
	(804, 'innosoft', ''),
	(805, 'instagram', ''),
	(806, 'instagram-square', ''),
	(807, 'instalod', ''),
	(808, 'intercom', ''),
	(809, 'internet-explorer', ''),
	(810, 'invision', ''),
	(811, 'ioxhost', ''),
	(812, 'italic', ''),
	(813, 'itch-io', ''),
	(814, 'itunes', ''),
	(815, 'itunes-note', ''),
	(816, 'java', ''),
	(817, 'jedi', ''),
	(818, 'jedi-order', ''),
	(819, 'jenkins', ''),
	(820, 'jira', ''),
	(821, 'joget', ''),
	(822, 'joint', ''),
	(823, 'joomla', ''),
	(824, 'journal-whills', ''),
	(825, 'js', ''),
	(826, 'js-square', ''),
	(827, 'jsfiddle', ''),
	(828, 'kaaba', ''),
	(829, 'kaggle', ''),
	(830, 'key', ''),
	(831, 'keybase', ''),
	(832, 'keyboard', ''),
	(833, 'keyboard', ''),
	(834, 'keycdn', ''),
	(835, 'khanda', ''),
	(836, 'kickstarter', ''),
	(837, 'kickstarter-k', ''),
	(838, 'kiss', ''),
	(839, 'kiss', ''),
	(840, 'kiss-beam', ''),
	(841, 'kiss-beam', ''),
	(842, 'kiss-wink-heart', ''),
	(843, 'kiss-wink-heart', ''),
	(844, 'kiwi-bird', ''),
	(845, 'korvue', ''),
	(846, 'landmark', ''),
	(847, 'language', ''),
	(848, 'laptop', ''),
	(849, 'laptop-code', ''),
	(850, 'laptop-house', ''),
	(851, 'laptop-medical', ''),
	(852, 'laravel', ''),
	(853, 'lastfm', ''),
	(854, 'lastfm-square', ''),
	(855, 'laugh', ''),
	(856, 'laugh', ''),
	(857, 'laugh-beam', ''),
	(858, 'laugh-beam', ''),
	(859, 'laugh-squint', ''),
	(860, 'laugh-squint', ''),
	(861, 'laugh-wink', ''),
	(862, 'laugh-wink', ''),
	(863, 'layer-group', ''),
	(864, 'leaf', ''),
	(865, 'leanpub', ''),
	(866, 'lemon', ''),
	(867, 'lemon', ''),
	(868, 'less', ''),
	(869, 'less-than', ''),
	(870, 'less-than-equal', ''),
	(871, 'level-down-alt', ''),
	(872, 'level-up-alt', ''),
	(873, 'life-ring', ''),
	(874, 'life-ring', ''),
	(875, 'lightbulb', ''),
	(876, 'lightbulb', ''),
	(877, 'line', ''),
	(878, 'link', ''),
	(879, 'linkedin', ''),
	(880, 'linkedin-in', ''),
	(881, 'linode', ''),
	(882, 'linux', ''),
	(883, 'lira-sign', ''),
	(884, 'list', ''),
	(885, 'list-alt', ''),
	(886, 'list-alt', ''),
	(887, 'list-ol', ''),
	(888, 'list-ul', ''),
	(889, 'location-arrow', ''),
	(890, 'lock', ''),
	(891, 'lock-open', ''),
	(892, 'long-arrow-alt-down', ''),
	(893, 'long-arrow-alt-left', ''),
	(894, 'long-arrow-alt-right', ''),
	(895, 'long-arrow-alt-up', ''),
	(896, 'low-vision', ''),
	(897, 'luggage-cart', ''),
	(898, 'lungs', ''),
	(899, 'lungs-virus', ''),
	(900, 'lyft', ''),
	(901, 'magento', ''),
	(902, 'magic', ''),
	(903, 'magnet', ''),
	(904, 'mail-bulk', ''),
	(905, 'mailchimp', ''),
	(906, 'male', ''),
	(907, 'mandalorian', ''),
	(908, 'map', ''),
	(909, 'map', ''),
	(910, 'map-marked', ''),
	(911, 'map-marked-alt', ''),
	(912, 'map-marker', ''),
	(913, 'map-marker-alt', ''),
	(914, 'map-pin', ''),
	(915, 'map-signs', ''),
	(916, 'markdown', ''),
	(917, 'marker', ''),
	(918, 'mars', ''),
	(919, 'mars-double', ''),
	(920, 'mars-stroke', ''),
	(921, 'mars-stroke-h', ''),
	(922, 'mars-stroke-v', ''),
	(923, 'mask', ''),
	(924, 'mastodon', ''),
	(925, 'maxcdn', ''),
	(926, 'mdb', ''),
	(927, 'medal', ''),
	(928, 'medapps', ''),
	(929, 'medium', ''),
	(930, 'medium-m', ''),
	(931, 'medkit', ''),
	(932, 'medrt', ''),
	(933, 'meetup', ''),
	(934, 'megaport', ''),
	(935, 'meh', ''),
	(936, 'meh', ''),
	(937, 'meh-blank', ''),
	(938, 'meh-blank', ''),
	(939, 'meh-rolling-eyes', ''),
	(940, 'meh-rolling-eyes', ''),
	(941, 'memory', ''),
	(942, 'mendeley', ''),
	(943, 'menorah', ''),
	(944, 'mercury', ''),
	(945, 'meteor', ''),
	(946, 'microblog', ''),
	(947, 'microchip', ''),
	(948, 'microphone', ''),
	(949, 'microphone-alt', ''),
	(950, 'microphone-alt-slash', ''),
	(951, 'microphone-slash', ''),
	(952, 'microscope', ''),
	(953, 'microsoft', ''),
	(954, 'minus', ''),
	(955, 'minus-circle', ''),
	(956, 'minus-square', ''),
	(957, 'minus-square', ''),
	(958, 'mitten', ''),
	(959, 'mix', ''),
	(960, 'mixcloud', ''),
	(961, 'mixer', ''),
	(962, 'mizuni', ''),
	(963, 'mobile', ''),
	(964, 'mobile-alt', ''),
	(965, 'modx', ''),
	(966, 'monero', ''),
	(967, 'money-bill', ''),
	(968, 'money-bill-alt', ''),
	(969, 'money-bill-alt', ''),
	(970, 'money-bill-wave', ''),
	(971, 'money-bill-wave-alt', ''),
	(972, 'money-check', ''),
	(973, 'money-check-alt', ''),
	(974, 'monument', ''),
	(975, 'moon', ''),
	(976, 'moon', ''),
	(977, 'mortar-pestle', ''),
	(978, 'mosque', ''),
	(979, 'motorcycle', ''),
	(980, 'mountain', ''),
	(981, 'mouse', ''),
	(982, 'mouse-pointer', ''),
	(983, 'mug-hot', ''),
	(984, 'music', ''),
	(985, 'napster', ''),
	(986, 'neos', ''),
	(987, 'network-wired', ''),
	(988, 'neuter', ''),
	(989, 'newspaper', ''),
	(990, 'newspaper', ''),
	(991, 'nimblr', ''),
	(992, 'node', ''),
	(993, 'node-js', ''),
	(994, 'not-equal', ''),
	(995, 'notes-medical', ''),
	(996, 'npm', ''),
	(997, 'ns8', ''),
	(998, 'nutritionix', ''),
	(999, 'object-group', ''),
	(1000, 'object-group', ''),
	(1001, 'object-ungroup', ''),
	(1002, 'object-ungroup', ''),
	(1003, 'octopus-deploy', ''),
	(1004, 'odnoklassniki', ''),
	(1005, 'odnoklassniki-square', ''),
	(1006, 'oil-can', ''),
	(1007, 'old-republic', ''),
	(1008, 'om', ''),
	(1009, 'opencart', ''),
	(1010, 'openid', ''),
	(1011, 'opera', ''),
	(1012, 'optin-monster', ''),
	(1013, 'orcid', ''),
	(1014, 'osi', ''),
	(1015, 'otter', ''),
	(1016, 'outdent', ''),
	(1017, 'page4', ''),
	(1018, 'pagelines', ''),
	(1019, 'pager', ''),
	(1020, 'paint-brush', ''),
	(1021, 'paint-roller', ''),
	(1022, 'palette', ''),
	(1023, 'palfed', ''),
	(1024, 'pallet', ''),
	(1025, 'paper-plane', ''),
	(1026, 'paper-plane', ''),
	(1027, 'paperclip', ''),
	(1028, 'parachute-box', ''),
	(1029, 'paragraph', ''),
	(1030, 'parking', ''),
	(1031, 'passport', ''),
	(1032, 'pastafarianism', ''),
	(1033, 'paste', ''),
	(1034, 'patreon', ''),
	(1035, 'pause', ''),
	(1036, 'pause-circle', ''),
	(1037, 'pause-circle', ''),
	(1038, 'paw', ''),
	(1039, 'paypal', ''),
	(1040, 'peace', ''),
	(1041, 'pen', ''),
	(1042, 'pen-alt', ''),
	(1043, 'pen-fancy', ''),
	(1044, 'pen-nib', ''),
	(1045, 'pen-square', ''),
	(1046, 'pencil-alt', ''),
	(1047, 'pencil-ruler', ''),
	(1048, 'penny-arcade', ''),
	(1049, 'people-arrows', ''),
	(1050, 'people-carry', ''),
	(1051, 'pepper-hot', ''),
	(1052, 'perbyte', ''),
	(1053, 'percent', ''),
	(1054, 'percentage', ''),
	(1055, 'periscope', ''),
	(1056, 'person-booth', ''),
	(1057, 'phabricator', ''),
	(1058, 'phoenix-framework', ''),
	(1059, 'phoenix-squadron', ''),
	(1060, 'phone', ''),
	(1061, 'phone-alt', ''),
	(1062, 'phone-slash', ''),
	(1063, 'phone-square', ''),
	(1064, 'phone-square-alt', ''),
	(1065, 'phone-volume', ''),
	(1066, 'photo-video', ''),
	(1067, 'php', ''),
	(1068, 'pied-piper', ''),
	(1069, 'pied-piper-alt', ''),
	(1070, 'pied-piper-hat', ''),
	(1071, 'pied-piper-pp', ''),
	(1072, 'pied-piper-square', ''),
	(1073, 'piggy-bank', ''),
	(1074, 'pills', ''),
	(1075, 'pinterest', ''),
	(1076, 'pinterest-p', ''),
	(1077, 'pinterest-square', ''),
	(1078, 'pizza-slice', ''),
	(1079, 'place-of-worship', ''),
	(1080, 'plane', ''),
	(1081, 'plane-arrival', ''),
	(1082, 'plane-departure', ''),
	(1083, 'plane-slash', ''),
	(1084, 'play', ''),
	(1085, 'play-circle', ''),
	(1086, 'play-circle', ''),
	(1087, 'playstation', ''),
	(1088, 'plug', ''),
	(1089, 'plus', ''),
	(1090, 'plus-circle', ''),
	(1091, 'plus-square', ''),
	(1092, 'plus-square', ''),
	(1093, 'podcast', ''),
	(1094, 'poll', ''),
	(1095, 'poll-h', ''),
	(1096, 'poo', ''),
	(1097, 'poo-storm', ''),
	(1098, 'poop', ''),
	(1099, 'portrait', ''),
	(1100, 'pound-sign', ''),
	(1101, 'power-off', ''),
	(1102, 'pray', ''),
	(1103, 'praying-hands', ''),
	(1104, 'prescription', ''),
	(1105, 'prescription-bottle', ''),
	(1106, 'prescription-bottle-alt', ''),
	(1107, 'print', ''),
	(1108, 'procedures', ''),
	(1109, 'product-hunt', ''),
	(1110, 'project-diagram', ''),
	(1111, 'pump-medical', ''),
	(1112, 'pump-soap', ''),
	(1113, 'pushed', ''),
	(1114, 'puzzle-piece', ''),
	(1115, 'python', ''),
	(1116, 'qq', ''),
	(1117, 'qrcode', ''),
	(1118, 'question', ''),
	(1119, 'question-circle', ''),
	(1120, 'question-circle', ''),
	(1121, 'quidditch', ''),
	(1122, 'quinscape', ''),
	(1123, 'quora', ''),
	(1124, 'quote-left', ''),
	(1125, 'quote-right', ''),
	(1126, 'quran', ''),
	(1127, 'r-project', ''),
	(1128, 'radiation', ''),
	(1129, 'radiation-alt', ''),
	(1130, 'rainbow', ''),
	(1131, 'random', ''),
	(1132, 'raspberry-pi', ''),
	(1133, 'ravelry', ''),
	(1134, 'react', ''),
	(1135, 'reacteurope', ''),
	(1136, 'readme', ''),
	(1137, 'rebel', ''),
	(1138, 'receipt', ''),
	(1139, 'record-vinyl', ''),
	(1140, 'recycle', ''),
	(1141, 'red-river', ''),
	(1142, 'reddit', ''),
	(1143, 'reddit-alien', ''),
	(1144, 'reddit-square', ''),
	(1145, 'redhat', ''),
	(1146, 'redo', ''),
	(1147, 'redo-alt', ''),
	(1148, 'registered', ''),
	(1149, 'registered', ''),
	(1150, 'remove-format', ''),
	(1151, 'renren', ''),
	(1152, 'reply', ''),
	(1153, 'reply-all', ''),
	(1154, 'replyd', ''),
	(1155, 'republican', ''),
	(1156, 'researchgate', ''),
	(1157, 'resolving', ''),
	(1158, 'restroom', ''),
	(1159, 'retweet', ''),
	(1160, 'rev', ''),
	(1161, 'ribbon', ''),
	(1162, 'ring', ''),
	(1163, 'road', ''),
	(1164, 'robot', ''),
	(1165, 'rocket', ''),
	(1166, 'rocketchat', ''),
	(1167, 'rockrms', ''),
	(1168, 'route', ''),
	(1169, 'rss', ''),
	(1170, 'rss-square', ''),
	(1171, 'ruble-sign', ''),
	(1172, 'ruler', ''),
	(1173, 'ruler-combined', ''),
	(1174, 'ruler-horizontal', ''),
	(1175, 'ruler-vertical', ''),
	(1176, 'running', ''),
	(1177, 'rupee-sign', ''),
	(1178, 'rust', ''),
	(1179, 'sad-cry', ''),
	(1180, 'sad-cry', ''),
	(1181, 'sad-tear', ''),
	(1182, 'sad-tear', ''),
	(1183, 'safari', ''),
	(1184, 'salesforce', ''),
	(1185, 'sass', ''),
	(1186, 'satellite', ''),
	(1187, 'satellite-dish', ''),
	(1188, 'save', ''),
	(1189, 'save', ''),
	(1190, 'schlix', ''),
	(1191, 'school', ''),
	(1192, 'screwdriver', ''),
	(1193, 'scribd', ''),
	(1194, 'scroll', ''),
	(1195, 'sd-card', ''),
	(1196, 'search', ''),
	(1197, 'search-dollar', ''),
	(1198, 'search-location', ''),
	(1199, 'search-minus', ''),
	(1200, 'search-plus', ''),
	(1201, 'searchengin', ''),
	(1202, 'seedling', ''),
	(1203, 'sellcast', ''),
	(1204, 'sellsy', ''),
	(1205, 'server', ''),
	(1206, 'servicestack', ''),
	(1207, 'shapes', ''),
	(1208, 'share', ''),
	(1209, 'share-alt', ''),
	(1210, 'share-alt-square', ''),
	(1211, 'share-square', ''),
	(1212, 'share-square', ''),
	(1213, 'shekel-sign', ''),
	(1214, 'shield-alt', ''),
	(1215, 'shield-virus', ''),
	(1216, 'ship', ''),
	(1217, 'shipping-fast', ''),
	(1218, 'shirtsinbulk', ''),
	(1219, 'shoe-prints', ''),
	(1220, 'shopify', ''),
	(1221, 'shopping-bag', ''),
	(1222, 'shopping-basket', ''),
	(1223, 'shopping-cart', ''),
	(1224, 'shopware', ''),
	(1225, 'shower', ''),
	(1226, 'shuttle-van', ''),
	(1227, 'sign', ''),
	(1228, 'sign-in-alt', ''),
	(1229, 'sign-language', ''),
	(1230, 'sign-out-alt', ''),
	(1231, 'signal', ''),
	(1232, 'signature', ''),
	(1233, 'sim-card', ''),
	(1234, 'simplybuilt', ''),
	(1235, 'sink', ''),
	(1236, 'sistrix', ''),
	(1237, 'sitemap', ''),
	(1238, 'sith', ''),
	(1239, 'skating', ''),
	(1240, 'sketch', ''),
	(1241, 'skiing', ''),
	(1242, 'skiing-nordic', ''),
	(1243, 'skull', ''),
	(1244, 'skull-crossbones', ''),
	(1245, 'skyatlas', ''),
	(1246, 'skype', ''),
	(1247, 'slack', ''),
	(1248, 'slack-hash', ''),
	(1249, 'slash', ''),
	(1250, 'sleigh', ''),
	(1251, 'sliders-h', ''),
	(1252, 'slideshare', ''),
	(1253, 'smile', ''),
	(1254, 'smile', ''),
	(1255, 'smile-beam', ''),
	(1256, 'smile-beam', ''),
	(1257, 'smile-wink', ''),
	(1258, 'smile-wink', ''),
	(1259, 'smog', ''),
	(1260, 'smoking', ''),
	(1261, 'smoking-ban', ''),
	(1262, 'sms', ''),
	(1263, 'snapchat', ''),
	(1264, 'snapchat-ghost', ''),
	(1265, 'snapchat-square', ''),
	(1266, 'snowboarding', ''),
	(1267, 'snowflake', ''),
	(1268, 'snowflake', ''),
	(1269, 'snowman', ''),
	(1270, 'snowplow', ''),
	(1271, 'soap', ''),
	(1272, 'socks', ''),
	(1273, 'solar-panel', ''),
	(1274, 'sort', ''),
	(1275, 'sort-alpha-down', ''),
	(1276, 'sort-alpha-down-alt', ''),
	(1277, 'sort-alpha-up', ''),
	(1278, 'sort-alpha-up-alt', ''),
	(1279, 'sort-amount-down', ''),
	(1280, 'sort-amount-down-alt', ''),
	(1281, 'sort-amount-up', ''),
	(1282, 'sort-amount-up-alt', ''),
	(1283, 'sort-down', ''),
	(1284, 'sort-numeric-down', ''),
	(1285, 'sort-numeric-down-alt', ''),
	(1286, 'sort-numeric-up', ''),
	(1287, 'sort-numeric-up-alt', ''),
	(1288, 'sort-up', ''),
	(1289, 'soundcloud', ''),
	(1290, 'sourcetree', ''),
	(1291, 'spa', ''),
	(1292, 'space-shuttle', ''),
	(1293, 'speakap', ''),
	(1294, 'speaker-deck', ''),
	(1295, 'spell-check', ''),
	(1296, 'spider', ''),
	(1297, 'spinner', ''),
	(1298, 'splotch', ''),
	(1299, 'spotify', ''),
	(1300, 'spray-can', ''),
	(1301, 'square', ''),
	(1302, 'square', ''),
	(1303, 'square-full', ''),
	(1304, 'square-root-alt', ''),
	(1305, 'squarespace', ''),
	(1306, 'stack-exchange', ''),
	(1307, 'stack-overflow', ''),
	(1308, 'stackpath', ''),
	(1309, 'stamp', ''),
	(1310, 'star', ''),
	(1311, 'star', ''),
	(1312, 'star-and-crescent', ''),
	(1313, 'star-half', ''),
	(1314, 'star-half', ''),
	(1315, 'star-half-alt', ''),
	(1316, 'star-of-david', ''),
	(1317, 'star-of-life', ''),
	(1318, 'staylinked', ''),
	(1319, 'steam', ''),
	(1320, 'steam-square', ''),
	(1321, 'steam-symbol', ''),
	(1322, 'step-backward', ''),
	(1323, 'step-forward', ''),
	(1324, 'stethoscope', ''),
	(1325, 'sticker-mule', ''),
	(1326, 'sticky-note', ''),
	(1327, 'sticky-note', ''),
	(1328, 'stop', ''),
	(1329, 'stop-circle', ''),
	(1330, 'stop-circle', ''),
	(1331, 'stopwatch', ''),
	(1332, 'stopwatch-20', ''),
	(1333, 'store', ''),
	(1334, 'store-alt', ''),
	(1335, 'store-alt-slash', ''),
	(1336, 'store-slash', ''),
	(1337, 'strava', ''),
	(1338, 'stream', ''),
	(1339, 'street-view', ''),
	(1340, 'strikethrough', ''),
	(1341, 'stripe', ''),
	(1342, 'stripe-s', ''),
	(1343, 'stroopwafel', ''),
	(1344, 'studiovinari', ''),
	(1345, 'stumbleupon', ''),
	(1346, 'stumbleupon-circle', ''),
	(1347, 'subscript', ''),
	(1348, 'subway', ''),
	(1349, 'suitcase', ''),
	(1350, 'suitcase-rolling', ''),
	(1351, 'sun', ''),
	(1352, 'sun', ''),
	(1353, 'superpowers', ''),
	(1354, 'superscript', ''),
	(1355, 'supple', ''),
	(1356, 'surprise', ''),
	(1357, 'surprise', ''),
	(1358, 'suse', ''),
	(1359, 'swatchbook', ''),
	(1360, 'swift', ''),
	(1361, 'swimmer', ''),
	(1362, 'swimming-pool', ''),
	(1363, 'symfony', ''),
	(1364, 'synagogue', ''),
	(1365, 'sync', ''),
	(1366, 'sync-alt', ''),
	(1367, 'syringe', ''),
	(1368, 'table', ''),
	(1369, 'table-tennis', ''),
	(1370, 'tablet', ''),
	(1371, 'tablet-alt', ''),
	(1372, 'tablets', ''),
	(1373, 'tachometer-alt', ''),
	(1374, 'tag', ''),
	(1375, 'tags', ''),
	(1376, 'tape', ''),
	(1377, 'tasks', ''),
	(1378, 'taxi', ''),
	(1379, 'teamspeak', ''),
	(1380, 'teeth', ''),
	(1381, 'teeth-open', ''),
	(1382, 'telegram', ''),
	(1383, 'telegram-plane', ''),
	(1384, 'temperature-high', ''),
	(1385, 'temperature-low', ''),
	(1386, 'tencent-weibo', ''),
	(1387, 'tenge', ''),
	(1388, 'terminal', ''),
	(1389, 'text-height', ''),
	(1390, 'text-width', ''),
	(1391, 'th', ''),
	(1392, 'th-large', ''),
	(1393, 'th-list', ''),
	(1394, 'the-red-yeti', ''),
	(1395, 'theater-masks', ''),
	(1396, 'themeco', ''),
	(1397, 'themeisle', ''),
	(1398, 'thermometer', ''),
	(1399, 'thermometer-empty', ''),
	(1400, 'thermometer-full', ''),
	(1401, 'thermometer-half', ''),
	(1402, 'thermometer-quarter', ''),
	(1403, 'thermometer-three-quarters', ''),
	(1404, 'think-peaks', ''),
	(1405, 'thumbs-down', ''),
	(1406, 'thumbs-down', ''),
	(1407, 'thumbs-up', ''),
	(1408, 'thumbs-up', ''),
	(1409, 'thumbtack', ''),
	(1410, 'ticket-alt', ''),
	(1411, 'tiktok', ''),
	(1412, 'times', ''),
	(1413, 'times-circle', ''),
	(1414, 'times-circle', ''),
	(1415, 'tint', ''),
	(1416, 'tint-slash', ''),
	(1417, 'tired', ''),
	(1418, 'tired', ''),
	(1419, 'toggle-off', ''),
	(1420, 'toggle-on', ''),
	(1421, 'toilet', ''),
	(1422, 'toilet-paper', ''),
	(1423, 'toilet-paper-slash', ''),
	(1424, 'toolbox', ''),
	(1425, 'tools', ''),
	(1426, 'tooth', ''),
	(1427, 'torah', ''),
	(1428, 'torii-gate', ''),
	(1429, 'tractor', ''),
	(1430, 'trade-federation', ''),
	(1431, 'trademark', ''),
	(1432, 'traffic-light', ''),
	(1433, 'trailer', ''),
	(1434, 'train', ''),
	(1435, 'tram', ''),
	(1436, 'transgender', ''),
	(1437, 'transgender-alt', ''),
	(1438, 'trash', ''),
	(1439, 'trash-alt', ''),
	(1440, 'trash-alt', ''),
	(1441, 'trash-restore', ''),
	(1442, 'trash-restore-alt', ''),
	(1443, 'tree', ''),
	(1444, 'trello', ''),
	(1445, 'tripadvisor', ''),
	(1446, 'trophy', ''),
	(1447, 'truck', ''),
	(1448, 'truck-loading', ''),
	(1449, 'truck-monster', ''),
	(1450, 'truck-moving', ''),
	(1451, 'truck-pickup', ''),
	(1452, 'tshirt', ''),
	(1453, 'tty', ''),
	(1454, 'tumblr', ''),
	(1455, 'tumblr-square', ''),
	(1456, 'tv', ''),
	(1457, 'twitch', ''),
	(1458, 'twitter', ''),
	(1459, 'twitter-square', ''),
	(1460, 'typo3', ''),
	(1461, 'uber', ''),
	(1462, 'ubuntu', ''),
	(1463, 'uikit', ''),
	(1464, 'umbraco', ''),
	(1465, 'umbrella', ''),
	(1466, 'umbrella-beach', ''),
	(1467, 'uncharted', ''),
	(1468, 'underline', ''),
	(1469, 'undo', ''),
	(1470, 'undo-alt', ''),
	(1471, 'uniregistry', ''),
	(1472, 'unity', ''),
	(1473, 'universal-access', ''),
	(1474, 'university', ''),
	(1475, 'unlink', ''),
	(1476, 'unlock', ''),
	(1477, 'unlock-alt', ''),
	(1478, 'unsplash', ''),
	(1479, 'untappd', ''),
	(1480, 'upload', ''),
	(1481, 'ups', ''),
	(1482, 'usb', ''),
	(1483, 'user', ''),
	(1484, 'user', ''),
	(1485, 'user-alt', ''),
	(1486, 'user-alt-slash', ''),
	(1487, 'user-astronaut', ''),
	(1488, 'user-check', ''),
	(1489, 'user-circle', ''),
	(1490, 'user-circle', ''),
	(1491, 'user-clock', ''),
	(1492, 'user-cog', ''),
	(1493, 'user-edit', ''),
	(1494, 'user-friends', ''),
	(1495, 'user-graduate', ''),
	(1496, 'user-injured', ''),
	(1497, 'user-lock', ''),
	(1498, 'user-md', ''),
	(1499, 'user-minus', ''),
	(1500, 'user-ninja', ''),
	(1501, 'user-nurse', ''),
	(1502, 'user-plus', ''),
	(1503, 'user-secret', ''),
	(1504, 'user-shield', ''),
	(1505, 'user-slash', ''),
	(1506, 'user-tag', ''),
	(1507, 'user-tie', ''),
	(1508, 'user-times', ''),
	(1509, 'users', ''),
	(1510, 'users-cog', ''),
	(1511, 'users-slash', ''),
	(1512, 'usps', ''),
	(1513, 'ussunnah', ''),
	(1514, 'utensil-spoon', ''),
	(1515, 'utensils', ''),
	(1516, 'vaadin', ''),
	(1517, 'vector-square', ''),
	(1518, 'venus', ''),
	(1519, 'venus-double', ''),
	(1520, 'venus-mars', ''),
	(1521, 'vest', ''),
	(1522, 'vest-patches', ''),
	(1523, 'viacoin', ''),
	(1524, 'viadeo', ''),
	(1525, 'viadeo-square', ''),
	(1526, 'vial', ''),
	(1527, 'vials', ''),
	(1528, 'viber', ''),
	(1529, 'video', ''),
	(1530, 'video-slash', ''),
	(1531, 'vihara', ''),
	(1532, 'vimeo', ''),
	(1533, 'vimeo-square', ''),
	(1534, 'vimeo-v', ''),
	(1535, 'vine', ''),
	(1536, 'virus', ''),
	(1537, 'virus-slash', ''),
	(1538, 'viruses', ''),
	(1539, 'vk', ''),
	(1540, 'vnv', ''),
	(1541, 'voicemail', ''),
	(1542, 'volleyball-ball', ''),
	(1543, 'volume-down', ''),
	(1544, 'volume-mute', ''),
	(1545, 'volume-off', ''),
	(1546, 'volume-up', ''),
	(1547, 'vote-yea', ''),
	(1548, 'vr-cardboard', ''),
	(1549, 'vuejs', ''),
	(1550, 'walking', ''),
	(1551, 'wallet', ''),
	(1552, 'warehouse', ''),
	(1553, 'watchman-monitoring', ''),
	(1554, 'water', ''),
	(1555, 'wave-square', ''),
	(1556, 'waze', ''),
	(1557, 'weebly', ''),
	(1558, 'weibo', ''),
	(1559, 'weight', ''),
	(1560, 'weight-hanging', ''),
	(1561, 'weixin', ''),
	(1562, 'whatsapp', ''),
	(1563, 'whatsapp-square', ''),
	(1564, 'wheelchair', ''),
	(1565, 'whmcs', ''),
	(1566, 'wifi', ''),
	(1567, 'wikipedia-w', ''),
	(1568, 'wind', ''),
	(1569, 'window-close', ''),
	(1570, 'window-close', ''),
	(1571, 'window-maximize', ''),
	(1572, 'window-maximize', ''),
	(1573, 'window-minimize', ''),
	(1574, 'window-minimize', ''),
	(1575, 'window-restore', ''),
	(1576, 'window-restore', ''),
	(1577, 'windows', ''),
	(1578, 'wine-bottle', ''),
	(1579, 'wine-glass', ''),
	(1580, 'wine-glass-alt', ''),
	(1581, 'wix', ''),
	(1582, 'wizards-of-the-coast', ''),
	(1583, 'wodu', ''),
	(1584, 'wolf-pack-battalion', ''),
	(1585, 'won-sign', ''),
	(1586, 'wordpress', ''),
	(1587, 'wordpress-simple', ''),
	(1588, 'wpbeginner', ''),
	(1589, 'wpexplorer', ''),
	(1590, 'wpforms', ''),
	(1591, 'wpressr', ''),
	(1592, 'wrench', ''),
	(1593, 'x-ray', ''),
	(1594, 'xbox', ''),
	(1595, 'xing', ''),
	(1596, 'xing-square', ''),
	(1597, 'y-combinator', ''),
	(1598, 'yahoo', ''),
	(1599, 'yammer', ''),
	(1600, 'yandex', ''),
	(1601, 'yandex-international', ''),
	(1602, 'yarn', ''),
	(1603, 'yelp', ''),
	(1604, 'yen-sign', ''),
	(1605, 'yin-yang', ''),
	(1606, 'yoast', ''),
	(1607, 'youtube', ''),
	(1608, 'youtube-square', ''),
	(1609, 'zhihu', '');
/*!40000 ALTER TABLE `sie_iconos` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_indicadores
CREATE TABLE IF NOT EXISTS `sie_indicadores` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nombre` varchar(600) NOT NULL,
  `formula` varchar(600) DEFAULT NULL,
  `id_proceso` int(11) NOT NULL,
  `id_responsable` int(11) NOT NULL,
  `id_tipo` int(11) NOT NULL,
  `id_periodicidad` int(11) NOT NULL,
  `meta` int(11) NOT NULL,
  `gestion_alto` int(11) NOT NULL,
  `gestion_medio` int(11) NOT NULL,
  `gestion_bajo` int(11) NOT NULL,
  `estado` int(11) NOT NULL COMMENT 'Activo = 1, Inactivo = 0',
  `fecha_creacion` date NOT NULL,
  `usuario_crea` int(11) NOT NULL,
  `fecha_inactiva` date NOT NULL,
  `usuario_inactiva` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_indicadores_sie_procesos` (`id_proceso`),
  KEY `FK_sie_indicadores_sie_usuarios` (`id_responsable`),
  KEY `FK_sie_indicadores_sie_tipo_indicadores` (`id_tipo`),
  KEY `FK_sie_indicadores_sie_periodicidad_indicadores` (`id_periodicidad`),
  CONSTRAINT `FK_sie_indicadores_sie_periodicidad_indicadores` FOREIGN KEY (`id_periodicidad`) REFERENCES `sie_periodicidad_indicadores` (`id`),
  CONSTRAINT `FK_sie_indicadores_sie_procesos` FOREIGN KEY (`id_proceso`) REFERENCES `sie_procesos` (`id`),
  CONSTRAINT `FK_sie_indicadores_sie_tipo_indicadores` FOREIGN KEY (`id_tipo`) REFERENCES `sie_tipo_indicadores` (`id`),
  CONSTRAINT `FK_sie_indicadores_sie_usuarios` FOREIGN KEY (`id_responsable`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=latin1;

-- Volcando datos para la tabla quimico4_sie.sie_indicadores: ~6 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_indicadores` DISABLE KEYS */;
INSERT INTO `sie_indicadores` (`id`, `nombre`, `formula`, `id_proceso`, `id_responsable`, `id_tipo`, `id_periodicidad`, `meta`, `gestion_alto`, `gestion_medio`, `gestion_bajo`, `estado`, `fecha_creacion`, `usuario_crea`, `fecha_inactiva`, `usuario_inactiva`) VALUES
	(62, 'COBERTURA DE SALU D', 'A/B X 100 ', 21, 20, 3, 3, 90, 100, 90, 85, 1, '2021-05-15', 20, '0000-00-00', 0),
	(63, 'COBERTURA DE SALUD', 'A/B', 29, 86, 3, 1, 95, 100, 90, 80, 1, '2021-05-15', 20, '0000-00-00', 0),
	(64, 'COBERTURA EN SALUD III', 'A/B  X 100', 21, 20, 1, 1, 90, 100, 80, 70, 1, '2021-05-15', 20, '0000-00-00', 0),
	(65, 'COBERTURA EN SALUD IV', 'A/B  X 100', 21, 19, 2, 4, 34, 80, 60, 20, 1, '2021-05-16', 19, '0000-00-00', 0),
	(66, 'COBERTURA EN SALUD V', 'A/B X 100', 21, 19, 2, 4, 80, 90, 60, 50, 1, '2021-05-16', 19, '0000-00-00', 0),
	(67, 'INDICADOR PRUEBA', 'X/Y', 25, 86, 3, 1, 100, 100, 80, 20, 1, '2021-07-30', 27, '0000-00-00', 0);
/*!40000 ALTER TABLE `sie_indicadores` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_log_transacciones
CREATE TABLE IF NOT EXISTS `sie_log_transacciones` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `modulo` varchar(400) NOT NULL DEFAULT '0',
  `query` varchar(2000) NOT NULL DEFAULT '0',
  `id_usuario` int(11) NOT NULL DEFAULT '0',
  `fecha_hora` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `id_usuario` (`id_usuario`),
  CONSTRAINT `FK_sie_log_transacciones_sie_usuarios` FOREIGN KEY (`id_usuario`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2502 DEFAULT CHARSET=latin1;

-- Volcando datos para la tabla quimico4_sie.sie_log_transacciones: ~331 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_log_transacciones` DISABLE KEYS */;
INSERT INTO `sie_log_transacciones` (`id`, `modulo`, `query`, `id_usuario`, `fecha_hora`) VALUES
	(1, 'Gestión de procesos', 'UPDATE sie_procesos SET id_macro_proceso = |4|, objetivo = |.|, estado = |1|, id_responsable = |20| WHERE id = |28|', 19, '2021-04-11 23:11:54'),
	(2, 'Gestión de zonas', 'INSERT INTO sie_zonas(descripcion, id_tipo, latitud, longitud, estado)VALUES(|ejemplo...|, 12, |5|, |90|, |1|)', 19, '2021-04-11 23:17:16'),
	(4, 'Gestión de zonas', 'UPDATE sie_zonas SET descripcion = |ejemplo|, id_tipo = 12, latitud = |5|, longitud = |90|, estado = |1| WHERE id = 33', 19, '2021-04-11 23:22:47'),
	(5, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Prueba log|, 5, 1, 19, |Ejemploe|, |2021-04-11 23:30:10|, 19, 1, 19, |prueba_log|)', 19, '2021-04-11 23:30:10'),
	(6, 'Gestión de zonas', 'UPDATE sie_zonas SET descripcion = |ejemplo...|, id_tipo = 12, latitud = |5|, longitud = |90|, estado = |1| WHERE id = 33', 19, '2021-04-11 23:32:53'),
	(7, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión prueba|, 5, 1, 19, |Ejemplo|, |2021-04-12 20:45:34|, 19, 1, 19, |gestión_prueba|)', 19, '2021-04-12 20:45:34'),
	(8, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión prueba|, 5, 1, 19, |Ejemplo|, |2021-04-12 20:55:46|, 19, 1, 19, |gestión_prueba|)', 19, '2021-04-12 20:55:46'),
	(9, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Prueba|, 5, 1, 20, |Esta es una prueba|, |2021-04-12 21:10:06|, 20, 1, 20, |prueba|)', 20, '2021-04-12 21:10:06'),
	(10, 'Gestion de zonas', 'UPDATE sie_procesos SET id_macro_proceso = |4|, objetivo = |Esta es una prueba|, estado = |1|, id_responsable = |20| WHERE id = 83', 20, '2021-04-12 21:13:23'),
	(11, 'Gestión de zonas', 'INSERT INTO sie_zonas(descripcion, id_tipo, latitud, longitud, estado)VALUES(|EJEMPLO|, 13, ||, ||, |1|)', 19, '2021-04-12 21:41:43'),
	(12, 'Gestión de zonas', 'UPDATE sie_zonas SET descripcion = |EJEMPLO...|, id_tipo = 13, latitud = ||, longitud = ||, estado = |1| WHERE id = 35', 19, '2021-04-12 21:43:46'),
	(13, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión prueba|, 3, 1, 19, |Ejemplo|, |2021-04-12 21:52:24|, 19, 1, 19, |gestión_prueba|)', 19, '2021-04-12 21:52:24'),
	(14, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión prueba|, 4, 1, 19, |Ejemplo|, |2021-04-12 22:05:20|, 19, 1, 19, |gestión_prueba|)', 19, '2021-04-12 22:05:20'),
	(15, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión prueba|, 4, 1, 19, |Ejemplo|, |2021-04-12 22:09:18|, 19, 1, 19, |gestión_prueba|)', 19, '2021-04-12 22:09:18'),
	(16, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión prueba|, 4, 1, 19, |Ejemplo|, |2021-04-12 22:11:34|, 19, 1, 19, |gestión_prueba|)', 19, '2021-04-12 22:11:34'),
	(17, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión de|, 4, 1, 19, |e|, |2021-04-12 22:13:14|, 19, 1, 19, |gestión_de|)', 19, '2021-04-12 22:13:14'),
	(18, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Eeee|, 4, 1, 19, |ASDSA|, |2021-04-12 22:17:42|, 19, 1, 19, |Ejemplo__x|)', 19, '2021-04-12 22:17:42'),
	(19, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Ty|, 4, 1, 19, |j|, |2021-04-12 22:21:16|, 19, 1, 19, |ty|)', 19, '2021-04-12 22:21:16'),
	(20, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión prueba|, 4, 1, 19, |ejemplo\r\n|, |2021-04-12 22:23:01|, 19, 1, 19, |gestión_prueba|)', 19, '2021-04-12 22:23:01'),
	(21, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Ese|, 4, 1, 19, |\r\nqwhekhw|, |2021-04-12 22:25:35|, 19, 1, 19, |33333|)', 19, '2021-04-12 22:25:35'),
	(22, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión pruebas|, 4, 1, 19, |Ejemplo|, |2021-04-12 22:27:27|, 19, 1, 19, |gestion_pruebas|)', 19, '2021-04-12 22:27:27'),
	(23, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión de prueba|, 4, 1, 19, |Ejemplo|, |2021-04-12 22:42:12|, 19, 1, 19, |gestion_de_prueba|)', 19, '2021-04-12 22:42:12'),
	(24, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión prueba|, 4, 1, 19, |Ejemplo|, |2021-04-12 23:19:53|, 19, 1, 19, |gestion_prueba|)', 19, '2021-04-12 23:19:53'),
	(25, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión pruebac|, 4, 1, 19, |Ejemplo|, |2021-04-12 23:22:08|, 19, 1, 19, |gestion_pruebac|)', 19, '2021-04-12 23:22:08'),
	(26, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión pruebacv|, 4, 1, 19, |Ejemplo|, |2021-04-12 23:23:14|, 19, 1, 19, |gestion_pruebacv|)', 19, '2021-04-12 23:23:14'),
	(27, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión pruebacvx|, 4, 1, 19, |Ejemplo|, |2021-04-12 23:26:34|, 19, 1, 19, |gestion_pruebacvx|)', 19, '2021-04-12 23:26:34'),
	(28, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Qweq|, 1, 1, 19, |asd|, |2021-04-12 23:28:26|, 19, 1, 19, |qweq|)', 19, '2021-04-12 23:28:26'),
	(29, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Asda|, 1, 1, 19, |sadas|, |2021-04-12 23:35:25|, 19, 1, 19, |asda|)', 19, '2021-04-12 23:35:25'),
	(30, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión prueba|, 4, 1, 19, |Ejemplo|, |2021-04-12 23:39:17|, 19, 1, 19, |gestion_prueba|)', 19, '2021-04-12 23:39:17'),
	(31, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión de pruebas|, 4, 1, 19, |Ejemplo|, |2021-04-12 23:44:12|, 19, 1, 19, |gestion_de_pruebas|)', 19, '2021-04-12 23:44:12'),
	(32, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión de pruebasc|, 4, 1, 19, |Ejemplo|, |2021-04-12 23:47:09|, 19, 1, 19, |gestion_de_pruebasc|)', 19, '2021-04-12 23:47:09'),
	(33, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión de pruebascs|, 4, 1, 19, |Ejemplo|, |2021-04-12 23:50:05|, 19, 1, 19, |gestion_de_pruebascs|)', 19, '2021-04-12 23:50:05'),
	(34, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión de pruebascsa|, 4, 1, 19, |Ejemplo|, |2021-04-12 23:52:58|, 19, 1, 19, |gestion_de_pruebascsa|)', 19, '2021-04-12 23:52:58'),
	(35, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestiónssada|, 4, 1, 19, |Ejemplo|, |2021-04-12 23:56:55|, 19, 1, 19, |gestionssada|)', 19, '2021-04-12 23:56:55'),
	(36, 'Gestion de procesos', 'INSERT INTO sie_procesos(descripcion, id_macro_proceso, estado, id_responsable, objetivo, fecha_creacion, id_usuario_crea, proceso_sie, id_usuario_inactiva, href)VALUES(|Gestión de pruebas|, 4, 1, 19, |Ejemplo|, |2021-04-13 00:00:10|, 19, 1, 19, |gestion_de_pruebas|)', 19, '2021-04-13 00:00:10'),
	(37, 'Gestion de zonas', 'UPDATE sie_procesos SET id_macro_proceso = |4|, objetivo = |Ejemplo|, estado = |1|, id_responsable = |19| WHERE id = 107', 19, '2021-04-13 19:51:09'),
	(38, 'Gestion de zonas', 'UPDATE sie_procesos SET id_macro_proceso = |4|, objetivo = |Ejemplo|, estado = |1|, id_responsable = |19| WHERE id = 107', 19, '2021-04-13 19:53:29'),
	(39, 'Gestion de zonas', 'UPDATE sie_procesos SET id_macro_proceso = |4|, objetivo = |Ejemplo|, estado = |1|, id_responsable = |19| WHERE id = 107', 19, '2021-04-13 19:54:47'),
	(40, 'Gestión de zonas', 'INSERT INTO sie_zonas(descripcion, id_tipo, latitud, longitud, estado)VALUES(|LORICA|, 11, ||, ||, |1|)', 20, '2021-05-13 09:57:47'),
	(41, 'Gestión de zonas', 'INSERT INTO sie_zonas(descripcion, id_tipo, latitud, longitud, estado)VALUES(|QUEBRADONCITA|, 11, ||, ||, |1|)', 20, '2021-05-13 10:00:05'),
	(42, 'Gestión de zonas', 'INSERT INTO sie_zonas(descripcion, id_tipo, latitud, longitud, estado)VALUES(|TRAVESIAS|, 11, ||, ||, |1|)', 20, '2021-05-13 10:01:00'),
	(43, 'Gestión de zonas', 'INSERT INTO sie_zonas(descripcion, id_tipo, latitud, longitud, estado)VALUES(|LA QUINTA|, 11, ||, ||, |1|)', 20, '2021-05-13 10:02:11'),
	(44, 'Gestión de zonas', 'INSERT INTO sie_zonas(descripcion, id_tipo, latitud, longitud, estado)VALUES(|SAN ANTONIO|, 11, ||, ||, |1|)', 20, '2021-05-13 10:02:53'),
	(45, 'Gestión de zonas', 'INSERT INTO sie_zonas(descripcion, id_tipo, latitud, longitud, estado)VALUES(|LA ARENERA|, 11, ||, ||, |1|)', 20, '2021-05-13 10:03:39'),
	(46, 'Gestión de zonas', 'INSERT INTO sie_zonas(descripcion, id_tipo, latitud, longitud, estado)VALUES(|LA CONTRATA|, 11, ||, ||, |1|)', 20, '2021-05-13 10:03:46'),
	(935, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-05-15 20:51:09|, id_usuario_registro_resultado = 20, resultado = 80 WHERE id = 1', 20, '2021-05-15 20:51:09'),
	(936, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-05-15 20:51:09|, id_usuario_registro_resultado = 20, resultado = 80 WHERE id = 62', 20, '2021-05-15 20:51:09'),
	(937, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-05-15 20:51:28|, id_usuario_registro_resultado = 20, resultado = 80 WHERE id = 64', 20, '2021-05-15 20:51:28'),
	(938, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-05-15 20:51:32|, id_usuario_registro_resultado = 20, resultado = 90 WHERE id = 64', 20, '2021-05-15 20:51:32'),
	(939, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-05-15 20:51:39|, id_usuario_registro_resultado = 20, resultado = 70 WHERE id = 64', 20, '2021-05-15 20:51:39'),
	(940, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-05-15 20:51:46|, id_usuario_registro_resultado = 20, resultado = 80 WHERE id = 64', 20, '2021-05-15 20:51:46'),
	(941, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-05-15 20:52:15|, id_usuario_registro_resultado = 20, resultado = 95 WHERE id = 64', 20, '2021-05-15 20:52:15'),
	(1238, 'Gestión de KPI - Crear-Editar KPI', 'DELETE FROM sie_periodos_indicadores WHERE id_indicador = 65 AND ano = YEAR(NOW())', 19, '2021-05-16 19:41:37'),
	(1239, 'Gestión de KPI - Crear-Editar KPI', 'DELETE FROM sie_periodos_indicadores_veredas WHERE id_indicador = 65 AND ano = YEAR(NOW())', 19, '2021-05-16 19:41:37'),
	(1314, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-05-16 22:43:40|, id_usuario_registro_resultado = 19, resultado = 81 WHERE id = 64', 19, '2021-05-16 22:43:40'),
	(1315, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-05-16 22:44:00|, id_usuario_registro_resultado = 19, resultado = 81 WHERE id = 62', 19, '2021-05-16 22:44:00'),
	(1316, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-05-16 22:46:44|, id_usuario_registro_resultado = 19, resultado = 10 WHERE id = 62', 19, '2021-05-16 22:46:44'),
	(1317, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-05-16 22:46:58|, id_usuario_registro_resultado = 19, resultado = 15 WHERE id = 1', 19, '2021-05-16 22:46:58'),
	(1318, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-05-16 22:46:58|, id_usuario_registro_resultado = 19, resultado = 15 WHERE id = 62', 19, '2021-05-16 22:46:58'),
	(1319, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-05-16 23:24:04|, id_usuario_registro_resultado = 19, resultado = 10 WHERE id = 217', 19, '2021-05-16 23:24:04'),
	(1320, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-05-16 23:24:04|, id_usuario_registro_resultado = 19, resultado = 10 WHERE id = 64', 19, '2021-05-16 23:24:04'),
	(1321, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos (titulo, descripcion, estado, id_proceso, id_clase, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(|AAA|, |AAA|, 1, 22, 2, 5, 5, 4, 20, |2021-06-04 20:52:58|)', 20, '2021-06-04 20:52:58'),
	(1322, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_causas_consecuencias (id_riesgo, id_tipo_causa, descripcion_causa, id_tipo_consecuencia, descripcion_consecuancia)VALUES(28, 1, |AAA|, 1, |AAA|)', 20, '2021-06-04 21:07:06'),
	(1323, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_controles (descripcion, estado, id_causa, id_clasificacion, id_usuario_crea, fecha_creacion)VALUES(|AAA1|, 1, 32, 1, 20, |2021-06-04 21:07:16|)', 20, '2021-06-04 21:07:16'),
	(1324, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_controles (descripcion, estado, id_causa, id_clasificacion, id_usuario_crea, fecha_creacion)VALUES(|AAA2|, 1, 32, 3, 20, |2021-06-04 21:07:25|)', 20, '2021-06-04 21:07:25'),
	(1325, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(52, , , , 5, 5, 4, 19, |2021-06-04 21:07:38|)', 19, '2021-06-04 21:07:38'),
	(1326, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 52', 20, '2021-06-04 21:07:49'),
	(1327, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 20, '2021-06-04 21:07:49'),
	(1328, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 4, id_nivel_evaluacion = 1,  casillas_valoracion = 1, id_probabilidad = 4, id_impacto = 5, id_nivel_consecuencia = 4, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =, puntaje = 70 WHERE id_control = 52', 19, '2021-06-04 21:09:00'),
	(1329, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 4, id_impacto_residual = 5, id_nivel_consecuencia_residual = 4 WHERE id = 28', 19, '2021-06-04 21:09:00'),
	(1330, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 2, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 52', 19, '2021-06-04 21:09:08'),
	(1331, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 2, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-04 21:09:08'),
	(1332, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 4, id_nivel_evaluacion = 1,  casillas_valoracion = 1, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =, puntaje = 70 WHERE id_control = 52', 19, '2021-06-04 21:10:31'),
	(1333, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-04 21:10:31'),
	(1334, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 5, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 52', 19, '2021-06-04 21:10:40'),
	(1335, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-04 21:10:40'),
	(1336, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(53, , , , 5, 5, 4, 19, |2021-06-04 21:13:26|)', 19, '2021-06-04 21:13:26'),
	(1337, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 5, id_impacto = 3, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 53', 20, '2021-06-04 21:13:32'),
	(1338, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 5, id_impacto_residual = 3, id_nivel_consecuencia_residual = 3 WHERE id = 28', 20, '2021-06-04 21:13:32'),
	(1339, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 20, '2021-06-04 21:13:39'),
	(1340, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_controles (descripcion, estado, id_causa, id_clasificacion, id_usuario_crea, fecha_creacion)VALUES(|AAA3|, 1, 32, 3, 20, |2021-06-04 21:14:06|)', 20, '2021-06-04 21:14:06'),
	(1341, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(54, , , , 1, 5, 2, 19, |2021-06-04 21:14:20|)', 19, '2021-06-04 21:14:20'),
	(1342, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(54, , , , 1, 5, 2, 19, |2021-06-04 21:17:27|)', 19, '2021-06-04 21:17:27'),
	(1343, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(52, , , , 5, 5, 4, 19, |2021-06-04 21:21:36|)', 19, '2021-06-04 21:21:36'),
	(1344, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 52', 19, '2021-06-04 21:22:23'),
	(1345, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-04 21:22:23'),
	(1346, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(54, , , , 3, 5, 3, 19, |2021-06-04 21:22:26|)', 19, '2021-06-04 21:22:26'),
	(1347, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 5, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 54', 19, '2021-06-04 21:22:55'),
	(1348, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-04 21:22:55'),
	(1349, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(53, , , , 1, 5, 2, 19, |2021-06-04 21:22:58|)', 19, '2021-06-04 21:22:58'),
	(1350, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 3, id_nivel_consecuencia = 1, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 53', 19, '2021-06-04 21:23:20'),
	(1351, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 3, id_nivel_consecuencia_residual = 1 WHERE id = 28', 19, '2021-06-04 21:23:20'),
	(1352, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(52, , , , 5, 5, 4, 19, |2021-06-04 21:24:10|)', 19, '2021-06-04 21:24:10'),
	(1353, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 52', 20, '2021-06-04 21:24:16'),
	(1354, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 20, '2021-06-04 21:24:16'),
	(1355, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(54, , , , 3, 5, 3, 19, |2021-06-04 21:24:18|)', 19, '2021-06-04 21:24:18'),
	(1356, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 5, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 54', 20, '2021-06-04 21:24:24'),
	(1357, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 20, '2021-06-04 21:24:24'),
	(1358, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(53, , , , 1, 5, 2, 19, |2021-06-04 21:24:26|)', 19, '2021-06-04 21:24:26'),
	(1359, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 3, id_nivel_consecuencia = 1, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 53', 20, '2021-06-04 21:24:33'),
	(1360, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 3, id_nivel_consecuencia_residual = 1 WHERE id = 28', 20, '2021-06-04 21:24:33'),
	(1361, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 1, id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 5, id_impacto = 5, id_nivel_consecuencia = 4, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 15 WHERE id_control = 52', 20, '2021-06-04 21:24:38'),
	(1362, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 5, id_impacto_residual = 5, id_nivel_consecuencia_residual = 4 WHERE id = 28', 20, '2021-06-04 21:24:38'),
	(1363, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 52', 20, '2021-06-04 21:24:55'),
	(1364, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 20, '2021-06-04 21:24:55'),
	(1365, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = , id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = , id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 0 WHERE id_control = 54', 20, '2021-06-04 21:25:08'),
	(1366, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = , id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 1, id_impacto = 5, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = , id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 0 WHERE id_control = 53', 20, '2021-06-04 21:25:11'),
	(1367, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 20, '2021-06-04 21:25:11'),
	(1368, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-04 21:28:42'),
	(1369, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 5, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 54', 19, '2021-06-04 21:28:51'),
	(1370, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-04 21:28:51'),
	(1371, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 3, id_nivel_consecuencia = 1, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 53', 19, '2021-06-04 21:28:59'),
	(1372, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 3, id_nivel_consecuencia_residual = 1 WHERE id = 28', 19, '2021-06-04 21:28:59'),
	(1373, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = , id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 5, id_impacto = 5, id_nivel_consecuencia = 4, id_nivel_verificacion_definido = , id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 0 WHERE id_control = 52', 19, '2021-06-04 21:29:05'),
	(1374, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 5, id_impacto_residual = 5, id_nivel_consecuencia_residual = 4 WHERE id = 28', 19, '2021-06-04 21:29:05'),
	(1375, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 52', 19, '2021-06-04 21:29:15'),
	(1376, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-04 21:29:15'),
	(1377, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(52, , , , 5, 5, 4, 19, |2021-06-04 21:30:27|)', 19, '2021-06-04 21:30:27'),
	(1378, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 52', 19, '2021-06-04 21:30:37'),
	(1379, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-04 21:30:37'),
	(1380, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(54, , , , 3, 5, 3, 19, |2021-06-04 21:31:05|)', 19, '2021-06-04 21:31:05'),
	(1381, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 5, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 54', 19, '2021-06-04 21:31:13'),
	(1382, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-04 21:31:13'),
	(1383, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(53, , , , 1, 5, 2, 19, |2021-06-04 21:31:28|)', 19, '2021-06-04 21:31:28'),
	(1384, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 3, id_nivel_consecuencia = 1, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 53', 19, '2021-06-04 21:31:42'),
	(1385, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 3, id_nivel_consecuencia_residual = 1 WHERE id = 28', 19, '2021-06-04 21:31:42'),
	(1386, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(53, , , , 1, 3, 1, 19, |2021-06-04 21:32:34|)', 19, '2021-06-04 21:32:34'),
	(1387, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 1, id_nivel_consecuencia = 1, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 53', 19, '2021-06-04 21:32:45'),
	(1388, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 1, id_nivel_consecuencia_residual = 1 WHERE id = 28', 19, '2021-06-04 21:32:45'),
	(1389, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(52, , , , 5, 5, 4, 19, |2021-06-04 21:34:06|)', 19, '2021-06-04 21:34:06'),
	(1390, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 52', 19, '2021-06-04 21:34:18'),
	(1391, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-04 21:34:18'),
	(1392, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(54, , , , 3, 5, 3, 19, |2021-06-04 21:34:33|)', 19, '2021-06-04 21:34:33'),
	(1393, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 5, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 54', 19, '2021-06-04 21:34:45'),
	(1394, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-04 21:34:45'),
	(1395, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(53, , , , 1, 5, 2, 19, |2021-06-04 21:34:58|)', 19, '2021-06-04 21:34:58'),
	(1396, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 3, id_nivel_consecuencia = 1, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 53', 19, '2021-06-04 21:35:07'),
	(1397, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 3, id_nivel_consecuencia_residual = 1 WHERE id = 28', 19, '2021-06-04 21:35:07'),
	(1398, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = , id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 1, id_impacto = 5, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = , id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 0 WHERE id_control = 53', 19, '2021-06-04 21:36:15'),
	(1399, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-04 21:36:15'),
	(1400, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = , id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = , id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 0 WHERE id_control = 54', 19, '2021-06-04 21:36:48'),
	(1401, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-04 21:36:48'),
	(1402, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = , id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 5, id_impacto = 5, id_nivel_consecuencia = 4, id_nivel_verificacion_definido = , id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 0 WHERE id_control = 52', 19, '2021-06-04 21:37:02'),
	(1403, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 5, id_impacto_residual = 5, id_nivel_consecuencia_residual = 4 WHERE id = 28', 19, '2021-06-04 21:37:02'),
	(1404, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 52', 19, '2021-06-04 21:37:23'),
	(1405, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-04 21:37:23'),
	(1406, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 5, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 54', 19, '2021-06-04 21:37:34'),
	(1407, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-04 21:37:34'),
	(1408, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 3, id_nivel_consecuencia = 1, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 53', 19, '2021-06-04 21:37:45'),
	(1409, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 3, id_nivel_consecuencia_residual = 1 WHERE id = 28', 19, '2021-06-04 21:37:45'),
	(1410, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = , id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 5, id_impacto = 5, id_nivel_consecuencia = 4, id_nivel_verificacion_definido = , id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 0 WHERE id_control = 52', 19, '2021-06-04 21:38:16'),
	(1411, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 5, id_impacto_residual = 5, id_nivel_consecuencia_residual = 4 WHERE id = 28', 19, '2021-06-04 21:38:16'),
	(1412, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 52', 19, '2021-06-04 21:38:50'),
	(1413, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-04 21:38:50'),
	(1414, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-04 21:38:59'),
	(1415, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 3, id_nivel_consecuencia_residual = 1 WHERE id = 28', 19, '2021-06-04 21:39:04'),
	(1416, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = , id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 5, id_impacto = 5, id_nivel_consecuencia = 4, id_nivel_verificacion_definido = , id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 0 WHERE id_control = 52', 19, '2021-06-04 21:42:34'),
	(1417, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 5, id_impacto_residual = 5, id_nivel_consecuencia_residual = 4 WHERE id = 28', 19, '2021-06-04 21:42:34'),
	(1418, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = , id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = , id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 0 WHERE id_control = 54', 19, '2021-06-04 21:42:38'),
	(1419, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-04 21:42:38'),
	(1420, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = , id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 1, id_impacto = 5, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = , id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 0 WHERE id_control = 53', 19, '2021-06-04 21:42:43'),
	(1421, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-04 21:42:43'),
	(1422, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(52, , , , 5, 5, 4, 19, |2021-06-04 21:44:03|)', 19, '2021-06-04 21:44:03'),
	(1423, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 52', 19, '2021-06-04 21:44:20'),
	(1424, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-04 21:44:20'),
	(1425, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(54, , , , 3, 5, 3, 19, |2021-06-04 21:46:09|)', 19, '2021-06-04 21:46:09'),
	(1426, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 5, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 54', 19, '2021-06-04 21:46:15'),
	(1427, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-04 21:46:15'),
	(1428, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(53, , , , 1, 5, 2, 19, |2021-06-04 21:46:18|)', 19, '2021-06-04 21:46:18'),
	(1429, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 3, id_nivel_consecuencia = 1, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 53', 19, '2021-06-04 21:46:27'),
	(1430, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 3, id_nivel_consecuencia_residual = 1 WHERE id = 28', 19, '2021-06-04 21:46:27'),
	(1431, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = , id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = , id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 0 WHERE id_control = 54', 19, '2021-06-04 21:46:43'),
	(1432, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-04 21:46:43'),
	(1433, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = , id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 5, id_impacto = 5, id_nivel_consecuencia = 4, id_nivel_verificacion_definido = , id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 0 WHERE id_control = 52', 19, '2021-06-04 21:46:49'),
	(1434, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 5, id_impacto_residual = 5, id_nivel_consecuencia_residual = 4 WHERE id = 28', 19, '2021-06-04 21:46:49'),
	(1435, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 52', 19, '2021-06-04 21:47:03'),
	(1436, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-04 21:47:03'),
	(1437, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 5, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 54', 19, '2021-06-04 21:47:11'),
	(1438, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-04 21:47:11'),
	(1439, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-04 21:47:24'),
	(1440, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-04 21:47:28'),
	(1441, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 3, id_nivel_consecuencia_residual = 1 WHERE id = 28', 19, '2021-06-04 21:47:31'),
	(1442, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(52, , , , 4, 4, 4, 19, |2021-06-05 15:58:40|)', 19, '2021-06-05 15:58:40'),
	(1443, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 2, id_impacto = 4, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 52', 19, '2021-06-05 15:58:53'),
	(1444, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 2, id_impacto_residual = 4, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-05 15:58:53'),
	(1445, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(52, , , , 5, 5, 4, 19, |2021-06-05 16:00:04|)', 19, '2021-06-05 16:00:04'),
	(1446, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 52', 19, '2021-06-05 16:04:59'),
	(1447, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-05 16:04:59'),
	(1448, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(54, , , , 3, 5, 3, 19, |2021-06-05 16:05:24|)', 19, '2021-06-05 16:05:24'),
	(1449, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 5, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 54', 19, '2021-06-05 16:05:33'),
	(1450, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-05 16:05:33'),
	(1451, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(53, , , , 1, 5, 2, 19, |2021-06-05 16:05:51|)', 19, '2021-06-05 16:05:51'),
	(1452, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 3, id_nivel_consecuencia = 1, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 53', 19, '2021-06-05 16:06:02'),
	(1453, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 3, id_nivel_consecuencia_residual = 1 WHERE id = 28', 19, '2021-06-05 16:06:02'),
	(1454, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = , id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 5, id_impacto = 5, id_nivel_consecuencia = 4, id_nivel_verificacion_definido = , id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 0 WHERE id_control = 52', 19, '2021-06-05 16:06:34'),
	(1455, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 5, id_impacto_residual = 5, id_nivel_consecuencia_residual = 4 WHERE id = 28', 19, '2021-06-05 16:06:34'),
	(1456, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(52, , , , 5, 5, 4, 19, |2021-06-05 19:03:09|)', 19, '2021-06-05 19:03:09'),
	(1457, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(52, , , , 5, 5, 4, 19, |2021-06-05 19:05:23|)', 19, '2021-06-05 19:05:23'),
	(1458, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 52', 19, '2021-06-05 19:05:33'),
	(1459, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-05 19:05:33'),
	(1460, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(54, , , , 3, 5, 3, 19, |2021-06-05 19:05:36|)', 19, '2021-06-05 19:05:36'),
	(1461, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 5, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 54', 19, '2021-06-05 19:05:45'),
	(1462, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-05 19:05:45'),
	(1463, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(53, , , , 1, 5, 2, 19, |2021-06-05 19:05:52|)', 19, '2021-06-05 19:05:52'),
	(1464, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 3, id_nivel_consecuencia = 1, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 53', 19, '2021-06-05 19:06:07'),
	(1465, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 3, id_nivel_consecuencia_residual = 1 WHERE id = 28', 19, '2021-06-05 19:06:07'),
	(1466, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = , id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 3, id_impacto = 3, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = , id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 0 WHERE id_control = 52', 19, '2021-06-05 19:06:11'),
	(1467, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 3, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-05 19:06:11'),
	(1468, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = , id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 5, id_impacto = 3, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = , id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 0 WHERE id_control = 54', 19, '2021-06-05 19:06:23'),
	(1469, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 5, id_impacto_residual = 3, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-05 19:06:23'),
	(1470, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = , id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 5, id_impacto = 5, id_nivel_consecuencia = 4, id_nivel_verificacion_definido = , id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 0 WHERE id_control = 53', 19, '2021-06-05 19:06:29'),
	(1471, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 5, id_impacto_residual = 5, id_nivel_consecuencia_residual = 4 WHERE id = 28', 19, '2021-06-05 19:06:29'),
	(1472, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 52', 19, '2021-06-05 19:06:47'),
	(1473, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-05 19:06:47'),
	(1474, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 5, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 54', 19, '2021-06-05 19:06:59'),
	(1475, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-05 19:06:59'),
	(1476, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 3, id_nivel_consecuencia = 1, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 53', 19, '2021-06-05 19:07:08'),
	(1477, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 3, id_nivel_consecuencia_residual = 1 WHERE id = 28', 19, '2021-06-05 19:07:08'),
	(1478, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 3, id_nivel_evaluacion = 1,  casillas_valoracion = 1, id_probabilidad = 2, id_impacto = 3, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 50 WHERE id_control = 52', 19, '2021-06-05 19:07:16'),
	(1479, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 2, id_impacto_residual = 3, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-05 19:07:16'),
	(1480, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 3, id_nivel_evaluacion = 1,  casillas_valoracion = 1, id_probabilidad = 3, id_impacto = 3, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 50 WHERE id_control = 54', 19, '2021-06-05 19:07:21'),
	(1481, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 3, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-05 19:07:21'),
	(1482, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 3, id_nivel_evaluacion = 1,  casillas_valoracion = 1, id_probabilidad = 3, id_impacto = 4, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 50 WHERE id_control = 53', 19, '2021-06-05 19:07:27'),
	(1483, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 4, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-05 19:07:27'),
	(1484, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 2, id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 30 WHERE id_control = 53', 19, '2021-06-05 19:07:33'),
	(1485, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-05 19:07:33'),
	(1486, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 2, id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 4, id_impacto = 5, id_nivel_consecuencia = 4, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 30 WHERE id_control = 52', 19, '2021-06-05 19:07:37'),
	(1487, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 4, id_impacto_residual = 5, id_nivel_consecuencia_residual = 4 WHERE id = 28', 19, '2021-06-05 19:07:37'),
	(1488, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 2, id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 5, id_impacto = 5, id_nivel_consecuencia = 4, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 30 WHERE id_control = 54', 19, '2021-06-05 19:07:46'),
	(1489, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 5, id_impacto_residual = 5, id_nivel_consecuencia_residual = 4 WHERE id = 28', 19, '2021-06-05 19:07:46'),
	(1490, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 52', 19, '2021-06-05 19:08:06'),
	(1491, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 19, '2021-06-05 19:08:06'),
	(1492, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 5, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 54', 19, '2021-06-05 19:08:35'),
	(1493, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-05 19:08:35'),
	(1494, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 3, id_nivel_consecuencia = 1, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 53', 19, '2021-06-05 19:08:51'),
	(1495, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 3, id_nivel_consecuencia_residual = 1 WHERE id = 28', 19, '2021-06-05 19:08:51'),
	(1496, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 3, id_nivel_evaluacion = 1,  casillas_valoracion = 1, id_probabilidad = 1, id_impacto = 4, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 50 WHERE id_control = 53', 19, '2021-06-05 19:09:01'),
	(1497, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 4, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-05 19:09:01'),
	(1498, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 2, id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 1, id_impacto = 5, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 30 WHERE id_control = 53', 19, '2021-06-05 19:09:27'),
	(1499, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 19, '2021-06-05 19:09:27'),
	(1500, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 3, id_nivel_consecuencia = 1, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 53', 19, '2021-06-05 19:09:48'),
	(1501, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 3, id_nivel_consecuencia_residual = 1 WHERE id = 28', 19, '2021-06-05 19:09:48'),
	(1502, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET estado = 0, id_usuario_inactiva = 20, fecha_inactivacion = |2021-06-09 17:20:22| WHERE id = 28', 20, '2021-06-09 17:20:22'),
	(1503, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos (titulo, descripcion, estado, id_proceso, id_clase, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(|DESERCION|, |DESCRIPCION DEL RIESGO|, 1, 22, 2, 5, 5, 4, 20, |2021-06-09 18:20:36|)', 20, '2021-06-09 18:20:36'),
	(1504, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_causas_consecuencias (id_riesgo, id_tipo_causa, descripcion_causa, id_tipo_consecuencia, descripcion_consecuancia)VALUES(29, 4, |No se cuentan con métodos necesarios para garantizar permanencia|, 8, |ABC|)', 20, '2021-06-09 18:24:31'),
	(1505, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_causas_consecuencias (id_riesgo, id_tipo_causa, descripcion_causa, id_tipo_consecuencia, descripcion_consecuancia)VALUES(29, 2, |ABC|, 2, |ABC|)', 20, '2021-06-09 18:24:44'),
	(1506, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_controles (descripcion, estado, id_causa, id_clasificacion, id_usuario_crea, fecha_creacion)VALUES(|Se harÃƒÂ¡n jornadas ....|, 1, 33, 1, 20, |2021-06-09 18:26:38|)', 20, '2021-06-09 18:26:38'),
	(1507, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_controles (descripcion, estado, id_causa, id_clasificacion, id_usuario_crea, fecha_creacion)VALUES(|ABC|, 1, 33, 3, 20, |2021-06-09 18:26:50|)', 20, '2021-06-09 18:26:50'),
	(1508, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 3, id_nivel_evaluacion = 1,  casillas_valoracion = 1, id_probabilidad = 2, id_impacto = 3, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 50 WHERE id_control = 52', 20, '2021-06-09 18:31:44'),
	(1509, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 2, id_impacto_residual = 3, id_nivel_consecuencia_residual = 2 WHERE id = 28', 20, '2021-06-09 18:31:44'),
	(1510, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 3, id_nivel_evaluacion = 1,  casillas_valoracion = 1, id_probabilidad = 3, id_impacto = 3, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 50 WHERE id_control = 54', 20, '2021-06-09 18:32:00'),
	(1511, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 3, id_nivel_consecuencia_residual = 3 WHERE id = 28', 20, '2021-06-09 18:32:00'),
	(1512, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = , id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = , id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 0 WHERE id_control = 53', 20, '2021-06-09 18:32:10'),
	(1513, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 20, '2021-06-09 18:32:10'),
	(1514, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = , id_nivel_evaluacion = 1,  casillas_valoracion = 0, id_probabilidad = 4, id_impacto = 5, id_nivel_consecuencia = 4, id_nivel_verificacion_definido = , id_nivel_verificacion_documentado = , id_nivel_verificacion_implementado = , id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 0 WHERE id_control = 52', 20, '2021-06-09 18:32:14'),
	(1515, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 4, id_impacto_residual = 5, id_nivel_consecuencia_residual = 4 WHERE id = 28', 20, '2021-06-09 18:32:14'),
	(1516, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 3, id_nivel_evaluacion = 1,  casillas_valoracion = 1, id_probabilidad = 3, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= , id_nivel_verificacion_evaluado =, puntaje = 50 WHERE id_control = 52', 20, '2021-06-09 18:32:41'),
	(1517, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 3, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 28', 20, '2021-06-09 18:32:41'),
	(1518, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 5, id_nivel_consecuencia = 2, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 54', 20, '2021-06-09 18:32:46'),
	(1519, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 5, id_nivel_consecuencia_residual = 2 WHERE id = 28', 20, '2021-06-09 18:32:46'),
	(1520, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 1, id_impacto = 3, id_nivel_consecuencia = 1, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 53', 20, '2021-06-09 18:32:53'),
	(1521, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 1, id_impacto_residual = 3, id_nivel_consecuencia_residual = 1 WHERE id = 28', 20, '2021-06-09 18:32:53'),
	(1522, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos (titulo, descripcion, estado, id_proceso, id_clase, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(|A|, |A|, 1, 22, 1, 4, 3, 3, 20, |2021-06-09 18:37:02|)', 20, '2021-06-09 18:37:02'),
	(1523, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos (titulo, descripcion, estado, id_proceso, id_clase, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(|B|, |B|, 1, 22, 3, 2, 2, 2, 20, |2021-06-09 18:37:19|)', 20, '2021-06-09 18:37:19'),
	(1524, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos (titulo, descripcion, estado, id_proceso, id_clase, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(|XXX|, |XXX|, 1, 22, 1, 5, 5, 4, 20, |2021-06-09 19:42:51|)', 20, '2021-06-09 19:42:51'),
	(1525, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_causas_consecuencias (id_riesgo, id_tipo_causa, descripcion_causa, id_tipo_consecuencia, descripcion_consecuancia)VALUES(32, 1, |XXX|, 2, |XXX|)', 20, '2021-06-09 19:43:03'),
	(1526, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-06-09 19:48:15|, id_usuario_registro_resultado = 20, resultado = 80 WHERE id = 62', 20, '2021-06-09 19:48:15'),
	(1527, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-06-09 19:48:34|, id_usuario_registro_resultado = 20, resultado = 90 WHERE id = 2', 20, '2021-06-09 19:48:34'),
	(1528, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-06-09 19:48:34|, id_usuario_registro_resultado = 20, resultado = 90 WHERE id = 62', 20, '2021-06-09 19:48:34'),
	(1529, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-06-09 19:48:50|, id_usuario_registro_resultado = 20, resultado = 90 WHERE id = 6', 20, '2021-06-09 19:48:50'),
	(1530, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-06-09 19:48:50|, id_usuario_registro_resultado = 20, resultado = 90 WHERE id = 62', 20, '2021-06-09 19:48:50'),
	(1531, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-06-09 19:49:00|, id_usuario_registro_resultado = 20, resultado = 95 WHERE id = 10', 20, '2021-06-09 19:49:00'),
	(1532, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-06-09 19:49:00|, id_usuario_registro_resultado = 20, resultado = 91.666666666667 WHERE id = 62', 20, '2021-06-09 19:49:00'),
	(1533, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_causas_consecuencias (id_riesgo, id_tipo_causa, descripcion_causa, id_tipo_consecuencia, descripcion_consecuancia)VALUES(32, 1, |Ejemplo|, 1, |Ejemplo...|)', 19, '2021-06-16 21:54:23'),
	(1534, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_controles (descripcion, estado, id_causa, id_clasificacion, id_usuario_crea, fecha_creacion)VALUES(|Prueba|, 1, 35, 1, 19, |2021-06-16 22:28:13|)', 19, '2021-06-16 22:28:13'),
	(1535, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-06-28 18:53:02|, id_usuario_registro_resultado = 19, resultado = 15 WHERE id = 1', 19, '2021-06-28 18:53:02'),
	(1536, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-06-28 18:53:02|, id_usuario_registro_resultado = 19, resultado = 15 WHERE id = 62', 19, '2021-06-28 18:53:02'),
	(1537, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-06-28 18:53:06|, id_usuario_registro_resultado = 19, resultado = 15 WHERE id = 1', 19, '2021-06-28 18:53:06'),
	(1538, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-06-28 18:53:06|, id_usuario_registro_resultado = 19, resultado = 15 WHERE id = 62', 19, '2021-06-28 18:53:06'),
	(1539, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-06-28 18:53:09|, id_usuario_registro_resultado = 19, resultado = 15 WHERE id = 1', 19, '2021-06-28 18:53:09'),
	(1540, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-06-28 18:53:09|, id_usuario_registro_resultado = 19, resultado = 15 WHERE id = 62', 19, '2021-06-28 18:53:09'),
	(1541, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-06-28 18:53:14|, id_usuario_registro_resultado = 19, resultado = 10 WHERE id = 1', 19, '2021-06-28 18:53:14'),
	(1542, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-06-28 18:53:14|, id_usuario_registro_resultado = 19, resultado = 10 WHERE id = 62', 19, '2021-06-28 18:53:14'),
	(1543, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-06-28 18:53:20|, id_usuario_registro_resultado = 19, resultado = 15 WHERE id = 1', 19, '2021-06-28 18:53:20'),
	(1544, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-06-28 18:53:20|, id_usuario_registro_resultado = 19, resultado = 15 WHERE id = 62', 19, '2021-06-28 18:53:20'),
	(1989, 'Gestión de KPI - Crear-Editar KPI', 'DELETE FROM sie_periodos_indicadores WHERE id_indicador = 63 AND ano = YEAR(NOW())', 27, '2021-07-30 09:29:56'),
	(1990, 'Gestión de KPI - Crear-Editar KPI', 'DELETE FROM sie_periodos_indicadores_veredas WHERE id_indicador = 63 AND ano = YEAR(NOW())', 27, '2021-07-30 09:29:56'),
	(2435, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 09:36:08|, id_usuario_registro_resultado = 27, resultado = 90 WHERE id = 9', 27, '2021-07-30 09:36:08'),
	(2436, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 09:36:08|, id_usuario_registro_resultado = 27, resultado = 52.5 WHERE id = 62', 27, '2021-07-30 09:36:08'),
	(2437, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 09:36:47|, id_usuario_registro_resultado = 27, resultado = 100 WHERE id = 9', 27, '2021-07-30 09:36:47'),
	(2438, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 09:36:47|, id_usuario_registro_resultado = 27, resultado = 57.5 WHERE id = 62', 27, '2021-07-30 09:36:47'),
	(2439, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 09:37:04|, id_usuario_registro_resultado = 27, resultado = 95 WHERE id = 9', 27, '2021-07-30 09:37:04'),
	(2440, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 09:37:04|, id_usuario_registro_resultado = 27, resultado = 55 WHERE id = 62', 27, '2021-07-30 09:37:04'),
	(2441, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 09:37:04|, id_usuario_registro_resultado = 27, resultado = 95 WHERE id = 9', 27, '2021-07-30 09:37:04'),
	(2442, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 09:37:29|, id_usuario_registro_resultado = 27, resultado = 90 WHERE id = 17', 27, '2021-07-30 09:37:29'),
	(2443, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 09:37:29|, id_usuario_registro_resultado = 27, resultado = 66.666666666667 WHERE id = 62', 27, '2021-07-30 09:37:29'),
	(2444, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 09:37:38|, id_usuario_registro_resultado = 27, resultado = 100 WHERE id = 18', 27, '2021-07-30 09:37:38'),
	(2445, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 09:37:38|, id_usuario_registro_resultado = 27, resultado = 93.75 WHERE id = 62', 27, '2021-07-30 09:37:38'),
	(2446, 'Gestión de zonas', 'INSERT INTO sie_zonas(descripcion, id_tipo, latitud, longitud, estado)VALUES(|NUEVA UB|, 11, ||, ||, |1|)', 27, '2021-07-30 09:44:03'),
	(2447, 'Gestión de zonas', 'UPDATE sie_zonas SET descripcion = |NUEVA UB|, id_tipo = 11, latitud = ||, longitud = ||, estado = |0| WHERE id = 39', 27, '2021-07-30 09:44:28'),
	(2448, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_controles SET descripcion = AAA, id_usuario_inactiva = 27, fecha_inactivacion = 2021-07-30 09:46:06 WHERE id_causa = 33 AND id_control = 55', 27, '2021-07-30 09:46:06'),
	(2449, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos (titulo, descripcion, estado, id_proceso, id_clase, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(|PRUEBADKLN|, |FKLDFNLKFNL|, 1, 25, 3, 4, 5, 4, 27, |2021-07-30 09:50:20|)', 27, '2021-07-30 09:50:20'),
	(2450, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_causas_consecuencias (id_riesgo, id_tipo_causa, descripcion_causa, id_tipo_consecuencia, descripcion_consecuancia)VALUES(33, 1, |DNKEJKNSDK|, 2, |DJFSDBKF|)', 27, '2021-07-30 09:50:57'),
	(2451, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 09:59:47|, id_usuario_registro_resultado = 27, resultado = 89 WHERE id = 1009', 27, '2021-07-30 09:59:47'),
	(2452, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 09:59:47|, id_usuario_registro_resultado = 27, resultado = 89 WHERE id = 67', 27, '2021-07-30 09:59:47'),
	(2453, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 09:59:49|, id_usuario_registro_resultado = 27, resultado = 90 WHERE id = 1010', 27, '2021-07-30 09:59:49'),
	(2454, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 09:59:49|, id_usuario_registro_resultado = 27, resultado = 90 WHERE id = 67', 27, '2021-07-30 09:59:49'),
	(2455, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 10:00:14|, id_usuario_registro_resultado = 27, resultado = 50 WHERE id = 1011', 27, '2021-07-30 10:00:14'),
	(2456, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 10:00:14|, id_usuario_registro_resultado = 27, resultado = 50 WHERE id = 67', 27, '2021-07-30 10:00:14'),
	(2457, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 10:00:22|, id_usuario_registro_resultado = 27, resultado = 20 WHERE id = 1012', 27, '2021-07-30 10:00:22'),
	(2458, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 10:00:22|, id_usuario_registro_resultado = 27, resultado = 20 WHERE id = 67', 27, '2021-07-30 10:00:22'),
	(2459, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 10:00:27|, id_usuario_registro_resultado = 27, resultado = 70 WHERE id = 1013', 27, '2021-07-30 10:00:27'),
	(2460, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 10:00:27|, id_usuario_registro_resultado = 27, resultado = 70 WHERE id = 67', 27, '2021-07-30 10:00:27'),
	(2461, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 10:00:33|, id_usuario_registro_resultado = 27, resultado = 70 WHERE id = 1014', 27, '2021-07-30 10:00:33'),
	(2462, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 10:00:33|, id_usuario_registro_resultado = 27, resultado = 70 WHERE id = 67', 27, '2021-07-30 10:00:33'),
	(2463, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 10:00:38|, id_usuario_registro_resultado = 27, resultado = 70 WHERE id = 1015', 27, '2021-07-30 10:00:38'),
	(2464, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 10:00:38|, id_usuario_registro_resultado = 27, resultado = 70 WHERE id = 67', 27, '2021-07-30 10:00:38'),
	(2465, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 10:04:18|, id_usuario_registro_resultado = 27, resultado = 80 WHERE id = 10', 27, '2021-07-30 10:04:18'),
	(2466, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 10:04:18|, id_usuario_registro_resultado = 27, resultado = 90 WHERE id = 62', 27, '2021-07-30 10:04:18'),
	(2467, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 10:19:22|, id_usuario_registro_resultado = 27, resultado = 90 WHERE id = 1141', 27, '2021-07-30 10:19:22'),
	(2468, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 10:19:22|, id_usuario_registro_resultado = 27, resultado = 89.5 WHERE id = 67', 27, '2021-07-30 10:19:22'),
	(2469, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 10:19:55|, id_usuario_registro_resultado = 27, resultado = 80 WHERE id = 1142', 27, '2021-07-30 10:19:55'),
	(2470, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 10:19:55|, id_usuario_registro_resultado = 27, resultado = 85 WHERE id = 67', 27, '2021-07-30 10:19:55'),
	(2471, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 10:20:01|, id_usuario_registro_resultado = 27, resultado = 70 WHERE id = 1143', 27, '2021-07-30 10:20:01'),
	(2472, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 10:20:01|, id_usuario_registro_resultado = 27, resultado = 60 WHERE id = 67', 27, '2021-07-30 10:20:01'),
	(2473, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 10:20:11|, id_usuario_registro_resultado = 27, resultado = 1 WHERE id = 1144', 27, '2021-07-30 10:20:11'),
	(2474, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 10:20:11|, id_usuario_registro_resultado = 27, resultado = 10.5 WHERE id = 67', 27, '2021-07-30 10:20:11'),
	(2475, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 10:20:22|, id_usuario_registro_resultado = 27, resultado = 60 WHERE id = 1144', 27, '2021-07-30 10:20:22'),
	(2476, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 10:20:22|, id_usuario_registro_resultado = 27, resultado = 40 WHERE id = 67', 27, '2021-07-30 10:20:22'),
	(2477, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 10:20:27|, id_usuario_registro_resultado = 27, resultado = 1 WHERE id = 1145', 27, '2021-07-30 10:20:27'),
	(2478, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 10:20:27|, id_usuario_registro_resultado = 27, resultado = 35.5 WHERE id = 67', 27, '2021-07-30 10:20:27'),
	(2479, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 10:20:32|, id_usuario_registro_resultado = 27, resultado = 80 WHERE id = 1146', 27, '2021-07-30 10:20:32'),
	(2480, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 10:20:32|, id_usuario_registro_resultado = 27, resultado = 75 WHERE id = 67', 27, '2021-07-30 10:20:32'),
	(2481, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores_veredas SET fecha_registro_resultado = |2021-07-30 10:20:36|, id_usuario_registro_resultado = 27, resultado = 80 WHERE id = 1147', 27, '2021-07-30 10:20:36'),
	(2482, 'Gestión de KPI - Registrar resultados', 'UPDATE sie_periodos_indicadores SET fecha_registro_resultado = |2021-07-30 10:20:36|, id_usuario_registro_resultado = 27, resultado = 75 WHERE id = 67', 27, '2021-07-30 10:20:36'),
	(2483, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_controles (descripcion, estado, id_causa, id_clasificacion, id_usuario_crea, fecha_creacion)VALUES(|LEKFNOFNSDOLKFSDMFSDÃƒÂ‘|, 1, 37, 3, 27, |2021-07-30 10:23:26|)', 27, '2021-07-30 10:23:26'),
	(2484, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_controles SET descripcion = PRUEBA CONTROL, id_usuario_inactiva = 27, fecha_inactivacion = 2021-07-30 10:24:04 WHERE id_causa = 37 AND id_control = 57', 27, '2021-07-30 10:24:04'),
	(2485, 'sie/vista/modulos/gestion_de_riesgo.php', 'INSERT INTO sie_riesgos_evaluacion_controles (id_control, id_nivel_efectividad, id_nivel_evaluacion, casillas_valoracion, id_probabilidad, id_impacto, id_nivel_consecuencia, id_usuario_crea, fecha_creacion)VALUES(57, , , , 4, 5, 4, 19, |2021-07-30 10:24:09|)', 19, '2021-07-30 10:24:09'),
	(2486, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos_evaluacion_controles SET id_nivel_efectividad = 5, id_nivel_evaluacion = 1,  casillas_valoracion = 2, id_probabilidad = 2, id_impacto = 5, id_nivel_consecuencia = 3, id_nivel_verificacion_definido = 1, id_nivel_verificacion_documentado = 2, id_nivel_verificacion_implementado = 3, id_nivel_verificacion_socializado= 4, id_nivel_verificacion_evaluado =5, puntaje = 100 WHERE id_control = 57', 27, '2021-07-30 10:24:29'),
	(2487, 'sie/vista/modulos/gestion_de_riesgo.php', 'UPDATE sie_riesgos SET id_probabilidad_residual = 2, id_impacto_residual = 5, id_nivel_consecuencia_residual = 3 WHERE id = 33', 27, '2021-07-30 10:24:29'),
	(2488, 'sie/vista/modulos/formulario_asistencia_productores.php', 'INSERT INTO sie_formulario_asistencia (id, id_formulario, id_usuario_registra, id_tipo_atencion, id_pais, id_departamento, id_municipio, id_vereda, nombre_usuario_atiende, cargo_usuario_atiende, nombre_persona_atendida, nombre_organizacion, id_tipo_poblacion, numero_identificacion, telefono, correo, lineas_productivas, numero_atenciones, observacion)VALUES(|1|, |2|, 19, 2021-08-02 00:24:33 |2021-08-01|, 2, 169, 5, |310|, |20|, |Javier osorio|, |1234|, |Natalia |, |Prueba|, 3, |1001580847|, |3242148950|, |jo533450@gmail.com|, |Ejemplo..|, 10, |Esto es una prueba...|)', 19, '2021-08-02 00:24:33'),
	(2489, 'sie/vista/modulos/formulario_asistencia_productores.php', 'INSERT INTO sie_formulario_asistencia_informacion_agricola (id_formulario_asistencia, cultivo, edad_cultivo, total_sembrado, total_en_produccion, produccion, rendimiento, costos_produccion, canal_comercializacion)VALUES(1, |Cultivo 1|, 2, 3, 4, 5, 6, 7, |Plaza|)', 19, '2021-08-02 00:24:33'),
	(2490, 'sie/vista/modulos/formulario_asistencia_productores.php', 'DELETE FROM sie_formulario_asistencia_informacion_agricola WHERE id_formulario_asistencia = 1', 19, '2021-08-02 00:24:33'),
	(2491, 'sie/vista/modulos/formulario_asistencia_productores.php', 'DELETE FROM sie_formulario_asistencia WHERE id = 1', 19, '2021-08-02 00:24:33'),
	(2492, 'sie/vista/modulos/formulario_asistencia_productores.php', 'INSERT INTO sie_formulario_asistencia (id, id_formulario, id_usuario_registra, id_tipo_atencion, id_pais, id_departamento, id_municipio, id_vereda, nombre_usuario_atiende, cargo_usuario_atiende, nombre_persona_atendida, nombre_organizacion, id_tipo_poblacion, numero_identificacion, telefono, correo, lineas_productivas, numero_atenciones, observacion)VALUES(|1|, |2|, 19, 2021-08-02 00:28:48 |2021-08-01|, 2, 169, 5, |310|, |20|, |Javier osorio|, |1234|, |Natalia |, |Prueba|, 3, |1001580847|, |3242148950|, |jo533450@gmail.com|, |Ejemplo..|, 10, |Esto es una prueba...|)', 19, '2021-08-02 00:28:48'),
	(2493, 'sie/vista/modulos/formulario_asistencia_productores.php', 'INSERT INTO sie_formulario_asistencia_informacion_agricola (id_formulario_asistencia, cultivo, edad_cultivo, total_sembrado, total_en_produccion, produccion, rendimiento, costos_produccion, canal_comercializacion)VALUES(1, |Cultivo 1|, 2, 3, 4, 5, 6, 7, |Plaza|)', 19, '2021-08-02 00:28:48'),
	(2494, 'sie/vista/modulos/formulario_asistencia_productores.php', 'INSERT INTO sie_formulario_asistencia_informacion_agricola (id_formulario_asistencia, cultivo, edad_cultivo, total_sembrado, total_en_produccion, produccion, rendimiento, costos_produccion, canal_comercializacion)VALUES(1, |Cultivo 2|, 8, 9, 10, 11, 12, 13, |Tienda|)', 19, '2021-08-02 00:28:48'),
	(2495, 'sie/vista/modulos/formulario_asistencia_productores.php', 'INSERT INTO sie_formulario_asistencia_recomendaciones (id_formulario_asistencia, nombre_producto, dosis_recomendada, metodo_aplicacion)VALUES(1, |Tamiflu|, |12|, |En agua|)', 19, '2021-08-02 00:28:48'),
	(2496, 'sie/vista/modulos/formulario_atencion_productores.php', 'INSERT INTO sie_formulario_atencion_capacitacion (id, id_formulario_atencion, tipo_capacitacion, tema, genero, numero_personas, id_usuario_crea, fecha_creacion)VALUES(1, 1, 1, ||, ||, )', 19, '2021-08-02 00:31:13'),
	(2497, 'sie/vista/modulos/formulario_edicion.php', 'UPDATE sie_formularios SET id_proceso = 21, nombre=|Atención a productores|, descripcion = |ATENCIÓN A PRODUCTORES|, codigo = |F-DA-12|, version=|01|, estado=1 WHERE id=1', 19, '2021-08-02 00:32:14'),
	(2498, 'sie/vista/modulos/formulario_edicion.php', 'UPDATE sie_formularios SET id_proceso = 79, nombre=|Asistencia a productores|, descripcion = |ASISTENCIA TECNICA A PRODUCTORES AGROPECUARIOS|, codigo = |F-DA-13|, version=|01|, estado=1 WHERE id=2', 19, '2021-08-02 00:33:13'),
	(2499, 'sie/vista/modulos/formulario_edicion.php', 'UPDATE sie_formularios SET id_proceso = 86, nombre=|Atención a productores|, descripcion = |ATENCIÓN A PRODUCTORESS|, codigo = |F-DA-12|, version=|01|, estado=1 WHERE id=1', 19, '2021-08-02 00:33:58'),
	(2500, 'sie/vista/modulos/formulario_edicion.php', 'UPDATE sie_formularios SET id_proceso = 86, nombre=|Atención a productores|, descripcion = |ATENCIÓN A PRODUCTORES|, codigo = |F-DA-12|, version=|01|, estado=1 WHERE id=1', 19, '2021-08-02 00:34:11'),
	(2501, 'sie/vista/modulos/formulario_edicion.php', 'UPDATE sie_formularios SET id_proceso = 27, nombre=|Atención a productores|, descripcion = |ATENCIÓN A PRODUCTORES|, codigo = |F-DA-12|, version=|01|, estado=1 WHERE id=1', 19, '2021-08-02 00:34:21');
/*!40000 ALTER TABLE `sie_log_transacciones` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_macroprocesos
CREATE TABLE IF NOT EXISTS `sie_macroprocesos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(50) NOT NULL DEFAULT '0',
  `icono` varchar(50) DEFAULT NULL,
  `orden` int(5) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `descripcion` (`descripcion`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;

-- Volcando datos para la tabla quimico4_sie.sie_macroprocesos: ~5 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_macroprocesos` DISABLE KEYS */;
INSERT INTO `sie_macroprocesos` (`id`, `descripcion`, `icono`, `orden`) VALUES
	(1, 'Configuración', 'nav-icon fa fa-cog', 1),
	(2, 'Desarrollo social', 'nav-icon fas fa-users', 3),
	(3, 'Desarrollo integral', 'nav-icon fas fa-cogs', 4),
	(4, 'Convivencia y seguridad', 'nav-icon fas fa-handshake', 5),
	(5, 'Administración', 'nav-icon fa fa-briefcase', 2);
/*!40000 ALTER TABLE `sie_macroprocesos` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_municipios
CREATE TABLE IF NOT EXISTS `sie_municipios` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `codigo` int(11) DEFAULT NULL,
  `descripcion` varchar(50) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  `codigo_departamento` int(11) DEFAULT NULL,
  `codigo_pais` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  KEY `FK_sie_departamentos_sie_paises` (`codigo_departamento`),
  KEY `codigo` (`codigo`),
  KEY `FK_sie_municipios_sie_paises` (`codigo_pais`),
  CONSTRAINT `FK_sie_municipios_sie_paises` FOREIGN KEY (`codigo_pais`) REFERENCES `sie_paises` (`codigo`),
  CONSTRAINT `sie_municipios_ibfk_1` FOREIGN KEY (`codigo_departamento`) REFERENCES `sie_departamentos` (`codigo`),
  CONSTRAINT `sie_municipios_ibfk_2` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_municipios_ibfk_3` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1121 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_municipios: ~1,120 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_municipios` DISABLE KEYS */;
INSERT INTO `sie_municipios` (`id`, `codigo`, `descripcion`, `estado`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`, `codigo_departamento`, `codigo_pais`) VALUES
	(1, 1, 'MEDELLIN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(2, 2, 'ABEJORRAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(3, 4, 'ABRIAQUI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(4, 21, 'ALEJANDRIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(5, 30, 'AMAGA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(6, 31, 'AMALFI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(7, 34, 'ANDES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(8, 36, 'ANGELOPOLIS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(9, 38, 'ANGOSTURA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(10, 40, 'ANORI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(11, 42, 'SANTAFE DE ANTIOQUIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(12, 44, 'ANZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(13, 45, 'APARTADO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(14, 51, 'ARBOLETES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(15, 55, 'ARGELIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(16, 59, 'ARMENIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(17, 79, 'BARBOSA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(18, 86, 'BELMIRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(19, 88, 'BELLO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(20, 91, 'BETANIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(21, 93, 'BETULIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(22, 101, 'CIUDAD BOLIVAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(23, 107, 'BRICEÑO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(24, 113, 'BURITICA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(25, 120, 'CACERES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(26, 125, 'CAICEDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(27, 129, 'CALDAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(28, 134, 'CAMPAMENTO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(29, 138, 'CAÑASGORDAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(30, 142, 'CARACOLI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(31, 145, 'CARAMANTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(32, 147, 'CAREPA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(33, 148, 'EL CARMEN DE VIBORAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(34, 150, 'CAROLINA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(35, 154, 'CAUCASIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(36, 172, 'CHIGORODO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(37, 190, 'CISNEROS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(38, 197, 'COCORNA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(39, 206, 'CONCEPCION', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(40, 209, 'CONCORDIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(41, 212, 'COPACABANA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(42, 234, 'DABEIBA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(43, 237, 'DON MATIAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(44, 240, 'EBEJICO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(45, 250, 'EL BAGRE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(46, 264, 'ENTRERRIOS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(47, 266, 'ENVIGADO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(48, 282, 'FREDONIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(49, 284, 'FRONTINO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(50, 306, 'GIRALDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(51, 308, 'GIRARDOTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(52, 310, 'GOMEZ PLATA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(53, 313, 'GRANADA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(54, 315, 'GUADALUPE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(55, 318, 'GUARNE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(56, 321, 'GUATAPE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(57, 347, 'HELICONIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(58, 353, 'HISPANIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(59, 360, 'ITAGUI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(60, 361, 'ITUANGO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(61, 364, 'JARDIN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(62, 368, 'JERICO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(63, 376, 'LA CEJA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(64, 380, 'LA ESTRELLA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(65, 390, 'LA PINTADA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(66, 400, 'LA UNION', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(67, 411, 'LIBORINA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(68, 425, 'MACEO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(69, 440, 'MARINILLA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(70, 467, 'MONTEBELLO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(71, 475, 'MURINDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(72, 480, 'MUTATA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(73, 483, 'NARIÑO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(74, 490, 'NECOCLI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(75, 495, 'NECHI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(76, 501, 'OLAYA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(77, 541, 'PEÐOL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(78, 543, 'PEQUE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(79, 576, 'PUEBLORRICO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(80, 579, 'PUERTO BERRIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(81, 585, 'PUERTO NARE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(82, 591, 'PUERTO TRIUNFO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(83, 604, 'REMEDIOS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(84, 607, 'RETIRO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(85, 615, 'RIONEGRO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(86, 628, 'SABANALARGA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(87, 631, 'SABANETA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(88, 642, 'SALGAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(89, 647, 'SAN ANDRES DE CUERQUIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(90, 649, 'SAN CARLOS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(91, 652, 'SAN FRANCISCO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(92, 656, 'SAN JERONIMO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(93, 658, 'SAN JOSE DE LA MONTAÑA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(94, 659, 'SAN JUAN DE URABA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(95, 660, 'SAN LUIS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(96, 664, 'SAN PEDRO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(97, 665, 'SAN PEDRO DE URABA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(98, 667, 'SAN RAFAEL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(99, 670, 'SAN ROQUE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(100, 674, 'SAN VICENTE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(101, 679, 'SANTA BARBARA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(102, 686, 'SANTA ROSA DE OSOS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(103, 690, 'SANTO DOMINGO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(104, 697, 'EL SANTUARIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(105, 736, 'SEGOVIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(106, 756, 'SONSON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(107, 761, 'SOPETRAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(108, 789, 'TAMESIS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(109, 790, 'TARAZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(110, 792, 'TARSO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(111, 809, 'TITIRIBI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(112, 819, 'TOLEDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(113, 837, 'TURBO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(114, 842, 'URAMITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(115, 847, 'URRAO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(116, 854, 'VALDIVIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(117, 856, 'VALPARAISO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(118, 858, 'VEGACHI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(119, 861, 'VENECIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(120, 873, 'VIGIA DEL FUERTE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(121, 885, 'YALI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(122, 887, 'YARUMAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(123, 890, 'YOLOMBO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(124, 893, 'YONDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(125, 895, 'ZARAGOZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 5, 169),
	(126, 1, 'BARRANQUILLA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(127, 78, 'BARANOA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(128, 137, 'CAMPO DE LA CRUZ', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(129, 141, 'CANDELARIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(130, 296, 'GALAPA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(131, 372, 'JUAN DE ACOSTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(132, 421, 'LURUACO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(133, 433, 'MALAMBO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(134, 436, 'MANATI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(135, 520, 'PALMAR DE VARELA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(136, 549, 'PIOJO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(137, 558, 'POLONUEVO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(138, 560, 'PONEDERA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(139, 573, 'PUERTO COLOMBIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(140, 606, 'REPELON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(141, 634, 'SABANAGRANDE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(142, 638, 'SABANALARGA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(143, 675, 'SANTA LUCIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(144, 685, 'SANTO TOMAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(145, 758, 'SOLEDAD', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(146, 770, 'SUAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(147, 832, 'TUBARA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(148, 849, 'USIACURI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 8, 169),
	(149, 1, 'BOGOTA, D.C.', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 11, 169),
	(150, 1, 'CARTAGENA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(151, 6, 'ACHI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(152, 30, 'ALTOS DEL ROSARIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(153, 42, 'ARENAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(154, 52, 'ARJONA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(155, 62, 'ARROYOHONDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(156, 74, 'BARRANCO DE LOBA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(157, 140, 'CALAMAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(158, 160, 'CANTAGALLO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(159, 188, 'CICUCO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(160, 212, 'CORDOBA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(161, 222, 'CLEMENCIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(162, 244, 'EL CARMEN DE BOLIVAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(163, 248, 'EL GUAMO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(164, 268, 'EL PEÑON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(165, 300, 'HATILLO DE LOBA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(166, 430, 'MAGANGUE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(167, 433, 'MAHATES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(168, 440, 'MARGARITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(169, 442, 'MARIA LA BAJA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(170, 458, 'MONTECRISTO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(171, 468, 'MOMPOS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(172, 490, 'NOROSI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(173, 473, 'MORALES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(174, 549, 'PINILLOS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(175, 580, 'REGIDOR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(176, 600, 'RIO VIEJO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(177, 620, 'SAN CRISTOBAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(178, 647, 'SAN ESTANISLAO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(179, 650, 'SAN FERNANDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(180, 654, 'SAN JACINTO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(181, 655, 'SAN JACINTO DEL CAUCA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(182, 657, 'SAN JUAN NEPOMUCENO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(183, 667, 'SAN MARTIN DE LOBA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(184, 670, 'SAN PABLO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(185, 673, 'SANTA CATALINA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(186, 683, 'SANTA ROSA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(187, 688, 'SANTA ROSA DEL SUR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(188, 744, 'SIMITI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(189, 760, 'SOPLAVIENTO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(190, 780, 'TALAIGUA NUEVO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(191, 810, 'TIQUISIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(192, 836, 'TURBACO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(193, 838, 'TURBANA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(194, 873, 'VILLANUEVA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(195, 894, 'ZAMBRANO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 13, 169),
	(196, 1, 'TUNJA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(197, 22, 'ALMEIDA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(198, 47, 'AQUITANIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(199, 51, 'ARCABUCO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(200, 87, 'BELEN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(201, 90, 'BERBEO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(202, 92, 'BETEITIVA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(203, 97, 'BOAVITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(204, 104, 'BOYACA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(205, 106, 'BRICEÑO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(206, 109, 'BUENAVISTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(207, 114, 'BUSBANZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(208, 131, 'CALDAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(209, 135, 'CAMPOHERMOSO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(210, 162, 'CERINZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(211, 172, 'CHINAVITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(212, 176, 'CHIQUINQUIRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(213, 180, 'CHISCAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(214, 183, 'CHITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(215, 185, 'CHITARAQUE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(216, 187, 'CHIVATA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(217, 189, 'CIENEGA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(218, 204, 'COMBITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(219, 212, 'COPER', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(220, 215, 'CORRALES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(221, 218, 'COVARACHIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(222, 223, 'CUBARA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(223, 224, 'CUCAITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(224, 226, 'CUITIVA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(225, 232, 'CHIQUIZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(226, 236, 'CHIVOR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(227, 238, 'DUITAMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(228, 244, 'EL COCUY', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(229, 248, 'EL ESPINO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(230, 272, 'FIRAVITOBA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(231, 276, 'FLORESTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(232, 293, 'GACHANTIVA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(233, 296, 'GAMEZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(234, 299, 'GARAGOA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(235, 317, 'GUACAMAYAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(236, 322, 'GUATEQUE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(237, 325, 'GUAYATA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(238, 332, 'GsICAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(239, 362, 'IZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(240, 367, 'JENESANO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(241, 368, 'JERICO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(242, 377, 'LABRANZAGRANDE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(243, 380, 'LA CAPILLA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(244, 401, 'LA VICTORIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(245, 403, 'LA UVITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(246, 407, 'VILLA DE LEYVA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(247, 425, 'MACANAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(248, 442, 'MARIPI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(249, 455, 'MIRAFLORES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(250, 464, 'MONGUA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(251, 466, 'MONGUI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(252, 469, 'MONIQUIRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(253, 476, 'MOTAVITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(254, 480, 'MUZO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(255, 491, 'NOBSA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(256, 494, 'NUEVO COLON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(257, 500, 'OICATA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(258, 507, 'OTANCHE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(259, 511, 'PACHAVITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(260, 514, 'PAEZ', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(261, 516, 'PAIPA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(262, 518, 'PAJARITO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(263, 522, 'PANQUEBA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(264, 531, 'PAUNA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(265, 533, 'PAYA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(266, 537, 'PAZ DE RIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(267, 542, 'PESCA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(268, 550, 'PISBA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(269, 572, 'PUERTO BOYACA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(270, 580, 'QUIPAMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(271, 599, 'RAMIRIQUI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(272, 600, 'RAQUIRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(273, 621, 'RONDON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(274, 632, 'SABOYA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(275, 638, 'SACHICA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(276, 646, 'SAMACA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(277, 660, 'SAN EDUARDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(278, 664, 'SAN JOSE DE PARE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(279, 667, 'SAN LUIS DE GACENO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(280, 673, 'SAN MATEO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(281, 676, 'SAN MIGUEL DE SEMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(282, 681, 'SAN PABLO DE BORBUR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(283, 686, 'SANTANA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(284, 690, 'SANTA MARIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(285, 693, 'SANTA ROSA DE VITERBO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(286, 696, 'SANTA SOFIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(287, 720, 'SATIVANORTE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(288, 723, 'SATIVASUR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(289, 740, 'SIACHOQUE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(290, 753, 'SOATA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(291, 755, 'SOCOTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(292, 757, 'SOCHA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(293, 759, 'SOGAMOSO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(294, 761, 'SOMONDOCO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(295, 762, 'SORA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(296, 763, 'SOTAQUIRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(297, 764, 'SORACA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(298, 774, 'SUSACON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(299, 776, 'SUTAMARCHAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(300, 778, 'SUTATENZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(301, 790, 'TASCO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(302, 798, 'TENZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(303, 804, 'TIBANA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(304, 806, 'TIBASOSA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(305, 808, 'TINJACA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(306, 810, 'TIPACOQUE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(307, 814, 'TOCA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(308, 816, 'TOGsI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(309, 820, 'TOPAGA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(310, 822, 'TOTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(311, 832, 'TUNUNGUA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(312, 835, 'TURMEQUE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(313, 837, 'TUTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(314, 839, 'TUTAZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(315, 842, 'UMBITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(316, 861, 'VENTAQUEMADA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(317, 879, 'VIRACACHA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(318, 897, 'ZETAQUIRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 15, 169),
	(319, 1, 'MANIZALES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(320, 13, 'AGUADAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(321, 42, 'ANSERMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(322, 50, 'ARANZAZU', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(323, 88, 'BELALCAZAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(324, 174, 'CHINCHINA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(325, 272, 'FILADELFIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(326, 380, 'LA DORADA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(327, 388, 'LA MERCED', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(328, 433, 'MANZANARES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(329, 442, 'MARMATO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(330, 444, 'MARQUETALIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(331, 446, 'MARULANDA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(332, 486, 'NEIRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(333, 495, 'NORCASIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(334, 513, 'PACORA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(335, 524, 'PALESTINA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(336, 541, 'PENSILVANIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(337, 614, 'RIOSUCIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(338, 616, 'RISARALDA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(339, 653, 'SALAMINA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(340, 662, 'SAMANA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(341, 665, 'SAN JOSE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(342, 777, 'SUPIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(343, 867, 'VICTORIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(344, 873, 'VILLAMARIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(345, 877, 'VITERBO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 17, 169),
	(346, 1, 'FLORENCIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 18, 169),
	(347, 29, 'ALBANIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 18, 169),
	(348, 94, 'BELEN DE LOS ANDAQUIES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 18, 169),
	(349, 150, 'CARTAGENA DEL CHAIRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 18, 169),
	(350, 205, 'CURILLO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 18, 169),
	(351, 247, 'EL DONCELLO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 18, 169),
	(352, 256, 'EL PAUJIL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 18, 169),
	(353, 410, 'LA MONTAÑITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 18, 169),
	(354, 460, 'MILAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 18, 169),
	(355, 479, 'MORELIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 18, 169),
	(356, 592, 'PUERTO RICO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 18, 169),
	(357, 610, 'SAN JOSE DEL FRAGUA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 18, 169),
	(358, 753, 'SAN VICENTE DEL CAGUAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 18, 169),
	(359, 756, 'SOLANO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 18, 169),
	(360, 785, 'SOLITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 18, 169),
	(361, 860, 'VALPARAISO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 18, 169),
	(362, 1, 'POPAYAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(363, 22, 'ALMAGUER', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(364, 50, 'ARGELIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(365, 75, 'BALBOA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(366, 100, 'BOLIVAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(367, 110, 'BUENOS AIRES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(368, 130, 'CAJIBIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(369, 137, 'CALDONO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(370, 142, 'CALOTO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(371, 212, 'CORINTO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(372, 256, 'EL TAMBO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(373, 290, 'FLORENCIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(374, 300, 'GUACHENE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(375, 318, 'GUAPI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(376, 355, 'INZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(377, 364, 'JAMBALO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(378, 392, 'LA SIERRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(379, 397, 'LA VEGA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(380, 418, 'LOPEZ', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(381, 450, 'MERCADERES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(382, 455, 'MIRANDA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(383, 473, 'MORALES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(384, 513, 'PADILLA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(385, 517, 'PAEZ', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(386, 532, 'PATIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(387, 533, 'PIAMONTE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(388, 548, 'PIENDAMO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(389, 573, 'PUERTO TEJADA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(390, 585, 'PURACE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(391, 622, 'ROSAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(392, 693, 'SAN SEBASTIAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(393, 698, 'SANTANDER DE QUILICHAO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(394, 701, 'SANTA ROSA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(395, 743, 'SILVIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(396, 760, 'SOTARA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(397, 780, 'SUAREZ', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(398, 785, 'SUCRE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(399, 807, 'TIMBIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(400, 809, 'TIMBIQUI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(401, 821, 'TORIBIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(402, 824, 'TOTORO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(403, 845, 'VILLA RICA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 19, 169),
	(404, 1, 'VALLEDUPAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(405, 11, 'AGUACHICA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(406, 13, 'AGUSTIN CODAZZI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(407, 32, 'ASTREA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(408, 45, 'BECERRIL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(409, 60, 'BOSCONIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(410, 175, 'CHIMICHAGUA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(411, 178, 'CHIRIGUANA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(412, 228, 'CURUMANI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(413, 238, 'EL COPEY', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(414, 250, 'EL PASO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(415, 295, 'GAMARRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(416, 310, 'GONZALEZ', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(417, 383, 'LA GLORIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(418, 400, 'LA JAGUA DE IBIRICO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(419, 443, 'MANAURE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(420, 517, 'PAILITAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(421, 550, 'PELAYA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(422, 570, 'PUEBLO BELLO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(423, 614, 'RIO DE ORO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(424, 621, 'LA PAZ', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(425, 710, 'SAN ALBERTO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(426, 750, 'SAN DIEGO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(427, 770, 'SAN MARTIN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(428, 787, 'TAMALAMEQUE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 20, 169),
	(429, 1, 'MONTERIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(430, 68, 'AYAPEL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(431, 79, 'BUENAVISTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(432, 90, 'CANALETE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(433, 162, 'CERETE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(434, 168, 'CHIMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(435, 182, 'CHINU', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(436, 189, 'CIENAGA DE ORO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(437, 300, 'COTORRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(438, 350, 'LA APARTADA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(439, 417, 'LORICA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(440, 419, 'LOS CORDOBAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(441, 464, 'MOMIL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(442, 466, 'MONTELIBANO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(443, 500, 'MOÑITOS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(444, 555, 'PLANETA RICA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(445, 570, 'PUEBLO NUEVO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(446, 574, 'PUERTO ESCONDIDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(447, 580, 'PUERTO LIBERTADOR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(448, 586, 'PURISIMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(449, 660, 'SAHAGUN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(450, 670, 'SAN ANDRES SOTAVENTO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(451, 672, 'SAN ANTERO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(452, 675, 'SAN BERNARDO DEL VIENTO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(453, 678, 'SAN CARLOS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(454, 686, 'SAN PELAYO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(455, 807, 'TIERRALTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(456, 855, 'VALENCIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 23, 169),
	(457, 1, 'AGUA DE DIOS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(458, 19, 'ALBAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(459, 35, 'ANAPOIMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(460, 40, 'ANOLAIMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(461, 53, 'ARBELAEZ', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(462, 86, 'BELTRAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(463, 95, 'BITUIMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(464, 99, 'BOJACA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(465, 120, 'CABRERA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(466, 123, 'CACHIPAY', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(467, 126, 'CAJICA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(468, 148, 'CAPARRAPI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(469, 151, 'CAQUEZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(470, 154, 'CARMEN DE CARUPA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(471, 168, 'CHAGUANI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(472, 175, 'CHIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(473, 178, 'CHIPAQUE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(474, 181, 'CHOACHI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(475, 183, 'CHOCONTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(476, 200, 'COGUA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(477, 214, 'COTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(478, 224, 'CUCUNUBA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(479, 245, 'EL COLEGIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(480, 258, 'EL PEÑON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(481, 260, 'EL ROSAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(482, 269, 'FACATATIVA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(483, 279, 'FOMEQUE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(484, 281, 'FOSCA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(485, 286, 'FUNZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(486, 288, 'FUQUENE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(487, 290, 'FUSAGASUGA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(488, 293, 'GACHALA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(489, 295, 'GACHANCIPA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(490, 297, 'GACHETA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(491, 299, 'GAMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(492, 307, 'GIRARDOT', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(493, 312, 'GRANADA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(494, 317, 'GUACHETA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(495, 320, 'GUADUAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(496, 322, 'GUASCA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(497, 324, 'GUATAQUI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(498, 326, 'GUATAVITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(499, 328, 'GUAYABAL DE SIQUIMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(500, 335, 'GUAYABETAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(501, 339, 'GUTIERREZ', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(502, 368, 'JERUSALEN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(503, 372, 'JUNIN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(504, 377, 'LA CALERA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(505, 386, 'LA MESA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(506, 394, 'LA PALMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(507, 398, 'LA PEÑA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(508, 402, 'LA VEGA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(509, 407, 'LENGUAZAQUE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(510, 426, 'MACHETA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(511, 430, 'MADRID', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(512, 436, 'MANTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(513, 438, 'MEDINA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(514, 473, 'MOSQUERA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(515, 483, 'NARIÑO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(516, 486, 'NEMOCON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(517, 488, 'NILO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(518, 489, 'NIMAIMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(519, 491, 'NOCAIMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(520, 506, 'VENECIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(521, 513, 'PACHO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(522, 518, 'PAIME', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(523, 524, 'PANDI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(524, 530, 'PARATEBUENO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(525, 535, 'PASCA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(526, 572, 'PUERTO SALGAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(527, 580, 'PULI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(528, 592, 'QUEBRADANEGRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(529, 594, 'QUETAME', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(530, 596, 'QUIPILE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(531, 599, 'APULO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(532, 612, 'RICAURTE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(533, 645, 'SAN ANTONIO DEL TEQUENDAMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(534, 649, 'SAN BERNARDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(535, 653, 'SAN CAYETANO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(536, 658, 'SAN FRANCISCO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(537, 662, 'SAN JUAN DE RIO SECO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(538, 718, 'SASAIMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(539, 736, 'SESQUILE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(540, 740, 'SIBATE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(541, 743, 'SILVANIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(542, 745, 'SIMIJACA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(543, 754, 'SOACHA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(544, 758, 'SOPO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(545, 769, 'SUBACHOQUE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(546, 772, 'SUESCA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(547, 777, 'SUPATA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(548, 779, 'SUSA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(549, 781, 'SUTATAUSA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(550, 785, 'TABIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(551, 793, 'TAUSA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(552, 797, 'TENA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(553, 799, 'TENJO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(554, 805, 'TIBACUY', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(555, 807, 'TIBIRITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(556, 815, 'TOCAIMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(557, 817, 'TOCANCIPA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(558, 823, 'TOPAIPI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(559, 839, 'UBALA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(560, 841, 'UBAQUE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(561, 843, 'VILLA DE SAN DIEGO DE UBATE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(562, 845, 'UNE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(563, 851, 'UTICA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(564, 862, 'VERGARA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(565, 867, 'VIANI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(566, 871, 'VILLAGOMEZ', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(567, 873, 'VILLAPINZON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(568, 875, 'VILLETA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(569, 878, 'VIOTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(570, 885, 'YACOPI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(571, 898, 'ZIPACON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(572, 899, 'ZIPAQUIRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 25, 169),
	(573, 1, 'QUIBDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(574, 6, 'ACANDI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(575, 25, 'ALTO BAUDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(576, 50, 'ATRATO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(577, 73, 'BAGADO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(578, 75, 'BAHIA SOLANO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(579, 77, 'BAJO BAUDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(580, 99, 'BOJAYA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(581, 135, 'EL CANTON DEL SAN PABLO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(582, 150, 'CARMEN DEL DARIEN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(583, 160, 'CERTEGUI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(584, 205, 'CONDOTO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(585, 245, 'EL CARMEN DE ATRATO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(586, 250, 'EL LITORAL DEL SAN JUAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(587, 361, 'ISTMINA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(588, 372, 'JURADO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(589, 413, 'LLORO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(590, 425, 'MEDIO ATRATO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(591, 430, 'MEDIO BAUDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(592, 450, 'MEDIO SAN JUAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(593, 491, 'NOVITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(594, 495, 'NUQUI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(595, 580, 'RIO IRO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(596, 600, 'RIO QUITO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(597, 615, 'RIOSUCIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(598, 660, 'SAN JOSE DEL PALMAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(599, 745, 'SIPI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(600, 787, 'TADO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(601, 800, 'UNGUIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(602, 810, 'UNION PANAMERICANA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 27, 169),
	(603, 1, 'NEIVA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(604, 6, 'ACEVEDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(605, 13, 'AGRADO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(606, 16, 'AIPE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(607, 20, 'ALGECIRAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(608, 26, 'ALTAMIRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(609, 78, 'BARAYA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(610, 132, 'CAMPOALEGRE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(611, 206, 'COLOMBIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(612, 244, 'ELIAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(613, 298, 'GARZON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(614, 306, 'GIGANTE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(615, 319, 'GUADALUPE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(616, 349, 'HOBO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(617, 357, 'IQUIRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(618, 359, 'ISNOS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(619, 378, 'LA ARGENTINA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(620, 396, 'LA PLATA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(621, 483, 'NATAGA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(622, 503, 'OPORAPA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(623, 518, 'PAICOL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(624, 524, 'PALERMO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(625, 530, 'PALESTINA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(626, 548, 'PITAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(627, 551, 'PITALITO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(628, 615, 'RIVERA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(629, 660, 'SALADOBLANCO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(630, 668, 'SAN AGUSTIN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(631, 676, 'SANTA MARIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(632, 770, 'SUAZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(633, 791, 'TARQUI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(634, 797, 'TESALIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(635, 799, 'TELLO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(636, 801, 'TERUEL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(637, 807, 'TIMANA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(638, 872, 'VILLAVIEJA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(639, 885, 'YAGUARA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 41, 169),
	(640, 1, 'RIOHACHA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 44, 169),
	(641, 35, 'ALBANIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 44, 169),
	(642, 78, 'BARRANCAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 44, 169),
	(643, 90, 'DIBULLA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 44, 169),
	(644, 98, 'DISTRACCION', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 44, 169),
	(645, 110, 'EL MOLINO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 44, 169),
	(646, 279, 'FONSECA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 44, 169),
	(647, 378, 'HATONUEVO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 44, 169),
	(648, 420, 'LA JAGUA DEL PILAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 44, 169),
	(649, 430, 'MAICAO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 44, 169),
	(650, 560, 'MANAURE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 44, 169),
	(651, 650, 'SAN JUAN DEL CESAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 44, 169),
	(652, 847, 'URIBIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 44, 169),
	(653, 855, 'URUMITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 44, 169),
	(654, 874, 'VILLANUEVA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 44, 169),
	(655, 1, 'SANTA MARTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(656, 30, 'ALGARROBO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(657, 53, 'ARACATACA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(658, 58, 'ARIGUANI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(659, 161, 'CERRO SAN ANTONIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(660, 170, 'CHIBOLO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(661, 189, 'CIENAGA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(662, 205, 'CONCORDIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(663, 245, 'EL BANCO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(664, 258, 'EL PIÑON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(665, 268, 'EL RETEN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(666, 288, 'FUNDACION', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(667, 318, 'GUAMAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(668, 460, 'NUEVA GRANADA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(669, 541, 'PEDRAZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(670, 545, 'PIJIÑO DEL CARMEN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(671, 551, 'PIVIJAY', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(672, 555, 'PLATO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(673, 570, 'PUEBLOVIEJO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(674, 605, 'REMOLINO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(675, 660, 'SABANAS DE SAN ANGEL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(676, 675, 'SALAMINA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(677, 692, 'SAN SEBASTIAN DE BUENAVISTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(678, 703, 'SAN ZENON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(679, 707, 'SANTA ANA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(680, 720, 'SANTA BARBARA DE PINTO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(681, 745, 'SITIONUEVO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(682, 798, 'TENERIFE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(683, 960, 'ZAPAYAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(684, 980, 'ZONA BANANERA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 47, 169),
	(685, 1, 'VILLAVICENCIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(686, 6, 'ACACIAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(687, 110, 'BARRANCA DE UPIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(688, 124, 'CABUYARO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(689, 150, 'CASTILLA LA NUEVA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(690, 223, 'CUBARRAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(691, 226, 'CUMARAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(692, 245, 'EL CALVARIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(693, 251, 'EL CASTILLO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(694, 270, 'EL DORADO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(695, 287, 'FUENTE DE ORO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(696, 313, 'GRANADA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(697, 318, 'GUAMAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(698, 325, 'MAPIRIPAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(699, 330, 'MESETAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(700, 350, 'LA MACARENA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(701, 370, 'URIBE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(702, 400, 'LEJANIAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(703, 450, 'PUERTO CONCORDIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(704, 568, 'PUERTO GAITAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(705, 573, 'PUERTO LOPEZ', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(706, 577, 'PUERTO LLERAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(707, 590, 'PUERTO RICO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(708, 606, 'RESTREPO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(709, 680, 'SAN CARLOS DE GUAROA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(710, 683, 'SAN JUAN DE ARAMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(711, 686, 'SAN JUANITO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(712, 689, 'SAN MARTIN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(713, 711, 'VISTAHERMOSA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 50, 169),
	(714, 1, 'PASTO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(715, 19, 'ALBAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(716, 22, 'ALDANA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(717, 36, 'ANCUYA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(718, 51, 'ARBOLEDA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(719, 79, 'BARBACOAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(720, 83, 'BELEN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(721, 110, 'BUESACO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(722, 203, 'COLON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(723, 207, 'CONSACA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(724, 210, 'CONTADERO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(725, 215, 'CORDOBA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(726, 224, 'CUASPUD', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(727, 227, 'CUMBAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(728, 233, 'CUMBITARA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(729, 240, 'CHACHAGsI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(730, 250, 'EL CHARCO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(731, 254, 'EL PEÑOL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(732, 256, 'EL ROSARIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(733, 258, 'EL TABLON DE GOMEZ', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(734, 260, 'EL TAMBO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(735, 287, 'FUNES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(736, 317, 'GUACHUCAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(737, 320, 'GUAITARILLA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(738, 323, 'GUALMATAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(739, 352, 'ILES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(740, 354, 'IMUES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(741, 356, 'IPIALES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(742, 378, 'LA CRUZ', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(743, 381, 'LA FLORIDA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(744, 385, 'LA LLANADA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(745, 390, 'LA TOLA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(746, 399, 'LA UNION', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(747, 405, 'LEIVA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(748, 411, 'LINARES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(749, 418, 'LOS ANDES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(750, 427, 'MAGsI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(751, 435, 'MALLAMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(752, 473, 'MOSQUERA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(753, 480, 'NARIÑO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(754, 490, 'OLAYA HERRERA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(755, 506, 'OSPINA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(756, 520, 'FRANCISCO PIZARRO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(757, 540, 'POLICARPA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(758, 560, 'POTOSI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(759, 565, 'PROVIDENCIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(760, 573, 'PUERRES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(761, 585, 'PUPIALES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(762, 612, 'RICAURTE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(763, 621, 'ROBERTO PAYAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(764, 678, 'SAMANIEGO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(765, 683, 'SANDONA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(766, 685, 'SAN BERNARDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(767, 687, 'SAN LORENZO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(768, 693, 'SAN PABLO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(769, 694, 'SAN PEDRO DE CARTAGO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(770, 696, 'SANTA BARBARA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(771, 699, 'SANTACRUZ', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(772, 720, 'SAPUYES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(773, 786, 'TAMINANGO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(774, 788, 'TANGUA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(775, 835, 'SAN ANDRES DE TUMACO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(776, 838, 'TUQUERRES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(777, 885, 'YACUANQUER', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 52, 169),
	(778, 1, 'CUCUTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(779, 3, 'ABREGO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(780, 51, 'ARBOLEDAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(781, 99, 'BOCHALEMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(782, 109, 'BUCARASICA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(783, 125, 'CACOTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(784, 128, 'CACHIRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(785, 172, 'CHINACOTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(786, 174, 'CHITAGA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(787, 206, 'CONVENCION', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(788, 223, 'CUCUTILLA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(789, 239, 'DURANIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(790, 245, 'EL CARMEN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(791, 250, 'EL TARRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(792, 261, 'EL ZULIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(793, 313, 'GRAMALOTE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(794, 344, 'HACARI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(795, 347, 'HERRAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(796, 377, 'LABATECA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(797, 385, 'LA ESPERANZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(798, 398, 'LA PLAYA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(799, 405, 'LOS PATIOS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(800, 418, 'LOURDES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(801, 480, 'MUTISCUA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(802, 498, 'OCAÑA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(803, 518, 'PAMPLONA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(804, 520, 'PAMPLONITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(805, 553, 'PUERTO SANTANDER', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(806, 599, 'RAGONVALIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(807, 660, 'SALAZAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(808, 670, 'SAN CALIXTO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(809, 673, 'SAN CAYETANO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(810, 680, 'SANTIAGO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(811, 720, 'SARDINATA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(812, 743, 'SILOS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(813, 800, 'TEORAMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(814, 810, 'TIBU', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(815, 820, 'TOLEDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(816, 871, 'VILLA CARO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(817, 874, 'VILLA DEL ROSARIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 54, 169),
	(818, 1, 'ARMENIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 63, 169),
	(819, 111, 'BUENAVISTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 63, 169),
	(820, 130, 'CALARCA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 63, 169),
	(821, 190, 'CIRCASIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 63, 169),
	(822, 212, 'CORDOBA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 63, 169),
	(823, 272, 'FILANDIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 63, 169),
	(824, 302, 'GENOVA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 63, 169),
	(825, 401, 'LA TEBAIDA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 63, 169),
	(826, 470, 'MONTENEGRO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 63, 169),
	(827, 548, 'PIJAO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 63, 169),
	(828, 594, 'QUIMBAYA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 63, 169),
	(829, 690, 'SALENTO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 63, 169),
	(830, 1, 'PEREIRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 66, 169),
	(831, 45, 'APIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 66, 169),
	(832, 75, 'BALBOA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 66, 169),
	(833, 88, 'BELEN DE UMBRIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 66, 169),
	(834, 170, 'DOSQUEBRADAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 66, 169),
	(835, 318, 'GUATICA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 66, 169),
	(836, 383, 'LA CELIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 66, 169),
	(837, 400, 'LA VIRGINIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 66, 169),
	(838, 440, 'MARSELLA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 66, 169),
	(839, 456, 'MISTRATO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 66, 169),
	(840, 572, 'PUEBLO RICO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 66, 169),
	(841, 594, 'QUINCHIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 66, 169),
	(842, 682, 'SANTA ROSA DE CABAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 66, 169),
	(843, 687, 'SANTUARIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 66, 169),
	(844, 1, 'BUCARAMANGA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(845, 13, 'AGUADA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(846, 20, 'ALBANIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(847, 51, 'ARATOCA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(848, 77, 'BARBOSA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(849, 79, 'BARICHARA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(850, 81, 'BARRANCABERMEJA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(851, 92, 'BETULIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(852, 101, 'BOLIVAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(853, 121, 'CABRERA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(854, 132, 'CALIFORNIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(855, 147, 'CAPITANEJO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(856, 152, 'CARCASI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(857, 160, 'CEPITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(858, 162, 'CERRITO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(859, 167, 'CHARALA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(860, 169, 'CHARTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(861, 176, 'CHIMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(862, 179, 'CHIPATA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(863, 190, 'CIMITARRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(864, 207, 'CONCEPCION', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(865, 209, 'CONFINES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(866, 211, 'CONTRATACION', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(867, 217, 'COROMORO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(868, 229, 'CURITI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(869, 235, 'EL CARMEN DE CHUCURI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(870, 245, 'EL GUACAMAYO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(871, 250, 'EL PEÑON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(872, 255, 'EL PLAYON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(873, 264, 'ENCINO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(874, 266, 'ENCISO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(875, 271, 'FLORIAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(876, 276, 'FLORIDABLANCA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(877, 296, 'GALAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(878, 298, 'GAMBITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(879, 307, 'GIRON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(880, 318, 'GUACA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(881, 320, 'GUADALUPE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(882, 322, 'GUAPOTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(883, 324, 'GUAVATA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(884, 327, 'GsEPSA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(885, 344, 'HATO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(886, 368, 'JESUS MARIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(887, 370, 'JORDAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(888, 377, 'LA BELLEZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(889, 385, 'LANDAZURI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(890, 397, 'LA PAZ', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(891, 406, 'LEBRIJA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(892, 418, 'LOS SANTOS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(893, 425, 'MACARAVITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(894, 432, 'MALAGA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(895, 444, 'MATANZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(896, 464, 'MOGOTES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(897, 468, 'MOLAGAVITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(898, 498, 'OCAMONTE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(899, 500, 'OIBA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(900, 502, 'ONZAGA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(901, 522, 'PALMAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(902, 524, 'PALMAS DEL SOCORRO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(903, 533, 'PARAMO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(904, 547, 'PIEDECUESTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(905, 549, 'PINCHOTE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(906, 572, 'PUENTE NACIONAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(907, 573, 'PUERTO PARRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(908, 575, 'PUERTO WILCHES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(909, 615, 'RIONEGRO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(910, 655, 'SABANA DE TORRES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(911, 669, 'SAN ANDRES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(912, 673, 'SAN BENITO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(913, 679, 'SAN GIL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(914, 682, 'SAN JOAQUIN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(915, 684, 'SAN JOSE DE MIRANDA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(916, 686, 'SAN MIGUEL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(917, 689, 'SAN VICENTE DE CHUCURI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(918, 705, 'SANTA BARBARA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(919, 720, 'SANTA HELENA DEL OPON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(920, 745, 'SIMACOTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(921, 755, 'SOCORRO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(922, 770, 'SUAITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(923, 773, 'SUCRE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(924, 780, 'SURATA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(925, 820, 'TONA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(926, 855, 'VALLE DE SAN JOSE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(927, 861, 'VELEZ', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(928, 867, 'VETAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(929, 872, 'VILLANUEVA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(930, 895, 'ZAPATOCA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 68, 169),
	(931, 1, 'SINCELEJO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(932, 110, 'BUENAVISTA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(933, 124, 'CAIMITO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(934, 204, 'COLOSO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(935, 215, 'COROZAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(936, 221, 'COVEÑAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(937, 230, 'CHALAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(938, 233, 'EL ROBLE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(939, 235, 'GALERAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(940, 265, 'GUARANDA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(941, 400, 'LA UNION', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(942, 418, 'LOS PALMITOS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(943, 429, 'MAJAGUAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(944, 473, 'MORROA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(945, 508, 'OVEJAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(946, 523, 'PALMITO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(947, 670, 'SAMPUES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(948, 678, 'SAN BENITO ABAD', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(949, 702, 'SAN JUAN DE BETULIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(950, 708, 'SAN MARCOS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(951, 713, 'SAN ONOFRE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(952, 717, 'SAN PEDRO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(953, 742, 'SAN LUIS DE SINCE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(954, 771, 'SUCRE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(955, 820, 'SANTIAGO DE TOLU', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(956, 823, 'TOLU VIEJO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 70, 169),
	(957, 1, 'IBAGUE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(958, 24, 'ALPUJARRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(959, 26, 'ALVARADO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(960, 30, 'AMBALEMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(961, 43, 'ANZOATEGUI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(962, 55, 'ARMERO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(963, 67, 'ATACO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(964, 124, 'CAJAMARCA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(965, 148, 'CARMEN DE APICALA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(966, 152, 'CASABIANCA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(967, 168, 'CHAPARRAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(968, 200, 'COELLO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(969, 217, 'COYAIMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(970, 226, 'CUNDAY', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(971, 236, 'DOLORES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(972, 268, 'ESPINAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(973, 270, 'FALAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(974, 275, 'FLANDES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(975, 283, 'FRESNO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(976, 319, 'GUAMO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(977, 347, 'HERVEO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(978, 349, 'HONDA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(979, 352, 'ICONONZO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(980, 408, 'LERIDA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(981, 411, 'LIBANO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(982, 443, 'MARIQUITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(983, 449, 'MELGAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(984, 461, 'MURILLO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(985, 483, 'NATAGAIMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(986, 504, 'ORTEGA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(987, 520, 'PALOCABILDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(988, 547, 'PIEDRAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(989, 555, 'PLANADAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(990, 563, 'PRADO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(991, 585, 'PURIFICACION', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(992, 616, 'RIOBLANCO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(993, 622, 'RONCESVALLES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(994, 624, 'ROVIRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(995, 671, 'SALDAÑA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(996, 675, 'SAN ANTONIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(997, 678, 'SAN LUIS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(998, 686, 'SANTA ISABEL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(999, 770, 'SUAREZ', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(1000, 854, 'VALLE DE SAN JUAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(1001, 861, 'VENADILLO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(1002, 870, 'VILLAHERMOSA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(1003, 873, 'VILLARRICA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 73, 169),
	(1004, 1, 'CALI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1005, 20, 'ALCALA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1006, 36, 'ANDALUCIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1007, 41, 'ANSERMANUEVO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1008, 54, 'ARGELIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1009, 100, 'BOLIVAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1010, 109, 'BUENAVENTURA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1011, 111, 'GUADALAJARA DE BUGA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1012, 113, 'BUGALAGRANDE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1013, 122, 'CAICEDONIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1014, 126, 'CALIMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1015, 130, 'CANDELARIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1016, 147, 'CARTAGO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1017, 233, 'DAGUA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1018, 243, 'EL AGUILA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1019, 246, 'EL CAIRO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1020, 248, 'EL CERRITO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1021, 250, 'EL DOVIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1022, 275, 'FLORIDA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1023, 306, 'GINEBRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1024, 318, 'GUACARI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1025, 364, 'JAMUNDI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1026, 377, 'LA CUMBRE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1027, 400, 'LA UNION', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1028, 403, 'LA VICTORIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1029, 497, 'OBANDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1030, 520, 'PALMIRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1031, 563, 'PRADERA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1032, 606, 'RESTREPO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1033, 616, 'RIOFRIO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1034, 622, 'ROLDANILLO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1035, 670, 'SAN PEDRO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1036, 736, 'SEVILLA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1037, 823, 'TORO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1038, 828, 'TRUJILLO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1039, 834, 'TULUA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1040, 845, 'ULLOA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1041, 863, 'VERSALLES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1042, 869, 'VIJES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1043, 890, 'YOTOCO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1044, 892, 'YUMBO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1045, 895, 'ZARZAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 76, 169),
	(1046, 1, 'ARAUCA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 81, 169),
	(1047, 65, 'ARAUQUITA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 81, 169),
	(1048, 220, 'CRAVO NORTE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 81, 169),
	(1049, 300, 'FORTUL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 81, 169),
	(1050, 591, 'PUERTO RONDON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 81, 169),
	(1051, 736, 'SARAVENA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 81, 169),
	(1052, 794, 'TAME', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 81, 169),
	(1053, 1, 'YOPAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1054, 10, 'AGUAZUL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1055, 15, 'CHAMEZA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1056, 125, 'HATO COROZAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1057, 136, 'LA SALINA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1058, 139, 'MANI', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1059, 162, 'MONTERREY', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1060, 225, 'NUNCHIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1061, 230, 'OROCUE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1062, 250, 'PAZ DE ARIPORO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1063, 263, 'PORE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1064, 279, 'RECETOR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1065, 300, 'SABANALARGA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1066, 315, 'SACAMA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1067, 325, 'SAN LUIS DE PALENQUE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1068, 400, 'TAMARA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1069, 410, 'TAURAMENA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1070, 430, 'TRINIDAD', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1071, 440, 'VILLANUEVA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 85, 169),
	(1072, 1, 'MOCOA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 86, 169),
	(1073, 219, 'COLON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 86, 169),
	(1074, 320, 'ORITO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 86, 169),
	(1075, 568, 'PUERTO ASIS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 86, 169),
	(1076, 569, 'PUERTO CAICEDO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 86, 169),
	(1077, 571, 'PUERTO GUZMAN', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 86, 169),
	(1078, 573, 'LEGUIZAMO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 86, 169),
	(1079, 749, 'SIBUNDOY', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 86, 169),
	(1080, 755, 'SAN FRANCISCO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 86, 169),
	(1081, 757, 'SAN MIGUEL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 86, 169),
	(1082, 760, 'SANTIAGO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 86, 169),
	(1083, 865, 'VALLE DEL GUAMUEZ', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 86, 169),
	(1084, 885, 'VILLAGARZON', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 86, 169),
	(1085, 1, 'SAN ANDRES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 88, 169),
	(1086, 564, 'PROVIDENCIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 88, 169),
	(1087, 1, 'LETICIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 91, 169),
	(1088, 263, 'EL ENCANTO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 91, 169),
	(1089, 405, 'LA CHORRERA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 91, 169),
	(1090, 407, 'LA PEDRERA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 91, 169),
	(1091, 430, 'LA VICTORIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 91, 169),
	(1092, 460, 'MIRITI - PARANA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 91, 169),
	(1093, 530, 'PUERTO ALEGRIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 91, 169),
	(1094, 536, 'PUERTO ARICA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 91, 169),
	(1095, 540, 'PUERTO NARIÑO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 91, 169),
	(1096, 669, 'PUERTO SANTANDER', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 91, 169),
	(1097, 798, 'TARAPACA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 91, 169),
	(1098, 1, 'INIRIDA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 94, 169),
	(1099, 343, 'BARRANCO MINAS', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 94, 169),
	(1100, 663, 'MAPIRIPANA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 94, 169),
	(1101, 883, 'SAN FELIPE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 94, 169),
	(1102, 884, 'PUERTO COLOMBIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 94, 169),
	(1103, 885, 'LA GUADALUPE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 94, 169),
	(1104, 886, 'CACAHUAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 94, 169),
	(1105, 887, 'PANA PANA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 94, 169),
	(1106, 888, 'MORICHAL', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 94, 169),
	(1107, 1, 'SAN JOSE DEL GUAVIARE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 95, 169),
	(1108, 15, 'CALAMAR', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 95, 169),
	(1109, 25, 'EL RETORNO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 95, 169),
	(1110, 200, 'MIRAFLORES', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 95, 169),
	(1111, 1, 'MITU', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 97, 169),
	(1112, 161, 'CARURU', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 97, 169),
	(1113, 511, 'PACOA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 97, 169),
	(1114, 666, 'TARAIRA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 97, 169),
	(1115, 777, 'PAPUNAUA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 97, 169),
	(1116, 889, 'YAVARATE', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 97, 169),
	(1117, 1, 'PUERTO CARREÑO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 99, 169),
	(1118, 524, 'LA PRIMAVERA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 99, 169),
	(1119, 624, 'SANTA ROSALIA', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 99, 169),
	(1120, 773, 'CUMARIBO', 1, 20, '2021-06-23 00:00:00', NULL, NULL, 99, 169);
/*!40000 ALTER TABLE `sie_municipios` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_opciones_procesos
CREATE TABLE IF NOT EXISTS `sie_opciones_procesos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(50) NOT NULL DEFAULT '0',
  `id_proceso` int(11) NOT NULL DEFAULT '0',
  `estado` int(11) NOT NULL DEFAULT '0' COMMENT '1=Activo, 0=Inactivo',
  `fecha_creacion` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `id_usuario_crea` int(11) DEFAULT '0',
  `fecha_inactivacion` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `id_usuario_inactiva` int(11) DEFAULT '0',
  `icono` varchar(50) DEFAULT NULL,
  `href` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `id_usuario_inactiva` (`id_usuario_inactiva`),
  KEY `id_usuario_crea` (`id_usuario_crea`),
  KEY `FK_sie_opciones_procesos_sie_procesos` (`id_proceso`),
  CONSTRAINT `FK_sie_opciones_procesos_sie_procesos` FOREIGN KEY (`id_proceso`) REFERENCES `sie_procesos` (`id`),
  CONSTRAINT `sie_opciones_procesos_ibfk_1` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_opciones_procesos_ibfk_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=256 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_opciones_procesos: ~74 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_opciones_procesos` DISABLE KEYS */;
INSERT INTO `sie_opciones_procesos` (`id`, `descripcion`, `id_proceso`, `estado`, `fecha_creacion`, `id_usuario_crea`, `fecha_inactivacion`, `id_usuario_inactiva`, `icono`, `href`) VALUES
	(176, 'Visualizar documentos ', 56, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-eye', 'visualizacion_documentos'),
	(178, 'Visualizar documentos ', 28, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-eye', 'visualizacion_documentos'),
	(179, 'Visualizar documentos ', 22, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-eye', 'visualizacion_documentos'),
	(180, 'Visualizar documentos ', 23, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-eye', 'visualizacion_documentos'),
	(181, 'Visualizar documentos ', 29, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-eye', 'visualizacion_documentos'),
	(182, 'Visualizar documentos ', 21, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-eye', 'visualizacion_documentos'),
	(183, 'Visualizar documentos ', 24, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-eye', 'visualizacion_documentos'),
	(184, 'Visualizar documentos ', 26, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-eye', 'visualizacion_documentos'),
	(185, 'Visualizar documentos ', 27, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-eye', 'visualizacion_documentos'),
	(186, 'Visualizar documentos ', 25, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-eye', 'visualizacion_documentos'),
	(187, 'Visualizar documentos ', 53, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-eye', 'visualizacion_documentos'),
	(188, 'Riesgos - Registrar riesgo', 23, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-plus', 'gestion_de_riesgos'),
	(189, 'Riesgos - Registrar riesgo', 22, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-plus', 'gestion_de_riesgos'),
	(190, 'Riesgos - Registrar riesgo', 21, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-plus', 'gestion_de_riesgos'),
	(191, 'Riesgos - Registrar riesgo', 53, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-plus', 'gestion_de_riesgos'),
	(192, 'Riesgos - Registrar riesgo', 24, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-plus', 'gestion_de_riesgos'),
	(193, 'Riesgos - Registrar riesgo', 25, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-plus', 'gestion_de_riesgos'),
	(194, 'Riesgos - Registrar riesgo', 26, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-plus', 'gestion_de_riesgos'),
	(195, 'Riesgos - Registrar riesgo', 27, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-plus', 'gestion_de_riesgos'),
	(196, 'Riesgos - Registrar riesgo', 28, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-plus', 'gestion_de_riesgos'),
	(197, 'Riesgos - Registrar riesgo', 29, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-plus', 'gestion_de_riesgos'),
	(199, 'Riesgos - Registrar riesgo', 57, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-plus', 'gestion_de_riesgos'),
	(200, 'Riesgos - Evaluar controles', 27, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-clipboard', 'evaluacion_de_controles'),
	(201, 'Riesgos - Evaluar controles', 26, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-clipboard', 'evaluacion_de_controles'),
	(202, 'Riesgos - Evaluar controles', 28, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-clipboard', 'evaluacion_de_controles'),
	(203, 'Riesgos - Evaluar controles', 25, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-clipboard', 'evaluacion_de_controles'),
	(204, 'Riesgos - Evaluar controles', 24, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-clipboard', 'evaluacion_de_controles'),
	(205, 'Riesgos - Evaluar controles', 29, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-clipboard', 'evaluacion_de_controles'),
	(206, 'Riesgos - Evaluar controles', 23, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-clipboard', 'evaluacion_de_controles'),
	(208, 'Riesgos - Evaluar controles', 21, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-clipboard', 'evaluacion_de_controles'),
	(209, 'Riesgos - Evaluar controles', 22, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-clipboard', 'evaluacion_de_controles'),
	(210, 'Riesgos - Evaluar controles', 53, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-clipboard', 'evaluacion_de_controles'),
	(218, 'Riesgos - Dashboard', 21, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-bar', 'gestion_de_riesgo_dashboard'),
	(221, 'Riesgos - Dashboard', 53, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-bar', 'gestion_de_riesgo_dashboard'),
	(223, 'Registrar resultados de KPI', 53, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-pie', 'registra_resultados'),
	(224, 'Registrar resultados de KPI', 28, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-pie', 'registra_resultados'),
	(225, 'Registrar resultados de KPI', 25, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-pie', 'registra_resultados'),
	(226, 'Registrar resultados de KPI', 27, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-pie', 'registra_resultados'),
	(227, 'Registrar resultados de KPI', 22, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-pie', 'registra_resultados'),
	(228, 'Registrar resultados de KPI', 26, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-pie', 'registra_resultados'),
	(229, 'Registrar resultados de KPI', 23, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-pie', 'registra_resultados'),
	(230, 'Registrar resultados de KPI', 29, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-pie', 'registra_resultados'),
	(231, 'Registrar resultados de KPI', 24, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-pie', 'registra_resultados'),
	(232, 'Registrar resultados de KPI', 21, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-pie', 'registra_resultados'),
	(233, 'Registrar resultados', 58, 1, '2021-04-13 00:00:10', 19, '0000-00-00 00:00:00', 19, 'fa fa-plus', 'registra_resultados'),
	(234, 'Evaluar controles', 57, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-clipboard', 'evaluacion_de_controles'),
	(235, 'Edición de documentos ', 56, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-file', 'edicion_documentos'),
	(236, 'Dashboard', 58, 1, '2021-04-13 00:00:10', 20, '0000-00-00 00:00:00', 20, 'fas fa-chart-bar', 'graficas_indicadores'),
	(237, 'Crear-Editar KPI', 58, 1, '2021-04-13 00:00:10', 19, '0000-00-00 00:00:00', 19, 'far fa-edit', 'gestion_de_kpi'),
	(238, 'Crear tipos de documento', 56, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-plus', 'creacion_tipo_documento'),
	(240, 'Riesgos - Dashboard', 22, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-bar', 'gestion_de_riesgo_dashboard'),
	(241, 'Riesgos - Dashboard', 23, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-bar', 'gestion_de_riesgo_dashboard'),
	(242, 'Riesgos - Dashboard', 24, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-bar', 'gestion_de_riesgo_dashboard'),
	(243, 'Riesgos - Dashboard', 25, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-bar', 'gestion_de_riesgo_dashboard'),
	(244, 'Riesgos - Dashboard', 26, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-bar', 'gestion_de_riesgo_dashboard'),
	(245, 'Riesgos - Dashboard', 27, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-bar', 'gestion_de_riesgo_dashboard'),
	(246, 'Riesgos - Dashboard', 28, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-bar', 'gestion_de_riesgo_dashboard'),
	(247, 'Riesgos - Dashboard', 29, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-bar', 'gestion_de_riesgo_dashboard'),
	(250, 'Riesgos - Dashboard', 57, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-chart-bar', 'gestion_de_riesgo_dashboard'),
	(251, 'Atención a productores', 86, 1, '0000-00-00 00:00:00', 20, '2021-07-08 20:51:18', 20, 'fa fa-clipboard', 'formulario_atencion_productores'),
	(252, 'Asistencia a productores', 86, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-clipboard', 'formulario_asistencia_productores'),
	(253, 'Edición de formularios', 86, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-edit', 'formulario_edicion'),
	(254, 'Información de formularios', 86, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-info', 'formulario_informacion'),
	(255, 'Cargue masivo de formularios', 86, 1, '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-spinner', 'formulario_cargue_masivo');
/*!40000 ALTER TABLE `sie_opciones_procesos` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_paises
CREATE TABLE IF NOT EXISTS `sie_paises` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `codigo` int(11) DEFAULT NULL,
  `descripcion` varchar(50) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  KEY `codigo` (`codigo`),
  CONSTRAINT `sie_paises_ibfk_1` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_paises_ibfk_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_paises: ~0 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_paises` DISABLE KEYS */;
INSERT INTO `sie_paises` (`id`, `codigo`, `descripcion`, `estado`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`) VALUES
	(1, 169, 'COLOMBIA', 1, 20, '2021-06-23 22:33:04', NULL, NULL);
/*!40000 ALTER TABLE `sie_paises` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_perfiles
CREATE TABLE IF NOT EXISTS `sie_perfiles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(50) DEFAULT NULL,
  `estado` int(11) DEFAULT NULL COMMENT '0=Inactivo, 1=Activo',
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `descripcion` (`descripcion`),
  KEY `id_usuario_crea` (`id_usuario_crea`),
  KEY `id_usuario_inactiva` (`id_usuario_inactiva`),
  CONSTRAINT `FK_sie_perfiles_sie_usuarios` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `FK_sie_perfiles_sie_usuarios_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=250 DEFAULT CHARSET=latin1;

-- Volcando datos para la tabla quimico4_sie.sie_perfiles: ~8 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_perfiles` DISABLE KEYS */;
INSERT INTO `sie_perfiles` (`id`, `descripcion`, `estado`, `fecha_creacion`, `id_usuario_crea`, `fecha_inactivacion`, `id_usuario_inactiva`) VALUES
	(11, 'ADMINISTRADORES', 1, '2021-02-25 19:46:31', 20, NULL, NULL),
	(12, 'CONFIGURACIONES', 1, '2021-03-03 22:38:28', 20, NULL, NULL),
	(13, 'DESARROLLO SOCIAL', 1, '2021-03-03 22:39:00', 20, NULL, NULL),
	(14, 'DESARROLLO INTEGRAL', 1, '2021-03-03 22:39:19', 20, NULL, NULL),
	(15, 'CONVIVENCIA Y SEGURIDAD', 1, '2021-03-03 22:50:11', 20, NULL, NULL),
	(16, 'SUPERADMIN', 1, '2021-03-03 22:53:05', 20, NULL, NULL),
	(246, 'AUXILIAR CULTURA', 0, '2021-04-07 00:00:00', 19, NULL, NULL),
	(247, 'EDICION', 1, '2021-04-07 00:00:00', 19, NULL, NULL),
	(248, 'CONTRATISTA', 1, '2021-05-12 00:00:00', 27, NULL, NULL),
	(249, 'PRUEBA', 0, '2021-07-30 00:00:00', 27, NULL, NULL);
/*!40000 ALTER TABLE `sie_perfiles` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_periodicidad_indicadores
CREATE TABLE IF NOT EXISTS `sie_periodicidad_indicadores` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `periodicidad` varchar(300) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_periodicidad_indicadores: ~5 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_periodicidad_indicadores` DISABLE KEYS */;
INSERT INTO `sie_periodicidad_indicadores` (`id`, `periodicidad`) VALUES
	(1, 'MENSUAL'),
	(2, 'BIMESTRAL'),
	(3, 'TRIMESTRAL'),
	(4, 'SEMESTRAL'),
	(5, 'ANUAL');
/*!40000 ALTER TABLE `sie_periodicidad_indicadores` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_periodos_indicadores
CREATE TABLE IF NOT EXISTS `sie_periodos_indicadores` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `id_indicador` int(11) NOT NULL DEFAULT '0',
  `id_periodicidad` int(11) NOT NULL DEFAULT '0',
  `periodo` varchar(50) NOT NULL DEFAULT '0',
  `ano` int(11) NOT NULL DEFAULT '0',
  `mes` int(11) NOT NULL DEFAULT '0',
  `fecha_registro_resultado` datetime DEFAULT NULL,
  `id_usuario_registro_resultado` int(11) DEFAULT NULL,
  `meta` float DEFAULT NULL,
  `resultado` float DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `FK_sie_periodos_indicadores_sie_periodicidad_indicadores` (`id_periodicidad`),
  KEY `FK_sie_periodos_indicadores_sie_indicadores` (`id_indicador`),
  KEY `FK_sie_periodos_indicadores_sie_usuarios` (`id_usuario_registro_resultado`),
  CONSTRAINT `FK_sie_periodos_indicadores_sie_indicadores` FOREIGN KEY (`id_indicador`) REFERENCES `sie_indicadores` (`id`),
  CONSTRAINT `FK_sie_periodos_indicadores_sie_periodicidad_indicadores` FOREIGN KEY (`id_periodicidad`) REFERENCES `sie_periodicidad_indicadores` (`id`),
  CONSTRAINT `FK_sie_periodos_indicadores_sie_usuarios` FOREIGN KEY (`id_usuario_registro_resultado`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=53 DEFAULT CHARSET=latin1;

-- Volcando datos para la tabla quimico4_sie.sie_periodos_indicadores: ~44 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_periodos_indicadores` DISABLE KEYS */;
INSERT INTO `sie_periodos_indicadores` (`id`, `id_indicador`, `id_periodicidad`, `periodo`, `ano`, `mes`, `fecha_registro_resultado`, `id_usuario_registro_resultado`, `meta`, `resultado`) VALUES
	(1, 62, 3, 'TRIMESTRE 1', 2021, 3, '2021-07-30 09:37:29', 27, 90, 66.6667),
	(2, 62, 3, 'TRIMESTRE 2', 2021, 6, '2021-07-30 10:04:18', 27, 90, 90),
	(3, 62, 3, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(4, 62, 3, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(7, 64, 1, 'MES 1', 2021, 1, '2021-05-16 23:24:04', 19, 90, 10),
	(8, 64, 1, 'MES 2', 2021, 2, '2021-05-15 20:51:32', 20, 90, 90),
	(9, 64, 1, 'MES 3', 2021, 3, '2021-05-15 20:51:39', 20, 90, 70),
	(10, 64, 1, 'MES 4', 2021, 4, '2021-05-15 20:51:46', 20, 90, 80),
	(11, 64, 1, 'MES 5', 2021, 5, '2021-05-15 20:52:15', 20, 90, 95),
	(12, 64, 1, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(13, 64, 1, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(14, 64, 1, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(15, 64, 1, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(16, 64, 1, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(17, 64, 1, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(18, 64, 1, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(25, 66, 4, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(26, 66, 4, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(27, 65, 4, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(28, 65, 4, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(29, 67, 1, 'MES 1', 2021, 1, '2021-07-30 10:19:22', 27, 100, 89.5),
	(30, 67, 1, 'MES 2', 2021, 2, '2021-07-30 10:19:55', 27, 100, 85),
	(31, 67, 1, 'MES 3', 2021, 3, '2021-07-30 10:20:01', 27, 100, 60),
	(32, 67, 1, 'MES 4', 2021, 4, '2021-07-30 10:20:22', 27, 100, 40),
	(33, 67, 1, 'MES 5', 2021, 5, '2021-07-30 10:20:27', 27, 100, 35.5),
	(34, 67, 1, 'MES 6', 2021, 6, '2021-07-30 10:20:32', 27, 100, 75),
	(35, 67, 1, 'MES 7', 2021, 7, '2021-07-30 10:20:36', 27, 100, 75),
	(36, 67, 1, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(37, 67, 1, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(38, 67, 1, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(39, 67, 1, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(40, 67, 1, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(41, 63, 1, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(42, 63, 1, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(43, 63, 1, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(44, 63, 1, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(45, 63, 1, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(46, 63, 1, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(47, 63, 1, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(48, 63, 1, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(49, 63, 1, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(50, 63, 1, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(51, 63, 1, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(52, 63, 1, 'MES 12', 2021, 12, NULL, 27, 95, 0);
/*!40000 ALTER TABLE `sie_periodos_indicadores` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_periodos_indicadores_veredas
CREATE TABLE IF NOT EXISTS `sie_periodos_indicadores_veredas` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `id_indicador` int(11) NOT NULL DEFAULT '0',
  `id_periodicidad` int(11) NOT NULL DEFAULT '0',
  `id_zona` int(11) NOT NULL DEFAULT '0',
  `periodo` varchar(50) NOT NULL DEFAULT '0',
  `ano` int(11) NOT NULL DEFAULT '0',
  `mes` int(11) NOT NULL DEFAULT '0',
  `fecha_registro_resultado` datetime DEFAULT NULL,
  `id_usuario_registro_resultado` int(11) DEFAULT NULL,
  `meta` float DEFAULT NULL,
  `resultado` float DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `FK_sie_periodos_indicadores_sie_periodicidad_indicadores` (`id_periodicidad`),
  KEY `FK_sie_periodos_indicadores_sie_indicadores` (`id_indicador`),
  KEY `FK_sie_periodos_indicadores_sie_usuarios` (`id_usuario_registro_resultado`),
  KEY `id_zona` (`id_zona`),
  CONSTRAINT `sie_periodos_indicadores_veredas_ibfk_1` FOREIGN KEY (`id_indicador`) REFERENCES `sie_indicadores` (`id`),
  CONSTRAINT `sie_periodos_indicadores_veredas_ibfk_2` FOREIGN KEY (`id_periodicidad`) REFERENCES `sie_periodicidad_indicadores` (`id`),
  CONSTRAINT `sie_periodos_indicadores_veredas_ibfk_3` FOREIGN KEY (`id_usuario_registro_resultado`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_periodos_indicadores_veredas_sie_zonas` FOREIGN KEY (`id_zona`) REFERENCES `sie_zonas` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1873 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_periodos_indicadores_veredas: ~1,584 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_periodos_indicadores_veredas` DISABLE KEYS */;
INSERT INTO `sie_periodos_indicadores_veredas` (`id`, `id_indicador`, `id_periodicidad`, `id_zona`, `periodo`, `ano`, `mes`, `fecha_registro_resultado`, `id_usuario_registro_resultado`, `meta`, `resultado`) VALUES
	(1, 62, 3, 21, 'TRIMESTRE 1', 2021, 3, '2021-06-28 18:53:20', 19, 90, 15),
	(2, 62, 3, 21, 'TRIMESTRE 2', 2021, 6, '2021-06-09 19:48:34', 20, 90, 90),
	(3, 62, 3, 21, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(4, 62, 3, 21, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(5, 62, 3, 16, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(6, 62, 3, 16, 'TRIMESTRE 2', 2021, 6, '2021-06-09 19:48:50', 20, 90, 90),
	(7, 62, 3, 16, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(8, 62, 3, 16, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(9, 62, 3, 31, 'TRIMESTRE 1', 2021, 3, '2021-07-30 09:37:04', 27, 90, 95),
	(10, 62, 3, 31, 'TRIMESTRE 2', 2021, 6, '2021-07-30 10:04:18', 27, 90, 80),
	(11, 62, 3, 31, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(12, 62, 3, 31, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(13, 62, 3, 23, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(14, 62, 3, 23, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(15, 62, 3, 23, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(16, 62, 3, 23, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(17, 62, 3, 4, 'TRIMESTRE 1', 2021, 3, '2021-07-30 09:37:29', 27, 90, 90),
	(18, 62, 3, 4, 'TRIMESTRE 2', 2021, 6, '2021-07-30 09:37:38', 27, 90, 100),
	(19, 62, 3, 4, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(20, 62, 3, 4, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(21, 62, 3, 25, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(22, 62, 3, 25, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(23, 62, 3, 25, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(24, 62, 3, 25, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(25, 62, 3, 20, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(26, 62, 3, 20, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(27, 62, 3, 20, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(28, 62, 3, 20, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(29, 62, 3, 14, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(30, 62, 3, 14, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(31, 62, 3, 14, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(32, 62, 3, 14, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(33, 62, 3, 11, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(34, 62, 3, 11, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(35, 62, 3, 11, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(36, 62, 3, 11, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(37, 62, 3, 13, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(38, 62, 3, 13, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(39, 62, 3, 13, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(40, 62, 3, 13, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(41, 62, 3, 8, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(42, 62, 3, 8, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(43, 62, 3, 8, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(44, 62, 3, 8, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(45, 62, 3, 12, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(46, 62, 3, 12, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(47, 62, 3, 12, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(48, 62, 3, 12, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(49, 62, 3, 1, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(50, 62, 3, 1, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(51, 62, 3, 1, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(52, 62, 3, 1, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(53, 62, 3, 28, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(54, 62, 3, 28, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(55, 62, 3, 28, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(56, 62, 3, 28, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(57, 62, 3, 15, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(58, 62, 3, 15, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(59, 62, 3, 15, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(60, 62, 3, 15, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(61, 62, 3, 27, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(62, 62, 3, 27, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(63, 62, 3, 27, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(64, 62, 3, 27, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(65, 62, 3, 17, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(66, 62, 3, 17, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(67, 62, 3, 17, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(68, 62, 3, 17, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(69, 62, 3, 37, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(70, 62, 3, 37, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(71, 62, 3, 37, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(72, 62, 3, 37, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(73, 62, 3, 19, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(74, 62, 3, 19, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(75, 62, 3, 19, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(76, 62, 3, 19, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(77, 62, 3, 26, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(78, 62, 3, 26, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(79, 62, 3, 26, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(80, 62, 3, 26, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(81, 62, 3, 38, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(82, 62, 3, 38, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(83, 62, 3, 38, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(84, 62, 3, 38, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(85, 62, 3, 29, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(86, 62, 3, 29, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(87, 62, 3, 29, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(88, 62, 3, 29, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(89, 62, 3, 7, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(90, 62, 3, 7, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(91, 62, 3, 7, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(92, 62, 3, 7, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(93, 62, 3, 9, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(94, 62, 3, 9, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(95, 62, 3, 9, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(96, 62, 3, 9, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(97, 62, 3, 35, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(98, 62, 3, 35, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(99, 62, 3, 35, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(100, 62, 3, 35, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(101, 62, 3, 22, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(102, 62, 3, 22, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(103, 62, 3, 22, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(104, 62, 3, 22, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(105, 62, 3, 32, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(106, 62, 3, 32, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(107, 62, 3, 32, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(108, 62, 3, 32, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(109, 62, 3, 3, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(110, 62, 3, 3, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(111, 62, 3, 3, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(112, 62, 3, 3, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(113, 62, 3, 6, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(114, 62, 3, 6, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(115, 62, 3, 6, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(116, 62, 3, 6, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(117, 62, 3, 33, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(118, 62, 3, 33, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(119, 62, 3, 33, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(120, 62, 3, 33, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(121, 62, 3, 36, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(122, 62, 3, 36, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(123, 62, 3, 36, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(124, 62, 3, 36, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(125, 62, 3, 30, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(126, 62, 3, 30, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(127, 62, 3, 30, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(128, 62, 3, 30, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(129, 62, 3, 24, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(130, 62, 3, 24, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(131, 62, 3, 24, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(132, 62, 3, 24, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(133, 62, 3, 18, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(134, 62, 3, 18, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(135, 62, 3, 18, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(136, 62, 3, 18, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(137, 62, 3, 34, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(138, 62, 3, 34, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(139, 62, 3, 34, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(140, 62, 3, 34, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(141, 62, 3, 10, 'TRIMESTRE 1', 2021, 3, NULL, NULL, 90, 0),
	(142, 62, 3, 10, 'TRIMESTRE 2', 2021, 6, NULL, NULL, 90, 0),
	(143, 62, 3, 10, 'TRIMESTRE 3', 2021, 9, NULL, 20, 90, 0),
	(144, 62, 3, 10, 'TRIMESTRE 4', 2021, 12, NULL, 20, 90, 0),
	(217, 64, 1, 21, 'MES 1', 2021, 1, '2021-05-16 23:24:04', 19, 90, 10),
	(218, 64, 1, 21, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(219, 64, 1, 21, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(220, 64, 1, 21, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(221, 64, 1, 21, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(222, 64, 1, 21, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(223, 64, 1, 21, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(224, 64, 1, 21, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(225, 64, 1, 21, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(226, 64, 1, 21, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(227, 64, 1, 21, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(228, 64, 1, 21, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(229, 64, 1, 16, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(230, 64, 1, 16, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(231, 64, 1, 16, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(232, 64, 1, 16, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(233, 64, 1, 16, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(234, 64, 1, 16, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(235, 64, 1, 16, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(236, 64, 1, 16, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(237, 64, 1, 16, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(238, 64, 1, 16, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(239, 64, 1, 16, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(240, 64, 1, 16, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(241, 64, 1, 31, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(242, 64, 1, 31, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(243, 64, 1, 31, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(244, 64, 1, 31, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(245, 64, 1, 31, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(246, 64, 1, 31, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(247, 64, 1, 31, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(248, 64, 1, 31, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(249, 64, 1, 31, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(250, 64, 1, 31, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(251, 64, 1, 31, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(252, 64, 1, 31, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(253, 64, 1, 23, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(254, 64, 1, 23, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(255, 64, 1, 23, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(256, 64, 1, 23, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(257, 64, 1, 23, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(258, 64, 1, 23, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(259, 64, 1, 23, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(260, 64, 1, 23, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(261, 64, 1, 23, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(262, 64, 1, 23, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(263, 64, 1, 23, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(264, 64, 1, 23, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(265, 64, 1, 4, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(266, 64, 1, 4, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(267, 64, 1, 4, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(268, 64, 1, 4, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(269, 64, 1, 4, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(270, 64, 1, 4, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(271, 64, 1, 4, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(272, 64, 1, 4, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(273, 64, 1, 4, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(274, 64, 1, 4, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(275, 64, 1, 4, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(276, 64, 1, 4, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(277, 64, 1, 25, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(278, 64, 1, 25, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(279, 64, 1, 25, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(280, 64, 1, 25, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(281, 64, 1, 25, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(282, 64, 1, 25, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(283, 64, 1, 25, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(284, 64, 1, 25, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(285, 64, 1, 25, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(286, 64, 1, 25, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(287, 64, 1, 25, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(288, 64, 1, 25, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(289, 64, 1, 20, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(290, 64, 1, 20, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(291, 64, 1, 20, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(292, 64, 1, 20, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(293, 64, 1, 20, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(294, 64, 1, 20, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(295, 64, 1, 20, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(296, 64, 1, 20, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(297, 64, 1, 20, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(298, 64, 1, 20, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(299, 64, 1, 20, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(300, 64, 1, 20, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(301, 64, 1, 14, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(302, 64, 1, 14, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(303, 64, 1, 14, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(304, 64, 1, 14, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(305, 64, 1, 14, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(306, 64, 1, 14, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(307, 64, 1, 14, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(308, 64, 1, 14, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(309, 64, 1, 14, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(310, 64, 1, 14, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(311, 64, 1, 14, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(312, 64, 1, 14, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(313, 64, 1, 11, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(314, 64, 1, 11, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(315, 64, 1, 11, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(316, 64, 1, 11, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(317, 64, 1, 11, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(318, 64, 1, 11, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(319, 64, 1, 11, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(320, 64, 1, 11, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(321, 64, 1, 11, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(322, 64, 1, 11, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(323, 64, 1, 11, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(324, 64, 1, 11, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(325, 64, 1, 13, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(326, 64, 1, 13, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(327, 64, 1, 13, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(328, 64, 1, 13, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(329, 64, 1, 13, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(330, 64, 1, 13, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(331, 64, 1, 13, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(332, 64, 1, 13, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(333, 64, 1, 13, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(334, 64, 1, 13, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(335, 64, 1, 13, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(336, 64, 1, 13, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(337, 64, 1, 8, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(338, 64, 1, 8, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(339, 64, 1, 8, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(340, 64, 1, 8, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(341, 64, 1, 8, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(342, 64, 1, 8, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(343, 64, 1, 8, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(344, 64, 1, 8, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(345, 64, 1, 8, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(346, 64, 1, 8, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(347, 64, 1, 8, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(348, 64, 1, 8, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(349, 64, 1, 12, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(350, 64, 1, 12, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(351, 64, 1, 12, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(352, 64, 1, 12, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(353, 64, 1, 12, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(354, 64, 1, 12, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(355, 64, 1, 12, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(356, 64, 1, 12, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(357, 64, 1, 12, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(358, 64, 1, 12, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(359, 64, 1, 12, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(360, 64, 1, 12, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(361, 64, 1, 1, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(362, 64, 1, 1, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(363, 64, 1, 1, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(364, 64, 1, 1, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(365, 64, 1, 1, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(366, 64, 1, 1, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(367, 64, 1, 1, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(368, 64, 1, 1, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(369, 64, 1, 1, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(370, 64, 1, 1, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(371, 64, 1, 1, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(372, 64, 1, 1, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(373, 64, 1, 28, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(374, 64, 1, 28, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(375, 64, 1, 28, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(376, 64, 1, 28, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(377, 64, 1, 28, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(378, 64, 1, 28, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(379, 64, 1, 28, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(380, 64, 1, 28, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(381, 64, 1, 28, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(382, 64, 1, 28, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(383, 64, 1, 28, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(384, 64, 1, 28, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(385, 64, 1, 15, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(386, 64, 1, 15, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(387, 64, 1, 15, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(388, 64, 1, 15, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(389, 64, 1, 15, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(390, 64, 1, 15, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(391, 64, 1, 15, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(392, 64, 1, 15, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(393, 64, 1, 15, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(394, 64, 1, 15, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(395, 64, 1, 15, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(396, 64, 1, 15, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(397, 64, 1, 27, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(398, 64, 1, 27, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(399, 64, 1, 27, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(400, 64, 1, 27, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(401, 64, 1, 27, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(402, 64, 1, 27, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(403, 64, 1, 27, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(404, 64, 1, 27, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(405, 64, 1, 27, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(406, 64, 1, 27, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(407, 64, 1, 27, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(408, 64, 1, 27, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(409, 64, 1, 17, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(410, 64, 1, 17, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(411, 64, 1, 17, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(412, 64, 1, 17, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(413, 64, 1, 17, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(414, 64, 1, 17, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(415, 64, 1, 17, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(416, 64, 1, 17, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(417, 64, 1, 17, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(418, 64, 1, 17, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(419, 64, 1, 17, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(420, 64, 1, 17, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(421, 64, 1, 37, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(422, 64, 1, 37, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(423, 64, 1, 37, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(424, 64, 1, 37, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(425, 64, 1, 37, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(426, 64, 1, 37, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(427, 64, 1, 37, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(428, 64, 1, 37, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(429, 64, 1, 37, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(430, 64, 1, 37, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(431, 64, 1, 37, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(432, 64, 1, 37, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(433, 64, 1, 19, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(434, 64, 1, 19, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(435, 64, 1, 19, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(436, 64, 1, 19, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(437, 64, 1, 19, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(438, 64, 1, 19, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(439, 64, 1, 19, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(440, 64, 1, 19, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(441, 64, 1, 19, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(442, 64, 1, 19, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(443, 64, 1, 19, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(444, 64, 1, 19, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(445, 64, 1, 26, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(446, 64, 1, 26, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(447, 64, 1, 26, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(448, 64, 1, 26, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(449, 64, 1, 26, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(450, 64, 1, 26, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(451, 64, 1, 26, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(452, 64, 1, 26, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(453, 64, 1, 26, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(454, 64, 1, 26, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(455, 64, 1, 26, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(456, 64, 1, 26, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(457, 64, 1, 38, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(458, 64, 1, 38, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(459, 64, 1, 38, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(460, 64, 1, 38, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(461, 64, 1, 38, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(462, 64, 1, 38, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(463, 64, 1, 38, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(464, 64, 1, 38, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(465, 64, 1, 38, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(466, 64, 1, 38, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(467, 64, 1, 38, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(468, 64, 1, 38, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(469, 64, 1, 29, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(470, 64, 1, 29, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(471, 64, 1, 29, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(472, 64, 1, 29, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(473, 64, 1, 29, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(474, 64, 1, 29, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(475, 64, 1, 29, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(476, 64, 1, 29, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(477, 64, 1, 29, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(478, 64, 1, 29, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(479, 64, 1, 29, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(480, 64, 1, 29, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(481, 64, 1, 7, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(482, 64, 1, 7, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(483, 64, 1, 7, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(484, 64, 1, 7, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(485, 64, 1, 7, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(486, 64, 1, 7, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(487, 64, 1, 7, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(488, 64, 1, 7, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(489, 64, 1, 7, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(490, 64, 1, 7, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(491, 64, 1, 7, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(492, 64, 1, 7, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(493, 64, 1, 9, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(494, 64, 1, 9, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(495, 64, 1, 9, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(496, 64, 1, 9, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(497, 64, 1, 9, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(498, 64, 1, 9, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(499, 64, 1, 9, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(500, 64, 1, 9, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(501, 64, 1, 9, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(502, 64, 1, 9, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(503, 64, 1, 9, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(504, 64, 1, 9, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(505, 64, 1, 35, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(506, 64, 1, 35, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(507, 64, 1, 35, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(508, 64, 1, 35, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(509, 64, 1, 35, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(510, 64, 1, 35, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(511, 64, 1, 35, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(512, 64, 1, 35, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(513, 64, 1, 35, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(514, 64, 1, 35, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(515, 64, 1, 35, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(516, 64, 1, 35, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(517, 64, 1, 22, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(518, 64, 1, 22, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(519, 64, 1, 22, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(520, 64, 1, 22, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(521, 64, 1, 22, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(522, 64, 1, 22, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(523, 64, 1, 22, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(524, 64, 1, 22, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(525, 64, 1, 22, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(526, 64, 1, 22, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(527, 64, 1, 22, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(528, 64, 1, 22, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(529, 64, 1, 32, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(530, 64, 1, 32, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(531, 64, 1, 32, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(532, 64, 1, 32, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(533, 64, 1, 32, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(534, 64, 1, 32, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(535, 64, 1, 32, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(536, 64, 1, 32, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(537, 64, 1, 32, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(538, 64, 1, 32, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(539, 64, 1, 32, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(540, 64, 1, 32, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(541, 64, 1, 3, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(542, 64, 1, 3, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(543, 64, 1, 3, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(544, 64, 1, 3, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(545, 64, 1, 3, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(546, 64, 1, 3, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(547, 64, 1, 3, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(548, 64, 1, 3, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(549, 64, 1, 3, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(550, 64, 1, 3, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(551, 64, 1, 3, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(552, 64, 1, 3, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(553, 64, 1, 6, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(554, 64, 1, 6, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(555, 64, 1, 6, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(556, 64, 1, 6, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(557, 64, 1, 6, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(558, 64, 1, 6, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(559, 64, 1, 6, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(560, 64, 1, 6, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(561, 64, 1, 6, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(562, 64, 1, 6, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(563, 64, 1, 6, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(564, 64, 1, 6, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(565, 64, 1, 33, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(566, 64, 1, 33, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(567, 64, 1, 33, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(568, 64, 1, 33, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(569, 64, 1, 33, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(570, 64, 1, 33, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(571, 64, 1, 33, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(572, 64, 1, 33, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(573, 64, 1, 33, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(574, 64, 1, 33, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(575, 64, 1, 33, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(576, 64, 1, 33, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(577, 64, 1, 36, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(578, 64, 1, 36, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(579, 64, 1, 36, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(580, 64, 1, 36, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(581, 64, 1, 36, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(582, 64, 1, 36, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(583, 64, 1, 36, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(584, 64, 1, 36, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(585, 64, 1, 36, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(586, 64, 1, 36, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(587, 64, 1, 36, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(588, 64, 1, 36, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(589, 64, 1, 30, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(590, 64, 1, 30, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(591, 64, 1, 30, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(592, 64, 1, 30, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(593, 64, 1, 30, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(594, 64, 1, 30, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(595, 64, 1, 30, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(596, 64, 1, 30, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(597, 64, 1, 30, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(598, 64, 1, 30, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(599, 64, 1, 30, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(600, 64, 1, 30, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(601, 64, 1, 24, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(602, 64, 1, 24, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(603, 64, 1, 24, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(604, 64, 1, 24, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(605, 64, 1, 24, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(606, 64, 1, 24, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(607, 64, 1, 24, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(608, 64, 1, 24, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(609, 64, 1, 24, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(610, 64, 1, 24, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(611, 64, 1, 24, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(612, 64, 1, 24, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(613, 64, 1, 18, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(614, 64, 1, 18, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(615, 64, 1, 18, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(616, 64, 1, 18, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(617, 64, 1, 18, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(618, 64, 1, 18, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(619, 64, 1, 18, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(620, 64, 1, 18, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(621, 64, 1, 18, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(622, 64, 1, 18, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(623, 64, 1, 18, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(624, 64, 1, 18, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(625, 64, 1, 34, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(626, 64, 1, 34, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(627, 64, 1, 34, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(628, 64, 1, 34, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(629, 64, 1, 34, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(630, 64, 1, 34, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(631, 64, 1, 34, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(632, 64, 1, 34, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(633, 64, 1, 34, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(634, 64, 1, 34, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(635, 64, 1, 34, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(636, 64, 1, 34, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(637, 64, 1, 10, 'MES 1', 2021, 1, NULL, NULL, 90, 0),
	(638, 64, 1, 10, 'MES 2', 2021, 2, NULL, NULL, 90, 0),
	(639, 64, 1, 10, 'MES 3', 2021, 3, NULL, NULL, 90, 0),
	(640, 64, 1, 10, 'MES 4', 2021, 4, NULL, NULL, 90, 0),
	(641, 64, 1, 10, 'MES 5', 2021, 5, NULL, NULL, 90, 0),
	(642, 64, 1, 10, 'MES 6', 2021, 6, NULL, 20, 90, 0),
	(643, 64, 1, 10, 'MES 7', 2021, 7, NULL, 20, 90, 0),
	(644, 64, 1, 10, 'MES 8', 2021, 8, NULL, 20, 90, 0),
	(645, 64, 1, 10, 'MES 9', 2021, 9, NULL, 20, 90, 0),
	(646, 64, 1, 10, 'MES 10', 2021, 10, NULL, 20, 90, 0),
	(647, 64, 1, 10, 'MES 11', 2021, 11, NULL, 20, 90, 0),
	(648, 64, 1, 10, 'MES 12', 2021, 12, NULL, 20, 90, 0),
	(865, 66, 4, 21, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(866, 66, 4, 21, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(867, 66, 4, 16, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(868, 66, 4, 16, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(869, 66, 4, 31, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(870, 66, 4, 31, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(871, 66, 4, 23, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(872, 66, 4, 23, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(873, 66, 4, 4, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(874, 66, 4, 4, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(875, 66, 4, 25, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(876, 66, 4, 25, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(877, 66, 4, 20, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(878, 66, 4, 20, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(879, 66, 4, 14, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(880, 66, 4, 14, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(881, 66, 4, 11, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(882, 66, 4, 11, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(883, 66, 4, 13, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(884, 66, 4, 13, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(885, 66, 4, 8, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(886, 66, 4, 8, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(887, 66, 4, 12, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(888, 66, 4, 12, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(889, 66, 4, 1, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(890, 66, 4, 1, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(891, 66, 4, 28, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(892, 66, 4, 28, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(893, 66, 4, 15, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(894, 66, 4, 15, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(895, 66, 4, 27, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(896, 66, 4, 27, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(897, 66, 4, 17, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(898, 66, 4, 17, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(899, 66, 4, 37, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(900, 66, 4, 37, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(901, 66, 4, 19, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(902, 66, 4, 19, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(903, 66, 4, 26, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(904, 66, 4, 26, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(905, 66, 4, 38, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(906, 66, 4, 38, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(907, 66, 4, 29, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(908, 66, 4, 29, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(909, 66, 4, 7, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(910, 66, 4, 7, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(911, 66, 4, 9, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(912, 66, 4, 9, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(913, 66, 4, 35, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(914, 66, 4, 35, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(915, 66, 4, 22, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(916, 66, 4, 22, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(917, 66, 4, 32, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(918, 66, 4, 32, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(919, 66, 4, 3, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(920, 66, 4, 3, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(921, 66, 4, 6, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(922, 66, 4, 6, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(923, 66, 4, 33, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(924, 66, 4, 33, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(925, 66, 4, 36, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(926, 66, 4, 36, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(927, 66, 4, 30, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(928, 66, 4, 30, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(929, 66, 4, 24, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(930, 66, 4, 24, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(931, 66, 4, 18, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(932, 66, 4, 18, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(933, 66, 4, 34, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(934, 66, 4, 34, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(935, 66, 4, 10, 'SEMESTRE 1', 2021, 6, NULL, 19, 80, 0),
	(936, 66, 4, 10, 'SEMESTRE 2', 2021, 12, NULL, 19, 80, 0),
	(937, 65, 4, 21, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(938, 65, 4, 21, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(939, 65, 4, 16, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(940, 65, 4, 16, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(941, 65, 4, 31, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(942, 65, 4, 31, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(943, 65, 4, 23, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(944, 65, 4, 23, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(945, 65, 4, 4, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(946, 65, 4, 4, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(947, 65, 4, 25, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(948, 65, 4, 25, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(949, 65, 4, 20, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(950, 65, 4, 20, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(951, 65, 4, 14, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(952, 65, 4, 14, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(953, 65, 4, 11, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(954, 65, 4, 11, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(955, 65, 4, 13, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(956, 65, 4, 13, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(957, 65, 4, 8, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(958, 65, 4, 8, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(959, 65, 4, 12, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(960, 65, 4, 12, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(961, 65, 4, 1, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(962, 65, 4, 1, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(963, 65, 4, 28, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(964, 65, 4, 28, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(965, 65, 4, 15, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(966, 65, 4, 15, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(967, 65, 4, 27, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(968, 65, 4, 27, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(969, 65, 4, 17, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(970, 65, 4, 17, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(971, 65, 4, 37, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(972, 65, 4, 37, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(973, 65, 4, 19, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(974, 65, 4, 19, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(975, 65, 4, 26, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(976, 65, 4, 26, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(977, 65, 4, 38, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(978, 65, 4, 38, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(979, 65, 4, 29, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(980, 65, 4, 29, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(981, 65, 4, 7, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(982, 65, 4, 7, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(983, 65, 4, 9, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(984, 65, 4, 9, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(985, 65, 4, 35, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(986, 65, 4, 35, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(987, 65, 4, 22, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(988, 65, 4, 22, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(989, 65, 4, 32, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(990, 65, 4, 32, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(991, 65, 4, 3, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(992, 65, 4, 3, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(993, 65, 4, 6, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(994, 65, 4, 6, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(995, 65, 4, 33, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(996, 65, 4, 33, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(997, 65, 4, 36, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(998, 65, 4, 36, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(999, 65, 4, 30, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(1000, 65, 4, 30, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(1001, 65, 4, 24, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(1002, 65, 4, 24, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(1003, 65, 4, 18, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(1004, 65, 4, 18, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(1005, 65, 4, 34, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(1006, 65, 4, 34, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(1007, 65, 4, 10, 'SEMESTRE 1', 2021, 6, NULL, 19, 34, 0),
	(1008, 65, 4, 10, 'SEMESTRE 2', 2021, 12, NULL, 19, 34, 0),
	(1009, 67, 1, 21, 'MES 1', 2021, 1, '2021-07-30 09:59:47', 27, 100, 89),
	(1010, 67, 1, 21, 'MES 2', 2021, 2, '2021-07-30 09:59:49', 27, 100, 90),
	(1011, 67, 1, 21, 'MES 3', 2021, 3, '2021-07-30 10:00:14', 27, 100, 50),
	(1012, 67, 1, 21, 'MES 4', 2021, 4, '2021-07-30 10:00:22', 27, 100, 20),
	(1013, 67, 1, 21, 'MES 5', 2021, 5, '2021-07-30 10:00:27', 27, 100, 70),
	(1014, 67, 1, 21, 'MES 6', 2021, 6, '2021-07-30 10:00:33', 27, 100, 70),
	(1015, 67, 1, 21, 'MES 7', 2021, 7, '2021-07-30 10:00:38', 27, 100, 70),
	(1016, 67, 1, 21, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1017, 67, 1, 21, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1018, 67, 1, 21, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1019, 67, 1, 21, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1020, 67, 1, 21, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1021, 67, 1, 16, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1022, 67, 1, 16, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1023, 67, 1, 16, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1024, 67, 1, 16, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1025, 67, 1, 16, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1026, 67, 1, 16, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1027, 67, 1, 16, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1028, 67, 1, 16, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1029, 67, 1, 16, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1030, 67, 1, 16, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1031, 67, 1, 16, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1032, 67, 1, 16, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1033, 67, 1, 31, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1034, 67, 1, 31, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1035, 67, 1, 31, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1036, 67, 1, 31, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1037, 67, 1, 31, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1038, 67, 1, 31, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1039, 67, 1, 31, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1040, 67, 1, 31, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1041, 67, 1, 31, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1042, 67, 1, 31, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1043, 67, 1, 31, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1044, 67, 1, 31, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1045, 67, 1, 23, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1046, 67, 1, 23, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1047, 67, 1, 23, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1048, 67, 1, 23, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1049, 67, 1, 23, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1050, 67, 1, 23, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1051, 67, 1, 23, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1052, 67, 1, 23, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1053, 67, 1, 23, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1054, 67, 1, 23, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1055, 67, 1, 23, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1056, 67, 1, 23, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1057, 67, 1, 4, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1058, 67, 1, 4, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1059, 67, 1, 4, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1060, 67, 1, 4, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1061, 67, 1, 4, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1062, 67, 1, 4, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1063, 67, 1, 4, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1064, 67, 1, 4, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1065, 67, 1, 4, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1066, 67, 1, 4, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1067, 67, 1, 4, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1068, 67, 1, 4, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1069, 67, 1, 25, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1070, 67, 1, 25, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1071, 67, 1, 25, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1072, 67, 1, 25, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1073, 67, 1, 25, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1074, 67, 1, 25, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1075, 67, 1, 25, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1076, 67, 1, 25, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1077, 67, 1, 25, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1078, 67, 1, 25, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1079, 67, 1, 25, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1080, 67, 1, 25, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1081, 67, 1, 20, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1082, 67, 1, 20, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1083, 67, 1, 20, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1084, 67, 1, 20, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1085, 67, 1, 20, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1086, 67, 1, 20, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1087, 67, 1, 20, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1088, 67, 1, 20, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1089, 67, 1, 20, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1090, 67, 1, 20, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1091, 67, 1, 20, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1092, 67, 1, 20, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1093, 67, 1, 14, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1094, 67, 1, 14, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1095, 67, 1, 14, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1096, 67, 1, 14, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1097, 67, 1, 14, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1098, 67, 1, 14, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1099, 67, 1, 14, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1100, 67, 1, 14, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1101, 67, 1, 14, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1102, 67, 1, 14, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1103, 67, 1, 14, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1104, 67, 1, 14, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1105, 67, 1, 11, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1106, 67, 1, 11, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1107, 67, 1, 11, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1108, 67, 1, 11, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1109, 67, 1, 11, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1110, 67, 1, 11, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1111, 67, 1, 11, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1112, 67, 1, 11, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1113, 67, 1, 11, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1114, 67, 1, 11, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1115, 67, 1, 11, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1116, 67, 1, 11, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1117, 67, 1, 13, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1118, 67, 1, 13, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1119, 67, 1, 13, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1120, 67, 1, 13, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1121, 67, 1, 13, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1122, 67, 1, 13, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1123, 67, 1, 13, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1124, 67, 1, 13, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1125, 67, 1, 13, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1126, 67, 1, 13, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1127, 67, 1, 13, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1128, 67, 1, 13, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1129, 67, 1, 8, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1130, 67, 1, 8, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1131, 67, 1, 8, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1132, 67, 1, 8, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1133, 67, 1, 8, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1134, 67, 1, 8, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1135, 67, 1, 8, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1136, 67, 1, 8, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1137, 67, 1, 8, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1138, 67, 1, 8, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1139, 67, 1, 8, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1140, 67, 1, 8, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1141, 67, 1, 12, 'MES 1', 2021, 1, '2021-07-30 10:19:22', 27, 100, 90),
	(1142, 67, 1, 12, 'MES 2', 2021, 2, '2021-07-30 10:19:55', 27, 100, 80),
	(1143, 67, 1, 12, 'MES 3', 2021, 3, '2021-07-30 10:20:01', 27, 100, 70),
	(1144, 67, 1, 12, 'MES 4', 2021, 4, '2021-07-30 10:20:22', 27, 100, 60),
	(1145, 67, 1, 12, 'MES 5', 2021, 5, '2021-07-30 10:20:27', 27, 100, 1),
	(1146, 67, 1, 12, 'MES 6', 2021, 6, '2021-07-30 10:20:32', 27, 100, 80),
	(1147, 67, 1, 12, 'MES 7', 2021, 7, '2021-07-30 10:20:36', 27, 100, 80),
	(1148, 67, 1, 12, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1149, 67, 1, 12, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1150, 67, 1, 12, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1151, 67, 1, 12, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1152, 67, 1, 12, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1153, 67, 1, 1, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1154, 67, 1, 1, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1155, 67, 1, 1, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1156, 67, 1, 1, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1157, 67, 1, 1, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1158, 67, 1, 1, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1159, 67, 1, 1, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1160, 67, 1, 1, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1161, 67, 1, 1, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1162, 67, 1, 1, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1163, 67, 1, 1, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1164, 67, 1, 1, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1165, 67, 1, 28, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1166, 67, 1, 28, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1167, 67, 1, 28, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1168, 67, 1, 28, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1169, 67, 1, 28, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1170, 67, 1, 28, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1171, 67, 1, 28, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1172, 67, 1, 28, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1173, 67, 1, 28, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1174, 67, 1, 28, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1175, 67, 1, 28, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1176, 67, 1, 28, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1177, 67, 1, 15, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1178, 67, 1, 15, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1179, 67, 1, 15, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1180, 67, 1, 15, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1181, 67, 1, 15, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1182, 67, 1, 15, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1183, 67, 1, 15, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1184, 67, 1, 15, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1185, 67, 1, 15, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1186, 67, 1, 15, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1187, 67, 1, 15, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1188, 67, 1, 15, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1189, 67, 1, 27, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1190, 67, 1, 27, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1191, 67, 1, 27, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1192, 67, 1, 27, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1193, 67, 1, 27, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1194, 67, 1, 27, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1195, 67, 1, 27, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1196, 67, 1, 27, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1197, 67, 1, 27, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1198, 67, 1, 27, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1199, 67, 1, 27, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1200, 67, 1, 27, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1201, 67, 1, 17, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1202, 67, 1, 17, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1203, 67, 1, 17, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1204, 67, 1, 17, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1205, 67, 1, 17, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1206, 67, 1, 17, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1207, 67, 1, 17, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1208, 67, 1, 17, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1209, 67, 1, 17, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1210, 67, 1, 17, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1211, 67, 1, 17, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1212, 67, 1, 17, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1213, 67, 1, 37, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1214, 67, 1, 37, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1215, 67, 1, 37, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1216, 67, 1, 37, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1217, 67, 1, 37, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1218, 67, 1, 37, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1219, 67, 1, 37, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1220, 67, 1, 37, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1221, 67, 1, 37, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1222, 67, 1, 37, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1223, 67, 1, 37, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1224, 67, 1, 37, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1225, 67, 1, 19, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1226, 67, 1, 19, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1227, 67, 1, 19, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1228, 67, 1, 19, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1229, 67, 1, 19, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1230, 67, 1, 19, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1231, 67, 1, 19, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1232, 67, 1, 19, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1233, 67, 1, 19, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1234, 67, 1, 19, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1235, 67, 1, 19, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1236, 67, 1, 19, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1237, 67, 1, 26, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1238, 67, 1, 26, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1239, 67, 1, 26, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1240, 67, 1, 26, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1241, 67, 1, 26, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1242, 67, 1, 26, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1243, 67, 1, 26, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1244, 67, 1, 26, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1245, 67, 1, 26, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1246, 67, 1, 26, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1247, 67, 1, 26, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1248, 67, 1, 26, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1249, 67, 1, 38, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1250, 67, 1, 38, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1251, 67, 1, 38, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1252, 67, 1, 38, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1253, 67, 1, 38, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1254, 67, 1, 38, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1255, 67, 1, 38, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1256, 67, 1, 38, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1257, 67, 1, 38, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1258, 67, 1, 38, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1259, 67, 1, 38, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1260, 67, 1, 38, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1261, 67, 1, 29, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1262, 67, 1, 29, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1263, 67, 1, 29, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1264, 67, 1, 29, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1265, 67, 1, 29, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1266, 67, 1, 29, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1267, 67, 1, 29, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1268, 67, 1, 29, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1269, 67, 1, 29, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1270, 67, 1, 29, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1271, 67, 1, 29, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1272, 67, 1, 29, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1273, 67, 1, 7, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1274, 67, 1, 7, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1275, 67, 1, 7, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1276, 67, 1, 7, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1277, 67, 1, 7, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1278, 67, 1, 7, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1279, 67, 1, 7, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1280, 67, 1, 7, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1281, 67, 1, 7, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1282, 67, 1, 7, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1283, 67, 1, 7, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1284, 67, 1, 7, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1285, 67, 1, 9, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1286, 67, 1, 9, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1287, 67, 1, 9, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1288, 67, 1, 9, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1289, 67, 1, 9, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1290, 67, 1, 9, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1291, 67, 1, 9, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1292, 67, 1, 9, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1293, 67, 1, 9, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1294, 67, 1, 9, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1295, 67, 1, 9, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1296, 67, 1, 9, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1297, 67, 1, 35, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1298, 67, 1, 35, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1299, 67, 1, 35, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1300, 67, 1, 35, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1301, 67, 1, 35, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1302, 67, 1, 35, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1303, 67, 1, 35, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1304, 67, 1, 35, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1305, 67, 1, 35, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1306, 67, 1, 35, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1307, 67, 1, 35, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1308, 67, 1, 35, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1309, 67, 1, 22, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1310, 67, 1, 22, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1311, 67, 1, 22, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1312, 67, 1, 22, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1313, 67, 1, 22, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1314, 67, 1, 22, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1315, 67, 1, 22, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1316, 67, 1, 22, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1317, 67, 1, 22, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1318, 67, 1, 22, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1319, 67, 1, 22, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1320, 67, 1, 22, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1321, 67, 1, 32, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1322, 67, 1, 32, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1323, 67, 1, 32, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1324, 67, 1, 32, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1325, 67, 1, 32, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1326, 67, 1, 32, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1327, 67, 1, 32, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1328, 67, 1, 32, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1329, 67, 1, 32, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1330, 67, 1, 32, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1331, 67, 1, 32, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1332, 67, 1, 32, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1333, 67, 1, 3, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1334, 67, 1, 3, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1335, 67, 1, 3, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1336, 67, 1, 3, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1337, 67, 1, 3, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1338, 67, 1, 3, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1339, 67, 1, 3, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1340, 67, 1, 3, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1341, 67, 1, 3, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1342, 67, 1, 3, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1343, 67, 1, 3, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1344, 67, 1, 3, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1345, 67, 1, 6, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1346, 67, 1, 6, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1347, 67, 1, 6, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1348, 67, 1, 6, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1349, 67, 1, 6, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1350, 67, 1, 6, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1351, 67, 1, 6, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1352, 67, 1, 6, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1353, 67, 1, 6, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1354, 67, 1, 6, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1355, 67, 1, 6, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1356, 67, 1, 6, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1357, 67, 1, 33, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1358, 67, 1, 33, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1359, 67, 1, 33, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1360, 67, 1, 33, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1361, 67, 1, 33, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1362, 67, 1, 33, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1363, 67, 1, 33, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1364, 67, 1, 33, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1365, 67, 1, 33, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1366, 67, 1, 33, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1367, 67, 1, 33, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1368, 67, 1, 33, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1369, 67, 1, 36, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1370, 67, 1, 36, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1371, 67, 1, 36, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1372, 67, 1, 36, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1373, 67, 1, 36, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1374, 67, 1, 36, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1375, 67, 1, 36, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1376, 67, 1, 36, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1377, 67, 1, 36, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1378, 67, 1, 36, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1379, 67, 1, 36, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1380, 67, 1, 36, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1381, 67, 1, 30, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1382, 67, 1, 30, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1383, 67, 1, 30, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1384, 67, 1, 30, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1385, 67, 1, 30, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1386, 67, 1, 30, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1387, 67, 1, 30, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1388, 67, 1, 30, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1389, 67, 1, 30, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1390, 67, 1, 30, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1391, 67, 1, 30, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1392, 67, 1, 30, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1393, 67, 1, 24, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1394, 67, 1, 24, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1395, 67, 1, 24, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1396, 67, 1, 24, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1397, 67, 1, 24, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1398, 67, 1, 24, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1399, 67, 1, 24, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1400, 67, 1, 24, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1401, 67, 1, 24, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1402, 67, 1, 24, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1403, 67, 1, 24, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1404, 67, 1, 24, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1405, 67, 1, 18, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1406, 67, 1, 18, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1407, 67, 1, 18, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1408, 67, 1, 18, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1409, 67, 1, 18, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1410, 67, 1, 18, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1411, 67, 1, 18, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1412, 67, 1, 18, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1413, 67, 1, 18, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1414, 67, 1, 18, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1415, 67, 1, 18, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1416, 67, 1, 18, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1417, 67, 1, 34, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1418, 67, 1, 34, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1419, 67, 1, 34, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1420, 67, 1, 34, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1421, 67, 1, 34, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1422, 67, 1, 34, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1423, 67, 1, 34, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1424, 67, 1, 34, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1425, 67, 1, 34, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1426, 67, 1, 34, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1427, 67, 1, 34, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1428, 67, 1, 34, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1429, 67, 1, 10, 'MES 1', 2021, 1, NULL, 27, 100, 0),
	(1430, 67, 1, 10, 'MES 2', 2021, 2, NULL, 27, 100, 0),
	(1431, 67, 1, 10, 'MES 3', 2021, 3, NULL, 27, 100, 0),
	(1432, 67, 1, 10, 'MES 4', 2021, 4, NULL, 27, 100, 0),
	(1433, 67, 1, 10, 'MES 5', 2021, 5, NULL, 27, 100, 0),
	(1434, 67, 1, 10, 'MES 6', 2021, 6, NULL, 27, 100, 0),
	(1435, 67, 1, 10, 'MES 7', 2021, 7, NULL, 27, 100, 0),
	(1436, 67, 1, 10, 'MES 8', 2021, 8, NULL, 27, 100, 0),
	(1437, 67, 1, 10, 'MES 9', 2021, 9, NULL, 27, 100, 0),
	(1438, 67, 1, 10, 'MES 10', 2021, 10, NULL, 27, 100, 0),
	(1439, 67, 1, 10, 'MES 11', 2021, 11, NULL, 27, 100, 0),
	(1440, 67, 1, 10, 'MES 12', 2021, 12, NULL, 27, 100, 0),
	(1441, 63, 1, 21, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1442, 63, 1, 21, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1443, 63, 1, 21, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1444, 63, 1, 21, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1445, 63, 1, 21, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1446, 63, 1, 21, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1447, 63, 1, 21, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1448, 63, 1, 21, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1449, 63, 1, 21, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1450, 63, 1, 21, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1451, 63, 1, 21, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1452, 63, 1, 21, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1453, 63, 1, 16, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1454, 63, 1, 16, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1455, 63, 1, 16, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1456, 63, 1, 16, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1457, 63, 1, 16, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1458, 63, 1, 16, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1459, 63, 1, 16, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1460, 63, 1, 16, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1461, 63, 1, 16, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1462, 63, 1, 16, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1463, 63, 1, 16, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1464, 63, 1, 16, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1465, 63, 1, 31, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1466, 63, 1, 31, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1467, 63, 1, 31, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1468, 63, 1, 31, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1469, 63, 1, 31, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1470, 63, 1, 31, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1471, 63, 1, 31, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1472, 63, 1, 31, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1473, 63, 1, 31, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1474, 63, 1, 31, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1475, 63, 1, 31, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1476, 63, 1, 31, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1477, 63, 1, 23, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1478, 63, 1, 23, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1479, 63, 1, 23, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1480, 63, 1, 23, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1481, 63, 1, 23, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1482, 63, 1, 23, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1483, 63, 1, 23, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1484, 63, 1, 23, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1485, 63, 1, 23, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1486, 63, 1, 23, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1487, 63, 1, 23, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1488, 63, 1, 23, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1489, 63, 1, 4, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1490, 63, 1, 4, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1491, 63, 1, 4, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1492, 63, 1, 4, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1493, 63, 1, 4, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1494, 63, 1, 4, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1495, 63, 1, 4, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1496, 63, 1, 4, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1497, 63, 1, 4, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1498, 63, 1, 4, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1499, 63, 1, 4, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1500, 63, 1, 4, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1501, 63, 1, 25, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1502, 63, 1, 25, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1503, 63, 1, 25, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1504, 63, 1, 25, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1505, 63, 1, 25, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1506, 63, 1, 25, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1507, 63, 1, 25, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1508, 63, 1, 25, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1509, 63, 1, 25, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1510, 63, 1, 25, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1511, 63, 1, 25, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1512, 63, 1, 25, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1513, 63, 1, 20, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1514, 63, 1, 20, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1515, 63, 1, 20, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1516, 63, 1, 20, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1517, 63, 1, 20, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1518, 63, 1, 20, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1519, 63, 1, 20, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1520, 63, 1, 20, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1521, 63, 1, 20, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1522, 63, 1, 20, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1523, 63, 1, 20, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1524, 63, 1, 20, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1525, 63, 1, 14, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1526, 63, 1, 14, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1527, 63, 1, 14, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1528, 63, 1, 14, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1529, 63, 1, 14, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1530, 63, 1, 14, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1531, 63, 1, 14, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1532, 63, 1, 14, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1533, 63, 1, 14, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1534, 63, 1, 14, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1535, 63, 1, 14, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1536, 63, 1, 14, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1537, 63, 1, 11, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1538, 63, 1, 11, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1539, 63, 1, 11, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1540, 63, 1, 11, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1541, 63, 1, 11, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1542, 63, 1, 11, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1543, 63, 1, 11, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1544, 63, 1, 11, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1545, 63, 1, 11, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1546, 63, 1, 11, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1547, 63, 1, 11, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1548, 63, 1, 11, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1549, 63, 1, 13, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1550, 63, 1, 13, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1551, 63, 1, 13, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1552, 63, 1, 13, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1553, 63, 1, 13, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1554, 63, 1, 13, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1555, 63, 1, 13, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1556, 63, 1, 13, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1557, 63, 1, 13, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1558, 63, 1, 13, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1559, 63, 1, 13, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1560, 63, 1, 13, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1561, 63, 1, 8, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1562, 63, 1, 8, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1563, 63, 1, 8, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1564, 63, 1, 8, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1565, 63, 1, 8, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1566, 63, 1, 8, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1567, 63, 1, 8, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1568, 63, 1, 8, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1569, 63, 1, 8, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1570, 63, 1, 8, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1571, 63, 1, 8, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1572, 63, 1, 8, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1573, 63, 1, 12, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1574, 63, 1, 12, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1575, 63, 1, 12, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1576, 63, 1, 12, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1577, 63, 1, 12, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1578, 63, 1, 12, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1579, 63, 1, 12, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1580, 63, 1, 12, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1581, 63, 1, 12, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1582, 63, 1, 12, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1583, 63, 1, 12, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1584, 63, 1, 12, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1585, 63, 1, 1, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1586, 63, 1, 1, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1587, 63, 1, 1, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1588, 63, 1, 1, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1589, 63, 1, 1, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1590, 63, 1, 1, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1591, 63, 1, 1, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1592, 63, 1, 1, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1593, 63, 1, 1, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1594, 63, 1, 1, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1595, 63, 1, 1, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1596, 63, 1, 1, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1597, 63, 1, 28, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1598, 63, 1, 28, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1599, 63, 1, 28, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1600, 63, 1, 28, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1601, 63, 1, 28, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1602, 63, 1, 28, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1603, 63, 1, 28, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1604, 63, 1, 28, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1605, 63, 1, 28, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1606, 63, 1, 28, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1607, 63, 1, 28, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1608, 63, 1, 28, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1609, 63, 1, 15, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1610, 63, 1, 15, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1611, 63, 1, 15, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1612, 63, 1, 15, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1613, 63, 1, 15, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1614, 63, 1, 15, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1615, 63, 1, 15, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1616, 63, 1, 15, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1617, 63, 1, 15, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1618, 63, 1, 15, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1619, 63, 1, 15, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1620, 63, 1, 15, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1621, 63, 1, 27, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1622, 63, 1, 27, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1623, 63, 1, 27, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1624, 63, 1, 27, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1625, 63, 1, 27, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1626, 63, 1, 27, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1627, 63, 1, 27, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1628, 63, 1, 27, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1629, 63, 1, 27, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1630, 63, 1, 27, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1631, 63, 1, 27, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1632, 63, 1, 27, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1633, 63, 1, 17, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1634, 63, 1, 17, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1635, 63, 1, 17, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1636, 63, 1, 17, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1637, 63, 1, 17, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1638, 63, 1, 17, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1639, 63, 1, 17, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1640, 63, 1, 17, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1641, 63, 1, 17, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1642, 63, 1, 17, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1643, 63, 1, 17, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1644, 63, 1, 17, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1645, 63, 1, 37, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1646, 63, 1, 37, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1647, 63, 1, 37, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1648, 63, 1, 37, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1649, 63, 1, 37, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1650, 63, 1, 37, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1651, 63, 1, 37, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1652, 63, 1, 37, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1653, 63, 1, 37, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1654, 63, 1, 37, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1655, 63, 1, 37, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1656, 63, 1, 37, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1657, 63, 1, 19, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1658, 63, 1, 19, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1659, 63, 1, 19, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1660, 63, 1, 19, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1661, 63, 1, 19, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1662, 63, 1, 19, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1663, 63, 1, 19, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1664, 63, 1, 19, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1665, 63, 1, 19, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1666, 63, 1, 19, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1667, 63, 1, 19, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1668, 63, 1, 19, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1669, 63, 1, 26, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1670, 63, 1, 26, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1671, 63, 1, 26, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1672, 63, 1, 26, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1673, 63, 1, 26, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1674, 63, 1, 26, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1675, 63, 1, 26, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1676, 63, 1, 26, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1677, 63, 1, 26, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1678, 63, 1, 26, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1679, 63, 1, 26, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1680, 63, 1, 26, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1681, 63, 1, 38, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1682, 63, 1, 38, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1683, 63, 1, 38, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1684, 63, 1, 38, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1685, 63, 1, 38, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1686, 63, 1, 38, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1687, 63, 1, 38, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1688, 63, 1, 38, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1689, 63, 1, 38, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1690, 63, 1, 38, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1691, 63, 1, 38, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1692, 63, 1, 38, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1693, 63, 1, 29, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1694, 63, 1, 29, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1695, 63, 1, 29, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1696, 63, 1, 29, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1697, 63, 1, 29, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1698, 63, 1, 29, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1699, 63, 1, 29, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1700, 63, 1, 29, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1701, 63, 1, 29, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1702, 63, 1, 29, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1703, 63, 1, 29, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1704, 63, 1, 29, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1705, 63, 1, 7, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1706, 63, 1, 7, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1707, 63, 1, 7, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1708, 63, 1, 7, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1709, 63, 1, 7, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1710, 63, 1, 7, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1711, 63, 1, 7, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1712, 63, 1, 7, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1713, 63, 1, 7, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1714, 63, 1, 7, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1715, 63, 1, 7, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1716, 63, 1, 7, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1717, 63, 1, 9, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1718, 63, 1, 9, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1719, 63, 1, 9, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1720, 63, 1, 9, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1721, 63, 1, 9, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1722, 63, 1, 9, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1723, 63, 1, 9, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1724, 63, 1, 9, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1725, 63, 1, 9, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1726, 63, 1, 9, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1727, 63, 1, 9, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1728, 63, 1, 9, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1729, 63, 1, 35, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1730, 63, 1, 35, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1731, 63, 1, 35, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1732, 63, 1, 35, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1733, 63, 1, 35, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1734, 63, 1, 35, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1735, 63, 1, 35, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1736, 63, 1, 35, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1737, 63, 1, 35, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1738, 63, 1, 35, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1739, 63, 1, 35, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1740, 63, 1, 35, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1741, 63, 1, 22, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1742, 63, 1, 22, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1743, 63, 1, 22, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1744, 63, 1, 22, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1745, 63, 1, 22, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1746, 63, 1, 22, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1747, 63, 1, 22, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1748, 63, 1, 22, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1749, 63, 1, 22, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1750, 63, 1, 22, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1751, 63, 1, 22, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1752, 63, 1, 22, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1753, 63, 1, 32, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1754, 63, 1, 32, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1755, 63, 1, 32, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1756, 63, 1, 32, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1757, 63, 1, 32, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1758, 63, 1, 32, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1759, 63, 1, 32, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1760, 63, 1, 32, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1761, 63, 1, 32, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1762, 63, 1, 32, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1763, 63, 1, 32, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1764, 63, 1, 32, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1765, 63, 1, 3, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1766, 63, 1, 3, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1767, 63, 1, 3, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1768, 63, 1, 3, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1769, 63, 1, 3, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1770, 63, 1, 3, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1771, 63, 1, 3, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1772, 63, 1, 3, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1773, 63, 1, 3, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1774, 63, 1, 3, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1775, 63, 1, 3, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1776, 63, 1, 3, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1777, 63, 1, 6, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1778, 63, 1, 6, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1779, 63, 1, 6, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1780, 63, 1, 6, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1781, 63, 1, 6, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1782, 63, 1, 6, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1783, 63, 1, 6, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1784, 63, 1, 6, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1785, 63, 1, 6, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1786, 63, 1, 6, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1787, 63, 1, 6, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1788, 63, 1, 6, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1789, 63, 1, 33, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1790, 63, 1, 33, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1791, 63, 1, 33, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1792, 63, 1, 33, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1793, 63, 1, 33, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1794, 63, 1, 33, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1795, 63, 1, 33, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1796, 63, 1, 33, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1797, 63, 1, 33, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1798, 63, 1, 33, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1799, 63, 1, 33, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1800, 63, 1, 33, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1801, 63, 1, 36, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1802, 63, 1, 36, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1803, 63, 1, 36, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1804, 63, 1, 36, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1805, 63, 1, 36, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1806, 63, 1, 36, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1807, 63, 1, 36, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1808, 63, 1, 36, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1809, 63, 1, 36, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1810, 63, 1, 36, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1811, 63, 1, 36, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1812, 63, 1, 36, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1813, 63, 1, 30, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1814, 63, 1, 30, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1815, 63, 1, 30, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1816, 63, 1, 30, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1817, 63, 1, 30, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1818, 63, 1, 30, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1819, 63, 1, 30, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1820, 63, 1, 30, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1821, 63, 1, 30, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1822, 63, 1, 30, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1823, 63, 1, 30, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1824, 63, 1, 30, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1825, 63, 1, 24, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1826, 63, 1, 24, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1827, 63, 1, 24, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1828, 63, 1, 24, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1829, 63, 1, 24, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1830, 63, 1, 24, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1831, 63, 1, 24, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1832, 63, 1, 24, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1833, 63, 1, 24, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1834, 63, 1, 24, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1835, 63, 1, 24, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1836, 63, 1, 24, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1837, 63, 1, 18, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1838, 63, 1, 18, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1839, 63, 1, 18, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1840, 63, 1, 18, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1841, 63, 1, 18, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1842, 63, 1, 18, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1843, 63, 1, 18, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1844, 63, 1, 18, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1845, 63, 1, 18, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1846, 63, 1, 18, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1847, 63, 1, 18, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1848, 63, 1, 18, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1849, 63, 1, 34, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1850, 63, 1, 34, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1851, 63, 1, 34, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1852, 63, 1, 34, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1853, 63, 1, 34, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1854, 63, 1, 34, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1855, 63, 1, 34, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1856, 63, 1, 34, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1857, 63, 1, 34, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1858, 63, 1, 34, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1859, 63, 1, 34, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1860, 63, 1, 34, 'MES 12', 2021, 12, NULL, 27, 95, 0),
	(1861, 63, 1, 10, 'MES 1', 2021, 1, NULL, 27, 95, 0),
	(1862, 63, 1, 10, 'MES 2', 2021, 2, NULL, 27, 95, 0),
	(1863, 63, 1, 10, 'MES 3', 2021, 3, NULL, 27, 95, 0),
	(1864, 63, 1, 10, 'MES 4', 2021, 4, NULL, 27, 95, 0),
	(1865, 63, 1, 10, 'MES 5', 2021, 5, NULL, 27, 95, 0),
	(1866, 63, 1, 10, 'MES 6', 2021, 6, NULL, 27, 95, 0),
	(1867, 63, 1, 10, 'MES 7', 2021, 7, NULL, 27, 95, 0),
	(1868, 63, 1, 10, 'MES 8', 2021, 8, NULL, 27, 95, 0),
	(1869, 63, 1, 10, 'MES 9', 2021, 9, NULL, 27, 95, 0),
	(1870, 63, 1, 10, 'MES 10', 2021, 10, NULL, 27, 95, 0),
	(1871, 63, 1, 10, 'MES 11', 2021, 11, NULL, 27, 95, 0),
	(1872, 63, 1, 10, 'MES 12', 2021, 12, NULL, 27, 95, 0);
/*!40000 ALTER TABLE `sie_periodos_indicadores_veredas` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_permisos
CREATE TABLE IF NOT EXISTS `sie_permisos` (
  `id_permiso` int(11) NOT NULL AUTO_INCREMENT,
  `id_perfil` int(11) NOT NULL,
  `id_proceso` int(11) NOT NULL,
  `activo` int(11) NOT NULL COMMENT '1=Concedido, 0=Denegado',
  `fecha_concedido` datetime DEFAULT NULL,
  `id_usuario_concede` int(11) DEFAULT NULL,
  `fecha_denegado` datetime DEFAULT NULL,
  `id_usuario_deniega` int(11) DEFAULT NULL,
  PRIMARY KEY (`id_permiso`),
  KEY `id_perfil` (`id_perfil`),
  KEY `id_proceso` (`id_proceso`),
  KEY `id_usuario_concede` (`id_usuario_concede`),
  KEY `id_usuario_deniega` (`id_usuario_deniega`),
  CONSTRAINT `FK_sie_permisos_sie_perfiles` FOREIGN KEY (`id_perfil`) REFERENCES `sie_perfiles` (`id`),
  CONSTRAINT `FK_sie_permisos_sie_procesos` FOREIGN KEY (`id_proceso`) REFERENCES `sie_procesos` (`id`),
  CONSTRAINT `FK_sie_permisos_sie_usuarios` FOREIGN KEY (`id_usuario_concede`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `FK_sie_permisos_sie_usuarios_2` FOREIGN KEY (`id_usuario_deniega`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1113 DEFAULT CHARSET=latin1;

-- Volcando datos para la tabla quimico4_sie.sie_permisos: ~161 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_permisos` DISABLE KEYS */;
INSERT INTO `sie_permisos` (`id_permiso`, `id_perfil`, `id_proceso`, `activo`, `fecha_concedido`, `id_usuario_concede`, `fecha_denegado`, `id_usuario_deniega`) VALUES
	(93, 11, 21, 0, '2021-03-19 15:05:03', 29, '2021-03-19 15:05:49', 29),
	(94, 11, 22, 0, '2021-03-19 15:05:01', 29, '2021-03-19 15:05:47', 29),
	(96, 11, 24, 0, '2021-03-19 15:05:05', 29, '2021-03-19 15:05:50', 29),
	(97, 11, 25, 0, '2021-03-19 15:05:11', 29, '2021-03-19 15:05:54', 29),
	(98, 11, 26, 0, '2021-03-19 15:05:08', 29, '2021-03-19 15:05:52', 29),
	(99, 11, 27, 0, '2021-03-19 15:05:10', 29, '2021-03-19 15:05:53', 29),
	(100, 11, 28, 1, '2021-04-08 19:52:07', 20, '2021-04-05 22:50:19', 19),
	(101, 11, 29, 0, '2021-03-19 15:05:13', 29, '2021-04-05 22:50:20', 19),
	(102, 11, 53, 0, '2021-03-19 15:05:06', 29, '2021-03-19 15:05:51', 29),
	(103, 11, 54, 1, '2021-04-05 22:49:58', 19, '2021-03-19 15:06:01', 29),
	(104, 11, 55, 1, '2021-04-07 00:20:04', 19, '2021-04-07 00:20:00', 19),
	(105, 11, 56, 1, '2021-03-19 15:05:20', 29, '2021-03-19 15:04:30', 29),
	(106, 11, 57, 1, '2021-04-05 22:49:48', 19, '2021-03-19 15:04:33', 29),
	(107, 11, 58, 1, '2021-04-05 22:49:43', 19, '2021-03-19 15:04:35', 29),
	(108, 12, 20, 1, '2021-03-19 15:12:38', 29, '2021-03-19 15:11:47', 29),
	(109, 12, 21, 0, '2021-03-19 15:12:28', 29, '2021-03-19 15:13:11', 29),
	(110, 12, 22, 0, '2021-03-19 15:12:26', 29, '2021-03-19 15:13:09', 29),
	(111, 12, 23, 0, '2021-03-19 15:12:28', 29, '2021-03-19 15:13:10', 29),
	(112, 12, 24, 0, '2021-03-19 15:12:29', 29, '2021-03-19 15:13:12', 29),
	(113, 12, 25, 0, '2021-03-19 15:12:32', 29, '2021-03-19 15:13:16', 29),
	(114, 12, 26, 0, '2021-03-19 15:12:31', 29, '2021-03-19 15:13:14', 29),
	(115, 12, 27, 0, '2021-03-19 15:12:32', 29, '2021-03-19 15:13:15', 29),
	(116, 12, 28, 0, '2021-03-19 15:12:37', 29, '2021-03-19 15:13:18', 29),
	(117, 12, 29, 0, '2021-03-19 15:12:36', 29, '2021-03-19 15:13:17', 29),
	(118, 12, 53, 0, '2021-03-19 15:12:30', 29, '2021-03-19 15:13:13', 29),
	(119, 12, 54, 1, '2021-04-07 20:04:53', 20, '2021-04-07 17:36:34', 19),
	(120, 12, 55, 1, '2021-03-19 15:12:39', 29, '2021-03-19 15:11:49', 29),
	(121, 12, 56, 1, '2021-04-07 20:07:18', 20, '2021-04-07 20:06:41', 20),
	(122, 12, 57, 1, '2021-03-19 15:12:43', 29, '2021-03-19 15:11:52', 29),
	(123, 12, 58, 1, '2021-04-07 20:07:20', 20, '2021-04-07 20:06:43', 20),
	(124, 13, 20, 0, '2021-03-19 15:21:55', 29, '2021-03-19 15:22:28', 29),
	(125, 13, 21, 1, '2021-03-19 15:23:10', 29, '2021-03-19 15:22:55', 29),
	(126, 13, 22, 1, '2021-03-19 15:23:12', 29, '2021-03-19 15:22:57', 29),
	(127, 13, 23, 1, '2021-03-19 15:23:11', 29, '2021-03-19 15:22:57', 29),
	(128, 13, 24, 1, '2021-03-19 15:23:09', 29, '2021-03-19 15:22:54', 29),
	(129, 13, 25, 0, '2021-03-19 15:21:49', 29, '2021-03-19 15:22:38', 29),
	(130, 13, 26, 0, '2021-03-19 15:21:48', 29, '2021-03-19 15:22:40', 29),
	(131, 13, 27, 0, '2021-03-19 15:21:49', 29, '2021-03-19 15:22:39', 29),
	(132, 13, 28, 0, '2021-03-19 15:21:52', 29, '2021-03-19 15:22:33', 29),
	(133, 13, 29, 0, '2021-03-19 15:21:51', 29, '2021-03-19 15:22:34', 29),
	(134, 13, 53, 1, '2021-03-19 15:23:08', 29, '2021-03-19 15:22:54', 29),
	(135, 13, 54, 0, '2021-03-19 15:21:56', 29, '2021-03-19 15:22:26', 29),
	(136, 13, 55, 0, '2021-03-19 15:21:56', 29, '2021-03-19 15:22:27', 29),
	(137, 13, 56, 0, '2021-03-19 15:21:57', 29, '2021-03-19 15:22:21', 29),
	(138, 13, 57, 0, '2021-03-19 15:21:58', 29, '2021-03-19 15:22:20', 29),
	(139, 13, 58, 0, '2021-03-19 15:22:00', 29, '2021-03-19 15:22:17', 29),
	(140, 14, 20, 0, '2021-03-19 15:19:27', 29, '2021-03-19 15:19:58', 29),
	(141, 14, 21, 0, '2021-03-19 15:19:16', 29, '2021-03-19 15:20:22', 29),
	(142, 14, 22, 0, '2021-03-19 15:19:13', 29, '2021-03-19 15:20:25', 29),
	(143, 14, 23, 0, '2021-03-19 15:19:15', 29, '2021-03-19 15:20:23', 29),
	(144, 14, 24, 0, '2021-03-19 15:19:17', 29, '2021-03-19 15:20:22', 29),
	(145, 14, 25, 1, '2021-03-19 15:19:21', 29, '2021-03-19 15:16:58', 29),
	(146, 14, 26, 1, '2021-03-19 15:19:19', 29, '2021-03-19 15:16:55', 29),
	(147, 14, 27, 1, '2021-03-19 15:19:20', 29, '2021-03-19 15:16:57', 29),
	(148, 14, 28, 0, '2021-03-19 15:19:25', 29, '2021-03-19 15:20:06', 29),
	(149, 14, 29, 0, '2021-03-19 15:19:24', 29, '2021-03-19 15:20:07', 29),
	(150, 14, 53, 0, '2021-03-19 15:19:18', 29, '2021-03-19 15:20:21', 29),
	(151, 14, 54, 0, '2021-03-19 15:19:29', 29, '2021-03-19 15:19:53', 29),
	(152, 14, 55, 0, '2021-03-19 15:19:28', 29, '2021-03-19 15:19:54', 29),
	(153, 14, 56, 0, '2021-03-19 15:19:31', 29, '2021-03-19 15:19:50', 29),
	(154, 14, 57, 0, '2021-03-19 15:19:32', 29, '2021-03-19 15:19:49', 29),
	(155, 14, 58, 0, '2021-03-19 15:19:34', 29, '2021-03-19 15:19:47', 29),
	(156, 15, 20, 0, '2021-03-19 15:15:03', 29, '2021-03-19 15:15:33', 29),
	(157, 15, 21, 0, '2021-03-19 15:14:50', 29, '2021-03-19 15:15:50', 29),
	(158, 15, 22, 0, '2021-03-19 15:14:47', 29, '2021-03-19 15:15:48', 29),
	(159, 15, 23, 0, '2021-03-19 15:14:49', 29, '2021-03-19 15:15:49', 29),
	(160, 15, 24, 0, '2021-03-19 15:14:51', 29, '2021-04-05 22:49:18', 19),
	(161, 15, 25, 0, '2021-03-19 15:14:59', 29, '2021-04-05 22:49:07', 19),
	(162, 15, 26, 0, '2021-03-19 15:14:57', 29, '2021-04-05 22:49:11', 19),
	(163, 15, 27, 1, '2021-04-05 22:49:15', 19, '2021-04-05 22:49:10', 19),
	(164, 15, 28, 1, '2021-04-05 22:48:56', 19, '2021-04-05 22:48:53', 19),
	(165, 15, 29, 0, '2021-04-05 22:48:29', 19, '2021-04-05 22:48:32', 19),
	(166, 15, 53, 0, '2021-03-19 15:14:52', 29, '2021-03-19 15:15:52', 29),
	(167, 15, 54, 0, '2021-03-19 15:15:05', 29, '2021-03-19 15:15:31', 29),
	(168, 15, 55, 0, '2021-03-19 15:15:04', 29, '2021-03-19 15:15:32', 29),
	(169, 15, 56, 0, '2021-03-19 15:15:08', 29, '2021-03-19 15:15:30', 29),
	(170, 15, 57, 0, '2021-03-19 15:15:09', 29, '2021-03-19 15:15:30', 29),
	(171, 15, 58, 0, '2021-03-19 15:15:11', 29, '2021-03-19 15:15:27', 29),
	(172, 16, 20, 1, '2021-04-05 22:50:37', 19, '2021-03-19 15:25:53', 29),
	(173, 16, 21, 1, '2021-04-05 22:50:47', 19, '2021-03-19 15:25:44', 29),
	(174, 16, 22, 1, '2021-04-05 22:50:56', 19, '2021-03-19 15:25:41', 29),
	(175, 16, 23, 1, '2021-04-05 22:50:54', 19, '2021-04-05 22:50:49', 19),
	(176, 16, 24, 1, '2021-04-05 22:50:46', 19, '2021-03-19 15:25:45', 29),
	(177, 16, 25, 1, '2021-04-05 22:50:40', 19, '2021-03-19 15:25:48', 29),
	(178, 16, 26, 1, '2021-04-05 22:50:42', 19, '2021-03-19 15:25:46', 29),
	(179, 16, 27, 1, '2021-04-05 22:50:42', 19, '2021-03-19 15:25:47', 29),
	(180, 16, 28, 1, '2021-04-11 19:55:22', 19, '2021-03-19 15:25:52', 29),
	(181, 16, 29, 1, '2021-03-19 15:26:33', 29, '2021-03-19 15:25:50', 29),
	(182, 16, 53, 1, '2021-04-05 22:50:44', 19, '2021-03-19 15:25:45', 29),
	(183, 16, 54, 1, '2021-04-07 20:01:16', 20, '2021-04-07 17:25:15', 19),
	(185, 16, 56, 1, '2021-04-05 22:50:31', 19, '2021-03-19 15:25:57', 29),
	(186, 16, 57, 1, '2021-04-05 22:50:30', 19, '2021-03-19 15:25:58', 29),
	(187, 16, 58, 1, '2021-04-05 22:50:27', 19, '2021-03-19 15:26:00', 29),
	(188, 11, 59, 1, '2021-04-05 22:49:46', 19, '2021-03-19 15:04:34', 29),
	(189, 12, 59, 1, '2021-03-19 15:12:44', 29, '2021-03-19 15:11:53', 29),
	(190, 15, 59, 0, '2021-03-19 15:15:10', 29, '2021-03-19 15:15:29', 29),
	(191, 14, 59, 0, '2021-03-19 15:19:33', 29, '2021-03-19 15:19:48', 29),
	(192, 13, 59, 0, '2021-03-19 15:21:59', 29, '2021-03-19 15:22:19', 29),
	(193, 16, 59, 1, '2021-04-05 22:50:29', 19, '2021-03-19 15:25:59', 29),
	(738, 246, 20, 0, '2021-04-07 00:00:00', 19, '2021-04-07 00:00:00', 19),
	(739, 246, 21, 0, '2021-04-07 00:00:00', 19, '2021-04-07 00:00:00', 19),
	(740, 246, 22, 0, '2021-04-07 00:00:00', 19, '2021-04-07 00:00:00', 19),
	(741, 246, 23, 0, '2021-04-07 00:00:00', 19, '2021-04-07 00:00:00', 19),
	(742, 246, 24, 0, '2021-04-07 00:00:00', 19, '2021-04-07 00:00:00', 19),
	(743, 246, 25, 0, '2021-04-07 00:00:00', 19, '2021-04-07 00:00:00', 19),
	(744, 246, 26, 0, '2021-04-07 00:00:00', 19, '2021-04-07 00:00:00', 19),
	(745, 246, 27, 0, '2021-04-07 00:00:00', 19, '2021-04-07 00:00:00', 19),
	(746, 246, 28, 0, '2021-04-07 00:00:00', 19, '2021-04-07 00:00:00', 19),
	(747, 246, 29, 0, '2021-04-07 00:00:00', 19, '2021-04-07 00:00:00', 19),
	(748, 246, 53, 0, '2021-04-07 00:00:00', 19, '2021-04-07 00:00:00', 19),
	(749, 246, 54, 0, '2021-04-07 00:00:00', 19, '2021-04-07 00:00:00', 19),
	(750, 246, 55, 1, '2021-04-07 00:23:32', 19, '2021-04-07 00:00:00', 19),
	(751, 246, 56, 1, '2021-04-07 17:55:41', 19, '2021-04-07 17:55:37', 19),
	(752, 246, 57, 0, '2021-04-07 00:00:00', 19, '2021-04-07 00:00:00', 19),
	(753, 246, 58, 0, '2021-04-07 00:00:00', 19, '2021-04-07 17:55:33', 19),
	(754, 246, 59, 0, '2021-04-07 00:25:28', 19, '2021-04-07 17:55:35', 19),
	(876, 16, 55, 1, '2021-03-19 15:15:04', 29, '2021-03-19 15:15:32', 29),
	(997, 11, 79, 1, '2021-04-05 22:49:46', 19, '2021-03-19 15:04:34', 29),
	(998, 12, 79, 1, '2021-03-19 15:12:44', 29, '2021-03-19 15:11:53', 29),
	(999, 15, 79, 0, '2021-03-19 15:15:10', 29, '2021-03-19 15:15:29', 29),
	(1000, 14, 79, 0, '2021-03-19 15:19:33', 29, '2021-03-19 15:19:48', 29),
	(1001, 13, 79, 1, '2021-03-19 15:21:59', 29, '2021-03-19 15:22:19', 29),
	(1002, 16, 79, 1, '2021-04-05 22:50:29', 19, '2021-03-19 15:25:59', 29),
	(1003, 246, 79, 0, '2021-04-07 00:25:28', 19, '2021-04-07 17:55:35', 19),
	(1076, 248, 20, 0, '2021-05-12 00:00:00', 27, '2021-05-12 00:00:00', 27),
	(1077, 248, 21, 0, '2021-05-12 00:00:00', 27, '2021-05-12 00:00:00', 27),
	(1078, 248, 22, 0, '2021-05-12 00:00:00', 27, '2021-05-12 00:00:00', 27),
	(1079, 248, 23, 0, '2021-05-12 00:00:00', 27, '2021-05-12 00:00:00', 27),
	(1080, 248, 24, 0, '2021-05-12 00:00:00', 27, '2021-05-12 00:00:00', 27),
	(1081, 248, 25, 1, '2021-07-30 09:18:07', 27, '2021-05-12 00:00:00', 27),
	(1082, 248, 26, 0, '2021-05-12 00:00:00', 27, '2021-05-12 00:00:00', 27),
	(1083, 248, 27, 0, '2021-05-12 00:00:00', 27, '2021-05-12 00:00:00', 27),
	(1084, 248, 28, 0, '2021-05-12 00:00:00', 27, '2021-05-12 00:00:00', 27),
	(1085, 248, 29, 0, '2021-05-12 00:00:00', 27, '2021-05-12 00:00:00', 27),
	(1086, 248, 53, 0, '2021-05-12 00:00:00', 27, '2021-05-12 00:00:00', 27),
	(1087, 248, 54, 0, '2021-05-12 00:00:00', 27, '2021-05-12 00:00:00', 27),
	(1088, 248, 55, 0, '2021-05-12 00:00:00', 27, '2021-05-12 00:00:00', 27),
	(1089, 248, 56, 0, '2021-05-12 00:00:00', 27, '2021-05-12 00:00:00', 27),
	(1090, 248, 57, 0, '2021-05-12 00:00:00', 27, '2021-05-12 00:00:00', 27),
	(1091, 248, 58, 0, '2021-05-12 00:00:00', 27, '2021-05-12 00:00:00', 27),
	(1092, 248, 59, 0, '2021-05-12 00:00:00', 27, '2021-05-12 00:00:00', 27),
	(1093, 248, 79, 0, '2021-07-30 09:17:22', 27, '2021-07-30 09:17:30', 27),
	(1094, 249, 20, 0, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27),
	(1095, 249, 21, 0, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27),
	(1096, 249, 22, 0, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27),
	(1097, 249, 23, 0, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27),
	(1098, 249, 24, 0, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27),
	(1099, 249, 25, 0, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27),
	(1100, 249, 26, 0, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27),
	(1101, 249, 27, 0, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27),
	(1102, 249, 28, 0, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27),
	(1103, 249, 29, 0, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27),
	(1104, 249, 53, 0, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27),
	(1105, 249, 54, 0, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27),
	(1106, 249, 55, 0, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27),
	(1107, 249, 56, 0, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27),
	(1108, 249, 57, 0, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27),
	(1109, 249, 58, 0, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27),
	(1110, 249, 59, 0, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27),
	(1111, 249, 79, 0, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27),
	(1112, 16, 86, 1, '2021-07-30 00:00:00', 27, '2021-07-30 00:00:00', 27);
/*!40000 ALTER TABLE `sie_permisos` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_procesos
CREATE TABLE IF NOT EXISTS `sie_procesos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(50) NOT NULL DEFAULT '0',
  `id_macro_proceso` int(11) NOT NULL DEFAULT '0',
  `estado` int(11) NOT NULL DEFAULT '0' COMMENT '1=Activo, 0=Inactivo',
  `id_responsable` int(11) DEFAULT '0',
  `objetivo` varchar(2000) NOT NULL DEFAULT '0',
  `fecha_creacion` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `id_usuario_crea` int(11) DEFAULT '0',
  `fecha_inactivacion` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `id_usuario_inactiva` int(11) DEFAULT '0',
  `icono` varchar(50) DEFAULT NULL,
  `href` varchar(200) DEFAULT 'fa fa-cogs',
  `proceso_sie` int(2) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `descripcion` (`descripcion`),
  KEY `id_usuario_inactiva` (`id_usuario_inactiva`),
  KEY `id_macro_proceso` (`id_macro_proceso`),
  KEY `id_usuario_crea` (`id_usuario_crea`),
  KEY `id_responsable` (`id_responsable`),
  CONSTRAINT `FK_sie_procesos_sie_macroprocesos` FOREIGN KEY (`id_macro_proceso`) REFERENCES `sie_macroprocesos` (`id`),
  CONSTRAINT `FK_sie_procesos_sie_usuarios` FOREIGN KEY (`id_responsable`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `FK_sie_procesos_sie_usuarios_2` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `FK_sie_procesos_sie_usuarios_3` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=80 DEFAULT CHARSET=latin1;

-- Volcando datos para la tabla quimico4_sie.sie_procesos: ~20 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_procesos` DISABLE KEYS */;
INSERT INTO `sie_procesos` (`id`, `descripcion`, `id_macro_proceso`, `estado`, `id_responsable`, `objetivo`, `fecha_creacion`, `id_usuario_crea`, `fecha_inactivacion`, `id_usuario_inactiva`, `icono`, `href`, `proceso_sie`) VALUES
	(20, 'Usuarios', 1, 1, 20, 'Creación, actualización, activación, inactivación y restablecimiento de contraseña para usuarios', '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-user-circle nav-icon', 'usuarios', 0),
	(21, 'Salud pública', 2, 1, 20, '', '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-heartbeat nav-icon', 'salud_publica', 1),
	(22, 'Servicios educativos', 2, 1, 20, '', '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-book-reader nav-icon', 'servicios_educativos', 1),
	(23, 'Servicios culturales', 2, 1, 20, '', '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-theater-masks nav-icon', 'servicios_culturales', 1),
	(24, 'Participación ciudadana', 2, 1, 20, '', '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-vote-yea nav-icon', 'participacion_ciudadana', 1),
	(25, 'Desarrollo ambiental', 3, 1, 20, '', '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-leaf nav-icon', 'desarrollo_ambiental', 1),
	(26, 'Desarrollo físico', 3, 1, 20, '', '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-home nav-icon', 'desarrollo_fisico', 1),
	(27, 'Desarrollo económico', 3, 1, 20, '', '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-money-bill-wave nav-icon', 'desarrollo_economico', 1),
	(28, 'Convivencia ciudadana', 4, 1, 20, '.', '0000-00-00 00:00:00', 20, '2021-04-11 23:11:54', 19, 'fa fa-user-friends nav-icon', 'convivencia_ciudadana', 1),
	(29, 'Seguridad ciudadana', 4, 1, 20, '', '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-user-shield  nav-icon', 'seguridad_ciudadana', 1),
	(53, 'Deporte y recreación', 2, 1, 20, '', '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-running nav-icon', 'deporte_recreacion', 1),
	(54, 'Perfiles', 1, 1, 20, 'Creación, actualización, activación e inactivación de perfiles de usuarios', '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-users nav-icon', 'perfiles', 0),
	(55, 'Permisos', 1, 1, 20, 'Edición de permisos de cada perfil', '0000-00-00 00:00:00', 20, '2021-03-11 21:38:23', 19, 'fa fa-unlock-alt nav-icon', 'permisos', 1),
	(56, 'Gestión documental', 5, 1, 20, 'Gestión documental', '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-book nav-icon', 'gestion_documental', 0),
	(57, 'Gestión del riesgo', 5, 1, 20, 'Gestión del riesgo', '0000-00-00 00:00:00', 20, '2021-03-11 21:41:08', 19, 'fa fa-exclamation-triangle nav-icon', 'gestion_riesgo', 0),
	(58, 'Gestión de KPI', 5, 1, 20, 'Medición de KPI', '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-star nav-icon', 'gestion_de_kpi', 0),
	(59, 'Gestión de procesos', 5, 1, 20, 'Gestión de procesos', '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', NULL, 'fa fa-cogs', 'gestion_procesos', 0),
	(79, 'Gestión de zonas', 5, 1, 19, '...', '2021-04-11 19:55:06', 19, '2021-04-11 19:58:30', 19, 'fa fa-map-marker', 'gestion_de_zonas', 1),
	(86, 'Gestión de formularios', 5, 1, 20, '0', '0000-00-00 00:00:00', 20, '0000-00-00 00:00:00', 20, 'fa fa-clipboard-list', 'gestion_de_zonas', 1);
/*!40000 ALTER TABLE `sie_procesos` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_riesgos
CREATE TABLE IF NOT EXISTS `sie_riesgos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `titulo` varchar(50) NOT NULL,
  `descripcion` varchar(500) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_proceso` int(11) DEFAULT NULL,
  `id_clase` int(11) DEFAULT NULL,
  `id_probabilidad` int(11) DEFAULT NULL,
  `id_impacto` int(11) DEFAULT NULL,
  `id_nivel_consecuencia` int(11) DEFAULT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  `id_probabilidad_residual` int(10) DEFAULT NULL,
  `id_impacto_residual` int(10) DEFAULT NULL,
  `id_nivel_consecuencia_residual` int(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  KEY `FK_sie_riesgos_sie_procesos` (`id_proceso`),
  KEY `FK_sie_riesgos_sie_riesgos_clase` (`id_clase`),
  KEY `FK_sie_riesgos_sie_riesgos_probabilidad` (`id_probabilidad`),
  KEY `FK_sie_riesgos_sie_riesgos_impacto` (`id_impacto`),
  KEY `FK_sie_riesgos_sie_riesgos_nivel_consecuencias` (`id_nivel_consecuencia`),
  KEY `FK_sie_riesgos_sie_riesgos_probabilidad_2` (`id_probabilidad_residual`),
  KEY `FK_sie_riesgos_sie_riesgos_impacto_2` (`id_impacto_residual`),
  KEY `FK_sie_riesgos_sie_riesgos_nivel_consecuencias_2` (`id_nivel_consecuencia_residual`),
  CONSTRAINT `FK_sie_riesgos_sie_riesgos_impacto_2` FOREIGN KEY (`id_impacto_residual`) REFERENCES `sie_riesgos_impacto` (`id`),
  CONSTRAINT `FK_sie_riesgos_sie_riesgos_nivel_consecuencias` FOREIGN KEY (`id_nivel_consecuencia`) REFERENCES `sie_riesgos_nivel_consecuencias` (`id`),
  CONSTRAINT `FK_sie_riesgos_sie_riesgos_nivel_consecuencias_2` FOREIGN KEY (`id_nivel_consecuencia_residual`) REFERENCES `sie_riesgos_nivel_consecuencias` (`id`),
  CONSTRAINT `FK_sie_riesgos_sie_riesgos_probabilidad_2` FOREIGN KEY (`id_probabilidad_residual`) REFERENCES `sie_riesgos_probabilidad` (`id`),
  CONSTRAINT `sie_riesgos_ibfk_1` FOREIGN KEY (`id_proceso`) REFERENCES `sie_procesos` (`id`),
  CONSTRAINT `sie_riesgos_ibfk_2` FOREIGN KEY (`id_clase`) REFERENCES `sie_riesgos_clase` (`id`),
  CONSTRAINT `sie_riesgos_ibfk_3` FOREIGN KEY (`id_impacto`) REFERENCES `sie_riesgos_impacto` (`id`),
  CONSTRAINT `sie_riesgos_ibfk_4` FOREIGN KEY (`id_probabilidad`) REFERENCES `sie_riesgos_probabilidad` (`id`),
  CONSTRAINT `sie_riesgos_ibfk_5` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_riesgos_ibfk_6` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_riesgos: ~6 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_riesgos` DISABLE KEYS */;
INSERT INTO `sie_riesgos` (`id`, `titulo`, `descripcion`, `estado`, `id_proceso`, `id_clase`, `id_probabilidad`, `id_impacto`, `id_nivel_consecuencia`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`, `id_probabilidad_residual`, `id_impacto_residual`, `id_nivel_consecuencia_residual`) VALUES
	(28, 'AAA', 'AAA', 0, 22, 2, 5, 5, 4, 20, '2021-06-04 20:52:58', 20, '2021-06-09 17:20:22', 1, 3, 1),
	(29, 'DESERCION', 'DESCRIPCION DEL RIESGO', 1, 22, 2, 5, 5, 4, 20, '2021-06-09 18:20:36', NULL, NULL, 5, 5, 4),
	(30, 'A', 'A', 1, 22, 1, 4, 3, 3, 20, '2021-06-09 18:37:02', NULL, NULL, 4, 3, 3),
	(31, 'B', 'B', 1, 22, 3, 2, 2, 2, 20, '2021-06-09 18:37:19', NULL, NULL, 2, 2, 2),
	(32, 'XXX', 'XXX', 1, 22, 1, 5, 5, 4, 20, '2021-06-09 19:42:51', NULL, NULL, 5, 5, 4),
	(33, 'PRUEBADKLN', 'FKLDFNLKFNL', 1, 25, 3, 4, 5, 4, 27, '2021-07-30 09:50:20', NULL, NULL, 2, 5, 3);
/*!40000 ALTER TABLE `sie_riesgos` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_riesgos_causas_consecuencias
CREATE TABLE IF NOT EXISTS `sie_riesgos_causas_consecuencias` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `id_riesgo` int(11) NOT NULL,
  `id_tipo_causa` int(11) DEFAULT NULL,
  `descripcion_causa` varchar(500) DEFAULT NULL,
  `id_tipo_consecuencia` int(11) DEFAULT NULL,
  `descripcion_consecuancia` varchar(500) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_tipo_causa`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_tipo_consecuencia`),
  KEY `FK_sie_riesgos_causas_consecuencias_sie_riesgos` (`id_riesgo`),
  CONSTRAINT `FK_sie_riesgos_causas_consecuencias_sie_riesgos` FOREIGN KEY (`id_riesgo`) REFERENCES `sie_riesgos` (`id`),
  CONSTRAINT `sie_riesgos_causas_consecuencias_ibfk_1` FOREIGN KEY (`id_tipo_causa`) REFERENCES `sie_riesgos_tipo_causa` (`id`),
  CONSTRAINT `sie_riesgos_causas_consecuencias_ibfk_2` FOREIGN KEY (`id_tipo_consecuencia`) REFERENCES `sie_riesgos_tipo_consecuencia` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_riesgos_causas_consecuencias: ~3 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_riesgos_causas_consecuencias` DISABLE KEYS */;
INSERT INTO `sie_riesgos_causas_consecuencias` (`id`, `id_riesgo`, `id_tipo_causa`, `descripcion_causa`, `id_tipo_consecuencia`, `descripcion_consecuancia`) VALUES
	(32, 28, 1, 'AAA', 1, 'AAA'),
	(33, 29, 4, 'No se cuentan con métodos necesarios para garantizar permanencia', 8, 'ABC'),
	(34, 29, 2, 'ABC', 2, 'ABC'),
	(35, 32, 1, 'XXX', 2, 'XXX'),
	(36, 32, 1, 'Ejemplo', 1, 'Ejemplo...'),
	(37, 33, 1, 'DNKEJKNSDK', 2, 'DJFSDBKF');
/*!40000 ALTER TABLE `sie_riesgos_causas_consecuencias` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_riesgos_clase
CREATE TABLE IF NOT EXISTS `sie_riesgos_clase` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(100) NOT NULL,
  `detalle` varchar(600) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  CONSTRAINT `sie_riesgos_clase_ibfk_1` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_riesgos_clase_ibfk_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_riesgos_clase: ~10 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_riesgos_clase` DISABLE KEYS */;
INSERT INTO `sie_riesgos_clase` (`id`, `descripcion`, `detalle`, `estado`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`) VALUES
	(1, 'Riesgos de afectación del producto y/o servicio', 'Están asociados a la calidad en la prestación de los productos y/o servicios dela organización.', 1, 20, NULL, NULL, NULL),
	(2, 'Riesgos de cumplimiento', 'Situaciones o eventos que atentan contra el cumplimiento de requisitos internos o externos de la organización.', 1, 20, NULL, NULL, NULL),
	(3, 'Riesgos de daños al medio ambiente', 'Afectación del medio ambiente a partir de prácticas inadecuadas en la organización.', 1, 20, NULL, NULL, NULL),
	(4, 'Riesgos de exposición de personas', 'Situaciones con niveles críticos de incidencia e impacto en personas (colaboradores, clientes, contratistas y/o visitantes).', 1, 20, NULL, NULL, NULL),
	(5, 'Riesgos de imagen', 'Están relacionados con la percepción y la confianza por parte de la comunidad y los clientes hacia la organización.', 1, 20, NULL, NULL, NULL),
	(6, 'Riesgos en la gestión de activos', 'Pérdida, daño, destrucción, indisponibilidad de edificios, instalaciones, equipos e inventarios propios o de terceros.', 1, 20, NULL, NULL, NULL),
	(7, 'Riesgos estratégicos', 'Situaciones o eventos que atentan contra el cumplimiento de la misión y los objetivos estratégicos, en función de sus políticas o directrices institucionales.', 1, 20, NULL, NULL, NULL),
	(8, 'Riesgos financieros', 'Situaciones o eventos que atentan contra la sostenibilidad financiera. Se relacionan con el manejo de los recursos de la empresa, la eficiencia y transparencia en el manejo de los recursos, así como con la reducción de los flujos de ingresos y/o aumento de los flujos de gastos.', 1, 20, NULL, NULL, NULL),
	(9, 'Riesgos legales', 'La comercialización de sustancias químicas es una de las más reguladas en la actualidad, teniendo presente que la comercialización implica forzosamente la ejecución de una serie de actividades relacionadas a la cadena de abastecimiento es de vital importancia que se prevean los riesgos legales relacionados a la compra, transporte, almacenamiento, acondicionamiento y distribución.', 1, 20, NULL, NULL, NULL),
	(10, 'Riesgos operativos', 'Comprende los riesgos relacionados tanto con la parte operativa como técnica de la empresa relacionados con su función.', 1, 20, NULL, NULL, NULL);
/*!40000 ALTER TABLE `sie_riesgos_clase` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_riesgos_clasificacion_controles
CREATE TABLE IF NOT EXISTS `sie_riesgos_clasificacion_controles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(50) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  CONSTRAINT `sie_riesgos_clasificacion_controles_ibfk_1` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_riesgos_clasificacion_controles_ibfk_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_riesgos_clasificacion_controles: ~3 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_riesgos_clasificacion_controles` DISABLE KEYS */;
INSERT INTO `sie_riesgos_clasificacion_controles` (`id`, `descripcion`, `estado`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`) VALUES
	(1, 'Gestión', 1, 20, NULL, NULL, NULL),
	(2, 'Operativos', 1, 20, NULL, NULL, NULL),
	(3, 'Legales', 1, 20, NULL, NULL, NULL);
/*!40000 ALTER TABLE `sie_riesgos_clasificacion_controles` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_riesgos_controles
CREATE TABLE IF NOT EXISTS `sie_riesgos_controles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(500) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_causa` int(11) NOT NULL,
  `id_clasificacion` int(11) DEFAULT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  `id_tipo_control` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  KEY `FK_sie_riesgos_controles_sie_riesgos_causas_consecuencias` (`id_causa`),
  KEY `FK_sie_riesgos_controles_sie_riesgos_clase` (`id_clasificacion`),
  KEY `FK_sie_riesgos_controles_sie_riesgos_tipo_controles` (`id_tipo_control`),
  CONSTRAINT `FK_sie_riesgos_controles_sie_riesgos_causas_consecuencias` FOREIGN KEY (`id_causa`) REFERENCES `sie_riesgos_causas_consecuencias` (`id`),
  CONSTRAINT `FK_sie_riesgos_controles_sie_riesgos_clase` FOREIGN KEY (`id_clasificacion`) REFERENCES `sie_riesgos_clase` (`id`),
  CONSTRAINT `FK_sie_riesgos_controles_sie_riesgos_tipo_controles` FOREIGN KEY (`id_tipo_control`) REFERENCES `sie_riesgos_tipo_controles` (`id`),
  CONSTRAINT `sie_riesgos_controles_ibfk_1` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_riesgos_controles_ibfk_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=58 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_riesgos_controles: ~6 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_riesgos_controles` DISABLE KEYS */;
INSERT INTO `sie_riesgos_controles` (`id`, `descripcion`, `estado`, `id_causa`, `id_clasificacion`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`, `id_tipo_control`) VALUES
	(52, 'AAA1', 1, 32, 1, 20, '2021-06-04 21:07:16', NULL, NULL, 1),
	(53, 'AAA2', 1, 32, 3, 20, '2021-06-04 21:07:25', NULL, NULL, 2),
	(54, 'AAA3', 1, 32, 3, 20, '2021-06-04 21:14:06', NULL, NULL, 1),
	(55, 'AAA', 1, 33, 1, 20, '2021-06-09 18:26:38', 27, '2021-07-30 09:46:06', 1),
	(56, 'ABC', 1, 33, 3, 20, '2021-06-09 18:26:50', NULL, NULL, 2),
	(57, 'PRUEBA CONTROL', 1, 37, 3, 27, '2021-07-30 10:23:26', 27, '2021-07-30 10:24:04', 1);
/*!40000 ALTER TABLE `sie_riesgos_controles` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_riesgos_evaluacion_controles
CREATE TABLE IF NOT EXISTS `sie_riesgos_evaluacion_controles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `id_control` int(11) DEFAULT NULL,
  `id_nivel_efectividad` int(11) DEFAULT NULL,
  `id_nivel_evaluacion` int(11) DEFAULT NULL,
  `casillas_valoracion` int(11) DEFAULT NULL,
  `id_probabilidad` int(11) DEFAULT NULL,
  `id_impacto` int(11) DEFAULT NULL,
  `id_nivel_consecuencia` int(11) DEFAULT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  `id_nivel_verificacion_definido` int(11) DEFAULT NULL,
  `id_nivel_verificacion_documentado` int(11) DEFAULT NULL,
  `id_nivel_verificacion_implementado` int(11) DEFAULT NULL,
  `id_nivel_verificacion_socializado` int(11) DEFAULT NULL,
  `id_nivel_verificacion_evaluado` int(11) DEFAULT NULL,
  `puntaje` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_riesgos_sie_procesos` (`id_control`),
  KEY `FK_sie_riesgos_evaluacion_controles_nivel_verificacion` (`id_nivel_efectividad`),
  KEY `FK_sie_riesgos_evaluacion_controles_nivel_evaluacion` (`id_nivel_evaluacion`),
  KEY `FK_sie_riesgos_evaluacion_controles_probabilidad` (`id_probabilidad`),
  KEY `FK_sie_riesgos_evaluacion_controles_riesgos_impacto` (`id_impacto`),
  KEY `FK_sie_riesgos_evaluacion_controles_nivel_consecuencias` (`id_nivel_consecuencia`),
  KEY `FK_sie_riesgos_evaluacion_controles_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_riesgos_evaluacion_controles_sie_usuarios_2` (`id_usuario_inactiva`),
  KEY `FK_sie_riesgos_evaluacion_controles_nivel_verificacion_1` (`id_nivel_verificacion_definido`),
  KEY `FK_sie_riesgos_evaluacion_controles_nivel_verificacion_2` (`id_nivel_verificacion_documentado`),
  KEY `FK_sie_riesgos_evaluacion_controles_nivel_verificacion_3` (`id_nivel_verificacion_implementado`),
  KEY `FK_sie_riesgos_evaluacion_controles_nivel_verificacion_4` (`id_nivel_verificacion_socializado`),
  KEY `FK_sie_riesgos_evaluacion_controles_nivel_verificacion_5` (`id_nivel_verificacion_evaluado`),
  CONSTRAINT `FK_sie_riesgos_evaluacion_controles_controles` FOREIGN KEY (`id_control`) REFERENCES `sie_riesgos_controles` (`id`),
  CONSTRAINT `FK_sie_riesgos_evaluacion_controles_nivel_consecuencias` FOREIGN KEY (`id_nivel_consecuencia`) REFERENCES `sie_riesgos_nivel_consecuencias` (`id`),
  CONSTRAINT `FK_sie_riesgos_evaluacion_controles_nivel_evaluacion` FOREIGN KEY (`id_nivel_evaluacion`) REFERENCES `sie_riesgos_nivel_evaluacion` (`id`),
  CONSTRAINT `FK_sie_riesgos_evaluacion_controles_nivel_verificacion` FOREIGN KEY (`id_nivel_efectividad`) REFERENCES `sie_riesgos_nivel_verificacion` (`id`),
  CONSTRAINT `FK_sie_riesgos_evaluacion_controles_nivel_verificacion_1` FOREIGN KEY (`id_nivel_verificacion_definido`) REFERENCES `sie_riesgos_nivel_verificacion` (`id`),
  CONSTRAINT `FK_sie_riesgos_evaluacion_controles_nivel_verificacion_2` FOREIGN KEY (`id_nivel_verificacion_documentado`) REFERENCES `sie_riesgos_nivel_verificacion` (`id`),
  CONSTRAINT `FK_sie_riesgos_evaluacion_controles_nivel_verificacion_3` FOREIGN KEY (`id_nivel_verificacion_implementado`) REFERENCES `sie_riesgos_nivel_verificacion` (`id`),
  CONSTRAINT `FK_sie_riesgos_evaluacion_controles_nivel_verificacion_4` FOREIGN KEY (`id_nivel_verificacion_socializado`) REFERENCES `sie_riesgos_nivel_verificacion` (`id`),
  CONSTRAINT `FK_sie_riesgos_evaluacion_controles_nivel_verificacion_5` FOREIGN KEY (`id_nivel_verificacion_evaluado`) REFERENCES `sie_riesgos_nivel_verificacion` (`id`),
  CONSTRAINT `FK_sie_riesgos_evaluacion_controles_probabilidad` FOREIGN KEY (`id_probabilidad`) REFERENCES `sie_riesgos_probabilidad` (`id`),
  CONSTRAINT `FK_sie_riesgos_evaluacion_controles_riesgos_impacto` FOREIGN KEY (`id_impacto`) REFERENCES `sie_riesgos_impacto` (`id`),
  CONSTRAINT `FK_sie_riesgos_evaluacion_controles_sie_usuarios` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `FK_sie_riesgos_evaluacion_controles_sie_usuarios_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_riesgos_evaluacion_controles: ~4 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_riesgos_evaluacion_controles` DISABLE KEYS */;
INSERT INTO `sie_riesgos_evaluacion_controles` (`id`, `id_control`, `id_nivel_efectividad`, `id_nivel_evaluacion`, `casillas_valoracion`, `id_probabilidad`, `id_impacto`, `id_nivel_consecuencia`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`, `id_nivel_verificacion_definido`, `id_nivel_verificacion_documentado`, `id_nivel_verificacion_implementado`, `id_nivel_verificacion_socializado`, `id_nivel_verificacion_evaluado`, `puntaje`) VALUES
	(26, 52, 3, 1, 1, 3, 5, 3, 19, '2021-06-05 19:05:23', NULL, NULL, 1, 2, 3, NULL, NULL, 50),
	(27, 54, 5, 1, 2, 1, 5, 2, 19, '2021-06-05 19:05:36', NULL, NULL, 1, 2, 3, 4, 5, 100),
	(28, 53, 5, 1, 2, 1, 3, 1, 19, '2021-06-05 19:05:52', NULL, NULL, 1, 2, 3, 4, 5, 100),
	(31, 57, 5, 1, 2, 2, 5, 3, 19, '2021-07-30 10:24:09', NULL, NULL, 1, 2, 3, 4, 5, 100);
/*!40000 ALTER TABLE `sie_riesgos_evaluacion_controles` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_riesgos_evidencias_controles
CREATE TABLE IF NOT EXISTS `sie_riesgos_evidencias_controles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `ruta` varchar(50) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_control` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_riesgos_sie_procesos` (`id_control`),
  CONSTRAINT `sie_riesgos_evidencias_controles_ibfk_1` FOREIGN KEY (`id_control`) REFERENCES `sie_riesgos_controles` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_riesgos_evidencias_controles: ~0 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_riesgos_evidencias_controles` DISABLE KEYS */;
/*!40000 ALTER TABLE `sie_riesgos_evidencias_controles` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_riesgos_impacto
CREATE TABLE IF NOT EXISTS `sie_riesgos_impacto` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(50) NOT NULL,
  `valor` int(11) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  CONSTRAINT `sie_riesgos_impacto_ibfk_1` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_riesgos_impacto_ibfk_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_riesgos_impacto: ~5 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_riesgos_impacto` DISABLE KEYS */;
INSERT INTO `sie_riesgos_impacto` (`id`, `descripcion`, `valor`, `estado`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`) VALUES
	(1, 'Insignificante - Consecuencias mínimas', 1, 1, 20, '2021-05-18 22:08:33', NULL, NULL),
	(2, 'Menor - Consecuencias menores', 2, 1, 20, '2021-05-18 22:12:05', NULL, NULL),
	(3, 'Moderado - Consecuancias medias', 3, 1, 20, '2021-05-18 22:13:24', NULL, NULL),
	(4, 'Mayor - Consecuancias altas', 4, 1, 20, '2021-05-18 22:13:49', NULL, '2021-05-18 22:14:22'),
	(5, 'Catastrófico - Consecuancias desastrozas', 5, 1, 20, '2021-05-18 22:14:36', NULL, NULL);
/*!40000 ALTER TABLE `sie_riesgos_impacto` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_riesgos_nivel_consecuencias
CREATE TABLE IF NOT EXISTS `sie_riesgos_nivel_consecuencias` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(50) NOT NULL,
  `limite_inferior` int(11) NOT NULL,
  `limite_superior` int(11) NOT NULL,
  `zona` varchar(50) DEFAULT NULL,
  `estado` int(11) NOT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  CONSTRAINT `sie_riesgos_nivel_consecuencias_ibfk_1` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_riesgos_nivel_consecuencias_ibfk_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_riesgos_nivel_consecuencias: ~4 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_riesgos_nivel_consecuencias` DISABLE KEYS */;
INSERT INTO `sie_riesgos_nivel_consecuencias` (`id`, `descripcion`, `limite_inferior`, `limite_superior`, `zona`, `estado`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`) VALUES
	(1, 'Bajo', 1, 3, 'Admisible', 1, 20, '2021-05-18 22:34:30', NULL, NULL),
	(2, 'Moderado', 4, 8, 'Admisible', 1, 20, '2021-05-18 22:34:33', NULL, NULL),
	(3, 'Alto', 9, 15, 'Inadmisible', 1, 20, '2021-05-18 22:34:37', NULL, NULL),
	(4, 'Extremo', 16, 25, 'Inadmisible', 1, 20, '2021-05-18 22:34:50', NULL, NULL);
/*!40000 ALTER TABLE `sie_riesgos_nivel_consecuencias` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_riesgos_nivel_evaluacion
CREATE TABLE IF NOT EXISTS `sie_riesgos_nivel_evaluacion` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(50) NOT NULL,
  `calificacion` int(11) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  `detalle` varchar(600) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  CONSTRAINT `sie_riesgos_nivel_evaluacion_ibfk_1` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_riesgos_nivel_evaluacion_ibfk_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_riesgos_nivel_evaluacion: ~4 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_riesgos_nivel_evaluacion` DISABLE KEYS */;
INSERT INTO `sie_riesgos_nivel_evaluacion` (`id`, `descripcion`, `calificacion`, `estado`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`, `detalle`) VALUES
	(1, 'Fuerte', 4, 1, 20, '2021-05-18 23:00:25', NULL, NULL, 'Se presta una atención significativa al riesgo. Se han \nadoptado la mayoría de los controles económicamente \nvisibles. Se mantiene un sistema de mantenimiento \nconstante. Control documentado, actualizado, \nestabilizado e implementado.'),
	(2, 'Moderado', 3, 1, 20, '2021-05-18 23:00:36', NULL, NULL, 'Los controles implementados aportan una certeza razonable del control, \naunque no permiten la gestión de todos los eventos de riesgos potenciales.'),
	(3, 'Débil', 2, 1, 20, '2021-05-18 23:00:47', NULL, NULL, 'Los controles implementados son insuficientes para prevenir o mitigar el riesgo.'),
	(4, 'Incontrolable', 1, 1, 20, '2021-05-18 23:01:12', NULL, NULL, 'Fuera de control para la empresa en cuanto a la probabilidad de ocurrencias y a la gestión de sus consecuencias.');
/*!40000 ALTER TABLE `sie_riesgos_nivel_evaluacion` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_riesgos_nivel_verificacion
CREATE TABLE IF NOT EXISTS `sie_riesgos_nivel_verificacion` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(50) NOT NULL,
  `puntaje` int(11) NOT NULL,
  `casillas` int(11) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  CONSTRAINT `sie_riesgos_nivel_verificacion_ibfk_1` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_riesgos_nivel_verificacion_ibfk_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_riesgos_nivel_verificacion: ~5 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_riesgos_nivel_verificacion` DISABLE KEYS */;
INSERT INTO `sie_riesgos_nivel_verificacion` (`id`, `descripcion`, `puntaje`, `casillas`, `estado`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`) VALUES
	(1, 'Definido', 15, 0, 1, 20, '2021-05-18 23:02:01', NULL, NULL),
	(2, 'Documentado', 15, 0, 1, 20, '2021-05-18 23:02:17', NULL, NULL),
	(3, 'Implementado', 20, 1, 1, 20, '2021-05-18 23:02:48', NULL, NULL),
	(4, 'Socializado', 20, 1, 1, 20, '2021-05-18 23:04:34', NULL, NULL),
	(5, 'Evaluado', 30, 2, 1, 20, '2021-05-18 23:03:52', NULL, NULL);
/*!40000 ALTER TABLE `sie_riesgos_nivel_verificacion` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_riesgos_probabilidad
CREATE TABLE IF NOT EXISTS `sie_riesgos_probabilidad` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(50) NOT NULL,
  `valor` int(11) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  CONSTRAINT `sie_riesgos_probabilidad_ibfk_1` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_riesgos_probabilidad_ibfk_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_riesgos_probabilidad: ~5 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_riesgos_probabilidad` DISABLE KEYS */;
INSERT INTO `sie_riesgos_probabilidad` (`id`, `descripcion`, `valor`, `estado`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`) VALUES
	(1, 'Raro', 1, 1, 20, '2021-05-18 23:05:51', NULL, NULL),
	(2, 'Improbable', 2, 1, 20, '2021-05-18 23:05:15', NULL, NULL),
	(3, 'Posible', 3, 1, 20, '2021-05-18 23:05:49', NULL, NULL),
	(4, 'Probable', 4, 1, 20, '2021-05-18 23:07:51', NULL, NULL),
	(5, 'Seguro', 5, 1, 20, '2021-05-18 23:06:04', NULL, NULL);
/*!40000 ALTER TABLE `sie_riesgos_probabilidad` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_riesgos_tipo_causa
CREATE TABLE IF NOT EXISTS `sie_riesgos_tipo_causa` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(50) NOT NULL,
  `icono` int(11) DEFAULT NULL,
  `estado` int(11) NOT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  CONSTRAINT `sie_riesgos_tipo_causa_ibfk_1` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_riesgos_tipo_causa_ibfk_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_riesgos_tipo_causa: ~9 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_riesgos_tipo_causa` DISABLE KEYS */;
INSERT INTO `sie_riesgos_tipo_causa` (`id`, `descripcion`, `icono`, `estado`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`) VALUES
	(1, 'Machine - Maquinaria - Equipos y tecnología', 0, 1, 20, NULL, NULL, NULL),
	(2, 'Man power - Mind power - Talento humano', 0, 1, 20, NULL, NULL, NULL),
	(3, 'Management - Gestión', 0, 1, 20, NULL, NULL, NULL),
	(4, 'Method - Métodos', 0, 1, 20, NULL, NULL, NULL),
	(5, 'Money power - Dinero', 0, 1, 20, NULL, NULL, NULL),
	(6, 'Material - Materiales', 0, 1, 20, NULL, NULL, NULL),
	(7, 'Mother nature - Naturaleza', 0, 1, 20, NULL, NULL, NULL),
	(8, 'Measurement - Medición', 0, 1, 20, NULL, NULL, NULL),
	(9, 'Maintenance - Mantenimiento', 0, 1, 20, NULL, NULL, NULL);
/*!40000 ALTER TABLE `sie_riesgos_tipo_causa` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_riesgos_tipo_consecuencia
CREATE TABLE IF NOT EXISTS `sie_riesgos_tipo_consecuencia` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(50) NOT NULL,
  `icono` int(11) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  CONSTRAINT `sie_riesgos_tipo_consecuencia_ibfk_1` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_riesgos_tipo_consecuencia_ibfk_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_riesgos_tipo_consecuencia: ~8 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_riesgos_tipo_consecuencia` DISABLE KEYS */;
INSERT INTO `sie_riesgos_tipo_consecuencia` (`id`, `descripcion`, `icono`, `estado`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`) VALUES
	(1, 'Infraestructura - Salud', 0, 1, 20, '2021-05-18 22:10:52', NULL, NULL),
	(2, 'Cumplimientos legales', 0, 1, 20, '2021-05-19 07:59:06', NULL, NULL),
	(3, 'Satisfacción del cliente', 0, 1, 20, '2021-05-19 07:59:27', NULL, NULL),
	(4, 'Sostenibilidad financiera', 0, 1, 20, '2021-05-19 07:59:46', NULL, NULL),
	(5, 'Imagen corporativa', 0, 1, 20, '2021-05-19 08:01:20', NULL, NULL),
	(6, 'Información', 0, 1, 20, '2021-05-19 08:01:43', NULL, NULL),
	(7, 'Procesos', 0, 1, 20, '2021-05-19 08:01:57', NULL, NULL),
	(8, 'Partes interesadas', 0, 1, 20, '2021-05-19 08:02:30', NULL, NULL);
/*!40000 ALTER TABLE `sie_riesgos_tipo_consecuencia` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_riesgos_tipo_controles
CREATE TABLE IF NOT EXISTS `sie_riesgos_tipo_controles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(50) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  CONSTRAINT `sie_riesgos_tipo_controles_ibfk_1` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_riesgos_tipo_controles_ibfk_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_riesgos_tipo_controles: ~2 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_riesgos_tipo_controles` DISABLE KEYS */;
INSERT INTO `sie_riesgos_tipo_controles` (`id`, `descripcion`, `estado`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`) VALUES
	(1, 'Preventivo', 1, 20, '2021-05-25 20:04:18', NULL, NULL),
	(2, 'Correctivo', 1, 20, '2021-05-25 20:04:30', NULL, NULL);
/*!40000 ALTER TABLE `sie_riesgos_tipo_controles` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_tabla_base
CREATE TABLE IF NOT EXISTS `sie_tabla_base` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(50) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  CONSTRAINT `sie_tabla_base_ibfk_1` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_tabla_base_ibfk_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_tabla_base: ~0 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_tabla_base` DISABLE KEYS */;
/*!40000 ALTER TABLE `sie_tabla_base` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_tipo_asesoria
CREATE TABLE IF NOT EXISTS `sie_tipo_asesoria` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(50) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  CONSTRAINT `sie_tipo_asesoria_ibfk_1` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_tipo_asesoria_ibfk_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_tipo_asesoria: ~6 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_tipo_asesoria` DISABLE KEYS */;
INSERT INTO `sie_tipo_asesoria` (`id`, `descripcion`, `estado`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`) VALUES
	(1, 'Agrícola', 1, 20, '2021-06-23 23:11:52', NULL, NULL),
	(2, 'Pecuaria', 1, 20, '2021-06-23 23:11:52', NULL, NULL),
	(3, 'Fortalecimiento asociativo', 1, 20, '2021-06-23 23:11:52', NULL, NULL),
	(4, 'Agroindustrial', 1, 20, '2021-06-23 23:11:52', NULL, NULL),
	(5, 'Contable y financiero', 1, 20, '2021-06-23 23:11:52', NULL, NULL),
	(6, 'Mercadeo', 1, 20, '2021-06-23 23:11:52', NULL, NULL);
/*!40000 ALTER TABLE `sie_tipo_asesoria` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_tipo_atencion
CREATE TABLE IF NOT EXISTS `sie_tipo_atencion` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(50) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  CONSTRAINT `sie_tipo_atencion_ibfk_1` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_tipo_atencion_ibfk_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_tipo_atencion: ~3 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_tipo_atencion` DISABLE KEYS */;
INSERT INTO `sie_tipo_atencion` (`id`, `descripcion`, `estado`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`) VALUES
	(1, 'Asistencia técnica', 1, 20, '2021-06-23 23:11:52', NULL, NULL),
	(2, 'Asesoría', 1, 20, '2021-06-23 23:11:52', NULL, NULL),
	(3, 'Capacitación', 1, 20, '2021-06-23 23:11:52', NULL, NULL);
/*!40000 ALTER TABLE `sie_tipo_atencion` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_tipo_documentos
CREATE TABLE IF NOT EXISTS `sie_tipo_documentos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(300) NOT NULL,
  `estado` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_tipo_documentos: ~11 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_tipo_documentos` DISABLE KEYS */;
INSERT INTO `sie_tipo_documentos` (`id`, `descripcion`, `estado`) VALUES
	(1, 'MANUAL', 1),
	(2, 'MAPA', 1),
	(3, 'MODELO', 1),
	(4, 'PLAN', 1),
	(5, 'CRACTERIZACION', 1),
	(6, 'INSTRUCTIVO', 1),
	(7, 'FORMATO', 1),
	(8, 'NORMA', 1),
	(9, 'CIRCULAR', 1),
	(10, 'MATRIZ', 1);
/*!40000 ALTER TABLE `sie_tipo_documentos` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_tipo_indicadores
CREATE TABLE IF NOT EXISTS `sie_tipo_indicadores` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(300) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_tipo_indicadores: ~3 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_tipo_indicadores` DISABLE KEYS */;
INSERT INTO `sie_tipo_indicadores` (`id`, `descripcion`) VALUES
	(1, 'EFICIENCIA'),
	(2, 'EFICACIA'),
	(3, 'EFECTIVIDAD');
/*!40000 ALTER TABLE `sie_tipo_indicadores` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_tipo_poblacion
CREATE TABLE IF NOT EXISTS `sie_tipo_poblacion` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(50) NOT NULL,
  `estado` int(11) NOT NULL,
  `id_usuario_crea` int(11) DEFAULT NULL,
  `fecha_creacion` datetime DEFAULT NULL,
  `id_usuario_inactiva` int(11) DEFAULT NULL,
  `fecha_inactivacion` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_tabla_base_sie_usuarios` (`id_usuario_crea`),
  KEY `FK_sie_tabla_base_sie_usuarios_2` (`id_usuario_inactiva`),
  CONSTRAINT `sie_tipo_poblacion_ibfk_1` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `sie_tipo_poblacion_ibfk_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_tipo_poblacion: ~6 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_tipo_poblacion` DISABLE KEYS */;
INSERT INTO `sie_tipo_poblacion` (`id`, `descripcion`, `estado`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`) VALUES
	(1, 'Pequeño productor', 1, 20, '2021-06-29 20:20:26', NULL, NULL),
	(2, 'Joven rural', 1, 20, '2021-06-29 20:20:43', NULL, NULL),
	(3, 'Afrodescendiente', 1, 20, '2021-06-29 20:20:54', NULL, NULL),
	(4, 'Víctima', 1, 20, '2021-06-29 20:20:54', NULL, NULL),
	(5, 'Indígena', 1, 20, '2021-06-29 20:20:54', NULL, NULL),
	(6, 'Mujer rural', 1, 20, '2021-06-29 20:20:54', NULL, NULL);
/*!40000 ALTER TABLE `sie_tipo_poblacion` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_tipo_zonas
CREATE TABLE IF NOT EXISTS `sie_tipo_zonas` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(300) NOT NULL,
  `tipo` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_tipo_zonas: ~3 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_tipo_zonas` DISABLE KEYS */;
INSERT INTO `sie_tipo_zonas` (`id`, `descripcion`, `tipo`) VALUES
	(11, 'VEREDA', 'RURAL'),
	(12, 'CORREGIMIENTO', 'RURAL'),
	(13, 'CABECERA', 'URBANA');
/*!40000 ALTER TABLE `sie_tipo_zonas` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_usuarios
CREATE TABLE IF NOT EXISTS `sie_usuarios` (
  `id` int(255) NOT NULL AUTO_INCREMENT,
  `correo` varchar(100) NOT NULL DEFAULT '0' COMMENT 'Es su correo y usuario de ingreso',
  `contrasena` varchar(200) NOT NULL DEFAULT '0' COMMENT 'Encriptada con MD5',
  `nombres` varchar(50) NOT NULL DEFAULT '0',
  `apellidos` varchar(50) NOT NULL DEFAULT '0',
  `celular` varchar(50) NOT NULL DEFAULT '0',
  `direccion` varchar(50) NOT NULL DEFAULT '0',
  `estado` int(2) NOT NULL DEFAULT '0' COMMENT '0=Inactivo,1=Activo',
  `id_proceso` int(10) NOT NULL DEFAULT '0',
  `id_perfil` int(10) NOT NULL DEFAULT '0',
  `fecha_ultimo_cambio_contrasena` datetime DEFAULT '0000-00-00 00:00:00',
  `fecha_ultimo_inicio_sesion` datetime DEFAULT '0000-00-00 00:00:00',
  `sesion_activa` int(2) DEFAULT '0' COMMENT '0=Sesión inactiva, 1=Sesión activa',
  `id_usuario_crea` int(10) NOT NULL DEFAULT '0',
  `fecha_creacion` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `id_usuario_inactiva` int(10) DEFAULT '0',
  `fecha_inactivacion` datetime DEFAULT '0000-00-00 00:00:00',
  `imagen` varchar(100) NOT NULL DEFAULT 'default.png',
  `cargo` varchar(100) NOT NULL DEFAULT 'default.png',
  PRIMARY KEY (`id`),
  UNIQUE KEY `correo` (`correo`),
  KEY `id_proceso` (`id_proceso`),
  KEY `id_perfil` (`id_perfil`),
  KEY `id_usuario_crea` (`id_usuario_crea`),
  KEY `id_usuario_inactiva` (`id_usuario_inactiva`),
  CONSTRAINT `FK_sie_usuarios_sie_perfiles` FOREIGN KEY (`id_perfil`) REFERENCES `sie_perfiles` (`id`),
  CONSTRAINT `FK_sie_usuarios_sie_procesos` FOREIGN KEY (`id_proceso`) REFERENCES `sie_procesos` (`id`),
  CONSTRAINT `FK_sie_usuarios_sie_usuarios` FOREIGN KEY (`id_usuario_crea`) REFERENCES `sie_usuarios` (`id`),
  CONSTRAINT `FK_sie_usuarios_sie_usuarios_2` FOREIGN KEY (`id_usuario_inactiva`) REFERENCES `sie_usuarios` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=87 DEFAULT CHARSET=latin1;

-- Volcando datos para la tabla quimico4_sie.sie_usuarios: ~8 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_usuarios` DISABLE KEYS */;
INSERT INTO `sie_usuarios` (`id`, `correo`, `contrasena`, `nombres`, `apellidos`, `celular`, `direccion`, `estado`, `id_proceso`, `id_perfil`, `fecha_ultimo_cambio_contrasena`, `fecha_ultimo_inicio_sesion`, `sesion_activa`, `id_usuario_crea`, `fecha_creacion`, `id_usuario_inactiva`, `fecha_inactivacion`, `imagen`, `cargo`) VALUES
	(19, 'jo5334508@gmail.com', 'bf47df2912764fc05c805415b274ee7b', 'JAVIER ALONSO', 'OSORIO CARO', '3242112128', 'CR 36 #95A-32', 1, 22, 16, '0000-00-00 00:00:00', '2021-08-02 07:49:50', 1, 19, '2021-02-25 00:00:00', 19, '0000-00-00 00:00:00', 'avatar.png', 'DESARROLLADOR'),
	(20, 'alejandro.posada@alejoposada.info', '4eab78cd2d2955d6c04cb648cd42da1c', 'ALEJANDRO', 'POSADA POSADA', '3146251777', 'MEDELLIN', 1, 21, 16, '0000-00-00 00:00:00', '2021-06-23 21:11:12', 1, 20, '2021-02-25 00:00:00', 20, '0000-00-00 00:00:00', 'profile.png', 'ANALISTA'),
	(24, 'cristian.9077@hotmail.com', '9d0e6aab90da2f2a65ddd3c65a62328d', 'CHRISTIAN', 'VILLA SALDARRIAGA', '3058738063', 'MANIZALEZ', 1, 28, 16, '0000-00-00 00:00:00', '2021-04-06 19:35:55', 1, 20, '2021-03-04 00:00:00', 20, '0000-00-00 00:00:00', 'default.png', 'ANALISTA'),
	(27, 'wmarroquin05@gmail.com', 'a8f9def4cc6b6883d8088a09e12a4a5f', 'WENNDY', 'MARROQUIN', ' 3057187958', 'Bogotá', 1, 28, 16, '0000-00-00 00:00:00', '2021-07-30 09:11:49', 1, 20, '2021-03-04 00:00:00', 20, '0000-00-00 00:00:00', 'default.png', 'ANALISTA'),
	(29, 'bertpamo@gmail.com', '0609ae724aa22f7fb4b2fd41da9617e8', 'HUMBERTO ', 'PAEZ', '3186930286', 'CALLE 131 99 75', 1, 28, 16, '0000-00-00 00:00:00', '2021-04-30 11:21:19', 1, 29, '2021-03-04 00:00:00', 29, '0000-00-00 00:00:00', 'avatar1.png', 'ANALISTA'),
	(83, 'alejopo27@gmail.com', '4eab78cd2d2955d6c04cb648cd42da1c', 'ALEJO', 'POSADA', '3146251777', 'MEDELLIN', 1, 24, 13, '0000-00-00 00:00:00', '2021-03-13 20:31:34', 1, 20, '2021-03-13 20:30:31', 20, '0000-00-00 00:00:00', '', 'ANALISTA'),
	(84, 'rodolfomottag@gmail.com', '5b39b6c6b60464cef4554aa96ff973c0', 'RODOLFO', 'MOTTA GENEYRO', '3183639871', 'CALLE 50 # 52 - 51', 1, 55, 16, '0000-00-00 00:00:00', '2021-05-18 17:12:27', 1, 27, '2021-05-12 19:32:14', 27, '0000-00-00 00:00:00', '', 'ASESOR'),
	(85, 'vale2003love@gmail.com', '5b39b6c6b60464cef4554aa96ff973c0', 'VALERIA ', 'USUGA GÓMEZ', '3225195573', 'CENTRO GOMEZ PLATA', 1, 27, 11, '0000-00-00 00:00:00', '2021-05-18 17:10:36', 1, 27, '2021-05-12 19:35:42', 27, '0000-00-00 00:00:00', '', 'SOPORTE Y ASESORÃ­A'),
	(86, 'wendymarroquin.950905@hotmail.com', '92fbfb03f7bf4a2b80426d279771e6ab', 'PRUEBA', 'SIEGP', '3000000290', 'DIRECCION PRUEBA', 1, 25, 12, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 27, '2021-07-30 09:23:07', 27, '0000-00-00 00:00:00', '', 'PRUEBA CARGO');
/*!40000 ALTER TABLE `sie_usuarios` ENABLE KEYS */;

-- Volcando estructura para tabla quimico4_sie.sie_zonas
CREATE TABLE IF NOT EXISTS `sie_zonas` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `descripcion` varchar(300) NOT NULL,
  `id_tipo` int(11) NOT NULL,
  `latitud` varchar(50) DEFAULT NULL,
  `longitud` varchar(50) DEFAULT NULL,
  `estado` varchar(50) DEFAULT '' COMMENT '1 ACTIVO, 0 INACTIVO',
  `id_grupo` int(11) DEFAULT NULL,
  `codigo_municipio` int(11) DEFAULT NULL,
  `codigo_departamento` int(11) DEFAULT NULL,
  `codigo_pais` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_sie_zonas_sie_tipo_zonas` (`id_tipo`),
  KEY `FK_sie_zonas_sie_grupo_zonas` (`id_grupo`),
  KEY `codigo_municipio` (`codigo_municipio`),
  KEY `codigo_departamento` (`codigo_departamento`),
  KEY `codigo_pais` (`codigo_pais`),
  CONSTRAINT `FK_sie_departamentos` FOREIGN KEY (`codigo_departamento`) REFERENCES `sie_departamentos` (`codigo`),
  CONSTRAINT `FK_sie_municipios` FOREIGN KEY (`codigo_municipio`) REFERENCES `sie_municipios` (`codigo`),
  CONSTRAINT `FK_sie_paises` FOREIGN KEY (`codigo_pais`) REFERENCES `sie_paises` (`codigo`),
  CONSTRAINT `FK_sie_zonas_sie_grupo_zonas` FOREIGN KEY (`id_grupo`) REFERENCES `sie_grupo_zonas` (`id`),
  CONSTRAINT `FK_sie_zonas_sie_tipo_zonas` FOREIGN KEY (`id_tipo`) REFERENCES `sie_tipo_zonas` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- Volcando datos para la tabla quimico4_sie.sie_zonas: ~37 rows (aproximadamente)
/*!40000 ALTER TABLE `sie_zonas` DISABLE KEYS */;
INSERT INTO `sie_zonas` (`id`, `descripcion`, `id_tipo`, `latitud`, `longitud`, `estado`, `id_grupo`, `codigo_municipio`, `codigo_departamento`, `codigo_pais`) VALUES
	(1, 'EL OSO', 11, NULL, NULL, '1', 28, 310, 5, 169),
	(3, 'PUENTE PORCE', 11, NULL, NULL, '1', 23, 310, 5, 169),
	(4, 'CAÑAVERAL', 11, NULL, NULL, '1', 27, 310, 5, 169),
	(6, 'QUEBRADONA', 11, NULL, NULL, '1', 25, 310, 5, 169),
	(7, 'LA HONDURA', 11, NULL, NULL, '1', 26, 310, 5, 169),
	(8, 'EL GUAYABO', 11, NULL, NULL, '1', 26, 310, 5, 169),
	(9, 'LA PRIMAVERA', 11, NULL, NULL, '1', 25, 310, 5, 169),
	(10, 'VEGA BOTERO', 11, NULL, NULL, '1', 23, 310, 5, 169),
	(11, 'EL BRASIL', 11, NULL, NULL, '1', 23, 310, 5, 169),
	(12, 'EL INDIO', 11, NULL, NULL, '1', 24, 310, 5, 169),
	(13, 'EL CERRO', 11, NULL, NULL, '1', 24, 310, 5, 169),
	(14, 'EL ARBOLITO', 11, NULL, NULL, '1', 25, 310, 5, 169),
	(15, 'EL TABLÓN', 11, NULL, NULL, '1', 19, 310, 5, 169),
	(16, 'BALSAS', 11, NULL, NULL, '1', 21, 310, 5, 169),
	(17, 'LA ACEQUIA', 11, NULL, NULL, '1', 21, 310, 5, 169),
	(18, 'TRAPICHERA', 11, NULL, NULL, '1', 23, 310, 5, 169),
	(19, 'LA BONITA', 11, NULL, NULL, '1', 21, 310, 5, 169),
	(20, 'CLARITAS', 11, NULL, NULL, '1', 20, 310, 5, 169),
	(21, 'ANGOSTURITA', 11, NULL, NULL, '1', 20, 310, 5, 169),
	(22, 'LA REGION', 11, NULL, NULL, '1', 22, 310, 5, 169),
	(23, 'CALDERAS', 11, NULL, NULL, '1', 22, 310, 5, 169),
	(24, 'SANTA ELENA', 11, NULL, NULL, '1', 23, 310, 5, 169),
	(25, 'CHILIMACO', 11, NULL, NULL, '1', 22, 310, 5, 169),
	(26, 'LA CLARA', 11, NULL, NULL, '1', 22, 310, 5, 169),
	(27, 'JUNTAS', 11, NULL, NULL, '1', 28, 310, 5, 169),
	(28, 'EL SALTO', 12, NULL, NULL, '1', 28, 310, 5, 169),
	(29, 'LA ESTRELLA', 12, NULL, NULL, '1', 22, 310, 5, 169),
	(30, 'SAN MATÍAS', 12, NULL, NULL, '1', 27, 310, 5, 169),
	(31, 'CABECERA MUNICIPAL', 13, NULL, NULL, '1', 19, 310, 5, 169),
	(32, 'LORICA', 11, '', '', '1', 22, 310, 5, 169),
	(33, 'QUEBRADONCITA', 11, '', '', '1', 25, 310, 5, 169),
	(34, 'TRAVESIAS', 11, '', '', '1', 25, 310, 5, 169),
	(35, 'LA QUINTA', 11, '', '', '1', 26, 310, 5, 169),
	(36, 'SAN ANTONIO', 11, '', '', '1', 27, 310, 5, 169),
	(37, 'LA ARENERA', 11, '', '', '1', 28, 310, 5, 169),
	(38, 'LA CONTRATA', 11, '', '', '1', 28, 310, 5, 169),
	(39, 'NUEVA UB', 11, '', '', '0', NULL, 310, 5, 169);
/*!40000 ALTER TABLE `sie_zonas` ENABLE KEYS */;

/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
