SQLite format 3@ .[5L.#%6  )=indexsqlite_autoindex_cache_1cacheA-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)ctablesearchessearchesCREATE TABLE searches ( search_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL DEFAULT '0', "type" smallint NOT NULL DEFAULT '0', name varchar(128) NOT NULL, data text NOT NULL )C!3indexix_dictionary_user_languagedictionaryCREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, "language")!!{tabledictionarydictionaryCREATE TABLE dictionary ( user_id integer DEFAULT NULL, "language" varchar(5) NOT NULL, data text NOT NULL )Y1uindexix_session_changedsessionCREATE INDEX ix_session_changed ON session (changed)V tablesessionsessionCREATE TABLE session ( sess_id varchar(128) NOT NULL PRIMARY KEY, changed datetime NOT NULL default '0000-00-00 00:00:00', ip varchar(40) NOT NULL default '', vars text NOT NULL )-Aindexsqlite_autoindex_session_1sessionf /indexix_users_usernameusers CREATE UNIQUE INDEX ix_users_username ON users(username, mail_host) tableusersusers CREATE TABLE users ( user_id integer NOT NULL PRIMARY KEY, username varchar(128) NOT NULL default '', mail_host varchar(128) NOT NULL default '', created datetime NOT NULL default '0000-00-00 00:00:00', last_login datetime DEFAULT NULL, failed_login datetime DEFAULT NULL, failed_login_counter integer DEFAULT NULL, language varchar(5), preferences text NOT NULL default '' )d 3!indexix_identities_emailidentities CREATE INDEX ix_identities_email ON identities(email, del)j 7! indexix_identities_user_ididentities CREATE INDEX ix_identities_user_id ON identities(user_id, del)>!!Gtableidentitiesidentities CREATE TABLE identities ( identity_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL default '0', changed datetime NOT NULL default '0000-00-00 00:00:00', del tinyint NOT NULL default '0', standard tinyint NOT NULL default '0', name varchar(128) NOT NULL default '', organization varchar(128) default '', email varchar(128) NOT NULL default '', "reply-to" varchar(128) NOT NULL default '', bcc varchar(128) NOT NULL default '', signature text NOT NULL default '', html_signature tinyint NOT NULL default '0' )O31indexix_contactgroupmembers_contact_idcontactgroupmembersCREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id) 33AtablecontactgroupmemberscontactgroupmembersCREATE TABLE contactgroupmembers ( contactgroup_id integer NOT NULL, contact_id integer NOT NULL default '0', created datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (contactgroup_id, contact_id) )EY3indexsqlite_autoindex_contactgroupmembers_1contactgroupmembersv='indexix_contactgroups_user_idcontactgroupsCREATE INDEX ix_contactgroups_user_id ON contactgroups(user_id, del)$''tablecontactgroupscontactgroupsCREATE TABLE contactgroups ( contactgroup_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL default '0', changed datetime NOT NULL default '0000-00-00 00:00:00', del tinyint NOT NULL default '0', name varchar(128) NOT NULL default '' )b3indexix_contacts_user_idcontactsCREATE INDEX ix_contacts_user_id ON contacts(user_id, del)D[tablecontactscontactsCREATE TABLE contacts ( contact_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL, changed datetime NOT NULL default '0000-00-00 00:00:00', del tinyint NOT NULL default '0', name varchar(128) NOT NULL default '', email text NOT NULL default '', firstname varchar(128) NOT NULL default '', surname varchar(128) NOT NULL default '', vcard text NOT NULL default ?:87q1J' ' < u H  fffg=indexsqlite_autoindex_cache_1cache|=#!indexical_calendar_notify_idxical_events4CREATE INDEX ical_calendar_notify_idx ON ical_events(calendar_id,notifyat)(++mtableitipinvitationsitipinvitations+CREATE TABLE itipinvitations ( token varchar(64) NOT NULL PRIMARY KEY, event_uid varchar(255) NOT NULL, user_id integer NOT NULL default '0', event text NOT NULL, expires datetime NOT NULL default '1000-01-01 00:00:00', cancelled tinyint(1) NOT NULL default '0', CONSTRAINT fk_itipinvitations_user_id FOREIGN KEY (user_id) REFERENCES users(user_id) )'##itableattachmentsattachments*CREATE TABLE attachments ( attachment_id integer NOT NULL PRIMARY KEY, event_id integer NOT NULL default '0', filename varchar(255) NOT NULL default '', mimetype varchar(255) NOT NULL default '', size integer NOT NULL default '0', data text NOT NULL default '', CONSTRAINT fk_attachment_event_id FOREIGN KEY (event_id) REFERENCES events(event_id) )J&otableeventsevents)CREATE TABLE events ( event_id integer NOT NULL PRIMARY KEY, calendar_id integer NOT NULL default '0', recurrence_id integer NOT NULL default '0', uid varchar(255) NOT NULL default '', instance varchar(16) NOT NULL default '', isexception tinyint(1) NOT NULL default '0', created datetime NOT NULL default '1000-01-01 00:00:00', changed datetime NOT NULL default '1000-01-01 00:00:00', sequence integer NOT NULL default '0', start datetime NOT NULL default '1000-01-01 00:00:00', end datetime NOT NULL default '1000-01-01 00:00:00', recurrence varchar(255) default NULL, title varchar(255) NOT NULL, description text NOT NULL, location varchar(255) NOT NULL default '', categories varchar(255) NOT NULL default '', url varchar(255) NOT NULL default '', all_day tinyint(1) NOT NULL default '0', free_busy tinyint(1) NOT NULL default '0', priority tinyint(1) NOT NULL default '0', sensitivity tinyint(1) NOT NULL default '0', status varchar(32) NOT NULL default '', alarms text default NULL, attendees text default NULL, notifyat datetime default NULL, CONSTRAINT fk_events_calendar_id FOREIGN KEY (calendar_id) REFERENCES calendars(calendar_id) ) tablecalendarscalendars(CREATE TABLE calendars ( calendar_id integer NOT NULP/%#gindexical_uid_idxical_events2CREATE INDEX ical_uid_idx ON ical_events(uid)|*9+!indexix_itipinvitations_uiditipinvitations.CREATE INDEX ix_itipinvitations_uid ON itipinvitations(user_id, event_uid)=)Q+indexsqlite_autoindex_itipinvitations_1itipinvitations,+$?indexsqlite_autoindex_system_1system'o#9tablesystemsystem&CREATE TABLE system ( name varchar(64) NOT NULL PRIMARY KEY, value text NOT NULL )?)indexix_cache_messages_expirescache_messages%CREATE INDEX ix_cache_messagei03# indexical_recurrence_idxical_events3CREATE INDEX ical_recurrence_idx ON ical_events(recurrence_id)%ytablecalendarscalendars(CREATE TABLE calendars ( calendar_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL default '0', name varchar(255) NOT NULL default '', color varchar(255) NOT NULL default '', showalarms tinyint(1) NOT NULL default '1', driver varchar(255) NOT NULL default 'database', CONSTRAINT fk_calendars_user_id FOREIGN KEY (user_id) REFERENCES users(user_id) )m;%indexix_cache_shared_expirescache_sharedCREATE INDEX ix_cache_shared_expires ON cache_shared(expires)7K%indexsqlite_autoindex_cache_shared_1cache_shared6%%/tablecache_sharedcache_sharedCREATE TABLE cache_shared ( cache_key varchar(255) NOT NULL, expires datetime DEFAULT NULL, data text NOT NULL, PRIMARY KEY (cache_key) )Y1uindexix_session_changedsessionCREATE INDEX ix_session_changed ON session (changed)-Aindexsqlite_autoindex_session_1sessionV tablesessionsessionCREATE TABLE session ( sess_id varchar(128) NOT NULL PRIMARY KEY, changed datetime NOT NULL default '0000-00-00 00:00:00', ip varchar(40) NOT NULL default '', vars text NOT NULL )! E{uoic]WQKE?93-'! ysmga[UOIC=71+%  } w q k e _ Y S M G A ; 5 / ) #     { u o i c ] W Q K E ? 9 3 - ' !      y s m g a [ U O I C = 7 1 + %      } w q k e _ Y S M G A ; 5 / ) #     { u o i c ] W Q K EWLA7-#{peZPE:/${peZOD9.# ~}w|l{ayVxKw@v5t*srq o~nsmhl]kRjGi<h1f&ecbaz`o_d^Y]N\C[8Z-X"WU TSvRkQ`PUOJN?M4L)JHGF}ErDgC\BQAF@;?0>%=;98y7n6c5X3M2B180-/".- +*v)k(`'U&J%?#4")! }rg\QF;0%y n c X M B7,! uj_TI>3(|qf[PE:/$xmbWLAߊ6ފ+݊ ܊ۊ ډىt׉i։^ԉSӉH҉=щ2Љ'ωΉ͉ˈ{ʈpɈeȈZƈOňDĈ9È.ˆ# wmbWLA6+  tj_TI>3(|qf[PE:/$xmbWLA6+  wlaVK@~5|*{xw v~usths]rRqGp<o2n'lkji{hpgefZeOdDc9b.a$`]\[{=p;eA[@OODJ8I-K"<4  z  _ _V  H H4     vv 00 z y ^^ * 3/2023-07-06 15:57:10Imported Contacts  S%$# v|v@8u0g(Y I<,xph`ՊXljPH@80}(m _^  B 3  E 2021-01-29 21:21:25wwbtlcwwbtlc@btlconsultants.com.mx   !!\ 33;wwbtlclocalhost2021-01-29 21:21:252023-07-06 15:57:03es_ESa:4:{s:12:"archive_mbox";s:13:"INBOX.Archive";s:11:"client_hash";s:16:"V3a6lNQC8bbPu7wS";s:9:"junk_mbox";s:10:"INBOX.spam";s:15:"namespace_fixed";b:1;}   wwbtlclocalhost Q &Q8M3+m8cfcff2571fee29c043e56004b19f93f2023-07-06 15:58:44189.144.120.104bGFuZ3VhZ2V8czo1OiJlc19FUyI7aW1hcF9uYW1lc3BhY2V8YTo1OntzOjg6InBlcnNvbmFsIjthOjE6e2k6MDthOjI6e2k6MDtzOjY6IklOQk9YLiI7aToxO3M6MToiLiI7fX1zOjU6Im90aGVyIjtOO3M6Njoic2hhcmVkIjtOO3M6OToicHJlZml4X2luIjtzOjY6IklOQk9YLiI7czoxMDoicHJlZml4X291dCI7czo2OiJJTkJPWC4iO31pbWFwX2RlbGltaXRlcnxzOjE6Ii4iO2ltYXBfbGlzdF9jb25mfGE6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7YTowOnt9fXVzZXJfaWR8aToxO3VzZXJuYW1lfHM6Njoid3didGxjIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxiOjA7cGFzc3dvcmR8czozMjoiK0pwU2dqbVJkYzRmR1VYaURHdVV4ZkNmOW81dEFrS2UiO2xvZ2luX3RpbWV8aToxNjg4NjU5MDI0O1NUT1JBR0VfU1BFQ0lBTC1VU0V8YjoxO2F1dGhfc2VjcmV0fHM6MzI6IllVVVQzTmJ2Q09OTDFwQWtCTWREdGlPUk5sMzVKeXhHIjtyZXF1ZXN0X3Rva2VufHM6MzI6IjBESmFDeUY5djJvejVHdFZwWG9rQXZBMXJyUU9XU2UxIjs=M3)-eb1edc57cf7e1f5ea9c53fccc9429c302021-01-29 21:21:30201.141.17.145bGFuZ3VhZ2V8czo1OiJlc19FUyI7c2tpbnxzOjU6ImxhcnJ5IjtpbWFwX25hbWVzcGFjZXxhOjU6e3M6ODoicGVyc29uYWwiO2E6MTp7aTowO2E6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7czoxOiIuIjt9fXM6NToib3RoZXIiO047czo2OiJzaGFyZWQiO047czo5OiJwcmVmaXhfaW4iO3M6NjoiSU5CT1guIjtzOjEwOiJwcmVmaXhfb3V0IjtzOjY6IklOQk9YLiI7fWltYXBfZGVsaW1pdGVyfHM6MToiLiI7dXNlcl9pZHxzOjE6IjEiO3VzZXJuYW1lfHM6Njoid3didGxjIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxOO3Bhc3N3b3JkfHM6OTY6IlRBMUxlaEQ4Y25ldm9pb1lOa0hDSXRlUDZjbER6c1JwMFdMTVk5eVVZV0R6OEJWUGw5Y2p2aDZiYTBlKzBFSWpIN3lKbGszVmFmV2lTcEhCZjJVMzdNNmxDVmcxWFhraiI7bG9naW5fdGltZXxpOjE2MTE5NTUyODY7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7YXV0aF9zZWNyZXR8czozMjoiUTJjTGFabVpPbHF6c1B1aTk4enZrWEFScTZoSDh0RWYiO3JlcXVlc3RfdG9rZW58czozMjoiRU56Mk5BcVhyOEhiandXckI5bjRmVk9aTFVtQ2VrMW0iO3Rhc2t8czo0OiJtYWlsIjtpbWFwX2hvc3R8czo5OiJsb2NhbGhvc3QiO21ib3h8czo1OiJJTkJPWCI7c29ydF9jb2x8czowOiIiO3NvcnRfb3JkZXJ8czo0OiJERVNDIjtTVE9SQUdFX1RIUkVBRHxhOjM6e2k6MDtzOjEwOiJSRUZFUkVOQ0VTIjtpOjE7czo0OiJSRUZTIjtpOjI7czoxNDoiT1JERVJFRFNVQkpFQ1QiO31TVE9SQUdFX1FVT1RBfGI6MTtTVE9SQUdFX0xJU1QtRVhURU5ERUR8YjoxO2xpc3RfYXR0cmlifGE6NTp7czo0OiJuYW1lIjtzOjg6Im1lc3NhZ2VzIjtzOjI6ImlkIjtzOjExOiJtZXNzYWdlbGlzdCI7czo1OiJjbGFzcyI7czo0ODoicmVjb3Jkcy10YWJsZSBtZXNzYWdlbGlzdCBzb3J0aGVhZGVyIGZpeGVkaGVhZGVyIjtzOjE1OiJvcHRpb25zbWVudWljb24iO3M6NDoidHJ1ZSI7czoxNToiYXJpYS1sYWJlbGxlZGJ5IjtzOjIyOiJhcmlhLWxhYmVsLW1lc3NhZ2VsaXN0Ijt9cGFnZXxpOjE7dW5zZWVuX2NvdW50fGE6Njp7czo1OiJJTkJPWCI7aTowO3M6MTI6IklOQk9YLkRyYWZ0cyI7aTowO3M6MTA6IklOQk9YLlNlbnQiO2k6MDtzOjEwOiJJTkJPWC5zcGFtIjtpOjA7czoxMToiSU5CT1guVHJhc2giO2k6MDtzOjEzOiJJTkJPWC5BcmNoaXZlIjtpOjA7fQ==WM3)-b0798e40f4723442c6a5617c6391ea532021-01-29 21:21:26201.141.17.145bGFuZ3VhZ2V8czo1OiJlc19FUyI7c2tpbnxzOjU6ImxhcnJ5IjtpbWFwX25hbWVzcGFjZXxhOjU6e3M6ODoicGVyc29uYWwiO2E6MTp7aTowO2E6Mjp7aTowO3M6NjoiSU5CT1guIjtpOjE7czoxOiIuIjt9fXM6NToib3RoZXIiO047czo2OiJzaGFyZWQiO047czo5OiJwcmVmaXhfaW4iO3M6NjoiSU5CT1guIjtzOjEwOiJwcmVmaXhfb3V0IjtzOjY6IklOQk9YLiI7fWltYXBfZGVsaW1pdGVyfHM6MToiLiI7dXNlcl9pZHxzOjE6IjEiO3VzZXJuYW1lfHM6Njoid3didGxjIjtzdG9yYWdlX2hvc3R8czo5OiJsb2NhbGhvc3QiO3N0b3JhZ2VfcG9ydHxpOjE0MztzdG9yYWdlX3NzbHxOO3Bhc3N3b3JkfHM6OTY6IlRBMUxlaEQ4Y25ldm9pb1lOa0hDSXRlUDZjbER6c1JwMFdMTVk5eVVZV0R6OEJWUGw5Y2p2aDZiYTBlKzBFSWpIN3lKbGszVmFmV2lTcEhCZjJVMzdNNmxDVmcxWFhraiI7bG9naW5fdGltZXxpOjE2MTE5NTUyODY7U1RPUkFHRV9TUEVDSUFMLVVTRXxiOjE7 $M8cfcff2571fee29c043e56004b19f93f$Meb1edc57cf7e1f5ea9c53fccc9429c30#M b0798e40f4723442c6a5617c6391ea53 32023-07-06 15:58:4432021-01-29 21:21:303 2021-01-29 21:21:26       + ~= +++++++J11Ktablecarddav_group_usercarddav_group_userMCREATE TABLE carddav_group_user ( group_id integer NOT NULL, contact_id integer NOT NULL, PRIMARY KEY(group_id,contact_id), -- not enforced by sqlite < 3.6.19 FOREIGN KEY(group_id) REFERENCES carddav_groups(id) ON DELETE CASCADE ON UPDATE CASCADE, FOREIGN KEY(contact_id) REFERENCES carddav_contacts(id) ON DELETE CASCADE ON UPDATE CASCADE ) AFU/indexsqlite_autoindex_carddav_xsubtypes_1carddav_xsubtypesH,E//tablecarddav_xsubtypescarddav_xsubtypesGCREATE TABLE carddav_xsubtypes ( id integer NOT NULL PRIMARY KEY, typename VARCHAR(128) NOT NULL, -- name of the type subtype VARCHAR(128) NOT NULL, -- name of the subtype abook_id integer NOT NULL, -- not enforced by sqlite < 3.6.19 FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE, UNIQUE(typename,subtype,abook_id) )DG-indexcarddav_contacts_abook_id_idxcarddav_contactsFCREATE INDEX carddav_contacts_abook_id_idx ON carddav_contacts(abook_id)?CS-indexsqlite_autoindex_carddav_contacts_2carddav_contactsE?BS-indexsqlite_autoindex_carddav_contacts_1carddav_contactsD>A--/tablecarddav_contactscarddav_contactsCCREATE TABLE carddav_contacts ( id integer NOT NULL PRIMARY KEY, abook_id integer NOT NULL, name VARCHAR(255) NOT NULL, -- display name email VARCHAR(255), -- ", " separated list of mail addresses firstname VARCHAR(255), surname VARCHAR(255), organization VARCHAR(255), showas VARCHAR(32) NOT NULL DEFAULT '', -- special display type (e.g., as a company) vcard TEXT NOT NULL, -- complete vcard etag VARCHAR(255) NOT NULL, -- entity tag, can be used to check if card changed on server uri VARCHAR(255) NOT NULL, -- path of the card on the server cuid VARCHAR(255) NOT NULL, -- unique identifier of the card within the collection UNIQUE(uri,abook_id), UNIQUE(cuid,abook_id), -- not enforced by sqlite < 3.6.19 FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE )Y(.=11tablecaldav_attachmentscaldav_attachments>CREATE TABLE caldav_attachments ( attachment_id integer NOT NULL PRIMARY KEY, event_id integer NOT NULL DEFAULT '0', filename varchar(255) NOT NULL DEFAULT '', mimetype varchar(255) NOT NULL DEFAULT '', size integer NOT NULL DEFAULT '0', data longtext NOT NULL, CONSTRAINT fk_caldav_attachments_event_id FOREIGN KEY (event_id) REFERENCES caldav_events(event_id) )--{tableical_attachmentsical_attachments5CREATE TABLE ical_attachments ( attachment_id integer NOT NULL PRIMARY KEY, event_id integer NOT NULL DEFAULT '0', filename varchar(255) NOT NULL DEFAULT '', mimetype varchar(255) NOT NULL DEFAULT '', size integer NOT NULL DEFAULT '0', data longtext NOT NULL, CONSTRAINT fk_ical_attachments_event_id FOREIGN KEY (event_id) REFERENCES ical_events(event_id) )               J!calendar-caldav-version20160720$;!calendar-caldav-version2022120700&?!calendar-database-version2023030100/!roundcube-version2021100300 6calendar-caldav-versio;calendar-caldav-version?calendar-database-version/ roundcube-version   Defaultcc0000database            ] 6 XD]8 3C 1Q2023-07-06 15:57:11sleonsleon@btlconsultants.com.mxsleonBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:28.a09ecc4a-2b7e-1947-3e50-d1e06256cb52.sleon@btlconsultants.com.mx N:sleon;;;; FN:sleon EMAIL;TYPE=INTERNET;TYPE=INTERNET:sleon@btlconsultants.com.mx END:VCARD sleon sleon@btlconsultants.com.mxe 3!M !Ye2023-07-06 15:57:11ghernandezghernandez@btlconsultants.com.mxghernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:27.8206df52-3b34-bb3e-fde4-70ca439dd148.ghernandez@btlconsultants.com.mx N:ghernandez;;;; FN:ghernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ghernandez@btlconsultants.com.mx END:VCARD ghernandez ghernandez@btlconsultants.com.mxA 3E 9U2023-07-06 15:57:11lguisalguisa@btlconsultants.com.mxlguisaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:25.6377e368-c547-4fdf-b3a8-6a702de0cbb9.lguisa@btlconsultants.com.mx N:lguisa;;;; FN:lguisa EMAIL;TYPE=INTERNET;TYPE=INTERNET:lguisa@btlconsultants.com.mx END:VCARD lguisa lguisa@btlconsultants.com.mx\ 3K Qa2023-07-06 15:57:11iespinosaiespinosa@btlconsultants.com.mxiespinosaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:24.02b2bfb6-f81e-1456-82fe-98a94b830050.iespinosa@btlconsultants.com.mx N:iespinosa;;;; FN:iespinosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:iespinosa@btlconsultants.com.mx END:VCARD iespinosa iespinosa@btlconsultants.com.mxS 3I I]2023-07-06 15:57:11acarreraacarrera@btlconsultants.com.mxacarreraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:22.1a612f33-5a1a-024e-39ad-3345e9eaeec0.acarrera@btlconsultants.com.mx N:acarrera;;;; FN:acarrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:acarrera@btlconsultants.com.mx END:VCARD acarrera acarrera@btlconsultants.com.mx\ 3K Qa2023-07-06 15:57:11caguileracaguilera@btlconsultants.com.mxcaguileraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:21.3dd48fd5-bf8f-f8b7-d8a2-018e0f69d21c.caguilera@btlconsultants.com.mx N:caguilera;;;; FN:caguilera EMAIL;TYPE=INTERNET;TYPE=INTERNET:caguilera@btlconsultants.com.mx END:VCARD caguilera caguilera@btlconsultants.com.mxA 3E 9U2023-07-06 15:57:11imunozimunoz@btlconsultants.com.mximunozBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:19.3e703b1f-a370-e9d4-ea4f-387d9c02faa5.imunoz@btlconsultants.com.mx N:imunoz;;;; FN:imunoz EMAIL;TYPE=INTERNET;TYPE=INTERNET:imunoz@btlconsultants.com.mx END:VCARD imunoz imunoz@btlconsultants.com.mxA 3E 9U2023-07-06 15:57:11fjrazofjrazo@btlconsultants.com.mxfjrazoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:18.7b1a09ac-35da-7d45-e4e5-0a65ccab3a87.fjrazo@btlconsultants.com.mx N:fjrazo;;;; FN:fjrazo EMAIL;TYPE=INTERNET;TYPE=INTERNET:fjrazo@btlconsultants.com.mx END:VCARD fjrazo fjrazo@btlconsultants.com.mxS 3I I]2023-07-06 15:57:10fmanoatlfmanoatl@btlconsultants.com.mxfmanoatlBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:16.83440188-5afc-c075-038d-531b11b028f2.fmanoatl@btlconsultants.com.mx N:fmanoatl;;;; FN:fmanoatl EMAIL;TYPE=INTERNET;TYPE=INTERNET:fmanoatl@btlconsultants.com.mx END:VCARD fmanoatl fmanoatl@btlconsultants.com.mxS 3I I]2023-07-06 15:57:10pvaleriopvalerio@btlconsultants.com.mxpvalerioBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:15.3919ac1a-b26d-9d73-4ed8-48849e48bd04.pvalerio@btlconsultants.com.mx N:pvalerio;;;; FN:pvalerio EMAIL;TYPE=INTERNET;TYPE=INTERNET:pvalerio@btlconsultants.com.mx END:VCARD pvalerio pvalerio@btlconsultants.com.mxq 3] im2023-07-06 15:57:10wwbtlcwwbtlc@dedi-342477.btlconsultants.com.mxwwbtlcBEGIN:VCARD VERSION:3.0 UID:2021-01-2919:59:43.2825e6a9-5d15-cc3b-e1f4-854f513aa757.wwbtlc@dedi-342477.btlconsultants.com.mx N:wwbtlc;;;; FN:wwbtlc EMAIL;TYPE=INTERNET;TYPE=INTERNET:wwbtlc@dedi-342477.btlconsultants.com.mx END:VCARD wwbtlc wwbtlc@dedi 342477.btlconsultants.com.mx  Z$X. a ! 4G30016-increasetextfieldlengths2023-07-06 15:57:10/=30015-fixmysqlconstraints2023-07-06 15:57:106K30014-unifytimestampdefaultvalue2023-07-06 15:57:10>[30013-changemysqlcollationscasesensitive2023-07-06 15:57:09/=30012-fixmysqlconstraints2023-07-06 15:57:093 E30011-unifymigrationsidcolumn2023-07-06 15:57:094 G30010-increasetextfieldlengths2023-07-06 15:57:09/ =30009-dropauthschemefield2023-07-06 15:57:09( /30008-unifyindexes2023-07-06 15:57:092 C30007-replaceurlplaceholders2023-07-06 15:57:09+530006-rmgroupsnotnull2023-07-06 15:57:083E30005-changemysqlut8toutf8mb42021-01-29 21:21:284G30004-fixtimestampdefaultvalue2021-01-29 21:21:284G30003-fixtimestampdefaultvalue2021-01-29 21:21:274G30002-increasetextfieldlengths2021-01-29 21:21:27&+30001-categories2021-01-29 21:21:27"#30000-sample2021-01-29 21:21:27"#30000-dbinit2021-01-29 21:21:27  gF- zN* !G0016-increasetextfieldlengths=0015-fixmysqlconstraints#K0014-unifytimestampdefaultvalue+[0013-changemysqlcollationscasesensitive=0012-fixmysqlconstraints E0011-unifymigrationsidcolumn !G0010-increasetextfieldlengths =0009-dropauthschemefield /0008-unifyindexes C0007-replaceurlplaceholders 50006-rmgroupsnotnull E0005-changemysqlut8toutf8mb4!G0004-fixtimestampdefaultvalue!G0003-fixtimestampdefaultvalue!G0002-increasetextfieldlengths+0001-categories#0000-sample# 0000-dbinit J HaJJ0(m3indexix_contacts_~q33#tablecollected_addressescollected_addressesCREATE TABLE collected_addresses ( address_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, changed datetime NOT NULL default '0000-00-00 00:00:00', name varchar(255) NOT NULL default '', email varchar(255) NOT NULL, "type" integer NOT NULL )pO31indexix_contactgroupmembers_contact_idcontactgroupmembersYCREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)EoY3indexsqlite_autoindex_contactgroupmembers_1contactgroupmembersn33atablecontactgroupmemberscontactgroupmembersCREATE TABLE contactgroupmembers ( contactgroup_id integer NOT NULL REFERENCES contactgroups (contactgroup_id) ON DELETE CASCADE ON UPDATE CASCADE, contact_id integer NOT NULL REFERENCES contacts (contact_id) ON DELETE CASCADE ON UPDATE CASCADE, created datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (contactgroup_id, contact_id) )vm='indexix_contactgroups_user_idcontactgroupsXCREATE INDEX ix_contactgroups_user_id ON contactgroups(user_id, del)[l''utablecontactgroupscontactgroupsCREATE TABLE contactgroups ( contactgroup_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, changed datetime NOT NULL default '0000-00-00 00:00:00', del tinyint NOT NULL default '0', name varchar(128) NOT NULL default '' )bk3indexix_contacts_user_idcontactsWCREATE INDEX ix_contacts_user_id ON contacts(user_id, del)jatablecontactscontactsCREATE TABLE contacts ( contact_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, changed datetime NOT NULL default '0000-00-00 00:00:00', del tinyint NOT NULL default '0', name varchar(128) NOT NULL default '', email text NOT NULL default '', firstname varchar(128) NOT NULL default '', surname varchar(128) NOT NULL default '', vcard text NOT NULL default '', words text NOT NULL default '' )fg/indexix_users_usernameusers CREATE UNIQUE INDEX ix_users_username ON users(username, mail_host)ftableusersusers CREATE TABLE users ( user_id integer NOT NULL PRIMARY KEY, username varchar(128) NOT NULL default '', mail_host varchar(128) NOT NULL default '', created datetime NOT NULL default '0000-00-00 00:00:00', last_login datetime DEFAULT NULL, failed_login datetime DEFAULT NULL, failed_login_counter integer DEFAULT NULL, language varchar(16), preferences text DEFAULT NULL )ANU/indexsqlite_autoindex_cp_schema_version_1cp_schema_versionP_M//mtablecp_schema_versioncp_schema_versionBCREATE TABLE `cp_schema_version` ( version_id integer NOT NULL PRIMARY KEY, version varchar(128) NOT NULL UNIQUE, applied datetime NOT NULL default '0000-00-00 00:00:00')CKW1indexsqlite_autoindex_carddav_group_user_1carddav_group_userN xx. E m I qFiL,us!!5tableidentitiesidentities CREATE TABLE identities ( identity_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, changed datetime NOT NULL default '0000-00-00 00:00:00', del tinyint NOT NULL default '0', standard tinyint NOT NULL default '0', name varchar(128) NOT NULL default '', organization varchar(128) default '', email varchar(128) NOT NULL default '', "reply-to" varchar(128) NOT NULL default '', bcc varchar(128) NOT NULL default '', signature text NOT NULL default '', html_signature tinyint NOT NULL default '0' )rI3Oindexix_collected_addresses_user_idcollected_addressesRCREATE UNIQUE INDEX ix_collected_addresses_user_id ON collected_addresses(user_id, "type", email)j33#tablecollected_ad(%%tablecache_threadcache_thread CREATE TABLE cache_thread ( user_ij9#indexix_cache_index_expirescache_indexCREATE INDEX ix_cache_index_expires ON cache_index (expires)5I#indexsqlite_autoindex_cache_index_1cache_indexN##ctablecache_indexcache_indexCREATE TABLE cache_index ( user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, mailbox varchar(255) NOT NULL, expires datetime DEFAULT NULL, valid smallint NOT NULL DEFAULT '0', data text NOT NULL, PRIMARY KEY (user_id, mailbox) )P-kindexix_cache_expirescacheCREATE INDEX ix_cache_expires ON cache(expires))=indexsqlite_autoindex_cache_1cache~tablecachecacheCREATE TABLE cache ( user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, cache_key varchar(128) NOT NULL default '', expires datetime DEFAULT NULL, data text NOT NULL, PRIMARY KEY (user_id, cache_key) ){}5/indexix_filestore_user_idfilestoreTCREATE UNIQUE INDEX ix_filestore_user_id ON filestore(user_id, context, filename)A|QtablefilestorefilestoreCREATE TABLE filestore ( file_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, context varchar(32) NOT NULL, filename varchar(128) NOT NULL, mtime integer NOT NULL, data text NOT NULL ){A-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)ztablesearchessearchesCREATE TABLE searches ( search_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, "type" smallint NOT NULL DEFAULT '0', name varchar(128) NOT NULL, data text NOT NULL )yC!/indexix_dictionary_user_languagedictionaryUCREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, language)Ux!!utabledictionarydictionaryCREATE TABLE dictionary ( user_id integer DEFAULT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, language varchar(16) NOT NULL, data text NOT NULL )fw5indexix_responses_user_idresponsesVCREATE INDEX ix_responses_user_id ON responses(user_id, del)~vKtableresponsesresponses CREATE TABLE responses ( response_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, changed datetime NOT NULL default '0000-00-00 00:00:00', del tinyint NOT NULL default '0', name varchar(255) NOT NULL, data text NOT NULL, is_html tinyint NOT NULL default '0' )du3!indexix_identities_emailidentitiesQCREATE INDEX ix_identities_email ON identities(email, del)jt7! indexix_identities_user_ididentities CREATE INDEX ix_identities_user_id ON identities(user_id, del)   ) r ;;mviewcaldav_calendars_mergedcaldav_calendars_merge(%%tablecache_threadcache_thread CREATE TABLE cache_thread ( user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, mailbox varchar(255) NOT NULL, expires datetime DEFAULT NULL, data text NOT NULL, PRIMARY KEY (user_id, mailbox) )G')triggerUpdateLastTimeForCalDAVEventscaldav_eventsCREATE TRIGGER UpdateLastTimeForCalDAVEvents AFTER UPDATE ON caldav_events FOR EACH ROW BEGIN UPDATE caldav_events SET caldav_last_change = CURRENT_TIMESTAMP WHERE event_id = old.event_id; ENDI ''Qtablecaldav_eventscaldav_eventsCREATE TABLE "caldav_events" ( event_id integer NOT NULL PRIMARY KEY, calendar_id integer NOT NULL, recurrence_id integer NOT NULL DEFAULT '0', uid varchar(255) NOT NULL DEFAULT '', instance varchar(16) NOT NULL DEFAULT '', isexception tinyint(1) NOT NULL DEFAULT '0', created datetime NOT NULL DEFAULT '1000-01-01 00:00:00', changed datetime NOT NULL DEFAULT '1000-01-01 00:00:00', sequence integer NOT NULL DEFAULT '0', start datetime NOT NULL DEFAULT '1000-01-01 00:00:00', end datetime NOT NULL DEFAULT '1000-01-01 00:00:00', recurrence varchar(255) DEFAULT NULL, title varchar(255) NOT NULL, description text NOT NULL, location varchar(255) NOT NULL DEFAULT '', categories varchar(255) NOT NULL DEFAULT '', url varchar(255) NOT NULL DEFAULT '', all_day tinyint(1) NOT NULL DEFAULT '0', free_busy tinyint(1) NOT NULL DEFAULT '0', priority tinyint(1) NOT NULL DEFAULT '0', sensitivity tinyint(1) NOT NULL DEFAULT '0', status varchar(32) NOT NULL DEFAULT '', alarms text NULL DEFAULT NULL, attendees text DEFAULT NULL, notifyat datetime DEFAULT NULL, caldav_url varchar(255) NOT NULL, caldav_tag varchar(255) DEFAULT NULL, caldav_last_change timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, CONSTRAINT uk_caldav_event UNIQUE (calendar_id,recurrence_id,uid,caldav_tag,instance), CONSTRAINT fk_caldav_events_calendar_id FOREIGN KEY (calendar_id) REFERENCES calendars(calendar_id) )) )S --Ytablecaldav_calendarscaldav_calendarsSCREATE TABLE "caldav_calendars" ( id integer NOT NULL PRIMARY KEY, calendar_id integer NOT NULL, readonly tinyint(1) NOT NULL DEFAULT '1', caldav_url varchar(255) NOT NULL, caldav_tag varchar(255) DEFAULT NULL, caldav_user varchar(255) DEFAULT NULL, caldav_pass varchar(1024) DEFAULT NULL, caldav_oauth_provider varchar(255) DEFAULT NULL, caldav_last_change timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, CONSTRAINT fk_caldav_calendars_calendar_id FOREIGN KEY (calendar_id) REFERENCES calendars(calendar_id) ON DELETE CASCADE )v ?)indexix_cache_messages_expirescache_messages%CREATE INDEX ix_cache_messages_expires ON cache_messages (expires);O)indexsqlite_autoindex_cache_messages_1cache_messages$u))%tablecache_messagescache_messages#CREATE TABLE cache_messages ( user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, mailbox varchar(255) NOT NULL, uid integer NOT NULL, expires datetime DEFAULT NULL, data text NOT NULL, flags integer NOT NULL DEFAULT '0', PRIMARY KEY (user_id, mailbox, uid) )n;% indexix_cache_thread_expirescache_thread"CREATE INDEX ix_cache_thread_expires ON cache_thread (expires)7K%indexsqlite_autoindex_cache_thread_1cache_thread!9 M'indexsqlite_autoindex_caldav_events_1caldav_eventsZ b S z-adJe 3G AY2023-07-06 15:57:23r.lopezr.lopez@btlconsultants.com.mxr.lopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:44.8c47edd0-cd1f-e769-3596-40be2af50d45.r.lopez@btlconsultants.com.mx N:r.lopez;;;; FN:r.lopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:r.lopez@btlconsultants.com.mx END:VCARD r.lopez r.lopez@btlconsultants.com.mxnd 3#O #ai2023-07-06 15:57:23rvaldespinorvaldespino@btlconsultants.com.mxrvaldespinoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:43.7b64997b-fe1c-f649-06d5-da83831fb977.rvaldespino@btlconsultants.com.mx N:rvaldespino;;;; FN:rvaldespino EMAIL;TYPE=INTERNET;TYPE=INTERNET:rvaldespino@btlconsultants.com.mx END:VCARD rvaldespino rvaldespino@btlconsultants.com.mx c 3)U )yu2023-07-06 15:57:23comprobacionescomprobaciones@btlconsultants.com.mxcomprobacionesBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:42.6fd65332-10f8-60fb-4c10-5cb493a3be6b.comprobaciones@btlconsultants.com.mx N:comprobaciones;;;; FN:comprobaciones EMAIL;TYPE=INTERNET;TYPE=INTERNET:comprobaciones@btlconsultants.com.mx END:VCARD comprobaciones comprobaciones@btlconsultants.com.mxIb 37c 712023-07-06 15:57:23aclaraciones.viaticosaclaraciones.viaticos@btlconsultants.com.mxaclaraciones.viaticosBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:40.9eb2758a-6e57-f245-9940-4d5e5379e7da.aclaraciones.viaticos@btlconsultants.com.mx N:aclaraciones.viaticos;;;; FN:aclaraciones.viaticos EMAIL;TYPE=INTERNET;TYPE=INTERNET:aclaraciones.viaticos@btlconsultants.com.mx END:VCARD aclaraciones.viaticos aclaraciones.viaticos@btlconsultants.com.mxJa 3G AY2023-07-06 15:57:23v.honorv.honor@btlconsultants.com.mxv.honorBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:38.408033a8-2e10-1fe5-42cc-c5b06eb3727d.v.honor@btlconsultants.com.mx N:v.honor;;;; FN:v.honor EMAIL;TYPE=INTERNET;TYPE=INTERNET:v.honor@btlconsultants.com.mx END:VCARD v.honor v.honor@btlconsultants.com.mxS` 3I I]2023-07-06 15:57:23viaticosviaticos@btlconsultants.com.mxviaticosBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:37.e4daa1b1-72c8-8d9a-662b-914c8e140286.viaticos@btlconsultants.com.mx N:viaticos;;;; FN:viaticos EMAIL;TYPE=INTERNET;TYPE=INTERNET:viaticos@btlconsultants.com.mx END:VCARD viaticos viaticos@btlconsultants.com.mx_ 3'S 'qq2023-07-06 15:57:22reclutamientoreclutamiento@btlconsultants.com.mxreclutamientoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:35.dce09862-b6ad-683f-371f-a4dd4325d671.reclutamiento@btlconsultants.com.mx N:reclutamiento;;;; FN:reclutamiento EMAIL;TYPE=INTERNET;TYPE=INTERNET:reclutamiento@btlconsultants.com.mx END:VCARD reclutamiento reclutamiento@btlconsultants.com.mx^ 3'S 'qq2023-07-06 15:57:22comunicacionicomunicacioni@btlconsultants.com.mxcomunicacioniBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:34.40ce06f8-1c27-1454-fbb2-c1064b9c032c.comunicacioni@btlconsultants.com.mx N:comunicacioni;;;; FN:comunicacioni EMAIL;TYPE=INTERNET;TYPE=INTERNET:comunicacioni@btlconsultants.com.mx END:VCARD comunicacioni comunicacioni@btlconsultants.com.mx ] 3)U )yu2023-07-06 15:57:20detallenominasdetallenominas@btlconsultants.com.mxdetallenominasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:32.d6fed11a-fd2f-65d9-15ef-8240b1931ba3.detallenominas@btlconsultants.com.mx N:detallenominas;;;; FN:detallenominas EMAIL;TYPE=INTERNET;TYPE=INTERNET:detallenominas@btlconsultants.com.mx END:VCARD detallenominas detallenominas@btlconsultants.com.mx\ 3-Y - }2023-07-06 15:57:20gestiondetalentogestiondetalento@btlconsultants.com.mxgestiondetalentoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:31.f5ef8671-7a16-a20f-035e-876c0d370263.gestiondetalento@btlconsultants.com.mx N:gestiondetalento;;;; FN:gestiondetalento EMAIL;TYPE=INTERNET;TYPE=INTERNET:gestiondetalento@btlconsultants.com.mx END:VCARD gestiondetalento gestiondetalento@btlconsultants.com.mx Y B Ib YJ 3G AY2023-07-06 15:57:12amedinaamedina@btlconsultants.com.mxamedinaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:44.f53d28d1-cbf2-ce98-18ce-3674df042348.amedina@btlconsultants.com.mx N:amedina;;;; FN:amedina EMAIL;TYPE=INTERNET;TYPE=INTERNET:amedina@btlconsultants.com.mx END:VCARD amedina amedina@btlconsultants.com.mxc 3!M !Ya2023-07-06 15:57:12avelazquezavelazquez@btlconsultants.com.mxavelazquezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:42.d58b8b7e-8ca9-ec2c-9d6b-fcc90ef1d571.avelazquez@btlconsultants.com.mx N:avelazquez;;;; FN:avelazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:avelazquez@btlconsultants.com.mx END:VCARD avelazquz avelazquz@btlconsultants.com.mxS 3I I]2023-07-06 15:57:12fmirandafmiranda@btlconsultants.com.mxfmirandaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:41.3d23a038-5ec0-32fa-c408-f091a067095b.fmiranda@btlconsultants.com.mx N:fmiranda;;;; FN:fmiranda EMAIL;TYPE=INTERNET;TYPE=INTERNET:fmiranda@btlconsultants.com.mx END:VCARD fmiranda fmiranda@btlconsultants.com.mx\ 3K Qa2023-07-06 15:57:12a.venturaa.ventura@btlconsultants.com.mxa.venturaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:39.bf270d2e-3a05-2e58-17d7-bd8a23c448c2.a.ventura@btlconsultants.com.mx N:a.ventura;;;; FN:a.ventura EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.ventura@btlconsultants.com.mx END:VCARD a.ventura a.ventura@btlconsultants.com.mxJ 3G AY2023-07-06 15:57:12nlsilvanlsilva@btlconsultants.com.mxnlsilvaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:38.d5e3905b-0570-fbdc-86e3-47d6d0ebee48.nlsilva@btlconsultants.com.mx N:nlsilva;;;; FN:nlsilva EMAIL;TYPE=INTERNET;TYPE=INTERNET:nlsilva@btlconsultants.com.mx END:VCARD nlsilva nlsilva@btlconsultants.com.mx8 3C 1Q2023-07-06 15:57:12jabadjabad@btlconsultants.com.mxjabadBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:37.6402a757-70ca-7259-95ef-b2bd23197908.jabad@btlconsultants.com.mx N:jabad;;;; FN:jabad EMAIL;TYPE=INTERNET;TYPE=INTERNET:jabad@btlconsultants.com.mx END:VCARD jabad jabad@btlconsultants.com.mxA 3E 9U2023-07-06 15:57:12tpereztperez@btlconsultants.com.mxtperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:35.fb8358da-24f5-ebe6-86d1-e0cb4fe04a30.tperez@btlconsultants.com.mx N:tperez;;;; FN:tperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:tperez@btlconsultants.com.mx END:VCARD tperez tperez@btlconsultants.com.mx\ 3K Qa2023-07-06 15:57:12amartinezamartinez@btlconsultants.com.mxamartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:34.824eee43-6c20-5053-1d5b-6ad3a4b266b3.amartinez@btlconsultants.com.mx N:amartinez;;;; FN:amartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:amartinez@btlconsultants.com.mx END:VCARD amartinez amartinez@btlconsultants.com.mxS 3I I]2023-07-06 15:57:11amacarioamacario@btlconsultants.com.mxamacarioBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:32.e57aa2fa-8184-f4b1-d1c5-9930a8954d71.amacario@btlconsultants.com.mx N:amacario;;;; FN:amacario EMAIL;TYPE=INTERNET;TYPE=INTERNET:amacario@btlconsultants.com.mx END:VCARD amacario amacario@btlconsultants.com.mxe 3!M !Ye2023-07-06 15:57:11jcmartinezjcmartinez@btlconsultants.com.mxjcmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:31.0aa62fa3-2d2d-3e7d-9821-739b9d6c9c91.jcmartinez@btlconsultants.com.mx N:jcmartinez;;;; FN:jcmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcmartinez@btlconsultants.com.mx END:VCARD jcmartinez jcmartinez@btlconsultants.com.mxS 3I I]2023-07-06 15:57:11jmanoatljmanoatl@btlconsultants.com.mxjmanoatlBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:29.9231079e-26df-d84f-c45b-bfc6a3942361.jmanoatl@btlconsultants.com.mx N:jmanoatl;;;; FN:jmanoatl EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmanoatl@btlconsultants.com.mx END:VCARD jmanoatl jmanoatl@btlconsultants.com.mx B T M6DBep 3!M !Ye2023-07-06 15:57:24bhernandezbhernandez@btlconsultants.com.mxbhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:35:38.81c8e43b-f254-8997-7af3-9572556b732a.bhernandez@btlconsultants.com.mx N:bhernandez;;;; FN:bhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:bhernandez@btlconsultants.com.mx END:VCARD bhernandez bhernandez@btlconsultants.com.mx8o 3C 1Q2023-07-06 15:57:24ldiazldiaz@btlconsultants.com.mxldiazBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:35:36.5cb7caf7-24af-71d1-cec4-3149aa7bf466.ldiaz@btlconsultants.com.mx N:ldiaz;;;; FN:ldiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:ldiaz@btlconsultants.com.mx END:VCARD ldiaz ldiaz@btlconsultants.com.mx\n 3K Qa2023-07-06 15:57:24msaavedramsaavedra@btlconsultants.com.mxmsaavedraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:35:35.c52c2b90-e12c-4a30-60de-13723ae2dc0a.msaavedra@btlconsultants.com.mx N:msaavedra;;;; FN:msaavedra EMAIL;TYPE=INTERNET;TYPE=INTERNET:msaavedra@btlconsultants.com.mx END:VCARD msaavedra msaavedra@btlconsultants.com.mxm 3-Y - y2023-07-06 15:57:24quejasydenunciasquejasydenuncias@btlconsultants.com.mxquejasydenunciasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:57.0690bfbf-c266-d118-cafb-1e0bd1669512.quejasydenuncias@btlconsultants.com.mx N:quejasydenuncias;;;; FN:quejasydenuncias EMAIL;TYPE=INTERNET;TYPE=INTERNET:quejasydenuncias@btlconsultants.com.mx END:VCARD qujasydenuncias qujasydenuncias@btlconsultants.com.mxSl 3I I]2023-07-06 15:57:24personalpersonal@btlconsultants.com.mxpersonalBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:56.9d87ce5f-9e05-0997-1650-65cc6f333efa.personal@btlconsultants.com.mx N:personal;;;; FN:personal EMAIL;TYPE=INTERNET;TYPE=INTERNET:personal@btlconsultants.com.mx END:VCARD personal personal@btlconsultants.com.mx%k 3/[ /2023-07-06 15:57:24servicioalclienteservicioalcliente@btlconsultants.com.mxservicioalclienteBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:54.e81a9b05-b1d9-62ef-9548-2775c71f5670.servicioalcliente@btlconsultants.com.mx N:servicioalcliente;;;; FN:servicioalcliente EMAIL;TYPE=INTERNET;TYPE=INTERNET:servicioalcliente@btlconsultants.com.mx END:VCARD servicioalcliente servicioalcliente@btlconsultants.com.mxlj 3#O #ae2023-07-06 15:57:23v.velazquezv.velazquez@btlconsultants.com.mxv.velazquezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:53.ab94c34f-34e0-a766-2431-0f6c95b7abe3.v.velazquez@btlconsultants.com.mx N:v.velazquez;;;; FN:v.velazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:v.velazquez@btlconsultants.com.mx END:VCARD v.velazquz v.velazquz@btlconsultants.com.mx.i 31] 12023-07-06 15:57:23atencionalpersonalatencionalpersonal@btlconsultants.com.mxatencionalpersonalBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:51.4dbd80aa-85f1-b334-bf06-b2c0b4966e49.atencionalpersonal@btlconsultants.com.mx N:atencionalpersonal;;;; FN:atencionalpersonal EMAIL;TYPE=INTERNET;TYPE=INTERNET:atencionalpersonal@btlconsultants.com.mx END:VCARD atencionalpersonal atencionalpersonal@btlconsultants.com.mxSh 3I I]2023-07-06 15:57:23bcallejabcalleja@btlconsultants.com.mxbcallejaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:49.dfca61fd-2d04-5026-55fe-db21c3fa1240.bcalleja@btlconsultants.com.mx N:bcalleja;;;; FN:bcalleja EMAIL;TYPE=INTERNET;TYPE=INTERNET:bcalleja@btlconsultants.com.mx END:VCARD bcalleja bcalleja@btlconsultants.com.mxAg 3E 9U2023-07-06 15:57:23rrojasrrojas@btlconsultants.com.mxrrojasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:47.f79079af-03f4-e886-3d0a-3a11fef579cf.rrojas@btlconsultants.com.mx N:rrojas;;;; FN:rrojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:rrojas@btlconsultants.com.mx END:VCARD rrojas rrojas@btlconsultants.com.mxef 3!M !Ye2023-07-06 15:57:23jlmastachejlmastache@btlconsultants.com.mxjlmastacheBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:46.363b5b37-25ba-b121-945a-be029e0984ac.jlmastache@btlconsultants.com.mx N:jlmastache;;;; FN:jlmastache EMAIL;TYPE=INTERNET;TYPE=INTERNET:jlmastache@btlconsultants.com.mx END:VCARD jlmastache jlmastache@btlconsultants.com.mx  S !Y'}l { 5))atablecarddav_groupscarddav_groupsCREATE TABLE "carddav_groups" ( id integer NOT NULL PRIMARY KEY, abook_id integer NOT NULL, name VARCHAR(255) NOT NULL, vcard TEXT, etag VARCHAR(255), uri VARCHAR(255), cuid VARCHAR(255), UNIQUE(uri,abook_id), UNIQUE(cuid,abook_id), FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE ) K;O)indexsqlite_autoindex_carddav_groups_1carddav_groups-.I;ctriggercaldav_calendars_merged_deletecaldav_calendars_mergedCREATE TRIGGER caldav_calendars_merged_delete INSTEAD OF DELETE ON caldav_calendars_merged BEGIN DELETE FROM calendars WHERE calendar_id=OLD.calendar_id; DELETE FROM caldav_calendars WHERE calendar_id=OLD.calendar_id; ENDDI;triggercaldav_calendars_merged_updatecaldav_calendars_mergedCREATE TRIGGER caldav_calendars_merged_update INSTEAD OF UPDATE OF name, color, showalarms, readonly, caldav_url, caldav_tag, caldav_user, caldav_pass, caldav_oauth_provider, caldav_last_change ON caldav_calendars_merged BEGIN UPDATE calendars SET name=NEW.name, color=NEW.color, showalarms=NEW.showalarms WHERE calendar_id=NEW.calendar_id; UPDATE caldav_calendars SET readonly=NEW.readonly, caldav_url=NEW.caldav_url, caldav_tag=NEW.caldav_tag, caldav_user=NEW.caldav_user, caldav_pass=NEW.caldav_pass, caldav_oauth_provider=NEW.caldav_oauth_provider, caldav_last_change=coalesce(NEW.caldav_last_change,CURRENT_TIMESTAMP); ENDhI;Wtriggercaldav_calendars_merged_insertcaldav_calendars_mergedCREATE TRIGGER caldav_calendars_merged_insert INSTEAD OF INSERT ON caldav_calendars_merged BEGIN INSERT INTO calendars (calendar_id, user_id, name, color, showalarms, driver) VALUES (NEW.calendar_id, NEW.user_id, NEW.name, NEW.color, NEW.showalarms, NEW.driver); INSERT INTO caldav_calendars (calendar_id, readonly, caldav_url, caldav_tag, caldav_user, caldav_pass, caldav_oauth_provider, caldav_last_change) VALUES ((SELECT calendar_id FROM calendars ORDER BY calendar_id DESC LIMIT 1), NEW.readonly, NEW.caldav_url, NEW.caldav_tag, NEW.caldav_user, NEW.caldav_pass, NEW.caldav_oauth_provider, coalesce(NEW.caldav_last_change,CURRENT_TIMESTAMP)); ENDF);;mviewcaldav_calendars_mergedcaldav_calendars_mergedCREATE VIEW caldav_calendars_merged AS SELECT c.calendar_id, c.user_id, c.name, c.color, c.showalarms, c.driver, cc.readonly, cc.caldav_url, cc.caldav_tag, cc.caldav_user, cc.caldav_pass, cc.caldav_oauth_provider, cc.caldav_last_change, c.calendar_id AS id FROM calendars as c JOIN caldav_calendars as cc ON c.calendar_id = cc.calendar_id WHERE c.driver='caldav'  V t <:\O 3K Qa2023-07-06 15:57:18xmartinezxmartinez@btlconsultants.com.mxxmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:11.3e44ed24-f447-1172-5c61-cba26bc527e9.xmartinez@btlconsultants.com.mx N:xmartinez;;;; FN:xmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:xmartinez@btlconsultants.com.mx END:VCARD xmartinez xmartinez@btlconsultants.com.mxSN 3I I]2023-07-06 15:57:18rsanchezrsanchez@btlconsultants.com.mxrsanchezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:10.45648b66-9a68-738d-3439-6219aec6088a.rsanchez@btlconsultants.com.mx N:rsanchez;;;; FN:rsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rsanchez@btlconsultants.com.mx END:VCARD rsanchez rsanchez@btlconsultants.com.mxSM 3I I]2023-07-06 15:57:18k.galvank.galvan@btlconsultants.com.mxk.galvanBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:08.ca556ed2-36f1-62b6-a2c2-e91090f94bd5.k.galvan@btlconsultants.com.mx N:k.galvan;;;; FN:k.galvan EMAIL;TYPE=INTERNET;TYPE=INTERNET:k.galvan@btlconsultants.com.mx END:VCARD k.galvan k.galvan@btlconsultants.com.mxSL 3I I]2023-07-06 15:57:18varriojavarrioja@btlconsultants.com.mxvarriojaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:06.67049638-4b0a-138f-ef8a-c72f527799ed.varrioja@btlconsultants.com.mx N:varrioja;;;; FN:varrioja EMAIL;TYPE=INTERNET;TYPE=INTERNET:varrioja@btlconsultants.com.mx END:VCARD varrioja varrioja@btlconsultants.com.mxK 3+W +y2023-07-06 15:57:18sandra.martinezsandra.martinez@btlconsultants.com.mxsandra.martinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:05.c0635101-9513-84ab-1c9f-51f6611c258a.sandra.martinez@btlconsultants.com.mx N:sandra.martinez;;;; FN:sandra.martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:sandra.martinez@btlconsultants.com.mx END:VCARD sandra.martinez sandra.martinez@btlconsultants.com.mxAJ 3E 9U2023-07-06 15:57:18mlopezmlopez@btlconsultants.com.mxmlopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:03.c5be1f80-530d-5d6d-9ed7-2cdf2e5e5b1a.mlopez@btlconsultants.com.mx N:mlopez;;;; FN:mlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mlopez@btlconsultants.com.mx END:VCARD mlopez mlopez@btlconsultants.com.mx\I 3K Qa2023-07-06 15:57:18mgonzalezmgonzalez@btlconsultants.com.mxmgonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:02.8a6b9f86-fe5c-f31c-f10c-6a528eab8e22.mgonzalez@btlconsultants.com.mx N:mgonzalez;;;; FN:mgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgonzalez@btlconsultants.com.mx END:VCARD mgonzalez mgonzalez@btlconsultants.com.mx\H 3K Qa2023-07-06 15:57:17mescuderomescudero@btlconsultants.com.mxmescuderoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:00.ecca0cb7-2725-e49c-bbf9-6ca4bb4549b4.mescudero@btlconsultants.com.mx N:mescudero;;;; FN:mescudero EMAIL;TYPE=INTERNET;TYPE=INTERNET:mescudero@btlconsultants.com.mx END:VCARD mescudero mescudero@btlconsultants.com.mxG 3'S 'qq2023-07-06 15:57:17mdelosangelesmdelosangeles@btlconsultants.com.mxmdelosangelesBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:59.62b7f89a-60ab-fc9e-f592-6d536146f0f4.mdelosangeles@btlconsultants.com.mx N:mdelosangeles;;;; FN:mdelosangeles EMAIL;TYPE=INTERNET;TYPE=INTERNET:mdelosangeles@btlconsultants.com.mx END:VCARD mdelosangeles mdelosangeles@btlconsultants.com.mxAF 3E 9U2023-07-06 15:57:17orojasorojas@btlconsultants.com.mxorojasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:56.61ba0989-84c8-df1a-de9d-e5c6859b726e.orojas@btlconsultants.com.mx N:orojas;;;; FN:orojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:orojas@btlconsultants.com.mx END:VCARD orojas orojas@btlconsultants.com.mxcE 3!M !Ya2023-07-06 15:57:17erodriguezerodriguez@btlconsultants.com.mxerodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:55.4c69f8ac-1928-94b7-dfdf-63b1c93b564f.erodriguez@btlconsultants.com.mx N:erodriguez;;;; FN:erodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:erodriguez@btlconsultants.com.mx END:VCARD erodriguz erodriguz@btlconsultants.com.mx 2 f + ;O2S[ 3I I]2023-07-06 15:57:19raguilarraguilar@btlconsultants.com.mxraguilarBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:29.b958b27c-b703-57bf-c7b5-5763520e4708.raguilar@btlconsultants.com.mx N:raguilar;;;; FN:raguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:raguilar@btlconsultants.com.mx END:VCARD raguilar raguilar@btlconsultants.com.mxSZ 3I I]2023-07-06 15:57:19jcamargojcamargo@btlconsultants.com.mxjcamargoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:27.580ceb8d-a07a-22a0-720c-e38e8228f1eb.jcamargo@btlconsultants.com.mx N:jcamargo;;;; FN:jcamargo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcamargo@btlconsultants.com.mx END:VCARD jcamargo jcamargo@btlconsultants.com.mxnY 3#O #ai2023-07-06 15:57:19nadia.ortiznadia.ortiz@btlconsultants.com.mxnadia.ortizBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:26.6cf078f5-4ca8-dc4a-2b46-5428476ee8c7.nadia.ortiz@btlconsultants.com.mx N:nadia.ortiz;;;; FN:nadia.ortiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:nadia.ortiz@btlconsultants.com.mx END:VCARD nadia.ortiz nadia.ortiz@btlconsultants.com.mxZX 3O Qa2023-07-06 15:57:19mdavilamdavila@vdm.btlconsultants.com.mxmdavilaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:24.302a269e-63cc-3342-9958-eeca3cc2c5c6.mdavila@vdm.btlconsultants.com.mx N:mdavila;;;; FN:mdavila EMAIL;TYPE=INTERNET;TYPE=INTERNET:mdavila@vdm.btlconsultants.com.mx END:VCARD mdavila mdavila@vdm.btlconsultants.com.mxHW 3G AU2023-07-06 15:57:19dguerradguerra@btlconsultants.com.mxdguerraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:23.eaba7888-b1d5-fcbc-49e8-e57acfa639a4.dguerra@btlconsultants.com.mx N:dguerra;;;; FN:dguerra EMAIL;TYPE=INTERNET;TYPE=INTERNET:dguerra@btlconsultants.com.mx END:VCARD dgurra dgurra@btlconsultants.com.mxAV 3E 9U2023-07-06 15:57:19dreyesdreyes@btlconsultants.com.mxdreyesBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:22.7fdb5679-45f6-8af1-424e-afeea5697770.dreyes@btlconsultants.com.mx N:dreyes;;;; FN:dreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:dreyes@btlconsultants.com.mx END:VCARD dreyes dreyes@btlconsultants.com.mxAU 3E 9U2023-07-06 15:57:19agomezagomez@btlconsultants.com.mxagomezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:20.2c61200b-3b5b-294c-8e84-a0f8b3744727.agomez@btlconsultants.com.mx N:agomez;;;; FN:agomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:agomez@btlconsultants.com.mx END:VCARD agomez agomez@btlconsultants.com.mx\T 3K Qa2023-07-06 15:57:19cmartinezcmartinez@btlconsultants.com.mxcmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:19.5d24d740-bca9-91b3-91a3-afc8e0cd09cd.cmartinez@btlconsultants.com.mx N:cmartinez;;;; FN:cmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmartinez@btlconsultants.com.mx END:VCARD cmartinez cmartinez@btlconsultants.com.mxJS 3G AY2023-07-06 15:57:19kchavezkchavez@btlconsultants.com.mxkchavezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:17.d4c1ded9-3c23-3d3b-3e1f-40b140fc3c84.kchavez@btlconsultants.com.mx N:kchavez;;;; FN:kchavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:kchavez@btlconsultants.com.mx END:VCARD kchavez kchavez@btlconsultants.com.mx8R 3C 1Q2023-07-06 15:57:18ecruzecruz@btlconsultants.com.mxecruzBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:16.040a9b0e-c7d6-1ced-7ef1-bd61872e8276.ecruz@btlconsultants.com.mx N:ecruz;;;; FN:ecruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:ecruz@btlconsultants.com.mx END:VCARD ecruz ecruz@btlconsultants.com.mxSQ 3I I]2023-07-06 15:57:18galarcongalarcon@btlconsultants.com.mxgalarconBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:14.8b4c3c80-a133-f904-5614-ac1a37634ac4.galarcon@btlconsultants.com.mx N:galarcon;;;; FN:galarcon EMAIL;TYPE=INTERNET;TYPE=INTERNET:galarcon@btlconsultants.com.mx END:VCARD galarcon galarcon@btlconsultants.com.mxAP 3E 9U2023-07-06 15:57:18rlopezrlopez@btlconsultants.com.mxrlopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:22:13.addec95a-4190-90b4-9d63-5ead6ac15100.rlopez@btlconsultants.com.mx N:rlopez;;;; FN:rlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rlopez@btlconsultants.com.mx END:VCARD rlopez rlopez@btlconsultants.com.mx #cC#31.6.0.72023-04-18 08:11:4831.5.2.62023-03-07 08:09:5231.5.2.52023-02-21 08:15:49 31.5.2.12022-12-06 08:10:0131.4.122022-03-29 08:16:2931.4.112021-11-23 08:10:0831.4.102021-02-16 08:09:31       { ]  ;0{\- 3K Qa2023-07-06 15:57:14nmartineznmartinez@btlconsultants.com.mxnmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:18.e5e118ea-a314-af04-d60a-c2c120de0335.nmartinez@btlconsultants.com.mx N:nmartinez;;;; FN:nmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:nmartinez@btlconsultants.com.mx END:VCARD nmartinez nmartinez@btlconsultants.com.mxS, 3I I]2023-07-06 15:57:14iesteveziestevez@btlconsultants.com.mxiestevezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:17.a9087ef2-cf56-8eb8-651d-1a788fcba86f.iestevez@btlconsultants.com.mx N:iestevez;;;; FN:iestevez EMAIL;TYPE=INTERNET;TYPE=INTERNET:iestevez@btlconsultants.com.mx END:VCARD iestevez iestevez@btlconsultants.com.mxe+ 3!M !Ye2023-07-06 15:57:14r.martinezr.martinez@btlconsultants.com.mxr.martinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:15.9cb735c5-957b-925b-9a4d-def438ba3b3b.r.martinez@btlconsultants.com.mx N:r.martinez;;;; FN:r.martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:r.martinez@btlconsultants.com.mx END:VCARD r.martinez r.martinez@btlconsultants.com.mxS* 3I I]2023-07-06 15:57:14n.osorion.osorio@btlconsultants.com.mxn.osorioBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:14.f57405e1-3c19-99fa-8fff-68c6f37415f2.n.osorio@btlconsultants.com.mx N:n.osorio;;;; FN:n.osorio EMAIL;TYPE=INTERNET;TYPE=INTERNET:n.osorio@btlconsultants.com.mx END:VCARD n.osorio n.osorio@btlconsultants.com.mxJ) 3G AY2023-07-06 15:57:14erobleserobles@btlconsultants.com.mxeroblesBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:13.769285ab-f5bb-a856-1b87-2ece68b870e2.erobles@btlconsultants.com.mx N:erobles;;;; FN:erobles EMAIL;TYPE=INTERNET;TYPE=INTERNET:erobles@btlconsultants.com.mx END:VCARD erobles erobles@btlconsultants.com.mxA( 3E 9U2023-07-06 15:57:14cavilacavila@btlconsultants.com.mxcavilaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:12.3b847555-a5f5-71ff-c776-9548d6ff7b15.cavila@btlconsultants.com.mx N:cavila;;;; FN:cavila EMAIL;TYPE=INTERNET;TYPE=INTERNET:cavila@btlconsultants.com.mx END:VCARD cavila cavila@btlconsultants.com.mxA' 3E 9U2023-07-06 15:57:14savilasavila@btlconsultants.com.mxsavilaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:10.c0d2cbcd-edce-066a-2780-004bb3852d4f.savila@btlconsultants.com.mx N:savila;;;; FN:savila EMAIL;TYPE=INTERNET;TYPE=INTERNET:savila@btlconsultants.com.mx END:VCARD savila savila@btlconsultants.com.mxJ& 3G AY2023-07-06 15:57:14fgarciafgarcia@btlconsultants.com.mxfgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:08.803eed77-338e-01db-37e3-035c5e0a9501.fgarcia@btlconsultants.com.mx N:fgarcia;;;; FN:fgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:fgarcia@btlconsultants.com.mx END:VCARD fgarcia fgarcia@btlconsultants.com.mxJ% 3G AY2023-07-06 15:57:13lgarcialgarcia@btlconsultants.com.mxlgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:06.b403b846-c97b-5157-be42-6290bc4c7697.lgarcia@btlconsultants.com.mx N:lgarcia;;;; FN:lgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:lgarcia@btlconsultants.com.mx END:VCARD lgarcia lgarcia@btlconsultants.com.mx\$ 3K Qa2023-07-06 15:57:13szacariasszacarias@btlconsultants.com.mxszacariasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:04.2003e8d8-7bf7-6e95-9375-f0b42c123efa.szacarias@btlconsultants.com.mx N:szacarias;;;; FN:szacarias EMAIL;TYPE=INTERNET;TYPE=INTERNET:szacarias@btlconsultants.com.mx END:VCARD szacarias szacarias@btlconsultants.com.mxA# 3E 9U2023-07-06 15:57:13kperezkperez@btlconsultants.com.mxkperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:03.17a47f78-c81f-00ea-c30b-b6b537b74988.kperez@btlconsultants.com.mx N:kperez;;;; FN:kperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:kperez@btlconsultants.com.mx END:VCARD kperez kperez@btlconsultants.com.mx Z < :SZA8 3E 9U2023-07-06 15:57:16csalascsalas@btlconsultants.com.mxcsalasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:34.434c0faf-2369-73b4-6eba-afa77c15df70.csalas@btlconsultants.com.mx N:csalas;;;; FN:csalas EMAIL;TYPE=INTERNET;TYPE=INTERNET:csalas@btlconsultants.com.mx END:VCARD csalas csalas@btlconsultants.com.mx\7 3K Qa2023-07-06 15:57:16jmartinezjmartinez@btlconsultants.com.mxjmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:33.940589c7-3031-ea27-352c-4a2fbe3c3762.jmartinez@btlconsultants.com.mx N:jmartinez;;;; FN:jmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmartinez@btlconsultants.com.mx END:VCARD jmartinez jmartinez@btlconsultants.com.mxS6 3I I]2023-07-06 15:57:16mvelascomvelasco@btlconsultants.com.mxmvelascoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:32.7e887d25-baa7-849c-8d63-edda835c6dc0.mvelasco@btlconsultants.com.mx N:mvelasco;;;; FN:mvelasco EMAIL;TYPE=INTERNET;TYPE=INTERNET:mvelasco@btlconsultants.com.mx END:VCARD mvelasco mvelasco@btlconsultants.com.mxJ5 3G AY2023-07-06 15:57:15agarciaagarcia@btlconsultants.com.mxagarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:30.428989e1-6cb6-97ae-7d0c-ee4664bba0bb.agarcia@btlconsultants.com.mx N:agarcia;;;; FN:agarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:agarcia@btlconsultants.com.mx END:VCARD agarcia agarcia@btlconsultants.com.mxS4 3I I]2023-07-06 15:57:15g.ibarrag.ibarra@btlconsultants.com.mxg.ibarraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:29.ef6ed9f7-1aa2-4fd7-9c4a-9d1acba3cefc.g.ibarra@btlconsultants.com.mx N:g.ibarra;;;; FN:g.ibarra EMAIL;TYPE=INTERNET;TYPE=INTERNET:g.ibarra@btlconsultants.com.mx END:VCARD g.ibarra g.ibarra@btlconsultants.com.mxA3 3E 9U2023-07-06 15:57:15gperezgperez@btlconsultants.com.mxgperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:27.2304ae28-a585-cf5e-5915-05b83e459d23.gperez@btlconsultants.com.mx N:gperez;;;; FN:gperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:gperez@btlconsultants.com.mx END:VCARD gperez gperez@btlconsultants.com.mxJ2 3G AY2023-07-06 15:57:15f.rojasf.rojas@btlconsultants.com.mxf.rojasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:26.d5ceac02-54c9-2602-498e-d9a67e086d06.f.rojas@btlconsultants.com.mx N:f.rojas;;;; FN:f.rojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:f.rojas@btlconsultants.com.mx END:VCARD f.rojas f.rojas@btlconsultants.com.mxS1 3I I]2023-07-06 15:57:15a.molinaa.molina@btlconsultants.com.mxa.molinaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:24.2117c471-1743-499d-808c-1dd9b4b261e0.a.molina@btlconsultants.com.mx N:a.molina;;;; FN:a.molina EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.molina@btlconsultants.com.mx END:VCARD a.molina a.molina@btlconsultants.com.mx\0 3K Qa2023-07-06 15:57:15nfedericonfederico@btlconsultants.com.mxnfedericoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:22.b1607926-4a83-6092-63c4-6cd981953792.nfederico@btlconsultants.com.mx N:nfederico;;;; FN:nfederico EMAIL;TYPE=INTERNET;TYPE=INTERNET:nfederico@btlconsultants.com.mx END:VCARD nfederico nfederico@btlconsultants.com.mxS/ 3I I]2023-07-06 15:57:15j.olveraj.olvera@btlconsultants.com.mxj.olveraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:21.7509846f-1410-1bb2-10c4-c87a90aab587.j.olvera@btlconsultants.com.mx N:j.olvera;;;; FN:j.olvera EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.olvera@btlconsultants.com.mx END:VCARD j.olvera j.olvera@btlconsultants.com.mxk. 3S ag2023-07-06 15:57:15m.sanchezm.sanchez@pue.btlconsultants.com.mxm.sanchezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:20.6f61a6d4-639e-eec8-c237-3f13373443a0.m.sanchez@pue.btlconsultants.com.mx N:m.sanchez;;;; FN:m.sanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.sanchez@pue.btlconsultants.com.mx END:VCARD m.sanchez m.sanchez@pu.btlconsultants.com.mx R f " 2KRS" 3I I]2023-07-06 15:57:13ahidalgoahidalgo@btlconsultants.com.mxahidalgoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:01.785b838e-9591-a5a1-7f7c-581a2bc18e9c.ahidalgo@btlconsultants.com.mx N:ahidalgo;;;; FN:ahidalgo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ahidalgo@btlconsultants.com.mx END:VCARD ahidalgo ahidalgo@btlconsultants.com.mxS! 3I I]2023-07-06 15:57:13tsalcedotsalcedo@btlconsultants.com.mxtsalcedoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:59.b76a7bd0-4900-6ee4-36fa-63388787f6c4.tsalcedo@btlconsultants.com.mx N:tsalcedo;;;; FN:tsalcedo EMAIL;TYPE=INTERNET;TYPE=INTERNET:tsalcedo@btlconsultants.com.mx END:VCARD tsalcedo tsalcedo@btlconsultants.com.mxJ 3G AY2023-07-06 15:57:13cflorescflores@btlconsultants.com.mxcfloresBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:58.f50f2389-4b59-5923-6e23-9aaa259754d2.cflores@btlconsultants.com.mx N:cflores;;;; FN:cflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:cflores@btlconsultants.com.mx END:VCARD cflores cflores@btlconsultants.com.mxA 3E 9U2023-07-06 15:57:13arojasarojas@btlconsultants.com.mxarojasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:57.a1aa34ed-c3d6-ac69-9b4e-ccf6ce5da6e3.arojas@btlconsultants.com.mx N:arojas;;;; FN:arojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:arojas@btlconsultants.com.mx END:VCARD arojas arojas@btlconsultants.com.mxS 3I I]2023-07-06 15:57:13aurbietaaurbieta@btlconsultants.com.mxaurbietaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:55.37c2cdfd-1562-67d2-09ce-758c5f74cb28.aurbieta@btlconsultants.com.mx N:aurbieta;;;; FN:aurbieta EMAIL;TYPE=INTERNET;TYPE=INTERNET:aurbieta@btlconsultants.com.mx END:VCARD aurbieta aurbieta@btlconsultants.com.mxJ 3G AY2023-07-06 15:57:13jmorenojmoreno@btlconsultants.com.mxjmorenoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:54.316ccaef-253b-b82b-693b-6b8ad9b2e557.jmoreno@btlconsultants.com.mx N:jmoreno;;;; FN:jmoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmoreno@btlconsultants.com.mx END:VCARD jmoreno jmoreno@btlconsultants.com.mx\ 3K Qa2023-07-06 15:57:13jpalominojpalomino@btlconsultants.com.mxjpalominoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:52.f00a1a5f-5cd1-16f0-49ca-a87996110d13.jpalomino@btlconsultants.com.mx N:jpalomino;;;; FN:jpalomino EMAIL;TYPE=INTERNET;TYPE=INTERNET:jpalomino@btlconsultants.com.mx END:VCARD jpalomino jpalomino@btlconsultants.com.mxS 3I I]2023-07-06 15:57:13acabreraacabrera@btlconsultants.com.mxacabreraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:51.9addee68-1f81-1bac-72bc-a56de23c3582.acabrera@btlconsultants.com.mx N:acabrera;;;; FN:acabrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:acabrera@btlconsultants.com.mx END:VCARD acabrera acabrera@btlconsultants.com.mx8 3C 1Q2023-07-06 15:57:12elunaeluna@btlconsultants.com.mxelunaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:49.53ad4d59-cea4-8f6b-7787-454cde375cc5.eluna@btlconsultants.com.mx N:eluna;;;; FN:eluna EMAIL;TYPE=INTERNET;TYPE=INTERNET:eluna@btlconsultants.com.mx END:VCARD eluna eluna@btlconsultants.com.mxA 3E 9U2023-07-06 15:57:12hlopezhlopez@btlconsultants.com.mxhlopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:48.eefe39f6-21dd-15a1-00b2-653e7c6794d4.hlopez@btlconsultants.com.mx N:hlopez;;;; FN:hlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:hlopez@btlconsultants.com.mx END:VCARD hlopez hlopez@btlconsultants.com.mxS 3I I]2023-07-06 15:57:12vesparzavesparza@btlconsultants.com.mxvesparzaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:46.1a9e4d3b-e4bc-710d-f592-63fd1ebae2e0.vesparza@btlconsultants.com.mx N:vesparza;;;; FN:vesparza EMAIL;TYPE=INTERNET;TYPE=INTERNET:vesparza@btlconsultants.com.mx END:VCARD vesparza vesparza@btlconsultants.com.mxA 3E 9U2023-07-06 15:57:12lnovoalnovoa@btlconsultants.com.mxlnovoaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:20:45.649c6fe9-62ea-5f69-7204-92d1f95de77c.lnovoa@btlconsultants.com.mx N:lnovoa;;;; FN:lnovoa EMAIL;TYPE=INTERNET;TYPE=INTERNET:lnovoa@btlconsultants.com.mx END:VCARD lnovoa lnovoa@btlconsultants.com.mx  8' 5 r }CW1indexsqlite_autoindex_carddav_migrations_1carddav_migrations6[11atablecarddav_migrationscarddav_migrations5CREATE TABLE "carddav_migrations" ( id integer NOT NULL PRIMARY KEY, filename TEXT NOT NULL, processed_at TIME NOT NULL DEFAULT CURRENT_TIMESTAMP, UNIQUE(filename) ) x55tablecarddav_addressbookscarddav_addressbooks9CREATE TABLE "carddav_addressbooks" ( id integer NOT NULL PRIMARY KEY, name TEXT NOT NULL, username TEXT NOT NULL, password TEXT NOT NULL, url TEXT NOT NULL, active TINYINT UNSIGNED NOT NULL DEFAULT 1, user_id integer NOT NULL, last_updated BIGINT NOT NULL DEFAULT 0, refresh_time INT NOT NULL DEFAULT 3600, sync_token TEXT NOT NULL DEFAULT '', presetname TEXT, use_categories TINYINT NOT NULL DEFAULT 0, FOREIGN KEY(user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE ) K1%indexcarddav_group_user_group_id_idxcarddav_group_user3CREATE INDEX carddav_group_user_group_id_idx ON carddav_group_user(group_id)O1-indexcarddav_group_user_contact_id_idxcarddav_group_user2CREATE INDEX carddav_group_user_contact_id_idx ON carddav_group_user(contact_id)zC)indexcarddav_groups_abook_id_idxcarddav_groups1CREATE INDEX carddav_groups_abook_id_idx ON carddav_groups(abook_id)I/!indexcarddav_xsubtypes_abook_id_idxcarddav_xsubtypes0CREATE INDEX carddav_xsubtypes_abook_id_idx ON carddav_xsubtypes(abook_id);O)indexsqlite_autoindex_carddav_groups_2carddav_groups/    D  ;fm JD 3G AY2023-07-06 15:57:17m.lopezm.lopez@btlconsultants.com.mxm.lopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:53.d7741ec7-2db9-24aa-6e90-d91379ce194a.m.lopez@btlconsultants.com.mx N:m.lopez;;;; FN:m.lopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.lopez@btlconsultants.com.mx END:VCARD m.lopez m.lopez@btlconsultants.com.mxJC 3G AY2023-07-06 15:57:17jmislasjmislas@btlconsultants.com.mxjmislasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:52.c7cc2895-cf57-462f-097d-9ae69a36a44c.jmislas@btlconsultants.com.mx N:jmislas;;;; FN:jmislas EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmislas@btlconsultants.com.mx END:VCARD jmislas jmislas@btlconsultants.com.mxJB 3G AY2023-07-06 15:57:17aolveraaolvera@btlconsultants.com.mxaolveraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:50.2724cadf-1ae0-81ce-a543-635c802f8537.aolvera@btlconsultants.com.mx N:aolvera;;;; FN:aolvera EMAIL;TYPE=INTERNET;TYPE=INTERNET:aolvera@btlconsultants.com.mx END:VCARD aolvera aolvera@btlconsultants.com.mx\A 3K Qa2023-07-06 15:57:17d.gandarad.gandara@btlconsultants.com.mxd.gandaraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:48.12152a1b-7c2c-0325-82f4-707e34175ffd.d.gandara@btlconsultants.com.mx N:d.gandara;;;; FN:d.gandara EMAIL;TYPE=INTERNET;TYPE=INTERNET:d.gandara@btlconsultants.com.mx END:VCARD d.gandara d.gandara@btlconsultants.com.mxJ@ 3G AY2023-07-06 15:57:17kgalvankgalvan@btlconsultants.com.mxkgalvanBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:47.3ac2274d-aa0e-3d7b-db0e-87fd0b326e1d.kgalvan@btlconsultants.com.mx N:kgalvan;;;; FN:kgalvan EMAIL;TYPE=INTERNET;TYPE=INTERNET:kgalvan@btlconsultants.com.mx END:VCARD kgalvan kgalvan@btlconsultants.com.mxA? 3E 9U2023-07-06 15:57:17iavilaiavila@btlconsultants.com.mxiavilaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:45.8a2e292b-e227-3ebe-db17-d2d4c50a3ec1.iavila@btlconsultants.com.mx N:iavila;;;; FN:iavila EMAIL;TYPE=INTERNET;TYPE=INTERNET:iavila@btlconsultants.com.mx END:VCARD iavila iavila@btlconsultants.com.mxA> 3E 9U2023-07-06 15:57:16uramosuramos@btlconsultants.com.mxuramosBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:44.ac9d4ed0-f1dd-aa45-797b-ca32e1ee44ca.uramos@btlconsultants.com.mx N:uramos;;;; FN:uramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:uramos@btlconsultants.com.mx END:VCARD uramos uramos@btlconsultants.com.mxA= 3E 9U2023-07-06 15:57:16dponcedponce@btlconsultants.com.mxdponceBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:42.838b705b-0b27-1b87-4289-3ddabd1eb2dd.dponce@btlconsultants.com.mx N:dponce;;;; FN:dponce EMAIL;TYPE=INTERNET;TYPE=INTERNET:dponce@btlconsultants.com.mx END:VCARD dponce dponce@btlconsultants.com.mx\< 3K Qa2023-07-06 15:57:16e.trevinoe.trevino@btlconsultants.com.mxe.trevinoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:40.c997d3bc-8d40-66a9-3c46-e64623665b2d.e.trevino@btlconsultants.com.mx N:e.trevino;;;; FN:e.trevino EMAIL;TYPE=INTERNET;TYPE=INTERNET:e.trevino@btlconsultants.com.mx END:VCARD e.trevino e.trevino@btlconsultants.com.mxc; 3!M !Ya2023-07-06 15:57:16yrodriguezyrodriguez@btlconsultants.com.mxyrodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:39.34022d3f-fd35-ba44-7410-47dcafc559c1.yrodriguez@btlconsultants.com.mx N:yrodriguez;;;; FN:yrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:yrodriguez@btlconsultants.com.mx END:VCARD yrodriguz yrodriguz@btlconsultants.com.mxn: 3#O #ai2023-07-06 15:57:16mbustamantembustamante@btlconsultants.com.mxmbustamanteBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:37.c40068ec-0237-02b2-c845-36ebe9095e8a.mbustamante@btlconsultants.com.mx N:mbustamante;;;; FN:mbustamante EMAIL;TYPE=INTERNET;TYPE=INTERNET:mbustamante@btlconsultants.com.mx END:VCARD mbustamante mbustamante@btlconsultants.com.mxH9 3G AU2023-07-06 15:57:16eduenaseduenas@btlconsultants.com.mxeduenasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:21:36.0570d24e-cfc4-fd17-21aa-8a84493069b3.eduenas@btlconsultants.com.mx N:eduenas;;;; FN:eduenas EMAIL;TYPE=INTERNET;TYPE=INTERNET:eduenas@btlconsultants.com.mx END:VCARD edunas edunas@btlconsultants.com.mx  1.6.0.7 1.5.2.6 1.5.2.5 1.5.2.1 1.4.12 1.4.11 1.4.10  E wwbtlc@btlconsultants.com.mx     d  :  g  J  ,    p  K $~~LL  V  Km+VZ{ 3O Qa2023-07-06 15:57:25icortezicortez@ags.btlconsultants.com.mxicortezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:36:21.d1f7af12-d483-bcb0-830a-bff46c53878b.icortez@ags.btlconsultants.com.mx N:icortez;;;; FN:icortez EMAIL;TYPE=INTERNET;TYPE=INTERNET:icortez@ags.btlconsultants.com.mx END:VCARD icortez icortez@ags.btlconsultants.com.mxuz 3!U !im2023-07-06 15:57:25chernandezchernandez@ags.btlconsultants.com.mxchernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:36:19.50bcd3a8-b5da-4263-06d9-a1f0c847a3f9.chernandez@ags.btlconsultants.com.mx N:chernandez;;;; FN:chernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:chernandez@ags.btlconsultants.com.mx END:VCARD chernandez chernandez@ags.btlconsultants.com.mxuy 3!U !im2023-07-06 15:57:25amoranchelamoranchel@ags.btlconsultants.com.mxamoranchelBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:36:18.bbe18076-f0a3-8aae-d4fc-cde95ab93aee.amoranchel@ags.btlconsultants.com.mx N:amoranchel;;;; FN:amoranchel EMAIL;TYPE=INTERNET;TYPE=INTERNET:amoranchel@ags.btlconsultants.com.mx END:VCARD amoranchel amoranchel@ags.btlconsultants.com.mxQx 3M I]2023-07-06 15:57:25mlopezmlopez@ags.btlconsultants.com.mxmlopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:36:16.19257179-93c1-7743-9a3e-b2e3bbf9ab8b.mlopez@ags.btlconsultants.com.mx N:mlopez;;;; FN:mlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mlopez@ags.btlconsultants.com.mx END:VCARD mlopez mlopez@ags.btlconsultants.com.mxsw 3!U !ii2023-07-06 15:57:25brodriguezbrodriguez@ags.btlconsultants.com.mxbrodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:36:15.cbda6ef3-515c-613c-8b81-d458737b4df9.brodriguez@ags.btlconsultants.com.mx N:brodriguez;;;; FN:brodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:brodriguez@ags.btlconsultants.com.mx END:VCARD brodriguz brodriguz@ags.btlconsultants.com.mxuv 3!U !im2023-07-06 15:57:25lcervanteslcervantes@ags.btlconsultants.com.mxlcervantesBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:36:14.a32253da-3bd8-a144-2c83-24c52921106b.lcervantes@ags.btlconsultants.com.mx N:lcervantes;;;; FN:lcervantes EMAIL;TYPE=INTERNET;TYPE=INTERNET:lcervantes@ags.btlconsultants.com.mx END:VCARD lcervantes lcervantes@ags.btlconsultants.com.mxcu 3Q Ye2023-07-06 15:57:25jmarinezjmarinez@ags.btlconsultants.com.mxjmarinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:36:12.c683b5ac-5a87-fc1d-ad6c-4cd955c6ef5e.jmarinez@ags.btlconsultants.com.mx N:jmarinez;;;; FN:jmarinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmarinez@ags.btlconsultants.com.mx END:VCARD jmarinez jmarinez@ags.btlconsultants.com.mxQt 3M I]2023-07-06 15:57:24jlopezjlopez@ags.btlconsultants.com.mxjlopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:36:10.d56f1b86-6708-f45f-8d5a-3376675403cb.jlopez@ags.btlconsultants.com.mx N:jlopez;;;; FN:jlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jlopez@ags.btlconsultants.com.mx END:VCARD jlopez jlopez@ags.btlconsultants.com.mxls 3S ai2023-07-06 15:57:24mquinonesmquinones@ags.btlconsultants.com.mxmquinonesBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:36:09.6a5563f8-72e1-46ca-678d-25accfa30885.mquinones@ags.btlconsultants.com.mx N:mquinones;;;; FN:mquinones EMAIL;TYPE=INTERNET;TYPE=INTERNET:mquinones@ags.btlconsultants.com.mx END:VCARD mquinones mquinones@ags.btlconsultants.com.mxur 3!U !im2023-07-06 15:57:24dcastanedadcastaneda@ags.btlconsultants.com.mxdcastanedaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:36:08.e34194d1-7981-e529-19e5-e6dfc65ae797.dcastaneda@ags.btlconsultants.com.mx N:dcastaneda;;;; FN:dcastaneda EMAIL;TYPE=INTERNET;TYPE=INTERNET:dcastaneda@ags.btlconsultants.com.mx END:VCARD dcastaneda dcastaneda@ags.btlconsultants.com.mxwq 3%Q %im2023-07-06 15:57:24vbohoslavskyvbohoslavsky@btlconsultants.com.mxvbohoslavskyBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:35:40.52f1985b-b7e2-e55a-cf6d-63f862289789.vbohoslavsky@btlconsultants.com.mx N:vbohoslavsky;;;; FN:vbohoslavsky EMAIL;TYPE=INTERNET;TYPE=INTERNET:vbohoslavsky@btlconsultants.com.mx END:VCARD vbohoslavsky vbohoslavsky@btlconsultants.com.mx ~ + V^~u 3!U !im2023-07-06 15:57:26nhernandeznhernandez@bcn.btlconsultants.com.mxnhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:38:28.44ddcb78-91b3-3620-d342-e03742ed2551.nhernandez@bcn.btlconsultants.com.mx N:nhernandez;;;; FN:nhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:nhernandez@bcn.btlconsultants.com.mx END:VCARD nhernandez nhernandez@bcn.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:26sbenitezsbenitez@bcn.btlconsultants.com.mxsbenitezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:38:27.ee225cea-ee75-7b94-4453-2f70e91d8ea3.sbenitez@bcn.btlconsultants.com.mx N:sbenitez;;;; FN:sbenitez EMAIL;TYPE=INTERNET;TYPE=INTERNET:sbenitez@bcn.btlconsultants.com.mx END:VCARD sbenitez sbenitez@bcn.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:26ajvegaajvega@bcn.btlconsultants.com.mxajvegaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:38:25.48b85d45-55a2-a159-4c6c-bf4022a8f313.ajvega@bcn.btlconsultants.com.mx N:ajvega;;;; FN:ajvega EMAIL;TYPE=INTERNET;TYPE=INTERNET:ajvega@bcn.btlconsultants.com.mx END:VCARD ajvega ajvega@bcn.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:26ytoledoytoledo@bcs.btlconsultants.com.mxytoledoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:38:09.2b4a6c39-10ed-73ad-d114-1f5195f4c311.ytoledo@bcs.btlconsultants.com.mx N:ytoledo;;;; FN:ytoledo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ytoledo@bcs.btlconsultants.com.mx END:VCARD ytoledo ytoledo@bcs.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:26ehernandezehernandez@bcs.btlconsultants.com.mxehernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:38:07.587dca29-7e2d-d52d-eb34-ce0e98630550.ehernandez@bcs.btlconsultants.com.mx N:ehernandez;;;; FN:ehernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ehernandez@bcs.btlconsultants.com.mx END:VCARD ehernandez ehernandez@bcs.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:26jfloresjflores@bcs.btlconsultants.com.mxjfloresBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:38:06.86e24664-effa-28df-f1f8-f662fe607fd9.jflores@bcs.btlconsultants.com.mx N:jflores;;;; FN:jflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:jflores@bcs.btlconsultants.com.mx END:VCARD jflores jflores@bcs.btlconsultants.com.mxj 3S ae2023-07-06 15:57:26sfigueroasfigueroa@bcs.btlconsultants.com.mxsfigueroaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:38:04.d0a2e527-be87-5301-b8fb-b0423df70dd3.sfigueroa@bcs.btlconsultants.com.mx N:sfigueroa;;;; FN:sfigueroa EMAIL;TYPE=INTERNET;TYPE=INTERNET:sfigueroa@bcs.btlconsultants.com.mx END:VCARD sfiguroa sfiguroa@bcs.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:26nhernandeznhernandez@bcl.btlconsultants.com.mxnhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:37:25.da6e0aa9-32e2-afba-3544-85119ab46a25.nhernandez@bcl.btlconsultants.com.mx N:nhernandez;;;; FN:nhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:nhernandez@bcl.btlconsultants.com.mx END:VCARD nhernandez nhernandez@bcl.btlconsultants.com.mxZ~ 3O Qa2023-07-06 15:57:25jgarciajgarcia@bcl.btlconsultants.com.mxjgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:37:24.925a73f2-ecea-c139-4caa-a54ae7b12179.jgarcia@bcl.btlconsultants.com.mx N:jgarcia;;;; FN:jgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgarcia@bcl.btlconsultants.com.mx END:VCARD jgarcia jgarcia@bcl.btlconsultants.com.mx} 3%Y %yu2023-07-06 15:57:25scovarrubiasscovarrubias@bcl.btlconsultants.com.mxscovarrubiasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:37:22.f8503906-9d2c-7607-868f-9d96a02112eb.scovarrubias@bcl.btlconsultants.com.mx N:scovarrubias;;;; FN:scovarrubias EMAIL;TYPE=INTERNET;TYPE=INTERNET:scovarrubias@bcl.btlconsultants.com.mx END:VCARD scovarrubias scovarrubias@bcl.btlconsultants.com.mxH| 3K AY2023-07-06 15:57:25jdiazjdiaz@ags.btlconsultants.com.mxjdiazBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:36:22.6c9aa1a3-9c58-54b9-2ca6-6452528c6fb5.jdiaz@ags.btlconsultants.com.mx N:jdiaz;;;; FN:jdiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:jdiaz@ags.btlconsultants.com.mx END:VCARD jdiaz jdiaz@ags.btlconsultants.com.mx u  I/XU 3O M_2023-07-06 15:57:28operezoperez@camp.btlconsultants.com.mxoperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:38:59.92653cc5-bef2-0fc1-8de8-dbfd6f695b9e.operez@camp.btlconsultants.com.mx N:operez;;;; FN:operez EMAIL;TYPE=INTERNET;TYPE=INTERNET:operez@camp.btlconsultants.com.mx END:VCARD operez operez@camp.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:28iespinoiespino@bcn.btlconsultants.com.mxiespinoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:38:44.3524d68c-258e-35fb-d253-b983f9aa72f9.iespino@bcn.btlconsultants.com.mx N:iespino;;;; FN:iespino EMAIL;TYPE=INTERNET;TYPE=INTERNET:iespino@bcn.btlconsultants.com.mx END:VCARD iespino iespino@bcn.btlconsultants.com.mxl 3S ai2023-07-06 15:57:28mgallegosmgallegos@bcn.btlconsultants.com.mxmgallegosBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:38:42.4ab3f8ee-7667-1929-3142-4cf23d3a5a67.mgallegos@bcn.btlconsultants.com.mx N:mgallegos;;;; FN:mgallegos EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgallegos@bcn.btlconsultants.com.mx END:VCARD mgallegos mgallegos@bcn.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:27c.riverac.rivera@bcn.btlconsultants.com.mxc.riveraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:38:41.809beb0d-7ff6-5864-a1ad-0b09b8347124.c.rivera@bcn.btlconsultants.com.mx N:c.rivera;;;; FN:c.rivera EMAIL;TYPE=INTERNET;TYPE=INTERNET:c.rivera@bcn.btlconsultants.com.mx END:VCARD c.rivera c.rivera@bcn.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:27lgarcialgarcia@bcn.btlconsultants.com.mxlgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:38:39.b5a95541-c9b8-ff92-ebc1-f84c1edce051.lgarcia@bcn.btlconsultants.com.mx N:lgarcia;;;; FN:lgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:lgarcia@bcn.btlconsultants.com.mx END:VCARD lgarcia lgarcia@bcn.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:27rvaldezrvaldez@bcn.btlconsultants.com.mxrvaldezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:38:38.b2cc2d29-c76b-4a29-dd43-cc050b997d99.rvaldez@bcn.btlconsultants.com.mx N:rvaldez;;;; FN:rvaldez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rvaldez@bcn.btlconsultants.com.mx END:VCARD rvaldez rvaldez@bcn.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:27eacostaeacosta@bcn.btlconsultants.com.mxeacostaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:38:37.0807f326-635c-47e3-2353-35b2a4d49f3a.eacosta@bcn.btlconsultants.com.mx N:eacosta;;;; FN:eacosta EMAIL;TYPE=INTERNET;TYPE=INTERNET:eacosta@bcn.btlconsultants.com.mx END:VCARD eacosta eacosta@bcn.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:27arinconarincon@bcn.btlconsultants.com.mxarinconBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:38:35.b9f372ed-f7bf-34ae-ce3b-ccd7e1d2d7e3.arincon@bcn.btlconsultants.com.mx N:arincon;;;; FN:arincon EMAIL;TYPE=INTERNET;TYPE=INTERNET:arincon@bcn.btlconsultants.com.mx END:VCARD arincon arincon@bcn.btlconsultants.com.mxl 3S ai2023-07-06 15:57:27kalbarrankalbarran@bcn.btlconsultants.com.mxkalbarranBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:38:33.b6d93295-5c6e-2bf0-f27b-2cab357d9f93.kalbarran@bcn.btlconsultants.com.mx N:kalbarran;;;; FN:kalbarran EMAIL;TYPE=INTERNET;TYPE=INTERNET:kalbarran@bcn.btlconsultants.com.mx END:VCARD kalbarran kalbarran@bcn.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:27vgarciavgarcia@bcn.btlconsultants.com.mxvgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:38:32.2b695263-f14a-9eb0-af1b-4274187e92f9.vgarcia@bcn.btlconsultants.com.mx N:vgarcia;;;; FN:vgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:vgarcia@bcn.btlconsultants.com.mx END:VCARD vgarcia vgarcia@bcn.btlconsultants.com.mx 3%Y %yu2023-07-06 15:57:27jcastellanosjcastellanos@bcn.btlconsultants.com.mxjcastellanosBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:38:29.e4176231-d140-d243-f9a3-da7cc5a39464.jcastellanos@bcn.btlconsultants.com.mx N:jcastellanos;;;; FN:jcastellanos EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcastellanos@bcn.btlconsultants.com.mx END:VCARD jcastellanos jcastellanos@bcn.btlconsultants.com.mx ?eK1{aG- w ] C )  s Y ? % o U ; !  k Q 7   g M 3 }cI/y_E+u[A' qW=# mS9iO5sW;w[? 32023-07-06 15:57:28 32023-07-06 15:57:28 32023-07-06 15:57:27  32023-07-06 15:57:27  32023-07-06 15:57:27  32023-07-06 15:57:27  32023-07-06 15:57:27  32023-07-06 15:57:27 32023-07-06 15:57:27 32023-07-06 15:57:27 32023-07-06 15:57:27 32023-07-06 15:57:26 32023-07-06 15:57:26 32023-07-06 15:57:26 32023-07-06 15:57:26 32023-07-06 15:57:26 32023-07-06 15:57:26 32023-07-06 15:57:26~ 3~2023-07-06 15:57:26} 3}2023-07-06 15:57:25| 3|2023-07-06 15:57:25{ 3{2023-07-06 15:57:25z 3z2023-07-06 15:57:25y 3y2023-07-06 15:57:25x 3x2023-07-06 15:57:25w 3w2023-07-06 15:57:25v 3v2023-07-06 15:57:25u 3u2023-07-06 15:57:25t 3t2023-07-06 15:57:25s 3s2023-07-06 15:57:24r 3r2023-07-06 15:57:24q 3q2023-07-06 15:57:24p 3p2023-07-06 15:57:24o 3o2023-07-06 15:57:24n 3n2023-07-06 15:57:24m 3m2023-07-06 15:57:24l 3l2023-07-06 15:57:24k 3k2023-07-06 15:57:24j 3j2023-07-06 15:57:24i 3i2023-07-06 15:57:23h 3h2023-07-06 15:57:23g 3g2023-07-06 15:57:23f 3f2023-07-06 15:57:23e 3e2023-07-06 15:57:23d 3d2023-07-06 15:57:23c 3c2023-07-06 15:57:23b 3b2023-07-06 15:57:23a 3a2023-07-06 15:57:23` 3`2023-07-06 15:57:23_ 3_2023-07-06 15:57:22^ 3^2023-07-06 15:57:22] 3]2023-07-06 15:57:22\ 3\2023-07-06 15:57:20[ 3[2023-07-06 15:57:19Z 3Z2023-07-06 15:57:19Y 3Y2023-07-06 15:57:19X 3X2023-07-06 15:57:19W 3W2023-07-06 15:57:19V 3V2023-07-06 15:57:19U 3U2023-07-06 15:57:19T 3T2023-07-06 15:57:19S 3S2023-07-06 15:57:19R 3R2023-07-06 15:57:18Q 3Q2023-07-06 15:57:18P 3P2023-07-06 15:57:18O 3O2023-07-06 15:57:18N 3N2023-07-06 15:57:18M 3M2023-07-06 15:57:18L 3L2023-07-06 15:57:18K 3K2023-07-06 15:57:18J 3J2023-07-06 15:57:18I 3I2023-07-06 15:57:18H 3H2023-07-06 15:57:17G 3G2023-07-06 15:57:17F 3F2023-07-06 15:57:17E 3E2023-07-06 15:57:17D 3D2023-07-06 15:57:17C 3C2023-07-06 15:57:17B 3B2023-07-06 15:57:17A 3A2023-07-06 15:57:17@ 3@2023-07-06 15:57:17? 3?2023-07-06 15:57:17> 3>2023-07-06 15:57:16= 3=2023-07-06 15:57:16< 3<2023-07-06 15:57:16; 3;2023-07-06 15:57:16: 3:2023-07-06 15:57:169 392023-07-06 15:57:168 382023-07-06 15:57:167 372023-07-06 15:57:166 362023-07-06 15:57:165 352023-07-06 15:57:154 342023-07-06 15:57:153 332023-07-06 15:57:152 322023-07-06 15:57:151 312023-07-06 15:57:150 302023-07-06 15:57:15/ 3/2023-07-06 15:57:15. 3.2023-07-06 15:57:15- 3-2023-07-06 15:57:15, 3,2023-07-06 15:57:14+ 3+2023-07-06 15:57:14* 3*2023-07-06 15:57:14) 3)2023-07-06 15:57:14( 3(2023-07-06 15:57:14' 3'2023-07-06 15:57:14& 3&2023-07-06 15:57:14% 3%2023-07-06 15:57:13$ 3$2023-07-06 15:57:13# 3#2023-07-06 15:57:13" 3"2023-07-06 15:57:13! 3!2023-07-06 15:57:13  3 2023-07-06 15:57:13 32023-07-06 15:57:13 32023-07-06 15:57:13 32023-07-06 15:57:13 32023-07-06 15:57:13 32023-07-06 15:57:13 32023-07-06 15:57:13 32023-07-06 15:57:12 32023-07-06 15:57:12 32023-07-06 15:57:12 32023-07-06 15:57:12 32023-07-06 15:57:12 32023-07-06 15:57:12 32023-07-06 15:57:12 32023-07-06 15:57:12 32023-07-06 15:57:12 32023-07-06 15:57:12 32023-07-06 15:57:12 32023-07-06 15:57:12  3 2023-07-06 15:57:11  3 2023-07-06 15:57:11  3 2023-07-06 15:57:11  3 2023-07-06 15:57:11  3 2023-07-06 15:57:11 32023-07-06 15:57:11 32023-07-06 15:57:11 32023-07-06 15:57:11 32023-07-06 15:57:11 32023-07-06 15:57:11 32023-07-06 15:57:10 32023-07-06 15:57:10 32023-07-06 15:57:10  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX<  32023-07-06 15:57:34 32023-07-06 15:57:34 32023-07-06 15:57:34 32023-07-06 15:57:34 32023-07-06 15:57:34 32023-07-06 15:57:34 32023-07-06 15:57:34 32023-07-06 15:57:34 32023-07-06 15:57:34 32023-07-06 15:57:33 32023-07-06 15:57:33  3 2023-07-06 15:57:33  3 2023-07-06 15:57:33  3 2023-07-06 15:57:33  3 2023-07-06 15:57:33  3 2023-07-06 15:57:33 32023-07-06 15:57:33 32023-07-06 15:57:33 32023-07-06 15:57:33 32023-07-06 15:57:33 32023-07-06 15:57:33 32023-07-06 15:57:33 32023-07-06 15:57:33 32023-07-06 15:57:33 32023-07-06 15:57:33 32023-07-06 15:57:33~ 32023-07-06 15:57:33} 32023-07-06 15:57:33| 32023-07-06 15:57:33{ 32023-07-06 15:57:33z 32023-07-06 15:57:33y 32023-07-06 15:57:33x 32023-07-06 15:57:33w 32023-07-06 15:57:33v 32023-07-06 15:57:33u 32023-07-06 15:57:33t 32023-07-06 15:57:33s 32023-07-06 15:57:33r 32023-07-06 15:57:33q 32023-07-06 15:57:33p 32023-07-06 15:57:33o 32023-07-06 15:57:33n 32023-07-06 15:57:33m 32023-07-06 15:57:33l 32023-07-06 15:57:33k 32023-07-06 15:57:33j 32023-07-06 15:57:33i 32023-07-06 15:57:33h 32023-07-06 15:57:33g 32023-07-06 15:57:33f 32023-07-06 15:57:33e 32023-07-06 15:57:33d 32023-07-06 15:57:33c 32023-07-06 15:57:33b 32023-07-06 15:57:33a 32023-07-06 15:57:33` 32023-07-06 15:57:33_ 32023-07-06 15:57:33^ 32023-07-06 15:57:33] 32023-07-06 15:57:33\ 32023-07-06 15:57:33[ 32023-07-06 15:57:32Z 32023-07-06 15:57:32Y 32023-07-06 15:57:32X 32023-07-06 15:57:32W 32023-07-06 15:57:32V 32023-07-06 15:57:32U 32023-07-06 15:57:32T 32023-07-06 15:57:32S 32023-07-06 15:57:32R 32023-07-06 15:57:32Q 32023-07-06 15:57:32P 32023-07-06 15:57:32O 32023-07-06 15:57:32N 32023-07-06 15:57:32M 32023-07-06 15:57:32L 32023-07-06 15:57:32K 32023-07-06 15:57:32J 32023-07-06 15:57:32I 32023-07-06 15:57:32H 32023-07-06 15:57:32G 32023-07-06 15:57:32F 32023-07-06 15:57:32E 32023-07-06 15:57:32D 32023-07-06 15:57:32C 32023-07-06 15:57:32B 32023-07-06 15:57:32A 32023-07-06 15:57:32@ 32023-07-06 15:57:32? 32023-07-06 15:57:32> 32023-07-06 15:57:32= 32023-07-06 15:57:32< 32023-07-06 15:57:32; 32023-07-06 15:57:32: 32023-07-06 15:57:329 32023-07-06 15:57:328 32023-07-06 15:57:327 32023-07-06 15:57:326 32023-07-06 15:57:325 32023-07-06 15:57:324 32023-07-06 15:57:323 32023-07-06 15:57:322 32023-07-06 15:57:321 32023-07-06 15:57:320 32023-07-06 15:57:31/ 32023-07-06 15:57:31. 32023-07-06 15:57:31- 32023-07-06 15:57:31, 32023-07-06 15:57:31+ 32023-07-06 15:57:31* 32023-07-06 15:57:30) 32023-07-06 15:57:30( 32023-07-06 15:57:30' 32023-07-06 15:57:30& 32023-07-06 15:57:30% 32023-07-06 15:57:30$ 32023-07-06 15:57:30# 32023-07-06 15:57:30" 32023-07-06 15:57:30! 32023-07-06 15:57:30  32023-07-06 15:57:29 32023-07-06 15:57:29 32023-07-06 15:57:29 32023-07-06 15:57:29 32023-07-06 15:57:29 32023-07-06 15:57:29 32023-07-06 15:57:29 32023-07-06 15:57:29 32023-07-06 15:57:29 32023-07-06 15:57:28 32023-07-06 15:57:28 32023-07-06 15:57:28 32023-07-06 15:57:28 32023-07-06 15:57:28 32023-07-06 15:57:28 32023-07-06 15:57:28 q N F q 3g  }2023-07-06 15:57:29amartinezamartinez@capacitadores.btlconsultants.com.mxamartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:39:46.601e4152-40cf-7189-2a82-88b895377d5d.amartinez@capacitadores.btlconsultants.com.mx N:amartinez;;;; FN:amartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:amartinez@capacitadores.btlconsultants.com.mx END:VCARD amartinez amartinez@capacitadores.btlconsultants.com.mx 3!i !}2023-07-06 15:57:29erodriguezerodriguez@capacitadores.btlconsultants.com.mxerodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:39:45.f47afae3-3a21-931a-a7a7-a2ea752b14a8.erodriguez@capacitadores.btlconsultants.com.mx N:erodriguez;;;; FN:erodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:erodriguez@capacitadores.btlconsultants.com.mx END:VCARD erodriguz erodriguz@capacitadores.btlconsultants.com.mxT 3-u -A2023-07-06 15:57:28vladimir.salinasvladimir.salinas@capacitadores.btlconsultants.com.mxvladimir.salinasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:39:44.b45c7362-31d1-fd0f-c028-e97707c8a4f0.vladimir.salinas@capacitadores.btlconsultants.com.mx N:vladimir.salinas;;;; FN:vladimir.salinas EMAIL;TYPE=INTERNET;TYPE=INTERNET:vladimir.salinas@capacitadores.btlconsultants.com.mx END:VCARD vladimir.salinas vladimir.salinas@capacitadores.btlconsultants.com.mxB 3)q )12023-07-06 15:57:28cinthia.aquinocinthia.aquino@capacitadores.btlconsultants.com.mxcinthia.aquinoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:39:42.97cae0da-193d-ce19-94d1-6ab3a462c2d7.cinthia.aquino@capacitadores.btlconsultants.com.mx N:cinthia.aquino;;;; FN:cinthia.aquino EMAIL;TYPE=INTERNET;TYPE=INTERNET:cinthia.aquino@capacitadores.btlconsultants.com.mx END:VCARD cinthia.aquino cinthia.aquino@capacitadores.btlconsultants.com.mx. 3%m %!2023-07-06 15:57:28manuel.rubiomanuel.rubio@capacitadores.btlconsultants.com.mxmanuel.rubioBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:39:40.3d98dcf6-55d9-7c35-9210-e2f069f970eb.manuel.rubio@capacitadores.btlconsultants.com.mx N:manuel.rubio;;;; FN:manuel.rubio EMAIL;TYPE=INTERNET;TYPE=INTERNET:manuel.rubio@capacitadores.btlconsultants.com.mx END:VCARD manul.rubio manul.rubio@capacitadores.btlconsultants.com.mx0 3%m %! 2023-07-06 15:57:28juan.sanchezjuan.sanchez@capacitadores.btlconsultants.com.mxjuan.sanchezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:39:38.9dd6ece7-2b50-00c8-6308-5305f19d89ea.juan.sanchez@capacitadores.btlconsultants.com.mx N:juan.sanchez;;;; FN:juan.sanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:juan.sanchez@capacitadores.btlconsultants.com.mx END:VCARD juan.sanchez juan.sanchez@capacitadores.btlconsultants.com.mx 3!i !2023-07-06 15:57:28cmarcelinocmarcelino@capacitadores.btlconsultants.com.mxcmarcelinoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:39:37.b1910174-24ed-84f7-9497-cbbef57cc7ec.cmarcelino@capacitadores.btlconsultants.com.mx N:cmarcelino;;;; FN:cmarcelino EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmarcelino@capacitadores.btlconsultants.com.mx END:VCARD cmarcelino cmarcelino@capacitadores.btlconsultants.com.mxU 3O M_2023-07-06 15:57:28kmejiakmejia@camp.btlconsultants.com.mxkmejiaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:39:02.13ee7b7a-a9e5-c36c-35fb-1490a483f9ba.kmejia@camp.btlconsultants.com.mx N:kmejia;;;; FN:kmejia EMAIL;TYPE=INTERNET;TYPE=INTERNET:kmejia@camp.btlconsultants.com.mx END:VCARD kmejia kmejia@camp.btlconsultants.com.mxU 3O M_2023-07-06 15:57:28ygtajeygtaje@camp.btlconsultants.com.mxygtajeBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:39:01.9183a8a4-076e-4831-c1a1-a39954508e07.ygtaje@camp.btlconsultants.com.mx N:ygtaje;;;; FN:ygtaje EMAIL;TYPE=INTERNET;TYPE=INTERNET:ygtaje@camp.btlconsultants.com.mx END:VCARD ygtaje ygtaje@camp.btlconsultants.com.mx `q n * v`$ 3!i !2023-07-06 15:57:30a.alvaradoa.alvarado@capacitadores.btlconsultants.com.mxa.alvaradoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:40:01.a305f85d-e369-910d-6754-9c21f670d6ae.a.alvarado@capacitadores.btlconsultants.com.mx N:a.alvarado;;;; FN:a.alvarado EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.alvarado@capacitadores.btlconsultants.com.mx END:VCARD a.alvarado a.alvarado@capacitadores.btlconsultants.com.mxp# 3_ im2023-07-06 15:57:30dtecodteco@capacitadores.btlconsultants.com.mxdtecoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:39:59.d861ba07-309d-ee12-1cdd-4f9c924b0faf.dteco@capacitadores.btlconsultants.com.mx N:dteco;;;; FN:dteco EMAIL;TYPE=INTERNET;TYPE=INTERNET:dteco@capacitadores.btlconsultants.com.mx END:VCARD dteco dteco@capacitadores.btlconsultants.com.mx" 3g  y2023-07-06 15:57:30rguerrerorguerrero@capacitadores.btlconsultants.com.mxrguerreroBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:39:58.5988ff82-a2df-207e-6752-78432ffa3b10.rguerrero@capacitadores.btlconsultants.com.mx N:rguerrero;;;; FN:rguerrero EMAIL;TYPE=INTERNET;TYPE=INTERNET:rguerrero@capacitadores.btlconsultants.com.mx END:VCARD rgurrero rgurrero@capacitadores.btlconsultants.com.mx! 3g  }2023-07-06 15:57:30mgonzalezmgonzalez@capacitadores.btlconsultants.com.mxmgonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:39:56.78e7a67c-680b-eda5-0291-690c27fbf85e.mgonzalez@capacitadores.btlconsultants.com.mx N:mgonzalez;;;; FN:mgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgonzalez@capacitadores.btlconsultants.com.mx END:VCARD mgonzalez mgonzalez@capacitadores.btlconsultants.com.mx 3c yu2023-07-06 15:57:29obahenaobahena@capacitadores.btlconsultants.com.mxobahenaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:39:55.95bbb8e3-598a-890f-e5d0-768d6a6a267b.obahena@capacitadores.btlconsultants.com.mx N:obahena;;;; FN:obahena EMAIL;TYPE=INTERNET;TYPE=INTERNET:obahena@capacitadores.btlconsultants.com.mx END:VCARD obahena obahena@capacitadores.btlconsultants.com.mx 3!i !2023-07-06 15:57:29rhernandezrhernandez@capacitadores.btlconsultants.com.mxrhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:39:54.04d35944-a36b-96fa-6315-a318bfcf4897.rhernandez@capacitadores.btlconsultants.com.mx N:rhernandez;;;; FN:rhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rhernandez@capacitadores.btlconsultants.com.mx END:VCARD rhernandez rhernandez@capacitadores.btlconsultants.com.mx 3!i !2023-07-06 15:57:29egutierrezegutierrez@capacitadores.btlconsultants.com.mxegutierrezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:39:52.c1373dd0-d1dc-154b-009a-d80c11da31c2.egutierrez@capacitadores.btlconsultants.com.mx N:egutierrez;;;; FN:egutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:egutierrez@capacitadores.btlconsultants.com.mx END:VCARD egutierrez egutierrez@capacitadores.btlconsultants.com.mx 3c yu2023-07-06 15:57:29amujicaamujica@capacitadores.btlconsultants.com.mxamujicaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:39:51.3779a96d-644b-69de-80a5-c562a3a748b0.amujica@capacitadores.btlconsultants.com.mx N:amujica;;;; FN:amujica EMAIL;TYPE=INTERNET;TYPE=INTERNET:amujica@capacitadores.btlconsultants.com.mx END:VCARD amujica amujica@capacitadores.btlconsultants.com.mxy 3a qq2023-07-06 15:57:29lperezlperez@capacitadores.btlconsultants.com.mxlperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:39:49.023fe5a1-5b1d-ad54-3a1c-8cc0d8800b8c.lperez@capacitadores.btlconsultants.com.mx N:lperez;;;; FN:lperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lperez@capacitadores.btlconsultants.com.mx END:VCARD lperez lperez@capacitadores.btlconsultants.com.mx  3e y2023-07-06 15:57:29nmorgadonmorgado@capacitadores.btlconsultants.com.mxnmorgadoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:39:48.9d495c9a-8f95-5836-08c3-945c91a65669.nmorgado@capacitadores.btlconsultants.com.mx N:nmorgado;;;; FN:nmorgado EMAIL;TYPE=INTERNET;TYPE=INTERNET:nmorgado@capacitadores.btlconsultants.com.mx END:VCARD nmorgado nmorgado@capacitadores.btlconsultants.com.mx h ;  hmhZ. 3O Qa2023-07-06 15:57:31fmolinafmolina@tux.btlconsultants.com.mxfmolinaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:40:57.4c320134-ed18-33bf-3619-d60e7fc010b1.fmolina@tux.btlconsultants.com.mx N:fmolina;;;; FN:fmolina EMAIL;TYPE=INTERNET;TYPE=INTERNET:fmolina@tux.btlconsultants.com.mx END:VCARD fmolina fmolina@tux.btlconsultants.com.mx#- 3+_ +2023-07-06 15:57:31alejandro.perezalejandro.perez@tux.btlconsultants.com.mxalejandro.perezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:40:56.f4b597da-6b77-b2d7-ff46-1a7b84b59eb7.alejandro.perez@tux.btlconsultants.com.mx N:alejandro.perez;;;; FN:alejandro.perez EMAIL;TYPE=INTERNET;TYPE=INTERNET:alejandro.perez@tux.btlconsultants.com.mx END:VCARD alejandro.perez alejandro.perez@tux.btlconsultants.com.mxu, 3!U !im2023-07-06 15:57:31cgutierrezcgutierrez@tux.btlconsultants.com.mxcgutierrezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:40:55.b9f23749-c403-22bd-8f53-6a6f2aa9fe4c.cgutierrez@tux.btlconsultants.com.mx N:cgutierrez;;;; FN:cgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cgutierrez@tux.btlconsultants.com.mx END:VCARD cgutierrez cgutierrez@tux.btlconsultants.com.mx~+ 3#W #qq2023-07-06 15:57:31jmontesinosjmontesinos@tux.btlconsultants.com.mxjmontesinosBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:40:53.191006b7-a3e9-60fe-3ceb-df190e85816a.jmontesinos@tux.btlconsultants.com.mx N:jmontesinos;;;; FN:jmontesinos EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmontesinos@tux.btlconsultants.com.mx END:VCARD jmontesinos jmontesinos@tux.btlconsultants.com.mx#* 3+_ +2023-07-06 15:57:30adriana.jimenezadriana.jimenez@tux.btlconsultants.com.mxadriana.jimenezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:40:52.4731df3a-c46b-1083-1bce-bd1d7d415947.adriana.jimenez@tux.btlconsultants.com.mx N:adriana.jimenez;;;; FN:adriana.jimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:adriana.jimenez@tux.btlconsultants.com.mx END:VCARD adriana.jimenez adriana.jimenez@tux.btlconsultants.com.mxl) 3S ai2023-07-06 15:57:30ermoralesermorales@tux.btlconsultants.com.mxermoralesBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:40:51.8f2989e5-dafb-6c47-de7a-49a57b4ffa0e.ermorales@tux.btlconsultants.com.mx N:ermorales;;;; FN:ermorales EMAIL;TYPE=INTERNET;TYPE=INTERNET:ermorales@tux.btlconsultants.com.mx END:VCARD ermorales ermorales@tux.btlconsultants.com.mxQ( 3M I]2023-07-06 15:57:30rlopezrlopez@tux.btlconsultants.com.mxrlopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:40:49.9cc648fd-6dda-b485-6759-c011fb37e376.rlopez@tux.btlconsultants.com.mx N:rlopez;;;; FN:rlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rlopez@tux.btlconsultants.com.mx END:VCARD rlopez rlopez@tux.btlconsultants.com.mxc' 3Q Ye2023-07-06 15:57:30cjimenezcjimenez@tux.btlconsultants.com.mxcjimenezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:40:48.71a34e46-aa28-a9b7-85a9-65d72af92883.cjimenez@tux.btlconsultants.com.mx N:cjimenez;;;; FN:cjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cjimenez@tux.btlconsultants.com.mx END:VCARD cjimenez cjimenez@tux.btlconsultants.com.mxl& 3S ai2023-07-06 15:57:30nzambranonzambrano@tux.btlconsultants.com.mxnzambranoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:40:46.cc09d9ac-a39b-d99d-100a-ca1a7a39c37a.nzambrano@tux.btlconsultants.com.mx N:nzambrano;;;; FN:nzambrano EMAIL;TYPE=INTERNET;TYPE=INTERNET:nzambrano@tux.btlconsultants.com.mx END:VCARD nzambrano nzambrano@tux.btlconsultants.com.mxQ% 3M I]2023-07-06 15:57:30bperezbperez@tux.btlconsultants.com.mxbperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:40:45.4047c6a6-f13c-0a60-dc6b-141eea94380e.bperez@tux.btlconsultants.com.mx N:bperez;;;; FN:bperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:bperez@tux.btlconsultants.com.mx END:VCARD bperez bperez@tux.btlconsultants.com.mx  D Ey-aZ9 3O Qa2023-07-06 15:57:32aurbinaaurbina@tux.btlconsultants.com.mxaurbinaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:41:15.29054d5b-90c1-9167-d53b-6361c8a55fa2.aurbina@tux.btlconsultants.com.mx N:aurbina;;;; FN:aurbina EMAIL;TYPE=INTERNET;TYPE=INTERNET:aurbina@tux.btlconsultants.com.mx END:VCARD aurbina aurbina@tux.btlconsultants.com.mxc8 3Q Ye2023-07-06 15:57:32cnicolascnicolas@tux.btlconsultants.com.mxcnicolasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:41:13.ef2f8cee-22ff-4042-31da-6ac08249fa27.cnicolas@tux.btlconsultants.com.mx N:cnicolas;;;; FN:cnicolas EMAIL;TYPE=INTERNET;TYPE=INTERNET:cnicolas@tux.btlconsultants.com.mx END:VCARD cnicolas cnicolas@tux.btlconsultants.com.mxa7 3Q Ya2023-07-06 15:57:32jvazquezjvazquez@tux.btlconsultants.com.mxjvazquezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:41:11.c047850e-3c7b-a86e-2ce4-f7fa12a542c2.jvazquez@tux.btlconsultants.com.mx N:jvazquez;;;; FN:jvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvazquez@tux.btlconsultants.com.mx END:VCARD jvazquz jvazquz@tux.btlconsultants.com.mxH6 3K AY2023-07-06 15:57:32mveramvera@tux.btlconsultants.com.mxmveraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:41:10.d53dcd7e-736d-2af4-4176-e82479180e10.mvera@tux.btlconsultants.com.mx N:mvera;;;; FN:mvera EMAIL;TYPE=INTERNET;TYPE=INTERNET:mvera@tux.btlconsultants.com.mx END:VCARD mvera mvera@tux.btlconsultants.com.mxQ5 3M I]2023-07-06 15:57:32tramostramos@tux.btlconsultants.com.mxtramosBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:41:08.b86e619d-06b4-0934-8e94-39b5246b9f51.tramos@tux.btlconsultants.com.mx N:tramos;;;; FN:tramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:tramos@tux.btlconsultants.com.mx END:VCARD tramos tramos@tux.btlconsultants.com.mxs4 3!U !ii2023-07-06 15:57:32srodriguezsrodriguez@tux.btlconsultants.com.mxsrodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:41:07.339a2397-9627-62e4-d8d9-603a0e19c09b.srodriguez@tux.btlconsultants.com.mx N:srodriguez;;;; FN:srodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:srodriguez@tux.btlconsultants.com.mx END:VCARD srodriguz srodriguz@tux.btlconsultants.com.mxH3 3K AY2023-07-06 15:57:32jmazajmaza@tux.btlconsultants.com.mxjmazaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:41:05.df968aaf-f42c-b235-9f0f-d845672ee73d.jmaza@tux.btlconsultants.com.mx N:jmaza;;;; FN:jmaza EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmaza@tux.btlconsultants.com.mx END:VCARD jmaza jmaza@tux.btlconsultants.com.mxZ2 3O Qa2023-07-06 15:57:32gmeridagmerida@tux.btlconsultants.com.mxgmeridaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:41:03.4f72cc10-da0f-da21-fc5a-6a7e94bfee00.gmerida@tux.btlconsultants.com.mx N:gmerida;;;; FN:gmerida EMAIL;TYPE=INTERNET;TYPE=INTERNET:gmerida@tux.btlconsultants.com.mx END:VCARD gmerida gmerida@tux.btlconsultants.com.mxQ1 3M I]2023-07-06 15:57:32tpereztperez@tux.btlconsultants.com.mxtperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:41:02.85889fc7-0c9a-2614-37f1-39b511819173.tperez@tux.btlconsultants.com.mx N:tperez;;;; FN:tperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:tperez@tux.btlconsultants.com.mx END:VCARD tperez tperez@tux.btlconsultants.com.mxQ0 3M I]2023-07-06 15:57:31btovarbtovar@tux.btlconsultants.com.mxbtovarBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:41:00.6528fc0f-fa87-fc99-f521-5329ba46f6a8.btovar@tux.btlconsultants.com.mx N:btovar;;;; FN:btovar EMAIL;TYPE=INTERNET;TYPE=INTERNET:btovar@tux.btlconsultants.com.mx END:VCARD btovar btovar@tux.btlconsultants.com.mxc/ 3Q Ye2023-07-06 15:57:31kalvarezkalvarez@tux.btlconsultants.com.mxkalvarezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:40:59.106c7393-138f-4296-9cea-28d3e020f761.kalvarez@tux.btlconsultants.com.mx N:kalvarez;;;; FN:kalvarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:kalvarez@tux.btlconsultants.com.mx END:VCARD kalvarez kalvarez@tux.btlconsultants.com.mx  ; r UApD 3U ek2023-07-06 15:57:32vcarrillovcarrillo@chih.btlconsultants.com.mxvcarrilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:37.756e4796-3445-e1fc-7376-fbec1446865f.vcarrillo@chih.btlconsultants.com.mx N:vcarrillo;;;; FN:vcarrillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:vcarrillo@chih.btlconsultants.com.mx END:VCARD vcarrillo vcarrillo@chih.btlconsultants.com.mxLC 3M E[2023-07-06 15:57:32erioserios@chih.btlconsultants.com.mxeriosBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:36.6d28c29f-d2b6-b824-2e87-40f15df545c7.erios@chih.btlconsultants.com.mx N:erios;;;; FN:erios EMAIL;TYPE=INTERNET;TYPE=INTERNET:erios@chih.btlconsultants.com.mx END:VCARD erios erios@chih.btlconsultants.com.mxgB 3S ]g2023-07-06 15:57:32nsancheznsanchez@chih.btlconsultants.com.mxnsanchezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:34.70ff81ce-b8ac-13d9-88f7-ab25c0924cf4.nsanchez@chih.btlconsultants.com.mx N:nsanchez;;;; FN:nsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:nsanchez@chih.btlconsultants.com.mx END:VCARD nsanchez nsanchez@chih.btlconsultants.com.mxUA 3O M_2023-07-06 15:57:32vperezvperez@chih.btlconsultants.com.mxvperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:33.ce1c34d9-9791-7ebd-49f1-81db3ca7338c.vperez@chih.btlconsultants.com.mx N:vperez;;;; FN:vperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vperez@chih.btlconsultants.com.mx END:VCARD vperez vperez@chih.btlconsultants.com.mxg@ 3S ]g2023-07-06 15:57:32svaleriosvalerio@chih.btlconsultants.com.mxsvalerioBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:32.352f836b-7448-fd49-53c4-7e315788d2a5.svalerio@chih.btlconsultants.com.mx N:svalerio;;;; FN:svalerio EMAIL;TYPE=INTERNET;TYPE=INTERNET:svalerio@chih.btlconsultants.com.mx END:VCARD svalerio svalerio@chih.btlconsultants.com.mxU? 3O M_2023-07-06 15:57:32vnunezvnunez@chih.btlconsultants.com.mxvnunezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:29.6c6b87ac-e0bf-8d45-b142-21afb7a9608a.vnunez@chih.btlconsultants.com.mx N:vnunez;;;; FN:vnunez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vnunez@chih.btlconsultants.com.mx END:VCARD vnunez vnunez@chih.btlconsultants.com.mxU> 3O M_2023-07-06 15:57:32jjaimejjaime@chih.btlconsultants.com.mxjjaimeBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:28.e44ecbed-e98f-30ff-cf3b-cdd5ee6d9a1e.jjaime@chih.btlconsultants.com.mx N:jjaime;;;; FN:jjaime EMAIL;TYPE=INTERNET;TYPE=INTERNET:jjaime@chih.btlconsultants.com.mx END:VCARD jjaime jjaime@chih.btlconsultants.com.mxg= 3S ]g2023-07-06 15:57:32jolarreajolarrea@chih.btlconsultants.com.mxjolarreaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:27.7638de15-b36c-5a3d-e0bc-d3c16e1d1f6f.jolarrea@chih.btlconsultants.com.mx N:jolarrea;;;; FN:jolarrea EMAIL;TYPE=INTERNET;TYPE=INTERNET:jolarrea@chih.btlconsultants.com.mx END:VCARD jolarrea jolarrea@chih.btlconsultants.com.mxZ< 3O Qa2023-07-06 15:57:32mgarciamgarcia@tux.btlconsultants.com.mxmgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:41:19.b30ff7ec-ffa3-b5b4-fd22-ae47eaf08e7b.mgarcia@tux.btlconsultants.com.mx N:mgarcia;;;; FN:mgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgarcia@tux.btlconsultants.com.mx END:VCARD mgarcia mgarcia@tux.btlconsultants.com.mxZ; 3O Qa2023-07-06 15:57:32m.perezm.perez@tux.btlconsultants.com.mxm.perezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:41:18.1d291121-698a-8a52-2fd3-92e74aee8616.m.perez@tux.btlconsultants.com.mx N:m.perez;;;; FN:m.perez EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.perez@tux.btlconsultants.com.mx END:VCARD m.perez m.perez@tux.btlconsultants.com.mxc: 3Q Ye2023-07-06 15:57:32dsanchezdsanchez@tux.btlconsultants.com.mxdsanchezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:41:17.12ba47f2-2f22-123f-463b-ddbbc28a3cd2.dsanchez@tux.btlconsultants.com.mx N:dsanchez;;;; FN:dsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dsanchez@tux.btlconsultants.com.mx END:VCARD dsanchez dsanchez@tux.btlconsultants.com.mx W 5 V -WgO 3S ]g2023-07-06 15:57:32jsanchezjsanchez@chih.btlconsultants.com.mxjsanchezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:54.f7f56f59-4fa8-a670-e4e7-079fad4d8de1.jsanchez@chih.btlconsultants.com.mx N:jsanchez;;;; FN:jsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsanchez@chih.btlconsultants.com.mx END:VCARD jsanchez jsanchez@chih.btlconsultants.com.mxgN 3S ]g2023-07-06 15:57:32chidalgochidalgo@chih.btlconsultants.com.mxchidalgoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:52.2dfaadba-b3d4-ba2d-501b-4dc9b370230b.chidalgo@chih.btlconsultants.com.mx N:chidalgo;;;; FN:chidalgo EMAIL;TYPE=INTERNET;TYPE=INTERNET:chidalgo@chih.btlconsultants.com.mx END:VCARD chidalgo chidalgo@chih.btlconsultants.com.mxpM 3U ek2023-07-06 15:57:32rmartinezrmartinez@chih.btlconsultants.com.mxrmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:50.5f31281b-d0cd-fb63-f577-8c532c0cdbef.rmartinez@chih.btlconsultants.com.mx N:rmartinez;;;; FN:rmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmartinez@chih.btlconsultants.com.mx END:VCARD rmartinez rmartinez@chih.btlconsultants.com.mxgL 3S ]g2023-07-06 15:57:32bherrerabherrera@chih.btlconsultants.com.mxbherreraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:49.232c7f9c-4344-6ca4-1e90-726c0d0743a2.bherrera@chih.btlconsultants.com.mx N:bherrera;;;; FN:bherrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:bherrera@chih.btlconsultants.com.mx END:VCARD bherrera bherrera@chih.btlconsultants.com.mxyK 3!W !mo2023-07-06 15:57:32ralejandraralejandra@chih.btlconsultants.com.mxralejandraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:47.2dac7bac-c777-5d0c-4d31-43e95161a42f.ralejandra@chih.btlconsultants.com.mx N:ralejandra;;;; FN:ralejandra EMAIL;TYPE=INTERNET;TYPE=INTERNET:ralejandra@chih.btlconsultants.com.mx END:VCARD ralejandra ralejandra@chih.btlconsultants.com.mxpJ 3U ek2023-07-06 15:57:32pcalderonpcalderon@chih.btlconsultants.com.mxpcalderonBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:46.a247b6e7-7e67-7290-1dc2-e572d8e5b933.pcalderon@chih.btlconsultants.com.mx N:pcalderon;;;; FN:pcalderon EMAIL;TYPE=INTERNET;TYPE=INTERNET:pcalderon@chih.btlconsultants.com.mx END:VCARD pcalderon pcalderon@chih.btlconsultants.com.mxUI 3O M_2023-07-06 15:57:32aponceaponce@chih.btlconsultants.com.mxaponceBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:44.6b585dc6-d7bc-0f69-8873-9df9355a1866.aponce@chih.btlconsultants.com.mx N:aponce;;;; FN:aponce EMAIL;TYPE=INTERNET;TYPE=INTERNET:aponce@chih.btlconsultants.com.mx END:VCARD aponce aponce@chih.btlconsultants.com.mxpH 3U ek2023-07-06 15:57:32salvaradosalvarado@chih.btlconsultants.com.mxsalvaradoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:43.95065ea2-48a5-a492-064a-1d21cbd4b49e.salvarado@chih.btlconsultants.com.mx N:salvarado;;;; FN:salvarado EMAIL;TYPE=INTERNET;TYPE=INTERNET:salvarado@chih.btlconsultants.com.mx END:VCARD salvarado salvarado@chih.btlconsultants.com.mxgG 3S ]g2023-07-06 15:57:32amendozaamendoza@chih.btlconsultants.com.mxamendozaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:42.ead81884-3fe6-0d38-d09c-03ba8ca2bb0f.amendoza@chih.btlconsultants.com.mx N:amendoza;;;; FN:amendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:amendoza@chih.btlconsultants.com.mx END:VCARD amendoza amendoza@chih.btlconsultants.com.mxLF 3M E[2023-07-06 15:57:32ncanoncano@chih.btlconsultants.com.mxncanoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:40.06069790-0238-15e5-dc10-1af7a913ce84.ncano@chih.btlconsultants.com.mx N:ncano;;;; FN:ncano EMAIL;TYPE=INTERNET;TYPE=INTERNET:ncano@chih.btlconsultants.com.mx END:VCARD ncano ncano@chih.btlconsultants.com.mxwE 3!W !mk2023-07-06 15:57:32vdominguezvdominguez@chih.btlconsultants.com.mxvdominguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:39.204bfcb1-dba1-0006-8a5d-f5281dd6dff7.vdominguez@chih.btlconsultants.com.mx N:vdominguez;;;; FN:vdominguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vdominguez@chih.btlconsultants.com.mx END:VCARD vdominguz vdominguz@chih.btlconsultants.com.mx  < =,U ZZ 3O Qa2023-07-06 15:57:32djacomedjacome@vdm.btlconsultants.com.mxdjacomeBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:26.5e6630b1-943a-a851-fe37-80db85ef82b0.djacome@vdm.btlconsultants.com.mx N:djacome;;;; FN:djacome EMAIL;TYPE=INTERNET;TYPE=INTERNET:djacome@vdm.btlconsultants.com.mx END:VCARD djacome djacome@vdm.btlconsultants.com.mxHY 3K AY2023-07-06 15:57:32rcruzrcruz@vdm.btlconsultants.com.mxrcruzBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:25.39e5c6ac-63ca-4ab7-66c3-24dfbbe34efa.rcruz@vdm.btlconsultants.com.mx N:rcruz;;;; FN:rcruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:rcruz@vdm.btlconsultants.com.mx END:VCARD rcruz rcruz@vdm.btlconsultants.com.mxlX 3S ai2023-07-06 15:57:32rbermudezrbermudez@vdm.btlconsultants.com.mxrbermudezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:23.404b7b59-6eb8-449c-85f3-93e22ffe7bd7.rbermudez@vdm.btlconsultants.com.mx N:rbermudez;;;; FN:rbermudez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rbermudez@vdm.btlconsultants.com.mx END:VCARD rbermudez rbermudez@vdm.btlconsultants.com.mxcW 3Q Ye2023-07-06 15:57:32ajimenezajimenez@vdm.btlconsultants.com.mxajimenezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:22.a894f511-7ee5-5918-44b8-22083c35cda1.ajimenez@vdm.btlconsultants.com.mx N:ajimenez;;;; FN:ajimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ajimenez@vdm.btlconsultants.com.mx END:VCARD ajimenez ajimenez@vdm.btlconsultants.com.mxQV 3M I]2023-07-06 15:57:32eperezeperez@vdm.btlconsultants.com.mxeperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:21.4eefd0cc-4df0-288d-d525-d1596adf4e1d.eperez@vdm.btlconsultants.com.mx N:eperez;;;; FN:eperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:eperez@vdm.btlconsultants.com.mx END:VCARD eperez eperez@vdm.btlconsultants.com.mxHU 3K AY2023-07-06 15:57:32acruzacruz@vdm.btlconsultants.com.mxacruzBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:19.61abdc1d-bf1b-44b0-a773-7199e7fafdd2.acruz@vdm.btlconsultants.com.mx N:acruz;;;; FN:acruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:acruz@vdm.btlconsultants.com.mx END:VCARD acruz acruz@vdm.btlconsultants.com.mxlT 3S ai2023-07-06 15:57:32ycarrilloycarrillo@vdm.btlconsultants.com.mxycarrilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:18.6f9093e6-6383-4694-7701-459975ccab56.ycarrillo@vdm.btlconsultants.com.mx N:ycarrillo;;;; FN:ycarrillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ycarrillo@vdm.btlconsultants.com.mx END:VCARD ycarrillo ycarrillo@vdm.btlconsultants.com.mxuS 3!U !im2023-07-06 15:57:32jgutierrezjgutierrez@vdm.btlconsultants.com.mxjgutierrezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:17.6a92336b-d005-4890-4223-030ff08ec126.jgutierrez@vdm.btlconsultants.com.mx N:jgutierrez;;;; FN:jgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgutierrez@vdm.btlconsultants.com.mx END:VCARD jgutierrez jgutierrez@vdm.btlconsultants.com.mxR 3#Y #us2023-07-06 15:57:32yhermosilloyhermosillo@chih.btlconsultants.com.mxyhermosilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:58.4cd5148c-20c0-7fd9-c195-57f5d8a8b776.yhermosillo@chih.btlconsultants.com.mx N:yhermosillo;;;; FN:yhermosillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:yhermosillo@chih.btlconsultants.com.mx END:VCARD yhermosillo yhermosillo@chih.btlconsultants.com.mxUQ 3O M_2023-07-06 15:57:32jrivasjrivas@chih.btlconsultants.com.mxjrivasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:57.402f49d0-deab-148a-add6-1939900916cf.jrivas@chih.btlconsultants.com.mx N:jrivas;;;; FN:jrivas EMAIL;TYPE=INTERNET;TYPE=INTERNET:jrivas@chih.btlconsultants.com.mx END:VCARD jrivas jrivas@chih.btlconsultants.com.mxgP 3S ]g2023-07-06 15:57:32lveladorlvelador@chih.btlconsultants.com.mxlveladorBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:43:55.49dec64c-2750-fc8b-7b2a-d683b54a1a65.lvelador@chih.btlconsultants.com.mx N:lvelador;;;; FN:lvelador EMAIL;TYPE=INTERNET;TYPE=INTERNET:lvelador@chih.btlconsultants.com.mx END:VCARD lvelador lvelador@chih.btlconsultants.com.mx  D <e0Ze 3O Qa2023-07-06 15:57:33jarenasjarenas@vdm.btlconsultants.com.mxjarenasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:42.ce31818c-da4f-8665-7e7c-f7a48dcfb778.jarenas@vdm.btlconsultants.com.mx N:jarenas;;;; FN:jarenas EMAIL;TYPE=INTERNET;TYPE=INTERNET:jarenas@vdm.btlconsultants.com.mx END:VCARD jarenas jarenas@vdm.btlconsultants.com.mxld 3S ai2023-07-06 15:57:33jcastillojcastillo@vdm.btlconsultants.com.mxjcastilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:40.6b3bb778-6ad7-ecab-36ba-bfc584d7bdf8.jcastillo@vdm.btlconsultants.com.mx N:jcastillo;;;; FN:jcastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcastillo@vdm.btlconsultants.com.mx END:VCARD jcastillo jcastillo@vdm.btlconsultants.com.mxZc 3O Qa2023-07-06 15:57:33amonroyamonroy@vdm.btlconsultants.com.mxamonroyBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:39.968d8637-0e4b-017f-0484-53e9ff75839a.amonroy@vdm.btlconsultants.com.mx N:amonroy;;;; FN:amonroy EMAIL;TYPE=INTERNET;TYPE=INTERNET:amonroy@vdm.btlconsultants.com.mx END:VCARD amonroy amonroy@vdm.btlconsultants.com.mxcb 3Q Ye2023-07-06 15:57:33rsaucedorsaucedo@vdm.btlconsultants.com.mxrsaucedoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:37.f08a9f55-124f-3080-9aac-c752ddae97b7.rsaucedo@vdm.btlconsultants.com.mx N:rsaucedo;;;; FN:rsaucedo EMAIL;TYPE=INTERNET;TYPE=INTERNET:rsaucedo@vdm.btlconsultants.com.mx END:VCARD rsaucedo rsaucedo@vdm.btlconsultants.com.mx~a 3#W #qq2023-07-06 15:57:33adhernandezadhernandez@vdm.btlconsultants.com.mxadhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:36.75d359e7-5f9a-59f3-e294-64294d48275e.adhernandez@vdm.btlconsultants.com.mx N:adhernandez;;;; FN:adhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:adhernandez@vdm.btlconsultants.com.mx END:VCARD adhernandez adhernandez@vdm.btlconsultants.com.mxQ` 3M I]2023-07-06 15:57:33egamezegamez@vdm.btlconsultants.com.mxegamezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:35.55a56b87-d9c5-f201-c3fc-3b7ca669f73a.egamez@vdm.btlconsultants.com.mx N:egamez;;;; FN:egamez EMAIL;TYPE=INTERNET;TYPE=INTERNET:egamez@vdm.btlconsultants.com.mx END:VCARD egamez egamez@vdm.btlconsultants.com.mxQ_ 3M I]2023-07-06 15:57:33ltrejoltrejo@vdm.btlconsultants.com.mxltrejoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:33.77e8dd2c-ffe2-a8eb-46cf-f5e416a636cd.ltrejo@vdm.btlconsultants.com.mx N:ltrejo;;;; FN:ltrejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ltrejo@vdm.btlconsultants.com.mx END:VCARD ltrejo ltrejo@vdm.btlconsultants.com.mxQ^ 3M I]2023-07-06 15:57:33jortizjortiz@vdm.btlconsultants.com.mxjortizBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:32.ac1cb911-181c-8900-aa1a-2c221ece4971.jortiz@vdm.btlconsultants.com.mx N:jortiz;;;; FN:jortiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:jortiz@vdm.btlconsultants.com.mx END:VCARD jortiz jortiz@vdm.btlconsultants.com.mxZ] 3O Qa2023-07-06 15:57:33jmonroyjmonroy@vdm.btlconsultants.com.mxjmonroyBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:30.9489a667-be8c-e716-cbc1-ce784c817fcc.jmonroy@vdm.btlconsultants.com.mx N:jmonroy;;;; FN:jmonroy EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmonroy@vdm.btlconsultants.com.mx END:VCARD jmonroy jmonroy@vdm.btlconsultants.com.mxc\ 3Q Ye2023-07-06 15:57:33jmendozajmendoza@vdm.btlconsultants.com.mxjmendozaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:29.0c9ef86f-5c1d-7e36-a62e-c2c92871d3cb.jmendoza@vdm.btlconsultants.com.mx N:jmendoza;;;; FN:jmendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmendoza@vdm.btlconsultants.com.mx END:VCARD jmendoza jmendoza@vdm.btlconsultants.com.mxQ[ 3M I]2023-07-06 15:57:32elopezelopez@vdm.btlconsultants.com.mxelopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:28.5687db9f-29e7-61d3-17cd-f4c2e007fe33.elopez@vdm.btlconsultants.com.mx N:elopez;;;; FN:elopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:elopez@vdm.btlconsultants.com.mx END:VCARD elopez elopez@vdm.btlconsultants.com.mx  ; ,Cclp 3S ai2023-07-06 15:57:33cherandezcherandez@vdm.btlconsultants.com.mxcherandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:58.79fe472f-485a-16b7-1e8d-967586c46d20.cherandez@vdm.btlconsultants.com.mx N:cherandez;;;; FN:cherandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cherandez@vdm.btlconsultants.com.mx END:VCARD cherandez cherandez@vdm.btlconsultants.com.mxao 3Q Ya2023-07-06 15:57:33jvazquezjvazquez@vdm.btlconsultants.com.mxjvazquezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:56.9e2a7d83-5aaa-2fef-d2cf-83f9ec3baf16.jvazquez@vdm.btlconsultants.com.mx N:jvazquez;;;; FN:jvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvazquez@vdm.btlconsultants.com.mx END:VCARD jvazquz jvazquz@vdm.btlconsultants.com.mxcn 3Q Ye2023-07-06 15:57:33dsanchezdsanchez@vdm.btlconsultants.com.mxdsanchezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:55.755d0dcd-eea2-f6c7-9b49-9e2ac6ce1809.dsanchez@vdm.btlconsultants.com.mx N:dsanchez;;;; FN:dsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dsanchez@vdm.btlconsultants.com.mx END:VCARD dsanchez dsanchez@vdm.btlconsultants.com.mxum 3!U !im2023-07-06 15:57:33fhernandezfhernandez@vdm.btlconsultants.com.mxfhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:54.ab91bfb2-a4f1-9d44-2663-87b7fa629a1e.fhernandez@vdm.btlconsultants.com.mx N:fhernandez;;;; FN:fhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:fhernandez@vdm.btlconsultants.com.mx END:VCARD fhernandez fhernandez@vdm.btlconsultants.com.mxul 3!U !im2023-07-06 15:57:33ie.jimenezie.jimenez@vdm.btlconsultants.com.mxie.jimenezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:52.1dcd5c96-9eb2-d96d-a224-6bd1e1158e9c.ie.jimenez@vdm.btlconsultants.com.mx N:ie.jimenez;;;; FN:ie.jimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ie.jimenez@vdm.btlconsultants.com.mx END:VCARD ie.jimenez ie.jimenez@vdm.btlconsultants.com.mxlk 3S ai2023-07-06 15:57:33bcastillobcastillo@vdm.btlconsultants.com.mxbcastilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:50.d89d724f-2de7-09c5-4178-825eb3d0d805.bcastillo@vdm.btlconsultants.com.mx N:bcastillo;;;; FN:bcastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:bcastillo@vdm.btlconsultants.com.mx END:VCARD bcastillo bcastillo@vdm.btlconsultants.com.mxQj 3M I]2023-07-06 15:57:33g.vegag.vega@vdm.btlconsultants.com.mxg.vegaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:49.00cb56c8-4d95-e69d-4c69-9a64cf15993e.g.vega@vdm.btlconsultants.com.mx N:g.vega;;;; FN:g.vega EMAIL;TYPE=INTERNET;TYPE=INTERNET:g.vega@vdm.btlconsultants.com.mx END:VCARD g.vega g.vega@vdm.btlconsultants.com.mxci 3Q Ye2023-07-06 15:57:33ga.lopezga.lopez@vdm.btlconsultants.com.mxga.lopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:48.65fe467a-7fb1-e4c1-1f1c-ab6ee449d77e.ga.lopez@vdm.btlconsultants.com.mx N:ga.lopez;;;; FN:ga.lopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ga.lopez@vdm.btlconsultants.com.mx END:VCARD ga.lopez ga.lopez@vdm.btlconsultants.com.mxOh 3M IY2023-07-06 15:57:33j.baezj.baez@vdm.btlconsultants.com.mxj.baezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:46.28bd7554-d5ad-2cc8-febb-b925571ab374.j.baez@vdm.btlconsultants.com.mx N:j.baez;;;; FN:j.baez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.baez@vdm.btlconsultants.com.mx END:VCARD j.baz j.baz@vdm.btlconsultants.com.mxcg 3Q Ye2023-07-06 15:57:33jsanchezjsanchez@vdm.btlconsultants.com.mxjsanchezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:44.a9670947-7c93-a41a-947e-b6a9740532c1.jsanchez@vdm.btlconsultants.com.mx N:jsanchez;;;; FN:jsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsanchez@vdm.btlconsultants.com.mx END:VCARD jsanchez jsanchez@vdm.btlconsultants.com.mxZf 3O Qa2023-07-06 15:57:33m.perezm.perez@vdm.btlconsultants.com.mxm.perezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:43.a1a79a57-6832-b893-06c8-61f1439b60d8.m.perez@vdm.btlconsultants.com.mx N:m.perez;;;; FN:m.perez EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.perez@vdm.btlconsultants.com.mx END:VCARD m.perez m.perez@vdm.btlconsultants.com.mx  F  !S~Q{ 3M I]2023-07-06 15:57:33gtovargtovar@vdm.btlconsultants.com.mxgtovarBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:15.c3493901-9420-dfb6-db4a-a4225a38bc5f.gtovar@vdm.btlconsultants.com.mx N:gtovar;;;; FN:gtovar EMAIL;TYPE=INTERNET;TYPE=INTERNET:gtovar@vdm.btlconsultants.com.mx END:VCARD gtovar gtovar@vdm.btlconsultants.com.mxcz 3Q Ye2023-07-06 15:57:33m.garciam.garcia@vdm.btlconsultants.com.mxm.garciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:14.075ad065-9f99-dae4-1362-5826bb1adb42.m.garcia@vdm.btlconsultants.com.mx N:m.garcia;;;; FN:m.garcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.garcia@vdm.btlconsultants.com.mx END:VCARD m.garcia m.garcia@vdm.btlconsultants.com.mxcy 3Q Ye2023-07-06 15:57:33epedrozaepedroza@vdm.btlconsultants.com.mxepedrozaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:12.dfd69783-035b-f6c3-247c-cd744741499d.epedroza@vdm.btlconsultants.com.mx N:epedroza;;;; FN:epedroza EMAIL;TYPE=INTERNET;TYPE=INTERNET:epedroza@vdm.btlconsultants.com.mx END:VCARD epedroza epedroza@vdm.btlconsultants.com.mxjx 3S ae2023-07-06 15:57:33xfigueroaxfigueroa@vdm.btlconsultants.com.mxxfigueroaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:11.6166c66b-e68e-3f22-e884-c5aaa9e6a032.xfigueroa@vdm.btlconsultants.com.mx N:xfigueroa;;;; FN:xfigueroa EMAIL;TYPE=INTERNET;TYPE=INTERNET:xfigueroa@vdm.btlconsultants.com.mx END:VCARD xfiguroa xfiguroa@vdm.btlconsultants.com.mxuw 3!U !im2023-07-06 15:57:33phernandezphernandez@vdm.btlconsultants.com.mxphernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:09.e6837db0-d340-d803-92b8-e791571ceae4.phernandez@vdm.btlconsultants.com.mx N:phernandez;;;; FN:phernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:phernandez@vdm.btlconsultants.com.mx END:VCARD phernandez phernandez@vdm.btlconsultants.com.mxQv 3M I]2023-07-06 15:57:33i.navai.nava@vdm.btlconsultants.com.mxi.navaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:08.9468b9ca-3e0e-d2fd-91e5-2f5d48c98246.i.nava@vdm.btlconsultants.com.mx N:i.nava;;;; FN:i.nava EMAIL;TYPE=INTERNET;TYPE=INTERNET:i.nava@vdm.btlconsultants.com.mx END:VCARD i.nava i.nava@vdm.btlconsultants.com.mxZu 3O Qa2023-07-06 15:57:33aaragonaaragon@vdm.btlconsultants.com.mxaaragonBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:06.afa57dd6-9365-59d2-4c1e-20a00a787c01.aaragon@vdm.btlconsultants.com.mx N:aaragon;;;; FN:aaragon EMAIL;TYPE=INTERNET;TYPE=INTERNET:aaragon@vdm.btlconsultants.com.mx END:VCARD aaragon aaragon@vdm.btlconsultants.com.mxet 3!M !Ye2023-07-06 15:57:33vhernandezvhernandez@btlconsultants.com.mxvhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:05.b0e708ad-16ba-3806-42c0-9a416222e241.vhernandez@btlconsultants.com.mx N:vhernandez;;;; FN:vhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vhernandez@btlconsultants.com.mx END:VCARD vhernandez vhernandez@btlconsultants.com.mxZs 3O Qa2023-07-06 15:57:33oromerooromero@vdm.btlconsultants.com.mxoromeroBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:04.be0979dc-222e-bada-fbb7-be69dccdd4b6.oromero@vdm.btlconsultants.com.mx N:oromero;;;; FN:oromero EMAIL;TYPE=INTERNET;TYPE=INTERNET:oromero@vdm.btlconsultants.com.mx END:VCARD oromero oromero@vdm.btlconsultants.com.mxar 3Q Ya2023-07-06 15:57:33bvazquezbvazquez@vdm.btlconsultants.com.mxbvazquezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:02.15cebca6-b2d4-4d0c-2ff4-bc98029a0c38.bvazquez@vdm.btlconsultants.com.mx N:bvazquez;;;; FN:bvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:bvazquez@vdm.btlconsultants.com.mx END:VCARD bvazquz bvazquz@vdm.btlconsultants.com.mxQq 3M I]2023-07-06 15:57:33mbravombravo@vdm.btlconsultants.com.mxmbravoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:46:59.09cc4402-dc31-746e-7e4d-3a76136a7fe7.mbravo@vdm.btlconsultants.com.mx N:mbravo;;;; FN:mbravo EMAIL;TYPE=INTERNET;TYPE=INTERNET:mbravo@vdm.btlconsultants.com.mx END:VCARD mbravo mbravo@vdm.btlconsultants.com.mx  ) d STQ 3M I]2023-07-06 15:57:33anietoanieto@vdm.btlconsultants.com.mxanietoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:31.109a9c52-38ae-5777-ae08-9b4cf9a4498f.anieto@vdm.btlconsultants.com.mx N:anieto;;;; FN:anieto EMAIL;TYPE=INTERNET;TYPE=INTERNET:anieto@vdm.btlconsultants.com.mx END:VCARD anieto anieto@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:33eriveraerivera@vdm.btlconsultants.com.mxeriveraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:29.9f96804a-5b57-4709-1599-78ebba9b6d63.erivera@vdm.btlconsultants.com.mx N:erivera;;;; FN:erivera EMAIL;TYPE=INTERNET;TYPE=INTERNET:erivera@vdm.btlconsultants.com.mx END:VCARD erivera erivera@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:33mrojasmrojas@vdm.btlconsultants.com.mxmrojasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:28.4eae5b96-1368-56f6-6729-d61bb4434f6f.mrojas@vdm.btlconsultants.com.mx N:mrojas;;;; FN:mrojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:mrojas@vdm.btlconsultants.com.mx END:VCARD mrojas mrojas@vdm.btlconsultants.com.mxH 3K AY2023-07-06 15:57:33jmatajmata@vdm.btlconsultants.com.mxjmataBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:27.fcde9741-6c6f-b0b5-6240-0bbb7bade048.jmata@vdm.btlconsultants.com.mx N:jmata;;;; FN:jmata EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmata@vdm.btlconsultants.com.mx END:VCARD jmata jmata@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:33m.cruzm.cruz@vdm.btlconsultants.com.mxm.cruzBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:25.7cbdeadb-7968-6cf9-c693-af04999ab948.m.cruz@vdm.btlconsultants.com.mx N:m.cruz;;;; FN:m.cruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.cruz@vdm.btlconsultants.com.mx END:VCARD m.cruz m.cruz@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:33ocalderonocalderon@vdm.btlconsultants.com.mxocalderonBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:24.f6f6adfa-bbf9-c759-a1f2-d126b9548ae7.ocalderon@vdm.btlconsultants.com.mx N:ocalderon;;;; FN:ocalderon EMAIL;TYPE=INTERNET;TYPE=INTERNET:ocalderon@vdm.btlconsultants.com.mx END:VCARD ocalderon ocalderon@vdm.btlconsultants.com.mxH 3K AY2023-07-06 15:57:33ariosarios@vdm.btlconsultants.com.mxariosBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:22.ca95b745-10b5-4694-2fe4-2d336cd0a923.arios@vdm.btlconsultants.com.mx N:arios;;;; FN:arios EMAIL;TYPE=INTERNET;TYPE=INTERNET:arios@vdm.btlconsultants.com.mx END:VCARD arios arios@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:33a.lopeza.lopez@vdm.btlconsultants.com.mxa.lopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:21.cc911e98-bea6-e3fd-0b43-3abc8a90c9b9.a.lopez@vdm.btlconsultants.com.mx N:a.lopez;;;; FN:a.lopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.lopez@vdm.btlconsultants.com.mx END:VCARD a.lopez a.lopez@vdm.btlconsultants.com.mxc~ 3Q Ye2023-07-06 15:57:33rherrerarherrera@vdm.btlconsultants.com.mxrherreraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:19.f72233dd-94bc-20d4-0b4b-e775b06aba9a.rherrera@vdm.btlconsultants.com.mx N:rherrera;;;; FN:rherrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:rherrera@vdm.btlconsultants.com.mx END:VCARD rherrera rherrera@vdm.btlconsultants.com.mxc} 3Q Ye2023-07-06 15:57:33csalazarcsalazar@vdm.btlconsultants.com.mxcsalazarBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:18.5cf75b26-1d71-ecd5-d29f-e21dd679a721.csalazar@vdm.btlconsultants.com.mx N:csalazar;;;; FN:csalazar EMAIL;TYPE=INTERNET;TYPE=INTERNET:csalazar@vdm.btlconsultants.com.mx END:VCARD csalazar csalazar@vdm.btlconsultants.com.mxl| 3S ai2023-07-06 15:57:33amiraveteamiravete@vdm.btlconsultants.com.mxamiraveteBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:16.b42cffcc-8ad0-8931-e0b6-00273c465a96.amiravete@vdm.btlconsultants.com.mx N:amiravete;;;; FN:amiravete EMAIL;TYPE=INTERNET;TYPE=INTERNET:amiravete@vdm.btlconsultants.com.mx END:VCARD amiravete amiravete@vdm.btlconsultants.com.mx  D 3^Q 3M I]2023-07-06 15:57:34j.cruzj.cruz@vdm.btlconsultants.com.mxj.cruzBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:47.2b7f816f-b381-54cc-8486-8b09e7ebc66c.j.cruz@vdm.btlconsultants.com.mx N:j.cruz;;;; FN:j.cruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.cruz@vdm.btlconsultants.com.mx END:VCARD j.cruz j.cruz@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:34jalvarezjalvarez@vdm.btlconsultants.com.mxjalvarezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:45.8586b520-a044-91ca-8f3d-3a8fb738adb6.jalvarez@vdm.btlconsultants.com.mx N:jalvarez;;;; FN:jalvarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jalvarez@vdm.btlconsultants.com.mx END:VCARD jalvarez jalvarez@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:33lbotellolbotello@vdm.btlconsultants.com.mxlbotelloBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:44.315bc2fb-9f5f-0b3b-289e-3920edcc6079.lbotello@vdm.btlconsultants.com.mx N:lbotello;;;; FN:lbotello EMAIL;TYPE=INTERNET;TYPE=INTERNET:lbotello@vdm.btlconsultants.com.mx END:VCARD lbotello lbotello@vdm.btlconsultants.com.mxs 3!U !ii2023-07-06 15:57:33arodriguezarodriguez@vdm.btlconsultants.com.mxarodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:42.20e02f67-5447-d965-d8db-7ed3004196da.arodriguez@vdm.btlconsultants.com.mx N:arodriguez;;;; FN:arodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:arodriguez@vdm.btlconsultants.com.mx END:VCARD arodriguz arodriguz@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:33rmorenormoreno@vdm.btlconsultants.com.mxrmorenoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:41.623bfc57-3b3d-a9a3-1ab2-bd57f3c58345.rmoreno@vdm.btlconsultants.com.mx N:rmoreno;;;; FN:rmoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmoreno@vdm.btlconsultants.com.mx END:VCARD rmoreno rmoreno@vdm.btlconsultants.com.mxs 3!U !ii2023-07-06 15:57:33jrodriguezjrodriguez@vdm.btlconsultants.com.mxjrodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:40.85a823a5-83d6-234e-6f01-570ecbef8149.jrodriguez@vdm.btlconsultants.com.mx N:jrodriguez;;;; FN:jrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jrodriguez@vdm.btlconsultants.com.mx END:VCARD jrodriguz jrodriguz@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:33asolorioasolorio@vdm.btlconsultants.com.mxasolorioBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:38.4f1da919-a38d-7768-eed9-089aaaa89bc6.asolorio@vdm.btlconsultants.com.mx N:asolorio;;;; FN:asolorio EMAIL;TYPE=INTERNET;TYPE=INTERNET:asolorio@vdm.btlconsultants.com.mx END:VCARD asolorio asolorio@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:33aavilaaavila@vdm.btlconsultants.com.mxaavilaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:37.a29bcd84-931a-ec86-25f9-be4774467f02.aavila@vdm.btlconsultants.com.mx N:aavila;;;; FN:aavila EMAIL;TYPE=INTERNET;TYPE=INTERNET:aavila@vdm.btlconsultants.com.mx END:VCARD aavila aavila@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:33aramosaramos@vdm.btlconsultants.com.mxaramosBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:35.33786167-3633-aab3-879f-5eee29ca03e8.aramos@vdm.btlconsultants.com.mx N:aramos;;;; FN:aramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:aramos@vdm.btlconsultants.com.mx END:VCARD aramos aramos@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:33ichavezichavez@vdm.btlconsultants.com.mxichavezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:34.ecd898ec-a2ce-b6c3-8dff-61af64733349.ichavez@vdm.btlconsultants.com.mx N:ichavez;;;; FN:ichavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ichavez@vdm.btlconsultants.com.mx END:VCARD ichavez ichavez@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:33gcadenagcadena@vdm.btlconsultants.com.mxgcadenaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:32.505799dc-8f9e-299f-e88a-7ff87de04a99.gcadena@vdm.btlconsultants.com.mx N:gcadena;;;; FN:gcadena EMAIL;TYPE=INTERNET;TYPE=INTERNET:gcadena@vdm.btlconsultants.com.mx END:VCARD gcadena gcadena@vdm.btlconsultants.com.mx  M  !w4l 3S ai2023-07-06 15:57:34amartinezamartinez@vdm.btlconsultants.com.mxamartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:03.6ec34af3-24dd-46e9-b762-9da8bb26903e.amartinez@vdm.btlconsultants.com.mx N:amartinez;;;; FN:amartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:amartinez@vdm.btlconsultants.com.mx END:VCARD amartinez amartinez@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:34ejimenezejimenez@vdm.btlconsultants.com.mxejimenezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:01.8e69ed0d-ae0a-3c7e-ef0a-0937e3ca8c2d.ejimenez@vdm.btlconsultants.com.mx N:ejimenez;;;; FN:ejimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ejimenez@vdm.btlconsultants.com.mx END:VCARD ejimenez ejimenez@vdm.btlconsultants.com.mxa 3Q Ya2023-07-06 15:57:34bbuendiabbuendia@vdm.btlconsultants.com.mxbbuendiaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:00.28dd9230-3bef-db83-e74b-2c8ac67b41af.bbuendia@vdm.btlconsultants.com.mx N:bbuendia;;;; FN:bbuendia EMAIL;TYPE=INTERNET;TYPE=INTERNET:bbuendia@vdm.btlconsultants.com.mx END:VCARD bbundia bbundia@vdm.btlconsultants.com.mxs 3!U !ii2023-07-06 15:57:34orodriguezorodriguez@vdm.btlconsultants.com.mxorodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:58.14294c8c-c0b7-6de9-4657-95c2b9b903fd.orodriguez@vdm.btlconsultants.com.mx N:orodriguez;;;; FN:orodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:orodriguez@vdm.btlconsultants.com.mx END:VCARD orodriguz orodriguz@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:34djimenezdjimenez@vdm.btlconsultants.com.mxdjimenezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:57.c59d36ce-7403-e3c1-84d5-ae617836a598.djimenez@vdm.btlconsultants.com.mx N:djimenez;;;; FN:djimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:djimenez@vdm.btlconsultants.com.mx END:VCARD djimenez djimenez@vdm.btlconsultants.com.mx? 3I 9U2023-07-06 15:57:34jroajroa@vdm.btlconsultants.com.mxjroaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:55.8b34d1a7-2d78-6b0f-48d5-18fdd6870eef.jroa@vdm.btlconsultants.com.mx N:jroa;;;; FN:jroa EMAIL;TYPE=INTERNET;TYPE=INTERNET:jroa@vdm.btlconsultants.com.mx END:VCARD jroa jroa@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:34dacostadacosta@vdm.btlconsultants.com.mxdacostaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:53.0f78d6d9-3ad8-cd0b-0f88-a1ae8367f879.dacosta@vdm.btlconsultants.com.mx N:dacosta;;;; FN:dacosta EMAIL;TYPE=INTERNET;TYPE=INTERNET:dacosta@vdm.btlconsultants.com.mx END:VCARD dacosta dacosta@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:34ecallesecalles@vdm.btlconsultants.com.mxecallesBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:52.cb538b7f-88d6-77b0-e3a1-b0851abcf8e1.ecalles@vdm.btlconsultants.com.mx N:ecalles;;;; FN:ecalles EMAIL;TYPE=INTERNET;TYPE=INTERNET:ecalles@vdm.btlconsultants.com.mx END:VCARD ecalles ecalles@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:34kmartinezkmartinez@vdm.btlconsultants.com.mxkmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:51.51c7609d-5eb7-6791-9c15-b00b6c53019e.kmartinez@vdm.btlconsultants.com.mx N:kmartinez;;;; FN:kmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:kmartinez@vdm.btlconsultants.com.mx END:VCARD kmartinez kmartinez@vdm.btlconsultants.com.mxH 3K AY2023-07-06 15:57:34pdiazpdiaz@vdm.btlconsultants.com.mxpdiazBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:49.19890210-8f48-8239-eaa2-a4e1fb45669f.pdiaz@vdm.btlconsultants.com.mx N:pdiaz;;;; FN:pdiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:pdiaz@vdm.btlconsultants.com.mx END:VCARD pdiaz pdiaz@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:34lsolachelsolache@vdm.btlconsultants.com.mxlsolacheBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:47:48.40ff8ff2-0c32-ee42-e3a1-c7ca30af7464.lsolache@vdm.btlconsultants.com.mx N:lsolache;;;; FN:lsolache EMAIL;TYPE=INTERNET;TYPE=INTERNET:lsolache@vdm.btlconsultants.com.mx END:VCARD lsolache lsolache@vdm.btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX<   32023-07-06 15:57:37 32023-07-06 15:57:37 32023-07-06 15:57:37 32023-07-06 15:57:37 32023-07-06 15:57:37 32023-07-06 15:57:37 32023-07-06 15:57:37 32023-07-06 15:57:37 32023-07-06 15:57:37 32023-07-06 15:57:37 32023-07-06 15:57:37 32023-07-06 15:57:37 32023-07-06 15:57:37 32023-07-06 15:57:37 32023-07-06 15:57:37 32023-07-06 15:57:37 32023-07-06 15:57:37 32023-07-06 15:57:37 32023-07-06 15:57:37  32023-07-06 15:57:37  32023-07-06 15:57:37  32023-07-06 15:57:37  32023-07-06 15:57:36  32023-07-06 15:57:36 32023-07-06 15:57:36 32023-07-06 15:57:36 32023-07-06 15:57:36 32023-07-06 15:57:36 32023-07-06 15:57:36 32023-07-06 15:57:36 32023-07-06 15:57:36 32023-07-06 15:57:36 32023-07-06 15:57:36 32023-07-06 15:57:36~ 3~2023-07-06 15:57:36} 3}2023-07-06 15:57:36| 3|2023-07-06 15:57:36{ 3{2023-07-06 15:57:36z 3z2023-07-06 15:57:36y 3y2023-07-06 15:57:36x 3x2023-07-06 15:57:36w 3w2023-07-06 15:57:36v 3v2023-07-06 15:57:36u 3u2023-07-06 15:57:36t 3t2023-07-06 15:57:36s 3s2023-07-06 15:57:36r 3r2023-07-06 15:57:36q 3q2023-07-06 15:57:36p 3p2023-07-06 15:57:36o 3o2023-07-06 15:57:36n 3n2023-07-06 15:57:36m 3m2023-07-06 15:57:36l 3l2023-07-06 15:57:36k 3k2023-07-06 15:57:36j 3j2023-07-06 15:57:36i 3i2023-07-06 15:57:36h 3h2023-07-06 15:57:36g 3g2023-07-06 15:57:36f 3f2023-07-06 15:57:36e 3e2023-07-06 15:57:35d 3d2023-07-06 15:57:35c 3c2023-07-06 15:57:35b 3b2023-07-06 15:57:35a 3a2023-07-06 15:57:35` 3`2023-07-06 15:57:35_ 3_2023-07-06 15:57:35^ 3^2023-07-06 15:57:35] 3]2023-07-06 15:57:35\ 3\2023-07-06 15:57:35[ 3[2023-07-06 15:57:35Z 3Z2023-07-06 15:57:35Y 3Y2023-07-06 15:57:35X 3X2023-07-06 15:57:35W 3W2023-07-06 15:57:35V 3V2023-07-06 15:57:35U 3U2023-07-06 15:57:35T 3T2023-07-06 15:57:35S 3S2023-07-06 15:57:35R 3R2023-07-06 15:57:35Q 3Q2023-07-06 15:57:35P 3P2023-07-06 15:57:35O 3O2023-07-06 15:57:35N 3N2023-07-06 15:57:35M 3M2023-07-06 15:57:35L 3L2023-07-06 15:57:35K 3K2023-07-06 15:57:35J 3J2023-07-06 15:57:35I 3I2023-07-06 15:57:35H 3H2023-07-06 15:57:35G 3G2023-07-06 15:57:35F 3F2023-07-06 15:57:35E 3E2023-07-06 15:57:35D 3D2023-07-06 15:57:35C 3C2023-07-06 15:57:35B 3B2023-07-06 15:57:35A 3A2023-07-06 15:57:35@ 3@2023-07-06 15:57:35? 3?2023-07-06 15:57:35> 3>2023-07-06 15:57:35= 3=2023-07-06 15:57:35< 3<2023-07-06 15:57:35; 3;2023-07-06 15:57:35: 3:2023-07-06 15:57:359 392023-07-06 15:57:358 382023-07-06 15:57:357 372023-07-06 15:57:346 362023-07-06 15:57:345 352023-07-06 15:57:344 342023-07-06 15:57:343 332023-07-06 15:57:342 322023-07-06 15:57:341 312023-07-06 15:57:340 302023-07-06 15:57:34/ 3/2023-07-06 15:57:34. 3.2023-07-06 15:57:34- 3-2023-07-06 15:57:34, 3,2023-07-06 15:57:34+ 3+2023-07-06 15:57:34* 3*2023-07-06 15:57:34) 3)2023-07-06 15:57:34( 3(2023-07-06 15:57:34' 3'2023-07-06 15:57:34& 3&2023-07-06 15:57:34% 3%2023-07-06 15:57:34$ 3$2023-07-06 15:57:34# 3#2023-07-06 15:57:34" 3"2023-07-06 15:57:34! 3!2023-07-06 15:57:34  3 2023-07-06 15:57:34 32023-07-06 15:57:34 32023-07-06 15:57:34 32023-07-06 15:57:34 32023-07-06 15:57:34 32023-07-06 15:57:34 32023-07-06 15:57:34 32023-07-06 15:57:34  D 3\|c' 3Q Ye2023-07-06 15:57:34mnolascomnolasco@vdm.btlconsultants.com.mxmnolascoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:19.20d6b217-e950-b21c-ad71-cbedc1f2d028.mnolasco@vdm.btlconsultants.com.mx N:mnolasco;;;; FN:mnolasco EMAIL;TYPE=INTERNET;TYPE=INTERNET:mnolasco@vdm.btlconsultants.com.mx END:VCARD mnolasco mnolasco@vdm.btlconsultants.com.mxc& 3Q Ye2023-07-06 15:57:34fquintosfquintos@vdm.btlconsultants.com.mxfquintosBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:18.9a85f493-55f5-9ed7-ebf3-88c038879cda.fquintos@vdm.btlconsultants.com.mx N:fquintos;;;; FN:fquintos EMAIL;TYPE=INTERNET;TYPE=INTERNET:fquintos@vdm.btlconsultants.com.mx END:VCARD fquintos fquintos@vdm.btlconsultants.com.mxQ% 3M I]2023-07-06 15:57:34kvinaskvinas@vdm.btlconsultants.com.mxkvinasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:16.801b712a-fa4f-3dc6-3f89-ce2678972e17.kvinas@vdm.btlconsultants.com.mx N:kvinas;;;; FN:kvinas EMAIL;TYPE=INTERNET;TYPE=INTERNET:kvinas@vdm.btlconsultants.com.mx END:VCARD kvinas kvinas@vdm.btlconsultants.com.mx$ 3%Y %yu2023-07-06 15:57:34mar.martinezmar.martinez@vdm.btlconsultants.com.mxmar.martinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:15.cfdf4990-ca3e-8825-7be3-59f51fccb57c.mar.martinez@vdm.btlconsultants.com.mx N:mar.martinez;;;; FN:mar.martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mar.martinez@vdm.btlconsultants.com.mx END:VCARD mar.martinez mar.martinez@vdm.btlconsultants.com.mxu# 3!U !im2023-07-06 15:57:34msolorzanomsolorzano@vdm.btlconsultants.com.mxmsolorzanoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:13.a3d2960c-2cc3-bf83-a6f0-544b5d795922.msolorzano@vdm.btlconsultants.com.mx N:msolorzano;;;; FN:msolorzano EMAIL;TYPE=INTERNET;TYPE=INTERNET:msolorzano@vdm.btlconsultants.com.mx END:VCARD msolorzano msolorzano@vdm.btlconsultants.com.mxZ" 3O Qa2023-07-06 15:57:34rroldanrroldan@vdm.btlconsultants.com.mxrroldanBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:12.6a91364b-7d81-7691-93d4-6ab7bf51ca1a.rroldan@vdm.btlconsultants.com.mx N:rroldan;;;; FN:rroldan EMAIL;TYPE=INTERNET;TYPE=INTERNET:rroldan@vdm.btlconsultants.com.mx END:VCARD rroldan rroldan@vdm.btlconsultants.com.mxQ! 3M I]2023-07-06 15:57:34j.veraj.vera@vdm.btlconsultants.com.mxj.veraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:10.45cc3d67-a9c6-58a2-67dc-ca30fc8119c3.j.vera@vdm.btlconsultants.com.mx N:j.vera;;;; FN:j.vera EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.vera@vdm.btlconsultants.com.mx END:VCARD j.vera j.vera@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:34jsimonjsimon@vdm.btlconsultants.com.mxjsimonBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:08.17be719c-ec3a-e005-bcac-53201e7174ff.jsimon@vdm.btlconsultants.com.mx N:jsimon;;;; FN:jsimon EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsimon@vdm.btlconsultants.com.mx END:VCARD jsimon jsimon@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:34ialvarezialvarez@vdm.btlconsultants.com.mxialvarezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:07.e2252f2f-80a8-a670-1c5e-b1ff59ac725d.ialvarez@vdm.btlconsultants.com.mx N:ialvarez;;;; FN:ialvarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ialvarez@vdm.btlconsultants.com.mx END:VCARD ialvarez ialvarez@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:34ccoronaccorona@vdm.btlconsultants.com.mxccoronaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:05.9aea5797-6a87-b012-2611-172d1afbada8.ccorona@vdm.btlconsultants.com.mx N:ccorona;;;; FN:ccorona EMAIL;TYPE=INTERNET;TYPE=INTERNET:ccorona@vdm.btlconsultants.com.mx END:VCARD ccorona ccorona@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:34cmorenocmoreno@vdm.btlconsultants.com.mxcmorenoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:04.4ed679e4-17c4-c0a7-f87e-b1080466a25b.cmoreno@vdm.btlconsultants.com.mx N:cmoreno;;;; FN:cmoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmoreno@vdm.btlconsultants.com.mx END:VCARD cmoreno cmoreno@vdm.btlconsultants.com.mx  M  !S'Z2 3O Qa2023-07-06 15:57:34prendonprendon@vdm.btlconsultants.com.mxprendonBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:35.bce679e2-e8ed-d7f7-a617-e2c56cb18caf.prendon@vdm.btlconsultants.com.mx N:prendon;;;; FN:prendon EMAIL;TYPE=INTERNET;TYPE=INTERNET:prendon@vdm.btlconsultants.com.mx END:VCARD prendon prendon@vdm.btlconsultants.com.mxc1 3Q Ye2023-07-06 15:57:34rperaltarperalta@vdm.btlconsultants.com.mxrperaltaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:34.88d6b88e-36f6-8c36-3cf9-0c6a635b9c0a.rperalta@vdm.btlconsultants.com.mx N:rperalta;;;; FN:rperalta EMAIL;TYPE=INTERNET;TYPE=INTERNET:rperalta@vdm.btlconsultants.com.mx END:VCARD rperalta rperalta@vdm.btlconsultants.com.mxc0 3Q Ye2023-07-06 15:57:34jnavarrojnavarro@vdm.btlconsultants.com.mxjnavarroBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:32.550709f2-a138-c8b5-2c4d-0a53465a600f.jnavarro@vdm.btlconsultants.com.mx N:jnavarro;;;; FN:jnavarro EMAIL;TYPE=INTERNET;TYPE=INTERNET:jnavarro@vdm.btlconsultants.com.mx END:VCARD jnavarro jnavarro@vdm.btlconsultants.com.mxZ/ 3O Qa2023-07-06 15:57:34mibarramibarra@vdm.btlconsultants.com.mxmibarraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:31.ef29d601-e4f3-9e38-24d4-70a1a331a65d.mibarra@vdm.btlconsultants.com.mx N:mibarra;;;; FN:mibarra EMAIL;TYPE=INTERNET;TYPE=INTERNET:mibarra@vdm.btlconsultants.com.mx END:VCARD mibarra mibarra@vdm.btlconsultants.com.mxu. 3!U !im2023-07-06 15:57:34ugutierrezugutierrez@vdm.btlconsultants.com.mxugutierrezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:29.b434b93d-d6df-8b6b-f535-2953ce6b2390.ugutierrez@vdm.btlconsultants.com.mx N:ugutierrez;;;; FN:ugutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ugutierrez@vdm.btlconsultants.com.mx END:VCARD ugutierrez ugutierrez@vdm.btlconsultants.com.mxQ- 3M I]2023-07-06 15:57:34mbellombello@vdm.btlconsultants.com.mxmbelloBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:28.edc1fc51-9c4b-e74d-07fd-e6607d37b689.mbello@vdm.btlconsultants.com.mx N:mbello;;;; FN:mbello EMAIL;TYPE=INTERNET;TYPE=INTERNET:mbello@vdm.btlconsultants.com.mx END:VCARD mbello mbello@vdm.btlconsultants.com.mxZ, 3O Qa2023-07-06 15:57:34candrescandres@vdm.btlconsultants.com.mxcandresBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:26.5c64dd64-80bd-6f97-686d-bd1d79c3ac35.candres@vdm.btlconsultants.com.mx N:candres;;;; FN:candres EMAIL;TYPE=INTERNET;TYPE=INTERNET:candres@vdm.btlconsultants.com.mx END:VCARD candres candres@vdm.btlconsultants.com.mxc+ 3Q Ye2023-07-06 15:57:34ahuasanoahuasano@vdm.btlconsultants.com.mxahuasanoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:24.1ea80e74-4c6d-dbe4-cbac-9b17a9db0cb7.ahuasano@vdm.btlconsultants.com.mx N:ahuasano;;;; FN:ahuasano EMAIL;TYPE=INTERNET;TYPE=INTERNET:ahuasano@vdm.btlconsultants.com.mx END:VCARD ahuasano ahuasano@vdm.btlconsultants.com.mxc* 3Q Ye2023-07-06 15:57:34jaguilarjaguilar@vdm.btlconsultants.com.mxjaguilarBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:23.aabbd15c-15a0-6976-3843-4aea843022d0.jaguilar@vdm.btlconsultants.com.mx N:jaguilar;;;; FN:jaguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:jaguilar@vdm.btlconsultants.com.mx END:VCARD jaguilar jaguilar@vdm.btlconsultants.com.mxH) 3K AY2023-07-06 15:57:34eleoneleon@vdm.btlconsultants.com.mxeleonBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:22.e5b1c363-8d18-039d-fbb2-4d7f55d67f59.eleon@vdm.btlconsultants.com.mx N:eleon;;;; FN:eleon EMAIL;TYPE=INTERNET;TYPE=INTERNET:eleon@vdm.btlconsultants.com.mx END:VCARD eleon eleon@vdm.btlconsultants.com.mxc( 3Q Ye2023-07-06 15:57:34ngonellangonella@vdm.btlconsultants.com.mxngonellaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:20.cae7ffdb-eec6-e362-c060-9c8fc6066783.ngonella@vdm.btlconsultants.com.mx N:ngonella;;;; FN:ngonella EMAIL;TYPE=INTERNET;TYPE=INTERNET:ngonella@vdm.btlconsultants.com.mx END:VCARD ngonella ngonella@vdm.btlconsultants.com.mx  2 RWwc< 3Q Ye2023-07-06 15:57:35rgardunorgarduno@vdm.btlconsultants.com.mxrgardunoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:51.53b78afd-3608-3d2c-1c2a-25e2f8453550.rgarduno@vdm.btlconsultants.com.mx N:rgarduno;;;; FN:rgarduno EMAIL;TYPE=INTERNET;TYPE=INTERNET:rgarduno@vdm.btlconsultants.com.mx END:VCARD rgarduno rgarduno@vdm.btlconsultants.com.mxu; 3!U !im2023-07-06 15:57:35o.calderono.calderon@vdm.btlconsultants.com.mxo.calderonBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:50.4a395369-8be9-262c-8d8b-cdd45e7a5c9b.o.calderon@vdm.btlconsultants.com.mx N:o.calderon;;;; FN:o.calderon EMAIL;TYPE=INTERNET;TYPE=INTERNET:o.calderon@vdm.btlconsultants.com.mx END:VCARD o.calderon o.calderon@vdm.btlconsultants.com.mxu: 3!U !im2023-07-06 15:57:35irubalcavairubalcava@vdm.btlconsultants.com.mxirubalcavaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:48.709611a5-0694-2955-5a7c-1e953fa29ec8.irubalcava@vdm.btlconsultants.com.mx N:irubalcava;;;; FN:irubalcava EMAIL;TYPE=INTERNET;TYPE=INTERNET:irubalcava@vdm.btlconsultants.com.mx END:VCARD irubalcava irubalcava@vdm.btlconsultants.com.mxc9 3Q Ye2023-07-06 15:57:35aalcazaraalcazar@vdm.btlconsultants.com.mxaalcazarBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:46.4138f4e1-63a3-645d-889c-33f8868ba86f.aalcazar@vdm.btlconsultants.com.mx N:aalcazar;;;; FN:aalcazar EMAIL;TYPE=INTERNET;TYPE=INTERNET:aalcazar@vdm.btlconsultants.com.mx END:VCARD aalcazar aalcazar@vdm.btlconsultants.com.mx~8 3#W #qq2023-07-06 15:57:35ga.quinonesga.quinones@vdm.btlconsultants.com.mxga.quinonesBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:45.f9652ada-30e0-bfde-4e9f-0a0f8d203f56.ga.quinones@vdm.btlconsultants.com.mx N:ga.quinones;;;; FN:ga.quinones EMAIL;TYPE=INTERNET;TYPE=INTERNET:ga.quinones@vdm.btlconsultants.com.mx END:VCARD ga.quinones ga.quinones@vdm.btlconsultants.com.mxu7 3!U !im2023-07-06 15:57:34rmanzanerormanzanero@vdm.btlconsultants.com.mxrmanzaneroBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:43.3459cd9d-900e-6b37-74a6-59e5ab76efff.rmanzanero@vdm.btlconsultants.com.mx N:rmanzanero;;;; FN:rmanzanero EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmanzanero@vdm.btlconsultants.com.mx END:VCARD rmanzanero rmanzanero@vdm.btlconsultants.com.mxc6 3Q Ye2023-07-06 15:57:34vjimenezvjimenez@vdm.btlconsultants.com.mxvjimenezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:42.4fe4a926-3d8e-a8b3-ef63-b2b4abeba137.vjimenez@vdm.btlconsultants.com.mx N:vjimenez;;;; FN:vjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vjimenez@vdm.btlconsultants.com.mx END:VCARD vjimenez vjimenez@vdm.btlconsultants.com.mxu5 3!U !im2023-07-06 15:57:34o.gonzalezo.gonzalez@vdm.btlconsultants.com.mxo.gonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:40.27fdfee5-3b02-3fa0-6f61-e6b665e21477.o.gonzalez@vdm.btlconsultants.com.mx N:o.gonzalez;;;; FN:o.gonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:o.gonzalez@vdm.btlconsultants.com.mx END:VCARD o.gonzalez o.gonzalez@vdm.btlconsultants.com.mxl4 3S ai2023-07-06 15:57:34dalmonacidalmonaci@vdm.btlconsultants.com.mxdalmonaciBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:38.00ef315a-f946-e7f0-73f8-0c6cc6e11b4e.dalmonaci@vdm.btlconsultants.com.mx N:dalmonaci;;;; FN:dalmonaci EMAIL;TYPE=INTERNET;TYPE=INTERNET:dalmonaci@vdm.btlconsultants.com.mx END:VCARD dalmonaci dalmonaci@vdm.btlconsultants.com.mxZ3 3O Qa2023-07-06 15:57:34utorresutorres@vdm.btlconsultants.com.mxutorresBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:37.179f4dea-f80f-2ac8-dfaf-c8ac91cb94a9.utorres@vdm.btlconsultants.com.mx N:utorres;;;; FN:utorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:utorres@vdm.btlconsultants.com.mx END:VCARD utorres utorres@vdm.btlconsultants.com.mx x~  7r4xQG 3M I]2023-07-06 15:57:35dlimondlimon@vdm.btlconsultants.com.mxdlimonBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:49:09.f01b06f2-61d8-d9b9-c08e-f310107b7752.dlimon@vdm.btlconsultants.com.mx N:dlimon;;;; FN:dlimon EMAIL;TYPE=INTERNET;TYPE=INTERNET:dlimon@vdm.btlconsultants.com.mx END:VCARD dlimon dlimon@vdm.btlconsultants.com.mxcF 3Q Ye2023-07-06 15:57:35d.santosd.santos@vdm.btlconsultants.com.mxd.santosBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:49:07.70bc783c-55c6-d421-407a-fb32284e41d9.d.santos@vdm.btlconsultants.com.mx N:d.santos;;;; FN:d.santos EMAIL;TYPE=INTERNET;TYPE=INTERNET:d.santos@vdm.btlconsultants.com.mx END:VCARD d.santos d.santos@vdm.btlconsultants.com.mxlE 3S ai2023-07-06 15:57:35m.ramirezm.ramirez@vdm.btlconsultants.com.mxm.ramirezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:49:05.cd0d12c1-44a5-f8a8-9558-2b750580b9ff.m.ramirez@vdm.btlconsultants.com.mx N:m.ramirez;;;; FN:m.ramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.ramirez@vdm.btlconsultants.com.mx END:VCARD m.ramirez m.ramirez@vdm.btlconsultants.com.mxZD 3O Qa2023-07-06 15:57:35l.perezl.perez@vdm.btlconsultants.com.mxl.perezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:49:04.66d1dd26-096a-f0f9-de34-8ae14703fefb.l.perez@vdm.btlconsultants.com.mx N:l.perez;;;; FN:l.perez EMAIL;TYPE=INTERNET;TYPE=INTERNET:l.perez@vdm.btlconsultants.com.mx END:VCARD l.perez l.perez@vdm.btlconsultants.com.mxlC 3S ai2023-07-06 15:57:35ccruzaltaccruzalta@vdm.btlconsultants.com.mxccruzaltaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:49:03.062ccb62-4fbe-ace1-d2b9-2811760a6e1c.ccruzalta@vdm.btlconsultants.com.mx N:ccruzalta;;;; FN:ccruzalta EMAIL;TYPE=INTERNET;TYPE=INTERNET:ccruzalta@vdm.btlconsultants.com.mx END:VCARD ccruzalta ccruzalta@vdm.btlconsultants.com.mxZB 3O Qa2023-07-06 15:57:35aalonsoaalonso@vdm.btlconsultants.com.mxaalonsoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:49:01.5a22ff67-c44b-94a2-b4ea-9b5ebfdcd944.aalonso@vdm.btlconsultants.com.mx N:aalonso;;;; FN:aalonso EMAIL;TYPE=INTERNET;TYPE=INTERNET:aalonso@vdm.btlconsultants.com.mx END:VCARD aalonso aalonso@vdm.btlconsultants.com.mxcA 3Q Ye2023-07-06 15:57:35jcardonajcardona@vdm.btlconsultants.com.mxjcardonaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:59.0de04e1d-16bf-441b-45c7-dcdb219ed7e3.jcardona@vdm.btlconsultants.com.mx N:jcardona;;;; FN:jcardona EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcardona@vdm.btlconsultants.com.mx END:VCARD jcardona jcardona@vdm.btlconsultants.com.mxc@ 3Q Ye2023-07-06 15:57:35gomorenogomoreno@vdm.btlconsultants.com.mxgomorenoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:58.cffef149-a1cb-1f8e-ee28-6a9b776dc31d.gomoreno@vdm.btlconsultants.com.mx N:gomoreno;;;; FN:gomoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:gomoreno@vdm.btlconsultants.com.mx END:VCARD gomoreno gomoreno@vdm.btlconsultants.com.mxu? 3!U !im2023-07-06 15:57:35lgutierrezlgutierrez@vdm.btlconsultants.com.mxlgutierrezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:56.022b9176-d3c4-076d-a09b-1ebcd1eb1429.lgutierrez@vdm.btlconsultants.com.mx N:lgutierrez;;;; FN:lgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lgutierrez@vdm.btlconsultants.com.mx END:VCARD lgutierrez lgutierrez@vdm.btlconsultants.com.mxc> 3Q Ye2023-07-06 15:57:35cmichauscmichaus@vdm.btlconsultants.com.mxcmichausBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:54.b08e18d9-8484-cc5f-7ea6-9e684d7354dd.cmichaus@vdm.btlconsultants.com.mx N:cmichaus;;;; FN:cmichaus EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmichaus@vdm.btlconsultants.com.mx END:VCARD cmichaus cmichaus@vdm.btlconsultants.com.mx~= 3#W #qq2023-07-06 15:57:35emontecilloemontecillo@vdm.btlconsultants.com.mxemontecilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:48:53.84a5261d-ccf8-f550-ee4c-742feffda3e9.emontecillo@vdm.btlconsultants.com.mx N:emontecillo;;;; FN:emontecillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:emontecillo@vdm.btlconsultants.com.mx END:VCARD emontecillo emontecillo@vdm.btlconsultants.com.mx U 2 @UUR 3O M_2023-07-06 15:57:35llopezllopez@coah.btlconsultants.com.mxllopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:52:49.95f17a9e-1a4a-0768-0b50-9d930722d045.llopez@coah.btlconsultants.com.mx N:llopez;;;; FN:llopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:llopez@coah.btlconsultants.com.mx END:VCARD llopez llopez@coah.btlconsultants.com.mxUQ 3O M_2023-07-06 15:57:35rortizrortiz@coah.btlconsultants.com.mxrortizBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:52:47.6cb20410-5f2a-b292-4406-34d2533b6dad.rortiz@coah.btlconsultants.com.mx N:rortiz;;;; FN:rortiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:rortiz@coah.btlconsultants.com.mx END:VCARD rortiz rortiz@coah.btlconsultants.com.mx9P 3/e /% 2023-07-06 15:57:35alejandro.espejelalejandro.espejel@coah.btlconsultants.com.mxalejandro.espejelBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:52:46.a0a6c320-9fd6-02fc-a4fa-9c83998e1757.alejandro.espejel@coah.btlconsultants.com.mx N:alejandro.espejel;;;; FN:alejandro.espejel EMAIL;TYPE=INTERNET;TYPE=INTERNET:alejandro.espejel@coah.btlconsultants.com.mx END:VCARD alejandro.espejel alejandro.espejel@coah.btlconsultants.com.mxLO 3M E[2023-07-06 15:57:35hmenahmena@coah.btlconsultants.com.mxhmenaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:52:45.2d1eb160-241e-ef49-4e61-6845e4dac6d4.hmena@coah.btlconsultants.com.mx N:hmena;;;; FN:hmena EMAIL;TYPE=INTERNET;TYPE=INTERNET:hmena@coah.btlconsultants.com.mx END:VCARD hmena hmena@coah.btlconsultants.com.mxuN 3!U !im2023-07-06 15:57:35jbarrietosjbarrietos@vdm.btlconsultants.com.mxjbarrietosBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:49:20.6c7f5120-b2d1-8533-338f-9907336dfd6c.jbarrietos@vdm.btlconsultants.com.mx N:jbarrietos;;;; FN:jbarrietos EMAIL;TYPE=INTERNET;TYPE=INTERNET:jbarrietos@vdm.btlconsultants.com.mx END:VCARD jbarrietos jbarrietos@vdm.btlconsultants.com.mxZM 3O Qa2023-07-06 15:57:35iaraujoiaraujo@vdm.btlconsultants.com.mxiaraujoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:49:18.c9c73711-52f8-e9b4-1119-45b411d707e0.iaraujo@vdm.btlconsultants.com.mx N:iaraujo;;;; FN:iaraujo EMAIL;TYPE=INTERNET;TYPE=INTERNET:iaraujo@vdm.btlconsultants.com.mx END:VCARD iaraujo iaraujo@vdm.btlconsultants.com.mxQL 3M I]2023-07-06 15:57:35ipereziperez@vdm.btlconsultants.com.mxiperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:49:17.85bb5ba5-67f5-2b29-d976-e94ebd641060.iperez@vdm.btlconsultants.com.mx N:iperez;;;; FN:iperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:iperez@vdm.btlconsultants.com.mx END:VCARD iperez iperez@vdm.btlconsultants.com.mxuK 3!U !im2023-07-06 15:57:35ogutierrezogutierrez@vdm.btlconsultants.com.mxogutierrezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:49:15.41cb7a66-097c-feb9-e93e-c38932ec5880.ogutierrez@vdm.btlconsultants.com.mx N:ogutierrez;;;; FN:ogutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ogutierrez@vdm.btlconsultants.com.mx END:VCARD ogutierrez ogutierrez@vdm.btlconsultants.com.mxuJ 3!U !im2023-07-06 15:57:35a.martineza.martinez@vdm.btlconsultants.com.mxa.martinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:49:13.5c0d5ce1-c113-0f8b-926c-93570f78b7ab.a.martinez@vdm.btlconsultants.com.mx N:a.martinez;;;; FN:a.martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.martinez@vdm.btlconsultants.com.mx END:VCARD a.martinez a.martinez@vdm.btlconsultants.com.mxlI 3S ai2023-07-06 15:57:35bgallardobgallardo@vdm.btlconsultants.com.mxbgallardoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:49:12.6c99475b-739b-2713-a25e-f77662c8b854.bgallardo@vdm.btlconsultants.com.mx N:bgallardo;;;; FN:bgallardo EMAIL;TYPE=INTERNET;TYPE=INTERNET:bgallardo@vdm.btlconsultants.com.mx END:VCARD bgallardo bgallardo@vdm.btlconsultants.com.mxZH 3O Qa2023-07-06 15:57:35dchavezdchavez@vdm.btlconsultants.com.mxdchavezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:49:10.b4738dd0-f918-4fe9-6dc1-243d545cb902.dchavez@vdm.btlconsultants.com.mx N:dchavez;;;; FN:dchavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dchavez@vdm.btlconsultants.com.mx END:VCARD dchavez dchavez@vdm.btlconsultants.com.mx  E :v >y] 3!W !mo2023-07-06 15:57:35jhernandezjhernandez@coah.btlconsultants.com.mxjhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:53:05.5f20410b-2240-9d34-c000-7c5033224646.jhernandez@coah.btlconsultants.com.mx N:jhernandez;;;; FN:jhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jhernandez@coah.btlconsultants.com.mx END:VCARD jhernandez jhernandez@coah.btlconsultants.com.mxg\ 3S ]g2023-07-06 15:57:35fdelgadofdelgado@coah.btlconsultants.com.mxfdelgadoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:53:03.de9650a5-85d2-5de4-483c-c40d92f755f9.fdelgado@coah.btlconsultants.com.mx N:fdelgado;;;; FN:fdelgado EMAIL;TYPE=INTERNET;TYPE=INTERNET:fdelgado@coah.btlconsultants.com.mx END:VCARD fdelgado fdelgado@coah.btlconsultants.com.mx^[ 3Q Uc2023-07-06 15:57:35elozanoelozano@coah.btlconsultants.com.mxelozanoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:53:02.32037218-d568-27a6-568d-a79702d0921d.elozano@coah.btlconsultants.com.mx N:elozano;;;; FN:elozano EMAIL;TYPE=INTERNET;TYPE=INTERNET:elozano@coah.btlconsultants.com.mx END:VCARD elozano elozano@coah.btlconsultants.com.mxgZ 3S ]g2023-07-06 15:57:35eramirezeramirez@coah.btlconsultants.com.mxeramirezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:53:00.346b79bf-c645-bafd-65ab-12c50e05f528.eramirez@coah.btlconsultants.com.mx N:eramirez;;;; FN:eramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:eramirez@coah.btlconsultants.com.mx END:VCARD eramirez eramirez@coah.btlconsultants.com.mxpY 3U ek2023-07-06 15:57:35bmartinezbmartinez@coah.btlconsultants.com.mxbmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:52:59.a137443d-5342-317d-beb8-90d220cb5493.bmartinez@coah.btlconsultants.com.mx N:bmartinez;;;; FN:bmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:bmartinez@coah.btlconsultants.com.mx END:VCARD bmartinez bmartinez@coah.btlconsultants.com.mxLX 3M E[2023-07-06 15:57:35ovegaovega@coah.btlconsultants.com.mxovegaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:52:57.5611aa98-8bc2-aafc-9003-9251d3992327.ovega@coah.btlconsultants.com.mx N:ovega;;;; FN:ovega EMAIL;TYPE=INTERNET;TYPE=INTERNET:ovega@coah.btlconsultants.com.mx END:VCARD ovega ovega@coah.btlconsultants.com.mxUW 3O M_2023-07-06 15:57:35ntrejontrejo@coah.btlconsultants.com.mxntrejoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:52:56.d0cc1c16-3c5d-a704-3c35-d7ade9742f46.ntrejo@coah.btlconsultants.com.mx N:ntrejo;;;; FN:ntrejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ntrejo@coah.btlconsultants.com.mx END:VCARD ntrejo ntrejo@coah.btlconsultants.com.mxLV 3M E[2023-07-06 15:57:35asotoasoto@coah.btlconsultants.com.mxasotoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:52:54.320e0c13-25d4-8d7c-f91c-ac5fb5edbfe5.asoto@coah.btlconsultants.com.mx N:asoto;;;; FN:asoto EMAIL;TYPE=INTERNET;TYPE=INTERNET:asoto@coah.btlconsultants.com.mx END:VCARD asoto asoto@coah.btlconsultants.com.mx^U 3Q Uc2023-07-06 15:57:35kmsilvakmsilva@coah.btlconsultants.com.mxkmsilvaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:52:53.f5b537ee-d264-437e-6c3a-39be1ea8e085.kmsilva@coah.btlconsultants.com.mx N:kmsilva;;;; FN:kmsilva EMAIL;TYPE=INTERNET;TYPE=INTERNET:kmsilva@coah.btlconsultants.com.mx END:VCARD kmsilva kmsilva@coah.btlconsultants.com.mxUT 3O M_2023-07-06 15:57:35jfelixjfelix@coah.btlconsultants.com.mxjfelixBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:52:52.88176ee9-fd0d-703e-4ff3-6cc56338a7df.jfelix@coah.btlconsultants.com.mx N:jfelix;;;; FN:jfelix EMAIL;TYPE=INTERNET;TYPE=INTERNET:jfelix@coah.btlconsultants.com.mx END:VCARD jfelix jfelix@coah.btlconsultants.com.mx^S 3Q Uc2023-07-06 15:57:35lzamoralzamora@coah.btlconsultants.com.mxlzamoraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:52:50.30fc26bf-2f54-c622-8876-a06ed735098d.lzamora@coah.btlconsultants.com.mx N:lzamora;;;; FN:lzamora EMAIL;TYPE=INTERNET;TYPE=INTERNET:lzamora@coah.btlconsultants.com.mx END:VCARD lzamora lzamora@coah.btlconsultants.com.mx  ) R/Xuh 3!U !im2023-07-06 15:57:36yhernandezyhernandez@dgo.btlconsultants.com.mxyhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:56:24.e2a00574-b2a7-caa6-db9d-e61ebdb32336.yhernandez@dgo.btlconsultants.com.mx N:yhernandez;;;; FN:yhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:yhernandez@dgo.btlconsultants.com.mx END:VCARD yhernandez yhernandez@dgo.btlconsultants.com.mxQg 3M I]2023-07-06 15:57:36oramosoramos@dgo.btlconsultants.com.mxoramosBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:56:22.b833ae5c-b79e-7dca-593d-aa4424eefbbc.oramos@dgo.btlconsultants.com.mx N:oramos;;;; FN:oramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:oramos@dgo.btlconsultants.com.mx END:VCARD oramos oramos@dgo.btlconsultants.com.mxZf 3O Qa2023-07-06 15:57:35ctorresctorres@dgo.btlconsultants.com.mxctorresBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:56:20.0a2c2416-dfde-ba21-cfb3-294fa6704546.ctorres@dgo.btlconsultants.com.mx N:ctorres;;;; FN:ctorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:ctorres@dgo.btlconsultants.com.mx END:VCARD ctorres ctorres@dgo.btlconsultants.com.mxue 3!U !im2023-07-06 15:57:35ahernandezahernandez@dgo.btlconsultants.com.mxahernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:56:19.8692fc35-fd5f-a7a8-134c-4b71f0b627aa.ahernandez@dgo.btlconsultants.com.mx N:ahernandez;;;; FN:ahernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ahernandez@dgo.btlconsultants.com.mx END:VCARD ahernandez ahernandez@dgo.btlconsultants.com.mxcd 3Q Ye2023-07-06 15:57:35acalderaacaldera@dgo.btlconsultants.com.mxacalderaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:56:17.c7f641db-ec55-6118-261e-9097ad57e8ba.acaldera@dgo.btlconsultants.com.mx N:acaldera;;;; FN:acaldera EMAIL;TYPE=INTERNET;TYPE=INTERNET:acaldera@dgo.btlconsultants.com.mx END:VCARD acaldera acaldera@dgo.btlconsultants.com.mxZc 3O Qa2023-07-06 15:57:35amolinaamolina@dgo.btlconsultants.com.mxamolinaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:56:16.4eeb1936-f5de-7365-6d93-78c0c41d03cd.amolina@dgo.btlconsultants.com.mx N:amolina;;;; FN:amolina EMAIL;TYPE=INTERNET;TYPE=INTERNET:amolina@dgo.btlconsultants.com.mx END:VCARD amolina amolina@dgo.btlconsultants.com.mxZb 3O Qa2023-07-06 15:57:35amorenoamoreno@dgo.btlconsultants.com.mxamorenoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:56:14.4b96a8e7-e5b5-1e9b-962f-39405ecd269e.amoreno@dgo.btlconsultants.com.mx N:amoreno;;;; FN:amoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:amoreno@dgo.btlconsultants.com.mx END:VCARD amoreno amoreno@dgo.btlconsultants.com.mxla 3S ai2023-07-06 15:57:35wmartinezwmartinez@col.btlconsultants.com.mxwmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:55:34.b9615db5-7176-75cc-09af-cad19b917129.wmartinez@col.btlconsultants.com.mx N:wmartinez;;;; FN:wmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:wmartinez@col.btlconsultants.com.mx END:VCARD wmartinez wmartinez@col.btlconsultants.com.mxc` 3Q Ye2023-07-06 15:57:35jgragedajgrageda@col.btlconsultants.com.mxjgragedaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:55:33.864972fc-b413-62aa-def1-dabc8a2ef6e6.jgrageda@col.btlconsultants.com.mx N:jgrageda;;;; FN:jgrageda EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgrageda@col.btlconsultants.com.mx END:VCARD jgrageda jgrageda@col.btlconsultants.com.mxl_ 3S ai2023-07-06 15:57:35jvictoriajvictoria@col.btlconsultants.com.mxjvictoriaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:55:31.282ca152-893f-8bbf-f0e1-fc7c61f56c6c.jvictoria@col.btlconsultants.com.mx N:jvictoria;;;; FN:jvictoria EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvictoria@col.btlconsultants.com.mx END:VCARD jvictoria jvictoria@col.btlconsultants.com.mxc^ 3Q Ye2023-07-06 15:57:35malvarezmalvarez@col.btlconsultants.com.mxmalvarezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:55:30.d1acb519-6065-74a1-fb02-96a679748473.malvarez@col.btlconsultants.com.mx N:malvarez;;;; FN:malvarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:malvarez@col.btlconsultants.com.mx END:VCARD malvarez malvarez@col.btlconsultants.com.mx  ; 3/acs 3Q Ye2023-07-06 15:57:36lmarchanlmarchan@vdm.btlconsultants.com.mxlmarchanBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:24.06f451d4-6234-ec00-e22f-57e14155b701.lmarchan@vdm.btlconsultants.com.mx N:lmarchan;;;; FN:lmarchan EMAIL;TYPE=INTERNET;TYPE=INTERNET:lmarchan@vdm.btlconsultants.com.mx END:VCARD lmarchan lmarchan@vdm.btlconsultants.com.mxZr 3O Qa2023-07-06 15:57:36rgarciargarcia@vdm.btlconsultants.com.mxrgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:23.6be74d71-bcb6-b167-53fb-ed5edb1f73e0.rgarcia@vdm.btlconsultants.com.mx N:rgarcia;;;; FN:rgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:rgarcia@vdm.btlconsultants.com.mx END:VCARD rgarcia rgarcia@vdm.btlconsultants.com.mxlq 3S ai2023-07-06 15:57:36jelizaldejelizalde@vdm.btlconsultants.com.mxjelizaldeBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:21.7badaed0-42c8-4e3a-c156-ccb2ec1d2f1b.jelizalde@vdm.btlconsultants.com.mx N:jelizalde;;;; FN:jelizalde EMAIL;TYPE=INTERNET;TYPE=INTERNET:jelizalde@vdm.btlconsultants.com.mx END:VCARD jelizalde jelizalde@vdm.btlconsultants.com.mxZp 3O Qa2023-07-06 15:57:36bcortezbcortez@vdm.btlconsultants.com.mxbcortezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:20.b60d5e7e-36f0-780a-6a4f-5e3e5b3b689f.bcortez@vdm.btlconsultants.com.mx N:bcortez;;;; FN:bcortez EMAIL;TYPE=INTERNET;TYPE=INTERNET:bcortez@vdm.btlconsultants.com.mx END:VCARD bcortez bcortez@vdm.btlconsultants.com.mxlo 3S ai2023-07-06 15:57:36acarrilloacarrillo@vdm.btlconsultants.com.mxacarrilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:18.871f9ec7-6aec-6549-bb6b-311087e450c8.acarrillo@vdm.btlconsultants.com.mx N:acarrillo;;;; FN:acarrillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:acarrillo@vdm.btlconsultants.com.mx END:VCARD acarrillo acarrillo@vdm.btlconsultants.com.mxn 3'[ 'y2023-07-06 15:57:36saul.gonzalezsaul.gonzalez@vdm.btlconsultants.com.mxsaul.gonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:17.dcb57e6f-ea2c-fda3-e484-a4ed1d624a9b.saul.gonzalez@vdm.btlconsultants.com.mx N:saul.gonzalez;;;; FN:saul.gonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:saul.gonzalez@vdm.btlconsultants.com.mx END:VCARD saul.gonzalez saul.gonzalez@vdm.btlconsultants.com.mxZm 3O Qa2023-07-06 15:57:36rtorresrtorres@vdm.btlconsultants.com.mxrtorresBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:16.e63433de-8c0d-8a46-2350-7e12a6bf6314.rtorres@vdm.btlconsultants.com.mx N:rtorres;;;; FN:rtorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:rtorres@vdm.btlconsultants.com.mx END:VCARD rtorres rtorres@vdm.btlconsultants.com.mxZl 3O Qa2023-07-06 15:57:36drreyesdrreyes@vdm.btlconsultants.com.mxdrreyesBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:14.d3a5d203-5f40-b5e7-7e8b-7211a56903c9.drreyes@vdm.btlconsultants.com.mx N:drreyes;;;; FN:drreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:drreyes@vdm.btlconsultants.com.mx END:VCARD drreyes drreyes@vdm.btlconsultants.com.mxHk 3K AY2023-07-06 15:57:36sdiazsdiaz@tol.btlconsultants.com.mxsdiazBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:56:47.c6a9e4b4-376d-9fb7-f15d-e6e00ea97ba0.sdiaz@tol.btlconsultants.com.mx N:sdiaz;;;; FN:sdiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:sdiaz@tol.btlconsultants.com.mx END:VCARD sdiaz sdiaz@tol.btlconsultants.com.mxcj 3Q Ye2023-07-06 15:57:36jgardunojgarduno@tol.btlconsultants.com.mxjgardunoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:56:45.c5b28adf-0b16-7e68-b193-070b417ac14d.jgarduno@tol.btlconsultants.com.mx N:jgarduno;;;; FN:jgarduno EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgarduno@tol.btlconsultants.com.mx END:VCARD jgarduno jgarduno@tol.btlconsultants.com.mxZi 3O Qa2023-07-06 15:57:36hmucinohmucino@tol.btlconsultants.com.mxhmucinoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:56:44.865c1dfa-32e7-091a-9b4f-c46ae7c17df0.hmucino@tol.btlconsultants.com.mx N:hmucino;;;; FN:hmucino EMAIL;TYPE=INTERNET;TYPE=INTERNET:hmucino@tol.btlconsultants.com.mx END:VCARD hmucino hmucino@tol.btlconsultants.com.mx o ) d {/FoZ~ 3O Qa2023-07-06 15:57:36rbarronrbarron@vdm.btlconsultants.com.mxrbarronBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:43.5f5057bf-adc3-8639-2389-7d2354f1e67c.rbarron@vdm.btlconsultants.com.mx N:rbarron;;;; FN:rbarron EMAIL;TYPE=INTERNET;TYPE=INTERNET:rbarron@vdm.btlconsultants.com.mx END:VCARD rbarron rbarron@vdm.btlconsultants.com.mxu} 3!U !im2023-07-06 15:57:36llabariegallabariega@vdm.btlconsultants.com.mxllabariegaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:42.adb943fc-93c7-01bc-5b18-942a18a485b4.llabariega@vdm.btlconsultants.com.mx N:llabariega;;;; FN:llabariega EMAIL;TYPE=INTERNET;TYPE=INTERNET:llabariega@vdm.btlconsultants.com.mx END:VCARD llabariega llabariega@vdm.btlconsultants.com.mx~| 3#W #qq2023-07-06 15:57:36kjfernandezkjfernandez@vdm.btlconsultants.com.mxkjfernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:40.58ffd40f-e228-d458-a50a-8ecf044a7a0a.kjfernandez@vdm.btlconsultants.com.mx N:kjfernandez;;;; FN:kjfernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:kjfernandez@vdm.btlconsultants.com.mx END:VCARD kjfernandez kjfernandez@vdm.btlconsultants.com.mxc{ 3Q Ye2023-07-06 15:57:36bcatalanbcatalan@vdm.btlconsultants.com.mxbcatalanBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:38.fb1a9b00-3444-a8fe-50f9-abb6220e92e9.bcatalan@vdm.btlconsultants.com.mx N:bcatalan;;;; FN:bcatalan EMAIL;TYPE=INTERNET;TYPE=INTERNET:bcatalan@vdm.btlconsultants.com.mx END:VCARD bcatalan bcatalan@vdm.btlconsultants.com.mxHz 3K AY2023-07-06 15:57:36msosamsosa@vdm.btlconsultants.com.mxmsosaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:36.b343a85c-a7d4-8163-99a1-694368abd873.msosa@vdm.btlconsultants.com.mx N:msosa;;;; FN:msosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:msosa@vdm.btlconsultants.com.mx END:VCARD msosa msosa@vdm.btlconsultants.com.mxy 3'[ 'y2023-07-06 15:57:36osantiestebanosantiesteban@vdm.btlconsultants.com.mxosantiestebanBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:35.6c4501b2-b054-7d39-83a7-3c8bdf7e644f.osantiesteban@vdm.btlconsultants.com.mx N:osantiesteban;;;; FN:osantiesteban EMAIL;TYPE=INTERNET;TYPE=INTERNET:osantiesteban@vdm.btlconsultants.com.mx END:VCARD osantiesteban osantiesteban@vdm.btlconsultants.com.mxQx 3M I]2023-07-06 15:57:36erojaserojas@vdm.btlconsultants.com.mxerojasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:33.5ef68e78-fc1b-4d06-7b28-f780f1808f15.erojas@vdm.btlconsultants.com.mx N:erojas;;;; FN:erojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:erojas@vdm.btlconsultants.com.mx END:VCARD erojas erojas@vdm.btlconsultants.com.mxZw 3O Qa2023-07-06 15:57:36hraudryhraudry@vdm.btlconsultants.com.mxhraudryBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:31.c168ee4d-3e41-21e4-de50-a6c816c76a6e.hraudry@vdm.btlconsultants.com.mx N:hraudry;;;; FN:hraudry EMAIL;TYPE=INTERNET;TYPE=INTERNET:hraudry@vdm.btlconsultants.com.mx END:VCARD hraudry hraudry@vdm.btlconsultants.com.mxcv 3Q Ye2023-07-06 15:57:36jramirezjramirez@vdm.btlconsultants.com.mxjramirezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:29.b70ee257-97cf-57bb-48be-9a6fa4558b1d.jramirez@vdm.btlconsultants.com.mx N:jramirez;;;; FN:jramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jramirez@vdm.btlconsultants.com.mx END:VCARD jramirez jramirez@vdm.btlconsultants.com.mxcu 3Q Ye2023-07-06 15:57:36jmirandajmiranda@vdm.btlconsultants.com.mxjmirandaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:27.002978f6-8c44-d1d3-8a87-b95f0bc238a5.jmiranda@vdm.btlconsultants.com.mx N:jmiranda;;;; FN:jmiranda EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmiranda@vdm.btlconsultants.com.mx END:VCARD jmiranda jmiranda@vdm.btlconsultants.com.mxlt 3S ai2023-07-06 15:57:36dmartinezdmartinez@vdm.btlconsultants.com.mxdmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:26.8b82a407-cde0-23b7-2506-3f13c5214305.dmartinez@vdm.btlconsultants.com.mx N:dmartinez;;;; FN:dmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dmartinez@vdm.btlconsultants.com.mx END:VCARD dmartinez dmartinez@vdm.btlconsultants.com.mx  KR? 3I 9U2023-07-06 15:57:36apazapaz@vdm.btlconsultants.com.mxapazBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:01.1abf4d62-7b4e-55f8-45bf-2a9995935b6c.apaz@vdm.btlconsultants.com.mx N:apaz;;;; FN:apaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:apaz@vdm.btlconsultants.com.mx END:VCARD apaz apaz@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:36rperearperea@vdm.btlconsultants.com.mxrpereaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:00.4dc55550-ee08-f777-edd7-ab052c505cb1.rperea@vdm.btlconsultants.com.mx N:rperea;;;; FN:rperea EMAIL;TYPE=INTERNET;TYPE=INTERNET:rperea@vdm.btlconsultants.com.mx END:VCARD rperea rperea@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:36dtavaresdtavares@vdm.btlconsultants.com.mxdtavaresBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:58.50a9d9f1-c9b2-d6be-1bfc-0fa778a73598.dtavares@vdm.btlconsultants.com.mx N:dtavares;;;; FN:dtavares EMAIL;TYPE=INTERNET;TYPE=INTERNET:dtavares@vdm.btlconsultants.com.mx END:VCARD dtavares dtavares@vdm.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:36jjmartinezjjmartinez@vdm.btlconsultants.com.mxjjmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:56.aba2c8ae-4c01-10e3-15ca-8f9a9230a78b.jjmartinez@vdm.btlconsultants.com.mx N:jjmartinez;;;; FN:jjmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jjmartinez@vdm.btlconsultants.com.mx END:VCARD jjmartinez jjmartinez@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:36fperezfperez@vdm.btlconsultants.com.mxfperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:55.89cef6de-2516-fd28-5c83-f2a6f29545c9.fperez@vdm.btlconsultants.com.mx N:fperez;;;; FN:fperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:fperez@vdm.btlconsultants.com.mx END:VCARD fperez fperez@vdm.btlconsultants.com.mx| 3#W #qm2023-07-06 15:57:36o.rodriguezo.rodriguez@vdm.btlconsultants.com.mxo.rodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:53.d81736c6-52f5-6f89-c422-f0a1acc527bb.o.rodriguez@vdm.btlconsultants.com.mx N:o.rodriguez;;;; FN:o.rodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:o.rodriguez@vdm.btlconsultants.com.mx END:VCARD o.rodriguz o.rodriguz@vdm.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:36jfernandezjfernandez@vdm.btlconsultants.com.mxjfernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:52.6e716263-606e-d253-5fbe-bd012cb9221c.jfernandez@vdm.btlconsultants.com.mx N:jfernandez;;;; FN:jfernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jfernandez@vdm.btlconsultants.com.mx END:VCARD jfernandez jfernandez@vdm.btlconsultants.com.mxj 3S ae2023-07-06 15:57:36jguerrerojguerrero@vdm.btlconsultants.com.mxjguerreroBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:50.c6552883-56f4-346e-0a66-073f6001c668.jguerrero@vdm.btlconsultants.com.mx N:jguerrero;;;; FN:jguerrero EMAIL;TYPE=INTERNET;TYPE=INTERNET:jguerrero@vdm.btlconsultants.com.mx END:VCARD jgurrero jgurrero@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:36cescutiacescutia@vdm.btlconsultants.com.mxcescutiaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:49.c6a61ddc-bd4b-39e8-52aa-d6b5a805f7d2.cescutia@vdm.btlconsultants.com.mx N:cescutia;;;; FN:cescutia EMAIL;TYPE=INTERNET;TYPE=INTERNET:cescutia@vdm.btlconsultants.com.mx END:VCARD cescutia cescutia@vdm.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:36bhernandezbhernandez@vdm.btlconsultants.com.mxbhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:47.87bb9522-a388-83f1-4efd-c3630925b244.bhernandez@vdm.btlconsultants.com.mx N:bhernandez;;;; FN:bhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:bhernandez@vdm.btlconsultants.com.mx END:VCARD bhernandez bhernandez@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:36jpiliadojpiliado@vdm.btlconsultants.com.mxjpiliadoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:57:45.2d1cdacd-2b2b-5ce7-275d-af9a14f81af1.jpiliado@vdm.btlconsultants.com.mx N:jpiliado;;;; FN:jpiliado EMAIL;TYPE=INTERNET;TYPE=INTERNET:jpiliado@vdm.btlconsultants.com.mx END:VCARD jpiliado jpiliado@vdm.btlconsultants.com.mx  D  ~ 3%Y %yu2023-07-06 15:57:37apereznegronapereznegron@vdm.btlconsultants.com.mxapereznegronBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:19.9a51e4de-90f0-e2e7-c046-a67783b3c11b.apereznegron@vdm.btlconsultants.com.mx N:apereznegron;;;; FN:apereznegron EMAIL;TYPE=INTERNET;TYPE=INTERNET:apereznegron@vdm.btlconsultants.com.mx END:VCARD apereznegron apereznegron@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:37f.cabreraf.cabrera@vdm.btlconsultants.com.mxf.cabreraBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:17.c797ea9b-4be2-95b6-0ca1-ee137098968c.f.cabrera@vdm.btlconsultants.com.mx N:f.cabrera;;;; FN:f.cabrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:f.cabrera@vdm.btlconsultants.com.mx END:VCARD f.cabrera f.cabrera@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:37l.diazl.diaz@vdm.btlconsultants.com.mxl.diazBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:16.d85956af-d421-d053-a13d-9e0bc4350c51.l.diaz@vdm.btlconsultants.com.mx N:l.diaz;;;; FN:l.diaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:l.diaz@vdm.btlconsultants.com.mx END:VCARD l.diaz l.diaz@vdm.btlconsultants.com.mxH 3K AY2023-07-06 15:57:37ddiazddiaz@vdm.btlconsultants.com.mxddiazBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:14.7c903198-fa40-7c8b-d035-9e1231f6d842.ddiaz@vdm.btlconsultants.com.mx N:ddiaz;;;; FN:ddiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:ddiaz@vdm.btlconsultants.com.mx END:VCARD ddiaz ddiaz@vdm.btlconsultants.com.mx| 3#W #qm2023-07-06 15:57:37ma.viguerasma.vigueras@vdm.btlconsultants.com.mxma.viguerasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:12.459b8d09-398d-1c31-b5e5-cc2897dcae2a.ma.vigueras@vdm.btlconsultants.com.mx N:ma.vigueras;;;; FN:ma.vigueras EMAIL;TYPE=INTERNET;TYPE=INTERNET:ma.vigueras@vdm.btlconsultants.com.mx END:VCARD ma.viguras ma.viguras@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:37ecarrilloecarrillo@vdm.btlconsultants.com.mxecarrilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:10.81059586-9c70-d7cb-108a-daa1e3fa40c4.ecarrillo@vdm.btlconsultants.com.mx N:ecarrillo;;;; FN:ecarrillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ecarrillo@vdm.btlconsultants.com.mx END:VCARD ecarrillo ecarrillo@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:37asantiagoasantiago@vdm.btlconsultants.com.mxasantiagoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:08.eb971d4a-130b-f785-33bd-d4e2143815b5.asantiago@vdm.btlconsultants.com.mx N:asantiago;;;; FN:asantiago EMAIL;TYPE=INTERNET;TYPE=INTERNET:asantiago@vdm.btlconsultants.com.mx END:VCARD asantiago asantiago@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:37jcastrojcastro@vdm.btlconsultants.com.mxjcastroBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:07.bc7bd5b9-3b53-5424-da26-41408879e477.jcastro@vdm.btlconsultants.com.mx N:jcastro;;;; FN:jcastro EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcastro@vdm.btlconsultants.com.mx END:VCARD jcastro jcastro@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:37m.salzarm.salzar@vdm.btlconsultants.com.mxm.salzarBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:05.f465f745-163f-8639-f0b2-895be498bfee.m.salzar@vdm.btlconsultants.com.mx N:m.salzar;;;; FN:m.salzar EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.salzar@vdm.btlconsultants.com.mx END:VCARD m.salzar m.salzar@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:36ecadenaecadena@vdm.btlconsultants.com.mxecadenaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:04.e43443c7-968c-ee61-4006-10d43a9ce876.ecadena@vdm.btlconsultants.com.mx N:ecadena;;;; FN:ecadena EMAIL;TYPE=INTERNET;TYPE=INTERNET:ecadena@vdm.btlconsultants.com.mx END:VCARD ecadena ecadena@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:36lbarioslbarios@vdm.btlconsultants.com.mxlbariosBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:02.92a598d5-558e-30f7-23dd-ad9b09b2e8e9.lbarios@vdm.btlconsultants.com.mx N:lbarios;;;; FN:lbarios EMAIL;TYPE=INTERNET;TYPE=INTERNET:lbarios@vdm.btlconsultants.com.mx END:VCARD lbarios lbarios@vdm.btlconsultants.com.mx ]}vohaZSLE>70)" zsle^WPIB;4-&  ~ w p i b [ T M F ? 8 1 * #     w n e \ S J A 8 / &    { r i ` W N E < 3 * !     v m d [ R I @ 7 . %    z q h _ V M D ; 2 )   ~ulcZQH?6-$ ypg^ULC:1( }tkbYPG>5,#xof]TKB90' |sjaXOF=4+"wne\SJA8/& ]] \\ [[ ZZ YY XX WW VV UU TT SS RR QQ PP OO NN MM LL KK JJ II HH GG FF EE DD CC BB AA @@ ?? >> == << ;; :: 99 88 77 66 55 44 33 22 11 00 // .. -- ,, ++ ** )) (( '' && %% $$ ## "" !!                                                                                                                                                                               ~~ }} || {{ zz yy xx ww vv uu tt ss rr qq pp oo nn mm ll kk jj ii hh gg ff ee dd cc bb aa `` __ ^^ ]] \\ [[ ZZ YY XX WW VV UU TT SS RR QQ PP OO NN MM LL KK JJ II HH GG FF EE DD CC BB AA @@ ?? >> == << ;; :: 99 88 77 66 55 44 33 22 11 00 // .. -- ,, ++ ** )) (( '' && %% $$ ## "" !!                                      Eypg^ULC:1( }tk v m d [ R I @ 7 . %   zqh_VMD;2) ~ulcZQH?6-$ ypg^ULC:1( }tkbYPG>5,#xof]TKB90' |sjaXOF=4+" | s j a X O F = 4 + "    w n e \ S J A 8 / &    { r i ` W N E < 3 * !    bYPG>5,# x o f ] T K B 9 0 '     EE DD CC BB AA @@ ?? >> == << ;; :: 99 88 77 66 55 44 33 22 11 00 // .. -- ,, ++ ** )) (( '' && %% $$ ## "" !!                                                                                                                                                                                                      ~~ }} || {{ zz yy xx ww vv uu tt ss rr qq pp oo nn mm ll kk jj ii hh gg ff ee dd cc bb aa `` __ ^^ ]] \\ [[ ZZ YY XX WW VV UU TT SS RR QQ PP OO NN MM LL KK JJ II HH GG FF               ~~ }} || {{ zz yy xx ww vv uu tt ss rr qq pp oo nn mm ll kk jj ii hh gg ff ee dd cc bb aa `` __ q I}?qc 3Q Ye2023-07-06 15:57:37rgavidiargavidia@vdm.btlconsultants.com.mxrgavidiaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:34.0dbfa839-362b-944a-6013-498ee1ca516a.rgavidia@vdm.btlconsultants.com.mx N:rgavidia;;;; FN:rgavidia EMAIL;TYPE=INTERNET;TYPE=INTERNET:rgavidia@vdm.btlconsultants.com.mx END:VCARD rgavidia rgavidia@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:37falvarezfalvarez@vdm.btlconsultants.com.mxfalvarezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:33.5761ebb2-e7e1-cd68-7c35-2142f902fd5d.falvarez@vdm.btlconsultants.com.mx N:falvarez;;;; FN:falvarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:falvarez@vdm.btlconsultants.com.mx END:VCARD falvarez falvarez@vdm.btlconsultants.com.mx~ 3#W #qq2023-07-06 15:57:37arhernandezarhernandez@vdm.btlconsultants.com.mxarhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:32.6c36a513-7755-67bc-fd60-fe6bd9d640dd.arhernandez@vdm.btlconsultants.com.mx N:arhernandez;;;; FN:arhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:arhernandez@vdm.btlconsultants.com.mx END:VCARD arhernandez arhernandez@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:37mmolinammolina@vdm.btlconsultants.com.mxmmolinaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:30.5d367563-1696-4b35-000a-9330f65e2abf.mmolina@vdm.btlconsultants.com.mx N:mmolina;;;; FN:mmolina EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmolina@vdm.btlconsultants.com.mx END:VCARD mmolina mmolina@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:37ggarciaggarcia@vdm.btlconsultants.com.mxggarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:29.19cf00ec-c1ed-c752-6d1e-6207c2a87a33.ggarcia@vdm.btlconsultants.com.mx N:ggarcia;;;; FN:ggarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ggarcia@vdm.btlconsultants.com.mx END:VCARD ggarcia ggarcia@vdm.btlconsultants.com.mxs 3!U !ii2023-07-06 15:57:37avelazquezavelazquez@vdm.btlconsultants.com.mxavelazquezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:27.2e8e16c2-0850-506d-7758-12240a989a86.avelazquez@vdm.btlconsultants.com.mx N:avelazquez;;;; FN:avelazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:avelazquez@vdm.btlconsultants.com.mx END:VCARD avelazquz avelazquz@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:37olopezolopez@vdm.btlconsultants.com.mxolopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:26.dcc15b10-4c00-999f-6750-13cf2242389a.olopez@vdm.btlconsultants.com.mx N:olopez;;;; FN:olopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:olopez@vdm.btlconsultants.com.mx END:VCARD olopez olopez@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:37jlebariojlebario@vdm.btlconsultants.com.mxjlebarioBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:24.120bb371-3e0c-cefa-16f2-f5aa4d6bc8fc.jlebario@vdm.btlconsultants.com.mx N:jlebario;;;; FN:jlebario EMAIL;TYPE=INTERNET;TYPE=INTERNET:jlebario@vdm.btlconsultants.com.mx END:VCARD jlebario jlebario@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:37rgonzalezrgonzalez@vdm.btlconsultants.com.mxrgonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:23.1770a8fb-f19c-a658-bcdb-bb402ace8c8b.rgonzalez@vdm.btlconsultants.com.mx N:rgonzalez;;;; FN:rgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rgonzalez@vdm.btlconsultants.com.mx END:VCARD rgonzalez rgonzalez@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:37j.mirandaj.miranda@vdm.btlconsultants.com.mxj.mirandaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:21.8540c7cd-bbae-bc49-83e3-166c5c798dea.j.miranda@vdm.btlconsultants.com.mx N:j.miranda;;;; FN:j.miranda EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.miranda@vdm.btlconsultants.com.mx END:VCARD j.miranda j.miranda@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:37ymedellinymedellin@vdm.btlconsultants.com.mxymedellinBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:20.6b32bd1a-3fc7-ac19-c695-b7deb44ad448.ymedellin@vdm.btlconsultants.com.mx N:ymedellin;;;; FN:ymedellin EMAIL;TYPE=INTERNET;TYPE=INTERNET:ymedellin@vdm.btlconsultants.com.mx END:VCARD ymedellin ymedellin@vdm.btlconsultants.com.mx   p =#c* 3Q Ye2023-07-06 15:57:37csalomoncsalomon@vdm.btlconsultants.com.mxcsalomonBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:53.511b3399-b67c-a3f8-6ae2-e67d1817b76d.csalomon@vdm.btlconsultants.com.mx N:csalomon;;;; FN:csalomon EMAIL;TYPE=INTERNET;TYPE=INTERNET:csalomon@vdm.btlconsultants.com.mx END:VCARD csalomon csalomon@vdm.btlconsultants.com.mx) 3)] ) }2023-07-06 15:57:37aline.gonzalezaline.gonzalez@vdm.btlconsultants.com.mxaline.gonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:51.be86eb13-f0a9-5289-5f2e-91c93c824331.aline.gonzalez@vdm.btlconsultants.com.mx N:aline.gonzalez;;;; FN:aline.gonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:aline.gonzalez@vdm.btlconsultants.com.mx END:VCARD aline.gonzalez aline.gonzalez@vdm.btlconsultants.com.mxc( 3Q Ye2023-07-06 15:57:37s.ortegas.ortega@vdm.btlconsultants.com.mxs.ortegaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:49.87cf5264-e901-438b-696c-daa05fd8ab7f.s.ortega@vdm.btlconsultants.com.mx N:s.ortega;;;; FN:s.ortega EMAIL;TYPE=INTERNET;TYPE=INTERNET:s.ortega@vdm.btlconsultants.com.mx END:VCARD s.ortega s.ortega@vdm.btlconsultants.com.mxQ' 3M I]2023-07-06 15:57:37lperezlperez@vdm.btlconsultants.com.mxlperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:47.6c9bebe9-bf63-8d1f-dffc-7721c17faa3e.lperez@vdm.btlconsultants.com.mx N:lperez;;;; FN:lperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lperez@vdm.btlconsultants.com.mx END:VCARD lperez lperez@vdm.btlconsultants.com.mxZ& 3O Qa2023-07-06 15:57:37psuarezpsuarez@vdm.btlconsultants.com.mxpsuarezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:46.0b46a764-22da-5a73-26d1-c1f51a69786d.psuarez@vdm.btlconsultants.com.mx N:psuarez;;;; FN:psuarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:psuarez@vdm.btlconsultants.com.mx END:VCARD psuarez psuarez@vdm.btlconsultants.com.mxu% 3!U !im2023-07-06 15:57:37mcervantesmcervantes@vdm.btlconsultants.com.mxmcervantesBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:44.fa31c0c0-b702-df95-d33c-766632c832a5.mcervantes@vdm.btlconsultants.com.mx N:mcervantes;;;; FN:mcervantes EMAIL;TYPE=INTERNET;TYPE=INTERNET:mcervantes@vdm.btlconsultants.com.mx END:VCARD mcervantes mcervantes@vdm.btlconsultants.com.mxX$ 3O Q]2023-07-06 15:57:37hcuevashcuevas@vdm.btlconsultants.com.mxhcuevasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:43.e7e9c7c3-0ebc-86f8-41c1-aeffe03dea3c.hcuevas@vdm.btlconsultants.com.mx N:hcuevas;;;; FN:hcuevas EMAIL;TYPE=INTERNET;TYPE=INTERNET:hcuevas@vdm.btlconsultants.com.mx END:VCARD hcuvas hcuvas@vdm.btlconsultants.com.mxZ# 3O Qa2023-07-06 15:57:37mplatasmplatas@vdm.btlconsultants.com.mxmplatasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:41.e68fdf43-53ec-bbcd-2ef3-4b7ec5e3887a.mplatas@vdm.btlconsultants.com.mx N:mplatas;;;; FN:mplatas EMAIL;TYPE=INTERNET;TYPE=INTERNET:mplatas@vdm.btlconsultants.com.mx END:VCARD mplatas mplatas@vdm.btlconsultants.com.mx#" 3+_ +2023-07-06 15:57:37marianamartinezmarianamartinez@vdm.btlconsultants.com.mxmarianamartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:39.a013ae04-7c78-7967-d666-beb4d4bc8051.marianamartinez@vdm.btlconsultants.com.mx N:marianamartinez;;;; FN:marianamartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:marianamartinez@vdm.btlconsultants.com.mx END:VCARD marianamartinez marianamartinez@vdm.btlconsultants.com.mxu! 3!U !im2023-07-06 15:57:37rigonzalezrigonzalez@vdm.btlconsultants.com.mxrigonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:38.73e5a9e7-5669-3c34-73f3-3e2d0e4e1a15.rigonzalez@vdm.btlconsultants.com.mx N:rigonzalez;;;; FN:rigonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rigonzalez@vdm.btlconsultants.com.mx END:VCARD rigonzalez rigonzalez@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:37jjeronimojjeronimo@vdm.btlconsultants.com.mxjjeronimoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:36.1023709a-fd7d-dd99-ad0b-aeedb5984205.jjeronimo@vdm.btlconsultants.com.mx N:jjeronimo;;;; FN:jjeronimo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jjeronimo@vdm.btlconsultants.com.mx END:VCARD jjeronimo jjeronimo@vdm.btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX< ( 3(2023-07-06 15:57:40' 3'2023-07-06 15:57:40& 3&2023-07-06 15:57:40% 3%2023-07-06 15:57:40$ 3$2023-07-06 15:57:40# 3#2023-07-06 15:57:40" 3"2023-07-06 15:57:40! 3!2023-07-06 15:57:40  3 2023-07-06 15:57:40 32023-07-06 15:57:40 32023-07-06 15:57:40 32023-07-06 15:57:40 32023-07-06 15:57:40 32023-07-06 15:57:40 32023-07-06 15:57:40 32023-07-06 15:57:40 32023-07-06 15:57:40 32023-07-06 15:57:40 32023-07-06 15:57:40 32023-07-06 15:57:40 32023-07-06 15:57:40 32023-07-06 15:57:40 32023-07-06 15:57:39 32023-07-06 15:57:39 32023-07-06 15:57:39 32023-07-06 15:57:39 32023-07-06 15:57:39  3 2023-07-06 15:57:39  3 2023-07-06 15:57:39  3 2023-07-06 15:57:39  3 2023-07-06 15:57:39  3 2023-07-06 15:57:39 32023-07-06 15:57:39 32023-07-06 15:57:39 32023-07-06 15:57:39 32023-07-06 15:57:39 32023-07-06 15:57:39 32023-07-06 15:57:39 32023-07-06 15:57:39 32023-07-06 15:57:39 32023-07-06 15:57:39 32023-07-06 15:57:39~ 32023-07-06 15:57:39} 32023-07-06 15:57:39| 32023-07-06 15:57:39{ 32023-07-06 15:57:39z 32023-07-06 15:57:39y 32023-07-06 15:57:39x 32023-07-06 15:57:39w 32023-07-06 15:57:39v 32023-07-06 15:57:39u 32023-07-06 15:57:39t 32023-07-06 15:57:39s 32023-07-06 15:57:39r 32023-07-06 15:57:39q 32023-07-06 15:57:39p 32023-07-06 15:57:38o 32023-07-06 15:57:38n 32023-07-06 15:57:38m 32023-07-06 15:57:38l 32023-07-06 15:57:38k 32023-07-06 15:57:38j 32023-07-06 15:57:38i 32023-07-06 15:57:38h 32023-07-06 15:57:38g 32023-07-06 15:57:38f 32023-07-06 15:57:38e 32023-07-06 15:57:38d 32023-07-06 15:57:38c 32023-07-06 15:57:38b 32023-07-06 15:57:38a 32023-07-06 15:57:38` 32023-07-06 15:57:38_ 32023-07-06 15:57:38^ 32023-07-06 15:57:38] 32023-07-06 15:57:38\ 32023-07-06 15:57:38[ 32023-07-06 15:57:38Z 32023-07-06 15:57:38Y 32023-07-06 15:57:38X 32023-07-06 15:57:38W 32023-07-06 15:57:38V 32023-07-06 15:57:38U 32023-07-06 15:57:38T 32023-07-06 15:57:38S 32023-07-06 15:57:38R 32023-07-06 15:57:38Q 32023-07-06 15:57:38P 32023-07-06 15:57:38O 32023-07-06 15:57:38N 32023-07-06 15:57:38M 32023-07-06 15:57:38L 32023-07-06 15:57:38K 32023-07-06 15:57:38J 32023-07-06 15:57:38I 32023-07-06 15:57:38H 32023-07-06 15:57:38G 32023-07-06 15:57:38F 32023-07-06 15:57:38E 32023-07-06 15:57:38D 32023-07-06 15:57:38C 32023-07-06 15:57:38B 32023-07-06 15:57:38A 32023-07-06 15:57:38@ 32023-07-06 15:57:38? 32023-07-06 15:57:38> 32023-07-06 15:57:38= 32023-07-06 15:57:38< 32023-07-06 15:57:38; 32023-07-06 15:57:37: 32023-07-06 15:57:379 32023-07-06 15:57:378 32023-07-06 15:57:377 32023-07-06 15:57:376 32023-07-06 15:57:375 32023-07-06 15:57:374 32023-07-06 15:57:373 32023-07-06 15:57:372 32023-07-06 15:57:371 32023-07-06 15:57:370 32023-07-06 15:57:37/ 32023-07-06 15:57:37. 32023-07-06 15:57:37- 32023-07-06 15:57:37, 32023-07-06 15:57:37+ 32023-07-06 15:57:37* 32023-07-06 15:57:37) 32023-07-06 15:57:37( 32023-07-06 15:57:37' 32023-07-06 15:57:37& 32023-07-06 15:57:37% 32023-07-06 15:57:37$ 32023-07-06 15:57:37# 32023-07-06 15:57:37" 32023-07-06 15:57:37! 32023-07-06 15:57:37 Q " _xCQ~5 3#W #qq2023-07-06 15:57:37aconcepcionaconcepcion@vdm.btlconsultants.com.mxaconcepcionBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:11.f442177b-3335-6c50-c83e-31d9ee6c953d.aconcepcion@vdm.btlconsultants.com.mx N:aconcepcion;;;; FN:aconcepcion EMAIL;TYPE=INTERNET;TYPE=INTERNET:aconcepcion@vdm.btlconsultants.com.mx END:VCARD aconcepcion aconcepcion@vdm.btlconsultants.com.mxl4 3S ai2023-07-06 15:57:37vsantiagovsantiago@vdm.btlconsultants.com.mxvsantiagoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:10.6063b484-23f6-cea3-0cbb-8cc3b68969c8.vsantiago@vdm.btlconsultants.com.mx N:vsantiago;;;; FN:vsantiago EMAIL;TYPE=INTERNET;TYPE=INTERNET:vsantiago@vdm.btlconsultants.com.mx END:VCARD vsantiago vsantiago@vdm.btlconsultants.com.mxc3 3Q Ye2023-07-06 15:57:37nparedesnparedes@vdm.btlconsultants.com.mxnparedesBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:08.2ec9a0c4-f7ab-0354-0dcb-6b0c7fbf4fad.nparedes@vdm.btlconsultants.com.mx N:nparedes;;;; FN:nparedes EMAIL;TYPE=INTERNET;TYPE=INTERNET:nparedes@vdm.btlconsultants.com.mx END:VCARD nparedes nparedes@vdm.btlconsultants.com.mxZ2 3O Qa2023-07-06 15:57:37lchavezlchavez@vdm.btlconsultants.com.mxlchavezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:06.7f867cb0-5363-1ae1-c339-8557491863c1.lchavez@vdm.btlconsultants.com.mx N:lchavez;;;; FN:lchavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lchavez@vdm.btlconsultants.com.mx END:VCARD lchavez lchavez@vdm.btlconsultants.com.mxl1 3S ai2023-07-06 15:57:37j.sanchezj.sanchez@vdm.btlconsultants.com.mxj.sanchezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:05.9d3e0c32-71b1-76db-c08c-43d3916124da.j.sanchez@vdm.btlconsultants.com.mx N:j.sanchez;;;; FN:j.sanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.sanchez@vdm.btlconsultants.com.mx END:VCARD j.sanchez j.sanchez@vdm.btlconsultants.com.mxl0 3S ai2023-07-06 15:57:37dregaladodregalado@vdm.btlconsultants.com.mxdregaladoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:03.1313de67-e8a7-55e1-7b6a-925ccfbc1f29.dregalado@vdm.btlconsultants.com.mx N:dregalado;;;; FN:dregalado EMAIL;TYPE=INTERNET;TYPE=INTERNET:dregalado@vdm.btlconsultants.com.mx END:VCARD dregalado dregalado@vdm.btlconsultants.com.mxs/ 3!U !ii2023-07-06 15:57:37gmosqueriagmosqueria@vdm.btlconsultants.com.mxgmosqueriaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:02.214bd190-2f57-a09c-8ac9-61375f9e3849.gmosqueria@vdm.btlconsultants.com.mx N:gmosqueria;;;; FN:gmosqueria EMAIL;TYPE=INTERNET;TYPE=INTERNET:gmosqueria@vdm.btlconsultants.com.mx END:VCARD gmosquria gmosquria@vdm.btlconsultants.com.mxc. 3Q Ye2023-07-06 15:57:37ed.perezed.perez@vdm.btlconsultants.com.mxed.perezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:59.57aadbb8-8cd9-e0ff-8559-eba17ab07593.ed.perez@vdm.btlconsultants.com.mx N:ed.perez;;;; FN:ed.perez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ed.perez@vdm.btlconsultants.com.mx END:VCARD ed.perez ed.perez@vdm.btlconsultants.com.mxX- 3O Q]2023-07-06 15:57:37eagueroeaguero@vdm.btlconsultants.com.mxeagueroBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:58.32c881f4-806e-38ae-c816-29a568251d64.eaguero@vdm.btlconsultants.com.mx N:eaguero;;;; FN:eaguero EMAIL;TYPE=INTERNET;TYPE=INTERNET:eaguero@vdm.btlconsultants.com.mx END:VCARD eaguro eaguro@vdm.btlconsultants.com.mxj, 3S ae2023-07-06 15:57:37dguerrerodguerrero@vdm.btlconsultants.com.mxdguerreroBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:56.a8023792-ec2b-9578-10fd-ee0fb2481cd1.dguerrero@vdm.btlconsultants.com.mx N:dguerrero;;;; FN:dguerrero EMAIL;TYPE=INTERNET;TYPE=INTERNET:dguerrero@vdm.btlconsultants.com.mx END:VCARD dgurrero dgurrero@vdm.btlconsultants.com.mxl+ 3S ai2023-07-06 15:57:37xespinozaxespinoza@vdm.btlconsultants.com.mxxespinozaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:58:54.30e4c381-bfb2-8176-4946-5f69e1e12c3d.xespinoza@vdm.btlconsultants.com.mx N:xespinoza;;;; FN:xespinoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:xespinoza@vdm.btlconsultants.com.mx END:VCARD xespinoza xespinoza@vdm.btlconsultants.com.mx ~xrlf`ZTNHB<60*$ |vpjd^XRLF@:4.("  z t n h b \ V P J D > 8 2 , &     x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    xph`XPH@80( xph`XPH@80( xph`XPH@80( xph`XPH@80( xph`XPH@80( xp~~}}||{{zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMMLLKKJJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!            ~~}}||{{zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMMLLKKJJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!       e@xph`XPH@80( xph x p h ` X P H @ 8 0 (    xph`XPH@80( xph`XPH@80( xph`XPH@80( xph`XPH@80( xph`XPH@80( xph`XPH@ x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    `XPH@80(  x p h ` X P H @ 8 0 (    ~~}}||{{zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMMLLKKJJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!              D v A'Q@ 3M I]2023-07-06 15:57:38grosasgrosas@vdm.btlconsultants.com.mxgrosasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:29.d560f3e6-642b-2e24-57bd-b8fbcd916153.grosas@vdm.btlconsultants.com.mx N:grosas;;;; FN:grosas EMAIL;TYPE=INTERNET;TYPE=INTERNET:grosas@vdm.btlconsultants.com.mx END:VCARD grosas grosas@vdm.btlconsultants.com.mxZ? 3O Qa2023-07-06 15:57:38mosoriomosorio@vdm.btlconsultants.com.mxmosorioBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:27.90e6de37-fa9f-2054-6c2e-7cf892904de6.mosorio@vdm.btlconsultants.com.mx N:mosorio;;;; FN:mosorio EMAIL;TYPE=INTERNET;TYPE=INTERNET:mosorio@vdm.btlconsultants.com.mx END:VCARD mosorio mosorio@vdm.btlconsultants.com.mxc> 3Q Ye2023-07-06 15:57:38jaguirrejaguirre@vdm.btlconsultants.com.mxjaguirreBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:26.bdd14cef-3f0b-dfad-3cdb-60fa5d0ca13f.jaguirre@vdm.btlconsultants.com.mx N:jaguirre;;;; FN:jaguirre EMAIL;TYPE=INTERNET;TYPE=INTERNET:jaguirre@vdm.btlconsultants.com.mx END:VCARD jaguirre jaguirre@vdm.btlconsultants.com.mxQ= 3M I]2023-07-06 15:57:38ydiegoydiego@vdm.btlconsultants.com.mxydiegoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:24.278bff1d-2a0b-880c-655d-5198896041a9.ydiego@vdm.btlconsultants.com.mx N:ydiego;;;; FN:ydiego EMAIL;TYPE=INTERNET;TYPE=INTERNET:ydiego@vdm.btlconsultants.com.mx END:VCARD ydiego ydiego@vdm.btlconsultants.com.mxl< 3S ai2023-07-06 15:57:38lbermudezlbermudez@vdm.btlconsultants.com.mxlbermudezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:23.3a480814-627b-c142-86f5-f74e7940f6e4.lbermudez@vdm.btlconsultants.com.mx N:lbermudez;;;; FN:lbermudez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lbermudez@vdm.btlconsultants.com.mx END:VCARD lbermudez lbermudez@vdm.btlconsultants.com.mxZ; 3O Qa2023-07-06 15:57:37aaldamaaaldama@vdm.btlconsultants.com.mxaaldamaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:21.f0aa0b72-ca4e-aea6-7371-0c0b703783b9.aaldama@vdm.btlconsultants.com.mx N:aaldama;;;; FN:aaldama EMAIL;TYPE=INTERNET;TYPE=INTERNET:aaldama@vdm.btlconsultants.com.mx END:VCARD aaldama aaldama@vdm.btlconsultants.com.mxc: 3Q Ye2023-07-06 15:57:37ergarciaergarcia@vdm.btlconsultants.com.mxergarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:20.e0445b76-a382-c2a3-ea29-7e127974264b.ergarcia@vdm.btlconsultants.com.mx N:ergarcia;;;; FN:ergarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ergarcia@vdm.btlconsultants.com.mx END:VCARD ergarcia ergarcia@vdm.btlconsultants.com.mxQ9 3M I]2023-07-06 15:57:37cramoscramos@vdm.btlconsultants.com.mxcramosBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:18.f9853f1a-acd8-204a-c51c-6fb6e6fa221d.cramos@vdm.btlconsultants.com.mx N:cramos;;;; FN:cramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:cramos@vdm.btlconsultants.com.mx END:VCARD cramos cramos@vdm.btlconsultants.com.mxu8 3!U !im2023-07-06 15:57:37magonzalezmagonzalez@vdm.btlconsultants.com.mxmagonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:16.67889620-536b-4ed5-3496-8ec13b792538.magonzalez@vdm.btlconsultants.com.mx N:magonzalez;;;; FN:magonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:magonzalez@vdm.btlconsultants.com.mx END:VCARD magonzalez magonzalez@vdm.btlconsultants.com.mxQ7 3M I]2023-07-06 15:57:37hrojashrojas@vdm.btlconsultants.com.mxhrojasBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:15.60a70113-a91d-379f-ded7-7c824e31ff6f.hrojas@vdm.btlconsultants.com.mx N:hrojas;;;; FN:hrojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:hrojas@vdm.btlconsultants.com.mx END:VCARD hrojas hrojas@vdm.btlconsultants.com.mxc6 3Q Ye2023-07-06 15:57:37rugarciarugarcia@vdm.btlconsultants.com.mxrugarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:13.1c8189e6-eb61-652c-5f27-38425c53be63.rugarcia@vdm.btlconsultants.com.mx N:rugarcia;;;; FN:rugarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:rugarcia@vdm.btlconsultants.com.mx END:VCARD rugarcia rugarcia@vdm.btlconsultants.com.mx  ) m/|'~K 3#W #qq2023-07-06 15:57:38s.hernandezs.hernandez@vdm.btlconsultants.com.mxs.hernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:46.416a34e6-7ac7-a4b5-91d8-6b1ddcc4c1cf.s.hernandez@vdm.btlconsultants.com.mx N:s.hernandez;;;; FN:s.hernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:s.hernandez@vdm.btlconsultants.com.mx END:VCARD s.hernandez s.hernandez@vdm.btlconsultants.com.mxQJ 3M I]2023-07-06 15:57:38abritoabrito@vdm.btlconsultants.com.mxabritoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:45.db36b718-df28-cb67-fa3b-f1489f59e43d.abrito@vdm.btlconsultants.com.mx N:abrito;;;; FN:abrito EMAIL;TYPE=INTERNET;TYPE=INTERNET:abrito@vdm.btlconsultants.com.mx END:VCARD abrito abrito@vdm.btlconsultants.com.mxHI 3K AY2023-07-06 15:57:38ssotossoto@vdm.btlconsultants.com.mxssotoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:43.2fe92fc3-28de-9ad9-b506-67ac1aaadde0.ssoto@vdm.btlconsultants.com.mx N:ssoto;;;; FN:ssoto EMAIL;TYPE=INTERNET;TYPE=INTERNET:ssoto@vdm.btlconsultants.com.mx END:VCARD ssoto ssoto@vdm.btlconsultants.com.mxcH 3Q Ye2023-07-06 15:57:38caguilarcaguilar@vdm.btlconsultants.com.mxcaguilarBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:42.b5268456-7607-4b59-f58b-3a6ad1a783b3.caguilar@vdm.btlconsultants.com.mx N:caguilar;;;; FN:caguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:caguilar@vdm.btlconsultants.com.mx END:VCARD caguilar caguilar@vdm.btlconsultants.com.mxlG 3S ai2023-07-06 15:57:38ma.garciama.garcia@vdm.btlconsultants.com.mxma.garciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:40.ceadb1ec-cf8f-1bd9-b16d-e96dacfeb169.ma.garcia@vdm.btlconsultants.com.mx N:ma.garcia;;;; FN:ma.garcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ma.garcia@vdm.btlconsultants.com.mx END:VCARD ma.garcia ma.garcia@vdm.btlconsultants.com.mxZF 3O Qa2023-07-06 15:57:38opamilaopamila@vdm.btlconsultants.com.mxopamilaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:39.5aa63877-7194-c33c-1e00-d7d57f233f88.opamila@vdm.btlconsultants.com.mx N:opamila;;;; FN:opamila EMAIL;TYPE=INTERNET;TYPE=INTERNET:opamila@vdm.btlconsultants.com.mx END:VCARD opamila opamila@vdm.btlconsultants.com.mxlE 3S ai2023-07-06 15:57:38mmendietammendieta@vdm.btlconsultants.com.mxmmendietaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:37.74af842e-68bd-f353-98ea-840ef487f613.mmendieta@vdm.btlconsultants.com.mx N:mmendieta;;;; FN:mmendieta EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmendieta@vdm.btlconsultants.com.mx END:VCARD mmendieta mmendieta@vdm.btlconsultants.com.mxZD 3O Qa2023-07-06 15:57:38jalonsojalonso@vdm.btlconsultants.com.mxjalonsoBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:35.6120c0bc-c3d4-b07a-1d91-fc8ddfc154fb.jalonso@vdm.btlconsultants.com.mx N:jalonso;;;; FN:jalonso EMAIL;TYPE=INTERNET;TYPE=INTERNET:jalonso@vdm.btlconsultants.com.mx END:VCARD jalonso jalonso@vdm.btlconsultants.com.mxZC 3O Qa2023-07-06 15:57:38ajuarezajuarez@vdm.btlconsultants.com.mxajuarezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:33.f1c4c3d5-ce3e-baf3-49a6-ce4c2de24136.ajuarez@vdm.btlconsultants.com.mx N:ajuarez;;;; FN:ajuarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ajuarez@vdm.btlconsultants.com.mx END:VCARD ajuarez ajuarez@vdm.btlconsultants.com.mxlB 3S ai2023-07-06 15:57:38iespinozaiespinoza@vdm.btlconsultants.com.mxiespinozaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:32.55a10641-a62b-576b-d39a-a9969ba94d37.iespinoza@vdm.btlconsultants.com.mx N:iespinoza;;;; FN:iespinoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:iespinoza@vdm.btlconsultants.com.mx END:VCARD iespinoza iespinoza@vdm.btlconsultants.com.mxcA 3Q Ye2023-07-06 15:57:38rmoralesrmorales@vdm.btlconsultants.com.mxrmoralesBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:30.d4ca790c-3caf-b808-e46c-01873002645c.rmorales@vdm.btlconsultants.com.mx N:rmorales;;;; FN:rmorales EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmorales@vdm.btlconsultants.com.mx END:VCARD rmorales rmorales@vdm.btlconsultants.com.mx m 2 3+m#V 3+_ +2023-07-06 15:57:38jesus.navarretejesus.navarrete@vdm.btlconsultants.com.mxjesus.navarreteBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:05.e2c3fa0f-03c1-c72f-0bb2-89d05898f5a7.jesus.navarrete@vdm.btlconsultants.com.mx N:jesus.navarrete;;;; FN:jesus.navarrete EMAIL;TYPE=INTERNET;TYPE=INTERNET:jesus.navarrete@vdm.btlconsultants.com.mx END:VCARD jesus.navarrete jesus.navarrete@vdm.btlconsultants.com.mx#U 3+_ +2023-07-06 15:57:38alondra.sanchezalondra.sanchez@vdm.btlconsultants.com.mxalondra.sanchezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:03.dc8666c2-87d0-17a5-7d73-5282d7443874.alondra.sanchez@vdm.btlconsultants.com.mx N:alondra.sanchez;;;; FN:alondra.sanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:alondra.sanchez@vdm.btlconsultants.com.mx END:VCARD alondra.sanchez alondra.sanchez@vdm.btlconsultants.com.mxlT 3S ai2023-07-06 15:57:38janguianojanguiano@vdm.btlconsultants.com.mxjanguianoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:02.da2c3b76-bac5-769a-7e25-7a5dc19f3c1a.janguiano@vdm.btlconsultants.com.mx N:janguiano;;;; FN:janguiano EMAIL;TYPE=INTERNET;TYPE=INTERNET:janguiano@vdm.btlconsultants.com.mx END:VCARD janguiano janguiano@vdm.btlconsultants.com.mxQS 3M I]2023-07-06 15:57:38rlopezrlopez@vdm.btlconsultants.com.mxrlopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:00.000ce35b-41b7-f340-ac9a-eda1896c1709.rlopez@vdm.btlconsultants.com.mx N:rlopez;;;; FN:rlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rlopez@vdm.btlconsultants.com.mx END:VCARD rlopez rlopez@vdm.btlconsultants.com.mxcR 3Q Ye2023-07-06 15:57:38eaguilareaguilar@vdm.btlconsultants.com.mxeaguilarBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:58.377f5f1a-506b-e402-ccea-cf5a66870f04.eaguilar@vdm.btlconsultants.com.mx N:eaguilar;;;; FN:eaguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:eaguilar@vdm.btlconsultants.com.mx END:VCARD eaguilar eaguilar@vdm.btlconsultants.com.mxHQ 3K AY2023-07-06 15:57:38inavainava@vdm.btlconsultants.com.mxinavaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:56.bee4c0f1-cd56-63d8-04d9-527422acb787.inava@vdm.btlconsultants.com.mx N:inava;;;; FN:inava EMAIL;TYPE=INTERNET;TYPE=INTERNET:inava@vdm.btlconsultants.com.mx END:VCARD inava inava@vdm.btlconsultants.com.mxQP 3M I]2023-07-06 15:57:38dpratsdprats@vdm.btlconsultants.com.mxdpratsBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:55.494efa6f-0168-1fac-0a07-869da4cc52f1.dprats@vdm.btlconsultants.com.mx N:dprats;;;; FN:dprats EMAIL;TYPE=INTERNET;TYPE=INTERNET:dprats@vdm.btlconsultants.com.mx END:VCARD dprats dprats@vdm.btlconsultants.com.mxHO 3K AY2023-07-06 15:57:38vruizvruiz@vdm.btlconsultants.com.mxvruizBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:53.52de727b-27b7-fc57-daea-8de7d9b6f8ff.vruiz@vdm.btlconsultants.com.mx N:vruiz;;;; FN:vruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:vruiz@vdm.btlconsultants.com.mx END:VCARD vruiz vruiz@vdm.btlconsultants.com.mxZN 3O Qa2023-07-06 15:57:38allopezallopez@vdm.btlconsultants.com.mxallopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:51.7e597161-c559-ada0-09d9-0bd538438ba9.allopez@vdm.btlconsultants.com.mx N:allopez;;;; FN:allopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:allopez@vdm.btlconsultants.com.mx END:VCARD allopez allopez@vdm.btlconsultants.com.mxcM 3Q Ye2023-07-06 15:57:38jezpitiajezpitia@vdm.btlconsultants.com.mxjezpitiaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:50.e2a125fd-01c6-1e02-d466-e49c3895d0fe.jezpitia@vdm.btlconsultants.com.mx N:jezpitia;;;; FN:jezpitia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jezpitia@vdm.btlconsultants.com.mx END:VCARD jezpitia jezpitia@vdm.btlconsultants.com.mxcL 3Q Ye2023-07-06 15:57:38jugarciajugarcia@vdm.btlconsultants.com.mxjugarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0117:59:48.aa017409-795a-6b5f-5612-a82c53bed461.jugarcia@vdm.btlconsultants.com.mx N:jugarcia;;;; FN:jugarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jugarcia@vdm.btlconsultants.com.mx END:VCARD jugarcia jugarcia@vdm.btlconsultants.com.mx <}wqke_YSMGA;5/)# {uoic]WQKE?93-'!   y s m g a [ U O I C = 7 1 + %     { t m f _ X Q J C < 5 . '     x q j c \ U N G @ 9 2 + $      | u n g ` Y R K D = 6 / ( !    y r k d ] V O H A : 3 , %    }vohaZSLE>70)" zsle^WPIB;4-& ~wpib[TMF?81*#{tmf_XQJC<5.'  xqjc\UNG@92+$                               ~ } | { z y x w v u t s r q p o n m l k j i h g f e d c b a ` _ ^ ] \ [ Z Y X W V U T S R Q P O N M L K J I H G F E D C B A @ ? > = < ; : 9 8 7 6 5 4 3 2 1 0 / . - , + * ) ( ' & % $ # " !                                                                                                                                                                         ~ } | { z y x w v u t s r q p o n m l k j i h g f e d c b a ` _ ^ ] \ [ Z Y X W V U T S R Q P O N M L K J I H G F E D C B A @ ? > = < ; : 9 8 7 6 5 4 3 2 1 0 / . - , + * ) ( ' & % $ # " !                                       {tmf_XQJC<5.'  x ~ w p i b [ T M F ? 8 1 * #     {tmf_XQJC<5.'  xqjc\UNG@92+$|ung`YRKD=6/(! yrkd]VOHA:3,% }vohaZSLE>70)"  y r k d ] V O H A : 3 , %     } v o h a Z S L E > 7 0 ) "    z s l e ^ W P I B ; 4 - &     qjc\UNG@92+$ | u n g ` Y R K D = 6 / ( !                                                               ~ } | { z y x w v u t s r q p o n m l k j i h g f e d c b a ` _ ^ ] \ [ Z Y X W V U T S R Q P O N M L K J I H G F E D C B A @ ? > = < ; : 9 8 7 6 5 4 3 2 1 0 / . - , + * ) ( ' & % $ # " !                                                                                  * ) ( ' & % $ # " !                                                                                                               +                                                          2 f ClZa 3O Qa2023-07-06 15:57:38ebozadaebozada@vdm.btlconsultants.com.mxebozadaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:22.e0c48429-e012-b60b-c30d-078386888d3d.ebozada@vdm.btlconsultants.com.mx N:ebozada;;;; FN:ebozada EMAIL;TYPE=INTERNET;TYPE=INTERNET:ebozada@vdm.btlconsultants.com.mx END:VCARD ebozada ebozada@vdm.btlconsultants.com.mxl` 3S ai2023-07-06 15:57:38pmancillapmancilla@vdm.btlconsultants.com.mxpmancillaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:21.87b9c14b-07fa-59f4-71a8-4a440c0dbae4.pmancilla@vdm.btlconsultants.com.mx N:pmancilla;;;; FN:pmancilla EMAIL;TYPE=INTERNET;TYPE=INTERNET:pmancilla@vdm.btlconsultants.com.mx END:VCARD pmancilla pmancilla@vdm.btlconsultants.com.mxc_ 3Q Ye2023-07-06 15:57:38dpedrazadpedraza@vdm.btlconsultants.com.mxdpedrazaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:19.f9fe193a-05c7-0cc3-f179-284ce2d0e23d.dpedraza@vdm.btlconsultants.com.mx N:dpedraza;;;; FN:dpedraza EMAIL;TYPE=INTERNET;TYPE=INTERNET:dpedraza@vdm.btlconsultants.com.mx END:VCARD dpedraza dpedraza@vdm.btlconsultants.com.mxl^ 3S ai2023-07-06 15:57:38ci.romeroci.romero@vdm.btlconsultants.com.mxci.romeroBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:17.aeda54b9-aec3-5db7-b4d4-669c1817b3b4.ci.romero@vdm.btlconsultants.com.mx N:ci.romero;;;; FN:ci.romero EMAIL;TYPE=INTERNET;TYPE=INTERNET:ci.romero@vdm.btlconsultants.com.mx END:VCARD ci.romero ci.romero@vdm.btlconsultants.com.mx~] 3#W #qq2023-07-06 15:57:38le.martinezle.martinez@vdm.btlconsultants.com.mxle.martinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:16.2bfc92e3-3753-77c8-44e9-c69f733906b2.le.martinez@vdm.btlconsultants.com.mx N:le.martinez;;;; FN:le.martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:le.martinez@vdm.btlconsultants.com.mx END:VCARD le.martinez le.martinez@vdm.btlconsultants.com.mxQ\ 3M I]2023-07-06 15:57:38e.cruze.cruz@vdm.btlconsultants.com.mxe.cruzBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:14.7ab2c2d4-cc18-4d31-79d0-387960418670.e.cruz@vdm.btlconsultants.com.mx N:e.cruz;;;; FN:e.cruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:e.cruz@vdm.btlconsultants.com.mx END:VCARD e.cruz e.cruz@vdm.btlconsultants.com.mxH[ 3K AY2023-07-06 15:57:38rmotarmota@vdm.btlconsultants.com.mxrmotaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:13.f658ce77-fa59-4e80-1e82-c45fcc41392f.rmota@vdm.btlconsultants.com.mx N:rmota;;;; FN:rmota EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmota@vdm.btlconsultants.com.mx END:VCARD rmota rmota@vdm.btlconsultants.com.mxcZ 3Q Ye2023-07-06 15:57:38sffloressfflores@vdm.btlconsultants.com.mxsffloresBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:11.9746e3fa-60f8-a7d5-9a88-a31ccf0a9a47.sfflores@vdm.btlconsultants.com.mx N:sfflores;;;; FN:sfflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:sfflores@vdm.btlconsultants.com.mx END:VCARD sfflores sfflores@vdm.btlconsultants.com.mxaY 3Q Ya2023-07-06 15:57:38mvazquezmvazquez@vdm.btlconsultants.com.mxmvazquezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:10.c695132b-fea0-5a55-d460-41a4ffc54978.mvazquez@vdm.btlconsultants.com.mx N:mvazquez;;;; FN:mvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mvazquez@vdm.btlconsultants.com.mx END:VCARD mvazquz mvazquz@vdm.btlconsultants.com.mxcX 3Q Ye2023-07-06 15:57:38pmayorgapmayorga@vdm.btlconsultants.com.mxpmayorgaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:08.6eee4dfe-5397-6de3-6410-7e180f51f004.pmayorga@vdm.btlconsultants.com.mx N:pmayorga;;;; FN:pmayorga EMAIL;TYPE=INTERNET;TYPE=INTERNET:pmayorga@vdm.btlconsultants.com.mx END:VCARD pmayorga pmayorga@vdm.btlconsultants.com.mxcW 3Q Ye2023-07-06 15:57:38fescobarfescobar@vdm.btlconsultants.com.mxfescobarBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:07.e351e011-7d69-3e96-57e9-1743aab589bf.fescobar@vdm.btlconsultants.com.mx N:fescobar;;;; FN:fescobar EMAIL;TYPE=INTERNET;TYPE=INTERNET:fescobar@vdm.btlconsultants.com.mx END:VCARD fescobar fescobar@vdm.btlconsultants.com.mx  2 daZl 3O Qa2023-07-06 15:57:38jomunozjomunoz@vdm.btlconsultants.com.mxjomunozBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:39.6be49b1d-cea6-879f-2ec7-7caf09b16e1c.jomunoz@vdm.btlconsultants.com.mx N:jomunoz;;;; FN:jomunoz EMAIL;TYPE=INTERNET;TYPE=INTERNET:jomunoz@vdm.btlconsultants.com.mx END:VCARD jomunoz jomunoz@vdm.btlconsultants.com.mx~k 3#W #qq2023-07-06 15:57:38j.matadamasj.matadamas@vdm.btlconsultants.com.mxj.matadamasBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:37.aa4cba7b-5c1d-694e-0bd4-cf72978e5a3d.j.matadamas@vdm.btlconsultants.com.mx N:j.matadamas;;;; FN:j.matadamas EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.matadamas@vdm.btlconsultants.com.mx END:VCARD j.matadamas j.matadamas@vdm.btlconsultants.com.mxZj 3O Qa2023-07-06 15:57:38gtorresgtorres@vdm.btlconsultants.com.mxgtorresBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:36.15ab4d74-4701-e5a1-436f-e34f8450ab92.gtorres@vdm.btlconsultants.com.mx N:gtorres;;;; FN:gtorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:gtorres@vdm.btlconsultants.com.mx END:VCARD gtorres gtorres@vdm.btlconsultants.com.mxZi 3O Qa2023-07-06 15:57:38lsolanolsolano@vdm.btlconsultants.com.mxlsolanoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:34.c80d1f25-8235-2340-0077-e8e8602db887.lsolano@vdm.btlconsultants.com.mx N:lsolano;;;; FN:lsolano EMAIL;TYPE=INTERNET;TYPE=INTERNET:lsolano@vdm.btlconsultants.com.mx END:VCARD lsolano lsolano@vdm.btlconsultants.com.mxlh 3S ai2023-07-06 15:57:38ldelacruzldelacruz@vdm.btlconsultants.com.mxldelacruzBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:33.0a9c4987-7291-e6a4-6aa0-fb319f5573e6.ldelacruz@vdm.btlconsultants.com.mx N:ldelacruz;;;; FN:ldelacruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:ldelacruz@vdm.btlconsultants.com.mx END:VCARD ldelacruz ldelacruz@vdm.btlconsultants.com.mxlg 3S ai2023-07-06 15:57:38mtrujillomtrujillo@vdm.btlconsultants.com.mxmtrujilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:32.273184ff-c307-843b-6d02-23861cb24ede.mtrujillo@vdm.btlconsultants.com.mx N:mtrujillo;;;; FN:mtrujillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:mtrujillo@vdm.btlconsultants.com.mx END:VCARD mtrujillo mtrujillo@vdm.btlconsultants.com.mxcf 3Q Ye2023-07-06 15:57:38r.alonsor.alonso@vdm.btlconsultants.com.mxr.alonsoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:30.b8d4e5a6-f64e-18ae-2a4d-dfdb851f66cd.r.alonso@vdm.btlconsultants.com.mx N:r.alonso;;;; FN:r.alonso EMAIL;TYPE=INTERNET;TYPE=INTERNET:r.alonso@vdm.btlconsultants.com.mx END:VCARD r.alonso r.alonso@vdm.btlconsultants.com.mxle 3S ai2023-07-06 15:57:38rbarrancorbarranco@vdm.btlconsultants.com.mxrbarrancoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:29.2f9b3ead-d623-5421-ea17-9b5396cb9874.rbarranco@vdm.btlconsultants.com.mx N:rbarranco;;;; FN:rbarranco EMAIL;TYPE=INTERNET;TYPE=INTERNET:rbarranco@vdm.btlconsultants.com.mx END:VCARD rbarranco rbarranco@vdm.btlconsultants.com.mxZd 3O Qa2023-07-06 15:57:38bgarciabgarcia@vdm.btlconsultants.com.mxbgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:27.41c55ff2-b18e-57c0-60a9-7f4c4d89bc5d.bgarcia@vdm.btlconsultants.com.mx N:bgarcia;;;; FN:bgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:bgarcia@vdm.btlconsultants.com.mx END:VCARD bgarcia bgarcia@vdm.btlconsultants.com.mxcc 3Q Ye2023-07-06 15:57:38b.garciab.garcia@vdm.btlconsultants.com.mxb.garciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:26.c8ab96f2-2944-c51c-d9b6-07aaac18d3f3.b.garcia@vdm.btlconsultants.com.mx N:b.garcia;;;; FN:b.garcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:b.garcia@vdm.btlconsultants.com.mx END:VCARD b.garcia b.garcia@vdm.btlconsultants.com.mxcb 3Q Ye2023-07-06 15:57:38rvivianarviviana@vdm.btlconsultants.com.mxrvivianaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:24.ac62640f-d760-0e53-8bb6-9a8adb570216.rviviana@vdm.btlconsultants.com.mx N:rviviana;;;; FN:rviviana EMAIL;TYPE=INTERNET;TYPE=INTERNET:rviviana@vdm.btlconsultants.com.mx END:VCARD rviviana rviviana@vdm.btlconsultants.com.mx ] INw"]lw 3S ai2023-07-06 15:57:39k.camachok.camacho@vdm.btlconsultants.com.mxk.camachoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:55.129fc4e9-1437-293b-38d7-0d6cf286d26b.k.camacho@vdm.btlconsultants.com.mx N:k.camacho;;;; FN:k.camacho EMAIL;TYPE=INTERNET;TYPE=INTERNET:k.camacho@vdm.btlconsultants.com.mx END:VCARD k.camacho k.camacho@vdm.btlconsultants.com.mxQv 3M I]2023-07-06 15:57:39ibalamibalam@vdm.btlconsultants.com.mxibalamBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:54.dd91276b-2bc3-96f4-5c5d-04e85493e1dd.ibalam@vdm.btlconsultants.com.mx N:ibalam;;;; FN:ibalam EMAIL;TYPE=INTERNET;TYPE=INTERNET:ibalam@vdm.btlconsultants.com.mx END:VCARD ibalam ibalam@vdm.btlconsultants.com.mxQu 3M I]2023-07-06 15:57:39a.moraa.mora@vdm.btlconsultants.com.mxa.moraBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:52.b4a7a5b0-dc0e-6a7e-db1b-9d68f32cf74e.a.mora@vdm.btlconsultants.com.mx N:a.mora;;;; FN:a.mora EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.mora@vdm.btlconsultants.com.mx END:VCARD a.mora a.mora@vdm.btlconsultants.com.mxlt 3S ai2023-07-06 15:57:39a.pgarciaa.pgarcia@vdm.btlconsultants.com.mxa.pgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:51.8307b4a3-21c4-aa1e-6ebb-d91f302995d0.a.pgarcia@vdm.btlconsultants.com.mx N:a.pgarcia;;;; FN:a.pgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.pgarcia@vdm.btlconsultants.com.mx END:VCARD a.pgarcia a.pgarcia@vdm.btlconsultants.com.mxcs 3Q Ye2023-07-06 15:57:39durristedurriste@vdm.btlconsultants.com.mxdurristeBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:49.83ab4dba-c613-8059-f424-f719c65be89b.durriste@vdm.btlconsultants.com.mx N:durriste;;;; FN:durriste EMAIL;TYPE=INTERNET;TYPE=INTERNET:durriste@vdm.btlconsultants.com.mx END:VCARD durriste durriste@vdm.btlconsultants.com.mxlr 3S ai2023-07-06 15:57:39rmartinezrmartinez@vdm.btlconsultants.com.mxrmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:48.1600c82d-a3a0-c5be-27bf-80bfd453b77a.rmartinez@vdm.btlconsultants.com.mx N:rmartinez;;;; FN:rmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmartinez@vdm.btlconsultants.com.mx END:VCARD rmartinez rmartinez@vdm.btlconsultants.com.mxq 3%Y %yu2023-07-06 15:57:38jaq.gonzalezjaq.gonzalez@vdm.btlconsultants.com.mxjaq.gonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:46.14a1e669-0c20-9399-37bf-a0de182b32ea.jaq.gonzalez@vdm.btlconsultants.com.mx N:jaq.gonzalez;;;; FN:jaq.gonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jaq.gonzalez@vdm.btlconsultants.com.mx END:VCARD jaq.gonzalez jaq.gonzalez@vdm.btlconsultants.com.mxQp 3M I]2023-07-06 15:57:38jbrunojbruno@vdm.btlconsultants.com.mxjbrunoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:45.f1e07797-089f-bec4-a616-6adfb408136f.jbruno@vdm.btlconsultants.com.mx N:jbruno;;;; FN:jbruno EMAIL;TYPE=INTERNET;TYPE=INTERNET:jbruno@vdm.btlconsultants.com.mx END:VCARD jbruno jbruno@vdm.btlconsultants.com.mx~o 3#W #qq2023-07-06 15:57:38emagallanesemagallanes@vdm.btlconsultants.com.mxemagallanesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:43.ca1c1af5-5a59-36e3-7b48-b5ced46d1795.emagallanes@vdm.btlconsultants.com.mx N:emagallanes;;;; FN:emagallanes EMAIL;TYPE=INTERNET;TYPE=INTERNET:emagallanes@vdm.btlconsultants.com.mx END:VCARD emagallanes emagallanes@vdm.btlconsultants.com.mxln 3S ai2023-07-06 15:57:38hambrosiohambrosio@vdm.btlconsultants.com.mxhambrosioBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:42.637e021f-5467-0add-abc2-05092c6b7d16.hambrosio@vdm.btlconsultants.com.mx N:hambrosio;;;; FN:hambrosio EMAIL;TYPE=INTERNET;TYPE=INTERNET:hambrosio@vdm.btlconsultants.com.mx END:VCARD hambrosio hambrosio@vdm.btlconsultants.com.mxlm 3S ai2023-07-06 15:57:38a.alvareza.alvarez@vdm.btlconsultants.com.mxa.alvarezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:40.fd65b3fb-8d24-e210-b152-44858911b3b2.a.alvarez@vdm.btlconsultants.com.mx N:a.alvarez;;;; FN:a.alvarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.alvarez@vdm.btlconsultants.com.mx END:VCARD a.alvarez a.alvarez@vdm.btlconsultants.com.mx   ?T* 3-a -2023-07-06 15:57:39jacqueline.brunojacqueline.bruno@vdm.btlconsultants.com.mxjacqueline.brunoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:01:09.acfd9134-2c7b-b632-d96e-df621113d049.jacqueline.bruno@vdm.btlconsultants.com.mx N:jacqueline.bruno;;;; FN:jacqueline.bruno EMAIL;TYPE=INTERNET;TYPE=INTERNET:jacqueline.bruno@vdm.btlconsultants.com.mx END:VCARD jacquline.bruno jacquline.bruno@vdm.btlconsultants.com.mx> 31e 1) 2023-07-06 15:57:39eduardo.magallaneseduardo.magallanes@vdm.btlconsultants.com.mxeduardo.magallanesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:01:08.9cccbeb0-1d04-8308-28e3-e23df545394b.eduardo.magallanes@vdm.btlconsultants.com.mx N:eduardo.magallanes;;;; FN:eduardo.magallanes EMAIL;TYPE=INTERNET;TYPE=INTERNET:eduardo.magallanes@vdm.btlconsultants.com.mx END:VCARD eduardo.magallanes eduardo.magallanes@vdm.btlconsultants.com.mx#~ 3+_ +2023-07-06 15:57:39haydee.ambrosiohaydee.ambrosio@vdm.btlconsultants.com.mxhaydee.ambrosioBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:01:06.b049234b-31f3-5a29-c026-b771e84a0494.haydee.ambrosio@vdm.btlconsultants.com.mx N:haydee.ambrosio;;;; FN:haydee.ambrosio EMAIL;TYPE=INTERNET;TYPE=INTERNET:haydee.ambrosio@vdm.btlconsultants.com.mx END:VCARD haydee.ambrosio haydee.ambrosio@vdm.btlconsultants.com.mx~} 3#W #qq2023-07-06 15:57:39jorge.munozjorge.munoz@vdm.btlconsultants.com.mxjorge.munozBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:01:05.9ff32f86-abad-9405-1c18-7f8b26c60fbc.jorge.munoz@vdm.btlconsultants.com.mx N:jorge.munoz;;;; FN:jorge.munoz EMAIL;TYPE=INTERNET;TYPE=INTERNET:jorge.munoz@vdm.btlconsultants.com.mx END:VCARD jorge.munoz jorge.munoz@vdm.btlconsultants.com.mx,| 3-a -2023-07-06 15:57:39mariela.trujillomariela.trujillo@vdm.btlconsultants.com.mxmariela.trujilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:01:03.f550e2b0-f88b-cdbc-3196-9560bb2175fb.mariela.trujillo@vdm.btlconsultants.com.mx N:mariela.trujillo;;;; FN:mariela.trujillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:mariela.trujillo@vdm.btlconsultants.com.mx END:VCARD mariela.trujillo mariela.trujillo@vdm.btlconsultants.com.mx{ 3'[ 'y2023-07-06 15:57:39viviana.rosasviviana.rosas@vdm.btlconsultants.com.mxviviana.rosasBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:01:02.ad1f10a2-0af8-a47b-870f-18bbc59f2606.viviana.rosas@vdm.btlconsultants.com.mx N:viviana.rosas;;;; FN:viviana.rosas EMAIL;TYPE=INTERNET;TYPE=INTERNET:viviana.rosas@vdm.btlconsultants.com.mx END:VCARD viviana.rosas viviana.rosas@vdm.btlconsultants.com.mxz 3'[ 'y2023-07-06 15:57:39luis.martinezluis.martinez@vdm.btlconsultants.com.mxluis.martinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:01:00.72af913c-7869-a88f-386a-463d709b3448.luis.martinez@vdm.btlconsultants.com.mx N:luis.martinez;;;; FN:luis.martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:luis.martinez@vdm.btlconsultants.com.mx END:VCARD luis.martinez luis.martinez@vdm.btlconsultants.com.mxuy 3!U !im2023-07-06 15:57:39rocio.motarocio.mota@vdm.btlconsultants.com.mxrocio.motaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:58.cb5814fc-03ad-a5fb-590b-dd0df0054232.rocio.mota@vdm.btlconsultants.com.mx N:rocio.mota;;;; FN:rocio.mota EMAIL;TYPE=INTERNET;TYPE=INTERNET:rocio.mota@vdm.btlconsultants.com.mx END:VCARD rocio.mota rocio.mota@vdm.btlconsultants.com.mxlx 3S ai2023-07-06 15:57:39csandovalcsandoval@vdm.btlconsultants.com.mxcsandovalBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:00:57.67d157ac-0e43-5ec1-1f9f-025beb5213e7.csandoval@vdm.btlconsultants.com.mx N:csandoval;;;; FN:csandoval EMAIL;TYPE=INTERNET;TYPE=INTERNET:csandoval@vdm.btlconsultants.com.mx END:VCARD csandoval csandoval@vdm.btlconsultants.com.mx 7  Ppu 3!U !im2023-07-06 15:57:39vgutierrezvgutierrez@gto.btlconsultants.com.mxvgutierrezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:23.cb3150d2-1f53-3386-2ef7-d10e64b6f3c9.vgutierrez@gto.btlconsultants.com.mx N:vgutierrez;;;; FN:vgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vgutierrez@gto.btlconsultants.com.mx END:VCARD vgutierrez vgutierrez@gto.btlconsultants.com.mxl 3S ai2023-07-06 15:57:39jgallardojgallardo@gto.btlconsultants.com.mxjgallardoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:21.70dd5a00-52c9-ccc5-591a-9354f1785076.jgallardo@gto.btlconsultants.com.mx N:jgallardo;;;; FN:jgallardo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgallardo@gto.btlconsultants.com.mx END:VCARD jgallardo jgallardo@gto.btlconsultants.com.mxl 3S ai2023-07-06 15:57:39msantiagomsantiago@gto.btlconsultants.com.mxmsantiagoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:20.955cb096-b8d8-3ab9-866f-e1bb1c94d891.msantiago@gto.btlconsultants.com.mx N:msantiago;;;; FN:msantiago EMAIL;TYPE=INTERNET;TYPE=INTERNET:msantiago@gto.btlconsultants.com.mx END:VCARD msantiago msantiago@gto.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:39amaciasamacias@gto.btlconsultants.com.mxamaciasBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:18.4e8d50cf-5d21-ffa8-7f20-e63fced278dd.amacias@gto.btlconsultants.com.mx N:amacias;;;; FN:amacias EMAIL;TYPE=INTERNET;TYPE=INTERNET:amacias@gto.btlconsultants.com.mx END:VCARD amacias amacias@gto.btlconsultants.com.mx^ 3Q Uc2023-07-06 15:57:39japerezjaperez@leon.btlconsultants.com.mxjaperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:03:50.54288056-694c-0321-880e-3719f48a54b9.japerez@leon.btlconsultants.com.mx N:japerez;;;; FN:japerez EMAIL;TYPE=INTERNET;TYPE=INTERNET:japerez@leon.btlconsultants.com.mx END:VCARD japerez japerez@leon.btlconsultants.com.mxp 3U ek2023-07-06 15:57:39mrenteriamrenteria@leon.btlconsultants.com.mxmrenteriaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:03:48.a1443a51-dc01-46fb-f58b-1268c73bf4a9.mrenteria@leon.btlconsultants.com.mx N:mrenteria;;;; FN:mrenteria EMAIL;TYPE=INTERNET;TYPE=INTERNET:mrenteria@leon.btlconsultants.com.mx END:VCARD mrenteria mrenteria@leon.btlconsultants.com.mx 3%Y %yu2023-07-06 15:57:39irving.balamirving.balam@vdm.btlconsultants.com.mxirving.balamBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:01:16.27992af3-40f9-13bd-23f7-3bd048dba279.irving.balam@vdm.btlconsultants.com.mx N:irving.balam;;;; FN:irving.balam EMAIL;TYPE=INTERNET;TYPE=INTERNET:irving.balam@vdm.btlconsultants.com.mx END:VCARD irving.balam irving.balam@vdm.btlconsultants.com.mx 3'[ 'y2023-07-06 15:57:39andres.garciaandres.garcia@vdm.btlconsultants.com.mxandres.garciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:01:14.1aed099c-bd4d-8f00-791c-d75748b5cc13.andres.garcia@vdm.btlconsultants.com.mx N:andres.garcia;;;; FN:andres.garcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:andres.garcia@vdm.btlconsultants.com.mx END:VCARD andres.garcia andres.garcia@vdm.btlconsultants.com.mx 3'[ 'y2023-07-06 15:57:39dante.urristedante.urriste@vdm.btlconsultants.com.mxdante.urristeBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:01:13.40a147b8-313e-2142-ccd2-3c3f6a512564.dante.urriste@vdm.btlconsultants.com.mx N:dante.urriste;;;; FN:dante.urriste EMAIL;TYPE=INTERNET;TYPE=INTERNET:dante.urriste@vdm.btlconsultants.com.mx END:VCARD dante.urriste dante.urriste@vdm.btlconsultants.com.mxE 33g 31 2023-07-06 15:57:39jacqueline.gonzalezjacqueline.gonzalez@vdm.btlconsultants.com.mxjacqueline.gonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:01:11.d0b3ca0d-cee7-6ba7-83f9-737d1956d732.jacqueline.gonzalez@vdm.btlconsultants.com.mx N:jacqueline.gonzalez;;;; FN:jacqueline.gonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jacqueline.gonzalez@vdm.btlconsultants.com.mx END:VCARD jacquline.gonzalez jacquline.gonzalez@vdm.btlconsultants.com.mx  ;  S'l 3S ai2023-07-06 15:57:40jgonzalezjgonzalez@gto.btlconsultants.com.mxjgonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:41.16676b84-5274-d9a3-4683-1052b98a088f.jgonzalez@gto.btlconsultants.com.mx N:jgonzalez;;;; FN:jgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgonzalez@gto.btlconsultants.com.mx END:VCARD jgonzalez jgonzalez@gto.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:40l.lopezl.lopez@gto.btlconsultants.com.mxl.lopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:39.66b434cc-8c0f-518b-c3ca-6789331d384a.l.lopez@gto.btlconsultants.com.mx N:l.lopez;;;; FN:l.lopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:l.lopez@gto.btlconsultants.com.mx END:VCARD l.lopez l.lopez@gto.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:40ffrancoffranco@gto.btlconsultants.com.mxffrancoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:38.5d21e894-df5e-1e4b-ea67-9f87b1b13774.ffranco@gto.btlconsultants.com.mx N:ffranco;;;; FN:ffranco EMAIL;TYPE=INTERNET;TYPE=INTERNET:ffranco@gto.btlconsultants.com.mx END:VCARD ffranco ffranco@gto.btlconsultants.com.mxl 3S ai2023-07-06 15:57:39hzaragozahzaragoza@gto.btlconsultants.com.mxhzaragozaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:36.7fe6afa9-c873-3dfe-c639-0678fb4ff42b.hzaragoza@gto.btlconsultants.com.mx N:hzaragoza;;;; FN:hzaragoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:hzaragoza@gto.btlconsultants.com.mx END:VCARD hzaragoza hzaragoza@gto.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:39dbarajasdbarajas@gto.btlconsultants.com.mxdbarajasBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:34.49069372-b018-c48b-4c09-f73de6796e2d.dbarajas@gto.btlconsultants.com.mx N:dbarajas;;;; FN:dbarajas EMAIL;TYPE=INTERNET;TYPE=INTERNET:dbarajas@gto.btlconsultants.com.mx END:VCARD dbarajas dbarajas@gto.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:39lmorenolmoreno@gto.btlconsultants.com.mxlmorenoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:32.8948377a-f8af-4543-4e0b-32faac3d30bb.lmoreno@gto.btlconsultants.com.mx N:lmoreno;;;; FN:lmoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:lmoreno@gto.btlconsultants.com.mx END:VCARD lmoreno lmoreno@gto.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:39adomingoadomingo@gto.btlconsultants.com.mxadomingoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:31.91250230-e109-a7c4-ccdc-041d4509ec76.adomingo@gto.btlconsultants.com.mx N:adomingo;;;; FN:adomingo EMAIL;TYPE=INTERNET;TYPE=INTERNET:adomingo@gto.btlconsultants.com.mx END:VCARD adomingo adomingo@gto.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:39alopezalopez@gto.btlconsultants.com.mxalopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:29.6e4aa5c3-6e14-d7f3-f212-a330da7016ec.alopez@gto.btlconsultants.com.mx N:alopez;;;; FN:alopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:alopez@gto.btlconsultants.com.mx END:VCARD alopez alopez@gto.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:39mnavarromnavarro@gto.btlconsultants.com.mxmnavarroBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:28.ad642a1e-d783-c486-354d-f64f624e6fd7.mnavarro@gto.btlconsultants.com.mx N:mnavarro;;;; FN:mnavarro EMAIL;TYPE=INTERNET;TYPE=INTERNET:mnavarro@gto.btlconsultants.com.mx END:VCARD mnavarro mnavarro@gto.btlconsultants.com.mxl 3S ai2023-07-06 15:57:39j.valadezj.valadez@gto.btlconsultants.com.mxj.valadezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:26.f4f95f76-965c-55af-36c7-7447d791db92.j.valadez@gto.btlconsultants.com.mx N:j.valadez;;;; FN:j.valadez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.valadez@gto.btlconsultants.com.mx END:VCARD j.valadez j.valadez@gto.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:39jsilvajsilva@gto.btlconsultants.com.mxjsilvaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:24.1f04afbe-9d71-6107-17fe-c50b7c75b9ce.jsilva@gto.btlconsultants.com.mx N:jsilva;;;; FN:jsilva EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsilva@gto.btlconsultants.com.mx END:VCARD jsilva jsilva@gto.btlconsultants.com.mx  ) I}ec 3Q Ye2023-07-06 15:57:40averdejoaverdejo@gto.btlconsultants.com.mxaverdejoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:58.76cc17c8-4ad2-6129-97e1-ad4e065f401d.averdejo@gto.btlconsultants.com.mx N:averdejo;;;; FN:averdejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:averdejo@gto.btlconsultants.com.mx END:VCARD averdejo averdejo@gto.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:40mperezmperez@gto.btlconsultants.com.mxmperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:57.2bc7c049-f004-9d48-4f90-f0252892fe7c.mperez@gto.btlconsultants.com.mx N:mperez;;;; FN:mperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mperez@gto.btlconsultants.com.mx END:VCARD mperez mperez@gto.btlconsultants.com.mxj 3S ae2023-07-06 15:57:40uespinosauespinosa@gto.btlconsultants.com.mxuespinosaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:55.a85636d7-0e9d-a72b-0d6e-ca18065390fe.uespinosa@gto.btlconsultants.com.mx N:uespinosa;;;; FN:uespinosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:uespinosa@gto.btlconsultants.com.mx END:VCARD uspinosa uspinosa@gto.btlconsultants.com.mxH 3K AY2023-07-06 15:57:40rlararlara@gto.btlconsultants.com.mxrlaraBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:54.9be0a3a5-4c0f-109c-82b8-1e3cb47e1550.rlara@gto.btlconsultants.com.mx N:rlara;;;; FN:rlara EMAIL;TYPE=INTERNET;TYPE=INTERNET:rlara@gto.btlconsultants.com.mx END:VCARD rlara rlara@gto.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:40l.gomezl.gomez@gto.btlconsultants.com.mxl.gomezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:52.ff435fc0-11d9-808d-4201-bac6f4d80cf5.l.gomez@gto.btlconsultants.com.mx N:l.gomez;;;; FN:l.gomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:l.gomez@gto.btlconsultants.com.mx END:VCARD l.gomez l.gomez@gto.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:40dtapiadtapia@gto.btlconsultants.com.mxdtapiaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:51.28e0fa86-b98c-3dd7-a682-15e7c82fa7fe.dtapia@gto.btlconsultants.com.mx N:dtapia;;;; FN:dtapia EMAIL;TYPE=INTERNET;TYPE=INTERNET:dtapia@gto.btlconsultants.com.mx END:VCARD dtapia dtapia@gto.btlconsultants.com.mxs 3!U !ii2023-07-06 15:57:40orodriguezorodriguez@gto.btlconsultants.com.mxorodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:49.35680821-a077-053c-2f99-8c73f1381969.orodriguez@gto.btlconsultants.com.mx N:orodriguez;;;; FN:orodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:orodriguez@gto.btlconsultants.com.mx END:VCARD orodriguz orodriguz@gto.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:40ggutierrezggutierrez@gto.btlconsultants.com.mxggutierrezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:48.efd23c3b-41b2-366c-97cc-ac9d6d238b00.ggutierrez@gto.btlconsultants.com.mx N:ggutierrez;;;; FN:ggutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ggutierrez@gto.btlconsultants.com.mx END:VCARD ggutierrez ggutierrez@gto.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:40lserranolserrano@gto.btlconsultants.com.mxlserranoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:46.380dcdd2-dc9d-ece3-1ab1-b71da1ecfbd5.lserrano@gto.btlconsultants.com.mx N:lserrano;;;; FN:lserrano EMAIL;TYPE=INTERNET;TYPE=INTERNET:lserrano@gto.btlconsultants.com.mx END:VCARD lserrano lserrano@gto.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:40rramirezrramirez@gto.btlconsultants.com.mxrramirezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:44.238c547c-3a01-863e-df5e-73c5fdb03b02.rramirez@gto.btlconsultants.com.mx N:rramirez;;;; FN:rramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rramirez@gto.btlconsultants.com.mx END:VCARD rramirez rramirez@gto.btlconsultants.com.mxl 3S ai2023-07-06 15:57:40l.ramirezl.ramirez@gto.btlconsultants.com.mxl.ramirezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:04:43.2fa9b42c-f5b4-353f-3c19-74e063c09235.l.ramirez@gto.btlconsultants.com.mx N:l.ramirez;;;; FN:l.ramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:l.ramirez@gto.btlconsultants.com.mx END:VCARD l.ramirez l.ramirez@gto.btlconsultants.com.mx  M 5k!_+ 3S Y_2023-07-06 15:57:40iguerraiguerra@guerr.btlconsultants.com.mxiguerraBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:07.9e97eaf5-14a4-205c-6ba6-a1adfd4b25b8.iguerra@guerr.btlconsultants.com.mx N:iguerra;;;; FN:iguerra EMAIL;TYPE=INTERNET;TYPE=INTERNET:iguerra@guerr.btlconsultants.com.mx END:VCARD igurra igurra@gurr.btlconsultants.com.mxs* 3W ik2023-07-06 15:57:40ecastilloecastillo@guerr.btlconsultants.com.mxecastilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:06.bf3264d0-a9f9-76be-aef8-f0d3c9805c47.ecastillo@guerr.btlconsultants.com.mx N:ecastillo;;;; FN:ecastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ecastillo@guerr.btlconsultants.com.mx END:VCARD ecastillo ecastillo@gurr.btlconsultants.com.mxj) 3U ag2023-07-06 15:57:40gbenitezgbenitez@guerr.btlconsultants.com.mxgbenitezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:04.d356f221-0995-13ce-af98-b359fac0d839.gbenitez@guerr.btlconsultants.com.mx N:gbenitez;;;; FN:gbenitez EMAIL;TYPE=INTERNET;TYPE=INTERNET:gbenitez@guerr.btlconsultants.com.mx END:VCARD gbenitez gbenitez@gurr.btlconsultants.com.mxa( 3S Yc2023-07-06 15:57:40lrobleslrobles@guerr.btlconsultants.com.mxlroblesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:03.612a60b5-c31c-3dce-e5b9-4132f7c2c091.lrobles@guerr.btlconsultants.com.mx N:lrobles;;;; FN:lrobles EMAIL;TYPE=INTERNET;TYPE=INTERNET:lrobles@guerr.btlconsultants.com.mx END:VCARD lrobles lrobles@gurr.btlconsultants.com.mxa' 3S Yc2023-07-06 15:57:40rpinedarpineda@guerr.btlconsultants.com.mxrpinedaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:02.d187ad09-5913-707b-e4c4-a1b31d384ec7.rpineda@guerr.btlconsultants.com.mx N:rpineda;;;; FN:rpineda EMAIL;TYPE=INTERNET;TYPE=INTERNET:rpineda@guerr.btlconsultants.com.mx END:VCARD rpineda rpineda@gurr.btlconsultants.com.mxa& 3Q Ya2023-07-06 15:57:40mmarquezmmarquez@gto.btlconsultants.com.mxmmarquezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:05:07.65c5a4e0-0eb5-86ef-af30-85f0f41f967a.mmarquez@gto.btlconsultants.com.mx N:mmarquez;;;; FN:mmarquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmarquez@gto.btlconsultants.com.mx END:VCARD mmarquz mmarquz@gto.btlconsultants.com.mxZ% 3O Qa2023-07-06 15:57:40jrangeljrangel@gto.btlconsultants.com.mxjrangelBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:05:06.925c96a4-ba46-93c2-ad8f-a60cb9041b6f.jrangel@gto.btlconsultants.com.mx N:jrangel;;;; FN:jrangel EMAIL;TYPE=INTERNET;TYPE=INTERNET:jrangel@gto.btlconsultants.com.mx END:VCARD jrangel jrangel@gto.btlconsultants.com.mxa$ 3Q Ya2023-07-06 15:57:40lfuenteslfuentes@gto.btlconsultants.com.mxlfuentesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:05:04.6b4dfeaf-5823-3ffc-7e15-67f315e0fdaf.lfuentes@gto.btlconsultants.com.mx N:lfuentes;;;; FN:lfuentes EMAIL;TYPE=INTERNET;TYPE=INTERNET:lfuentes@gto.btlconsultants.com.mx END:VCARD lfuntes lfuntes@gto.btlconsultants.com.mxQ# 3M I]2023-07-06 15:57:40slopezslopez@gto.btlconsultants.com.mxslopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:05:03.f720dab5-2254-3f09-635e-b78b43dc1ea8.slopez@gto.btlconsultants.com.mx N:slopez;;;; FN:slopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:slopez@gto.btlconsultants.com.mx END:VCARD slopez slopez@gto.btlconsultants.com.mxZ" 3O Qa2023-07-06 15:57:40ggarciaggarcia@gto.btlconsultants.com.mxggarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:05:02.6489893c-7266-a765-a9ba-02352e35287f.ggarcia@gto.btlconsultants.com.mx N:ggarcia;;;; FN:ggarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ggarcia@gto.btlconsultants.com.mx END:VCARD ggarcia ggarcia@gto.btlconsultants.com.mxQ! 3M I]2023-07-06 15:57:40jreyesjreyes@gto.btlconsultants.com.mxjreyesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:05:00.32b4d43b-8afa-05f1-0af5-dd96f54663b0.jreyes@gto.btlconsultants.com.mx N:jreyes;;;; FN:jreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:jreyes@gto.btlconsultants.com.mx END:VCARD jreyes jreyes@gto.btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX< 0 32023-07-06 15:57:43/ 32023-07-06 15:57:43. 32023-07-06 15:57:43- 32023-07-06 15:57:43, 32023-07-06 15:57:43+ 32023-07-06 15:57:43* 32023-07-06 15:57:43) 32023-07-06 15:57:43( 32023-07-06 15:57:43' 32023-07-06 15:57:43& 32023-07-06 15:57:43% 32023-07-06 15:57:43$ 32023-07-06 15:57:43# 32023-07-06 15:57:42" 32023-07-06 15:57:42! 32023-07-06 15:57:42  32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42  32023-07-06 15:57:42  32023-07-06 15:57:42  32023-07-06 15:57:42  32023-07-06 15:57:42  32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42 32023-07-06 15:57:42~ 3~2023-07-06 15:57:42} 3}2023-07-06 15:57:42| 3|2023-07-06 15:57:42{ 3{2023-07-06 15:57:42z 3z2023-07-06 15:57:42y 3y2023-07-06 15:57:42x 3x2023-07-06 15:57:42w 3w2023-07-06 15:57:42v 3v2023-07-06 15:57:42u 3u2023-07-06 15:57:42t 3t2023-07-06 15:57:42s 3s2023-07-06 15:57:42r 3r2023-07-06 15:57:42q 3q2023-07-06 15:57:42p 3p2023-07-06 15:57:42o 3o2023-07-06 15:57:42n 3n2023-07-06 15:57:42m 3m2023-07-06 15:57:41l 3l2023-07-06 15:57:41k 3k2023-07-06 15:57:41j 3j2023-07-06 15:57:41i 3i2023-07-06 15:57:41h 3h2023-07-06 15:57:41g 3g2023-07-06 15:57:41f 3f2023-07-06 15:57:41e 3e2023-07-06 15:57:41d 3d2023-07-06 15:57:41c 3c2023-07-06 15:57:41b 3b2023-07-06 15:57:41a 3a2023-07-06 15:57:41` 3`2023-07-06 15:57:41_ 3_2023-07-06 15:57:41^ 3^2023-07-06 15:57:41] 3]2023-07-06 15:57:41\ 3\2023-07-06 15:57:41[ 3[2023-07-06 15:57:41Z 3Z2023-07-06 15:57:41Y 3Y2023-07-06 15:57:41X 3X2023-07-06 15:57:41W 3W2023-07-06 15:57:41V 3V2023-07-06 15:57:41U 3U2023-07-06 15:57:41T 3T2023-07-06 15:57:41S 3S2023-07-06 15:57:41R 3R2023-07-06 15:57:41Q 3Q2023-07-06 15:57:41P 3P2023-07-06 15:57:41O 3O2023-07-06 15:57:41N 3N2023-07-06 15:57:41M 3M2023-07-06 15:57:41L 3L2023-07-06 15:57:41K 3K2023-07-06 15:57:41J 3J2023-07-06 15:57:41I 3I2023-07-06 15:57:41H 3H2023-07-06 15:57:41G 3G2023-07-06 15:57:41F 3F2023-07-06 15:57:41E 3E2023-07-06 15:57:41D 3D2023-07-06 15:57:41C 3C2023-07-06 15:57:40B 3B2023-07-06 15:57:40A 3A2023-07-06 15:57:40@ 3@2023-07-06 15:57:40? 3?2023-07-06 15:57:40> 3>2023-07-06 15:57:40= 3=2023-07-06 15:57:40< 3<2023-07-06 15:57:40; 3;2023-07-06 15:57:40: 3:2023-07-06 15:57:409 392023-07-06 15:57:408 382023-07-06 15:57:407 372023-07-06 15:57:406 362023-07-06 15:57:405 352023-07-06 15:57:404 342023-07-06 15:57:403 332023-07-06 15:57:402 322023-07-06 15:57:401 312023-07-06 15:57:400 302023-07-06 15:57:40/ 3/2023-07-06 15:57:40. 3.2023-07-06 15:57:40- 3-2023-07-06 15:57:40, 3,2023-07-06 15:57:40+ 3+2023-07-06 15:57:40* 3*2023-07-06 15:57:40) 3)2023-07-06 15:57:40  8 \Hcj6 3U ag2023-07-06 15:57:40avaladezavaladez@guerr.btlconsultants.com.mxavaladezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:24.861c3576-cbd5-a640-96ce-9f043ad8debb.avaladez@guerr.btlconsultants.com.mx N:avaladez;;;; FN:avaladez EMAIL;TYPE=INTERNET;TYPE=INTERNET:avaladez@guerr.btlconsultants.com.mx END:VCARD avaladez avaladez@gurr.btlconsultants.com.mxX5 3Q Q_2023-07-06 15:57:40rperezrperez@guerr.btlconsultants.com.mxrperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:22.f7628e19-4b02-bbb4-2748-d9db5ae3106e.rperez@guerr.btlconsultants.com.mx N:rperez;;;; FN:rperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rperez@guerr.btlconsultants.com.mx END:VCARD rperez rperez@gurr.btlconsultants.com.mx4 3#[ #ys2023-07-06 15:57:40gsantibanezgsantibanez@guerr.btlconsultants.com.mxgsantibanezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:21.10ccb5f9-964a-b805-1ce5-1a96b4fb3ae3.gsantibanez@guerr.btlconsultants.com.mx N:gsantibanez;;;; FN:gsantibanez EMAIL;TYPE=INTERNET;TYPE=INTERNET:gsantibanez@guerr.btlconsultants.com.mx END:VCARD gsantibanez gsantibanez@gurr.btlconsultants.com.mxX3 3Q Q_2023-07-06 15:57:40asernaaserna@guerr.btlconsultants.com.mxasernaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:19.8d46cf8c-a713-e5fc-b50d-2c3dce4d2f3d.aserna@guerr.btlconsultants.com.mx N:aserna;;;; FN:aserna EMAIL;TYPE=INTERNET;TYPE=INTERNET:aserna@guerr.btlconsultants.com.mx END:VCARD aserna aserna@gurr.btlconsultants.com.mxF2 3M AW2023-07-06 15:57:40mmaymmay@guerr.btlconsultants.com.mxmmayBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:18.943983e8-6730-6458-378a-fb534f05f249.mmay@guerr.btlconsultants.com.mx N:mmay;;;; FN:mmay EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmay@guerr.btlconsultants.com.mx END:VCARD mmay mmay@gurr.btlconsultants.com.mxa1 3S Yc2023-07-06 15:57:40a.rojasa.rojas@guerr.btlconsultants.com.mxa.rojasBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:16.3e720661-87e8-600c-244e-80ea008066ae.a.rojas@guerr.btlconsultants.com.mx N:a.rojas;;;; FN:a.rojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.rojas@guerr.btlconsultants.com.mx END:VCARD a.rojas a.rojas@gurr.btlconsultants.com.mxa0 3S Yc2023-07-06 15:57:40ngarciangarcia@guerr.btlconsultants.com.mxngarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:15.39808370-86c9-cf30-b276-69caaae21f2a.ngarcia@guerr.btlconsultants.com.mx N:ngarcia;;;; FN:ngarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ngarcia@guerr.btlconsultants.com.mx END:VCARD ngarcia ngarcia@gurr.btlconsultants.com.mxa/ 3S Yc2023-07-06 15:57:40rsolanorsolano@guerr.btlconsultants.com.mxrsolanoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:13.bd5b1923-248c-b4f4-a3ee-d6fd359cb350.rsolano@guerr.btlconsultants.com.mx N:rsolano;;;; FN:rsolano EMAIL;TYPE=INTERNET;TYPE=INTERNET:rsolano@guerr.btlconsultants.com.mx END:VCARD rsolano rsolano@gurr.btlconsultants.com.mxs. 3W ik2023-07-06 15:57:40amastacheamastache@guerr.btlconsultants.com.mxamastacheBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:11.2e92b784-0a8b-8558-bcfc-5d231e471836.amastache@guerr.btlconsultants.com.mx N:amastache;;;; FN:amastache EMAIL;TYPE=INTERNET;TYPE=INTERNET:amastache@guerr.btlconsultants.com.mx END:VCARD amastache amastache@gurr.btlconsultants.com.mxX- 3Q Q_2023-07-06 15:57:40dperezdperez@guerr.btlconsultants.com.mxdperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:10.37c9b0d8-467a-c79d-b959-c603e15df13f.dperez@guerr.btlconsultants.com.mx N:dperez;;;; FN:dperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dperez@guerr.btlconsultants.com.mx END:VCARD dperez dperez@gurr.btlconsultants.com.mxh, 3U ac2023-07-06 15:57:40rfuentesrfuentes@guerr.btlconsultants.com.mxrfuentesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:08.639fdec0-b9a2-c5ea-07dc-93ce4e47bc6c.rfuentes@guerr.btlconsultants.com.mx N:rfuentes;;;; FN:rfuentes EMAIL;TYPE=INTERNET;TYPE=INTERNET:rfuentes@guerr.btlconsultants.com.mx END:VCARD rfuntes rfuntes@gurr.btlconsultants.com.mx  ? ~ 9t(cA 3Q Ye2023-07-06 15:57:40asalazarasalazar@gdl.btlconsultants.com.mxasalazarBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:08:52.9d449171-2ee7-9bdf-7be9-b437832ef3cc.asalazar@gdl.btlconsultants.com.mx N:asalazar;;;; FN:asalazar EMAIL;TYPE=INTERNET;TYPE=INTERNET:asalazar@gdl.btlconsultants.com.mx END:VCARD asalazar asalazar@gdl.btlconsultants.com.mxH@ 3K AY2023-07-06 15:57:40dmoradmora@hgo.btlconsultants.com.mxdmoraBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:08:30.db0ae6aa-c1e7-7e92-8004-fbe3b9442c9a.dmora@hgo.btlconsultants.com.mx N:dmora;;;; FN:dmora EMAIL;TYPE=INTERNET;TYPE=INTERNET:dmora@hgo.btlconsultants.com.mx END:VCARD dmora dmora@hgo.btlconsultants.com.mxc? 3Q Ye2023-07-06 15:57:40jsanchezjsanchez@hgo.btlconsultants.com.mxjsanchezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:07:25.62053040-8838-6bb0-7f25-453a9df4d002.jsanchez@hgo.btlconsultants.com.mx N:jsanchez;;;; FN:jsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsanchez@hgo.btlconsultants.com.mx END:VCARD jsanchez jsanchez@hgo.btlconsultants.com.mxZ> 3O Qa2023-07-06 15:57:40jgarciajgarcia@hgo.btlconsultants.com.mxjgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:07:24.efebbc2d-cea9-ab11-0c65-c1015582dc4d.jgarcia@hgo.btlconsultants.com.mx N:jgarcia;;;; FN:jgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgarcia@hgo.btlconsultants.com.mx END:VCARD jgarcia jgarcia@hgo.btlconsultants.com.mxZ= 3O Qa2023-07-06 15:57:40jcortesjcortes@hgo.btlconsultants.com.mxjcortesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:07:22.4786e6b9-26f1-a90e-64c7-e0c016dc9802.jcortes@hgo.btlconsultants.com.mx N:jcortes;;;; FN:jcortes EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcortes@hgo.btlconsultants.com.mx END:VCARD jcortes jcortes@hgo.btlconsultants.com.mxu< 3!U !im2023-07-06 15:57:40nhernandeznhernandez@hgo.btlconsultants.com.mxnhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:07:21.b4deb7d8-5b60-a0d2-a14d-f707fbdd8bcb.nhernandez@hgo.btlconsultants.com.mx N:nhernandez;;;; FN:nhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:nhernandez@hgo.btlconsultants.com.mx END:VCARD nhernandez nhernandez@hgo.btlconsultants.com.mxj; 3U ag2023-07-06 15:57:40jvaladezjvaladez@guerr.btlconsultants.com.mxjvaladezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:31.bf63596b-7191-b557-8305-91ff29ef7706.jvaladez@guerr.btlconsultants.com.mx N:jvaladez;;;; FN:jvaladez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvaladez@guerr.btlconsultants.com.mx END:VCARD jvaladez jvaladez@gurr.btlconsultants.com.mxX: 3Q Q_2023-07-06 15:57:40lgomezlgomez@guerr.btlconsultants.com.mxlgomezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:30.675b613f-b86f-b462-c862-cd5dfc65481d.lgomez@guerr.btlconsultants.com.mx N:lgomez;;;; FN:lgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lgomez@guerr.btlconsultants.com.mx END:VCARD lgomez lgomez@gurr.btlconsultants.com.mxa9 3S Yc2023-07-06 15:57:40sroldansroldan@guerr.btlconsultants.com.mxsroldanBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:28.576408db-a86c-8d25-f605-bd8a0db0c043.sroldan@guerr.btlconsultants.com.mx N:sroldan;;;; FN:sroldan EMAIL;TYPE=INTERNET;TYPE=INTERNET:sroldan@guerr.btlconsultants.com.mx END:VCARD sroldan sroldan@gurr.btlconsultants.com.mxa8 3S Yc2023-07-06 15:57:40rguintorguinto@guerr.btlconsultants.com.mxrguintoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:27.0ae0b9f4-093d-15a5-602d-56d2b947dee5.rguinto@guerr.btlconsultants.com.mx N:rguinto;;;; FN:rguinto EMAIL;TYPE=INTERNET;TYPE=INTERNET:rguinto@guerr.btlconsultants.com.mx END:VCARD rguinto rguinto@gurr.btlconsultants.com.mxX7 3Q Q_2023-07-06 15:57:40rmarinrmarin@guerr.btlconsultants.com.mxrmarinBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:06:25.ce59ff6d-8d03-e819-9be3-93d03a321600.rmarin@guerr.btlconsultants.com.mx N:rmarin;;;; FN:rmarin EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmarin@guerr.btlconsultants.com.mx END:VCARD rmarin rmarin@gurr.btlconsultants.com.mx z " 0}(6zHL 3K AY2023-07-06 15:57:41flaraflara@gdl.btlconsultants.com.mxflaraBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:09.c106594c-1c98-d657-6745-0492d09b462e.flara@gdl.btlconsultants.com.mx N:flara;;;; FN:flara EMAIL;TYPE=INTERNET;TYPE=INTERNET:flara@gdl.btlconsultants.com.mx END:VCARD flara flara@gdl.btlconsultants.com.mxlK 3S ai2023-07-06 15:57:41cdarreolacdarreola@gdl.btlconsultants.com.mxcdarreolaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:08.c76d1327-f024-25fe-d9e4-6256a2d60df5.cdarreola@gdl.btlconsultants.com.mx N:cdarreola;;;; FN:cdarreola EMAIL;TYPE=INTERNET;TYPE=INTERNET:cdarreola@gdl.btlconsultants.com.mx END:VCARD cdarreola cdarreola@gdl.btlconsultants.com.mxJ 3%Y %yu2023-07-06 15:57:41dcovarrubiasdcovarrubias@gdl.btlconsultants.com.mxdcovarrubiasBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:06.61622706-8033-a631-3fbb-977ebf41f944.dcovarrubias@gdl.btlconsultants.com.mx N:dcovarrubias;;;; FN:dcovarrubias EMAIL;TYPE=INTERNET;TYPE=INTERNET:dcovarrubias@gdl.btlconsultants.com.mx END:VCARD dcovarrubias dcovarrubias@gdl.btlconsultants.com.mxcI 3Q Ye2023-07-06 15:57:41cjimenezcjimenez@gdl.btlconsultants.com.mxcjimenezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:05.e8e96d23-0ccf-2b73-9f9b-5962e8ea5c27.cjimenez@gdl.btlconsultants.com.mx N:cjimenez;;;; FN:cjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cjimenez@gdl.btlconsultants.com.mx END:VCARD cjimenez cjimenez@gdl.btlconsultants.com.mxQH 3M I]2023-07-06 15:57:41cdimascdimas@gdl.btlconsultants.com.mxcdimasBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:04.0a77e104-208e-d180-2358-68924a4c1816.cdimas@gdl.btlconsultants.com.mx N:cdimas;;;; FN:cdimas EMAIL;TYPE=INTERNET;TYPE=INTERNET:cdimas@gdl.btlconsultants.com.mx END:VCARD cdimas cdimas@gdl.btlconsultants.com.mxZG 3O Qa2023-07-06 15:57:41ngarciangarcia@gdl.btlconsultants.com.mxngarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:02.9b99c1c2-ed17-c4c7-a90b-93972e86639f.ngarcia@gdl.btlconsultants.com.mx N:ngarcia;;;; FN:ngarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ngarcia@gdl.btlconsultants.com.mx END:VCARD ngarcia ngarcia@gdl.btlconsultants.com.mxQF 3M I]2023-07-06 15:57:41tariastarias@gdl.btlconsultants.com.mxtariasBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:01.49232610-5e9a-5417-535e-f97ef550b95e.tarias@gdl.btlconsultants.com.mx N:tarias;;;; FN:tarias EMAIL;TYPE=INTERNET;TYPE=INTERNET:tarias@gdl.btlconsultants.com.mx END:VCARD tarias tarias@gdl.btlconsultants.com.mxuE 3!U !im2023-07-06 15:57:41khernandezkhernandez@gdl.btlconsultants.com.mxkhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:08:59.a21572a5-fdf0-af3c-facf-7136a4afb73f.khernandez@gdl.btlconsultants.com.mx N:khernandez;;;; FN:khernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:khernandez@gdl.btlconsultants.com.mx END:VCARD khernandez khernandez@gdl.btlconsultants.com.mxuD 3!U !im2023-07-06 15:57:41ecervantesecervantes@gdl.btlconsultants.com.mxecervantesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:08:58.e26aee40-9eed-5257-d796-42430dd9f046.ecervantes@gdl.btlconsultants.com.mx N:ecervantes;;;; FN:ecervantes EMAIL;TYPE=INTERNET;TYPE=INTERNET:ecervantes@gdl.btlconsultants.com.mx END:VCARD ecervantes ecervantes@gdl.btlconsultants.com.mxC 3%Y %yq2023-07-06 15:57:40manuel.osunamanuel.osuna@gdl.btlconsultants.com.mxmanuel.osunaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:08:55.5c6ae1f5-9687-643c-22eb-0419a01c7ab9.manuel.osuna@gdl.btlconsultants.com.mx N:manuel.osuna;;;; FN:manuel.osuna EMAIL;TYPE=INTERNET;TYPE=INTERNET:manuel.osuna@gdl.btlconsultants.com.mx END:VCARD manul.osuna manul.osuna@gdl.btlconsultants.com.mxQB 3M I]2023-07-06 15:57:40rordazrordaz@gdl.btlconsultants.com.mxrordazBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:08:54.a211349e-1543-a47f-593c-6042a87322d3.rordaz@gdl.btlconsultants.com.mx N:rordaz;;;; FN:rordaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:rordaz@gdl.btlconsultants.com.mx END:VCARD rordaz rordaz@gdl.btlconsultants.com.mx | 2 R}8|lW 3S ai2023-07-06 15:57:41kespinozakespinoza@gdl.btlconsultants.com.mxkespinozaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:25.72c2e16c-72af-d8ee-a2c4-3c6468586239.kespinoza@gdl.btlconsultants.com.mx N:kespinoza;;;; FN:kespinoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:kespinoza@gdl.btlconsultants.com.mx END:VCARD kespinoza kespinoza@gdl.btlconsultants.com.mxHV 3K AY2023-07-06 15:57:41eleoneleon@gdl.btlconsultants.com.mxeleonBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:24.0b72abfd-4cde-f71b-dd6e-377fce474a3d.eleon@gdl.btlconsultants.com.mx N:eleon;;;; FN:eleon EMAIL;TYPE=INTERNET;TYPE=INTERNET:eleon@gdl.btlconsultants.com.mx END:VCARD eleon eleon@gdl.btlconsultants.com.mxlU 3S ai2023-07-06 15:57:41jgonzalezjgonzalez@gdl.btlconsultants.com.mxjgonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:23.40250728-f520-2074-0bb4-b66ee67122e9.jgonzalez@gdl.btlconsultants.com.mx N:jgonzalez;;;; FN:jgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgonzalez@gdl.btlconsultants.com.mx END:VCARD jgonzalez jgonzalez@gdl.btlconsultants.com.mxsT 3!U !ii2023-07-06 15:57:41srodriguezsrodriguez@gdl.btlconsultants.com.mxsrodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:21.ea507641-f477-afc9-81d3-571dbb92a7d3.srodriguez@gdl.btlconsultants.com.mx N:srodriguez;;;; FN:srodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:srodriguez@gdl.btlconsultants.com.mx END:VCARD srodriguz srodriguz@gdl.btlconsultants.com.mxZS 3O Qa2023-07-06 15:57:41cgarciacgarcia@gdl.btlconsultants.com.mxcgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:20.3289f1af-4f0e-4688-0ea5-90c91e8cff1e.cgarcia@gdl.btlconsultants.com.mx N:cgarcia;;;; FN:cgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:cgarcia@gdl.btlconsultants.com.mx END:VCARD cgarcia cgarcia@gdl.btlconsultants.com.mxZR 3O Qa2023-07-06 15:57:41jgarciajgarcia@gdl.btlconsultants.com.mxjgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:18.ad890dba-3a00-5c5f-77a1-9bb2f4e94c58.jgarcia@gdl.btlconsultants.com.mx N:jgarcia;;;; FN:jgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgarcia@gdl.btlconsultants.com.mx END:VCARD jgarcia jgarcia@gdl.btlconsultants.com.mxsQ 3!U !ii2023-07-06 15:57:41jrodriguezjrodriguez@gdl.btlconsultants.com.mxjrodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:17.b27fd4d4-8d6a-f1e1-0b82-181754440fa6.jrodriguez@gdl.btlconsultants.com.mx N:jrodriguez;;;; FN:jrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jrodriguez@gdl.btlconsultants.com.mx END:VCARD jrodriguz jrodriguz@gdl.btlconsultants.com.mxuP 3!U !im2023-07-06 15:57:41f.gonzalezf.gonzalez@gdl.btlconsultants.com.mxf.gonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:15.e581d337-2b2e-cd3f-7566-6f32a57137dc.f.gonzalez@gdl.btlconsultants.com.mx N:f.gonzalez;;;; FN:f.gonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:f.gonzalez@gdl.btlconsultants.com.mx END:VCARD f.gonzalez f.gonzalez@gdl.btlconsultants.com.mxcO 3Q Ye2023-07-06 15:57:41jcabrerajcabrera@gdl.btlconsultants.com.mxjcabreraBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:14.2d86d693-be23-5389-db6d-b01f05fce13a.jcabrera@gdl.btlconsultants.com.mx N:jcabrera;;;; FN:jcabrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcabrera@gdl.btlconsultants.com.mx END:VCARD jcabrera jcabrera@gdl.btlconsultants.com.mxlN 3S ai2023-07-06 15:57:41acarballoacarballo@gdl.btlconsultants.com.mxacarballoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:13.b805945d-35ba-1e64-b309-921dd5c78e07.acarballo@gdl.btlconsultants.com.mx N:acarballo;;;; FN:acarballo EMAIL;TYPE=INTERNET;TYPE=INTERNET:acarballo@gdl.btlconsultants.com.mx END:VCARD acarballo acarballo@gdl.btlconsultants.com.mxZM 3O Qa2023-07-06 15:57:41gvarelagvarela@gdl.btlconsultants.com.mxgvarelaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:11.c2dfe693-d516-da68-dff4-cb42830d5df6.gvarela@gdl.btlconsultants.com.mx N:gvarela;;;; FN:gvarela EMAIL;TYPE=INTERNET;TYPE=INTERNET:gvarela@gdl.btlconsultants.com.mx END:VCARD gvarela gvarela@gdl.btlconsultants.com.mx V 4 TkVQb 3M I]2023-07-06 15:57:41llopezllopez@gdl.btlconsultants.com.mxllopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:41.d988cf3f-82e0-5ef6-b609-65162cf616a0.llopez@gdl.btlconsultants.com.mx N:llopez;;;; FN:llopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:llopez@gdl.btlconsultants.com.mx END:VCARD llopez llopez@gdl.btlconsultants.com.mxla 3S ai2023-07-06 15:57:41etrinidadetrinidad@gdl.btlconsultants.com.mxetrinidadBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:40.3a0d3f50-5445-e1ee-0433-387df4772e1b.etrinidad@gdl.btlconsultants.com.mx N:etrinidad;;;; FN:etrinidad EMAIL;TYPE=INTERNET;TYPE=INTERNET:etrinidad@gdl.btlconsultants.com.mx END:VCARD etrinidad etrinidad@gdl.btlconsultants.com.mxu` 3!U !im2023-07-06 15:57:41egutierrezegutierrez@gdl.btlconsultants.com.mxegutierrezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:38.391a0e65-42d6-27df-065e-cad92b9f0425.egutierrez@gdl.btlconsultants.com.mx N:egutierrez;;;; FN:egutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:egutierrez@gdl.btlconsultants.com.mx END:VCARD egutierrez egutierrez@gdl.btlconsultants.com.mxZ_ 3O Qa2023-07-06 15:57:41cdavilacdavila@gdl.btlconsultants.com.mxcdavilaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:37.31c5914f-a816-4f89-d587-c5295ca1a86a.cdavila@gdl.btlconsultants.com.mx N:cdavila;;;; FN:cdavila EMAIL;TYPE=INTERNET;TYPE=INTERNET:cdavila@gdl.btlconsultants.com.mx END:VCARD cdavila cdavila@gdl.btlconsultants.com.mxu^ 3!U !im2023-07-06 15:57:41jhernandezjhernandez@gdl.btlconsultants.com.mxjhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:35.6483829d-0a35-b403-ece3-6350e1c8f416.jhernandez@gdl.btlconsultants.com.mx N:jhernandez;;;; FN:jhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jhernandez@gdl.btlconsultants.com.mx END:VCARD jhernandez jhernandez@gdl.btlconsultants.com.mxc] 3Q Ye2023-07-06 15:57:41nmedranonmedrano@gdl.btlconsultants.com.mxnmedranoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:34.350c3d6f-5bf2-3265-b43d-5700765d5467.nmedrano@gdl.btlconsultants.com.mx N:nmedrano;;;; FN:nmedrano EMAIL;TYPE=INTERNET;TYPE=INTERNET:nmedrano@gdl.btlconsultants.com.mx END:VCARD nmedrano nmedrano@gdl.btlconsultants.com.mx~\ 3#W #qq2023-07-06 15:57:41cvillagranacvillagrana@gdl.btlconsultants.com.mxcvillagranaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:32.1019d952-419d-57fe-d4db-3fa73ce91098.cvillagrana@gdl.btlconsultants.com.mx N:cvillagrana;;;; FN:cvillagrana EMAIL;TYPE=INTERNET;TYPE=INTERNET:cvillagrana@gdl.btlconsultants.com.mx END:VCARD cvillagrana cvillagrana@gdl.btlconsultants.com.mxc[ 3Q Ye2023-07-06 15:57:41g.roblesg.robles@gdl.btlconsultants.com.mxg.roblesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:31.a4532a28-742a-9fb2-1eff-8d36b8493a83.g.robles@gdl.btlconsultants.com.mx N:g.robles;;;; FN:g.robles EMAIL;TYPE=INTERNET;TYPE=INTERNET:g.robles@gdl.btlconsultants.com.mx END:VCARD g.robles g.robles@gdl.btlconsultants.com.mxuZ 3!U !im2023-07-06 15:57:41ehernandezehernandez@gdl.btlconsultants.com.mxehernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:29.2ed14f68-ee2b-41a5-fcf8-3b3011801744.ehernandez@gdl.btlconsultants.com.mx N:ehernandez;;;; FN:ehernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ehernandez@gdl.btlconsultants.com.mx END:VCARD ehernandez ehernandez@gdl.btlconsultants.com.mxcY 3Q Ye2023-07-06 15:57:41mrosalesmrosales@gdl.btlconsultants.com.mxmrosalesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:28.8f0530a8-47cc-13ae-9c76-c7d4afd8e9f0.mrosales@gdl.btlconsultants.com.mx N:mrosales;;;; FN:mrosales EMAIL;TYPE=INTERNET;TYPE=INTERNET:mrosales@gdl.btlconsultants.com.mx END:VCARD mrosales mrosales@gdl.btlconsultants.com.mxaX 3Q Ya2023-07-06 15:57:41aestradaaestrada@gdl.btlconsultants.com.mxaestradaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:27.58c05efa-b2cc-9f9d-3142-b84177e7f9be.aestrada@gdl.btlconsultants.com.mx N:aestrada;;;; FN:aestrada EMAIL;TYPE=INTERNET;TYPE=INTERNET:aestrada@gdl.btlconsultants.com.mx END:VCARD astrada astrada@gdl.btlconsultants.com.mx  ; *n_um 3!U !im2023-07-06 15:57:41imarmolejoimarmolejo@gdl.btlconsultants.com.mximarmolejoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:10:00.c28284f5-c705-8d59-cd33-5701a4eca08d.imarmolejo@gdl.btlconsultants.com.mx N:imarmolejo;;;; FN:imarmolejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:imarmolejo@gdl.btlconsultants.com.mx END:VCARD imarmolejo imarmolejo@gdl.btlconsultants.com.mxOl 3M IY2023-07-06 15:57:41l.baezl.baez@gdl.btlconsultants.com.mxl.baezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:58.d4ccf394-df8a-ee30-fef4-ab1ff00d55bf.l.baez@gdl.btlconsultants.com.mx N:l.baez;;;; FN:l.baez EMAIL;TYPE=INTERNET;TYPE=INTERNET:l.baez@gdl.btlconsultants.com.mx END:VCARD l.baz l.baz@gdl.btlconsultants.com.mxck 3Q Ye2023-07-06 15:57:41msanchezmsanchez@gdl.btlconsultants.com.mxmsanchezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:57.e716e36e-cb54-ad38-4d86-8b28d72873bd.msanchez@gdl.btlconsultants.com.mx N:msanchez;;;; FN:msanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:msanchez@gdl.btlconsultants.com.mx END:VCARD msanchez msanchez@gdl.btlconsultants.com.mxQj 3M I]2023-07-06 15:57:41jtapiajtapia@gdl.btlconsultants.com.mxjtapiaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:55.c589592a-3963-20d5-ba6d-360f438c5ba2.jtapia@gdl.btlconsultants.com.mx N:jtapia;;;; FN:jtapia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jtapia@gdl.btlconsultants.com.mx END:VCARD jtapia jtapia@gdl.btlconsultants.com.mxQi 3M I]2023-07-06 15:57:41msolismsolis@gdl.btlconsultants.com.mxmsolisBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:53.3b12cae0-4f6d-da0d-6e97-73f01a25ee9b.msolis@gdl.btlconsultants.com.mx N:msolis;;;; FN:msolis EMAIL;TYPE=INTERNET;TYPE=INTERNET:msolis@gdl.btlconsultants.com.mx END:VCARD msolis msolis@gdl.btlconsultants.com.mxch 3Q Ye2023-07-06 15:57:41jbenitezjbenitez@gdl.btlconsultants.com.mxjbenitezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:52.a1001e5a-b735-b6c1-9333-4556f5a7845a.jbenitez@gdl.btlconsultants.com.mx N:jbenitez;;;; FN:jbenitez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jbenitez@gdl.btlconsultants.com.mx END:VCARD jbenitez jbenitez@gdl.btlconsultants.com.mxcg 3Q Ye2023-07-06 15:57:41ssalazarssalazar@gdl.btlconsultants.com.mxssalazarBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:50.4b69ec3e-97af-7969-c7fc-d0463d77a8f8.ssalazar@gdl.btlconsultants.com.mx N:ssalazar;;;; FN:ssalazar EMAIL;TYPE=INTERNET;TYPE=INTERNET:ssalazar@gdl.btlconsultants.com.mx END:VCARD ssalazar ssalazar@gdl.btlconsultants.com.mxQf 3M I]2023-07-06 15:57:41cgodoycgodoy@gdl.btlconsultants.com.mxcgodoyBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:48.6504fade-fbc2-4130-1da3-7cf5985adb34.cgodoy@gdl.btlconsultants.com.mx N:cgodoy;;;; FN:cgodoy EMAIL;TYPE=INTERNET;TYPE=INTERNET:cgodoy@gdl.btlconsultants.com.mx END:VCARD cgodoy cgodoy@gdl.btlconsultants.com.mxQe 3M I]2023-07-06 15:57:41rgomezrgomez@gdl.btlconsultants.com.mxrgomezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:47.59b590eb-ef90-805f-1a69-f51917663f94.rgomez@gdl.btlconsultants.com.mx N:rgomez;;;; FN:rgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rgomez@gdl.btlconsultants.com.mx END:VCARD rgomez rgomez@gdl.btlconsultants.com.mxQd 3M I]2023-07-06 15:57:41tramostramos@gdl.btlconsultants.com.mxtramosBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:45.27b9d6fa-76bf-0ac8-e2ed-a152b3b3d9b8.tramos@gdl.btlconsultants.com.mx N:tramos;;;; FN:tramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:tramos@gdl.btlconsultants.com.mx END:VCARD tramos tramos@gdl.btlconsultants.com.mxlc 3S ai2023-07-06 15:57:41smartinezsmartinez@gdl.btlconsultants.com.mxsmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:09:43.1d4599d0-902f-4d33-4ff4-66012b7eec68.smartinez@gdl.btlconsultants.com.mx N:smartinez;;;; FN:smartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:smartinez@gdl.btlconsultants.com.mx END:VCARD smartinez smartinez@gdl.btlconsultants.com.mx  = ] Vw'Ux 3O M_2023-07-06 15:57:42oreyesoreyes@mich.btlconsultants.com.mxoreyesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:11:38.496fd25a-8d46-81d9-31dd-e89520f1c6c9.oreyes@mich.btlconsultants.com.mx N:oreyes;;;; FN:oreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:oreyes@mich.btlconsultants.com.mx END:VCARD oreyes oreyes@mich.btlconsultants.com.mxLw 3M E[2023-07-06 15:57:42mlunamluna@mich.btlconsultants.com.mxmlunaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:11:37.39b62fd9-8a22-4bfb-6985-d19813b08230.mluna@mich.btlconsultants.com.mx N:mluna;;;; FN:mluna EMAIL;TYPE=INTERNET;TYPE=INTERNET:mluna@mich.btlconsultants.com.mx END:VCARD mluna mluna@mich.btlconsultants.com.mxpv 3U ek2023-07-06 15:57:42avalenciaavalencia@mich.btlconsultants.com.mxavalenciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:11:35.98f17ac9-2072-cdcb-7b76-fd2e0e1cfe4d.avalencia@mich.btlconsultants.com.mx N:avalencia;;;; FN:avalencia EMAIL;TYPE=INTERNET;TYPE=INTERNET:avalencia@mich.btlconsultants.com.mx END:VCARD avalencia avalencia@mich.btlconsultants.com.mxgu 3S ]g2023-07-06 15:57:42mrobleromroblero@mich.btlconsultants.com.mxmrobleroBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:11:34.c2f9e9f6-b5c1-5de6-11e5-332d68d3f996.mroblero@mich.btlconsultants.com.mx N:mroblero;;;; FN:mroblero EMAIL;TYPE=INTERNET;TYPE=INTERNET:mroblero@mich.btlconsultants.com.mx END:VCARD mroblero mroblero@mich.btlconsultants.com.mxLt 3M E[2023-07-06 15:57:42idiazidiaz@mich.btlconsultants.com.mxidiazBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:11:32.914a2049-6884-0b4d-c408-bb4d34963685.idiaz@mich.btlconsultants.com.mx N:idiaz;;;; FN:idiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:idiaz@mich.btlconsultants.com.mx END:VCARD idiaz idiaz@mich.btlconsultants.com.mx^s 3Q Uc2023-07-06 15:57:42ppinedappineda@mich.btlconsultants.com.mxppinedaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:11:31.be1482e3-c249-a558-298f-05e0fdc2b9a4.ppineda@mich.btlconsultants.com.mx N:ppineda;;;; FN:ppineda EMAIL;TYPE=INTERNET;TYPE=INTERNET:ppineda@mich.btlconsultants.com.mx END:VCARD ppineda ppineda@mich.btlconsultants.com.mxQr 3M I]2023-07-06 15:57:42yperezyperez@gdl.btlconsultants.com.mxyperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:10:07.91219653-18d9-e22f-8754-7dd6c05a02bc.yperez@gdl.btlconsultants.com.mx N:yperez;;;; FN:yperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:yperez@gdl.btlconsultants.com.mx END:VCARD yperez yperez@gdl.btlconsultants.com.mx~q 3#W #qq2023-07-06 15:57:42j.hernandezj.hernandez@gdl.btlconsultants.com.mxj.hernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:10:06.eea2440e-dac8-ecaa-ab48-5f71db9aa5e4.j.hernandez@gdl.btlconsultants.com.mx N:j.hernandez;;;; FN:j.hernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.hernandez@gdl.btlconsultants.com.mx END:VCARD j.hernandez j.hernandez@gdl.btlconsultants.com.mxZp 3O Qa2023-07-06 15:57:42dcastrodcastro@gdl.btlconsultants.com.mxdcastroBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:10:04.cfe756af-b682-e0ee-ce73-cbba423fb229.dcastro@gdl.btlconsultants.com.mx N:dcastro;;;; FN:dcastro EMAIL;TYPE=INTERNET;TYPE=INTERNET:dcastro@gdl.btlconsultants.com.mx END:VCARD dcastro dcastro@gdl.btlconsultants.com.mxZo 3O Qa2023-07-06 15:57:42bdonatobdonato@gdl.btlconsultants.com.mxbdonatoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:10:03.992d3bc2-d12f-0e5c-4a6e-3468523f2880.bdonato@gdl.btlconsultants.com.mx N:bdonato;;;; FN:bdonato EMAIL;TYPE=INTERNET;TYPE=INTERNET:bdonato@gdl.btlconsultants.com.mx END:VCARD bdonato bdonato@gdl.btlconsultants.com.mxan 3Q Ya2023-07-06 15:57:41oestradaoestrada@gdl.btlconsultants.com.mxoestradaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:10:01.1c591718-0e34-bca9-f0f0-1b882e59e05e.oestrada@gdl.btlconsultants.com.mx N:oestrada;;;; FN:oestrada EMAIL;TYPE=INTERNET;TYPE=INTERNET:oestrada@gdl.btlconsultants.com.mx END:VCARD ostrada ostrada@gdl.btlconsultants.com.mx y 'cOyp 3U ek2023-07-06 15:57:42amartinezamartinez@mich.btlconsultants.com.mxamartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:11:56.62294e04-0555-9df3-3af8-e4ac58ed2ccf.amartinez@mich.btlconsultants.com.mx N:amartinez;;;; FN:amartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:amartinez@mich.btlconsultants.com.mx END:VCARD amartinez amartinez@mich.btlconsultants.com.mx^ 3Q Uc2023-07-06 15:57:42javalosjavalos@mich.btlconsultants.com.mxjavalosBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:11:54.e4620057-c755-c71c-e3cb-05d7cd01e12e.javalos@mich.btlconsultants.com.mx N:javalos;;;; FN:javalos EMAIL;TYPE=INTERNET;TYPE=INTERNET:javalos@mich.btlconsultants.com.mx END:VCARD javalos javalos@mich.btlconsultants.com.mxU 3O M_2023-07-06 15:57:42rvillarvilla@mich.btlconsultants.com.mxrvillaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:11:52.b164d82a-116c-ba6b-33e1-00ace260d54b.rvilla@mich.btlconsultants.com.mx N:rvilla;;;; FN:rvilla EMAIL;TYPE=INTERNET;TYPE=INTERNET:rvilla@mich.btlconsultants.com.mx END:VCARD rvilla rvilla@mich.btlconsultants.com.mxU 3O M_2023-07-06 15:57:42lrojaslrojas@mich.btlconsultants.com.mxlrojasBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:11:51.9a6d03e3-f878-cef6-592e-1e8252107601.lrojas@mich.btlconsultants.com.mx N:lrojas;;;; FN:lrojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:lrojas@mich.btlconsultants.com.mx END:VCARD lrojas lrojas@mich.btlconsultants.com.mx^ 3Q Uc2023-07-06 15:57:42sjaviersjavier@mich.btlconsultants.com.mxsjavierBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:11:49.9db21c63-2d9d-cc6e-0b40-77ef84778e81.sjavier@mich.btlconsultants.com.mx N:sjavier;;;; FN:sjavier EMAIL;TYPE=INTERNET;TYPE=INTERNET:sjavier@mich.btlconsultants.com.mx END:VCARD sjavier sjavier@mich.btlconsultants.com.mx^~ 3Q Uc2023-07-06 15:57:42ytafoyaytafoya@mich.btlconsultants.com.mxytafoyaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:11:48.fc7f0690-606f-30bd-892e-70a15768cc3f.ytafoya@mich.btlconsultants.com.mx N:ytafoya;;;; FN:ytafoya EMAIL;TYPE=INTERNET;TYPE=INTERNET:ytafoya@mich.btlconsultants.com.mx END:VCARD ytafoya ytafoya@mich.btlconsultants.com.mx^} 3Q Uc2023-07-06 15:57:42cmolinacmolina@mich.btlconsultants.com.mxcmolinaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:11:46.fb7fdc5a-eff5-94ae-289e-deccdd743cc4.cmolina@mich.btlconsultants.com.mx N:cmolina;;;; FN:cmolina EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmolina@mich.btlconsultants.com.mx END:VCARD cmolina cmolina@mich.btlconsultants.com.mxg| 3S ]g2023-07-06 15:57:42dcornejodcornejo@mich.btlconsultants.com.mxdcornejoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:11:45.771277ce-986f-c906-ed74-3c5b8d37fc31.dcornejo@mich.btlconsultants.com.mx N:dcornejo;;;; FN:dcornejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:dcornejo@mich.btlconsultants.com.mx END:VCARD dcornejo dcornejo@mich.btlconsultants.com.mx^{ 3Q Uc2023-07-06 15:57:42jcacarijcacari@mich.btlconsultants.com.mxjcacariBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:11:43.7455ce72-5769-c344-64dd-42b1a8caa387.jcacari@mich.btlconsultants.com.mx N:jcacari;;;; FN:jcacari EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcacari@mich.btlconsultants.com.mx END:VCARD jcacari jcacari@mich.btlconsultants.com.mxz 3)_ ) 2023-07-06 15:57:42ricardo.arroyoricardo.arroyo@mich.btlconsultants.com.mxricardo.arroyoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:11:42.8577b221-1db0-b448-bf7b-01b12620d30a.ricardo.arroyo@mich.btlconsultants.com.mx N:ricardo.arroyo;;;; FN:ricardo.arroyo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ricardo.arroyo@mich.btlconsultants.com.mx END:VCARD ricardo.arroyo ricardo.arroyo@mich.btlconsultants.com.mxgy 3S ]g2023-07-06 15:57:42aramirezaramirez@mich.btlconsultants.com.mxaramirezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:11:40.a66b948d-518a-f6d0-33b7-7b3b9ff314b7.aramirez@mich.btlconsultants.com.mx N:aramirez;;;; FN:aramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:aramirez@mich.btlconsultants.com.mx END:VCARD aramirez aramirez@mich.btlconsultants.com.mx y  )J5yQ 3M I]2023-07-06 15:57:42ubritoubrito@mor.btlconsultants.com.mxubritoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:14:10.624b8250-177d-982b-c870-87bc7670dbee.ubrito@mor.btlconsultants.com.mx N:ubrito;;;; FN:ubrito EMAIL;TYPE=INTERNET;TYPE=INTERNET:ubrito@mor.btlconsultants.com.mx END:VCARD ubrito ubrito@mor.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:42abenitezabenitez@mor.btlconsultants.com.mxabenitezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:14:08.520df3b9-2bc8-a12b-c1fe-d43bcbfb526e.abenitez@mor.btlconsultants.com.mx N:abenitez;;;; FN:abenitez EMAIL;TYPE=INTERNET;TYPE=INTERNET:abenitez@mor.btlconsultants.com.mx END:VCARD abenitez abenitez@mor.btlconsultants.com.mxH 3K AY2023-07-06 15:57:42dvegadvega@mor.btlconsultants.com.mxdvegaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:14:06.7e7a6e7d-dc82-ca75-578d-54bfb3659484.dvega@mor.btlconsultants.com.mx N:dvega;;;; FN:dvega EMAIL;TYPE=INTERNET;TYPE=INTERNET:dvega@mor.btlconsultants.com.mx END:VCARD dvega dvega@mor.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:42dtorresdtorres@mor.btlconsultants.com.mxdtorresBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:14:05.170bb315-8a00-8510-5786-9c9982ae6b49.dtorres@mor.btlconsultants.com.mx N:dtorres;;;; FN:dtorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:dtorres@mor.btlconsultants.com.mx END:VCARD dtorres dtorres@mor.btlconsultants.com.mxg 3S ]g2023-07-06 15:57:42lvelascolvelasco@mich.btlconsultants.com.mxlvelascoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:12:08.a6317802-27d9-b432-c56b-b49306baf193.lvelasco@mich.btlconsultants.com.mx N:lvelasco;;;; FN:lvelasco EMAIL;TYPE=INTERNET;TYPE=INTERNET:lvelasco@mich.btlconsultants.com.mx END:VCARD lvelasco lvelasco@mich.btlconsultants.com.mxg 3S ]g2023-07-06 15:57:42fherediafheredia@mich.btlconsultants.com.mxfherediaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:12:06.800ac17a-63ac-a885-88ca-56954d6af220.fheredia@mich.btlconsultants.com.mx N:fheredia;;;; FN:fheredia EMAIL;TYPE=INTERNET;TYPE=INTERNET:fheredia@mich.btlconsultants.com.mx END:VCARD fheredia fheredia@mich.btlconsultants.com.mxp 3U ek2023-07-06 15:57:42scarrilloscarrillo@mich.btlconsultants.com.mxscarrilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:12:04.fa4d7913-da30-3ba5-4210-7560edda62b7.scarrillo@mich.btlconsultants.com.mx N:scarrillo;;;; FN:scarrillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:scarrillo@mich.btlconsultants.com.mx END:VCARD scarrillo scarrillo@mich.btlconsultants.com.mxy 3!W !mo2023-07-06 15:57:42bvalerianobvaleriano@mich.btlconsultants.com.mxbvalerianoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:12:03.fd25fc5f-6866-e0cd-d3b0-af029a4e490a.bvaleriano@mich.btlconsultants.com.mx N:bvaleriano;;;; FN:bvaleriano EMAIL;TYPE=INTERNET;TYPE=INTERNET:bvaleriano@mich.btlconsultants.com.mx END:VCARD bvaleriano bvaleriano@mich.btlconsultants.com.mxg 3S ]g2023-07-06 15:57:42j.garciaj.garcia@mich.btlconsultants.com.mxj.garciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:12:01.cee130e4-ddb5-aed8-efb7-22fa4b2b68cb.j.garcia@mich.btlconsultants.com.mx N:j.garcia;;;; FN:j.garcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.garcia@mich.btlconsultants.com.mx END:VCARD j.garcia j.garcia@mich.btlconsultants.com.mx 3#Y #us2023-07-06 15:57:42mphernandezmphernandez@mich.btlconsultants.com.mxmphernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:12:00.255ca68f-7c9f-2a83-3ddb-3fb15e400a06.mphernandez@mich.btlconsultants.com.mx N:mphernandez;;;; FN:mphernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mphernandez@mich.btlconsultants.com.mx END:VCARD mphernandez mphernandez@mich.btlconsultants.com.mxe 3S ]c2023-07-06 15:57:42npegueronpeguero@mich.btlconsultants.com.mxnpegueroBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:11:58.b4fcabb5-dff6-e822-b04b-095240b81acb.npeguero@mich.btlconsultants.com.mx N:npeguero;;;; FN:npeguero EMAIL;TYPE=INTERNET;TYPE=INTERNET:npeguero@mich.btlconsultants.com.mx END:VCARD npeguro npeguro@mich.btlconsultants.com.mx ~  dAlQ 3M I]2023-07-06 15:57:42gperezgperez@nay.btlconsultants.com.mxgperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:18:54.b00f1fab-3473-126d-681e-f1f20a7d6906.gperez@nay.btlconsultants.com.mx N:gperez;;;; FN:gperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:gperez@nay.btlconsultants.com.mx END:VCARD gperez gperez@nay.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:42jmontesjmontes@nay.btlconsultants.com.mxjmontesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:18:53.93cba8fc-2fb9-f5b5-4bc0-4a2af8b70850.jmontes@nay.btlconsultants.com.mx N:jmontes;;;; FN:jmontes EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmontes@nay.btlconsultants.com.mx END:VCARD jmontes jmontes@nay.btlconsultants.com.mxs 3!U !ii2023-07-06 15:57:42jvelazquezjvelazquez@nay.btlconsultants.com.mxjvelazquezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:18:52.7671b4af-055f-06cb-15b5-8613be7aa07e.jvelazquez@nay.btlconsultants.com.mx N:jvelazquez;;;; FN:jvelazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvelazquez@nay.btlconsultants.com.mx END:VCARD jvelazquz jvelazquz@nay.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:42cmedinacmedina@nay.btlconsultants.com.mxcmedinaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:18:50.6bf0a503-0a71-7c5f-325a-1f44ba3a4033.cmedina@nay.btlconsultants.com.mx N:cmedina;;;; FN:cmedina EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmedina@nay.btlconsultants.com.mx END:VCARD cmedina cmedina@nay.btlconsultants.com.mxH 3K AY2023-07-06 15:57:42slunasluna@nay.btlconsultants.com.mxslunaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:18:48.80a349d9-6169-aa49-5182-f9ebdd64662e.sluna@nay.btlconsultants.com.mx N:sluna;;;; FN:sluna EMAIL;TYPE=INTERNET;TYPE=INTERNET:sluna@nay.btlconsultants.com.mx END:VCARD sluna sluna@nay.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:42nahumadanahumada@nay.btlconsultants.com.mxnahumadaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:18:47.b1423410-c986-bfd4-48a0-f81c77ccca73.nahumada@nay.btlconsultants.com.mx N:nahumada;;;; FN:nahumada EMAIL;TYPE=INTERNET;TYPE=INTERNET:nahumada@nay.btlconsultants.com.mx END:VCARD nahumada nahumada@nay.btlconsultants.com.mxl 3S ai2023-07-06 15:57:42dvillegasdvillegas@nay.btlconsultants.com.mxdvillegasBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:18:45.8b387981-cff5-da48-b444-5ecf57e5a70b.dvillegas@nay.btlconsultants.com.mx N:dvillegas;;;; FN:dvillegas EMAIL;TYPE=INTERNET;TYPE=INTERNET:dvillegas@nay.btlconsultants.com.mx END:VCARD dvillegas dvillegas@nay.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:42rromerorromero@nay.btlconsultants.com.mxrromeroBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:18:44.9e55fae8-7337-890a-9ed4-6e50d4ac2396.rromero@nay.btlconsultants.com.mx N:rromero;;;; FN:rromero EMAIL;TYPE=INTERNET;TYPE=INTERNET:rromero@nay.btlconsultants.com.mx END:VCARD rromero rromero@nay.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:42yrojasyrojas@mor.btlconsultants.com.mxyrojasBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:18:28.fb70ddaf-d1d1-0ab3-e7cc-885d44af801b.yrojas@mor.btlconsultants.com.mx N:yrojas;;;; FN:yrojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:yrojas@mor.btlconsultants.com.mx END:VCARD yrojas yrojas@mor.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:42mcordovamcordova@mor.btlconsultants.com.mxmcordovaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:14:13.42574030-f6a9-9f61-3cc4-ad81203272cc.mcordova@mor.btlconsultants.com.mx N:mcordova;;;; FN:mcordova EMAIL;TYPE=INTERNET;TYPE=INTERNET:mcordova@mor.btlconsultants.com.mx END:VCARD mcordova mcordova@mor.btlconsultants.com.mx~ 3#W #qq2023-07-06 15:57:42guriosteguiguriostegui@mor.btlconsultants.com.mxguriosteguiBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:14:11.282deb25-8b29-62bf-f358-a782a2c92a51.guriostegui@mor.btlconsultants.com.mx N:guriostegui;;;; FN:guriostegui EMAIL;TYPE=INTERNET;TYPE=INTERNET:guriostegui@mor.btlconsultants.com.mx END:VCARD guriostegui guriostegui@mor.btlconsultants.com.mx  _  3Kc$ 3Q Ye2023-07-06 15:57:42fvallejofvallejo@mty.btlconsultants.com.mxfvallejoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:38:45.e4fb1e53-9da2-abfe-0ded-df692e353122.fvallejo@mty.btlconsultants.com.mx N:fvallejo;;;; FN:fvallejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:fvallejo@mty.btlconsultants.com.mx END:VCARD fvallejo fvallejo@mty.btlconsultants.com.mxZ# 3O Qa2023-07-06 15:57:42emontesemontes@mty.btlconsultants.com.mxemontesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:38:44.c7406f22-0dae-9a4e-26ec-c66ac37919df.emontes@mty.btlconsultants.com.mx N:emontes;;;; FN:emontes EMAIL;TYPE=INTERNET;TYPE=INTERNET:emontes@mty.btlconsultants.com.mx END:VCARD emontes emontes@mty.btlconsultants.com.mxl" 3S ai2023-07-06 15:57:42jguajardojguajardo@mty.btlconsultants.com.mxjguajardoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:38:43.3a172819-3b81-f9ef-59d0-cf20c8eafb61.jguajardo@mty.btlconsultants.com.mx N:jguajardo;;;; FN:jguajardo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jguajardo@mty.btlconsultants.com.mx END:VCARD jguajardo jguajardo@mty.btlconsultants.com.mxc! 3Q Ye2023-07-06 15:57:42jpinalesjpinales@mty.btlconsultants.com.mxjpinalesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:38:41.cbf14b4d-de15-33b2-5eb6-5fbde21f99c1.jpinales@mty.btlconsultants.com.mx N:jpinales;;;; FN:jpinales EMAIL;TYPE=INTERNET;TYPE=INTERNET:jpinales@mty.btlconsultants.com.mx END:VCARD jpinales jpinales@mty.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:42ggarcesggarces@mty.btlconsultants.com.mxggarcesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:38:40.1b709a4a-dfb7-e514-ebef-457a3e8495d4.ggarces@mty.btlconsultants.com.mx N:ggarces;;;; FN:ggarces EMAIL;TYPE=INTERNET;TYPE=INTERNET:ggarces@mty.btlconsultants.com.mx END:VCARD ggarces ggarces@mty.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:42eperezeperez@mty.btlconsultants.com.mxeperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:38:38.a1d35db5-f058-6378-c551-d30dbec69d46.eperez@mty.btlconsultants.com.mx N:eperez;;;; FN:eperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:eperez@mty.btlconsultants.com.mx END:VCARD eperez eperez@mty.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:42jperezjperez@mty.btlconsultants.com.mxjperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:38:36.24cb7e18-48d1-4c74-168e-8dec27db59a5.jperez@mty.btlconsultants.com.mx N:jperez;;;; FN:jperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jperez@mty.btlconsultants.com.mx END:VCARD jperez jperez@mty.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:42jaregaladojaregalado@mty.btlconsultants.com.mxjaregaladoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:38:35.9be2f50b-3d37-7dea-e9c7-7109c273bacf.jaregalado@mty.btlconsultants.com.mx N:jaregalado;;;; FN:jaregalado EMAIL;TYPE=INTERNET;TYPE=INTERNET:jaregalado@mty.btlconsultants.com.mx END:VCARD jaregalado jaregalado@mty.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:42aurbinaaurbina@mty.btlconsultants.com.mxaurbinaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:38:33.a0d33b6e-1583-ea03-cc0e-fc30c26bdecc.aurbina@mty.btlconsultants.com.mx N:aurbina;;;; FN:aurbina EMAIL;TYPE=INTERNET;TYPE=INTERNET:aurbina@mty.btlconsultants.com.mx END:VCARD aurbina aurbina@mty.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:42rrejonrrejon@nay.btlconsultants.com.mxrrejonBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:18:58.7a8917c8-8e94-98f7-ebd0-f6d33669f7dc.rrejon@nay.btlconsultants.com.mx N:rrejon;;;; FN:rrejon EMAIL;TYPE=INTERNET;TYPE=INTERNET:rrejon@nay.btlconsultants.com.mx END:VCARD rrejon rrejon@nay.btlconsultants.com.mxH 3K AY2023-07-06 15:57:42msojomsojo@nay.btlconsultants.com.mxmsojoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:18:56.bfeb1d66-88cd-c054-d6eb-ef08a254c02d.msojo@nay.btlconsultants.com.mx N:msojo;;;; FN:msojo EMAIL;TYPE=INTERNET;TYPE=INTERNET:msojo@nay.btlconsultants.com.mx END:VCARD msojo msojo@nay.btlconsultants.com.mx K  RiwKQ/ 3M I]2023-07-06 15:57:43ccantuccantu@mty.btlconsultants.com.mxccantuBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:03.1d090844-7d0d-16c9-4894-18819047f2a8.ccantu@mty.btlconsultants.com.mx N:ccantu;;;; FN:ccantu EMAIL;TYPE=INTERNET;TYPE=INTERNET:ccantu@mty.btlconsultants.com.mx END:VCARD ccantu ccantu@mty.btlconsultants.com.mxc. 3Q Ye2023-07-06 15:57:43dallendedallende@mty.btlconsultants.com.mxdallendeBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:01.184962af-57f3-4848-ac20-ee1403b08a00.dallende@mty.btlconsultants.com.mx N:dallende;;;; FN:dallende EMAIL;TYPE=INTERNET;TYPE=INTERNET:dallende@mty.btlconsultants.com.mx END:VCARD dallende dallende@mty.btlconsultants.com.mxl- 3S ai2023-07-06 15:57:43ccarrilloccarrillo@mty.btlconsultants.com.mxccarrilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:00.6398a298-f884-0658-6014-a25f0676c8ab.ccarrillo@mty.btlconsultants.com.mx N:ccarrillo;;;; FN:ccarrillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ccarrillo@mty.btlconsultants.com.mx END:VCARD ccarrillo ccarrillo@mty.btlconsultants.com.mxQ, 3M I]2023-07-06 15:57:43jtovarjtovar@mty.btlconsultants.com.mxjtovarBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:38:58.ba39400a-1d0c-8bf0-2970-7d2f47b62ab0.jtovar@mty.btlconsultants.com.mx N:jtovar;;;; FN:jtovar EMAIL;TYPE=INTERNET;TYPE=INTERNET:jtovar@mty.btlconsultants.com.mx END:VCARD jtovar jtovar@mty.btlconsultants.com.mx+ 3)] ) }2023-07-06 15:57:43rvillavicenciorvillavicencio@mty.btlconsultants.com.mxrvillavicencioBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:38:56.40ef447e-fb23-32b3-672e-ff16c47a2a2c.rvillavicencio@mty.btlconsultants.com.mx N:rvillavicencio;;;; FN:rvillavicencio EMAIL;TYPE=INTERNET;TYPE=INTERNET:rvillavicencio@mty.btlconsultants.com.mx END:VCARD rvillavicencio rvillavicencio@mty.btlconsultants.com.mxl* 3S ai2023-07-06 15:57:43hcastillohcastillo@mty.btlconsultants.com.mxhcastilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:38:55.d7650c7f-7f31-464d-5fb7-0f609c949a70.hcastillo@mty.btlconsultants.com.mx N:hcastillo;;;; FN:hcastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:hcastillo@mty.btlconsultants.com.mx END:VCARD hcastillo hcastillo@mty.btlconsultants.com.mxu) 3!U !im2023-07-06 15:57:43efernandezefernandez@mty.btlconsultants.com.mxefernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:38:53.8ffc4588-7f02-560b-3bc6-749aa0fc9d78.efernandez@mty.btlconsultants.com.mx N:efernandez;;;; FN:efernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:efernandez@mty.btlconsultants.com.mx END:VCARD efernandez efernandez@mty.btlconsultants.com.mxZ( 3O Qa2023-07-06 15:57:43gonofregonofre@mty.btlconsultants.com.mxgonofreBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:38:52.9d80b8a4-5ec8-ac3c-2b62-8f02f4cbf7e0.gonofre@mty.btlconsultants.com.mx N:gonofre;;;; FN:gonofre EMAIL;TYPE=INTERNET;TYPE=INTERNET:gonofre@mty.btlconsultants.com.mx END:VCARD gonofre gonofre@mty.btlconsultants.com.mxc' 3Q Ye2023-07-06 15:57:43aobregonaobregon@mty.btlconsultants.com.mxaobregonBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:38:50.7de6d950-4ea6-7af8-8f2c-1d27982dc9d6.aobregon@mty.btlconsultants.com.mx N:aobregon;;;; FN:aobregon EMAIL;TYPE=INTERNET;TYPE=INTERNET:aobregon@mty.btlconsultants.com.mx END:VCARD aobregon aobregon@mty.btlconsultants.com.mxu& 3!U !im2023-07-06 15:57:43r.martinezr.martinez@mty.btlconsultants.com.mxr.martinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:38:49.3e886d8d-d993-4a70-08a9-35e32acd1ce5.r.martinez@mty.btlconsultants.com.mx N:r.martinez;;;; FN:r.martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:r.martinez@mty.btlconsultants.com.mx END:VCARD r.martinez r.martinez@mty.btlconsultants.com.mxl% 3S ai2023-07-06 15:57:43fhinojosafhinojosa@mty.btlconsultants.com.mxfhinojosaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:38:47.2c8135d8-6461-c270-1617-0a138991bc7b.fhinojosa@mty.btlconsultants.com.mx N:fhinojosa;;;; FN:fhinojosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:fhinojosa@mty.btlconsultants.com.mx END:VCARD fhinojosa fhinojosa@mty.btlconsultants.com.mx  = h <w+l: 3S ai2023-07-06 15:57:43vmartinezvmartinez@mty.btlconsultants.com.mxvmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:20.e0520b9b-886e-32fe-aed5-1775b5735034.vmartinez@mty.btlconsultants.com.mx N:vmartinez;;;; FN:vmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vmartinez@mty.btlconsultants.com.mx END:VCARD vmartinez vmartinez@mty.btlconsultants.com.mxH9 3K AY2023-07-06 15:57:43rpenarpena@mty.btlconsultants.com.mxrpenaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:19.b38a047a-fcdd-bd6f-9bef-f70b7d3954a5.rpena@mty.btlconsultants.com.mx N:rpena;;;; FN:rpena EMAIL;TYPE=INTERNET;TYPE=INTERNET:rpena@mty.btlconsultants.com.mx END:VCARD rpena rpena@mty.btlconsultants.com.mxc8 3Q Ye2023-07-06 15:57:43lballezalballeza@mty.btlconsultants.com.mxlballezaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:17.de25f09e-161f-6fdc-4af4-1cdbdcec7ad0.lballeza@mty.btlconsultants.com.mx N:lballeza;;;; FN:lballeza EMAIL;TYPE=INTERNET;TYPE=INTERNET:lballeza@mty.btlconsultants.com.mx END:VCARD lballeza lballeza@mty.btlconsultants.com.mxZ7 3O Qa2023-07-06 15:57:43dmedinadmedina@mty.btlconsultants.com.mxdmedinaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:16.dfd156ca-555e-cc34-10c2-8f7473df8078.dmedina@mty.btlconsultants.com.mx N:dmedina;;;; FN:dmedina EMAIL;TYPE=INTERNET;TYPE=INTERNET:dmedina@mty.btlconsultants.com.mx END:VCARD dmedina dmedina@mty.btlconsultants.com.mxQ6 3M I]2023-07-06 15:57:43djesusdjesus@mty.btlconsultants.com.mxdjesusBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:14.945b7581-1a43-8bde-0deb-d6b3c9e6af35.djesus@mty.btlconsultants.com.mx N:djesus;;;; FN:djesus EMAIL;TYPE=INTERNET;TYPE=INTERNET:djesus@mty.btlconsultants.com.mx END:VCARD djesus djesus@mty.btlconsultants.com.mxl5 3S ai2023-07-06 15:57:43bmartinezbmartinez@mty.btlconsultants.com.mxbmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:13.abacddeb-f6a0-e300-1e2e-b5dcf7e2f0c4.bmartinez@mty.btlconsultants.com.mx N:bmartinez;;;; FN:bmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:bmartinez@mty.btlconsultants.com.mx END:VCARD bmartinez bmartinez@mty.btlconsultants.com.mxc4 3Q Ye2023-07-06 15:57:43mgerardomgerardo@mty.btlconsultants.com.mxmgerardoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:11.382758e5-43e6-5642-7625-f95f1f6ee154.mgerardo@mty.btlconsultants.com.mx N:mgerardo;;;; FN:mgerardo EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgerardo@mty.btlconsultants.com.mx END:VCARD mgerardo mgerardo@mty.btlconsultants.com.mxs3 3!U !ii2023-07-06 15:57:43prodriguezprodriguez@mty.btlconsultants.com.mxprodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:09.b7b09934-2bd0-146b-d9d9-b50a419c8747.prodriguez@mty.btlconsultants.com.mx N:prodriguez;;;; FN:prodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:prodriguez@mty.btlconsultants.com.mx END:VCARD prodriguz prodriguz@mty.btlconsultants.com.mxZ2 3O Qa2023-07-06 15:57:43jrangeljrangel@mty.btlconsultants.com.mxjrangelBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:07.bc9307fe-8c0a-df8f-d939-e605548e9f6e.jrangel@mty.btlconsultants.com.mx N:jrangel;;;; FN:jrangel EMAIL;TYPE=INTERNET;TYPE=INTERNET:jrangel@mty.btlconsultants.com.mx END:VCARD jrangel jrangel@mty.btlconsultants.com.mxs1 3!U !ii2023-07-06 15:57:43orodriguezorodriguez@mty.btlconsultants.com.mxorodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:06.811dc8bc-dd75-afcb-4cbb-47e35c93807b.orodriguez@mty.btlconsultants.com.mx N:orodriguez;;;; FN:orodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:orodriguez@mty.btlconsultants.com.mx END:VCARD orodriguz orodriguz@mty.btlconsultants.com.mxH0 3K AY2023-07-06 15:57:43smezasmeza@mty.btlconsultants.com.mxsmezaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:04.3178a5cc-e9f6-b6a7-0def-a8bd2d3f8c47.smeza@mty.btlconsultants.com.mx N:smeza;;;; FN:smeza EMAIL;TYPE=INTERNET;TYPE=INTERNET:smeza@mty.btlconsultants.com.mx END:VCARD smeza smeza@mty.btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX< 8 382023-07-06 15:57:457 372023-07-06 15:57:456 362023-07-06 15:57:455 352023-07-06 15:57:454 342023-07-06 15:57:453 332023-07-06 15:57:452 322023-07-06 15:57:451 312023-07-06 15:57:450 302023-07-06 15:57:45/ 3/2023-07-06 15:57:45. 3.2023-07-06 15:57:45- 3-2023-07-06 15:57:45, 3,2023-07-06 15:57:45+ 3+2023-07-06 15:57:45* 3*2023-07-06 15:57:45) 3)2023-07-06 15:57:45( 3(2023-07-06 15:57:45' 3'2023-07-06 15:57:45& 3&2023-07-06 15:57:45% 3%2023-07-06 15:57:45$ 3$2023-07-06 15:57:45# 3#2023-07-06 15:57:45" 3"2023-07-06 15:57:45! 3!2023-07-06 15:57:45  3 2023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45  3 2023-07-06 15:57:45  3 2023-07-06 15:57:45  3 2023-07-06 15:57:45  3 2023-07-06 15:57:45  3 2023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:45 32023-07-06 15:57:44 32023-07-06 15:57:44~ 32023-07-06 15:57:44} 32023-07-06 15:57:44| 32023-07-06 15:57:44{ 32023-07-06 15:57:44z 32023-07-06 15:57:44y 32023-07-06 15:57:44x 32023-07-06 15:57:44w 32023-07-06 15:57:44v 32023-07-06 15:57:44u 32023-07-06 15:57:44t 32023-07-06 15:57:44s 32023-07-06 15:57:44r 32023-07-06 15:57:44q 32023-07-06 15:57:44p 32023-07-06 15:57:44o 32023-07-06 15:57:44n 32023-07-06 15:57:44m 32023-07-06 15:57:44l 32023-07-06 15:57:44k 32023-07-06 15:57:44j 32023-07-06 15:57:44i 32023-07-06 15:57:44h 32023-07-06 15:57:44g 32023-07-06 15:57:44f 32023-07-06 15:57:44e 32023-07-06 15:57:44d 32023-07-06 15:57:44c 32023-07-06 15:57:44b 32023-07-06 15:57:44a 32023-07-06 15:57:44` 32023-07-06 15:57:44_ 32023-07-06 15:57:44^ 32023-07-06 15:57:44] 32023-07-06 15:57:44\ 32023-07-06 15:57:44[ 32023-07-06 15:57:44Z 32023-07-06 15:57:44Y 32023-07-06 15:57:44X 32023-07-06 15:57:44W 32023-07-06 15:57:44V 32023-07-06 15:57:44U 32023-07-06 15:57:44T 32023-07-06 15:57:43S 32023-07-06 15:57:43R 32023-07-06 15:57:43Q 32023-07-06 15:57:43P 32023-07-06 15:57:43O 32023-07-06 15:57:43N 32023-07-06 15:57:43M 32023-07-06 15:57:43L 32023-07-06 15:57:43K 32023-07-06 15:57:43J 32023-07-06 15:57:43I 32023-07-06 15:57:43H 32023-07-06 15:57:43G 32023-07-06 15:57:43F 32023-07-06 15:57:43E 32023-07-06 15:57:43D 32023-07-06 15:57:43C 32023-07-06 15:57:43B 32023-07-06 15:57:43A 32023-07-06 15:57:43@ 32023-07-06 15:57:43? 32023-07-06 15:57:43> 32023-07-06 15:57:43= 32023-07-06 15:57:43< 32023-07-06 15:57:43; 32023-07-06 15:57:43: 32023-07-06 15:57:439 32023-07-06 15:57:438 32023-07-06 15:57:437 32023-07-06 15:57:436 32023-07-06 15:57:435 32023-07-06 15:57:434 32023-07-06 15:57:433 32023-07-06 15:57:432 32023-07-06 15:57:431 32023-07-06 15:57:43  2  J OE 3M IY2023-07-06 15:57:43bquerobquero@oax.btlconsultants.com.mxbqueroBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:44:52.16d7ce87-a3c7-bbeb-9900-0779fd4c72e4.bquero@oax.btlconsultants.com.mx N:bquero;;;; FN:bquero EMAIL;TYPE=INTERNET;TYPE=INTERNET:bquero@oax.btlconsultants.com.mx END:VCARD bquro bquro@oax.btlconsultants.com.mxuD 3!U !im2023-07-06 15:57:43lsegovianolsegoviano@mty.btlconsultants.com.mxlsegovianoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:44:06.67e6f5ce-3735-a6e2-3c6f-2627529fd3c3.lsegoviano@mty.btlconsultants.com.mx N:lsegoviano;;;; FN:lsegoviano EMAIL;TYPE=INTERNET;TYPE=INTERNET:lsegoviano@mty.btlconsultants.com.mx END:VCARD lsegoviano lsegoviano@mty.btlconsultants.com.mxZC 3O Qa2023-07-06 15:57:43rmorerarmorera@mty.btlconsultants.com.mxrmoreraBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:42:37.463bfe7f-ebaa-3650-e598-c4387d6da4f6.rmorera@mty.btlconsultants.com.mx N:rmorera;;;; FN:rmorera EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmorera@mty.btlconsultants.com.mx END:VCARD rmorera rmorera@mty.btlconsultants.com.mxcB 3Q Ye2023-07-06 15:57:43jdelgadojdelgado@mty.btlconsultants.com.mxjdelgadoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:33.89cfc36d-ff04-3d31-f9cc-8addcf2739e9.jdelgado@mty.btlconsultants.com.mx N:jdelgado;;;; FN:jdelgado EMAIL;TYPE=INTERNET;TYPE=INTERNET:jdelgado@mty.btlconsultants.com.mx END:VCARD jdelgado jdelgado@mty.btlconsultants.com.mxlA 3S ai2023-07-06 15:57:43ecastilloecastillo@mty.btlconsultants.com.mxecastilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:32.56ae17f5-7a80-0456-8a6d-4cf1d3258708.ecastillo@mty.btlconsultants.com.mx N:ecastillo;;;; FN:ecastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ecastillo@mty.btlconsultants.com.mx END:VCARD ecastillo ecastillo@mty.btlconsultants.com.mxH@ 3K AY2023-07-06 15:57:43slaraslara@mty.btlconsultants.com.mxslaraBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:30.2503c5dd-84b6-9a49-3fd8-569e572f0e74.slara@mty.btlconsultants.com.mx N:slara;;;; FN:slara EMAIL;TYPE=INTERNET;TYPE=INTERNET:slara@mty.btlconsultants.com.mx END:VCARD slara slara@mty.btlconsultants.com.mxu? 3!U !im2023-07-06 15:57:43ioyervidezioyervidez@mty.btlconsultants.com.mxioyervidezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:29.551e72ac-b97c-e8d9-8d71-381549a7e89b.ioyervidez@mty.btlconsultants.com.mx N:ioyervidez;;;; FN:ioyervidez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ioyervidez@mty.btlconsultants.com.mx END:VCARD ioyervidez ioyervidez@mty.btlconsultants.com.mxQ> 3M I]2023-07-06 15:57:43kramoskramos@mty.btlconsultants.com.mxkramosBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:27.2575bef9-23b9-2fe4-0b9f-5e492867a638.kramos@mty.btlconsultants.com.mx N:kramos;;;; FN:kramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:kramos@mty.btlconsultants.com.mx END:VCARD kramos kramos@mty.btlconsultants.com.mxZ= 3O Qa2023-07-06 15:57:43vlozanovlozano@mty.btlconsultants.com.mxvlozanoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:25.e0ddd516-828d-0475-5171-29b73faf49fa.vlozano@mty.btlconsultants.com.mx N:vlozano;;;; FN:vlozano EMAIL;TYPE=INTERNET;TYPE=INTERNET:vlozano@mty.btlconsultants.com.mx END:VCARD vlozano vlozano@mty.btlconsultants.com.mxc< 3Q Ye2023-07-06 15:57:43gsanchezgsanchez@mty.btlconsultants.com.mxgsanchezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:24.d4a4e42b-7788-7c2d-a9be-d7dd5e445137.gsanchez@mty.btlconsultants.com.mx N:gsanchez;;;; FN:gsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:gsanchez@mty.btlconsultants.com.mx END:VCARD gsanchez gsanchez@mty.btlconsultants.com.mxc; 3Q Ye2023-07-06 15:57:43gcarreragcarrera@mty.btlconsultants.com.mxgcarreraBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:39:22.7aa8d075-3187-2489-82e4-c1022bc7ede5.gcarrera@mty.btlconsultants.com.mx N:gcarrera;;;; FN:gcarrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:gcarrera@mty.btlconsultants.com.mx END:VCARD gcarrera gcarrera@mty.btlconsultants.com.mx  D [UZP 3O Qa2023-07-06 15:57:43epelayoepelayo@oax.btlconsultants.com.mxepelayoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:45:08.b29f541b-2f78-8ba2-b557-e1666f240945.epelayo@oax.btlconsultants.com.mx N:epelayo;;;; FN:epelayo EMAIL;TYPE=INTERNET;TYPE=INTERNET:epelayo@oax.btlconsultants.com.mx END:VCARD epelayo epelayo@oax.btlconsultants.com.mxO 3%Y %yq2023-07-06 15:57:43luis.marquezluis.marquez@oax.btlconsultants.com.mxluis.marquezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:45:06.342b2c82-13ae-6e67-5fb7-174e63869c7c.luis.marquez@oax.btlconsultants.com.mx N:luis.marquez;;;; FN:luis.marquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:luis.marquez@oax.btlconsultants.com.mx END:VCARD luis.marquz luis.marquz@oax.btlconsultants.com.mxcN 3Q Ye2023-07-06 15:57:43jresenosjresenos@oax.btlconsultants.com.mxjresenosBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:45:04.6fc10f85-c594-5782-7d01-63fecf73f2b2.jresenos@oax.btlconsultants.com.mx N:jresenos;;;; FN:jresenos EMAIL;TYPE=INTERNET;TYPE=INTERNET:jresenos@oax.btlconsultants.com.mx END:VCARD jresenos jresenos@oax.btlconsultants.com.mxcM 3Q Ye2023-07-06 15:57:43gjimenezgjimenez@oax.btlconsultants.com.mxgjimenezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:45:03.33aa27a5-36b6-dced-ba88-d2bb6385c745.gjimenez@oax.btlconsultants.com.mx N:gjimenez;;;; FN:gjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:gjimenez@oax.btlconsultants.com.mx END:VCARD gjimenez gjimenez@oax.btlconsultants.com.mxOL 3M IY2023-07-06 15:57:43dquerodquero@oax.btlconsultants.com.mxdqueroBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:45:01.7c0cfec9-c4a3-a3fa-da60-1a29e2395e91.dquero@oax.btlconsultants.com.mx N:dquero;;;; FN:dquero EMAIL;TYPE=INTERNET;TYPE=INTERNET:dquero@oax.btlconsultants.com.mx END:VCARD dquro dquro@oax.btlconsultants.com.mxQK 3M I]2023-07-06 15:57:43egomezegomez@oax.btlconsultants.com.mxegomezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:45:00.98cb8e07-35e7-7750-34dc-a2051eb4ca25.egomez@oax.btlconsultants.com.mx N:egomez;;;; FN:egomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:egomez@oax.btlconsultants.com.mx END:VCARD egomez egomez@oax.btlconsultants.com.mxZJ 3O Qa2023-07-06 15:57:43aubaldoaubaldo@oax.btlconsultants.com.mxaubaldoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:44:58.59db6f51-1c3b-b0e5-4641-ac24f8b4740c.aubaldo@oax.btlconsultants.com.mx N:aubaldo;;;; FN:aubaldo EMAIL;TYPE=INTERNET;TYPE=INTERNET:aubaldo@oax.btlconsultants.com.mx END:VCARD aubaldo aubaldo@oax.btlconsultants.com.mxlI 3S ai2023-07-06 15:57:43emir.cruzemir.cruz@oax.btlconsultants.com.mxemir.cruzBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:44:57.80452629-f85d-840a-72c4-a5aa9c8e48b6.emir.cruz@oax.btlconsultants.com.mx N:emir.cruz;;;; FN:emir.cruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:emir.cruz@oax.btlconsultants.com.mx END:VCARD emir.cruz emir.cruz@oax.btlconsultants.com.mxuH 3!U !im2023-07-06 15:57:43rhernandezrhernandez@oax.btlconsultants.com.mxrhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:44:56.acca7eae-e901-b512-bd3f-47aa774ded2f.rhernandez@oax.btlconsultants.com.mx N:rhernandez;;;; FN:rhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rhernandez@oax.btlconsultants.com.mx END:VCARD rhernandez rhernandez@oax.btlconsultants.com.mxcG 3Q Ye2023-07-06 15:57:43aramirezaramirez@oax.btlconsultants.com.mxaramirezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:44:54.e40d1a6e-b26e-bd9e-813c-495cd32739e9.aramirez@oax.btlconsultants.com.mx N:aramirez;;;; FN:aramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:aramirez@oax.btlconsultants.com.mx END:VCARD aramirez aramirez@oax.btlconsultants.com.mxQF 3M I]2023-07-06 15:57:43sperezsperez@oax.btlconsultants.com.mxsperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:44:53.5b029540-1f38-30bd-95a3-c8f03ce0c099.sperez@oax.btlconsultants.com.mx N:sperez;;;; FN:sperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:sperez@oax.btlconsultants.com.mx END:VCARD sperez sperez@oax.btlconsultants.com.mx  = #{K[ 3%Y %ys2023-07-06 15:57:44cesar.mendezcesar.mendez@pue.btlconsultants.com.mxcesar.mendezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:10.c06696aa-dbd3-3ef4-5849-a8425a2aed0a.cesar.mendez@pue.btlconsultants.com.mx N:cesar.mendez;;;; FN:cesar.mendez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cesar.mendez@pue.btlconsultants.com.mx END:VCARD cesar.mendez cesar.mendez@pu.btlconsultants.com.mxPZ 3M I[2023-07-06 15:57:44vtapiavtapia@pue.btlconsultants.com.mxvtapiaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:08.78862f0b-b785-98eb-9943-6b174c8ec462.vtapia@pue.btlconsultants.com.mx N:vtapia;;;; FN:vtapia EMAIL;TYPE=INTERNET;TYPE=INTERNET:vtapia@pue.btlconsultants.com.mx END:VCARD vtapia vtapia@pu.btlconsultants.com.mxbY 3Q Yc2023-07-06 15:57:44jmoralesjmorales@pue.btlconsultants.com.mxjmoralesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:07.e909e4ef-761b-82fa-3b57-83e7612454d7.jmorales@pue.btlconsultants.com.mx N:jmorales;;;; FN:jmorales EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmorales@pue.btlconsultants.com.mx END:VCARD jmorales jmorales@pu.btlconsultants.com.mxrX 3!U !ig2023-07-06 15:57:44evelazquezevelazquez@pue.btlconsultants.com.mxevelazquezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:05.78b5bc77-52aa-9b77-2f18-2c349215fafe.evelazquez@pue.btlconsultants.com.mx N:evelazquez;;;; FN:evelazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:evelazquez@pue.btlconsultants.com.mx END:VCARD evelazquz evelazquz@pu.btlconsultants.com.mxHW 3K AY2023-07-06 15:57:44udiazudiaz@oax.btlconsultants.com.mxudiazBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:45:18.97b61c2a-5d16-8692-6218-f9d172a71287.udiaz@oax.btlconsultants.com.mx N:udiaz;;;; FN:udiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:udiaz@oax.btlconsultants.com.mx END:VCARD udiaz udiaz@oax.btlconsultants.com.mxXV 3O Q]2023-07-06 15:57:44acuevasacuevas@oax.btlconsultants.com.mxacuevasBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:45:16.5ac8ddbe-400c-6e22-9c7f-6adb6eea1746.acuevas@oax.btlconsultants.com.mx N:acuevas;;;; FN:acuevas EMAIL;TYPE=INTERNET;TYPE=INTERNET:acuevas@oax.btlconsultants.com.mx END:VCARD acuvas acuvas@oax.btlconsultants.com.mxcU 3Q Ye2023-07-06 15:57:43framirezframirez@oax.btlconsultants.com.mxframirezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:45:15.8df779d2-0d02-38bb-29a8-cdbf79164244.framirez@oax.btlconsultants.com.mx N:framirez;;;; FN:framirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:framirez@oax.btlconsultants.com.mx END:VCARD framirez framirez@oax.btlconsultants.com.mxZT 3O Qa2023-07-06 15:57:43lpadronlpadron@oax.btlconsultants.com.mxlpadronBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:45:13.e05a486a-b6a6-90f6-f757-23e585602c01.lpadron@oax.btlconsultants.com.mx N:lpadron;;;; FN:lpadron EMAIL;TYPE=INTERNET;TYPE=INTERNET:lpadron@oax.btlconsultants.com.mx END:VCARD lpadron lpadron@oax.btlconsultants.com.mxQS 3M I]2023-07-06 15:57:43alujanalujan@oax.btlconsultants.com.mxalujanBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:45:12.50758b69-5619-c0c0-36cb-11d1cb8dbee4.alujan@oax.btlconsultants.com.mx N:alujan;;;; FN:alujan EMAIL;TYPE=INTERNET;TYPE=INTERNET:alujan@oax.btlconsultants.com.mx END:VCARD alujan alujan@oax.btlconsultants.com.mxZR 3O Qa2023-07-06 15:57:43ggarciaggarcia@oax.btlconsultants.com.mxggarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:45:11.cdff6f43-4e1a-59c7-a679-3f0fac7aa4ad.ggarcia@oax.btlconsultants.com.mx N:ggarcia;;;; FN:ggarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ggarcia@oax.btlconsultants.com.mx END:VCARD ggarcia ggarcia@oax.btlconsultants.com.mxaQ 3Q Ya2023-07-06 15:57:43oestradaoestrada@oax.btlconsultants.com.mxoestradaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:45:09.bd820c4a-7f65-b0bf-9622-9d32f48c6a24.oestrada@oax.btlconsultants.com.mx N:oestrada;;;; FN:oestrada EMAIL;TYPE=INTERNET;TYPE=INTERNET:oestrada@oax.btlconsultants.com.mx END:VCARD ostrada ostrada@oax.btlconsultants.com.mx  = &cCkf 3S ag2023-07-06 15:57:44sespinosasespinosa@pue.btlconsultants.com.mxsespinosaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:28.010d912c-6f4c-fa6f-aaf7-3886ed9029ba.sespinosa@pue.btlconsultants.com.mx N:sespinosa;;;; FN:sespinosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:sespinosa@pue.btlconsultants.com.mx END:VCARD sespinosa sespinosa@pu.btlconsultants.com.mxbe 3Q Yc2023-07-06 15:57:44mramirezmramirez@pue.btlconsultants.com.mxmramirezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:26.212911b4-5754-e70b-6cc8-3fe235ad5d8f.mramirez@pue.btlconsultants.com.mx N:mramirez;;;; FN:mramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mramirez@pue.btlconsultants.com.mx END:VCARD mramirez mramirez@pu.btlconsultants.com.mxPd 3M I[2023-07-06 15:57:44rmunisrmunis@pue.btlconsultants.com.mxrmunisBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:24.34e41051-f5cf-89ea-244a-241ccaa6bbe5.rmunis@pue.btlconsultants.com.mx N:rmunis;;;; FN:rmunis EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmunis@pue.btlconsultants.com.mx END:VCARD rmunis rmunis@pu.btlconsultants.com.mxbc 3Q Yc2023-07-06 15:57:44ldelgadoldelgado@pue.btlconsultants.com.mxldelgadoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:23.a07fa6fb-594c-2ecd-a297-a1e7106f0e9c.ldelgado@pue.btlconsultants.com.mx N:ldelgado;;;; FN:ldelgado EMAIL;TYPE=INTERNET;TYPE=INTERNET:ldelgado@pue.btlconsultants.com.mx END:VCARD ldelgado ldelgado@pu.btlconsultants.com.mxbb 3Q Yc2023-07-06 15:57:44dcoroneldcoronel@pue.btlconsultants.com.mxdcoronelBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:20.aa796fb3-f20b-ea18-1e04-983547076282.dcoronel@pue.btlconsultants.com.mx N:dcoronel;;;; FN:dcoronel EMAIL;TYPE=INTERNET;TYPE=INTERNET:dcoronel@pue.btlconsultants.com.mx END:VCARD dcoronel dcoronel@pu.btlconsultants.com.mxYa 3O Q_2023-07-06 15:57:44igarciaigarcia@pue.btlconsultants.com.mxigarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:19.0ddbdc66-d6d7-2f99-9982-eec8014c58ba.igarcia@pue.btlconsultants.com.mx N:igarcia;;;; FN:igarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:igarcia@pue.btlconsultants.com.mx END:VCARD igarcia igarcia@pu.btlconsultants.com.mxb` 3Q Yc2023-07-06 15:57:44nbadillonbadillo@pue.btlconsultants.com.mxnbadilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:17.7ccd169e-35d2-1a77-138a-4f81992fc6c4.nbadillo@pue.btlconsultants.com.mx N:nbadillo;;;; FN:nbadillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:nbadillo@pue.btlconsultants.com.mx END:VCARD nbadillo nbadillo@pu.btlconsultants.com.mxY_ 3O Q_2023-07-06 15:57:44epriegoepriego@pue.btlconsultants.com.mxepriegoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:16.58f114e8-08bc-60e3-7f7b-6a7a7293f08d.epriego@pue.btlconsultants.com.mx N:epriego;;;; FN:epriego EMAIL;TYPE=INTERNET;TYPE=INTERNET:epriego@pue.btlconsultants.com.mx END:VCARD epriego epriego@pu.btlconsultants.com.mxP^ 3M I[2023-07-06 15:57:44lochoalochoa@pue.btlconsultants.com.mxlochoaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:14.400ba523-77f9-c8c7-4780-3472c69f3ab4.lochoa@pue.btlconsultants.com.mx N:lochoa;;;; FN:lochoa EMAIL;TYPE=INTERNET;TYPE=INTERNET:lochoa@pue.btlconsultants.com.mx END:VCARD lochoa lochoa@pu.btlconsultants.com.mxb] 3Q Yc2023-07-06 15:57:44jramirezjramirez@pue.btlconsultants.com.mxjramirezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:13.69c6c5e6-6c48-c4c9-a7ea-0b04b75c082c.jramirez@pue.btlconsultants.com.mx N:jramirez;;;; FN:jramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jramirez@pue.btlconsultants.com.mx END:VCARD jramirez jramirez@pu.btlconsultants.com.mxY\ 3O Q_2023-07-06 15:57:44rcastrorcastro@pue.btlconsultants.com.mxrcastroBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:12.93dfb4d4-f271-d9ae-6c29-0a77c58ea18c.rcastro@pue.btlconsultants.com.mx N:rcastro;;;; FN:rcastro EMAIL;TYPE=INTERNET;TYPE=INTERNET:rcastro@pue.btlconsultants.com.mx END:VCARD rcastro rcastro@pu.btlconsultants.com.mx  a (/crq 3!U !ig2023-07-06 15:57:44grodriguezgrodriguez@pue.btlconsultants.com.mxgrodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:44.37043780-e3cf-666f-e0bd-8808445dd686.grodriguez@pue.btlconsultants.com.mx N:grodriguez;;;; FN:grodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:grodriguez@pue.btlconsultants.com.mx END:VCARD grodriguz grodriguz@pu.btlconsultants.com.mxbp 3Q Yc2023-07-06 15:57:44rpachecorpacheco@pue.btlconsultants.com.mxrpachecoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:43.4baca984-fb9f-c136-6167-675d077a2175.rpacheco@pue.btlconsultants.com.mx N:rpacheco;;;; FN:rpacheco EMAIL;TYPE=INTERNET;TYPE=INTERNET:rpacheco@pue.btlconsultants.com.mx END:VCARD rpacheco rpacheco@pu.btlconsultants.com.mxYo 3O Q_2023-07-06 15:57:44j.perezj.perez@pue.btlconsultants.com.mxj.perezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:41.101c4255-8794-2d1a-803a-5eb26279e9c5.j.perez@pue.btlconsultants.com.mx N:j.perez;;;; FN:j.perez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.perez@pue.btlconsultants.com.mx END:VCARD j.perez j.perez@pu.btlconsultants.com.mxkn 3S ag2023-07-06 15:57:44j.escobarj.escobar@pue.btlconsultants.com.mxj.escobarBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:40.6b31fbc6-c3a9-c8a2-d4fe-a21b25f20aa9.j.escobar@pue.btlconsultants.com.mx N:j.escobar;;;; FN:j.escobar EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.escobar@pue.btlconsultants.com.mx END:VCARD j.escobar j.escobar@pu.btlconsultants.com.mxm 3%Y %ys2023-07-06 15:57:44tmonterrosastmonterrosas@pue.btlconsultants.com.mxtmonterrosasBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:38.47a7e856-4a42-e317-8501-660e0f7fba24.tmonterrosas@pue.btlconsultants.com.mx N:tmonterrosas;;;; FN:tmonterrosas EMAIL;TYPE=INTERNET;TYPE=INTERNET:tmonterrosas@pue.btlconsultants.com.mx END:VCARD tmonterrosas tmonterrosas@pu.btlconsultants.com.mxkl 3S ag2023-07-06 15:57:44ggonzalezggonzalez@pue.btlconsultants.com.mxggonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:37.c80015b7-15d3-504b-2fdc-7503530e3c1b.ggonzalez@pue.btlconsultants.com.mx N:ggonzalez;;;; FN:ggonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ggonzalez@pue.btlconsultants.com.mx END:VCARD ggonzalez ggonzalez@pu.btlconsultants.com.mxkk 3S ag2023-07-06 15:57:44acarvajalacarvajal@pue.btlconsultants.com.mxacarvajalBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:35.e03e6c75-fd2f-f8f8-dd78-16f08f154b4d.acarvajal@pue.btlconsultants.com.mx N:acarvajal;;;; FN:acarvajal EMAIL;TYPE=INTERNET;TYPE=INTERNET:acarvajal@pue.btlconsultants.com.mx END:VCARD acarvajal acarvajal@pu.btlconsultants.com.mx`j 3Q Y_2023-07-06 15:57:44cvazquezcvazquez@pue.btlconsultants.com.mxcvazquezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:34.bf145b15-f675-8096-0324-ad91c3293d5b.cvazquez@pue.btlconsultants.com.mx N:cvazquez;;;; FN:cvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cvazquez@pue.btlconsultants.com.mx END:VCARD cvazquz cvazquz@pu.btlconsultants.com.mxbi 3Q Yc2023-07-06 15:57:44aherreraaherrera@pue.btlconsultants.com.mxaherreraBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:32.e2c7c060-1340-790d-d9d4-c0b6af5fe3a5.aherrera@pue.btlconsultants.com.mx N:aherrera;;;; FN:aherrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:aherrera@pue.btlconsultants.com.mx END:VCARD aherrera aherrera@pu.btlconsultants.com.mxGh 3K AW2023-07-06 15:57:44vveravvera@pue.btlconsultants.com.mxvveraBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:31.d9d363b9-5f52-b46b-26af-7fbf7d456147.vvera@pue.btlconsultants.com.mx N:vvera;;;; FN:vvera EMAIL;TYPE=INTERNET;TYPE=INTERNET:vvera@pue.btlconsultants.com.mx END:VCARD vvera vvera@pu.btlconsultants.com.mxPg 3M I[2023-07-06 15:57:44grojasgrojas@pue.btlconsultants.com.mxgrojasBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:29.13813236-a53e-4b14-8d50-d7d9e8d79e1f.grojas@pue.btlconsultants.com.mx N:grojas;;;; FN:grojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:grojas@pue.btlconsultants.com.mx END:VCARD grojas grojas@pu.btlconsultants.com.mx  + z lLY| 3O Q_2023-07-06 15:57:44agaticaagatica@pue.btlconsultants.com.mxagaticaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:49:02.69bc6d64-e022-1ff5-8f57-fc4f46108b71.agatica@pue.btlconsultants.com.mx N:agatica;;;; FN:agatica EMAIL;TYPE=INTERNET;TYPE=INTERNET:agatica@pue.btlconsultants.com.mx END:VCARD agatica agatica@pu.btlconsultants.com.mxb{ 3Q Yc2023-07-06 15:57:44slinaresslinares@pue.btlconsultants.com.mxslinaresBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:49:00.49d1603a-f410-9ed0-b4c2-da4a2fb555ce.slinares@pue.btlconsultants.com.mx N:slinares;;;; FN:slinares EMAIL;TYPE=INTERNET;TYPE=INTERNET:slinares@pue.btlconsultants.com.mx END:VCARD slinares slinares@pu.btlconsultants.com.mxPz 3M I[2023-07-06 15:57:44mortizmortiz@pue.btlconsultants.com.mxmortizBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:58.7ba9fcc0-daec-166b-fad2-ccdd382fe1d4.mortiz@pue.btlconsultants.com.mx N:mortiz;;;; FN:mortiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:mortiz@pue.btlconsultants.com.mx END:VCARD mortiz mortiz@pu.btlconsultants.com.mxby 3Q Yc2023-07-06 15:57:44mmirandammiranda@pue.btlconsultants.com.mxmmirandaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:57.5c186001-8f3a-62b6-a4c8-19010dfce16e.mmiranda@pue.btlconsultants.com.mx N:mmiranda;;;; FN:mmiranda EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmiranda@pue.btlconsultants.com.mx END:VCARD mmiranda mmiranda@pu.btlconsultants.com.mxGx 3K AW2023-07-06 15:57:44rruizrruiz@pue.btlconsultants.com.mxrruizBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:55.a812efc8-707b-96d8-c39c-4e7f28d49ca5.rruiz@pue.btlconsultants.com.mx N:rruiz;;;; FN:rruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:rruiz@pue.btlconsultants.com.mx END:VCARD rruiz rruiz@pu.btlconsultants.com.mxYw 3O Q_2023-07-06 15:57:44j.solisj.solis@pue.btlconsultants.com.mxj.solisBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:54.e304f546-4b4b-a52b-aa56-fd83770fd765.j.solis@pue.btlconsultants.com.mx N:j.solis;;;; FN:j.solis EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.solis@pue.btlconsultants.com.mx END:VCARD j.solis j.solis@pu.btlconsultants.com.mxbv 3Q Yc2023-07-06 15:57:44fjimenezfjimenez@pue.btlconsultants.com.mxfjimenezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:52.91a1d2c2-145f-b426-7e58-cdc27ff04643.fjimenez@pue.btlconsultants.com.mx N:fjimenez;;;; FN:fjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:fjimenez@pue.btlconsultants.com.mx END:VCARD fjimenez fjimenez@pu.btlconsultants.com.mxbu 3Q Yc2023-07-06 15:57:44jdejesusjdejesus@pue.btlconsultants.com.mxjdejesusBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:51.b3f11ce9-92a7-f35d-91a2-0a47f32fb29f.jdejesus@pue.btlconsultants.com.mx N:jdejesus;;;; FN:jdejesus EMAIL;TYPE=INTERNET;TYPE=INTERNET:jdejesus@pue.btlconsultants.com.mx END:VCARD jdejesus jdejesus@pu.btlconsultants.com.mxGt 3K AW2023-07-06 15:57:44icruzicruz@pue.btlconsultants.com.mxicruzBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:49.891063bc-67f6-987b-e646-338594fb10bf.icruz@pue.btlconsultants.com.mx N:icruz;;;; FN:icruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:icruz@pue.btlconsultants.com.mx END:VCARD icruz icruz@pu.btlconsultants.com.mxbs 3Q Yc2023-07-06 15:57:44emelchoremelchor@pue.btlconsultants.com.mxemelchorBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:47.4388440a-9092-be73-f009-b6879d997728.emelchor@pue.btlconsultants.com.mx N:emelchor;;;; FN:emelchor EMAIL;TYPE=INTERNET;TYPE=INTERNET:emelchor@pue.btlconsultants.com.mx END:VCARD emelchor emelchor@pu.btlconsultants.com.mxkr 3S ag2023-07-06 15:57:44czambranoczambrano@pue.btlconsultants.com.mxczambranoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:48:46.6b6a60cb-b9c7-29ec-c385-c68695ad5ae6.czambrano@pue.btlconsultants.com.mx N:czambrano;;;; FN:czambrano EMAIL;TYPE=INTERNET;TYPE=INTERNET:czambrano@pue.btlconsultants.com.mx END:VCARD czambrano czambrano@pu.btlconsultants.com.mx   7` Oc 3Q Ye2023-07-06 15:57:45aparedesaparedes@qro.btlconsultants.com.mxaparedesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:49:56.39a6debc-de82-fae5-5351-2b0af93fbd35.aparedes@qro.btlconsultants.com.mx N:aparedes;;;; FN:aparedes EMAIL;TYPE=INTERNET;TYPE=INTERNET:aparedes@qro.btlconsultants.com.mx END:VCARD aparedes aparedes@qro.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:45cmedinacmedina@qro.btlconsultants.com.mxcmedinaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:49:55.97caeb78-35e4-ed01-f3d1-464bfb55505a.cmedina@qro.btlconsultants.com.mx N:cmedina;;;; FN:cmedina EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmedina@qro.btlconsultants.com.mx END:VCARD cmedina cmedina@qro.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:45ajimenezajimenez@qro.btlconsultants.com.mxajimenezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:49:53.8d83c6b7-6046-5d90-9987-ba5d8fef9849.ajimenez@qro.btlconsultants.com.mx N:ajimenez;;;; FN:ajimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ajimenez@qro.btlconsultants.com.mx END:VCARD ajimenez ajimenez@qro.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:45jariasjarias@qro.btlconsultants.com.mxjariasBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:49:52.4f3501d3-4f04-6662-43e3-8f8060bcf4fe.jarias@qro.btlconsultants.com.mx N:jarias;;;; FN:jarias EMAIL;TYPE=INTERNET;TYPE=INTERNET:jarias@qro.btlconsultants.com.mx END:VCARD jarias jarias@qro.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:45iariasiarias@qro.btlconsultants.com.mxiariasBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:49:50.3dc8156b-253c-ed73-3a15-3572033a5762.iarias@qro.btlconsultants.com.mx N:iarias;;;; FN:iarias EMAIL;TYPE=INTERNET;TYPE=INTERNET:iarias@qro.btlconsultants.com.mx END:VCARD iarias iarias@qro.btlconsultants.com.mxl 3S ai2023-07-06 15:57:45jresendizjresendiz@qro.btlconsultants.com.mxjresendizBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:49:48.ad3dc514-7c53-c390-d143-df6afeaa0626.jresendiz@qro.btlconsultants.com.mx N:jresendiz;;;; FN:jresendiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:jresendiz@qro.btlconsultants.com.mx END:VCARD jresendiz jresendiz@qro.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:44gcentenogcenteno@qro.btlconsultants.com.mxgcentenoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:49:47.82bf60f9-0012-dafe-89b7-e0fcd4fc733a.gcenteno@qro.btlconsultants.com.mx N:gcenteno;;;; FN:gcenteno EMAIL;TYPE=INTERNET;TYPE=INTERNET:gcenteno@qro.btlconsultants.com.mx END:VCARD gcenteno gcenteno@qro.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:44dchavezdchavez@qro.btlconsultants.com.mxdchavezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:49:45.93a1b156-eabd-0466-ed44-03af07618a3f.dchavez@qro.btlconsultants.com.mx N:dchavez;;;; FN:dchavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dchavez@qro.btlconsultants.com.mx END:VCARD dchavez dchavez@qro.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:44sjmartinezsjmartinez@qro.btlconsultants.com.mxsjmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:49:44.cbb7e0d2-0829-9af8-f2de-423f6c3ee4ea.sjmartinez@qro.btlconsultants.com.mx N:sjmartinez;;;; FN:sjmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:sjmartinez@qro.btlconsultants.com.mx END:VCARD sjmartinez sjmartinez@qro.btlconsultants.com.mxu~ 3!U !im2023-07-06 15:57:44rcastrejonrcastrejon@qro.btlconsultants.com.mxrcastrejonBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:49:42.2c3d92c6-06d3-3597-0942-79d9b6974556.rcastrejon@qro.btlconsultants.com.mx N:rcastrejon;;;; FN:rcastrejon EMAIL;TYPE=INTERNET;TYPE=INTERNET:rcastrejon@qro.btlconsultants.com.mx END:VCARD rcastrejon rcastrejon@qro.btlconsultants.com.mxu} 3!U !im2023-07-06 15:57:44jemartinezjemartinez@qro.btlconsultants.com.mxjemartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:49:40.a01d712d-1685-b3e0-06c6-c3c5d614387d.jemartinez@qro.btlconsultants.com.mx N:jemartinez;;;; FN:jemartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jemartinez@qro.btlconsultants.com.mx END:VCARD jemartinez jemartinez@qro.btlconsultants.com.mx YE  { r i ` W N E < 3 * !    PG>5,# x o f ] T K B 9 0 '    v m d [ R I @ 7 . %   zqh_VMD;2) ~ulcZQH?6-$ ypg^ULC:1( }tkbYPG>5,#xof]TKB90' |sjaXOF=4+" | s j a X O F = 4 + "    w n e \ S J A 8 / &  ypg^ULC:1( }tkbY                                                            ~~ }} || {{ zz yy xx ww vv uu tt ss rr qq pp oo nn mm ll kk jj ii hh gg ff ee dd cc bb aa `` __ ^^ ]] \\ [[ ZZ YY XX WW VV UU TT SS RR QQ PP OO NN MM LL KK JJ II HH GG FF EE DD CC BB AA @@ ?? >> == << ;; :: 99 88 77 66 55 44 33 22 11 00 // .. -- ,, ++ ** )) (( '' && %% $$ ## "" !!                                                                                                                                                                                          ; 3+fl 3S ai2023-07-06 15:57:45hmartinezhmartinez@qro.btlconsultants.com.mxhmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:15.e919d1c7-9f98-5bae-5c1b-abba51c0ee69.hmartinez@qro.btlconsultants.com.mx N:hmartinez;;;; FN:hmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:hmartinez@qro.btlconsultants.com.mx END:VCARD hmartinez hmartinez@qro.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:45emorenoemoreno@qro.btlconsultants.com.mxemorenoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:14.38844e76-3800-9aa3-c747-abdaa88dd239.emoreno@qro.btlconsultants.com.mx N:emoreno;;;; FN:emoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:emoreno@qro.btlconsultants.com.mx END:VCARD emoreno emoreno@qro.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:45aserafinaserafin@qro.btlconsultants.com.mxaserafinBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:12.bda5d8ea-5b29-8271-6ae8-4489f9dd7d86.aserafin@qro.btlconsultants.com.mx N:aserafin;;;; FN:aserafin EMAIL;TYPE=INTERNET;TYPE=INTERNET:aserafin@qro.btlconsultants.com.mx END:VCARD aserafin aserafin@qro.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:45azamudioazamudio@qro.btlconsultants.com.mxazamudioBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:10.e0c4af51-007d-3026-683a-b11543f57210.azamudio@qro.btlconsultants.com.mx N:azamudio;;;; FN:azamudio EMAIL;TYPE=INTERNET;TYPE=INTERNET:azamudio@qro.btlconsultants.com.mx END:VCARD azamudio azamudio@qro.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:45mramosmramos@qro.btlconsultants.com.mxmramosBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:08.7d8c709c-9fb1-690f-f625-e8df950099c9.mramos@qro.btlconsultants.com.mx N:mramos;;;; FN:mramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:mramos@qro.btlconsultants.com.mx END:VCARD mramos mramos@qro.btlconsultants.com.mxH 3K AY2023-07-06 15:57:45fmatafmata@qro.btlconsultants.com.mxfmataBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:06.e6356c12-bcc6-9517-1a98-41594fc6a74f.fmata@qro.btlconsultants.com.mx N:fmata;;;; FN:fmata EMAIL;TYPE=INTERNET;TYPE=INTERNET:fmata@qro.btlconsultants.com.mx END:VCARD fmata fmata@qro.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:45mgarciamgarcia@qro.btlconsultants.com.mxmgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:04.b40acdb9-7cb2-cb64-8c9c-65971194a95e.mgarcia@qro.btlconsultants.com.mx N:mgarcia;;;; FN:mgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgarcia@qro.btlconsultants.com.mx END:VCARD mgarcia mgarcia@qro.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:45dreyesdreyes@qro.btlconsultants.com.mxdreyesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:02.9a854474-4da8-2e4f-24d3-eb7272d1369d.dreyes@qro.btlconsultants.com.mx N:dreyes;;;; FN:dreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:dreyes@qro.btlconsultants.com.mx END:VCARD dreyes dreyes@qro.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:45dterandteran@qro.btlconsultants.com.mxdteranBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:01.c8832e74-9a3e-a7fb-7edc-f9896bee2d65.dteran@qro.btlconsultants.com.mx N:dteran;;;; FN:dteran EMAIL;TYPE=INTERNET;TYPE=INTERNET:dteran@qro.btlconsultants.com.mx END:VCARD dteran dteran@qro.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:45lfierrolfierro@qro.btlconsultants.com.mxlfierroBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:49:59.5ae3a1d4-9f1a-1dc6-8d2a-8cf7135229dd.lfierro@qro.btlconsultants.com.mx N:lfierro;;;; FN:lfierro EMAIL;TYPE=INTERNET;TYPE=INTERNET:lfierro@qro.btlconsultants.com.mx END:VCARD lfierro lfierro@qro.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:45aramirezaramirez@qro.btlconsultants.com.mxaramirezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:49:58.f7e6997a-9199-3be2-5f5b-ea1c824f77f4.aramirez@qro.btlconsultants.com.mx N:aramirez;;;; FN:aramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:aramirez@qro.btlconsultants.com.mx END:VCARD aramirez aramirez@qro.btlconsultants.com.mx  ; mSKu 3!U !im2023-07-06 15:57:45fjcastillofjcastillo@can.btlconsultants.com.mxfjcastilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:56.62afa19b-ae66-0d96-b4f1-a8ccb55ce3c0.fjcastillo@can.btlconsultants.com.mx N:fjcastillo;;;; FN:fjcastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:fjcastillo@can.btlconsultants.com.mx END:VCARD fjcastillo fjcastillo@can.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:45dquiandquian@can.btlconsultants.com.mxdquianBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:54.dad868d8-9583-cc9a-8b83-6a9793e70c44.dquian@can.btlconsultants.com.mx N:dquian;;;; FN:dquian EMAIL;TYPE=INTERNET;TYPE=INTERNET:dquian@can.btlconsultants.com.mx END:VCARD dquian dquian@can.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:45euperezeuperez@can.btlconsultants.com.mxeuperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:53.23df9a65-57d3-628a-7d5a-09b11ee58c43.euperez@can.btlconsultants.com.mx N:euperez;;;; FN:euperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:euperez@can.btlconsultants.com.mx END:VCARD euperez euperez@can.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:45kpereakperea@can.btlconsultants.com.mxkpereaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:52.6b6a84b1-ba19-fd5b-7dcc-f78b7df3b0ce.kperea@can.btlconsultants.com.mx N:kperea;;;; FN:kperea EMAIL;TYPE=INTERNET;TYPE=INTERNET:kperea@can.btlconsultants.com.mx END:VCARD kperea kperea@can.btlconsultants.com.mxH 3K AY2023-07-06 15:57:45mruizmruiz@qro.btlconsultants.com.mxmruizBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:26.ce8dfe12-6e73-9aef-778c-e53130cf3b58.mruiz@qro.btlconsultants.com.mx N:mruiz;;;; FN:mruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:mruiz@qro.btlconsultants.com.mx END:VCARD mruiz mruiz@qro.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:45aorozcoaorozco@qro.btlconsultants.com.mxaorozcoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:24.569ade1e-a1cd-0715-ec92-90c7f49c3050.aorozco@qro.btlconsultants.com.mx N:aorozco;;;; FN:aorozco EMAIL;TYPE=INTERNET;TYPE=INTERNET:aorozco@qro.btlconsultants.com.mx END:VCARD aorozco aorozco@qro.btlconsultants.com.mxl 3S ai2023-07-06 15:57:45a.serafina.serafin@qro.btlconsultants.com.mxa.serafinBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:23.7e3e6962-b46c-1547-e482-9e69bd290837.a.serafin@qro.btlconsultants.com.mx N:a.serafin;;;; FN:a.serafin EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.serafin@qro.btlconsultants.com.mx END:VCARD a.serafin a.serafin@qro.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:45jsanchajsancha@qro.btlconsultants.com.mxjsanchaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:21.e4cd276b-283a-1903-82a0-ae5d7efe0424.jsancha@qro.btlconsultants.com.mx N:jsancha;;;; FN:jsancha EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsancha@qro.btlconsultants.com.mx END:VCARD jsancha jsancha@qro.btlconsultants.com.mxl 3S ai2023-07-06 15:57:45jmartinezjmartinez@qro.btlconsultants.com.mxjmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:20.bce3440b-a27c-d3b0-5b42-45ac26a4b521.jmartinez@qro.btlconsultants.com.mx N:jmartinez;;;; FN:jmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmartinez@qro.btlconsultants.com.mx END:VCARD jmartinez jmartinez@qro.btlconsultants.com.mxl 3S ai2023-07-06 15:57:45mhinojosamhinojosa@qro.btlconsultants.com.mxmhinojosaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:18.7c0dc8ee-7c5b-73dd-13d6-fbcf5a85e6a9.mhinojosa@qro.btlconsultants.com.mx N:mhinojosa;;;; FN:mhinojosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:mhinojosa@qro.btlconsultants.com.mx END:VCARD mhinojosa mhinojosa@qro.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:45rboysorboyso@qro.btlconsultants.com.mxrboysoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:16.7f58ba39-f24f-35b9-e3d3-2545740b7114.rboyso@qro.btlconsultants.com.mx N:rboyso;;;; FN:rboyso EMAIL;TYPE=INTERNET;TYPE=INTERNET:rboyso@qro.btlconsultants.com.mx END:VCARD rboyso rboyso@qro.btlconsultants.com.mx  V EQ:( 3I 5S2023-07-06 15:57:45ckucku@qroo.btlconsultants.com.mxckuBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:51:52.f0c42324-ff90-c574-9a20-91e410701077.cku@qroo.btlconsultants.com.mx N:cku;;;; FN:cku EMAIL;TYPE=INTERNET;TYPE=INTERNET:cku@qroo.btlconsultants.com.mx END:VCARD cku cku@qroo.btlconsultants.com.mxU' 3O M_2023-07-06 15:57:45ibalamibalam@qroo.btlconsultants.com.mxibalamBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:51:50.575143ab-fefa-11fe-a34c-271f61aa26fc.ibalam@qroo.btlconsultants.com.mx N:ibalam;;;; FN:ibalam EMAIL;TYPE=INTERNET;TYPE=INTERNET:ibalam@qroo.btlconsultants.com.mx END:VCARD ibalam ibalam@qroo.btlconsultants.com.mxp& 3U ek2023-07-06 15:57:45egonzalezegonzalez@qroo.btlconsultants.com.mxegonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:51:49.0b2a3eef-7b6c-e31f-51e3-780ddf0fe2bf.egonzalez@qroo.btlconsultants.com.mx N:egonzalez;;;; FN:egonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:egonzalez@qroo.btlconsultants.com.mx END:VCARD egonzalez egonzalez@qroo.btlconsultants.com.mxp% 3U ek2023-07-06 15:57:45bvalenciabvalencia@qroo.btlconsultants.com.mxbvalenciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:51:47.2a8b5b03-efbf-5e92-4144-7b758a8782f2.bvalencia@qroo.btlconsultants.com.mx N:bvalencia;;;; FN:bvalencia EMAIL;TYPE=INTERNET;TYPE=INTERNET:bvalencia@qroo.btlconsultants.com.mx END:VCARD bvalencia bvalencia@qroo.btlconsultants.com.mxc$ 3Q Ye2023-07-06 15:57:45rsanchezrsanchez@can.btlconsultants.com.mxrsanchezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:51:06.d60a56ca-4679-e660-1ce3-61272f90a2ec.rsanchez@can.btlconsultants.com.mx N:rsanchez;;;; FN:rsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rsanchez@can.btlconsultants.com.mx END:VCARD rsanchez rsanchez@can.btlconsultants.com.mxH# 3K AY2023-07-06 15:57:45epootepoot@can.btlconsultants.com.mxepootBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:51:05.dee34b2f-e4b8-42b9-cd68-ab2020b73dd7.epoot@can.btlconsultants.com.mx N:epoot;;;; FN:epoot EMAIL;TYPE=INTERNET;TYPE=INTERNET:epoot@can.btlconsultants.com.mx END:VCARD epoot epoot@can.btlconsultants.com.mxQ" 3M I]2023-07-06 15:57:45a.chuca.chuc@can.btlconsultants.com.mxa.chucBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:51:04.3c34dfc9-88f8-2243-f204-f39bd0c78d46.a.chuc@can.btlconsultants.com.mx N:a.chuc;;;; FN:a.chuc EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.chuc@can.btlconsultants.com.mx END:VCARD a.chuc a.chuc@can.btlconsultants.com.mxZ! 3O Qa2023-07-06 15:57:45fromerofromero@can.btlconsultants.com.mxfromeroBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:51:02.0753d9bb-6557-c896-8e0b-2c21bb2a7dd3.fromero@can.btlconsultants.com.mx N:fromero;;;; FN:fromero EMAIL;TYPE=INTERNET;TYPE=INTERNET:fromero@can.btlconsultants.com.mx END:VCARD fromero fromero@can.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:45fgamboafgamboa@can.btlconsultants.com.mxfgamboaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:51:01.535d4495-4843-17be-190b-fae4de17912d.fgamboa@can.btlconsultants.com.mx N:fgamboa;;;; FN:fgamboa EMAIL;TYPE=INTERNET;TYPE=INTERNET:fgamboa@can.btlconsultants.com.mx END:VCARD fgamboa fgamboa@can.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:45cgarciacgarcia@can.btlconsultants.com.mxcgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:59.068fa536-42ff-79d6-e493-1285fc0e53c0.cgarcia@can.btlconsultants.com.mx N:cgarcia;;;; FN:cgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:cgarcia@can.btlconsultants.com.mx END:VCARD cgarcia cgarcia@can.btlconsultants.com.mxH 3K AY2023-07-06 15:57:45dpechdpech@can.btlconsultants.com.mxdpechBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:50:58.d9d23886-8fae-bed4-30e7-4e22baa22a9a.dpech@can.btlconsultants.com.mx N:dpech;;;; FN:dpech EMAIL;TYPE=INTERNET;TYPE=INTERNET:dpech@can.btlconsultants.com.mx END:VCARD dpech dpech@can.btlconsultants.com.mx ~ E jL~l3 3S ai2023-07-06 15:57:45bmartinezbmartinez@slp.btlconsultants.com.mxbmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:53:27.8e9f48d2-3e5e-f601-1395-9e568106c3be.bmartinez@slp.btlconsultants.com.mx N:bmartinez;;;; FN:bmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:bmartinez@slp.btlconsultants.com.mx END:VCARD bmartinez bmartinez@slp.btlconsultants.com.mxZ2 3O Qa2023-07-06 15:57:45jgarciajgarcia@slp.btlconsultants.com.mxjgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:53:26.39843858-9d8b-8dca-3fa9-6e31b54e4fa7.jgarcia@slp.btlconsultants.com.mx N:jgarcia;;;; FN:jgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgarcia@slp.btlconsultants.com.mx END:VCARD jgarcia jgarcia@slp.btlconsultants.com.mxZ1 3O Qa2023-07-06 15:57:45eloredoeloredo@slp.btlconsultants.com.mxeloredoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:53:24.314c435d-f156-05be-21ab-185aadc3a600.eloredo@slp.btlconsultants.com.mx N:eloredo;;;; FN:eloredo EMAIL;TYPE=INTERNET;TYPE=INTERNET:eloredo@slp.btlconsultants.com.mx END:VCARD eloredo eloredo@slp.btlconsultants.com.mxl0 3S ai2023-07-06 15:57:45smartinezsmartinez@slp.btlconsultants.com.mxsmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:53:23.88de208f-7bd3-507d-9652-477f9ed402be.smartinez@slp.btlconsultants.com.mx N:smartinez;;;; FN:smartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:smartinez@slp.btlconsultants.com.mx END:VCARD smartinez smartinez@slp.btlconsultants.com.mxu/ 3!U !im2023-07-06 15:57:45cmonsivaiscmonsivais@slp.btlconsultants.com.mxcmonsivaisBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:53:22.8215d665-97b0-dbd0-4d88-c68bc3677fe3.cmonsivais@slp.btlconsultants.com.mx N:cmonsivais;;;; FN:cmonsivais EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmonsivais@slp.btlconsultants.com.mx END:VCARD cmonsivais cmonsivais@slp.btlconsultants.com.mxZ. 3O Qa2023-07-06 15:57:45bmonroybmonroy@slp.btlconsultants.com.mxbmonroyBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:53:20.94bd0d6b-bb56-17bb-6ccf-380b89bd7610.bmonroy@slp.btlconsultants.com.mx N:bmonroy;;;; FN:bmonroy EMAIL;TYPE=INTERNET;TYPE=INTERNET:bmonroy@slp.btlconsultants.com.mx END:VCARD bmonroy bmonroy@slp.btlconsultants.com.mxu- 3!U !im2023-07-06 15:57:45chernandezchernandez@slp.btlconsultants.com.mxchernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:53:19.3836b67d-692f-b11a-ff4d-a340dc4d7df8.chernandez@slp.btlconsultants.com.mx N:chernandez;;;; FN:chernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:chernandez@slp.btlconsultants.com.mx END:VCARD chernandez chernandez@slp.btlconsultants.com.mxl, 3S ai2023-07-06 15:57:45ialvaradoialvarado@slp.btlconsultants.com.mxialvaradoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:53:17.d54252c8-29b9-1826-7c56-8928f5c0e9cb.ialvarado@slp.btlconsultants.com.mx N:ialvarado;;;; FN:ialvarado EMAIL;TYPE=INTERNET;TYPE=INTERNET:ialvarado@slp.btlconsultants.com.mx END:VCARD ialvarado ialvarado@slp.btlconsultants.com.mxg+ 3S ]g2023-07-06 15:57:45calcarazcalcaraz@qroo.btlconsultants.com.mxcalcarazBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:51:56.550971bc-6329-3f98-3200-fa880dd89dcf.calcaraz@qroo.btlconsultants.com.mx N:calcaraz;;;; FN:calcaraz EMAIL;TYPE=INTERNET;TYPE=INTERNET:calcaraz@qroo.btlconsultants.com.mx END:VCARD calcaraz calcaraz@qroo.btlconsultants.com.mxU* 3O M_2023-07-06 15:57:45mperezmperez@qroo.btlconsultants.com.mxmperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:51:54.5700ab93-c2bb-4e54-f030-3139e12fe645.mperez@qroo.btlconsultants.com.mx N:mperez;;;; FN:mperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mperez@qroo.btlconsultants.com.mx END:VCARD mperez mperez@qroo.btlconsultants.com.mx^) 3Q Uc2023-07-06 15:57:45rbernalrbernal@qroo.btlconsultants.com.mxrbernalBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:51:53.a9c02a8b-c034-8496-e008-7b0f77f7c7d9.rbernal@qroo.btlconsultants.com.mx N:rbernal;;;; FN:rbernal EMAIL;TYPE=INTERNET;TYPE=INTERNET:rbernal@qroo.btlconsultants.com.mx END:VCARD rbernal rbernal@qroo.btlconsultants.com.mx q~  0Y-qc> 3Q Ye2023-07-06 15:57:46abarrazaabarraza@sin.btlconsultants.com.mxabarrazaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:19.f4c55c3f-dbbc-ec27-661e-c321fbda1d47.abarraza@sin.btlconsultants.com.mx N:abarraza;;;; FN:abarraza EMAIL;TYPE=INTERNET;TYPE=INTERNET:abarraza@sin.btlconsultants.com.mx END:VCARD abarraza abarraza@sin.btlconsultants.com.mxQ= 3M I]2023-07-06 15:57:46jaucesjauces@slp.btlconsultants.com.mxjaucesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:53:42.4af2068a-49bd-ebd7-360d-b80faea012f1.jauces@slp.btlconsultants.com.mx N:jauces;;;; FN:jauces EMAIL;TYPE=INTERNET;TYPE=INTERNET:jauces@slp.btlconsultants.com.mx END:VCARD jauces jauces@slp.btlconsultants.com.mxc< 3Q Ye2023-07-06 15:57:46sangelessangeles@slp.btlconsultants.com.mxsangelesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:53:41.36db430a-f055-bea0-2883-8b65b6339dc8.sangeles@slp.btlconsultants.com.mx N:sangeles;;;; FN:sangeles EMAIL;TYPE=INTERNET;TYPE=INTERNET:sangeles@slp.btlconsultants.com.mx END:VCARD sangeles sangeles@slp.btlconsultants.com.mxZ; 3O Qa2023-07-06 15:57:46pchavezpchavez@slp.btlconsultants.com.mxpchavezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:53:39.5e8f3b8d-d17a-1138-3a89-0c978a2d4403.pchavez@slp.btlconsultants.com.mx N:pchavez;;;; FN:pchavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:pchavez@slp.btlconsultants.com.mx END:VCARD pchavez pchavez@slp.btlconsultants.com.mxc: 3Q Ye2023-07-06 15:57:46pacevedopacevedo@slp.btlconsultants.com.mxpacevedoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:53:38.80be5645-850a-4e6c-9075-8728ccd20dbc.pacevedo@slp.btlconsultants.com.mx N:pacevedo;;;; FN:pacevedo EMAIL;TYPE=INTERNET;TYPE=INTERNET:pacevedo@slp.btlconsultants.com.mx END:VCARD pacevedo pacevedo@slp.btlconsultants.com.mxc9 3Q Ye2023-07-06 15:57:45pestradapestrada@slp.btlconsultants.com.mxpestradaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:53:36.c90bd57f-b191-7adf-02e9-b47c205f2c1d.pestrada@slp.btlconsultants.com.mx N:pestrada;;;; FN:pestrada EMAIL;TYPE=INTERNET;TYPE=INTERNET:pestrada@slp.btlconsultants.com.mx END:VCARD pestrada pestrada@slp.btlconsultants.com.mxl8 3S ai2023-07-06 15:57:45caguileracaguilera@slp.btlconsultants.com.mxcaguileraBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:53:35.e7eec5bd-8d93-7cf8-892d-1b12ba375bb8.caguilera@slp.btlconsultants.com.mx N:caguilera;;;; FN:caguilera EMAIL;TYPE=INTERNET;TYPE=INTERNET:caguilera@slp.btlconsultants.com.mx END:VCARD caguilera caguilera@slp.btlconsultants.com.mxZ7 3O Qa2023-07-06 15:57:45utorresutorres@slp.btlconsultants.com.mxutorresBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:53:33.d0955b05-9070-78fc-d76b-d84fcce26902.utorres@slp.btlconsultants.com.mx N:utorres;;;; FN:utorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:utorres@slp.btlconsultants.com.mx END:VCARD utorres utorres@slp.btlconsultants.com.mxu6 3!U !im2023-07-06 15:57:45ihernandezihernandez@slp.btlconsultants.com.mxihernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:53:32.86194583-ee1e-0920-1923-203b84e3eaa2.ihernandez@slp.btlconsultants.com.mx N:ihernandez;;;; FN:ihernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ihernandez@slp.btlconsultants.com.mx END:VCARD ihernandez ihernandez@slp.btlconsultants.com.mxs5 3!U !ii2023-07-06 15:57:45erodriguezerodriguez@slp.btlconsultants.com.mxerodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:53:30.07146d36-3637-9359-4416-8632b965b80f.erodriguez@slp.btlconsultants.com.mx N:erodriguez;;;; FN:erodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:erodriguez@slp.btlconsultants.com.mx END:VCARD erodriguz erodriguz@slp.btlconsultants.com.mx~4 3#W #qq2023-07-06 15:57:45c.hernandezc.hernandez@slp.btlconsultants.com.mxc.hernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:53:29.07fec454-a021-4c57-6bbd-78fcd1f7a114.c.hernandez@slp.btlconsultants.com.mx N:c.hernandez;;;; FN:c.hernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:c.hernandez@slp.btlconsultants.com.mx END:VCARD c.hernandez c.hernandez@slp.btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX< @ 32023-07-06 15:57:49? 32023-07-06 15:57:49> 32023-07-06 15:57:49= 32023-07-06 15:57:49< 32023-07-06 15:57:49; 32023-07-06 15:57:49: 32023-07-06 15:57:499 32023-07-06 15:57:498 32023-07-06 15:57:487 32023-07-06 15:57:486 32023-07-06 15:57:485 32023-07-06 15:57:484 32023-07-06 15:57:483 32023-07-06 15:57:482 32023-07-06 15:57:481 32023-07-06 15:57:480 32023-07-06 15:57:48/ 32023-07-06 15:57:48. 32023-07-06 15:57:48- 32023-07-06 15:57:48, 32023-07-06 15:57:48+ 32023-07-06 15:57:48* 32023-07-06 15:57:48) 32023-07-06 15:57:48( 32023-07-06 15:57:48' 32023-07-06 15:57:48& 32023-07-06 15:57:48% 32023-07-06 15:57:48$ 32023-07-06 15:57:48# 32023-07-06 15:57:48" 32023-07-06 15:57:48! 32023-07-06 15:57:48  32023-07-06 15:57:48 32023-07-06 15:57:48 32023-07-06 15:57:48 32023-07-06 15:57:48 32023-07-06 15:57:48 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47  32023-07-06 15:57:47  32023-07-06 15:57:47  32023-07-06 15:57:47  32023-07-06 15:57:47  32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47 32023-07-06 15:57:47~ 3~2023-07-06 15:57:47} 3}2023-07-06 15:57:47| 3|2023-07-06 15:57:47{ 3{2023-07-06 15:57:47z 3z2023-07-06 15:57:47y 3y2023-07-06 15:57:47x 3x2023-07-06 15:57:47w 3w2023-07-06 15:57:47v 3v2023-07-06 15:57:47u 3u2023-07-06 15:57:47t 3t2023-07-06 15:57:47s 3s2023-07-06 15:57:47r 3r2023-07-06 15:57:47q 3q2023-07-06 15:57:47p 3p2023-07-06 15:57:47o 3o2023-07-06 15:57:47n 3n2023-07-06 15:57:47m 3m2023-07-06 15:57:47l 3l2023-07-06 15:57:47k 3k2023-07-06 15:57:47j 3j2023-07-06 15:57:47i 3i2023-07-06 15:57:47h 3h2023-07-06 15:57:47g 3g2023-07-06 15:57:47f 3f2023-07-06 15:57:46e 3e2023-07-06 15:57:46d 3d2023-07-06 15:57:46c 3c2023-07-06 15:57:46b 3b2023-07-06 15:57:46a 3a2023-07-06 15:57:46` 3`2023-07-06 15:57:46_ 3_2023-07-06 15:57:46^ 3^2023-07-06 15:57:46] 3]2023-07-06 15:57:46\ 3\2023-07-06 15:57:46[ 3[2023-07-06 15:57:46Z 3Z2023-07-06 15:57:46Y 3Y2023-07-06 15:57:46X 3X2023-07-06 15:57:46W 3W2023-07-06 15:57:46V 3V2023-07-06 15:57:46U 3U2023-07-06 15:57:46T 3T2023-07-06 15:57:46S 3S2023-07-06 15:57:46R 3R2023-07-06 15:57:46Q 3Q2023-07-06 15:57:46P 3P2023-07-06 15:57:46O 3O2023-07-06 15:57:46N 3N2023-07-06 15:57:46M 3M2023-07-06 15:57:46L 3L2023-07-06 15:57:46K 3K2023-07-06 15:57:46J 3J2023-07-06 15:57:46I 3I2023-07-06 15:57:46H 3H2023-07-06 15:57:46G 3G2023-07-06 15:57:46F 3F2023-07-06 15:57:46E 3E2023-07-06 15:57:46D 3D2023-07-06 15:57:46C 3C2023-07-06 15:57:46B 3B2023-07-06 15:57:46A 3A2023-07-06 15:57:46@ 3@2023-07-06 15:57:46? 3?2023-07-06 15:57:46> 3>2023-07-06 15:57:46= 3=2023-07-06 15:57:46< 3<2023-07-06 15:57:46; 3;2023-07-06 15:57:46: 3:2023-07-06 15:57:469 392023-07-06 15:57:45  )  *L~lI 3S ai2023-07-06 15:57:46gmartinezgmartinez@sin.btlconsultants.com.mxgmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:35.bf8b73eb-4c50-d593-99e2-76e016020e45.gmartinez@sin.btlconsultants.com.mx N:gmartinez;;;; FN:gmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:gmartinez@sin.btlconsultants.com.mx END:VCARD gmartinez gmartinez@sin.btlconsultants.com.mxlH 3S ai2023-07-06 15:57:46orenteriaorenteria@sin.btlconsultants.com.mxorenteriaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:34.2e3d2dcd-8397-fbcf-ff5c-dd526ffbe501.orenteria@sin.btlconsultants.com.mx N:orenteria;;;; FN:orenteria EMAIL;TYPE=INTERNET;TYPE=INTERNET:orenteria@sin.btlconsultants.com.mx END:VCARD orenteria orenteria@sin.btlconsultants.com.mxcG 3Q Ye2023-07-06 15:57:46c.garciac.garcia@sin.btlconsultants.com.mxc.garciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:32.46060c43-f85d-66d1-2d40-a4cb01f42123.c.garcia@sin.btlconsultants.com.mx N:c.garcia;;;; FN:c.garcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:c.garcia@sin.btlconsultants.com.mx END:VCARD c.garcia c.garcia@sin.btlconsultants.com.mxcF 3Q Ye2023-07-06 15:57:46mtecuatlmtecuatl@sin.btlconsultants.com.mxmtecuatlBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:30.daa14ea7-800f-9a93-7001-a78ba0ce91fd.mtecuatl@sin.btlconsultants.com.mx N:mtecuatl;;;; FN:mtecuatl EMAIL;TYPE=INTERNET;TYPE=INTERNET:mtecuatl@sin.btlconsultants.com.mx END:VCARD mtecuatl mtecuatl@sin.btlconsultants.com.mxsE 3!U !ii2023-07-06 15:57:46crodriguezcrodriguez@sin.btlconsultants.com.mxcrodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:29.7e5f5764-34ea-bf2a-97b5-8d8097ebb8f4.crodriguez@sin.btlconsultants.com.mx N:crodriguez;;;; FN:crodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:crodriguez@sin.btlconsultants.com.mx END:VCARD crodriguz crodriguz@sin.btlconsultants.com.mxcD 3Q Ye2023-07-06 15:57:46dmoralesdmorales@sin.btlconsultants.com.mxdmoralesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:28.35ff74d2-a30b-121f-7fa1-ef58ea0fbeff.dmorales@sin.btlconsultants.com.mx N:dmorales;;;; FN:dmorales EMAIL;TYPE=INTERNET;TYPE=INTERNET:dmorales@sin.btlconsultants.com.mx END:VCARD dmorales dmorales@sin.btlconsultants.com.mxQC 3M I]2023-07-06 15:57:46aponceaponce@sin.btlconsultants.com.mxaponceBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:26.50b27d4d-2076-1a29-690b-cc8ef33f757f.aponce@sin.btlconsultants.com.mx N:aponce;;;; FN:aponce EMAIL;TYPE=INTERNET;TYPE=INTERNET:aponce@sin.btlconsultants.com.mx END:VCARD aponce aponce@sin.btlconsultants.com.mxHB 3K AY2023-07-06 15:57:46mlugomlugo@sin.btlconsultants.com.mxmlugoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:25.8dae88bf-8ccc-5cf7-bca3-63052e9d05c0.mlugo@sin.btlconsultants.com.mx N:mlugo;;;; FN:mlugo EMAIL;TYPE=INTERNET;TYPE=INTERNET:mlugo@sin.btlconsultants.com.mx END:VCARD mlugo mlugo@sin.btlconsultants.com.mxZA 3O Qa2023-07-06 15:57:46aancenoaanceno@sin.btlconsultants.com.mxaancenoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:23.337405f7-e277-aa7c-1083-7e009ef06cae.aanceno@sin.btlconsultants.com.mx N:aanceno;;;; FN:aanceno EMAIL;TYPE=INTERNET;TYPE=INTERNET:aanceno@sin.btlconsultants.com.mx END:VCARD aanceno aanceno@sin.btlconsultants.com.mxZ@ 3O Qa2023-07-06 15:57:46aalmadaaalmada@sin.btlconsultants.com.mxaalmadaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:22.68ea72fc-0594-93ff-98cb-b7767124c2dc.aalmada@sin.btlconsultants.com.mx N:aalmada;;;; FN:aalmada EMAIL;TYPE=INTERNET;TYPE=INTERNET:aalmada@sin.btlconsultants.com.mx END:VCARD aalmada aalmada@sin.btlconsultants.com.mxu? 3!U !im2023-07-06 15:57:46jhernandezjhernandez@sin.btlconsultants.com.mxjhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:20.f48591b9-5d1b-ba37-9ad0-7eb2d569eef6.jhernandez@sin.btlconsultants.com.mx N:jhernandez;;;; FN:jhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jhernandez@sin.btlconsultants.com.mx END:VCARD jhernandez jhernandez@sin.btlconsultants.com.mx X 2 ]t-XuT 3!U !im2023-07-06 15:57:46jhernandezjhernandez@son.btlconsultants.com.mxjhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:11.a398a36b-7313-3f97-39a8-1217b72f9e31.jhernandez@son.btlconsultants.com.mx N:jhernandez;;;; FN:jhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jhernandez@son.btlconsultants.com.mx END:VCARD jhernandez jhernandez@son.btlconsultants.com.mxXS 3O Q]2023-07-06 15:57:46jesquerjesquer@son.btlconsultants.com.mxjesquerBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:09.0abf002a-d856-3e9b-f503-f0f5a0ac08fc.jesquer@son.btlconsultants.com.mx N:jesquer;;;; FN:jesquer EMAIL;TYPE=INTERNET;TYPE=INTERNET:jesquer@son.btlconsultants.com.mx END:VCARD jesqur jesqur@son.btlconsultants.com.mxR 3'[ 'y2023-07-06 15:57:46hugo.murrietahugo.murrieta@son.btlconsultants.com.mxhugo.murrietaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:08.8960f178-c82c-c04b-0fa6-ac8c7407c4a3.hugo.murrieta@son.btlconsultants.com.mx N:hugo.murrieta;;;; FN:hugo.murrieta EMAIL;TYPE=INTERNET;TYPE=INTERNET:hugo.murrieta@son.btlconsultants.com.mx END:VCARD hugo.murrieta hugo.murrieta@son.btlconsultants.com.mxZQ 3O Qa2023-07-06 15:57:46ocortesocortes@sin.btlconsultants.com.mxocortesBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:47.f1dbf49d-a0f2-4857-a2c8-cf0e1c22e8f0.ocortes@sin.btlconsultants.com.mx N:ocortes;;;; FN:ocortes EMAIL;TYPE=INTERNET;TYPE=INTERNET:ocortes@sin.btlconsultants.com.mx END:VCARD ocortes ocortes@sin.btlconsultants.com.mxQP 3M I]2023-07-06 15:57:46mlopezmlopez@sin.btlconsultants.com.mxmlopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:45.cc59284a-07b3-82ab-6ff9-d9c15ccbade9.mlopez@sin.btlconsultants.com.mx N:mlopez;;;; FN:mlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mlopez@sin.btlconsultants.com.mx END:VCARD mlopez mlopez@sin.btlconsultants.com.mx~O 3#W #qq2023-07-06 15:57:46j.fernandezj.fernandez@sin.btlconsultants.com.mxj.fernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:43.9bae1d7b-fc28-44b8-4e9a-eeecaed61960.j.fernandez@sin.btlconsultants.com.mx N:j.fernandez;;;; FN:j.fernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.fernandez@sin.btlconsultants.com.mx END:VCARD j.fernandez j.fernandez@sin.btlconsultants.com.mxcN 3Q Ye2023-07-06 15:57:46r.campasr.campas@sin.btlconsultants.com.mxr.campasBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:42.0614e1af-7904-1d60-c5ab-027584fad904.r.campas@sin.btlconsultants.com.mx N:r.campas;;;; FN:r.campas EMAIL;TYPE=INTERNET;TYPE=INTERNET:r.campas@sin.btlconsultants.com.mx END:VCARD r.campas r.campas@sin.btlconsultants.com.mx|M 3#W #qm2023-07-06 15:57:46lvalenzuelalvalenzuela@sin.btlconsultants.com.mxlvalenzuelaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:41.6a07c93b-6ab4-0647-481a-506b9dfea6c6.lvalenzuela@sin.btlconsultants.com.mx N:lvalenzuela;;;; FN:lvalenzuela EMAIL;TYPE=INTERNET;TYPE=INTERNET:lvalenzuela@sin.btlconsultants.com.mx END:VCARD lvalenzula lvalenzula@sin.btlconsultants.com.mxQL 3M I]2023-07-06 15:57:46dlopezdlopez@sin.btlconsultants.com.mxdlopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:39.7e7a41c2-ec5b-df4d-f5d9-15260e3fb9bf.dlopez@sin.btlconsultants.com.mx N:dlopez;;;; FN:dlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dlopez@sin.btlconsultants.com.mx END:VCARD dlopez dlopez@sin.btlconsultants.com.mxQK 3M I]2023-07-06 15:57:46vromanvroman@sin.btlconsultants.com.mxvromanBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:38.485f26c5-8ebf-ae31-98f4-7a150a15040f.vroman@sin.btlconsultants.com.mx N:vroman;;;; FN:vroman EMAIL;TYPE=INTERNET;TYPE=INTERNET:vroman@sin.btlconsultants.com.mx END:VCARD vroman vroman@sin.btlconsultants.com.mxuJ 3!U !im2023-07-06 15:57:46pgutierrezpgutierrez@sin.btlconsultants.com.mxpgutierrezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:54:36.76b49f84-fcce-636a-3504-5f533e647e99.pgutierrez@sin.btlconsultants.com.mx N:pgutierrez;;;; FN:pgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:pgutierrez@sin.btlconsultants.com.mx END:VCARD pgutierrez pgutierrez@sin.btlconsultants.com.mx he@ 0 (    x p h ` X P H @ 8 0 (    `XPH@80(  x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    xph`XPH@80( xph`XPH@80( xph`XPH@80( xph`XPH@80( xph`XPH@80( xph`XPH@ x p h ` X P H @ 8 0 (    x p h ` X P H @ 8xph`XPH@80( xph          ~~}}||{{zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMM          KKJJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!  LLKKJJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!    ; mJBc_ 3Q Ye2023-07-06 15:57:46eescobareescobar@son.btlconsultants.com.mxeescobarBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:29.66be43b8-603c-b9e5-07a4-334cc716fbed.eescobar@son.btlconsultants.com.mx N:eescobar;;;; FN:eescobar EMAIL;TYPE=INTERNET;TYPE=INTERNET:eescobar@son.btlconsultants.com.mx END:VCARD eescobar eescobar@son.btlconsultants.com.mxc^ 3Q Ye2023-07-06 15:57:46f.acostaf.acosta@son.btlconsultants.com.mxf.acostaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:28.8725ef82-bc1b-1a72-5e45-d03970e707b8.f.acosta@son.btlconsultants.com.mx N:f.acosta;;;; FN:f.acosta EMAIL;TYPE=INTERNET;TYPE=INTERNET:f.acosta@son.btlconsultants.com.mx END:VCARD f.acosta f.acosta@son.btlconsultants.com.mxH] 3K AY2023-07-06 15:57:46jverajvera@son.btlconsultants.com.mxjveraBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:26.e00eb72f-fcc6-50f1-2212-6c7b81dee29f.jvera@son.btlconsultants.com.mx N:jvera;;;; FN:jvera EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvera@son.btlconsultants.com.mx END:VCARD jvera jvera@son.btlconsultants.com.mxQ\ 3M I]2023-07-06 15:57:46rsilvarsilva@son.btlconsultants.com.mxrsilvaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:24.565e85a2-3703-2632-9acc-7727582c018d.rsilva@son.btlconsultants.com.mx N:rsilva;;;; FN:rsilva EMAIL;TYPE=INTERNET;TYPE=INTERNET:rsilva@son.btlconsultants.com.mx END:VCARD rsilva rsilva@son.btlconsultants.com.mxZ[ 3O Qa2023-07-06 15:57:46lfloreslflores@son.btlconsultants.com.mxlfloresBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:22.603c6029-2b31-efc3-a545-d643003f9b0b.lflores@son.btlconsultants.com.mx N:lflores;;;; FN:lflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:lflores@son.btlconsultants.com.mx END:VCARD lflores lflores@son.btlconsultants.com.mxQZ 3M I]2023-07-06 15:57:46bayalabayala@son.btlconsultants.com.mxbayalaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:20.4a15a295-2ef7-d60b-cc74-3c3a5a95e053.bayala@son.btlconsultants.com.mx N:bayala;;;; FN:bayala EMAIL;TYPE=INTERNET;TYPE=INTERNET:bayala@son.btlconsultants.com.mx END:VCARD bayala bayala@son.btlconsultants.com.mxlY 3S ai2023-07-06 15:57:46mmadrigalmmadrigal@son.btlconsultants.com.mxmmadrigalBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:19.ac1ccf13-b1b2-73f6-ec63-e09e5d20064c.mmadrigal@son.btlconsultants.com.mx N:mmadrigal;;;; FN:mmadrigal EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmadrigal@son.btlconsultants.com.mx END:VCARD mmadrigal mmadrigal@son.btlconsultants.com.mxZX 3O Qa2023-07-06 15:57:46ecastroecastro@son.btlconsultants.com.mxecastroBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:17.0ba624d3-2386-9003-23c8-e12c42f9f72b.ecastro@son.btlconsultants.com.mx N:ecastro;;;; FN:ecastro EMAIL;TYPE=INTERNET;TYPE=INTERNET:ecastro@son.btlconsultants.com.mx END:VCARD ecastro ecastro@son.btlconsultants.com.mxlW 3S ai2023-07-06 15:57:46cquinterocquintero@son.btlconsultants.com.mxcquinteroBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:16.9c0e0a9e-d3e0-27da-02a0-0a5da043f84c.cquintero@son.btlconsultants.com.mx N:cquintero;;;; FN:cquintero EMAIL;TYPE=INTERNET;TYPE=INTERNET:cquintero@son.btlconsultants.com.mx END:VCARD cquintero cquintero@son.btlconsultants.com.mxQV 3M I]2023-07-06 15:57:46mmejiammejia@son.btlconsultants.com.mxmmejiaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:14.564b8d10-1833-3727-fe66-d1193335b995.mmejia@son.btlconsultants.com.mx N:mmejia;;;; FN:mmejia EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmejia@son.btlconsultants.com.mx END:VCARD mmejia mmejia@son.btlconsultants.com.mxlU 3S ai2023-07-06 15:57:46nloureironloureiro@son.btlconsultants.com.mxnloureiroBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:13.7d3b1221-4f94-8bc3-fe59-738ce63c5ac6.nloureiro@son.btlconsultants.com.mx N:nloureiro;;;; FN:nloureiro EMAIL;TYPE=INTERNET;TYPE=INTERNET:nloureiro@son.btlconsultants.com.mx END:VCARD nloureiro nloureiro@son.btlconsultants.com.mx D M LQDj 3!g ! 2023-07-06 15:57:47nontiverosnontiveros@supervisores.btlconsultants.com.mxnontiverosBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:58:43.777289c0-c429-0d7b-8de2-4781468b3fd7.nontiveros@supervisores.btlconsultants.com.mx N:nontiveros;;;; FN:nontiveros EMAIL;TYPE=INTERNET;TYPE=INTERNET:nontiveros@supervisores.btlconsultants.com.mx END:VCARD nontiveros nontiveros@supervisores.btlconsultants.com.mxli 3] ek2023-07-06 15:57:47pdiazpdiaz@supervisores.btlconsultants.com.mxpdiazBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:58:41.5f4023cf-467f-63e3-a9ef-98e7922faa5e.pdiaz@supervisores.btlconsultants.com.mx N:pdiaz;;;; FN:pdiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:pdiaz@supervisores.btlconsultants.com.mx END:VCARD pdiaz pdiaz@supervisores.btlconsultants.com.mx~h 3a us2023-07-06 15:57:47schavezschavez@supervisores.btlconsultants.com.mxschavezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:58:40.652c21f0-923a-6193-65c8-3a1076e29a23.schavez@supervisores.btlconsultants.com.mx N:schavez;;;; FN:schavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:schavez@supervisores.btlconsultants.com.mx END:VCARD schavez schavez@supervisores.btlconsultants.com.mxug 3_ mo2023-07-06 15:57:46ocasasocasas@supervisores.btlconsultants.com.mxocasasBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:58:38.27d7e342-f731-1dd4-6252-e2119610636c.ocasas@supervisores.btlconsultants.com.mx N:ocasas;;;; FN:ocasas EMAIL;TYPE=INTERNET;TYPE=INTERNET:ocasas@supervisores.btlconsultants.com.mx END:VCARD ocasas ocasas@supervisores.btlconsultants.com.mxQf 3M I]2023-07-06 15:57:46ktapiaktapia@son.btlconsultants.com.mxktapiaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:58:15.7e6512d3-e807-1ecd-099a-75436fb94b58.ktapia@son.btlconsultants.com.mx N:ktapia;;;; FN:ktapia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ktapia@son.btlconsultants.com.mx END:VCARD ktapia ktapia@son.btlconsultants.com.mxle 3S ai2023-07-06 15:57:46cgasperincgasperin@son.btlconsultants.com.mxcgasperinBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:39.860af11b-a037-623b-73f7-a98fd1a72ff9.cgasperin@son.btlconsultants.com.mx N:cgasperin;;;; FN:cgasperin EMAIL;TYPE=INTERNET;TYPE=INTERNET:cgasperin@son.btlconsultants.com.mx END:VCARD cgasperin cgasperin@son.btlconsultants.com.mxd 3%Y %yq2023-07-06 15:57:46j.valenzuelaj.valenzuela@son.btlconsultants.com.mxj.valenzuelaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:38.8414b107-6960-9885-e799-f2e18051f617.j.valenzuela@son.btlconsultants.com.mx N:j.valenzuela;;;; FN:j.valenzuela EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.valenzuela@son.btlconsultants.com.mx END:VCARD j.valenzula j.valenzula@son.btlconsultants.com.mxZc 3O Qa2023-07-06 15:57:46aibarraaibarra@son.btlconsultants.com.mxaibarraBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:35.0f66e877-4c3c-c8ad-bebe-9718d3446614.aibarra@son.btlconsultants.com.mx N:aibarra;;;; FN:aibarra EMAIL;TYPE=INTERNET;TYPE=INTERNET:aibarra@son.btlconsultants.com.mx END:VCARD aibarra aibarra@son.btlconsultants.com.mxQb 3M I]2023-07-06 15:57:46fgomezfgomez@son.btlconsultants.com.mxfgomezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:34.b82ac8d5-950f-95a3-ab23-f924a047c7e8.fgomez@son.btlconsultants.com.mx N:fgomez;;;; FN:fgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:fgomez@son.btlconsultants.com.mx END:VCARD fgomez fgomez@son.btlconsultants.com.mxZa 3O Qa2023-07-06 15:57:46kavitiakavitia@son.btlconsultants.com.mxkavitiaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:32.d4d694fb-1da5-a519-1f94-b989f3c896b7.kavitia@son.btlconsultants.com.mx N:kavitia;;;; FN:kavitia EMAIL;TYPE=INTERNET;TYPE=INTERNET:kavitia@son.btlconsultants.com.mx END:VCARD kavitia kavitia@son.btlconsultants.com.mxQ` 3M I]2023-07-06 15:57:46lponcelponce@son.btlconsultants.com.mxlponceBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:56:31.cba6b571-69e6-9eea-80d9-b150e9cc2d66.lponce@son.btlconsultants.com.mx N:lponce;;;; FN:lponce EMAIL;TYPE=INTERNET;TYPE=INTERNET:lponce@son.btlconsultants.com.mx END:VCARD lponce lponce@son.btlconsultants.com.mx ~  q mWeZt 3O Qa2023-07-06 15:57:47javalosjavalos@tab.btlconsultants.com.mxjavalosBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:59:46.7e7e4734-832a-682c-1a36-9923c9623db9.javalos@tab.btlconsultants.com.mx N:javalos;;;; FN:javalos EMAIL;TYPE=INTERNET;TYPE=INTERNET:javalos@tab.btlconsultants.com.mx END:VCARD javalos javalos@tab.btlconsultants.com.mxls 3] ek2023-07-06 15:57:47mriosmrios@supervisores.btlconsultants.com.mxmriosBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:58:57.55f61ec6-ca93-a2cb-a4b3-9e2c4604d009.mrios@supervisores.btlconsultants.com.mx N:mrios;;;; FN:mrios EMAIL;TYPE=INTERNET;TYPE=INTERNET:mrios@supervisores.btlconsultants.com.mx END:VCARD mrios mrios@supervisores.btlconsultants.com.mx~r 3a us2023-07-06 15:57:47mgarciamgarcia@supervisores.btlconsultants.com.mxmgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:58:56.856133e1-d7bf-9d6e-bcc6-f53da3bc52eb.mgarcia@supervisores.btlconsultants.com.mx N:mgarcia;;;; FN:mgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgarcia@supervisores.btlconsultants.com.mx END:VCARD mgarcia mgarcia@supervisores.btlconsultants.com.mxq 3e {2023-07-06 15:57:47rgonzalezrgonzalez@supervisores.btlconsultants.com.mxrgonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:58:54.3cac4efa-d404-bb56-525f-fad10938012d.rgonzalez@supervisores.btlconsultants.com.mx N:rgonzalez;;;; FN:rgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rgonzalez@supervisores.btlconsultants.com.mx END:VCARD rgonzalez rgonzalez@supervisores.btlconsultants.com.mx~p 3a us2023-07-06 15:57:47jchicoajchicoa@supervisores.btlconsultants.com.mxjchicoaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:58:53.811b408f-88e6-d07e-f097-09b32ff36ac1.jchicoa@supervisores.btlconsultants.com.mx N:jchicoa;;;; FN:jchicoa EMAIL;TYPE=INTERNET;TYPE=INTERNET:jchicoa@supervisores.btlconsultants.com.mx END:VCARD jchicoa jchicoa@supervisores.btlconsultants.com.mxo 3c }w2023-07-06 15:57:47angarciaangarcia@supervisores.btlconsultants.com.mxangarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:58:51.189a8105-b385-27ce-02c1-dbc50d202f35.angarcia@supervisores.btlconsultants.com.mx N:angarcia;;;; FN:angarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:angarcia@supervisores.btlconsultants.com.mx END:VCARD angarcia angarcia@supervisores.btlconsultants.com.mxun 3_ mo2023-07-06 15:57:47pperezpperez@supervisores.btlconsultants.com.mxpperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:58:50.90badbc5-b5fd-fd88-bbe3-09f5545b6310.pperez@supervisores.btlconsultants.com.mx N:pperez;;;; FN:pperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:pperez@supervisores.btlconsultants.com.mx END:VCARD pperez pperez@supervisores.btlconsultants.com.mxm 3e {2023-07-06 15:57:47vgonzalezvgonzalez@supervisores.btlconsultants.com.mxvgonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:58:48.a046bd62-7ef8-d374-f99a-06363b9040d0.vgonzalez@supervisores.btlconsultants.com.mx N:vgonzalez;;;; FN:vgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vgonzalez@supervisores.btlconsultants.com.mx END:VCARD vgonzalez vgonzalez@supervisores.btlconsultants.com.mxul 3_ mo2023-07-06 15:57:47jmanzojmanzo@supervisores.btlconsultants.com.mxjmanzoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:58:46.e62256ac-0a43-8cfe-d049-29246a37e668.jmanzo@supervisores.btlconsultants.com.mx N:jmanzo;;;; FN:jmanzo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmanzo@supervisores.btlconsultants.com.mx END:VCARD jmanzo jmanzo@supervisores.btlconsultants.com.mx~k 3a us2023-07-06 15:57:47jarjonajarjona@supervisores.btlconsultants.com.mxjarjonaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:58:45.f5b1f628-4a56-3e9e-5b53-20947cd87b13.jarjona@supervisores.btlconsultants.com.mx N:jarjona;;;; FN:jarjona EMAIL;TYPE=INTERNET;TYPE=INTERNET:jarjona@supervisores.btlconsultants.com.mx END:VCARD jarjona jarjona@supervisores.btlconsultants.com.mx  ; {=c 3Q Ye2023-07-06 15:57:47rnotariornotario@tab.btlconsultants.com.mxrnotarioBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:00:04.23b0001a-856e-d812-d73e-3eec2db6578f.rnotario@tab.btlconsultants.com.mx N:rnotario;;;; FN:rnotario EMAIL;TYPE=INTERNET;TYPE=INTERNET:rnotario@tab.btlconsultants.com.mx END:VCARD rnotario rnotario@tab.btlconsultants.com.mxQ~ 3M I]2023-07-06 15:57:47jduranjduran@tab.btlconsultants.com.mxjduranBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:00:03.85d36971-dcfc-6f46-70f9-2201cbd0a3e7.jduran@tab.btlconsultants.com.mx N:jduran;;;; FN:jduran EMAIL;TYPE=INTERNET;TYPE=INTERNET:jduran@tab.btlconsultants.com.mx END:VCARD jduran jduran@tab.btlconsultants.com.mxl} 3S ai2023-07-06 15:57:47emartinezemartinez@tab.btlconsultants.com.mxemartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:00:00.0c399a0c-7859-5e3f-9fb9-5db3d103a0fc.emartinez@tab.btlconsultants.com.mx N:emartinez;;;; FN:emartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:emartinez@tab.btlconsultants.com.mx END:VCARD emartinez emartinez@tab.btlconsultants.com.mxc| 3Q Ye2023-07-06 15:57:47hmontejohmontejo@tab.btlconsultants.com.mxhmontejoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:59:59.193c597c-2665-2039-94a6-74cbe989b4ee.hmontejo@tab.btlconsultants.com.mx N:hmontejo;;;; FN:hmontejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:hmontejo@tab.btlconsultants.com.mx END:VCARD hmontejo hmontejo@tab.btlconsultants.com.mxc{ 3Q Ye2023-07-06 15:57:47lpedrerolpedrero@tab.btlconsultants.com.mxlpedreroBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:59:57.f7cfa78a-f2a8-911b-6792-e4ca7fdb5d38.lpedrero@tab.btlconsultants.com.mx N:lpedrero;;;; FN:lpedrero EMAIL;TYPE=INTERNET;TYPE=INTERNET:lpedrero@tab.btlconsultants.com.mx END:VCARD lpedrero lpedrero@tab.btlconsultants.com.mx~z 3#W #qq2023-07-06 15:57:47carlos.laracarlos.lara@tab.btlconsultants.com.mxcarlos.laraBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:59:55.24af09c9-9129-b135-e493-529b58814821.carlos.lara@tab.btlconsultants.com.mx N:carlos.lara;;;; FN:carlos.lara EMAIL;TYPE=INTERNET;TYPE=INTERNET:carlos.lara@tab.btlconsultants.com.mx END:VCARD carlos.lara carlos.lara@tab.btlconsultants.com.mxy 3%Y %yu2023-07-06 15:57:47nvazconcelosnvazconcelos@tab.btlconsultants.com.mxnvazconcelosBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:59:54.012b036d-e1af-b3db-ffc3-437bd4fa0650.nvazconcelos@tab.btlconsultants.com.mx N:nvazconcelos;;;; FN:nvazconcelos EMAIL;TYPE=INTERNET;TYPE=INTERNET:nvazconcelos@tab.btlconsultants.com.mx END:VCARD nvazconcelos nvazconcelos@tab.btlconsultants.com.mxZx 3O Qa2023-07-06 15:57:47dgarciadgarcia@tab.btlconsultants.com.mxdgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:59:52.6f1e6415-a0be-a597-5825-ca88caaaf645.dgarcia@tab.btlconsultants.com.mx N:dgarcia;;;; FN:dgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:dgarcia@tab.btlconsultants.com.mx END:VCARD dgarcia dgarcia@tab.btlconsultants.com.mxQw 3M I]2023-07-06 15:57:47jvidaljvidal@tab.btlconsultants.com.mxjvidalBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:59:50.75d4bd24-ba3e-e5cd-2ae7-1a30ff8c44ef.jvidal@tab.btlconsultants.com.mx N:jvidal;;;; FN:jvidal EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvidal@tab.btlconsultants.com.mx END:VCARD jvidal jvidal@tab.btlconsultants.com.mxZv 3O Qa2023-07-06 15:57:47pgarciapgarcia@tab.btlconsultants.com.mxpgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:59:49.f1b494cb-c304-92e1-db31-0a3222a90713.pgarcia@tab.btlconsultants.com.mx N:pgarcia;;;; FN:pgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:pgarcia@tab.btlconsultants.com.mx END:VCARD pgarcia pgarcia@tab.btlconsultants.com.mxcu 3Q Ye2023-07-06 15:57:47jcadengojcadengo@tab.btlconsultants.com.mxjcadengoBEGIN:VCARD VERSION:3.0 UID:2021-09-0118:59:47.40d63ffe-8cea-2892-20a2-e1dd4ef4bc05.jcadengo@tab.btlconsultants.com.mx N:jcadengo;;;; FN:jcadengo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcadengo@tab.btlconsultants.com.mx END:VCARD jcadengo jcadengo@tab.btlconsultants.com.mx s ; [{6sZ 3O Qa2023-07-06 15:57:47sibarrasibarra@tam.btlconsultants.com.mxsibarraBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:00:58.4d73cd8d-8ccf-78e9-92a9-dd6276f5ddf6.sibarra@tam.btlconsultants.com.mx N:sibarra;;;; FN:sibarra EMAIL;TYPE=INTERNET;TYPE=INTERNET:sibarra@tam.btlconsultants.com.mx END:VCARD sibarra sibarra@tam.btlconsultants.com.mxa 3Q Ya2023-07-06 15:57:47jguevarajguevara@tam.btlconsultants.com.mxjguevaraBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:00:56.f0db1e20-d6e5-f6a6-7a62-aac5f99696d8.jguevara@tam.btlconsultants.com.mx N:jguevara;;;; FN:jguevara EMAIL;TYPE=INTERNET;TYPE=INTERNET:jguevara@tam.btlconsultants.com.mx END:VCARD jguvara jguvara@tam.btlconsultants.com.mxl 3S ai2023-07-06 15:57:47eolivareseolivares@tam.btlconsultants.com.mxeolivaresBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:00:55.31e36fad-935e-c6b5-bf24-774a9f49802c.eolivares@tam.btlconsultants.com.mx N:eolivares;;;; FN:eolivares EMAIL;TYPE=INTERNET;TYPE=INTERNET:eolivares@tam.btlconsultants.com.mx END:VCARD eolivares eolivares@tam.btlconsultants.com.mxl 3S ai2023-07-06 15:57:47ddelacruzddelacruz@tam.btlconsultants.com.mxddelacruzBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:00:53.e9c1241e-58bd-a770-3373-273eb0e8f09f.ddelacruz@tam.btlconsultants.com.mx N:ddelacruz;;;; FN:ddelacruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:ddelacruz@tam.btlconsultants.com.mx END:VCARD ddelacruz ddelacruz@tam.btlconsultants.com.mxa 3Q Ya2023-07-06 15:57:47lvazquezlvazquez@tam.btlconsultants.com.mxlvazquezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:00:52.9d67dbb5-e7e9-ebb6-06e8-68e1dd0ecc60.lvazquez@tam.btlconsultants.com.mx N:lvazquez;;;; FN:lvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lvazquez@tam.btlconsultants.com.mx END:VCARD lvazquz lvazquz@tam.btlconsultants.com.mxl 3S ai2023-07-06 15:57:47jigleciasjiglecias@tam.btlconsultants.com.mxjigleciasBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:00:50.6edf514c-b3b2-b278-7ce5-5a100279e2b0.jiglecias@tam.btlconsultants.com.mx N:jiglecias;;;; FN:jiglecias EMAIL;TYPE=INTERNET;TYPE=INTERNET:jiglecias@tam.btlconsultants.com.mx END:VCARD jiglecias jiglecias@tam.btlconsultants.com.mxl 3S ai2023-07-06 15:57:47mgcoronelmgcoronel@tam.btlconsultants.com.mxmgcoronelBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:00:49.96de62b8-c527-5f2c-e336-628be1cddce2.mgcoronel@tam.btlconsultants.com.mx N:mgcoronel;;;; FN:mgcoronel EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgcoronel@tam.btlconsultants.com.mx END:VCARD mgcoronel mgcoronel@tam.btlconsultants.com.mxl 3S ai2023-07-06 15:57:47rmartinezrmartinez@tab.btlconsultants.com.mxrmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:00:10.11fe3907-4685-1fd2-d577-6fecf356540f.rmartinez@tab.btlconsultants.com.mx N:rmartinez;;;; FN:rmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmartinez@tab.btlconsultants.com.mx END:VCARD rmartinez rmartinez@tab.btlconsultants.com.mxl 3S ai2023-07-06 15:57:47cbautistacbautista@tab.btlconsultants.com.mxcbautistaBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:00:09.8f3cd97b-5df4-56d6-916d-95f366f596d3.cbautista@tab.btlconsultants.com.mx N:cbautista;;;; FN:cbautista EMAIL;TYPE=INTERNET;TYPE=INTERNET:cbautista@tab.btlconsultants.com.mx END:VCARD cbautista cbautista@tab.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:47j.perezj.perez@tab.btlconsultants.com.mxj.perezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:00:07.334c7f8a-1176-4ed1-731c-e77f4fb5aed8.j.perez@tab.btlconsultants.com.mx N:j.perez;;;; FN:j.perez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.perez@tab.btlconsultants.com.mx END:VCARD j.perez j.perez@tab.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:47cbasultocbasulto@tab.btlconsultants.com.mxcbasultoBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:00:06.cab3f7ae-f374-28f3-aa0b-7dfdc36dd4a0.cbasulto@tab.btlconsultants.com.mx N:cbasulto;;;; FN:cbasulto EMAIL;TYPE=INTERNET;TYPE=INTERNET:cbasulto@tab.btlconsultants.com.mx END:VCARD cbasulto cbasulto@tab.btlconsultants.com.mx  " K}c^ 3Q Uc2023-07-06 15:57:47cjuarezcjuarez@tlax.btlconsultants.com.mxcjuarezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:01:55.c19c49eb-5e87-f5a2-6059-5ead1c813846.cjuarez@tlax.btlconsultants.com.mx N:cjuarez;;;; FN:cjuarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cjuarez@tlax.btlconsultants.com.mx END:VCARD cjuarez cjuarez@tlax.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:47griveragrivera@tam.btlconsultants.com.mxgriveraBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:01:13.47226797-7b2e-dfa1-621f-58f3afc27b57.grivera@tam.btlconsultants.com.mx N:grivera;;;; FN:grivera EMAIL;TYPE=INTERNET;TYPE=INTERNET:grivera@tam.btlconsultants.com.mx END:VCARD grivera grivera@tam.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:47m.cruzm.cruz@tam.btlconsultants.com.mxm.cruzBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:01:12.deaaed22-2bc5-07ed-3920-7e2e360b3801.m.cruz@tam.btlconsultants.com.mx N:m.cruz;;;; FN:m.cruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.cruz@tam.btlconsultants.com.mx END:VCARD m.cruz m.cruz@tam.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:47fmendozafmendoza@tam.btlconsultants.com.mxfmendozaBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:01:10.3e763566-b5c1-07fa-e3d2-7184d7189b57.fmendoza@tam.btlconsultants.com.mx N:fmendoza;;;; FN:fmendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:fmendoza@tam.btlconsultants.com.mx END:VCARD fmendoza fmendoza@tam.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:47agarciaagarcia@tam.btlconsultants.com.mxagarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:01:08.86941e00-61b2-2797-61e9-46ec74a34dea.agarcia@tam.btlconsultants.com.mx N:agarcia;;;; FN:agarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:agarcia@tam.btlconsultants.com.mx END:VCARD agarcia agarcia@tam.btlconsultants.com.mxl 3S ai2023-07-06 15:57:47smontalvosmontalvo@tam.btlconsultants.com.mxsmontalvoBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:01:07.18c564f9-f019-559f-b27c-53f58612a2c9.smontalvo@tam.btlconsultants.com.mx N:smontalvo;;;; FN:smontalvo EMAIL;TYPE=INTERNET;TYPE=INTERNET:smontalvo@tam.btlconsultants.com.mx END:VCARD smontalvo smontalvo@tam.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:47amaciasamacias@tam.btlconsultants.com.mxamaciasBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:01:05.c93de757-8d09-5b05-bf54-13231c11b62c.amacias@tam.btlconsultants.com.mx N:amacias;;;; FN:amacias EMAIL;TYPE=INTERNET;TYPE=INTERNET:amacias@tam.btlconsultants.com.mx END:VCARD amacias amacias@tam.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:47hriverahrivera@tam.btlconsultants.com.mxhriveraBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:01:04.4c4a857d-a197-efd9-8f1a-61756b0cbfcc.hrivera@tam.btlconsultants.com.mx N:hrivera;;;; FN:hrivera EMAIL;TYPE=INTERNET;TYPE=INTERNET:hrivera@tam.btlconsultants.com.mx END:VCARD hrivera hrivera@tam.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:47acervantesacervantes@tam.btlconsultants.com.mxacervantesBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:01:02.b4aeb308-d60e-bc74-5401-cfc238e1f3f6.acervantes@tam.btlconsultants.com.mx N:acervantes;;;; FN:acervantes EMAIL;TYPE=INTERNET;TYPE=INTERNET:acervantes@tam.btlconsultants.com.mx END:VCARD acervantes acervantes@tam.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:47jduboisjdubois@tam.btlconsultants.com.mxjduboisBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:01:01.8b1688d9-eadd-9691-2f32-da4d2556e6c9.jdubois@tam.btlconsultants.com.mx N:jdubois;;;; FN:jdubois EMAIL;TYPE=INTERNET;TYPE=INTERNET:jdubois@tam.btlconsultants.com.mx END:VCARD jdubois jdubois@tam.btlconsultants.com.mx| 3#W #qm2023-07-06 15:57:47jarodriguezjarodriguez@tam.btlconsultants.com.mxjarodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:00:59.06cc3cf8-8b5c-4939-4019-84c539e46fd3.jarodriguez@tam.btlconsultants.com.mx N:jarodriguez;;;; FN:jarodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jarodriguez@tam.btlconsultants.com.mx END:VCARD jarodriguz jarodriguz@tam.btlconsultants.com.mx  3 B%XU 3O M_2023-07-06 15:57:48ereyesereyes@vera.btlconsultants.com.mxereyesBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:02:44.43057989-9d08-2008-9ffc-7ef1ec376197.ereyes@vera.btlconsultants.com.mx N:ereyes;;;; FN:ereyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:ereyes@vera.btlconsultants.com.mx END:VCARD ereyes ereyes@vera.btlconsultants.com.mxg 3S ]g2023-07-06 15:57:48ecamachoecamacho@vera.btlconsultants.com.mxecamachoBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:02:42.a3b8fcb6-397c-af61-2a60-57584d251633.ecamacho@vera.btlconsultants.com.mx N:ecamacho;;;; FN:ecamacho EMAIL;TYPE=INTERNET;TYPE=INTERNET:ecamacho@vera.btlconsultants.com.mx END:VCARD ecamacho ecamacho@vera.btlconsultants.com.mxg 3S ]g2023-07-06 15:57:48ajimenezajimenez@tlax.btlconsultants.com.mxajimenezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:02:08.f3d342ec-fb49-4d5a-a251-e3c9278d2397.ajimenez@tlax.btlconsultants.com.mx N:ajimenez;;;; FN:ajimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ajimenez@tlax.btlconsultants.com.mx END:VCARD ajimenez ajimenez@tlax.btlconsultants.com.mx^ 3Q Uc2023-07-06 15:57:48blozanoblozano@tlax.btlconsultants.com.mxblozanoBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:02:06.29afa99d-edb8-b34d-645b-1cc9bcde0a2f.blozano@tlax.btlconsultants.com.mx N:blozano;;;; FN:blozano EMAIL;TYPE=INTERNET;TYPE=INTERNET:blozano@tlax.btlconsultants.com.mx END:VCARD blozano blozano@tlax.btlconsultants.com.mx^ 3Q Uc2023-07-06 15:57:48jfloresjflores@tlax.btlconsultants.com.mxjfloresBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:02:05.69d7cf3a-9884-4841-276f-7f4ce647bd20.jflores@tlax.btlconsultants.com.mx N:jflores;;;; FN:jflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:jflores@tlax.btlconsultants.com.mx END:VCARD jflores jflores@tlax.btlconsultants.com.mxg 3S ]g2023-07-06 15:57:47gaguilargaguilar@tlax.btlconsultants.com.mxgaguilarBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:02:03.c5913b85-7660-c72c-75a3-fd07f5a94d77.gaguilar@tlax.btlconsultants.com.mx N:gaguilar;;;; FN:gaguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:gaguilar@tlax.btlconsultants.com.mx END:VCARD gaguilar gaguilar@tlax.btlconsultants.com.mxL 3M E[2023-07-06 15:57:47mlaramlara@tlax.btlconsultants.com.mxmlaraBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:02:02.d37dc98d-0696-3ea9-1314-b2afe9e85a1b.mlara@tlax.btlconsultants.com.mx N:mlara;;;; FN:mlara EMAIL;TYPE=INTERNET;TYPE=INTERNET:mlara@tlax.btlconsultants.com.mx END:VCARD mlara mlara@tlax.btlconsultants.com.mxg 3S ]g2023-07-06 15:57:47aandradeaandrade@tlax.btlconsultants.com.mxaandradeBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:02:00.575f5c59-1414-bd8e-ab8d-1c33935d95e4.aandrade@tlax.btlconsultants.com.mx N:aandrade;;;; FN:aandrade EMAIL;TYPE=INTERNET;TYPE=INTERNET:aandrade@tlax.btlconsultants.com.mx END:VCARD aandrade aandrade@tlax.btlconsultants.com.mx 3#Y #us2023-07-06 15:57:47jnetzahuatljnetzahuatl@tlax.btlconsultants.com.mxjnetzahuatlBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:01:59.a32b5674-b46c-6f32-b519-274e781b0aed.jnetzahuatl@tlax.btlconsultants.com.mx N:jnetzahuatl;;;; FN:jnetzahuatl EMAIL;TYPE=INTERNET;TYPE=INTERNET:jnetzahuatl@tlax.btlconsultants.com.mx END:VCARD jnetzahuatl jnetzahuatl@tlax.btlconsultants.com.mxg 3S ]g2023-07-06 15:57:47rsanchezrsanchez@tlax.btlconsultants.com.mxrsanchezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:01:58.3e86e008-8727-e125-33b6-f103357d73f5.rsanchez@tlax.btlconsultants.com.mx N:rsanchez;;;; FN:rsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rsanchez@tlax.btlconsultants.com.mx END:VCARD rsanchez rsanchez@tlax.btlconsultants.com.mx^ 3Q Uc2023-07-06 15:57:47jjuarezjjuarez@tlax.btlconsultants.com.mxjjuarezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:01:56.1500f1af-ab42-a4de-83f0-4836e887decf.jjuarez@tlax.btlconsultants.com.mx N:jjuarez;;;; FN:jjuarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jjuarez@tlax.btlconsultants.com.mx END:VCARD jjuarez jjuarez@tlax.btlconsultants.com.mx q L E > 7 0 ) "    z s l e ^ W P I B ; 4 - &     jc\UNG@92+$ | u n g ` Y R K D = 6 / ( !    ~ w p i b [ T M F ? 8 1 * #     {tmf_XQJC<5.'  xqjc\UNG@92+$|ung`YRKD=6/(! yrkd]VOHA:3,% }vohaZSLE>70)"  y r k d ] V O H A : 3 , %     } v o h a Z S{tmf_XQJC<5.'  xq  ~ } | { z y x w v u t s r q p o n m l k j i h g f e d c b a ` _ ^ ] \ [ Z Y X W V U T S R Q P O N M L K J I H G F E D C B A @ ? > = < ; : 9 8 7 6 5 4 3 2 1 0 / . - , + * ) ( ' & % $ # " !                                                                                                                                           d c b a ` _ ^ ] \ [ Z Y X W V U T S R Q P O N M L K J I H G F E D C B A @ ? > = < ; : 9 8 7 6 5 4 3 2 1 0 / . -                                                                                         ~ } | { z y x w v u t s r q p o n m l k j i h g f e    De 5Z+ 3O Qa2023-07-06 15:57:48salmazasalmaza@ver.btlconsultants.com.mxsalmazaBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:17.f1e45238-884e-54df-f9f6-2a91687d3bf3.salmaza@ver.btlconsultants.com.mx N:salmaza;;;; FN:salmaza EMAIL;TYPE=INTERNET;TYPE=INTERNET:salmaza@ver.btlconsultants.com.mx END:VCARD salmaza salmaza@ver.btlconsultants.com.mxQ* 3M I]2023-07-06 15:57:48abelloabello@ver.btlconsultants.com.mxabelloBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:16.a90396df-80ab-2f0b-4cfa-f4ed4e618432.abello@ver.btlconsultants.com.mx N:abello;;;; FN:abello EMAIL;TYPE=INTERNET;TYPE=INTERNET:abello@ver.btlconsultants.com.mx END:VCARD abello abello@ver.btlconsultants.com.mxc) 3Q Ye2023-07-06 15:57:48tpedrazatpedraza@ver.btlconsultants.com.mxtpedrazaBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:14.cd40c8b9-ac53-7717-bb03-522526169a61.tpedraza@ver.btlconsultants.com.mx N:tpedraza;;;; FN:tpedraza EMAIL;TYPE=INTERNET;TYPE=INTERNET:tpedraza@ver.btlconsultants.com.mx END:VCARD tpedraza tpedraza@ver.btlconsultants.com.mxl( 3S ai2023-07-06 15:57:48sbautistasbautista@ver.btlconsultants.com.mxsbautistaBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:12.076e16d9-75c0-dd5c-2a42-83efa1cf5a73.sbautista@ver.btlconsultants.com.mx N:sbautista;;;; FN:sbautista EMAIL;TYPE=INTERNET;TYPE=INTERNET:sbautista@ver.btlconsultants.com.mx END:VCARD sbautista sbautista@ver.btlconsultants.com.mxU' 3O M_2023-07-06 15:57:48ipereziperez@vera.btlconsultants.com.mxiperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:02:54.78607ad1-b067-7ed7-97e7-cbd99c53ebb2.iperez@vera.btlconsultants.com.mx N:iperez;;;; FN:iperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:iperez@vera.btlconsultants.com.mx END:VCARD iperez iperez@vera.btlconsultants.com.mxg& 3S ]g2023-07-06 15:57:48zvivancozvivanco@vera.btlconsultants.com.mxzvivancoBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:02:53.69e09b59-b7b0-8df9-0eac-0873ffee6c44.zvivanco@vera.btlconsultants.com.mx N:zvivanco;;;; FN:zvivanco EMAIL;TYPE=INTERNET;TYPE=INTERNET:zvivanco@vera.btlconsultants.com.mx END:VCARD zvivanco zvivanco@vera.btlconsultants.com.mxp% 3U ek2023-07-06 15:57:48ogonzalezogonzalez@vera.btlconsultants.com.mxogonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:02:51.36c771c0-27cc-a33d-3762-a5b5347dac1e.ogonzalez@vera.btlconsultants.com.mx N:ogonzalez;;;; FN:ogonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ogonzalez@vera.btlconsultants.com.mx END:VCARD ogonzalez ogonzalez@vera.btlconsultants.com.mxg$ 3S ]g2023-07-06 15:57:48mmoralesmmorales@vera.btlconsultants.com.mxmmoralesBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:02:49.19f068a1-c4c7-fa8a-bc51-35bf7d15c01b.mmorales@vera.btlconsultants.com.mx N:mmorales;;;; FN:mmorales EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmorales@vera.btlconsultants.com.mx END:VCARD mmorales mmorales@vera.btlconsultants.com.mxg# 3S ]g2023-07-06 15:57:48amoralesamorales@vera.btlconsultants.com.mxamoralesBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:02:48.ca5aea39-a89e-210c-a2a0-ed4f236c3b18.amorales@vera.btlconsultants.com.mx N:amorales;;;; FN:amorales EMAIL;TYPE=INTERNET;TYPE=INTERNET:amorales@vera.btlconsultants.com.mx END:VCARD amorales amorales@vera.btlconsultants.com.mxg" 3S ]g2023-07-06 15:57:48jramirezjramirez@vera.btlconsultants.com.mxjramirezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:02:47.b6c2deaf-d5ce-e793-4161-71600cd4abe3.jramirez@vera.btlconsultants.com.mx N:jramirez;;;; FN:jramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jramirez@vera.btlconsultants.com.mx END:VCARD jramirez jramirez@vera.btlconsultants.com.mxw! 3!W !mk2023-07-06 15:57:48mrodriguezmrodriguez@vera.btlconsultants.com.mxmrodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:02:45.a44c1fc8-ac74-0f4c-97b9-adcaf96a57d4.mrodriguez@vera.btlconsultants.com.mx N:mrodriguez;;;; FN:mrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mrodriguez@vera.btlconsultants.com.mx END:VCARD mrodriguz mrodriguz@vera.btlconsultants.com.mx  q>Q6 3M I]2023-07-06 15:57:48dlopezdlopez@ver.btlconsultants.com.mxdlopezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:36.cdf6cdd3-e3e5-409f-59a6-87c2a66639e1.dlopez@ver.btlconsultants.com.mx N:dlopez;;;; FN:dlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dlopez@ver.btlconsultants.com.mx END:VCARD dlopez dlopez@ver.btlconsultants.com.mxu5 3!U !im2023-07-06 15:57:48shernandezshernandez@ver.btlconsultants.com.mxshernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:34.90b3c98a-20ff-bd4c-957d-d56d218de3e5.shernandez@ver.btlconsultants.com.mx N:shernandez;;;; FN:shernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:shernandez@ver.btlconsultants.com.mx END:VCARD shernandez shernandez@ver.btlconsultants.com.mxQ4 3M I]2023-07-06 15:57:48agomezagomez@ver.btlconsultants.com.mxagomezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:33.9ec60b5e-44c9-06af-a6ca-8c142c1d0817.agomez@ver.btlconsultants.com.mx N:agomez;;;; FN:agomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:agomez@ver.btlconsultants.com.mx END:VCARD agomez agomez@ver.btlconsultants.com.mxZ3 3O Qa2023-07-06 15:57:48sfloressflores@ver.btlconsultants.com.mxsfloresBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:30.061c5f29-5c52-3d6d-5e69-950a6ad4c7f7.sflores@ver.btlconsultants.com.mx N:sflores;;;; FN:sflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:sflores@ver.btlconsultants.com.mx END:VCARD sflores sflores@ver.btlconsultants.com.mxQ2 3M I]2023-07-06 15:57:48oreyesoreyes@ver.btlconsultants.com.mxoreyesBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:29.e75c07f0-128a-db8b-0817-82f17ff99033.oreyes@ver.btlconsultants.com.mx N:oreyes;;;; FN:oreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:oreyes@ver.btlconsultants.com.mx END:VCARD oreyes oreyes@ver.btlconsultants.com.mxa1 3Q Ya2023-07-06 15:57:48jnarvaezjnarvaez@ver.btlconsultants.com.mxjnarvaezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:27.fdec4fec-7e89-de92-403f-85594fefdd64.jnarvaez@ver.btlconsultants.com.mx N:jnarvaez;;;; FN:jnarvaez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jnarvaez@ver.btlconsultants.com.mx END:VCARD jnarvaz jnarvaz@ver.btlconsultants.com.mxu0 3!U !im2023-07-06 15:57:48bfernandezbfernandez@ver.btlconsultants.com.mxbfernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:25.37f03678-c9b2-b8d1-4d46-f562eeeb7167.bfernandez@ver.btlconsultants.com.mx N:bfernandez;;;; FN:bfernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:bfernandez@ver.btlconsultants.com.mx END:VCARD bfernandez bfernandez@ver.btlconsultants.com.mxF/ 3K AU2023-07-06 15:57:48jpaezjpaez@ver.btlconsultants.com.mxjpaezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:23.7096874f-f78d-bcd9-c5b9-152ace73f480.jpaez@ver.btlconsultants.com.mx N:jpaez;;;; FN:jpaez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jpaez@ver.btlconsultants.com.mx END:VCARD jpaz jpaz@ver.btlconsultants.com.mxa. 3Q Ya2023-07-06 15:57:48hvazquezhvazquez@ver.btlconsultants.com.mxhvazquezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:22.b0db283f-b774-1151-2d53-f88755af5fc5.hvazquez@ver.btlconsultants.com.mx N:hvazquez;;;; FN:hvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:hvazquez@ver.btlconsultants.com.mx END:VCARD hvazquz hvazquz@ver.btlconsultants.com.mxu- 3!U !im2023-07-06 15:57:48rgutierrezrgutierrez@ver.btlconsultants.com.mxrgutierrezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:20.4be7f87e-7886-47a1-55a9-2b15a53b4306.rgutierrez@ver.btlconsultants.com.mx N:rgutierrez;;;; FN:rgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rgutierrez@ver.btlconsultants.com.mx END:VCARD rgutierrez rgutierrez@ver.btlconsultants.com.mxc, 3Q Ye2023-07-06 15:57:48dsalazardsalazar@ver.btlconsultants.com.mxdsalazarBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:19.9c431735-bba9-d3d4-f7cd-6f2df394dc12.dsalazar@ver.btlconsultants.com.mx N:dsalazar;;;; FN:dsalazar EMAIL;TYPE=INTERNET;TYPE=INTERNET:dsalazar@ver.btlconsultants.com.mx END:VCARD dsalazar dsalazar@ver.btlconsultants.com.mx  F #g 2QA 3M I]2023-07-06 15:57:49ereyesereyes@ver.btlconsultants.com.mxereyesBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:54.9aae4bee-deb1-7d8d-0006-0c1732f0458d.ereyes@ver.btlconsultants.com.mx N:ereyes;;;; FN:ereyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:ereyes@ver.btlconsultants.com.mx END:VCARD ereyes ereyes@ver.btlconsultants.com.mxc@ 3Q Ye2023-07-06 15:57:49dlinaresdlinares@ver.btlconsultants.com.mxdlinaresBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:52.8c564f84-45fe-18ec-2d88-2c07414da958.dlinares@ver.btlconsultants.com.mx N:dlinares;;;; FN:dlinares EMAIL;TYPE=INTERNET;TYPE=INTERNET:dlinares@ver.btlconsultants.com.mx END:VCARD dlinares dlinares@ver.btlconsultants.com.mxl? 3S ai2023-07-06 15:57:49ayeladakyayeladaky@ver.btlconsultants.com.mxayeladakyBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:50.2bf1a0d0-798f-fc9d-cd60-d0d91bbe44f8.ayeladaky@ver.btlconsultants.com.mx N:ayeladaky;;;; FN:ayeladaky EMAIL;TYPE=INTERNET;TYPE=INTERNET:ayeladaky@ver.btlconsultants.com.mx END:VCARD ayeladaky ayeladaky@ver.btlconsultants.com.mxZ> 3O Qa2023-07-06 15:57:49acortesacortes@ver.btlconsultants.com.mxacortesBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:49.0c101a1a-6b51-091a-7874-e06eb5f62a20.acortes@ver.btlconsultants.com.mx N:acortes;;;; FN:acortes EMAIL;TYPE=INTERNET;TYPE=INTERNET:acortes@ver.btlconsultants.com.mx END:VCARD acortes acortes@ver.btlconsultants.com.mxZ= 3O Qa2023-07-06 15:57:49rgloriargloria@ver.btlconsultants.com.mxrgloriaBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:48.2eef1a3e-e2d6-48b3-f6ee-b18528581bac.rgloria@ver.btlconsultants.com.mx N:rgloria;;;; FN:rgloria EMAIL;TYPE=INTERNET;TYPE=INTERNET:rgloria@ver.btlconsultants.com.mx END:VCARD rgloria rgloria@ver.btlconsultants.com.mxZ< 3O Qa2023-07-06 15:57:49mguzmanmguzman@ver.btlconsultants.com.mxmguzmanBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:46.ddb60776-d4eb-f96f-233c-421ac13600cf.mguzman@ver.btlconsultants.com.mx N:mguzman;;;; FN:mguzman EMAIL;TYPE=INTERNET;TYPE=INTERNET:mguzman@ver.btlconsultants.com.mx END:VCARD mguzman mguzman@ver.btlconsultants.com.mxZ; 3O Qa2023-07-06 15:57:49dtrillodtrillo@ver.btlconsultants.com.mxdtrilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:44.f7965d9b-da85-bc07-7cc2-81e66790bf31.dtrillo@ver.btlconsultants.com.mx N:dtrillo;;;; FN:dtrillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:dtrillo@ver.btlconsultants.com.mx END:VCARD dtrillo dtrillo@ver.btlconsultants.com.mxl: 3S ai2023-07-06 15:57:49fillescasfillescas@ver.btlconsultants.com.mxfillescasBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:42.d52c9b7c-2cf5-fba5-cfd0-1d8e4466d7ff.fillescas@ver.btlconsultants.com.mx N:fillescas;;;; FN:fillescas EMAIL;TYPE=INTERNET;TYPE=INTERNET:fillescas@ver.btlconsultants.com.mx END:VCARD fillescas fillescas@ver.btlconsultants.com.mxQ9 3M I]2023-07-06 15:57:49jgomezjgomez@ver.btlconsultants.com.mxjgomezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:40.6ba44827-f836-9701-7e79-905893b434ca.jgomez@ver.btlconsultants.com.mx N:jgomez;;;; FN:jgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgomez@ver.btlconsultants.com.mx END:VCARD jgomez jgomez@ver.btlconsultants.com.mxX8 3O Q]2023-07-06 15:57:48mhuertamhuerta@ver.btlconsultants.com.mxmhuertaBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:39.d339142f-d042-c5d8-9428-0799b4473745.mhuerta@ver.btlconsultants.com.mx N:mhuerta;;;; FN:mhuerta EMAIL;TYPE=INTERNET;TYPE=INTERNET:mhuerta@ver.btlconsultants.com.mx END:VCARD mhurta mhurta@ver.btlconsultants.com.mxZ7 3O Qa2023-07-06 15:57:48jzaratejzarate@ver.btlconsultants.com.mxjzarateBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:37.5acdfba9-1fa3-b844-c4ba-72f82fe0038c.jzarate@ver.btlconsultants.com.mx N:jzarate;;;; FN:jzarate EMAIL;TYPE=INTERNET;TYPE=INTERNET:jzarate@ver.btlconsultants.com.mx END:VCARD jzarate jzarate@ver.btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX< H 3H2023-07-06 15:57:52G 3G2023-07-06 15:57:52F 3F2023-07-06 15:57:52E 3E2023-07-06 15:57:52D 3D2023-07-06 15:57:52C 3C2023-07-06 15:57:52B 3B2023-07-06 15:57:52A 3A2023-07-06 15:57:52@ 3@2023-07-06 15:57:52? 3?2023-07-06 15:57:52> 3>2023-07-06 15:57:52= 3=2023-07-06 15:57:52< 3<2023-07-06 15:57:52; 3;2023-07-06 15:57:52: 3:2023-07-06 15:57:529 392023-07-06 15:57:518 382023-07-06 15:57:517 372023-07-06 15:57:516 362023-07-06 15:57:515 352023-07-06 15:57:514 342023-07-06 15:57:513 332023-07-06 15:57:512 322023-07-06 15:57:511 312023-07-06 15:57:510 302023-07-06 15:57:51/ 3/2023-07-06 15:57:51. 3.2023-07-06 15:57:51- 3-2023-07-06 15:57:51, 3,2023-07-06 15:57:51+ 3+2023-07-06 15:57:51* 3*2023-07-06 15:57:51) 3)2023-07-06 15:57:51( 3(2023-07-06 15:57:51' 3'2023-07-06 15:57:51& 3&2023-07-06 15:57:51% 3%2023-07-06 15:57:51$ 3$2023-07-06 15:57:51# 3#2023-07-06 15:57:51" 3"2023-07-06 15:57:51! 3!2023-07-06 15:57:51  3 2023-07-06 15:57:51 32023-07-06 15:57:51 32023-07-06 15:57:51 32023-07-06 15:57:51 32023-07-06 15:57:51 32023-07-06 15:57:51 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50  3 2023-07-06 15:57:50  3 2023-07-06 15:57:50  3 2023-07-06 15:57:50  3 2023-07-06 15:57:50  3 2023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50 32023-07-06 15:57:50~ 32023-07-06 15:57:50} 32023-07-06 15:57:50| 32023-07-06 15:57:50{ 32023-07-06 15:57:50z 32023-07-06 15:57:50y 32023-07-06 15:57:50x 32023-07-06 15:57:50w 32023-07-06 15:57:50v 32023-07-06 15:57:50u 32023-07-06 15:57:50t 32023-07-06 15:57:50s 32023-07-06 15:57:50r 32023-07-06 15:57:50q 32023-07-06 15:57:50p 32023-07-06 15:57:50o 32023-07-06 15:57:50n 32023-07-06 15:57:50m 32023-07-06 15:57:50l 32023-07-06 15:57:50k 32023-07-06 15:57:50j 32023-07-06 15:57:50i 32023-07-06 15:57:50h 32023-07-06 15:57:50g 32023-07-06 15:57:50f 32023-07-06 15:57:50e 32023-07-06 15:57:50d 32023-07-06 15:57:49c 32023-07-06 15:57:49b 32023-07-06 15:57:49a 32023-07-06 15:57:49` 32023-07-06 15:57:49_ 32023-07-06 15:57:49^ 32023-07-06 15:57:49] 32023-07-06 15:57:49\ 32023-07-06 15:57:49[ 32023-07-06 15:57:49Z 32023-07-06 15:57:49Y 32023-07-06 15:57:49X 32023-07-06 15:57:49W 32023-07-06 15:57:49V 32023-07-06 15:57:49U 32023-07-06 15:57:49T 32023-07-06 15:57:49S 32023-07-06 15:57:49R 32023-07-06 15:57:49Q 32023-07-06 15:57:49P 32023-07-06 15:57:49O 32023-07-06 15:57:49N 32023-07-06 15:57:49M 32023-07-06 15:57:49L 32023-07-06 15:57:49K 32023-07-06 15:57:49J 32023-07-06 15:57:49I 32023-07-06 15:57:49H 32023-07-06 15:57:49G 32023-07-06 15:57:49F 32023-07-06 15:57:49E 32023-07-06 15:57:49D 32023-07-06 15:57:49C 32023-07-06 15:57:49B 32023-07-06 15:57:49A 32023-07-06 15:57:49  _ EelL 3S ai2023-07-06 15:57:49molivaresmolivares@ver.btlconsultants.com.mxmolivaresBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:04:11.2f505a8f-625b-fbf9-e3c5-596e72930e5f.molivares@ver.btlconsultants.com.mx N:molivares;;;; FN:molivares EMAIL;TYPE=INTERNET;TYPE=INTERNET:molivares@ver.btlconsultants.com.mx END:VCARD molivares molivares@ver.btlconsultants.com.mxlK 3S ai2023-07-06 15:57:49gmartinezgmartinez@ver.btlconsultants.com.mxgmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:04:10.34786d7f-597c-0b4f-ff9f-b20a7f8e52d0.gmartinez@ver.btlconsultants.com.mx N:gmartinez;;;; FN:gmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:gmartinez@ver.btlconsultants.com.mx END:VCARD gmartinez gmartinez@ver.btlconsultants.com.mxuJ 3!U !im2023-07-06 15:57:49abarrietosabarrietos@ver.btlconsultants.com.mxabarrietosBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:04:08.1c8a83db-30b3-c23d-0930-847d83087a92.abarrietos@ver.btlconsultants.com.mx N:abarrietos;;;; FN:abarrietos EMAIL;TYPE=INTERNET;TYPE=INTERNET:abarrietos@ver.btlconsultants.com.mx END:VCARD abarrietos abarrietos@ver.btlconsultants.com.mxZI 3O Qa2023-07-06 15:57:49lamadorlamador@ver.btlconsultants.com.mxlamadorBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:04:07.f9d48bf0-7aae-8539-1b11-06fd71e4dad4.lamador@ver.btlconsultants.com.mx N:lamador;;;; FN:lamador EMAIL;TYPE=INTERNET;TYPE=INTERNET:lamador@ver.btlconsultants.com.mx END:VCARD lamador lamador@ver.btlconsultants.com.mx~H 3#W #qq2023-07-06 15:57:49j.hernandezj.hernandez@ver.btlconsultants.com.mxj.hernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:04:05.732ae053-966c-7628-30c5-8451fcf82dc5.j.hernandez@ver.btlconsultants.com.mx N:j.hernandez;;;; FN:j.hernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.hernandez@ver.btlconsultants.com.mx END:VCARD j.hernandez j.hernandez@ver.btlconsultants.com.mxZG 3O Qa2023-07-06 15:57:49jtorresjtorres@ver.btlconsultants.com.mxjtorresBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:04:04.3de212b9-0a04-a2b1-7aa2-50efe0ec168b.jtorres@ver.btlconsultants.com.mx N:jtorres;;;; FN:jtorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:jtorres@ver.btlconsultants.com.mx END:VCARD jtorres jtorres@ver.btlconsultants.com.mxHF 3K AY2023-07-06 15:57:49cdiazcdiaz@ver.btlconsultants.com.mxcdiazBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:04:02.30e5f948-7523-138a-ca67-a00ccfe55200.cdiaz@ver.btlconsultants.com.mx N:cdiaz;;;; FN:cdiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:cdiaz@ver.btlconsultants.com.mx END:VCARD cdiaz cdiaz@ver.btlconsultants.com.mxQE 3M I]2023-07-06 15:57:49treyestreyes@ver.btlconsultants.com.mxtreyesBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:04:00.35ff66e6-040c-d48d-ad35-de58a735e7ee.treyes@ver.btlconsultants.com.mx N:treyes;;;; FN:treyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:treyes@ver.btlconsultants.com.mx END:VCARD treyes treyes@ver.btlconsultants.com.mxuD 3!U !im2023-07-06 15:57:49bhernandezbhernandez@ver.btlconsultants.com.mxbhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:58.9eeda679-c912-2537-f3a1-ae64c4af4e5b.bhernandez@ver.btlconsultants.com.mx N:bhernandez;;;; FN:bhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:bhernandez@ver.btlconsultants.com.mx END:VCARD bhernandez bhernandez@ver.btlconsultants.com.mxHC 3K AY2023-07-06 15:57:49lcruzlcruz@ver.btlconsultants.com.mxlcruzBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:57.daab3c1a-4349-a2bf-421d-efabbafc8c1c.lcruz@ver.btlconsultants.com.mx N:lcruz;;;; FN:lcruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:lcruz@ver.btlconsultants.com.mx END:VCARD lcruz lcruz@ver.btlconsultants.com.mxQB 3M I]2023-07-06 15:57:49eperezeperez@ver.btlconsultants.com.mxeperezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:03:55.03a1c718-8628-b18a-ac47-bfbb0364fff1.eperez@ver.btlconsultants.com.mx N:eperez;;;; FN:eperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:eperez@ver.btlconsultants.com.mx END:VCARD eperez eperez@ver.btlconsultants.com.mx < K L~;<HW 3K AY2023-07-06 15:57:49rlugorlugo@mer.btlconsultants.com.mxrlugoBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:10.a993a28b-480c-286b-fb94-713fbd03f305.rlugo@mer.btlconsultants.com.mx N:rlugo;;;; FN:rlugo EMAIL;TYPE=INTERNET;TYPE=INTERNET:rlugo@mer.btlconsultants.com.mx END:VCARD rlugo rlugo@mer.btlconsultants.com.mxZV 3O Qa2023-07-06 15:57:49jcanchejcanche@mer.btlconsultants.com.mxjcancheBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:08.0221bf1c-b437-ffbe-1c9b-6feb05a6135f.jcanche@mer.btlconsultants.com.mx N:jcanche;;;; FN:jcanche EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcanche@mer.btlconsultants.com.mx END:VCARD jcanche jcanche@mer.btlconsultants.com.mxQU 3M I]2023-07-06 15:57:49gcantegcante@mer.btlconsultants.com.mxgcanteBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:07.16987393-59d1-a716-944f-3a37d0514112.gcante@mer.btlconsultants.com.mx N:gcante;;;; FN:gcante EMAIL;TYPE=INTERNET;TYPE=INTERNET:gcante@mer.btlconsultants.com.mx END:VCARD gcante gcante@mer.btlconsultants.com.mx?T 3I 9U2023-07-06 15:57:49otunotun@mer.btlconsultants.com.mxotunBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:05.8023b9a2-2810-dbd5-7ed7-0d62733fc3bb.otun@mer.btlconsultants.com.mx N:otun;;;; FN:otun EMAIL;TYPE=INTERNET;TYPE=INTERNET:otun@mer.btlconsultants.com.mx END:VCARD otun otun@mer.btlconsultants.com.mxcS 3Q Ye2023-07-06 15:57:49hbarbosahbarbosa@mer.btlconsultants.com.mxhbarbosaBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:04.013c9e6b-e37f-aaac-777e-3cc8fd00c38f.hbarbosa@mer.btlconsultants.com.mx N:hbarbosa;;;; FN:hbarbosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:hbarbosa@mer.btlconsultants.com.mx END:VCARD hbarbosa hbarbosa@mer.btlconsultants.com.mxcR 3Q Ye2023-07-06 15:57:49jalcocerjalcocer@mer.btlconsultants.com.mxjalcocerBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:03.4b1c2744-d1b1-7e9e-3237-0efd8ccc6d82.jalcocer@mer.btlconsultants.com.mx N:jalcocer;;;; FN:jalcocer EMAIL;TYPE=INTERNET;TYPE=INTERNET:jalcocer@mer.btlconsultants.com.mx END:VCARD jalcocer jalcocer@mer.btlconsultants.com.mxQQ 3M I]2023-07-06 15:57:49josekujoseku@mer.btlconsultants.com.mxjosekuBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:00.5d99ccfc-81ba-9f2f-4e2c-7f173ad827b9.joseku@mer.btlconsultants.com.mx N:joseku;;;; FN:joseku EMAIL;TYPE=INTERNET;TYPE=INTERNET:joseku@mer.btlconsultants.com.mx END:VCARD joseku joseku@mer.btlconsultants.com.mxHP 3K AY2023-07-06 15:57:49kcobakcoba@mer.btlconsultants.com.mxkcobaBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:06:59.7a075b50-05a2-c58d-d9a2-a9086a67b10f.kcoba@mer.btlconsultants.com.mx N:kcoba;;;; FN:kcoba EMAIL;TYPE=INTERNET;TYPE=INTERNET:kcoba@mer.btlconsultants.com.mx END:VCARD kcoba kcoba@mer.btlconsultants.com.mxZO 3O Qa2023-07-06 15:57:49j.ramosj.ramos@ver.btlconsultants.com.mxj.ramosBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:05:44.1457157e-3a19-ad8e-0d38-ae6ce67b257b.j.ramos@ver.btlconsultants.com.mx N:j.ramos;;;; FN:j.ramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.ramos@ver.btlconsultants.com.mx END:VCARD j.ramos j.ramos@ver.btlconsultants.com.mxHN 3K AY2023-07-06 15:57:49flinoflino@ver.btlconsultants.com.mxflinoBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:05:42.0021260b-ee22-350b-2c6e-72a1c432aaab.flino@ver.btlconsultants.com.mx N:flino;;;; FN:flino EMAIL;TYPE=INTERNET;TYPE=INTERNET:flino@ver.btlconsultants.com.mx END:VCARD flino flino@ver.btlconsultants.com.mxeM 3!M !Ye2023-07-06 15:57:49abarrietosabarrietos@btlconsultants.com.mxabarrietosBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:05:41.e7df8dc3-1d99-fcf9-22cf-674980f0a79b.abarrietos@btlconsultants.com.mx N:abarrietos;;;; FN:abarrietos EMAIL;TYPE=INTERNET;TYPE=INTERNET:abarrietos@btlconsultants.com.mx END:VCARD abarrietos abarrietos@btlconsultants.com.mx  2 @YQjb 3S ae2023-07-06 15:57:49eenriquezeenriquez@mer.btlconsultants.com.mxeenriquezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:27.10a5609e-4de0-54c4-a774-6a0d611cd18a.eenriquez@mer.btlconsultants.com.mx N:eenriquez;;;; FN:eenriquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:eenriquez@mer.btlconsultants.com.mx END:VCARD eenriquz eenriquz@mer.btlconsultants.com.mx?a 3I 9U2023-07-06 15:57:49rgilrgil@mer.btlconsultants.com.mxrgilBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:25.ef9f6284-9856-6ecb-745b-e13e01c87d68.rgil@mer.btlconsultants.com.mx N:rgil;;;; FN:rgil EMAIL;TYPE=INTERNET;TYPE=INTERNET:rgil@mer.btlconsultants.com.mx END:VCARD rgil rgil@mer.btlconsultants.com.mxc` 3Q Ye2023-07-06 15:57:49dnoriegadnoriega@mer.btlconsultants.com.mxdnoriegaBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:24.8efff046-2f48-f4eb-c95d-b6f125e985cd.dnoriega@mer.btlconsultants.com.mx N:dnoriega;;;; FN:dnoriega EMAIL;TYPE=INTERNET;TYPE=INTERNET:dnoriega@mer.btlconsultants.com.mx END:VCARD dnoriega dnoriega@mer.btlconsultants.com.mxc_ 3Q Ye2023-07-06 15:57:49jgongorajgongora@mer.btlconsultants.com.mxjgongoraBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:22.6797d4b0-7a76-475a-1604-c369e77eb1a4.jgongora@mer.btlconsultants.com.mx N:jgongora;;;; FN:jgongora EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgongora@mer.btlconsultants.com.mx END:VCARD jgongora jgongora@mer.btlconsultants.com.mx6^ 3G 1Q2023-07-06 15:57:49jekjek@mer.btlconsultants.com.mxjekBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:21.4b4c9381-60d1-6690-af0e-f437f0a63d96.jek@mer.btlconsultants.com.mx N:jek;;;; FN:jek EMAIL;TYPE=INTERNET;TYPE=INTERNET:jek@mer.btlconsultants.com.mx END:VCARD jek jek@mer.btlconsultants.com.mx~] 3#W #qq2023-07-06 15:57:49jmanzanillajmanzanilla@mer.btlconsultants.com.mxjmanzanillaBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:19.46166622-8b84-b942-0b0e-1c1ca0a47131.jmanzanilla@mer.btlconsultants.com.mx N:jmanzanilla;;;; FN:jmanzanilla EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmanzanilla@mer.btlconsultants.com.mx END:VCARD jmanzanilla jmanzanilla@mer.btlconsultants.com.mxa\ 3Q Ya2023-07-06 15:57:49jvarguezjvarguez@mer.btlconsultants.com.mxjvarguezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:18.a26b0966-caf1-7ba0-1cd9-e62bd60bff32.jvarguez@mer.btlconsultants.com.mx N:jvarguez;;;; FN:jvarguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvarguez@mer.btlconsultants.com.mx END:VCARD jvarguz jvarguz@mer.btlconsultants.com.mx~[ 3#W #qq2023-07-06 15:57:49mmanzanillammanzanilla@mer.btlconsultants.com.mxmmanzanillaBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:16.4e7b80fe-a3e2-5d32-90ef-a433a56c2be7.mmanzanilla@mer.btlconsultants.com.mx N:mmanzanilla;;;; FN:mmanzanilla EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmanzanilla@mer.btlconsultants.com.mx END:VCARD mmanzanilla mmanzanilla@mer.btlconsultants.com.mxlZ 3S ai2023-07-06 15:57:49jberzunzajberzunza@mer.btlconsultants.com.mxjberzunzaBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:15.4e3e8881-60a9-6e82-3576-0459eda10e7d.jberzunza@mer.btlconsultants.com.mx N:jberzunza;;;; FN:jberzunza EMAIL;TYPE=INTERNET;TYPE=INTERNET:jberzunza@mer.btlconsultants.com.mx END:VCARD jberzunza jberzunza@mer.btlconsultants.com.mxcY 3Q Ye2023-07-06 15:57:49fmeleciafmelecia@mer.btlconsultants.com.mxfmeleciaBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:13.e1b81395-115b-79c8-e2a1-7acbf484d9e9.fmelecia@mer.btlconsultants.com.mx N:fmelecia;;;; FN:fmelecia EMAIL;TYPE=INTERNET;TYPE=INTERNET:fmelecia@mer.btlconsultants.com.mx END:VCARD fmelecia fmelecia@mer.btlconsultants.com.mxcX 3Q Ye2023-07-06 15:57:49mmonterommontero@mer.btlconsultants.com.mxmmonteroBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:12.366ca1a9-eb33-059a-f55c-5180a4d412e8.mmontero@mer.btlconsultants.com.mx N:mmontero;;;; FN:mmontero EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmontero@mer.btlconsultants.com.mx END:VCARD mmontero mmontero@mer.btlconsultants.com.mx  ; v AcZm 3O Qa2023-07-06 15:57:50oalfarooalfaro@zac.btlconsultants.com.mxoalfaroBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:08:02.11a5fcd8-212f-2acf-845d-bbbe12d5833b.oalfaro@zac.btlconsultants.com.mx N:oalfaro;;;; FN:oalfaro EMAIL;TYPE=INTERNET;TYPE=INTERNET:oalfaro@zac.btlconsultants.com.mx END:VCARD oalfaro oalfaro@zac.btlconsultants.com.mxZl 3O Qa2023-07-06 15:57:50mfavelamfavela@zac.btlconsultants.com.mxmfavelaBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:08:00.1bafcb3c-f029-36d4-1fb9-b4e6566ed2e4.mfavela@zac.btlconsultants.com.mx N:mfavela;;;; FN:mfavela EMAIL;TYPE=INTERNET;TYPE=INTERNET:mfavela@zac.btlconsultants.com.mx END:VCARD mfavela mfavela@zac.btlconsultants.com.mxlk 3S ai2023-07-06 15:57:50jcarrillojcarrillo@zac.btlconsultants.com.mxjcarrilloBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:59.62200ca0-330e-f927-32dd-ec5cf9a707fe.jcarrillo@zac.btlconsultants.com.mx N:jcarrillo;;;; FN:jcarrillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcarrillo@zac.btlconsultants.com.mx END:VCARD jcarrillo jcarrillo@zac.btlconsultants.com.mxjj 3S ae2023-07-06 15:57:50vguerrerovguerrero@zac.btlconsultants.com.mxvguerreroBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:58.ea90931b-d735-5f1d-f67d-8d4a483d0681.vguerrero@zac.btlconsultants.com.mx N:vguerrero;;;; FN:vguerrero EMAIL;TYPE=INTERNET;TYPE=INTERNET:vguerrero@zac.btlconsultants.com.mx END:VCARD vgurrero vgurrero@zac.btlconsultants.com.mxci 3Q Ye2023-07-06 15:57:50mdelgadomdelgado@zac.btlconsultants.com.mxmdelgadoBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:56.e10207c7-95ff-f875-b3bc-1f6947aa747e.mdelgado@zac.btlconsultants.com.mx N:mdelgado;;;; FN:mdelgado EMAIL;TYPE=INTERNET;TYPE=INTERNET:mdelgado@zac.btlconsultants.com.mx END:VCARD mdelgado mdelgado@zac.btlconsultants.com.mxch 3Q Ye2023-07-06 15:57:50mesparzamesparza@zac.btlconsultants.com.mxmesparzaBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:55.a17d47ba-e3a6-f3cf-d1f5-21707167f589.mesparza@zac.btlconsultants.com.mx N:mesparza;;;; FN:mesparza EMAIL;TYPE=INTERNET;TYPE=INTERNET:mesparza@zac.btlconsultants.com.mx END:VCARD mesparza mesparza@zac.btlconsultants.com.mxcg 3Q Ye2023-07-06 15:57:50gacevedogacevedo@zac.btlconsultants.com.mxgacevedoBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:53.9863c9b8-6114-7d48-488b-d736d338f363.gacevedo@zac.btlconsultants.com.mx N:gacevedo;;;; FN:gacevedo EMAIL;TYPE=INTERNET;TYPE=INTERNET:gacevedo@zac.btlconsultants.com.mx END:VCARD gacevedo gacevedo@zac.btlconsultants.com.mxcf 3Q Ye2023-07-06 15:57:50eacevedoeacevedo@zac.btlconsultants.com.mxeacevedoBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:52.b8a91371-e5b8-c1e2-a464-9eeea05de8cc.eacevedo@zac.btlconsultants.com.mx N:eacevedo;;;; FN:eacevedo EMAIL;TYPE=INTERNET;TYPE=INTERNET:eacevedo@zac.btlconsultants.com.mx END:VCARD eacevedo eacevedo@zac.btlconsultants.com.mxZe 3O Qa2023-07-06 15:57:50ggaytanggaytan@zac.btlconsultants.com.mxggaytanBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:50.a21153e7-8d80-9756-189b-597e0324a802.ggaytan@zac.btlconsultants.com.mx N:ggaytan;;;; FN:ggaytan EMAIL;TYPE=INTERNET;TYPE=INTERNET:ggaytan@zac.btlconsultants.com.mx END:VCARD ggaytan ggaytan@zac.btlconsultants.com.mxZd 3O Qa2023-07-06 15:57:49nguzmannguzman@mer.btlconsultants.com.mxnguzmanBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:30.4c1c7a07-5358-2142-99df-4583ebf33005.nguzman@mer.btlconsultants.com.mx N:nguzman;;;; FN:nguzman EMAIL;TYPE=INTERNET;TYPE=INTERNET:nguzman@mer.btlconsultants.com.mx END:VCARD nguzman nguzman@mer.btlconsultants.com.mxcc 3Q Ye2023-07-06 15:57:49aramirezaramirez@mer.btlconsultants.com.mxaramirezBEGIN:VCARD VERSION:3.0 UID:2021-09-0119:07:28.2d3375c3-bd99-a30f-0d52-5aba4ba29894.aramirez@mer.btlconsultants.com.mx N:aramirez;;;; FN:aramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:aramirez@mer.btlconsultants.com.mx END:VCARD aramirez aramirez@mer.btlconsultants.com.mx  d O% w 3)U )yu2023-07-06 15:57:50eventos.huaweieventos.huawei@btlconsultants.com.mxeventos.huaweiBEGIN:VCARD VERSION:3.0 UID:2021-09-0716:06:49.2f028302-40af-ee6d-7a82-60883cac0b6d.eventos.huawei@btlconsultants.com.mx N:eventos.huawei;;;; FN:eventos.huawei EMAIL;TYPE=INTERNET;TYPE=INTERNET:eventos.huawei@btlconsultants.com.mx END:VCARD eventos.huawei eventos.huawei@btlconsultants.com.mxv 3'S 'qq2023-07-06 15:57:50eventos.honoreventos.honor@btlconsultants.com.mxeventos.honorBEGIN:VCARD VERSION:3.0 UID:2021-09-0716:06:22.77e140ac-7341-10c8-63bc-ef0e2656370c.eventos.honor@btlconsultants.com.mx N:eventos.honor;;;; FN:eventos.honor EMAIL;TYPE=INTERNET;TYPE=INTERNET:eventos.honor@btlconsultants.com.mx END:VCARD eventos.honor eventos.honor@btlconsultants.com.mx"u 3/[ /}2023-07-06 15:57:50almacen.queretaroalmacen.queretaro@btlconsultants.com.mxalmacen.queretaroBEGIN:VCARD VERSION:3.0 UID:2021-09-0620:13:06.dbed2c02-77bd-5160-e593-c67f3c9301a5.almacen.queretaro@btlconsultants.com.mx N:almacen.queretaro;;;; FN:almacen.queretaro EMAIL;TYPE=INTERNET;TYPE=INTERNET:almacen.queretaro@btlconsultants.com.mx END:VCARD almacen.quretaro almacen.quretaro@btlconsultants.com.mx\t 3K Qa2023-07-06 15:57:50m.velascom.velasco@btlconsultants.com.mxm.velascoBEGIN:VCARD VERSION:3.0 UID:2021-09-0619:53:12.0f919a26-cc5b-b464-90be-986303c1989d.m.velasco@btlconsultants.com.mx N:m.velasco;;;; FN:m.velasco EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.velasco@btlconsultants.com.mx END:VCARD m.velasco m.velasco@btlconsultants.com.mxZs 3O Qa2023-07-06 15:57:50jmedinajmedina@gdl.btlconsultants.com.mxjmedinaBEGIN:VCARD VERSION:3.0 UID:2021-09-0618:34:39.958cf9f2-6ab8-84d5-da83-2060a9d88ae2.jmedina@gdl.btlconsultants.com.mx N:jmedina;;;; FN:jmedina EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmedina@gdl.btlconsultants.com.mx END:VCARD jmedina jmedina@gdl.btlconsultants.com.mxSr 3I I]2023-07-06 15:57:50oficinasoficinas@btlconsultants.com.mxoficinasBEGIN:VCARD VERSION:3.0 UID:2021-09-0617:36:46.f870c729-a295-907a-a05f-800711f3f74c.oficinas@btlconsultants.com.mx N:oficinas;;;; FN:oficinas EMAIL;TYPE=INTERNET;TYPE=INTERNET:oficinas@btlconsultants.com.mx END:VCARD oficinas oficinas@btlconsultants.com.mxeq 3!M !Ye2023-07-06 15:57:50cap.huaweicap.huawei@btlconsultants.com.mxcap.huaweiBEGIN:VCARD VERSION:3.0 UID:2021-09-0617:35:44.283ae75a-3b60-fdc7-ad7a-8a95a430628b.cap.huawei@btlconsultants.com.mx N:cap.huawei;;;; FN:cap.huawei EMAIL;TYPE=INTERNET;TYPE=INTERNET:cap.huawei@btlconsultants.com.mx END:VCARD cap.huawei cap.huawei@btlconsultants.com.mx7p 33_ 3! 2023-07-06 15:57:50almacen.guadalajaraalmacen.guadalajara@btlconsultants.com.mxalmacen.guadalajaraBEGIN:VCARD VERSION:3.0 UID:2021-09-0615:25:52.59592658-d6e7-4af1-d06f-cc9d7264f763.almacen.guadalajara@btlconsultants.com.mx N:almacen.guadalajara;;;; FN:almacen.guadalajara EMAIL;TYPE=INTERNET;TYPE=INTERNET:almacen.guadalajara@btlconsultants.com.mx END:VCARD almacen.guadalajara almacen.guadalajara@btlconsultants.com.mxJo 3G AY2023-07-06 15:57:50soportesoporte@btlconsultants.com.mxsoporteBEGIN:VCARD VERSION:3.0 UID:2021-09-0402:18:53.417ed24a-22e3-3544-133b-0eb2e2c1f92f.soporte@btlconsultants.com.mx N:soporte;;;; FN:soporte EMAIL;TYPE=INTERNET;TYPE=INTERNET:soporte@btlconsultants.com.mx END:VCARD soporte soporte@btlconsultants.com.mx&n 3? !I2023-07-06 15:57:50jlmjlm@btlconsultants.com.mxjlmBEGIN:VCARD VERSION:3.0 UID:2021-09-0401:32:10.d8e53112-a2d1-b99c-2bf7-f1611633cc97.jlm@btlconsultants.com.mx N:jlm;;;; FN:jlm EMAIL;TYPE=INTERNET;TYPE=INTERNET:jlm@btlconsultants.com.mx END:VCARD jlm jlm@btlconsultants.com.mx p| d ZpZ 3O Qa2023-07-06 15:57:50aciceroacicero@can.btlconsultants.com.mxaciceroBEGIN:VCARD VERSION:3.0 UID:2021-09-0723:54:21.13021897-73e4-c6cb-8769-e5d455e697cd.acicero@can.btlconsultants.com.mx N:acicero;;;; FN:acicero EMAIL;TYPE=INTERNET;TYPE=INTERNET:acicero@can.btlconsultants.com.mx END:VCARD acicero acicero@can.btlconsultants.com.mxH 3K AY2023-07-06 15:57:50ldiazldiaz@mer.btlconsultants.com.mxldiazBEGIN:VCARD VERSION:3.0 UID:2021-09-0723:53:34.a70dfb65-19f6-1554-d69c-67807f1a1806.ldiaz@mer.btlconsultants.com.mx N:ldiaz;;;; FN:ldiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:ldiaz@mer.btlconsultants.com.mx END:VCARD ldiaz ldiaz@mer.btlconsultants.com.mxg 3S ]g2023-07-06 15:57:50eramirezeramirez@tlax.btlconsultants.com.mxeramirezBEGIN:VCARD VERSION:3.0 UID:2021-09-0723:51:59.38b86cc9-180e-037b-550f-746cc24a41be.eramirez@tlax.btlconsultants.com.mx N:eramirez;;;; FN:eramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:eramirez@tlax.btlconsultants.com.mx END:VCARD eramirez eramirez@tlax.btlconsultants.com.mxj 3S ae2023-07-06 15:57:50mguerreromguerrero@hgo.btlconsultants.com.mxmguerreroBEGIN:VCARD VERSION:3.0 UID:2021-09-0723:51:22.c7824507-4dd5-9688-1d8f-875cdb57206a.mguerrero@hgo.btlconsultants.com.mx N:mguerrero;;;; FN:mguerrero EMAIL;TYPE=INTERNET;TYPE=INTERNET:mguerrero@hgo.btlconsultants.com.mx END:VCARD mgurrero mgurrero@hgo.btlconsultants.com.mxc~ 3Q Ye2023-07-06 15:57:50kalvarezkalvarez@qro.btlconsultants.com.mxkalvarezBEGIN:VCARD VERSION:3.0 UID:2021-09-0723:50:25.d10d317c-df17-4bd0-6ecb-82d93dcc35f0.kalvarez@qro.btlconsultants.com.mx N:kalvarez;;;; FN:kalvarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:kalvarez@qro.btlconsultants.com.mx END:VCARD kalvarez kalvarez@qro.btlconsultants.com.mxH} 3K AY2023-07-06 15:57:50sliraslira@qro.btlconsultants.com.mxsliraBEGIN:VCARD VERSION:3.0 UID:2021-09-0723:49:32.2e4b2c7c-b00a-e113-6ea7-f2e2af21af5e.slira@qro.btlconsultants.com.mx N:slira;;;; FN:slira EMAIL;TYPE=INTERNET;TYPE=INTERNET:slira@qro.btlconsultants.com.mx END:VCARD slira slira@qro.btlconsultants.com.mxZ| 3O Qa2023-07-06 15:57:50rtorresrtorres@son.btlconsultants.com.mxrtorresBEGIN:VCARD VERSION:3.0 UID:2021-09-0716:13:27.d4efe5a3-8b49-6c78-9f83-81ba536687cf.rtorres@son.btlconsultants.com.mx N:rtorres;;;; FN:rtorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:rtorres@son.btlconsultants.com.mx END:VCARD rtorres rtorres@son.btlconsultants.com.mx\{ 3K Qa2023-07-06 15:57:50rmartinezrmartinez@btlconsultants.com.mxrmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-0716:08:40.635e15c1-97b6-8123-dbb2-f3663fdb7a50.rmartinez@btlconsultants.com.mx N:rmartinez;;;; FN:rmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmartinez@btlconsultants.com.mx END:VCARD rmartinez rmartinez@btlconsultants.com.mx"z 3/[ /}2023-07-06 15:57:50vuelosyhospedajesvuelosyhospedajes@btlconsultants.com.mxvuelosyhospedajesBEGIN:VCARD VERSION:3.0 UID:2021-09-0716:08:11.48a727a4-45a4-211d-223e-f46176a9fbd7.vuelosyhospedajes@btlconsultants.com.mx N:vuelosyhospedajes;;;; FN:vuelosyhospedajes EMAIL;TYPE=INTERNET;TYPE=INTERNET:vuelosyhospedajes@btlconsultants.com.mx END:VCARD vulosyhospedajes vulosyhospedajes@btlconsultants.com.mxny 3#O #ai2023-07-06 15:57:50facturacionfacturacion@btlconsultants.com.mxfacturacionBEGIN:VCARD VERSION:3.0 UID:2021-09-0716:07:44.a5c74e81-6127-0d30-273c-756804a3186a.facturacion@btlconsultants.com.mx N:facturacion;;;; FN:facturacion EMAIL;TYPE=INTERNET;TYPE=INTERNET:facturacion@btlconsultants.com.mx END:VCARD facturacion facturacion@btlconsultants.com.mxx 3'S 'qq2023-07-06 15:57:50eventos.ostereventos.oster@btlconsultants.com.mxeventos.osterBEGIN:VCARD VERSION:3.0 UID:2021-09-0716:07:17.676a61d6-93aa-0954-4b79-ddf8b29611fe.eventos.oster@btlconsultants.com.mx N:eventos.oster;;;; FN:eventos.oster EMAIL;TYPE=INTERNET;TYPE=INTERNET:eventos.oster@btlconsultants.com.mx END:VCARD eventos.oster eventos.oster@btlconsultants.com.mx  RFce 3!M !Ye2023-07-06 15:57:50buzonhonorbuzonhonor@btlconsultants.com.mxbuzonhonorBEGIN:VCARD VERSION:3.0 UID:2021-09-0922:49:06.d014ee76-5381-012b-6cea-6d5961e36d6b.buzonhonor@btlconsultants.com.mx N:buzonhonor;;;; FN:buzonhonor EMAIL;TYPE=INTERNET;TYPE=INTERNET:buzonhonor@btlconsultants.com.mx END:VCARD buzonhonor buzonhonor@btlconsultants.com.mxH 3K AY2023-07-06 15:57:50sruizsruiz@vdm.btlconsultants.com.mxsruizBEGIN:VCARD VERSION:3.0 UID:2021-09-0920:45:21.83b525be-9d99-9af9-a576-bf8c37e7951c.sruiz@vdm.btlconsultants.com.mx N:sruiz;;;; FN:sruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:sruiz@vdm.btlconsultants.com.mx END:VCARD sruiz sruiz@vdm.btlconsultants.com.mxH 3K AY2023-07-06 15:57:50psotopsoto@mty.btlconsultants.com.mxpsotoBEGIN:VCARD VERSION:3.0 UID:2021-09-0820:53:55.ce78d541-84f6-7466-86ed-840f375afb8a.psoto@mty.btlconsultants.com.mx N:psoto;;;; FN:psoto EMAIL;TYPE=INTERNET;TYPE=INTERNET:psoto@mty.btlconsultants.com.mx END:VCARD psoto psoto@mty.btlconsultants.com.mxG 3K AW2023-07-06 15:57:50amazaamaza@pue.btlconsultants.com.mxamazaBEGIN:VCARD VERSION:3.0 UID:2021-09-0820:51:23.4ba44275-23ca-b86b-850f-c67927723efa.amaza@pue.btlconsultants.com.mx N:amaza;;;; FN:amaza EMAIL;TYPE=INTERNET;TYPE=INTERNET:amaza@pue.btlconsultants.com.mx END:VCARD amaza amaza@pu.btlconsultants.com.mxl 3S ai2023-07-06 15:57:50amurrietaamurrieta@vdm.btlconsultants.com.mxamurrietaBEGIN:VCARD VERSION:3.0 UID:2021-09-0819:04:16.3b555f63-adee-cbed-9e05-296e2ec37999.amurrieta@vdm.btlconsultants.com.mx N:amurrieta;;;; FN:amurrieta EMAIL;TYPE=INTERNET;TYPE=INTERNET:amurrieta@vdm.btlconsultants.com.mx END:VCARD amurrieta amurrieta@vdm.btlconsultants.com.mxA 3E 9U2023-07-06 15:57:50inunezinunez@btlconsultants.com.mxinunezBEGIN:VCARD VERSION:3.0 UID:2021-09-0818:31:30.60655876-91cc-71db-eb78-6cd727cc4f07.inunez@btlconsultants.com.mx N:inunez;;;; FN:inunez EMAIL;TYPE=INTERNET;TYPE=INTERNET:inunez@btlconsultants.com.mx END:VCARD inunez inunez@btlconsultants.com.mxS 3I I]2023-07-06 15:57:50royrojasroyrojas@btlconsultants.com.mxroyrojasBEGIN:VCARD VERSION:3.0 UID:2021-09-0817:46:53.d4f91311-0184-58e5-659d-70d8906efe4e.royrojas@btlconsultants.com.mx N:royrojas;;;; FN:royrojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:royrojas@btlconsultants.com.mx END:VCARD royrojas royrojas@btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:50aalonsoaalonso@slp.btlconsultants.com.mxaalonsoBEGIN:VCARD VERSION:3.0 UID:2021-09-0723:57:19.70e72864-b60b-b073-d93f-9b2cfc4a001f.aalonso@slp.btlconsultants.com.mx N:aalonso;;;; FN:aalonso EMAIL;TYPE=INTERNET;TYPE=INTERNET:aalonso@slp.btlconsultants.com.mx END:VCARD aalonso aalonso@slp.btlconsultants.com.mxl 3S ai2023-07-06 15:57:50grenteriagrenteria@sin.btlconsultants.com.mxgrenteriaBEGIN:VCARD VERSION:3.0 UID:2021-09-0723:56:43.b25d53ac-91cb-6089-4e4b-772a2770da91.grenteria@sin.btlconsultants.com.mx N:grenteria;;;; FN:grenteria EMAIL;TYPE=INTERNET;TYPE=INTERNET:grenteria@sin.btlconsultants.com.mx END:VCARD grenteria grenteria@sin.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:50cnavarretecnavarrete@vdm.btlconsultants.com.mxcnavarreteBEGIN:VCARD VERSION:3.0 UID:2021-09-0723:56:01.7ebd1bdb-a3ac-01d7-bd74-5efb191c5b65.cnavarrete@vdm.btlconsultants.com.mx N:cnavarrete;;;; FN:cnavarrete EMAIL;TYPE=INTERNET;TYPE=INTERNET:cnavarrete@vdm.btlconsultants.com.mx END:VCARD cnavarrete cnavarrete@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:50jherrerajherrera@dgo.btlconsultants.com.mxjherreraBEGIN:VCARD VERSION:3.0 UID:2021-09-0723:55:12.c74ea9c7-0e95-ceb5-d2a9-4dac24b9fb78.jherrera@dgo.btlconsultants.com.mx N:jherrera;;;; FN:jherrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:jherrera@dgo.btlconsultants.com.mx END:VCARD jherrera jherrera@dgo.btlconsultants.com.mx  V #Hjl 3S ai2023-07-06 15:57:50jmelendezjmelendez@tam.btlconsultants.com.mxjmelendezBEGIN:VCARD VERSION:3.0 UID:2021-09-1023:12:02.a8c05672-cf1f-0b83-2c14-5adfbd388d7d.jmelendez@tam.btlconsultants.com.mx N:jmelendez;;;; FN:jmelendez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmelendez@tam.btlconsultants.com.mx END:VCARD jmelendez jmelendez@tam.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:50ehernandezehernandez@vdm.btlconsultants.com.mxehernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-1023:02:29.9fd5896a-0aff-da58-6b95-9120cbf2d54d.ehernandez@vdm.btlconsultants.com.mx N:ehernandez;;;; FN:ehernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ehernandez@vdm.btlconsultants.com.mx END:VCARD ehernandez ehernandez@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:50racevedoracevedo@vdm.btlconsultants.com.mxracevedoBEGIN:VCARD VERSION:3.0 UID:2021-09-1022:30:29.8c290a76-c7de-ca79-8295-887484f3e189.racevedo@vdm.btlconsultants.com.mx N:racevedo;;;; FN:racevedo EMAIL;TYPE=INTERNET;TYPE=INTERNET:racevedo@vdm.btlconsultants.com.mx END:VCARD racevedo racevedo@vdm.btlconsultants.com.mxs 3!U !ii2023-07-06 15:57:50j.guerreroj.guerrero@vdm.btlconsultants.com.mxj.guerreroBEGIN:VCARD VERSION:3.0 UID:2021-09-1022:28:07.f816d39e-f138-94d2-a577-349f4d7202d4.j.guerrero@vdm.btlconsultants.com.mx N:j.guerrero;;;; FN:j.guerrero EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.guerrero@vdm.btlconsultants.com.mx END:VCARD j.gurrero j.gurrero@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:50j.castroj.castro@vdm.btlconsultants.com.mxj.castroBEGIN:VCARD VERSION:3.0 UID:2021-09-1022:24:46.c65b167e-632b-0ab2-860c-89d84f38b34e.j.castro@vdm.btlconsultants.com.mx N:j.castro;;;; FN:j.castro EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.castro@vdm.btlconsultants.com.mx END:VCARD j.castro j.castro@vdm.btlconsultants.com.mxp 3U ek2023-07-06 15:57:50mparrazalmparrazal@vera.btlconsultants.com.mxmparrazalBEGIN:VCARD VERSION:3.0 UID:2021-09-1022:19:23.30b62163-4812-6e5b-112c-cae99060b916.mparrazal@vera.btlconsultants.com.mx N:mparrazal;;;; FN:mparrazal EMAIL;TYPE=INTERNET;TYPE=INTERNET:mparrazal@vera.btlconsultants.com.mx END:VCARD mparrazal mparrazal@vera.btlconsultants.com.mxb 3Q Yc2023-07-06 15:57:50elegaspeelegaspe@pue.btlconsultants.com.mxelegaspeBEGIN:VCARD VERSION:3.0 UID:2021-09-1022:18:48.c4ac1dc7-3494-ff02-b0e1-8e9204ddb609.elegaspe@pue.btlconsultants.com.mx N:elegaspe;;;; FN:elegaspe EMAIL;TYPE=INTERNET;TYPE=INTERNET:elegaspe@pue.btlconsultants.com.mx END:VCARD elegaspe elegaspe@pu.btlconsultants.com.mxb 3Q Yc2023-07-06 15:57:50hrosaleshrosales@pue.btlconsultants.com.mxhrosalesBEGIN:VCARD VERSION:3.0 UID:2021-09-1022:15:49.f936af2b-a8d4-d2bd-2e8e-3ce9f848b08b.hrosales@pue.btlconsultants.com.mx N:hrosales;;;; FN:hrosales EMAIL;TYPE=INTERNET;TYPE=INTERNET:hrosales@pue.btlconsultants.com.mx END:VCARD hrosales hrosales@pu.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:50nsancheznsanchez@vdm.btlconsultants.com.mxnsanchezBEGIN:VCARD VERSION:3.0 UID:2021-09-1022:14:22.1b9c007b-9a9b-8b55-1e58-d786b03d7e7a.nsanchez@vdm.btlconsultants.com.mx N:nsanchez;;;; FN:nsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:nsanchez@vdm.btlconsultants.com.mx END:VCARD nsanchez nsanchez@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:50msalasmsalas@mty.btlconsultants.com.mxmsalasBEGIN:VCARD VERSION:3.0 UID:2021-09-1022:08:05.31830ac6-9efe-a6a5-4cd0-4326414bf12f.msalas@mty.btlconsultants.com.mx N:msalas;;;; FN:msalas EMAIL;TYPE=INTERNET;TYPE=INTERNET:msalas@mty.btlconsultants.com.mx END:VCARD msalas msalas@mty.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:50jperezjperez@col.btlconsultants.com.mxjperezBEGIN:VCARD VERSION:3.0 UID:2021-09-1022:07:30.cdad90ce-0339-cca4-824c-78bd4ba22199.jperez@col.btlconsultants.com.mx N:jperez;;;; FN:jperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jperez@col.btlconsultants.com.mx END:VCARD jperez jperez@col.btlconsultants.com.mx  " } -Vc# 3Q Ye2023-07-06 15:57:51dherreradherrera@zac.btlconsultants.com.mxdherreraBEGIN:VCARD VERSION:3.0 UID:2021-09-1023:36:18.6a14ad8b-4532-786d-6a17-972ddf8bc6d8.dherrera@zac.btlconsultants.com.mx N:dherrera;;;; FN:dherrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:dherrera@zac.btlconsultants.com.mx END:VCARD dherrera dherrera@zac.btlconsultants.com.mxZ" 3O Qa2023-07-06 15:57:51cgarciacgarcia@gto.btlconsultants.com.mxcgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-1023:35:50.cf4805ee-cf3d-1d72-3cca-14c9f3b52fff.cgarcia@gto.btlconsultants.com.mx N:cgarcia;;;; FN:cgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:cgarcia@gto.btlconsultants.com.mx END:VCARD cgarcia cgarcia@gto.btlconsultants.com.mxu! 3!U !im2023-07-06 15:57:51ggutierrezggutierrez@vdm.btlconsultants.com.mxggutierrezBEGIN:VCARD VERSION:3.0 UID:2021-09-1023:35:21.a5701aa5-5a9c-a8ad-c9bb-1b6fcf48a2da.ggutierrez@vdm.btlconsultants.com.mx N:ggutierrez;;;; FN:ggutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ggutierrez@vdm.btlconsultants.com.mx END:VCARD ggutierrez ggutierrez@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:51cchavezcchavez@gdl.btlconsultants.com.mxcchavezBEGIN:VCARD VERSION:3.0 UID:2021-09-1023:34:45.0fbd94b3-5c97-a10b-7e8e-6f4ff1e1d95a.cchavez@gdl.btlconsultants.com.mx N:cchavez;;;; FN:cchavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cchavez@gdl.btlconsultants.com.mx END:VCARD cchavez cchavez@gdl.btlconsultants.com.mx~ 3#W #qq2023-07-06 15:57:51avillalobosavillalobos@gdl.btlconsultants.com.mxavillalobosBEGIN:VCARD VERSION:3.0 UID:2021-09-1023:34:12.82796ae4-8a4e-c5b1-6203-785b2287be93.avillalobos@gdl.btlconsultants.com.mx N:avillalobos;;;; FN:avillalobos EMAIL;TYPE=INTERNET;TYPE=INTERNET:avillalobos@gdl.btlconsultants.com.mx END:VCARD avillalobos avillalobos@gdl.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:51grosalesgrosales@gdl.btlconsultants.com.mxgrosalesBEGIN:VCARD VERSION:3.0 UID:2021-09-1023:33:35.8e9ffabd-be24-0fd2-2c4b-cd6d1ad74283.grosales@gdl.btlconsultants.com.mx N:grosales;;;; FN:grosales EMAIL;TYPE=INTERNET;TYPE=INTERNET:grosales@gdl.btlconsultants.com.mx END:VCARD grosales grosales@gdl.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:51jsalazarjsalazar@mty.btlconsultants.com.mxjsalazarBEGIN:VCARD VERSION:3.0 UID:2021-09-1023:33:04.ad94d38a-ba21-dec6-5683-3489c7d73285.jsalazar@mty.btlconsultants.com.mx N:jsalazar;;;; FN:jsalazar EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsalazar@mty.btlconsultants.com.mx END:VCARD jsalazar jsalazar@mty.btlconsultants.com.mxH 3K AY2023-07-06 15:57:51lhoyolhoyo@mty.btlconsultants.com.mxlhoyoBEGIN:VCARD VERSION:3.0 UID:2021-09-1023:32:36.d83583fe-d06a-cac7-9513-07968525b57e.lhoyo@mty.btlconsultants.com.mx N:lhoyo;;;; FN:lhoyo EMAIL;TYPE=INTERNET;TYPE=INTERNET:lhoyo@mty.btlconsultants.com.mx END:VCARD lhoyo lhoyo@mty.btlconsultants.com.mxU 3O M_2023-07-06 15:57:50elopezelopez@chih.btlconsultants.com.mxelopezBEGIN:VCARD VERSION:3.0 UID:2021-09-1023:31:38.18d74b9a-c119-a825-3fbc-2713193d1254.elopez@chih.btlconsultants.com.mx N:elopez;;;; FN:elopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:elopez@chih.btlconsultants.com.mx END:VCARD elopez elopez@chih.btlconsultants.com.mxs 3!U !ii2023-07-06 15:57:50krodriguezkrodriguez@mty.btlconsultants.com.mxkrodriguezBEGIN:VCARD VERSION:3.0 UID:2021-09-1023:13:50.fe770adf-1d49-fb09-de9c-860b96b7ff05.krodriguez@mty.btlconsultants.com.mx N:krodriguez;;;; FN:krodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:krodriguez@mty.btlconsultants.com.mx END:VCARD krodriguz krodriguz@mty.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:50gmoralesgmorales@vdm.btlconsultants.com.mxgmoralesBEGIN:VCARD VERSION:3.0 UID:2021-09-1023:12:38.46f834df-3c5f-169e-c1ee-661e78d34845.gmorales@vdm.btlconsultants.com.mx N:gmorales;;;; FN:gmorales EMAIL;TYPE=INTERNET;TYPE=INTERNET:gmorales@vdm.btlconsultants.com.mx END:VCARD gmorales gmorales@vdm.btlconsultants.com.mx   G*nU. 3O M_2023-07-06 15:57:51dperezdperez@coah.btlconsultants.com.mxdperezBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:10:35.2918337a-2bc3-004a-1499-cfa9f277a0f7.dperez@coah.btlconsultants.com.mx N:dperez;;;; FN:dperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dperez@coah.btlconsultants.com.mx END:VCARD dperez dperez@coah.btlconsultants.com.mx~- 3#W #qq2023-07-06 15:57:51d.hernandezd.hernandez@vdm.btlconsultants.com.mxd.hernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:09:40.438b1f8e-b9e2-aca0-51e4-bcf9dc7af0da.d.hernandez@vdm.btlconsultants.com.mx N:d.hernandez;;;; FN:d.hernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:d.hernandez@vdm.btlconsultants.com.mx END:VCARD d.hernandez d.hernandez@vdm.btlconsultants.com.mxc, 3Q Ye2023-07-06 15:57:51abadilloabadillo@mty.btlconsultants.com.mxabadilloBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:08:45.47c70345-6a15-2afc-7b9b-35c6499f9870.abadillo@mty.btlconsultants.com.mx N:abadillo;;;; FN:abadillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:abadillo@mty.btlconsultants.com.mx END:VCARD abadillo abadillo@mty.btlconsultants.com.mxQ+ 3M I]2023-07-06 15:57:51lgomezlgomez@ver.btlconsultants.com.mxlgomezBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:08:08.69a5c938-4de6-0e27-4616-08a8633564a1.lgomez@ver.btlconsultants.com.mx N:lgomez;;;; FN:lgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lgomez@ver.btlconsultants.com.mx END:VCARD lgomez lgomez@ver.btlconsultants.com.mxX* 3O Q]2023-07-06 15:57:51ehuertaehuerta@vdm.btlconsultants.com.mxehuertaBEGIN:VCARD VERSION:3.0 UID:2021-09-1503:36:20.4edf1ff4-72ac-d6a8-174f-a07f96ea541a.ehuerta@vdm.btlconsultants.com.mx N:ehuerta;;;; FN:ehuerta EMAIL;TYPE=INTERNET;TYPE=INTERNET:ehuerta@vdm.btlconsultants.com.mx END:VCARD ehurta ehurta@vdm.btlconsultants.com.mxX) 3O Q]2023-07-06 15:57:51emanuelemanuel@vdm.btlconsultants.com.mxemanuelBEGIN:VCARD VERSION:3.0 UID:2021-09-1503:24:47.b995da33-f5ee-6ecb-0e6a-fbccd7b6164e.emanuel@vdm.btlconsultants.com.mx N:emanuel;;;; FN:emanuel EMAIL;TYPE=INTERNET;TYPE=INTERNET:emanuel@vdm.btlconsultants.com.mx END:VCARD emanul emanul@vdm.btlconsultants.com.mxa( 3Q Ya2023-07-06 15:57:51lmarquezlmarquez@vdm.btlconsultants.com.mxlmarquezBEGIN:VCARD VERSION:3.0 UID:2021-09-1416:50:45.346cecce-e825-4272-a5ac-57b3a7434220.lmarquez@vdm.btlconsultants.com.mx N:lmarquez;;;; FN:lmarquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lmarquez@vdm.btlconsultants.com.mx END:VCARD lmarquz lmarquz@vdm.btlconsultants.com.mxQ' 3M I]2023-07-06 15:57:51ilopezilopez@mty.btlconsultants.com.mxilopezBEGIN:VCARD VERSION:3.0 UID:2021-09-1323:16:40.3816bcd6-1a77-df85-9d14-0e0edd664b41.ilopez@mty.btlconsultants.com.mx N:ilopez;;;; FN:ilopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ilopez@mty.btlconsultants.com.mx END:VCARD ilopez ilopez@mty.btlconsultants.com.mx~& 3a us2023-07-06 15:57:51crendoncrendon@supervisores.btlconsultants.com.mxcrendonBEGIN:VCARD VERSION:3.0 UID:2021-09-1320:48:33.ede20796-2d7b-bd3a-890e-12f70e2d9d8a.crendon@supervisores.btlconsultants.com.mx N:crendon;;;; FN:crendon EMAIL;TYPE=INTERNET;TYPE=INTERNET:crendon@supervisores.btlconsultants.com.mx END:VCARD crendon crendon@supervisores.btlconsultants.com.mx|% 3a uo2023-07-06 15:57:51jesquerjesquer@supervisores.btlconsultants.com.mxjesquerBEGIN:VCARD VERSION:3.0 UID:2021-09-1320:36:02.c6e593c4-0726-5f04-7bfd-b68df98e3a21.jesquer@supervisores.btlconsultants.com.mx N:jesquer;;;; FN:jesquer EMAIL;TYPE=INTERNET;TYPE=INTERNET:jesquer@supervisores.btlconsultants.com.mx END:VCARD jesqur jesqur@supervisores.btlconsultants.com.mx^$ 3Q Uc2023-07-06 15:57:51javalosjavalos@vera.btlconsultants.com.mxjavalosBEGIN:VCARD VERSION:3.0 UID:2021-09-1320:25:55.88e585e0-41ed-e7b6-65b0-91be94bd6f9e.javalos@vera.btlconsultants.com.mx N:javalos;;;; FN:javalos EMAIL;TYPE=INTERNET;TYPE=INTERNET:javalos@vera.btlconsultants.com.mx END:VCARD javalos javalos@vera.btlconsultants.com.mx  F V /fH9 3K AY2023-07-06 15:57:51ycruzycruz@mty.btlconsultants.com.mxycruzBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:17:32.7ad5c05d-30e8-01cf-96b6-31a3ce53ae63.ycruz@mty.btlconsultants.com.mx N:ycruz;;;; FN:ycruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:ycruz@mty.btlconsultants.com.mx END:VCARD ycruz ycruz@mty.btlconsultants.com.mxZ8 3O Qa2023-07-06 15:57:51mgarciamgarcia@mty.btlconsultants.com.mxmgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:16:59.93091165-9793-650a-3959-7d69edf07134.mgarcia@mty.btlconsultants.com.mx N:mgarcia;;;; FN:mgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgarcia@mty.btlconsultants.com.mx END:VCARD mgarcia mgarcia@mty.btlconsultants.com.mxl7 3S ai2023-07-06 15:57:51mmartinezmmartinez@bcn.btlconsultants.com.mxmmartinezBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:16:28.5dbc17b5-50aa-d168-1a30-c041b5e4fec6.mmartinez@bcn.btlconsultants.com.mx N:mmartinez;;;; FN:mmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmartinez@bcn.btlconsultants.com.mx END:VCARD mmartinez mmartinez@bcn.btlconsultants.com.mxU6 3O M_2023-07-06 15:57:51lramoslramos@chih.btlconsultants.com.mxlramosBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:15:23.042caab0-dd0c-212e-5c39-589cd5a65574.lramos@chih.btlconsultants.com.mx N:lramos;;;; FN:lramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:lramos@chih.btlconsultants.com.mx END:VCARD lramos lramos@chih.btlconsultants.com.mxg5 3S ]g2023-07-06 15:57:51sbarajassbarajas@chih.btlconsultants.com.mxsbarajasBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:14:43.a897069e-265a-3c03-434c-48bc79dc1a77.sbarajas@chih.btlconsultants.com.mx N:sbarajas;;;; FN:sbarajas EMAIL;TYPE=INTERNET;TYPE=INTERNET:sbarajas@chih.btlconsultants.com.mx END:VCARD sbarajas sbarajas@chih.btlconsultants.com.mxc4 3Q Ye2023-07-06 15:57:51cmendozacmendoza@mty.btlconsultants.com.mxcmendozaBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:14:04.6a5a7475-d6c3-6737-4d0d-d16c516c5843.cmendoza@mty.btlconsultants.com.mx N:cmendoza;;;; FN:cmendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmendoza@mty.btlconsultants.com.mx END:VCARD cmendoza cmendoza@mty.btlconsultants.com.mxQ3 3M I]2023-07-06 15:57:51favilafavila@mty.btlconsultants.com.mxfavilaBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:13:27.44dc60d1-2200-0fd0-d92d-64556d304f77.favila@mty.btlconsultants.com.mx N:favila;;;; FN:favila EMAIL;TYPE=INTERNET;TYPE=INTERNET:favila@mty.btlconsultants.com.mx END:VCARD favila favila@mty.btlconsultants.com.mxc2 3Q Ye2023-07-06 15:57:51mdelgadomdelgado@tam.btlconsultants.com.mxmdelgadoBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:12:50.3fa541c5-4d0a-9f3f-9ebe-a2119b19a65e.mdelgado@tam.btlconsultants.com.mx N:mdelgado;;;; FN:mdelgado EMAIL;TYPE=INTERNET;TYPE=INTERNET:mdelgado@tam.btlconsultants.com.mx END:VCARD mdelgado mdelgado@tam.btlconsultants.com.mx1 3#[ #ys2023-07-06 15:57:51vguadarramavguadarrama@guerr.btlconsultants.com.mxvguadarramaBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:12:22.e56c6b7e-d74a-522f-2e39-fd5c6d6e3846.vguadarrama@guerr.btlconsultants.com.mx N:vguadarrama;;;; FN:vguadarrama EMAIL;TYPE=INTERNET;TYPE=INTERNET:vguadarrama@guerr.btlconsultants.com.mx END:VCARD vguadarrama vguadarrama@gurr.btlconsultants.com.mxQ0 3M I]2023-07-06 15:57:51mrojasmrojas@qro.btlconsultants.com.mxmrojasBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:11:50.66e798b4-5676-41a4-0236-f87e5ac22fbd.mrojas@qro.btlconsultants.com.mx N:mrojas;;;; FN:mrojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:mrojas@qro.btlconsultants.com.mx END:VCARD mrojas mrojas@qro.btlconsultants.com.mxa/ 3S Yc2023-07-06 15:57:51agarciaagarcia@guerr.btlconsultants.com.mxagarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:11:13.be8a1299-7e2e-c4ae-08ac-50768eca03d4.agarcia@guerr.btlconsultants.com.mx N:agarcia;;;; FN:agarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:agarcia@guerr.btlconsultants.com.mx END:VCARD agarcia agarcia@gurr.btlconsultants.com.mx  7 w N-ZD 3O Qa2023-07-06 15:57:52afloresaflores@son.btlconsultants.com.mxafloresBEGIN:VCARD VERSION:3.0 UID:2021-09-1717:40:32.77567edb-24e6-16f2-2633-a04acfdc8653.aflores@son.btlconsultants.com.mx N:aflores;;;; FN:aflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:aflores@son.btlconsultants.com.mx END:VCARD aflores aflores@son.btlconsultants.com.mxZC 3O Qa2023-07-06 15:57:52nvaldeznvaldez@vdm.btlconsultants.com.mxnvaldezBEGIN:VCARD VERSION:3.0 UID:2021-09-1717:39:06.6fa60ce5-6681-fe12-bf09-a40d0587bb71.nvaldez@vdm.btlconsultants.com.mx N:nvaldez;;;; FN:nvaldez EMAIL;TYPE=INTERNET;TYPE=INTERNET:nvaldez@vdm.btlconsultants.com.mx END:VCARD nvaldez nvaldez@vdm.btlconsultants.com.mxZB 3O Qa2023-07-06 15:57:52lzamagolzamago@dgo.btlconsultants.com.mxlzamagoBEGIN:VCARD VERSION:3.0 UID:2021-09-1717:29:29.f2c672cb-c14d-edf4-51a7-d274edd662b6.lzamago@dgo.btlconsultants.com.mx N:lzamago;;;; FN:lzamago EMAIL;TYPE=INTERNET;TYPE=INTERNET:lzamago@dgo.btlconsultants.com.mx END:VCARD lzamago lzamago@dgo.btlconsultants.com.mxaA 3Q Ya2023-07-06 15:57:52e.agueroe.aguero@vdm.btlconsultants.com.mxe.agueroBEGIN:VCARD VERSION:3.0 UID:2021-09-1717:15:07.5ac5292e-819b-42b2-4eac-172c70c69dcb.e.aguero@vdm.btlconsultants.com.mx N:e.aguero;;;; FN:e.aguero EMAIL;TYPE=INTERNET;TYPE=INTERNET:e.aguero@vdm.btlconsultants.com.mx END:VCARD e.aguro e.aguro@vdm.btlconsultants.com.mxb@ 3Q Yc2023-07-06 15:57:52jherrerajherrera@pue.btlconsultants.com.mxjherreraBEGIN:VCARD VERSION:3.0 UID:2021-09-1716:30:19.faa1ff3a-b0ca-4fdb-308b-4966a669b826.jherrera@pue.btlconsultants.com.mx N:jherrera;;;; FN:jherrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:jherrera@pue.btlconsultants.com.mx END:VCARD jherrera jherrera@pu.btlconsultants.com.mxc? 3Q Ye2023-07-06 15:57:52linfantelinfante@vdm.btlconsultants.com.mxlinfanteBEGIN:VCARD VERSION:3.0 UID:2021-09-1514:31:59.a0b732c7-3cfc-b32a-36b2-d723dc187414.linfante@vdm.btlconsultants.com.mx N:linfante;;;; FN:linfante EMAIL;TYPE=INTERNET;TYPE=INTERNET:linfante@vdm.btlconsultants.com.mx END:VCARD linfante linfante@vdm.btlconsultants.com.mxX> 3O Q]2023-07-06 15:57:52mguerramguerra@qro.btlconsultants.com.mxmguerraBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:38:31.b65106b5-599c-7c93-fedc-fb0a683ffab5.mguerra@qro.btlconsultants.com.mx N:mguerra;;;; FN:mguerra EMAIL;TYPE=INTERNET;TYPE=INTERNET:mguerra@qro.btlconsultants.com.mx END:VCARD mgurra mgurra@qro.btlconsultants.com.mxp= 3U ek2023-07-06 15:57:52jalvaradojalvarado@coah.btlconsultants.com.mxjalvaradoBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:37:53.6b56cbb8-2ce6-59bc-7699-583082b1abb1.jalvarado@coah.btlconsultants.com.mx N:jalvarado;;;; FN:jalvarado EMAIL;TYPE=INTERNET;TYPE=INTERNET:jalvarado@coah.btlconsultants.com.mx END:VCARD jalvarado jalvarado@coah.btlconsultants.com.mxH< 3K AY2023-07-06 15:57:52faranfaran@vdm.btlconsultants.com.mxfaranBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:21:28.642977cd-40ae-b74c-e43d-1faddd94229f.faran@vdm.btlconsultants.com.mx N:faran;;;; FN:faran EMAIL;TYPE=INTERNET;TYPE=INTERNET:faran@vdm.btlconsultants.com.mx END:VCARD faran faran@vdm.btlconsultants.com.mxc; 3Q Ye2023-07-06 15:57:52mreynosomreynoso@can.btlconsultants.com.mxmreynosoBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:18:38.2ec79a6d-e29b-65c8-c1a8-da239e9aa2ac.mreynoso@can.btlconsultants.com.mx N:mreynoso;;;; FN:mreynoso EMAIL;TYPE=INTERNET;TYPE=INTERNET:mreynoso@can.btlconsultants.com.mx END:VCARD mreynoso mreynoso@can.btlconsultants.com.mx^: 3Q Uc2023-07-06 15:57:51pprietopprieto@chih.btlconsultants.com.mxpprietoBEGIN:VCARD VERSION:3.0 UID:2021-09-1505:18:05.4e6f3f1b-9a0a-b2cf-1d4a-a1f142ca43a7.pprieto@chih.btlconsultants.com.mx N:pprieto;;;; FN:pprieto EMAIL;TYPE=INTERNET;TYPE=INTERNET:pprieto@chih.btlconsultants.com.mx END:VCARD pprieto pprieto@chih.btlconsultants.com.mx  D *S)ZO 3O Qa2023-07-06 15:57:52rmorenormoreno@hgo.btlconsultants.com.mxrmorenoBEGIN:VCARD VERSION:3.0 UID:2021-09-2122:22:36.628f3038-2233-2f29-be55-5f80a6fbe909.rmoreno@hgo.btlconsultants.com.mx N:rmoreno;;;; FN:rmoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmoreno@hgo.btlconsultants.com.mx END:VCARD rmoreno rmoreno@hgo.btlconsultants.com.mxZN 3O Qa2023-07-06 15:57:52rblancorblanco@vdm.btlconsultants.com.mxrblancoBEGIN:VCARD VERSION:3.0 UID:2021-09-2019:25:45.e34d20fc-3a30-fecd-4d9d-5163a92996f0.rblanco@vdm.btlconsultants.com.mx N:rblanco;;;; FN:rblanco EMAIL;TYPE=INTERNET;TYPE=INTERNET:rblanco@vdm.btlconsultants.com.mx END:VCARD rblanco rblanco@vdm.btlconsultants.com.mxaM 3Q Ya2023-07-06 15:57:52equevedoequevedo@qro.btlconsultants.com.mxequevedoBEGIN:VCARD VERSION:3.0 UID:2021-09-1718:12:45.8426da1d-9b8f-c890-4756-497dda2bb65d.equevedo@qro.btlconsultants.com.mx N:equevedo;;;; FN:equevedo EMAIL;TYPE=INTERNET;TYPE=INTERNET:equevedo@qro.btlconsultants.com.mx END:VCARD equvedo equvedo@qro.btlconsultants.com.mxcL 3Q Ye2023-07-06 15:57:52aturrizaaturriza@cam.btlconsultants.com.mxaturrizaBEGIN:VCARD VERSION:3.0 UID:2021-09-1718:04:14.4f13ed05-29c1-32e1-a0a3-01eafc133786.aturriza@cam.btlconsultants.com.mx N:aturriza;;;; FN:aturriza EMAIL;TYPE=INTERNET;TYPE=INTERNET:aturriza@cam.btlconsultants.com.mx END:VCARD aturriza aturriza@cam.btlconsultants.com.mxZK 3O Qa2023-07-06 15:57:52lsantoslsantos@mer.btlconsultants.com.mxlsantosBEGIN:VCARD VERSION:3.0 UID:2021-09-1718:03:37.0d6aa87b-cb37-ddd6-688e-33a7510f4c72.lsantos@mer.btlconsultants.com.mx N:lsantos;;;; FN:lsantos EMAIL;TYPE=INTERNET;TYPE=INTERNET:lsantos@mer.btlconsultants.com.mx END:VCARD lsantos lsantos@mer.btlconsultants.com.mxuJ 3!U !im2023-07-06 15:57:52agutierrezagutierrez@dgo.btlconsultants.com.mxagutierrezBEGIN:VCARD VERSION:3.0 UID:2021-09-1718:02:45.004e5401-00cd-e59a-a50b-eaa55c23abcc.agutierrez@dgo.btlconsultants.com.mx N:agutierrez;;;; FN:agutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:agutierrez@dgo.btlconsultants.com.mx END:VCARD agutierrez agutierrez@dgo.btlconsultants.com.mxZI 3O Qa2023-07-06 15:57:52gsolanagsolana@mty.btlconsultants.com.mxgsolanaBEGIN:VCARD VERSION:3.0 UID:2021-09-1718:02:14.2224948d-a2ab-1041-b984-c0f8266772a4.gsolana@mty.btlconsultants.com.mx N:gsolana;;;; FN:gsolana EMAIL;TYPE=INTERNET;TYPE=INTERNET:gsolana@mty.btlconsultants.com.mx END:VCARD gsolana gsolana@mty.btlconsultants.com.mxZH 3O Qa2023-07-06 15:57:52spulidospulido@vdm.btlconsultants.com.mxspulidoBEGIN:VCARD VERSION:3.0 UID:2021-09-1717:57:29.d6beb563-8966-8cd0-0bc4-ecbfbc8eed5a.spulido@vdm.btlconsultants.com.mx N:spulido;;;; FN:spulido EMAIL;TYPE=INTERNET;TYPE=INTERNET:spulido@vdm.btlconsultants.com.mx END:VCARD spulido spulido@vdm.btlconsultants.com.mxZG 3O Qa2023-07-06 15:57:52jsegurajsegura@vdm.btlconsultants.com.mxjseguraBEGIN:VCARD VERSION:3.0 UID:2021-09-1717:56:59.67e7b010-262c-04b8-2b3b-e9d130081b21.jsegura@vdm.btlconsultants.com.mx N:jsegura;;;; FN:jsegura EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsegura@vdm.btlconsultants.com.mx END:VCARD jsegura jsegura@vdm.btlconsultants.com.mxHF 3K AY2023-07-06 15:57:52jcruzjcruz@son.btlconsultants.com.mxjcruzBEGIN:VCARD VERSION:3.0 UID:2021-09-1717:54:23.1d734521-69c9-e5b3-d4b5-392b0106d427.jcruz@son.btlconsultants.com.mx N:jcruz;;;; FN:jcruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcruz@son.btlconsultants.com.mx END:VCARD jcruz jcruz@son.btlconsultants.com.mxlE 3S ai2023-07-06 15:57:52jgonzalezjgonzalez@vdm.btlconsultants.com.mxjgonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-1717:41:28.a3e018dd-b8ac-9263-b614-97afb189846c.jgonzalez@vdm.btlconsultants.com.mx N:jgonzalez;;;; FN:jgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgonzalez@vdm.btlconsultants.com.mx END:VCARD jgonzalez jgonzalez@vdm.btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX< P 32023-07-06 15:57:55O 32023-07-06 15:57:55N 32023-07-06 15:57:55M 32023-07-06 15:57:55L 32023-07-06 15:57:55K 32023-07-06 15:57:55J 32023-07-06 15:57:55I 32023-07-06 15:57:55H 32023-07-06 15:57:55G 32023-07-06 15:57:55F 32023-07-06 15:57:55E 32023-07-06 15:57:55D 32023-07-06 15:57:55C 32023-07-06 15:57:55B 32023-07-06 15:57:55A 32023-07-06 15:57:55@ 32023-07-06 15:57:55? 32023-07-06 15:57:55> 32023-07-06 15:57:55= 32023-07-06 15:57:55< 32023-07-06 15:57:55; 32023-07-06 15:57:55: 32023-07-06 15:57:559 32023-07-06 15:57:558 32023-07-06 15:57:557 32023-07-06 15:57:556 32023-07-06 15:57:555 32023-07-06 15:57:554 32023-07-06 15:57:553 32023-07-06 15:57:552 32023-07-06 15:57:551 32023-07-06 15:57:550 32023-07-06 15:57:55/ 32023-07-06 15:57:55. 32023-07-06 15:57:55- 32023-07-06 15:57:55, 32023-07-06 15:57:55+ 32023-07-06 15:57:55* 32023-07-06 15:57:55) 32023-07-06 15:57:55( 32023-07-06 15:57:54' 32023-07-06 15:57:54& 32023-07-06 15:57:54% 32023-07-06 15:57:54$ 32023-07-06 15:57:54# 32023-07-06 15:57:54" 32023-07-06 15:57:54! 32023-07-06 15:57:54  32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54  32023-07-06 15:57:54  32023-07-06 15:57:54  32023-07-06 15:57:54  32023-07-06 15:57:54  32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:54 32023-07-06 15:57:53 32023-07-06 15:57:53 32023-07-06 15:57:53 32023-07-06 15:57:53~ 3~2023-07-06 15:57:53} 3}2023-07-06 15:57:53| 3|2023-07-06 15:57:53{ 3{2023-07-06 15:57:53z 3z2023-07-06 15:57:53y 3y2023-07-06 15:57:53x 3x2023-07-06 15:57:53w 3w2023-07-06 15:57:53v 3v2023-07-06 15:57:53u 3u2023-07-06 15:57:53t 3t2023-07-06 15:57:53s 3s2023-07-06 15:57:53r 3r2023-07-06 15:57:53q 3q2023-07-06 15:57:53p 3p2023-07-06 15:57:53o 3o2023-07-06 15:57:53n 3n2023-07-06 15:57:53m 3m2023-07-06 15:57:53l 3l2023-07-06 15:57:53k 3k2023-07-06 15:57:53j 3j2023-07-06 15:57:53i 3i2023-07-06 15:57:53h 3h2023-07-06 15:57:53g 3g2023-07-06 15:57:53f 3f2023-07-06 15:57:53e 3e2023-07-06 15:57:53d 3d2023-07-06 15:57:53c 3c2023-07-06 15:57:53b 3b2023-07-06 15:57:53a 3a2023-07-06 15:57:53` 3`2023-07-06 15:57:53_ 3_2023-07-06 15:57:53^ 3^2023-07-06 15:57:53] 3]2023-07-06 15:57:53\ 3\2023-07-06 15:57:53[ 3[2023-07-06 15:57:53Z 3Z2023-07-06 15:57:53Y 3Y2023-07-06 15:57:53X 3X2023-07-06 15:57:53W 3W2023-07-06 15:57:53V 3V2023-07-06 15:57:53U 3U2023-07-06 15:57:53T 3T2023-07-06 15:57:53S 3S2023-07-06 15:57:53R 3R2023-07-06 15:57:53Q 3Q2023-07-06 15:57:53P 3P2023-07-06 15:57:52O 3O2023-07-06 15:57:52N 3N2023-07-06 15:57:52M 3M2023-07-06 15:57:52L 3L2023-07-06 15:57:52K 3K2023-07-06 15:57:52J 3J2023-07-06 15:57:52I 3I2023-07-06 15:57:52  ; ]C;HZ 3K AY2023-07-06 15:57:53alugoalugo@mty.btlconsultants.com.mxalugoBEGIN:VCARD VERSION:3.0 UID:2021-09-2414:43:15.404e532f-0c05-79ff-91c1-290f79e6b327.alugo@mty.btlconsultants.com.mx N:alugo;;;; FN:alugo EMAIL;TYPE=INTERNET;TYPE=INTERNET:alugo@mty.btlconsultants.com.mx END:VCARD alugo alugo@mty.btlconsultants.com.mxQY 3M I]2023-07-06 15:57:53alopezalopez@tam.btlconsultants.com.mxalopezBEGIN:VCARD VERSION:3.0 UID:2021-09-2414:42:42.5bd96d91-1864-0b3a-a4bd-0b93067c9832.alopez@tam.btlconsultants.com.mx N:alopez;;;; FN:alopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:alopez@tam.btlconsultants.com.mx END:VCARD alopez alopez@tam.btlconsultants.com.mxHX 3K AY2023-07-06 15:57:53rnerirneri@zac.btlconsultants.com.mxrneriBEGIN:VCARD VERSION:3.0 UID:2021-09-2414:42:11.520b4bc9-b656-9b74-fc0a-276b7a16e595.rneri@zac.btlconsultants.com.mx N:rneri;;;; FN:rneri EMAIL;TYPE=INTERNET;TYPE=INTERNET:rneri@zac.btlconsultants.com.mx END:VCARD rneri rneri@zac.btlconsultants.com.mxcW 3Q Ye2023-07-06 15:57:53muscangamuscanga@ver.btlconsultants.com.mxmuscangaBEGIN:VCARD VERSION:3.0 UID:2021-09-2414:41:41.46e7adb4-dcbd-2d1d-f3a2-b589d8f1a44f.muscanga@ver.btlconsultants.com.mx N:muscanga;;;; FN:muscanga EMAIL;TYPE=INTERNET;TYPE=INTERNET:muscanga@ver.btlconsultants.com.mx END:VCARD muscanga muscanga@ver.btlconsultants.com.mxZV 3O Qa2023-07-06 15:57:53rgarciargarcia@gto.btlconsultants.com.mxrgarciaBEGIN:VCARD VERSION:3.0 UID:2021-09-2414:41:02.4c6d88ac-6553-58f5-15ad-d8ec33c6f236.rgarcia@gto.btlconsultants.com.mx N:rgarcia;;;; FN:rgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:rgarcia@gto.btlconsultants.com.mx END:VCARD rgarcia rgarcia@gto.btlconsultants.com.mxQU 3M I]2023-07-06 15:57:53lramoslramos@tam.btlconsultants.com.mxlramosBEGIN:VCARD VERSION:3.0 UID:2021-09-2414:37:07.b6f3a89a-146f-af29-fba3-29ada1e5b3d7.lramos@tam.btlconsultants.com.mx N:lramos;;;; FN:lramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:lramos@tam.btlconsultants.com.mx END:VCARD lramos lramos@tam.btlconsultants.com.mxcT 3Q Ye2023-07-06 15:57:53abouchotabouchot@vdm.btlconsultants.com.mxabouchotBEGIN:VCARD VERSION:3.0 UID:2021-09-2414:36:28.25714faf-8d6f-680e-cda6-f03f9202dd8e.abouchot@vdm.btlconsultants.com.mx N:abouchot;;;; FN:abouchot EMAIL;TYPE=INTERNET;TYPE=INTERNET:abouchot@vdm.btlconsultants.com.mx END:VCARD abouchot abouchot@vdm.btlconsultants.com.mxcS 3Q Ye2023-07-06 15:57:53msubdiazmsubdiaz@vdm.btlconsultants.com.mxmsubdiazBEGIN:VCARD VERSION:3.0 UID:2021-09-2414:35:03.38b42aa3-438b-1bea-6aec-908f805914df.msubdiaz@vdm.btlconsultants.com.mx N:msubdiaz;;;; FN:msubdiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:msubdiaz@vdm.btlconsultants.com.mx END:VCARD msubdiaz msubdiaz@vdm.btlconsultants.com.mxsR 3!U !ii2023-07-06 15:57:53adominguezadominguez@vdm.btlconsultants.com.mxadominguezBEGIN:VCARD VERSION:3.0 UID:2021-09-2414:34:30.c5dc1a6b-f011-cedd-7637-84c1f174f73a.adominguez@vdm.btlconsultants.com.mx N:adominguez;;;; FN:adominguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:adominguez@vdm.btlconsultants.com.mx END:VCARD adominguz adominguz@vdm.btlconsultants.com.mxZQ 3O Qa2023-07-06 15:57:52cgaytancgaytan@vdm.btlconsultants.com.mxcgaytanBEGIN:VCARD VERSION:3.0 UID:2021-09-2414:34:03.003024b6-db32-c64d-5273-7be1abd3b474.cgaytan@vdm.btlconsultants.com.mx N:cgaytan;;;; FN:cgaytan EMAIL;TYPE=INTERNET;TYPE=INTERNET:cgaytan@vdm.btlconsultants.com.mx END:VCARD cgaytan cgaytan@vdm.btlconsultants.com.mxcP 3Q Ye2023-07-06 15:57:52jmendozajmendoza@oax.btlconsultants.com.mxjmendozaBEGIN:VCARD VERSION:3.0 UID:2021-09-2414:33:24.692aaab4-d6f2-edb8-39f8-bc8cc22b82bd.jmendoza@oax.btlconsultants.com.mx N:jmendoza;;;; FN:jmendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmendoza@oax.btlconsultants.com.mx END:VCARD jmendoza jmendoza@oax.btlconsultants.com.mx  F x ,LZce 3Q Ye2023-07-06 15:57:53anolascoanolasco@vdm.btlconsultants.com.mxanolascoBEGIN:VCARD VERSION:3.0 UID:2021-09-2815:23:29.ea695395-2f7f-0fcf-5fc4-71458576d5ba.anolasco@vdm.btlconsultants.com.mx N:anolasco;;;; FN:anolasco EMAIL;TYPE=INTERNET;TYPE=INTERNET:anolasco@vdm.btlconsultants.com.mx END:VCARD anolasco anolasco@vdm.btlconsultants.com.mxHd 3K AY2023-07-06 15:57:53clealcleal@vdm.btlconsultants.com.mxclealBEGIN:VCARD VERSION:3.0 UID:2021-09-2815:22:59.e8bf9a96-db4c-423d-b61c-ec12b61b12df.cleal@vdm.btlconsultants.com.mx N:cleal;;;; FN:cleal EMAIL;TYPE=INTERNET;TYPE=INTERNET:cleal@vdm.btlconsultants.com.mx END:VCARD cleal cleal@vdm.btlconsultants.com.mxuc 3!U !im2023-07-06 15:57:53jcamarillojcamarillo@vdm.btlconsultants.com.mxjcamarilloBEGIN:VCARD VERSION:3.0 UID:2021-09-2815:22:26.8f39da11-abe7-8bb0-a43b-1441de56ef8d.jcamarillo@vdm.btlconsultants.com.mx N:jcamarillo;;;; FN:jcamarillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcamarillo@vdm.btlconsultants.com.mx END:VCARD jcamarillo jcamarillo@vdm.btlconsultants.com.mxub 3!U !im2023-07-06 15:57:53larciniegalarciniega@vdm.btlconsultants.com.mxlarciniegaBEGIN:VCARD VERSION:3.0 UID:2021-09-2815:21:06.2e27d8ac-6df9-50ab-ec90-9a8f5c08df2f.larciniega@vdm.btlconsultants.com.mx N:larciniega;;;; FN:larciniega EMAIL;TYPE=INTERNET;TYPE=INTERNET:larciniega@vdm.btlconsultants.com.mx END:VCARD larciniega larciniega@vdm.btlconsultants.com.mxca 3Q Ye2023-07-06 15:57:53msanchezmsanchez@tam.btlconsultants.com.mxmsanchezBEGIN:VCARD VERSION:3.0 UID:2021-09-2815:15:58.a3f3a093-fcb8-636d-1473-60198e2f8c3d.msanchez@tam.btlconsultants.com.mx N:msanchez;;;; FN:msanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:msanchez@tam.btlconsultants.com.mx END:VCARD msanchez msanchez@tam.btlconsultants.com.mxu` 3!U !im2023-07-06 15:57:53mhernandezmhernandez@sin.btlconsultants.com.mxmhernandezBEGIN:VCARD VERSION:3.0 UID:2021-09-2815:15:00.7bab9b15-1fb9-dfb6-84c2-b481f245aa45.mhernandez@sin.btlconsultants.com.mx N:mhernandez;;;; FN:mhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mhernandez@sin.btlconsultants.com.mx END:VCARD mhernandez mhernandez@sin.btlconsultants.com.mxH_ 3K AY2023-07-06 15:57:53dlaradlara@son.btlconsultants.com.mxdlaraBEGIN:VCARD VERSION:3.0 UID:2021-09-2414:50:39.7b21546f-945b-ab8c-3eb1-bd01d913a259.dlara@son.btlconsultants.com.mx N:dlara;;;; FN:dlara EMAIL;TYPE=INTERNET;TYPE=INTERNET:dlara@son.btlconsultants.com.mx END:VCARD dlara dlara@son.btlconsultants.com.mxc^ 3Q Ye2023-07-06 15:57:53dsanchezdsanchez@mty.btlconsultants.com.mxdsanchezBEGIN:VCARD VERSION:3.0 UID:2021-09-2414:50:05.d8ab26ef-ca04-d069-8f71-417ab9cc673b.dsanchez@mty.btlconsultants.com.mx N:dsanchez;;;; FN:dsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dsanchez@mty.btlconsultants.com.mx END:VCARD dsanchez dsanchez@mty.btlconsultants.com.mxc] 3Q Ye2023-07-06 15:57:53gcavazosgcavazos@mty.btlconsultants.com.mxgcavazosBEGIN:VCARD VERSION:3.0 UID:2021-09-2414:49:25.0605b690-91b5-622a-ac56-2db19e9951b3.gcavazos@mty.btlconsultants.com.mx N:gcavazos;;;; FN:gcavazos EMAIL;TYPE=INTERNET;TYPE=INTERNET:gcavazos@mty.btlconsultants.com.mx END:VCARD gcavazos gcavazos@mty.btlconsultants.com.mxa\ 3Q Ya2023-07-06 15:57:53rzazuetarzazueta@sin.btlconsultants.com.mxrzazuetaBEGIN:VCARD VERSION:3.0 UID:2021-09-2414:48:50.e083a4c7-cdf6-ceae-3a6e-8b12032a671f.rzazueta@sin.btlconsultants.com.mx N:rzazueta;;;; FN:rzazueta EMAIL;TYPE=INTERNET;TYPE=INTERNET:rzazueta@sin.btlconsultants.com.mx END:VCARD rzazuta rzazuta@sin.btlconsultants.com.mxQ[ 3M I]2023-07-06 15:57:53pfelixpfelix@dgo.btlconsultants.com.mxpfelixBEGIN:VCARD VERSION:3.0 UID:2021-09-2414:44:36.9f77674e-c809-c6ff-212d-1843eeecf652.pfelix@dgo.btlconsultants.com.mx N:pfelix;;;; FN:pfelix EMAIL;TYPE=INTERNET;TYPE=INTERNET:pfelix@dgo.btlconsultants.com.mx END:VCARD pfelix pfelix@dgo.btlconsultants.com.mx m 2 w Y-mgp 3S ]g2023-07-06 15:57:53l.prietol.prieto@chih.btlconsultants.com.mxl.prietoBEGIN:VCARD VERSION:3.0 UID:2021-09-3019:09:47.700c88f5-4e74-1e2e-0bd0-d889d596b91c.l.prieto@chih.btlconsultants.com.mx N:l.prieto;;;; FN:l.prieto EMAIL;TYPE=INTERNET;TYPE=INTERNET:l.prieto@chih.btlconsultants.com.mx END:VCARD l.prieto l.prieto@chih.btlconsultants.com.mxQo 3M I]2023-07-06 15:57:53jreyesjreyes@vdm.btlconsultants.com.mxjreyesBEGIN:VCARD VERSION:3.0 UID:2021-09-3019:09:12.6bf8fd22-f3ae-bbba-99c9-769632bdf65e.jreyes@vdm.btlconsultants.com.mx N:jreyes;;;; FN:jreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:jreyes@vdm.btlconsultants.com.mx END:VCARD jreyes jreyes@vdm.btlconsultants.com.mxcn 3Q Ye2023-07-06 15:57:53vescobarvescobar@vdm.btlconsultants.com.mxvescobarBEGIN:VCARD VERSION:3.0 UID:2021-09-3019:08:38.c9426ccf-f4dc-aca5-13e7-8b7ad9dd7be2.vescobar@vdm.btlconsultants.com.mx N:vescobar;;;; FN:vescobar EMAIL;TYPE=INTERNET;TYPE=INTERNET:vescobar@vdm.btlconsultants.com.mx END:VCARD vescobar vescobar@vdm.btlconsultants.com.mxHm 3K AY2023-07-06 15:57:53mpinampina@ver.btlconsultants.com.mxmpinaBEGIN:VCARD VERSION:3.0 UID:2021-09-3019:07:50.e27147b7-2e43-ec44-4546-fa4526d17b1a.mpina@ver.btlconsultants.com.mx N:mpina;;;; FN:mpina EMAIL;TYPE=INTERNET;TYPE=INTERNET:mpina@ver.btlconsultants.com.mx END:VCARD mpina mpina@ver.btlconsultants.com.mxul 3!U !im2023-07-06 15:57:53j.gonzalezj.gonzalez@vdm.btlconsultants.com.mxj.gonzalezBEGIN:VCARD VERSION:3.0 UID:2021-09-3017:38:26.6e7ec567-a3f1-a006-f375-86e70c1ca460.j.gonzalez@vdm.btlconsultants.com.mx N:j.gonzalez;;;; FN:j.gonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.gonzalez@vdm.btlconsultants.com.mx END:VCARD j.gonzalez j.gonzalez@vdm.btlconsultants.com.mx^k 3Q Uc2023-07-06 15:57:53jfloresjflores@coah.btlconsultants.com.mxjfloresBEGIN:VCARD VERSION:3.0 UID:2021-09-2919:40:20.30e5f4f7-9023-d358-a6f7-a72b5e68aaf3.jflores@coah.btlconsultants.com.mx N:jflores;;;; FN:jflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:jflores@coah.btlconsultants.com.mx END:VCARD jflores jflores@coah.btlconsultants.com.mxQj 3M I]2023-07-06 15:57:53mreyesmreyes@son.btlconsultants.com.mxmreyesBEGIN:VCARD VERSION:3.0 UID:2021-09-2919:39:43.5e16b146-0ea0-b21c-b50b-725629f96c52.mreyes@son.btlconsultants.com.mx N:mreyes;;;; FN:mreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:mreyes@son.btlconsultants.com.mx END:VCARD mreyes mreyes@son.btlconsultants.com.mxci 3Q Ye2023-07-06 15:57:53dmonrealdmonreal@vdm.btlconsultants.com.mxdmonrealBEGIN:VCARD VERSION:3.0 UID:2021-09-2919:38:37.9a386ee5-c85e-c967-9c9f-a0cda0000c94.dmonreal@vdm.btlconsultants.com.mx N:dmonreal;;;; FN:dmonreal EMAIL;TYPE=INTERNET;TYPE=INTERNET:dmonreal@vdm.btlconsultants.com.mx END:VCARD dmonreal dmonreal@vdm.btlconsultants.com.mx7h 33_ 3! 2023-07-06 15:57:53comisiones.foraneascomisiones.foraneas@btlconsultants.com.mxcomisiones.foraneasBEGIN:VCARD VERSION:3.0 UID:2021-09-2918:36:15.27ec8859-cf03-2911-6bf8-21aa8579ee0e.comisiones.foraneas@btlconsultants.com.mx N:comisiones.foraneas;;;; FN:comisiones.foraneas EMAIL;TYPE=INTERNET;TYPE=INTERNET:comisiones.foraneas@btlconsultants.com.mx END:VCARD comisiones.foraneas comisiones.foraneas@btlconsultants.com.mxlg 3S ai2023-07-06 15:57:53jsustaitajsustaita@mty.btlconsultants.com.mxjsustaitaBEGIN:VCARD VERSION:3.0 UID:2021-09-2815:24:55.90404b08-b4b4-ff9e-7640-bfbcfc75bd34.jsustaita@mty.btlconsultants.com.mx N:jsustaita;;;; FN:jsustaita EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsustaita@mty.btlconsultants.com.mx END:VCARD jsustaita jsustaita@mty.btlconsultants.com.mxZf 3O Qa2023-07-06 15:57:53dcorpusdcorpus@son.btlconsultants.com.mxdcorpusBEGIN:VCARD VERSION:3.0 UID:2021-09-2815:24:11.390299a9-bad5-4ae8-13ae-80395f24e33b.dcorpus@son.btlconsultants.com.mx N:dcorpus;;;; FN:dcorpus EMAIL;TYPE=INTERNET;TYPE=INTERNET:dcorpus@son.btlconsultants.com.mx END:VCARD dcorpus dcorpus@son.btlconsultants.com.mx  < s %{'l{ 3S ai2023-07-06 15:57:53abarraganabarragan@vdm.btlconsultants.com.mxabarraganBEGIN:VCARD VERSION:3.0 UID:2021-10-0519:54:40.912bff0a-f69c-65b4-ad8e-ebdae782ed54.abarragan@vdm.btlconsultants.com.mx N:abarragan;;;; FN:abarragan EMAIL;TYPE=INTERNET;TYPE=INTERNET:abarragan@vdm.btlconsultants.com.mx END:VCARD abarragan abarragan@vdm.btlconsultants.com.mxpz 3U ek2023-07-06 15:57:53abarraganabarragan@chih.btlconsultants.com.mxabarraganBEGIN:VCARD VERSION:3.0 UID:2021-10-0519:54:00.56cb53ec-36f8-56b3-7154-1694cdf49817.abarragan@chih.btlconsultants.com.mx N:abarragan;;;; FN:abarragan EMAIL;TYPE=INTERNET;TYPE=INTERNET:abarragan@chih.btlconsultants.com.mx END:VCARD abarragan abarragan@chih.btlconsultants.com.mxcy 3Q Ye2023-07-06 15:57:53lramirezlramirez@dgo.btlconsultants.com.mxlramirezBEGIN:VCARD VERSION:3.0 UID:2021-10-0519:53:24.6f712c9b-e245-47e1-2a71-b482647778bd.lramirez@dgo.btlconsultants.com.mx N:lramirez;;;; FN:lramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lramirez@dgo.btlconsultants.com.mx END:VCARD lramirez lramirez@dgo.btlconsultants.com.mxux 3!U !im2023-07-06 15:57:53jc.aguilarjc.aguilar@vdm.btlconsultants.com.mxjc.aguilarBEGIN:VCARD VERSION:3.0 UID:2021-10-0519:52:55.5fbb828b-08d6-9efa-1dd5-54b850decbac.jc.aguilar@vdm.btlconsultants.com.mx N:jc.aguilar;;;; FN:jc.aguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:jc.aguilar@vdm.btlconsultants.com.mx END:VCARD jc.aguilar jc.aguilar@vdm.btlconsultants.com.mxQw 3M I]2023-07-06 15:57:53yceronyceron@vdm.btlconsultants.com.mxyceronBEGIN:VCARD VERSION:3.0 UID:2021-10-0519:52:06.b5533b49-8341-afb4-94f5-2354376b0692.yceron@vdm.btlconsultants.com.mx N:yceron;;;; FN:yceron EMAIL;TYPE=INTERNET;TYPE=INTERNET:yceron@vdm.btlconsultants.com.mx END:VCARD yceron yceron@vdm.btlconsultants.com.mxQv 3M I]2023-07-06 15:57:53esolisesolis@ags.btlconsultants.com.mxesolisBEGIN:VCARD VERSION:3.0 UID:2021-10-0519:38:45.31552a4e-5d93-0ae9-e694-bf7e80e1c7e4.esolis@ags.btlconsultants.com.mx N:esolis;;;; FN:esolis EMAIL;TYPE=INTERNET;TYPE=INTERNET:esolis@ags.btlconsultants.com.mx END:VCARD esolis esolis@ags.btlconsultants.com.mxJu 3G AY2023-07-06 15:57:53gmaciasgmacias@btlconsultants.com.mxgmaciasBEGIN:VCARD VERSION:3.0 UID:2021-10-0517:17:24.4db7bd9b-7890-cb28-83a8-149c93052283.gmacias@btlconsultants.com.mx N:gmacias;;;; FN:gmacias EMAIL;TYPE=INTERNET;TYPE=INTERNET:gmacias@btlconsultants.com.mx END:VCARD gmacias gmacias@btlconsultants.com.mx^t 3Q Uc2023-07-06 15:57:53lmonteslmontes@coah.btlconsultants.com.mxlmontesBEGIN:VCARD VERSION:3.0 UID:2021-09-3019:11:32.0101fda3-c9cd-7fa6-eff2-97b58ce5e4db.lmontes@coah.btlconsultants.com.mx N:lmontes;;;; FN:lmontes EMAIL;TYPE=INTERNET;TYPE=INTERNET:lmontes@coah.btlconsultants.com.mx END:VCARD lmontes lmontes@coah.btlconsultants.com.mxcs 3Q Ye2023-07-06 15:57:53jherrerajherrera@ver.btlconsultants.com.mxjherreraBEGIN:VCARD VERSION:3.0 UID:2021-09-3019:11:02.1f1a0951-ba4c-b753-e0e5-313f113a9faa.jherrera@ver.btlconsultants.com.mx N:jherrera;;;; FN:jherrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:jherrera@ver.btlconsultants.com.mx END:VCARD jherrera jherrera@ver.btlconsultants.com.mxpr 3U ek2023-07-06 15:57:53ecastilloecastillo@coah.btlconsultants.com.mxecastilloBEGIN:VCARD VERSION:3.0 UID:2021-09-3019:10:40.96825f70-8e53-de14-be76-2abe3607f3cd.ecastillo@coah.btlconsultants.com.mx N:ecastillo;;;; FN:ecastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ecastillo@coah.btlconsultants.com.mx END:VCARD ecastillo ecastillo@coah.btlconsultants.com.mxLq 3M E[2023-07-06 15:57:53cbacacbaca@chih.btlconsultants.com.mxcbacaBEGIN:VCARD VERSION:3.0 UID:2021-09-3019:10:11.db19c5f0-d189-021a-295a-ef53fa32cc33.cbaca@chih.btlconsultants.com.mx N:cbaca;;;; FN:cbaca EMAIL;TYPE=INTERNET;TYPE=INTERNET:cbaca@chih.btlconsultants.com.mx END:VCARD cbaca cbaca@chih.btlconsultants.com.mx bE ypg^ULC:1( }tkYPG>5,# x o f ] T K B 9 0 '     { r i ` W N E < 3 * !     v m d [ R I @ 7 . %   zqh_VMD;2) ~ulcZQH?6-$ ypg^ULC:1( }tkbYPG>5,# | s j a X O F = 4 + "    w n e \ S J A 8 / & bxof]TKB90' |sjaXOF=4+"b                                                                                                                                   ~~ }} || {{ zz yy xx ww vv uu tt ss rr qq pp oo nn mm ll kk jj ii hh gg ff ee dd cc bb aa `` __ ^^ ]] \\ [[ ZZ YY XX WW VV UU TT SS RR QQ PP OO NN MM LL KK JJ II HH GG  // .. -- ,, ++ ** )) (( '' && %% $$ ## "" !!                                             FF EE DD CC BB AA @@ ?? >> == << ;; :: 99 88 77 66 55 44 33 22 11 00 // .. -- ,, ++ ** )) (( '' && %% $$ ## "" !!                                                                   V~ B6Vc 3Q Ye2023-07-06 15:57:54asanchezasanchez@vdm.btlconsultants.com.mxasanchezBEGIN:VCARD VERSION:3.0 UID:2021-10-0721:52:53.d8e94cfd-0076-a4bd-727d-68a041db13f1.asanchez@vdm.btlconsultants.com.mx N:asanchez;;;; FN:asanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:asanchez@vdm.btlconsultants.com.mx END:VCARD asanchez asanchez@vdm.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:54rdelatorrerdelatorre@vdm.btlconsultants.com.mxrdelatorreBEGIN:VCARD VERSION:3.0 UID:2021-10-0721:52:22.10e737da-a16e-c0e4-7d2d-8c56039dbb77.rdelatorre@vdm.btlconsultants.com.mx N:rdelatorre;;;; FN:rdelatorre EMAIL;TYPE=INTERNET;TYPE=INTERNET:rdelatorre@vdm.btlconsultants.com.mx END:VCARD rdelatorre rdelatorre@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:54dbasiliodbasilio@vdm.btlconsultants.com.mxdbasilioBEGIN:VCARD VERSION:3.0 UID:2021-10-0721:51:49.1252b20a-c610-fc0a-1b70-70db0e2104cb.dbasilio@vdm.btlconsultants.com.mx N:dbasilio;;;; FN:dbasilio EMAIL;TYPE=INTERNET;TYPE=INTERNET:dbasilio@vdm.btlconsultants.com.mx END:VCARD dbasilio dbasilio@vdm.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:54rhernandezrhernandez@vdm.btlconsultants.com.mxrhernandezBEGIN:VCARD VERSION:3.0 UID:2021-10-0721:50:42.edbb98a8-7a31-6b6d-0c13-7dd9c2573c10.rhernandez@vdm.btlconsultants.com.mx N:rhernandez;;;; FN:rhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rhernandez@vdm.btlconsultants.com.mx END:VCARD rhernandez rhernandez@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:53gtexcalpagtexcalpa@vdm.btlconsultants.com.mxgtexcalpaBEGIN:VCARD VERSION:3.0 UID:2021-10-0721:49:53.6ca6c926-74aa-3b47-10cd-1613e563d51f.gtexcalpa@vdm.btlconsultants.com.mx N:gtexcalpa;;;; FN:gtexcalpa EMAIL;TYPE=INTERNET;TYPE=INTERNET:gtexcalpa@vdm.btlconsultants.com.mx END:VCARD gtexcalpa gtexcalpa@vdm.btlconsultants.com.mxH 3K AY2023-07-06 15:57:53aruizaruiz@vdm.btlconsultants.com.mxaruizBEGIN:VCARD VERSION:3.0 UID:2021-10-0519:57:48.9f70582e-61c7-581d-08f8-097af8718d80.aruiz@vdm.btlconsultants.com.mx N:aruiz;;;; FN:aruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:aruiz@vdm.btlconsultants.com.mx END:VCARD aruiz aruiz@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:53smartinezsmartinez@vdm.btlconsultants.com.mxsmartinezBEGIN:VCARD VERSION:3.0 UID:2021-10-0519:57:24.245868ee-c474-a9f0-b415-31817739d14c.smartinez@vdm.btlconsultants.com.mx N:smartinez;;;; FN:smartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:smartinez@vdm.btlconsultants.com.mx END:VCARD smartinez smartinez@vdm.btlconsultants.com.mxa 3Q Ya2023-07-06 15:57:53mvasquezmvasquez@vdm.btlconsultants.com.mxmvasquezBEGIN:VCARD VERSION:3.0 UID:2021-10-0519:56:54.851fa43c-aa43-bda4-8baa-e9ceb83ff13f.mvasquez@vdm.btlconsultants.com.mx N:mvasquez;;;; FN:mvasquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mvasquez@vdm.btlconsultants.com.mx END:VCARD mvasquz mvasquz@vdm.btlconsultants.com.mxQ~ 3M I]2023-07-06 15:57:53aponceaponce@vdm.btlconsultants.com.mxaponceBEGIN:VCARD VERSION:3.0 UID:2021-10-0519:56:22.b7bd3665-d558-f03d-0f94-1eec130b13b1.aponce@vdm.btlconsultants.com.mx N:aponce;;;; FN:aponce EMAIL;TYPE=INTERNET;TYPE=INTERNET:aponce@vdm.btlconsultants.com.mx END:VCARD aponce aponce@vdm.btlconsultants.com.mx~} 3#W #qq2023-07-06 15:57:53je.gonzalezje.gonzalez@vdm.btlconsultants.com.mxje.gonzalezBEGIN:VCARD VERSION:3.0 UID:2021-10-0519:55:45.e90411e3-8f54-d2c0-844d-9acf21d8badb.je.gonzalez@vdm.btlconsultants.com.mx N:je.gonzalez;;;; FN:je.gonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:je.gonzalez@vdm.btlconsultants.com.mx END:VCARD je.gonzalez je.gonzalez@vdm.btlconsultants.com.mx~| 3#W #qq2023-07-06 15:57:53nvalderramanvalderrama@chi.btlconsultants.com.mxnvalderramaBEGIN:VCARD VERSION:3.0 UID:2021-10-0519:55:07.753f9d95-9c1b-2aa0-7ac7-4ca80e2d02b7.nvalderrama@chi.btlconsultants.com.mx N:nvalderrama;;;; FN:nvalderrama EMAIL;TYPE=INTERNET;TYPE=INTERNET:nvalderrama@chi.btlconsultants.com.mx END:VCARD nvalderrama nvalderrama@chi.btlconsultants.com.mx  M  Sj l 3S ai2023-07-06 15:57:54hgonzalezhgonzalez@mty.btlconsultants.com.mxhgonzalezBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:41:38.900ff7ea-d22c-fe48-50c0-c147b9bc5170.hgonzalez@mty.btlconsultants.com.mx N:hgonzalez;;;; FN:hgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:hgonzalez@mty.btlconsultants.com.mx END:VCARD hgonzalez hgonzalez@mty.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:54mgarciamgarcia@vdm.btlconsultants.com.mxmgarciaBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:40:05.54f11003-5c96-11f7-6e3d-40e0b381a389.mgarcia@vdm.btlconsultants.com.mx N:mgarcia;;;; FN:mgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgarcia@vdm.btlconsultants.com.mx END:VCARD mgarcia mgarcia@vdm.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:54bgutierrezbgutierrez@vdm.btlconsultants.com.mxbgutierrezBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:38:56.11b8ba3c-f8ac-6992-c6d7-f3b109d90ba6.bgutierrez@vdm.btlconsultants.com.mx N:bgutierrez;;;; FN:bgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:bgutierrez@vdm.btlconsultants.com.mx END:VCARD bgutierrez bgutierrez@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:54e.aguilare.aguilar@vdm.btlconsultants.com.mxe.aguilarBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:38:27.0e38b937-eeb2-49f1-cdd1-3056f87cf1c0.e.aguilar@vdm.btlconsultants.com.mx N:e.aguilar;;;; FN:e.aguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:e.aguilar@vdm.btlconsultants.com.mx END:VCARD e.aguilar e.aguilar@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:54jfloresjflores@vdm.btlconsultants.com.mxjfloresBEGIN:VCARD VERSION:3.0 UID:2021-10-0721:57:32.14b744b5-8149-0a6b-45de-b3c5f28fa0b1.jflores@vdm.btlconsultants.com.mx N:jflores;;;; FN:jflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:jflores@vdm.btlconsultants.com.mx END:VCARD jflores jflores@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:54avilchisavilchis@vdm.btlconsultants.com.mxavilchisBEGIN:VCARD VERSION:3.0 UID:2021-10-0721:56:58.e3f39c47-4724-9b03-fb93-4e42ee5c061d.avilchis@vdm.btlconsultants.com.mx N:avilchis;;;; FN:avilchis EMAIL;TYPE=INTERNET;TYPE=INTERNET:avilchis@vdm.btlconsultants.com.mx END:VCARD avilchis avilchis@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:54fnavarrofnavarro@vdm.btlconsultants.com.mxfnavarroBEGIN:VCARD VERSION:3.0 UID:2021-10-0721:56:19.ffd060ad-65a0-982b-6f4c-016d113eec0b.fnavarro@vdm.btlconsultants.com.mx N:fnavarro;;;; FN:fnavarro EMAIL;TYPE=INTERNET;TYPE=INTERNET:fnavarro@vdm.btlconsultants.com.mx END:VCARD fnavarro fnavarro@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:54vbarrancovbarranco@vdm.btlconsultants.com.mxvbarrancoBEGIN:VCARD VERSION:3.0 UID:2021-10-0721:55:46.a39f4537-07d2-4617-021e-476e9442017c.vbarranco@vdm.btlconsultants.com.mx N:vbarranco;;;; FN:vbarranco EMAIL;TYPE=INTERNET;TYPE=INTERNET:vbarranco@vdm.btlconsultants.com.mx END:VCARD vbarranco vbarranco@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:54ugarciaugarcia@vdm.btlconsultants.com.mxugarciaBEGIN:VCARD VERSION:3.0 UID:2021-10-0721:55:16.325f0a7c-48c0-9fe3-d72b-0b37e27db364.ugarcia@vdm.btlconsultants.com.mx N:ugarcia;;;; FN:ugarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ugarcia@vdm.btlconsultants.com.mx END:VCARD ugarcia ugarcia@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:54drobledodrobledo@gdl.btlconsultants.com.mxdrobledoBEGIN:VCARD VERSION:3.0 UID:2021-10-0721:54:43.17fa3c62-4557-0521-0b79-4563f5944008.drobledo@gdl.btlconsultants.com.mx N:drobledo;;;; FN:drobledo EMAIL;TYPE=INTERNET;TYPE=INTERNET:drobledo@gdl.btlconsultants.com.mx END:VCARD drobledo drobledo@gdl.btlconsultants.com.mxH 3K AY2023-07-06 15:57:54hdiazhdiaz@vdm.btlconsultants.com.mxhdiazBEGIN:VCARD VERSION:3.0 UID:2021-10-0721:53:30.0da2748d-021b-48b4-c638-d76b21d8f0d4.hdiaz@vdm.btlconsultants.com.mx N:hdiaz;;;; FN:hdiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:hdiaz@vdm.btlconsultants.com.mx END:VCARD hdiaz hdiaz@vdm.btlconsultants.com.mx  4 Ttvc 3Q Ye2023-07-06 15:57:54ofragosoofragoso@vdm.btlconsultants.com.mxofragosoBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:55:13.fd48367a-abb7-f065-572b-258b885c241b.ofragoso@vdm.btlconsultants.com.mx N:ofragoso;;;; FN:ofragoso EMAIL;TYPE=INTERNET;TYPE=INTERNET:ofragoso@vdm.btlconsultants.com.mx END:VCARD ofragoso ofragoso@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:54vgarciavgarcia@vdm.btlconsultants.com.mxvgarciaBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:54:39.8285dc9e-1d31-d8d1-9ff7-c80f8ad28336.vgarcia@vdm.btlconsultants.com.mx N:vgarcia;;;; FN:vgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:vgarcia@vdm.btlconsultants.com.mx END:VCARD vgarcia vgarcia@vdm.btlconsultants.com.mxH 3K AY2023-07-06 15:57:54lcruzlcruz@vdm.btlconsultants.com.mxlcruzBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:54:07.1f84a0a5-a95e-08a9-ae64-5ffe3be5d36c.lcruz@vdm.btlconsultants.com.mx N:lcruz;;;; FN:lcruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:lcruz@vdm.btlconsultants.com.mx END:VCARD lcruz lcruz@vdm.btlconsultants.com.mxP 3M I[2023-07-06 15:57:54aramosaramos@pue.btlconsultants.com.mxaramosBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:53:37.05c9d4e1-ee6e-f9ee-94f0-7fc78d3f33a4.aramos@pue.btlconsultants.com.mx N:aramos;;;; FN:aramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:aramos@pue.btlconsultants.com.mx END:VCARD aramos aramos@pu.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:54jromerojromero@vdm.btlconsultants.com.mxjromeroBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:53:07.9ff3a675-17d2-113f-b2cb-fbcb6e0d3489.jromero@vdm.btlconsultants.com.mx N:jromero;;;; FN:jromero EMAIL;TYPE=INTERNET;TYPE=INTERNET:jromero@vdm.btlconsultants.com.mx END:VCARD jromero jromero@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:54lgonzalezlgonzalez@vdm.btlconsultants.com.mxlgonzalezBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:52:36.b53637dd-d29d-246f-fdcb-bd4458a8f6a8.lgonzalez@vdm.btlconsultants.com.mx N:lgonzalez;;;; FN:lgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lgonzalez@vdm.btlconsultants.com.mx END:VCARD lgonzalez lgonzalez@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:54ibaltazaribaltazar@gdl.btlconsultants.com.mxibaltazarBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:52:07.bcfc51c2-ea96-08bf-f086-45cdc55c3acd.ibaltazar@gdl.btlconsultants.com.mx N:ibaltazar;;;; FN:ibaltazar EMAIL;TYPE=INTERNET;TYPE=INTERNET:ibaltazar@gdl.btlconsultants.com.mx END:VCARD ibaltazar ibaltazar@gdl.btlconsultants.com.mxl 3S ai2023-07-06 15:57:54tbarrancotbarranco@vdm.btlconsultants.com.mxtbarrancoBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:51:39.4f5eba42-331c-1171-df2c-6743f7edfb79.tbarranco@vdm.btlconsultants.com.mx N:tbarranco;;;; FN:tbarranco EMAIL;TYPE=INTERNET;TYPE=INTERNET:tbarranco@vdm.btlconsultants.com.mx END:VCARD tbarranco tbarranco@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:54garellanogarellano@vdm.btlconsultants.com.mxgarellanoBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:49:05.3e6bb412-3047-c4bb-831e-04ca698df139.garellano@vdm.btlconsultants.com.mx N:garellano;;;; FN:garellano EMAIL;TYPE=INTERNET;TYPE=INTERNET:garellano@vdm.btlconsultants.com.mx END:VCARD garellano garellano@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:54ggomezggomez@vdm.btlconsultants.com.mxggomezBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:48:17.3d08bd27-812f-fca3-5b17-f47fc2b98e8d.ggomez@vdm.btlconsultants.com.mx N:ggomez;;;; FN:ggomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ggomez@vdm.btlconsultants.com.mx END:VCARD ggomez ggomez@vdm.btlconsultants.com.mxs 3!U !ii2023-07-06 15:57:54trodrigueztrodriguez@mty.btlconsultants.com.mxtrodriguezBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:47:47.332f576f-b607-cd1b-e924-48cd65e7a145.trodriguez@mty.btlconsultants.com.mx N:trodriguez;;;; FN:trodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:trodriguez@mty.btlconsultants.com.mx END:VCARD trodriguz trodriguz@mty.btlconsultants.com.mx   7&Y Q' 3M I]2023-07-06 15:57:54dangeldangel@vdm.btlconsultants.com.mxdangelBEGIN:VCARD VERSION:3.0 UID:2021-10-0723:09:01.0968eab9-c952-09eb-2870-ee626b89a2e6.dangel@vdm.btlconsultants.com.mx N:dangel;;;; FN:dangel EMAIL;TYPE=INTERNET;TYPE=INTERNET:dangel@vdm.btlconsultants.com.mx END:VCARD dangel dangel@vdm.btlconsultants.com.mxH& 3K AY2023-07-06 15:57:54sloyasloya@qro.btlconsultants.com.mxsloyaBEGIN:VCARD VERSION:3.0 UID:2021-10-0723:08:35.2cf84a6a-d8b3-1701-6290-6da0e3c5a2dd.sloya@qro.btlconsultants.com.mx N:sloya;;;; FN:sloya EMAIL;TYPE=INTERNET;TYPE=INTERNET:sloya@qro.btlconsultants.com.mx END:VCARD sloya sloya@qro.btlconsultants.com.mxb% 3Q Yc2023-07-06 15:57:54smoralessmorales@pue.btlconsultants.com.mxsmoralesBEGIN:VCARD VERSION:3.0 UID:2021-10-0723:08:00.bd3520d8-6c0d-1865-b0ec-7cfbfb324e9c.smorales@pue.btlconsultants.com.mx N:smorales;;;; FN:smorales EMAIL;TYPE=INTERNET;TYPE=INTERNET:smorales@pue.btlconsultants.com.mx END:VCARD smorales smorales@pu.btlconsultants.com.mxc$ 3Q Ye2023-07-06 15:57:54mrosalesmrosales@vdm.btlconsultants.com.mxmrosalesBEGIN:VCARD VERSION:3.0 UID:2021-10-0723:07:24.02ca9720-0f81-3fbe-cea6-56e1aafee03f.mrosales@vdm.btlconsultants.com.mx N:mrosales;;;; FN:mrosales EMAIL;TYPE=INTERNET;TYPE=INTERNET:mrosales@vdm.btlconsultants.com.mx END:VCARD mrosales mrosales@vdm.btlconsultants.com.mxc# 3Q Ye2023-07-06 15:57:54laguilarlaguilar@vdm.btlconsultants.com.mxlaguilarBEGIN:VCARD VERSION:3.0 UID:2021-10-0723:06:55.55de738d-ec4a-83e6-c8fc-230d4bdb0ff8.laguilar@vdm.btlconsultants.com.mx N:laguilar;;;; FN:laguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:laguilar@vdm.btlconsultants.com.mx END:VCARD laguilar laguilar@vdm.btlconsultants.com.mxH" 3K AY2023-07-06 15:57:54ncejanceja@vdm.btlconsultants.com.mxncejaBEGIN:VCARD VERSION:3.0 UID:2021-10-0723:04:45.21f133de-3a2c-9917-9169-5e8d2bec906a.nceja@vdm.btlconsultants.com.mx N:nceja;;;; FN:nceja EMAIL;TYPE=INTERNET;TYPE=INTERNET:nceja@vdm.btlconsultants.com.mx END:VCARD nceja nceja@vdm.btlconsultants.com.mxZ! 3O Qa2023-07-06 15:57:54omorenoomoreno@vdm.btlconsultants.com.mxomorenoBEGIN:VCARD VERSION:3.0 UID:2021-10-0723:03:15.6d82d69b-48ff-ce32-670c-02f87caaf142.omoreno@vdm.btlconsultants.com.mx N:omoreno;;;; FN:omoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:omoreno@vdm.btlconsultants.com.mx END:VCARD omoreno omoreno@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:54jbonillajbonilla@vdm.btlconsultants.com.mxjbonillaBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:57:17.3ab2ac75-b847-133c-6156-3f18cb37c7ad.jbonilla@vdm.btlconsultants.com.mx N:jbonilla;;;; FN:jbonilla EMAIL;TYPE=INTERNET;TYPE=INTERNET:jbonilla@vdm.btlconsultants.com.mx END:VCARD jbonilla jbonilla@vdm.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:54sfernandezsfernandez@vdm.btlconsultants.com.mxsfernandezBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:56:45.5b49c77b-f5c5-eca0-c5de-2e625e9023e6.sfernandez@vdm.btlconsultants.com.mx N:sfernandez;;;; FN:sfernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:sfernandez@vdm.btlconsultants.com.mx END:VCARD sfernandez sfernandez@vdm.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:54mgutierrezmgutierrez@vdm.btlconsultants.com.mxmgutierrezBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:56:13.998fc7c6-d4dc-c0da-4ad0-0bdf61301a78.mgutierrez@vdm.btlconsultants.com.mx N:mgutierrez;;;; FN:mgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgutierrez@vdm.btlconsultants.com.mx END:VCARD mgutierrez mgutierrez@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:54acalderonacalderon@vdm.btlconsultants.com.mxacalderonBEGIN:VCARD VERSION:3.0 UID:2021-10-0722:55:43.267dad88-33e4-741f-7954-5a7619bd6244.acalderon@vdm.btlconsultants.com.mx N:acalderon;;;; FN:acalderon EMAIL;TYPE=INTERNET;TYPE=INTERNET:acalderon@vdm.btlconsultants.com.mx END:VCARD acalderon acalderon@vdm.btlconsultants.com.mx  _  S~2 3#W #qq2023-07-06 15:57:55jguggenbuhljguggenbuhl@vdm.btlconsultants.com.mxjguggenbuhlBEGIN:VCARD VERSION:3.0 UID:2021-10-0816:14:09.5e2395d0-8e7c-3727-0881-e31f674b7443.jguggenbuhl@vdm.btlconsultants.com.mx N:jguggenbuhl;;;; FN:jguggenbuhl EMAIL;TYPE=INTERNET;TYPE=INTERNET:jguggenbuhl@vdm.btlconsultants.com.mx END:VCARD jguggenbuhl jguggenbuhl@vdm.btlconsultants.com.mxl1 3S ai2023-07-06 15:57:55ggonzalezggonzalez@nay.btlconsultants.com.mxggonzalezBEGIN:VCARD VERSION:3.0 UID:2021-10-0816:10:58.d5066fb6-fd5b-a5f7-a1b1-ab3891638020.ggonzalez@nay.btlconsultants.com.mx N:ggonzalez;;;; FN:ggonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ggonzalez@nay.btlconsultants.com.mx END:VCARD ggonzalez ggonzalez@nay.btlconsultants.com.mxc0 3Q Ye2023-07-06 15:57:55msalazarmsalazar@vdm.btlconsultants.com.mxmsalazarBEGIN:VCARD VERSION:3.0 UID:2021-10-0723:26:53.064fe902-ffeb-d903-7520-b32739bf283e.msalazar@vdm.btlconsultants.com.mx N:msalazar;;;; FN:msalazar EMAIL;TYPE=INTERNET;TYPE=INTERNET:msalazar@vdm.btlconsultants.com.mx END:VCARD msalazar msalazar@vdm.btlconsultants.com.mxZ/ 3O Qa2023-07-06 15:57:55mllanosmllanos@vdm.btlconsultants.com.mxmllanosBEGIN:VCARD VERSION:3.0 UID:2021-10-0723:26:20.707e0a32-4090-1d37-8cb2-757c1df9d234.mllanos@vdm.btlconsultants.com.mx N:mllanos;;;; FN:mllanos EMAIL;TYPE=INTERNET;TYPE=INTERNET:mllanos@vdm.btlconsultants.com.mx END:VCARD mllanos mllanos@vdm.btlconsultants.com.mxZ. 3O Qa2023-07-06 15:57:55jgarciajgarcia@vdm.btlconsultants.com.mxjgarciaBEGIN:VCARD VERSION:3.0 UID:2021-10-0723:13:56.07b1f2fa-2abe-2ddf-7a2c-778675224512.jgarcia@vdm.btlconsultants.com.mx N:jgarcia;;;; FN:jgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgarcia@vdm.btlconsultants.com.mx END:VCARD jgarcia jgarcia@vdm.btlconsultants.com.mxc- 3Q Ye2023-07-06 15:57:55mjimenezmjimenez@vdm.btlconsultants.com.mxmjimenezBEGIN:VCARD VERSION:3.0 UID:2021-10-0723:13:24.5e8c9a4b-5441-17dc-a252-4f27364f5dc5.mjimenez@vdm.btlconsultants.com.mx N:mjimenez;;;; FN:mjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mjimenez@vdm.btlconsultants.com.mx END:VCARD mjimenez mjimenez@vdm.btlconsultants.com.mxl, 3S ai2023-07-06 15:57:55gmartinezgmartinez@vdm.btlconsultants.com.mxgmartinezBEGIN:VCARD VERSION:3.0 UID:2021-10-0723:12:42.0985537b-2877-96cb-1ff0-c9ba9dd04df1.gmartinez@vdm.btlconsultants.com.mx N:gmartinez;;;; FN:gmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:gmartinez@vdm.btlconsultants.com.mx END:VCARD gmartinez gmartinez@vdm.btlconsultants.com.mxu+ 3!U !im2023-07-06 15:57:55lhernandezlhernandez@vdm.btlconsultants.com.mxlhernandezBEGIN:VCARD VERSION:3.0 UID:2021-10-0723:12:15.d30160f5-685a-694a-c950-9ecbda4518f9.lhernandez@vdm.btlconsultants.com.mx N:lhernandez;;;; FN:lhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lhernandez@vdm.btlconsultants.com.mx END:VCARD lhernandez lhernandez@vdm.btlconsultants.com.mxZ* 3O Qa2023-07-06 15:57:55ssotelossotelo@vdm.btlconsultants.com.mxssoteloBEGIN:VCARD VERSION:3.0 UID:2021-10-0723:11:32.f9a107b5-9c25-481c-81fa-0e5abc0ded6e.ssotelo@vdm.btlconsultants.com.mx N:ssotelo;;;; FN:ssotelo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ssotelo@vdm.btlconsultants.com.mx END:VCARD ssotelo ssotelo@vdm.btlconsultants.com.mxH) 3K AY2023-07-06 15:57:55cleoncleon@vdm.btlconsultants.com.mxcleonBEGIN:VCARD VERSION:3.0 UID:2021-10-0723:10:41.5c24d64e-ad7a-8870-8046-057d34487fac.cleon@vdm.btlconsultants.com.mx N:cleon;;;; FN:cleon EMAIL;TYPE=INTERNET;TYPE=INTERNET:cleon@vdm.btlconsultants.com.mx END:VCARD cleon cleon@vdm.btlconsultants.com.mxQ( 3M I]2023-07-06 15:57:54gtrejogtrejo@vdm.btlconsultants.com.mxgtrejoBEGIN:VCARD VERSION:3.0 UID:2021-10-0723:10:01.faeaff58-3044-eaee-1c28-9cfc58ce2947.gtrejo@vdm.btlconsultants.com.mx N:gtrejo;;;; FN:gtrejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:gtrejo@vdm.btlconsultants.com.mx END:VCARD gtrejo gtrejo@vdm.btlconsultants.com.mx  ) B}(2Z= 3O Qa2023-07-06 15:57:55rortegarortega@zac.btlconsultants.com.mxrortegaBEGIN:VCARD VERSION:3.0 UID:2021-10-1114:59:28.1218dd26-3128-e4cc-d70b-84bb02d3ce5f.rortega@zac.btlconsultants.com.mx N:rortega;;;; FN:rortega EMAIL;TYPE=INTERNET;TYPE=INTERNET:rortega@zac.btlconsultants.com.mx END:VCARD rortega rortega@zac.btlconsultants.com.mxZ< 3O Qa2023-07-06 15:57:55jbernaljbernal@gto.btlconsultants.com.mxjbernalBEGIN:VCARD VERSION:3.0 UID:2021-10-1114:57:51.c2f77dca-a55b-b3ea-4dae-b609ce56e4cc.jbernal@gto.btlconsultants.com.mx N:jbernal;;;; FN:jbernal EMAIL;TYPE=INTERNET;TYPE=INTERNET:jbernal@gto.btlconsultants.com.mx END:VCARD jbernal jbernal@gto.btlconsultants.com.mxH; 3K AY2023-07-06 15:57:55amayaamaya@zac.btlconsultants.com.mxamayaBEGIN:VCARD VERSION:3.0 UID:2021-10-1114:57:17.d6b3a9f6-df1f-9747-1622-0d79705e71b4.amaya@zac.btlconsultants.com.mx N:amaya;;;; FN:amaya EMAIL;TYPE=INTERNET;TYPE=INTERNET:amaya@zac.btlconsultants.com.mx END:VCARD amaya amaya@zac.btlconsultants.com.mxH: 3K AY2023-07-06 15:57:55mpenampena@gto.btlconsultants.com.mxmpenaBEGIN:VCARD VERSION:3.0 UID:2021-10-1114:54:23.9966ef0b-f639-f745-a58e-22afea0dcfda.mpena@gto.btlconsultants.com.mx N:mpena;;;; FN:mpena EMAIL;TYPE=INTERNET;TYPE=INTERNET:mpena@gto.btlconsultants.com.mx END:VCARD mpena mpena@gto.btlconsultants.com.mxQ9 3M I]2023-07-06 15:57:55esilvaesilva@gto.btlconsultants.com.mxesilvaBEGIN:VCARD VERSION:3.0 UID:2021-10-1114:50:50.2e44009b-61aa-5576-2671-df13a7b92a2a.esilva@gto.btlconsultants.com.mx N:esilva;;;; FN:esilva EMAIL;TYPE=INTERNET;TYPE=INTERNET:esilva@gto.btlconsultants.com.mx END:VCARD esilva esilva@gto.btlconsultants.com.mxH8 3K AY2023-07-06 15:57:55jandajanda@gdl.btlconsultants.com.mxjandaBEGIN:VCARD VERSION:3.0 UID:2021-10-1114:49:11.d19ca2d2-6e74-5050-2ef9-d34af6b461fe.janda@gdl.btlconsultants.com.mx N:janda;;;; FN:janda EMAIL;TYPE=INTERNET;TYPE=INTERNET:janda@gdl.btlconsultants.com.mx END:VCARD janda janda@gdl.btlconsultants.com.mxu7 3!U !im2023-07-06 15:57:55jcontrerasjcontreras@tam.btlconsultants.com.mxjcontrerasBEGIN:VCARD VERSION:3.0 UID:2021-10-1114:48:29.567d1a6e-bb9f-9c28-e8b5-8e737f254082.jcontreras@tam.btlconsultants.com.mx N:jcontreras;;;; FN:jcontreras EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcontreras@tam.btlconsultants.com.mx END:VCARD jcontreras jcontreras@tam.btlconsultants.com.mxl6 3S ai2023-07-06 15:57:55aantemateaantemate@mty.btlconsultants.com.mxaantemateBEGIN:VCARD VERSION:3.0 UID:2021-10-0817:14:09.15b4fca6-8332-cc98-b0e1-a88913b26265.aantemate@mty.btlconsultants.com.mx N:aantemate;;;; FN:aantemate EMAIL;TYPE=INTERNET;TYPE=INTERNET:aantemate@mty.btlconsultants.com.mx END:VCARD aantemate aantemate@mty.btlconsultants.com.mxs5 3!U !ii2023-07-06 15:57:55vrodriguezvrodriguez@bcn.btlconsultants.com.mxvrodriguezBEGIN:VCARD VERSION:3.0 UID:2021-10-0817:13:32.fd9827a7-566b-b66c-1856-5580b2c666d0.vrodriguez@bcn.btlconsultants.com.mx N:vrodriguez;;;; FN:vrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vrodriguez@bcn.btlconsultants.com.mx END:VCARD vrodriguz vrodriguz@bcn.btlconsultants.com.mxl4 3S ai2023-07-06 15:57:55hquinterohquintero@mty.btlconsultants.com.mxhquinteroBEGIN:VCARD VERSION:3.0 UID:2021-10-0817:12:54.b2bf7b1e-30da-9703-965c-d68c88f202de.hquintero@mty.btlconsultants.com.mx N:hquintero;;;; FN:hquintero EMAIL;TYPE=INTERNET;TYPE=INTERNET:hquintero@mty.btlconsultants.com.mx END:VCARD hquintero hquintero@mty.btlconsultants.com.mxc3 3Q Ye2023-07-06 15:57:55lsanchezlsanchez@chi.btlconsultants.com.mxlsanchezBEGIN:VCARD VERSION:3.0 UID:2021-10-0816:14:52.a7b761ae-e542-300e-26ca-315c8a380756.lsanchez@chi.btlconsultants.com.mx N:lsanchez;;;; FN:lsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lsanchez@chi.btlconsultants.com.mx END:VCARD lsanchez lsanchez@chi.btlconsultants.com.mx  ; CIQH 3M I]2023-07-06 15:57:55bayalabayala@mor.btlconsultants.com.mxbayalaBEGIN:VCARD VERSION:3.0 UID:2021-10-1123:54:05.1e6f7480-3ee5-504c-5139-6c507c7f4a27.bayala@mor.btlconsultants.com.mx N:bayala;;;; FN:bayala EMAIL;TYPE=INTERNET;TYPE=INTERNET:bayala@mor.btlconsultants.com.mx END:VCARD bayala bayala@mor.btlconsultants.com.mxlG 3S ai2023-07-06 15:57:55jdelangeljdelangel@tam.btlconsultants.com.mxjdelangelBEGIN:VCARD VERSION:3.0 UID:2021-10-1123:53:37.d347e8f0-328b-8c9f-9fd9-2aa4e7fb93ef.jdelangel@tam.btlconsultants.com.mx N:jdelangel;;;; FN:jdelangel EMAIL;TYPE=INTERNET;TYPE=INTERNET:jdelangel@tam.btlconsultants.com.mx END:VCARD jdelangel jdelangel@tam.btlconsultants.com.mxZF 3O Qa2023-07-06 15:57:55jmedinajmedina@tam.btlconsultants.com.mxjmedinaBEGIN:VCARD VERSION:3.0 UID:2021-10-1123:52:58.629470fd-3021-8556-4d27-ca92f9497c6c.jmedina@tam.btlconsultants.com.mx N:jmedina;;;; FN:jmedina EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmedina@tam.btlconsultants.com.mx END:VCARD jmedina jmedina@tam.btlconsultants.com.mxuE 3!U !im2023-07-06 15:57:55ngutierrezngutierrez@bcn.btlconsultants.com.mxngutierrezBEGIN:VCARD VERSION:3.0 UID:2021-10-1123:52:21.1ed4ddcc-56af-360a-3ad4-078ebde81855.ngutierrez@bcn.btlconsultants.com.mx N:ngutierrez;;;; FN:ngutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ngutierrez@bcn.btlconsultants.com.mx END:VCARD ngutierrez ngutierrez@bcn.btlconsultants.com.mxcD 3Q Ye2023-07-06 15:57:55bbarbozabbarboza@vdm.btlconsultants.com.mxbbarbozaBEGIN:VCARD VERSION:3.0 UID:2021-10-1123:51:49.c792406d-ba43-40d5-40b9-f9a493f5a6e7.bbarboza@vdm.btlconsultants.com.mx N:bbarboza;;;; FN:bbarboza EMAIL;TYPE=INTERNET;TYPE=INTERNET:bbarboza@vdm.btlconsultants.com.mx END:VCARD bbarboza bbarboza@vdm.btlconsultants.com.mxHC 3K AY2023-07-06 15:57:55omezaomeza@vdm.btlconsultants.com.mxomezaBEGIN:VCARD VERSION:3.0 UID:2021-10-1123:51:16.228cddc6-1d2a-4f07-8d0c-19256349d94f.omeza@vdm.btlconsultants.com.mx N:omeza;;;; FN:omeza EMAIL;TYPE=INTERNET;TYPE=INTERNET:omeza@vdm.btlconsultants.com.mx END:VCARD omeza omeza@vdm.btlconsultants.com.mxJB 3G AY2023-07-06 15:57:55recibosrecibos@btlconsultants.com.mxrecibosBEGIN:VCARD VERSION:3.0 UID:2021-10-1121:41:51.27bfe627-0149-ddcc-ce99-e29870a82868.recibos@btlconsultants.com.mx N:recibos;;;; FN:recibos EMAIL;TYPE=INTERNET;TYPE=INTERNET:recibos@btlconsultants.com.mx END:VCARD recibos recibos@btlconsultants.com.mxQA 3M I]2023-07-06 15:57:55mgarzamgarza@mty.btlconsultants.com.mxmgarzaBEGIN:VCARD VERSION:3.0 UID:2021-10-1115:11:53.c2a52533-68af-43ab-bfac-b1736d34735c.mgarza@mty.btlconsultants.com.mx N:mgarza;;;; FN:mgarza EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgarza@mty.btlconsultants.com.mx END:VCARD mgarza mgarza@mty.btlconsultants.com.mxQ@ 3M I]2023-07-06 15:57:55mgomezmgomez@chi.btlconsultants.com.mxmgomezBEGIN:VCARD VERSION:3.0 UID:2021-10-1115:11:19.0509905a-328b-3d23-4e56-1e3a450f154e.mgomez@chi.btlconsultants.com.mx N:mgomez;;;; FN:mgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgomez@chi.btlconsultants.com.mx END:VCARD mgomez mgomez@chi.btlconsultants.com.mxl? 3S ai2023-07-06 15:57:55egonzalezegonzalez@vdm.btlconsultants.com.mxegonzalezBEGIN:VCARD VERSION:3.0 UID:2021-10-1115:04:10.01d84148-1edf-916c-981c-1821fcaf5a74.egonzalez@vdm.btlconsultants.com.mx N:egonzalez;;;; FN:egonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:egonzalez@vdm.btlconsultants.com.mx END:VCARD egonzalez egonzalez@vdm.btlconsultants.com.mxQ> 3M I]2023-07-06 15:57:55gperezgperez@mor.btlconsultants.com.mxgperezBEGIN:VCARD VERSION:3.0 UID:2021-10-1115:01:36.cc242ef2-b22d-aeb4-23dc-521d2370b64c.gperez@mor.btlconsultants.com.mx N:gperez;;;; FN:gperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:gperez@mor.btlconsultants.com.mx END:VCARD gperez gperez@mor.btlconsultants.com.mx  R L<]\S 3K Qa2023-07-06 15:57:55jgonzalezjgonzalez@btlconsultants.com.mxjgonzalezBEGIN:VCARD VERSION:3.0 UID:2021-10-1819:14:51.e66334e2-55e7-59b6-fc37-dbd34f889ecd.jgonzalez@btlconsultants.com.mx N:jgonzalez;;;; FN:jgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgonzalez@btlconsultants.com.mx END:VCARD jgonzalez jgonzalez@btlconsultants.com.mxlR 3S ai2023-07-06 15:57:55rportillorportillo@vdm.btlconsultants.com.mxrportilloBEGIN:VCARD VERSION:3.0 UID:2021-10-1523:44:57.e22d6bfd-5005-e452-105e-6b3f59fb633e.rportillo@vdm.btlconsultants.com.mx N:rportillo;;;; FN:rportillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:rportillo@vdm.btlconsultants.com.mx END:VCARD rportillo rportillo@vdm.btlconsultants.com.mx~Q 3#W #qq2023-07-06 15:57:55jguadarramajguadarrama@vdm.btlconsultants.com.mxjguadarramaBEGIN:VCARD VERSION:3.0 UID:2021-10-1423:04:59.378b5bb3-64e8-e94d-371d-4111adfe8993.jguadarrama@vdm.btlconsultants.com.mx N:jguadarrama;;;; FN:jguadarrama EMAIL;TYPE=INTERNET;TYPE=INTERNET:jguadarrama@vdm.btlconsultants.com.mx END:VCARD jguadarrama jguadarrama@vdm.btlconsultants.com.mxYP 3O Q_2023-07-06 15:57:55dortegadortega@pue.btlconsultants.com.mxdortegaBEGIN:VCARD VERSION:3.0 UID:2021-10-1422:24:44.4747d2ef-4ea6-8de2-1b73-174a7c9fa20e.dortega@pue.btlconsultants.com.mx N:dortega;;;; FN:dortega EMAIL;TYPE=INTERNET;TYPE=INTERNET:dortega@pue.btlconsultants.com.mx END:VCARD dortega dortega@pu.btlconsultants.com.mx%O 3/[ /2023-07-06 15:57:55contactocomercialcontactocomercial@btlconsultants.com.mxcontactocomercialBEGIN:VCARD VERSION:3.0 UID:2021-10-1323:59:47.9ac340a9-885c-f765-4cc7-0841000061f2.contactocomercial@btlconsultants.com.mx N:contactocomercial;;;; FN:contactocomercial EMAIL;TYPE=INTERNET;TYPE=INTERNET:contactocomercial@btlconsultants.com.mx END:VCARD contactocomercial contactocomercial@btlconsultants.com.mxcN 3Q Ye2023-07-06 15:57:55vramirezvramirez@gdl.btlconsultants.com.mxvramirezBEGIN:VCARD VERSION:3.0 UID:2021-10-1123:57:47.cbdd0457-4bea-b0d3-63bd-a3e69f8d828b.vramirez@gdl.btlconsultants.com.mx N:vramirez;;;; FN:vramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vramirez@gdl.btlconsultants.com.mx END:VCARD vramirez vramirez@gdl.btlconsultants.com.mxQM 3M I]2023-07-06 15:57:55creyescreyes@bcl.btlconsultants.com.mxcreyesBEGIN:VCARD VERSION:3.0 UID:2021-10-1123:57:16.fccd72eb-733d-0742-2036-c698ba25c5f0.creyes@bcl.btlconsultants.com.mx N:creyes;;;; FN:creyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:creyes@bcl.btlconsultants.com.mx END:VCARD creyes creyes@bcl.btlconsultants.com.mxYL 3O Q_2023-07-06 15:57:55elozanoelozano@pue.btlconsultants.com.mxelozanoBEGIN:VCARD VERSION:3.0 UID:2021-10-1123:56:50.6acb0f82-4a7f-afa6-4a05-1aedf3eeb5ae.elozano@pue.btlconsultants.com.mx N:elozano;;;; FN:elozano EMAIL;TYPE=INTERNET;TYPE=INTERNET:elozano@pue.btlconsultants.com.mx END:VCARD elozano elozano@pu.btlconsultants.com.mxPK 3M I[2023-07-06 15:57:55orosasorosas@pue.btlconsultants.com.mxorosasBEGIN:VCARD VERSION:3.0 UID:2021-10-1123:56:17.aff8509d-8514-56af-81e1-2cd808376494.orosas@pue.btlconsultants.com.mx N:orosas;;;; FN:orosas EMAIL;TYPE=INTERNET;TYPE=INTERNET:orosas@pue.btlconsultants.com.mx END:VCARD orosas orosas@pu.btlconsultants.com.mxUJ 3O M_2023-07-06 15:57:55arosasarosas@tlax.btlconsultants.com.mxarosasBEGIN:VCARD VERSION:3.0 UID:2021-10-1123:55:49.15bf6f75-ba2a-9789-ea31-85e03ff6a5d9.arosas@tlax.btlconsultants.com.mx N:arosas;;;; FN:arosas EMAIL;TYPE=INTERNET;TYPE=INTERNET:arosas@tlax.btlconsultants.com.mx END:VCARD arosas arosas@tlax.btlconsultants.com.mxQI 3M I]2023-07-06 15:57:55epabloepablo@ver.btlconsultants.com.mxepabloBEGIN:VCARD VERSION:3.0 UID:2021-10-1123:55:18.5ebff122-1136-154d-a6ed-d24995b85ec5.epablo@ver.btlconsultants.com.mx N:epablo;;;; FN:epablo EMAIL;TYPE=INTERNET;TYPE=INTERNET:epablo@ver.btlconsultants.com.mx END:VCARD epablo epablo@ver.btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX< X 3X2023-07-06 15:57:58W 3W2023-07-06 15:57:58V 3V2023-07-06 15:57:58U 3U2023-07-06 15:57:58T 3T2023-07-06 15:57:58S 3S2023-07-06 15:57:58R 3R2023-07-06 15:57:58Q 3Q2023-07-06 15:57:58P 3P2023-07-06 15:57:58O 3O2023-07-06 15:57:58N 3N2023-07-06 15:57:58M 3M2023-07-06 15:57:58L 3L2023-07-06 15:57:58K 3K2023-07-06 15:57:58J 3J2023-07-06 15:57:58I 3I2023-07-06 15:57:58H 3H2023-07-06 15:57:58G 3G2023-07-06 15:57:58F 3F2023-07-06 15:57:58E 3E2023-07-06 15:57:58D 3D2023-07-06 15:57:58C 3C2023-07-06 15:57:58B 3B2023-07-06 15:57:58A 3A2023-07-06 15:57:58@ 3@2023-07-06 15:57:58? 3?2023-07-06 15:57:58> 3>2023-07-06 15:57:58= 3=2023-07-06 15:57:58< 3<2023-07-06 15:57:58; 3;2023-07-06 15:57:58: 3:2023-07-06 15:57:589 392023-07-06 15:57:588 382023-07-06 15:57:587 372023-07-06 15:57:586 362023-07-06 15:57:585 352023-07-06 15:57:584 342023-07-06 15:57:583 332023-07-06 15:57:582 322023-07-06 15:57:581 312023-07-06 15:57:580 302023-07-06 15:57:58/ 3/2023-07-06 15:57:58. 3.2023-07-06 15:57:58- 3-2023-07-06 15:57:58, 3,2023-07-06 15:57:58+ 3+2023-07-06 15:57:58* 3*2023-07-06 15:57:58) 3)2023-07-06 15:57:58( 3(2023-07-06 15:57:57' 3'2023-07-06 15:57:57& 3&2023-07-06 15:57:57% 3%2023-07-06 15:57:57$ 3$2023-07-06 15:57:57# 3#2023-07-06 15:57:57" 3"2023-07-06 15:57:57! 3!2023-07-06 15:57:57  3 2023-07-06 15:57:57 32023-07-06 15:57:57 32023-07-06 15:57:57 32023-07-06 15:57:57 32023-07-06 15:57:57 32023-07-06 15:57:57 32023-07-06 15:57:57 32023-07-06 15:57:57 32023-07-06 15:57:57 32023-07-06 15:57:57 32023-07-06 15:57:57 32023-07-06 15:57:57 32023-07-06 15:57:57 32023-07-06 15:57:57 32023-07-06 15:57:57 32023-07-06 15:57:57 32023-07-06 15:57:56 32023-07-06 15:57:56 32023-07-06 15:57:56  3 2023-07-06 15:57:56  3 2023-07-06 15:57:56  3 2023-07-06 15:57:56  3 2023-07-06 15:57:56  3 2023-07-06 15:57:56 32023-07-06 15:57:56 32023-07-06 15:57:56 32023-07-06 15:57:56 32023-07-06 15:57:56 32023-07-06 15:57:56 32023-07-06 15:57:56 32023-07-06 15:57:56 32023-07-06 15:57:56 32023-07-06 15:57:56 32023-07-06 15:57:56~ 32023-07-06 15:57:56} 32023-07-06 15:57:56| 32023-07-06 15:57:56{ 32023-07-06 15:57:56z 32023-07-06 15:57:56y 32023-07-06 15:57:56x 32023-07-06 15:57:56w 32023-07-06 15:57:56v 32023-07-06 15:57:56u 32023-07-06 15:57:56t 32023-07-06 15:57:56s 32023-07-06 15:57:56r 32023-07-06 15:57:56q 32023-07-06 15:57:56p 32023-07-06 15:57:56o 32023-07-06 15:57:56n 32023-07-06 15:57:56m 32023-07-06 15:57:56l 32023-07-06 15:57:56k 32023-07-06 15:57:56j 32023-07-06 15:57:56i 32023-07-06 15:57:56h 32023-07-06 15:57:56g 32023-07-06 15:57:56f 32023-07-06 15:57:56e 32023-07-06 15:57:56d 32023-07-06 15:57:56c 32023-07-06 15:57:56b 32023-07-06 15:57:56a 32023-07-06 15:57:56` 32023-07-06 15:57:56_ 32023-07-06 15:57:56^ 32023-07-06 15:57:56] 32023-07-06 15:57:56\ 32023-07-06 15:57:56[ 32023-07-06 15:57:56Z 32023-07-06 15:57:56Y 32023-07-06 15:57:55X 32023-07-06 15:57:55W 32023-07-06 15:57:55V 32023-07-06 15:57:55U 32023-07-06 15:57:55T 32023-07-06 15:57:55S 32023-07-06 15:57:55R 32023-07-06 15:57:55Q 32023-07-06 15:57:55  ; di6Q^ 3M I]2023-07-06 15:57:56obravoobravo@vdm.btlconsultants.com.mxobravoBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:03:46.9607eb7a-dce2-5d1e-1268-2a82c759040e.obravo@vdm.btlconsultants.com.mx N:obravo;;;; FN:obravo EMAIL;TYPE=INTERNET;TYPE=INTERNET:obravo@vdm.btlconsultants.com.mx END:VCARD obravo obravo@vdm.btlconsultants.com.mxZ] 3O Qa2023-07-06 15:57:56jfloresjflores@bcl.btlconsultants.com.mxjfloresBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:02:44.1d6ac46f-f5b7-72d4-86bf-466155d7e401.jflores@bcl.btlconsultants.com.mx N:jflores;;;; FN:jflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:jflores@bcl.btlconsultants.com.mx END:VCARD jflores jflores@bcl.btlconsultants.com.mx|\ 3#W #qm2023-07-06 15:57:56evalenzuelaevalenzuela@son.btlconsultants.com.mxevalenzuelaBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:02:15.5e838574-378b-1b99-e724-9c1aacc2ef51.evalenzuela@son.btlconsultants.com.mx N:evalenzuela;;;; FN:evalenzuela EMAIL;TYPE=INTERNET;TYPE=INTERNET:evalenzuela@son.btlconsultants.com.mx END:VCARD evalenzula evalenzula@son.btlconsultants.com.mxH[ 3K AY2023-07-06 15:57:56emoraemora@col.btlconsultants.com.mxemoraBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:01:36.3a45e051-ae79-ae0f-a6ca-b3d802e250b8.emora@col.btlconsultants.com.mx N:emora;;;; FN:emora EMAIL;TYPE=INTERNET;TYPE=INTERNET:emora@col.btlconsultants.com.mx END:VCARD emora emora@col.btlconsultants.com.mxcZ 3Q Ye2023-07-06 15:57:55bpachecobpacheco@mty.btlconsultants.com.mxbpachecoBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:00:56.51f3b611-0862-df20-d602-c3a0c32ef670.bpacheco@mty.btlconsultants.com.mx N:bpacheco;;;; FN:bpacheco EMAIL;TYPE=INTERNET;TYPE=INTERNET:bpacheco@mty.btlconsultants.com.mx END:VCARD bpacheco bpacheco@mty.btlconsultants.com.mx~Y 3#W #qq2023-07-06 15:57:55ebarrientosebarrientos@tam.btlconsultants.com.mxebarrientosBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:00:28.eaed8959-f67e-96d2-b0d6-c4ef50d11c28.ebarrientos@tam.btlconsultants.com.mx N:ebarrientos;;;; FN:ebarrientos EMAIL;TYPE=INTERNET;TYPE=INTERNET:ebarrientos@tam.btlconsultants.com.mx END:VCARD ebarrientos ebarrientos@tam.btlconsultants.com.mxuX 3!U !im2023-07-06 15:57:55mfortunatomfortunato@mty.btlconsultants.com.mxmfortunatoBEGIN:VCARD VERSION:3.0 UID:2021-10-2220:59:58.5912b5bb-7c0a-7d98-32d4-cf65cef94700.mfortunato@mty.btlconsultants.com.mx N:mfortunato;;;; FN:mfortunato EMAIL;TYPE=INTERNET;TYPE=INTERNET:mfortunato@mty.btlconsultants.com.mx END:VCARD mfortunato mfortunato@mty.btlconsultants.com.mxcW 3Q Ye2023-07-06 15:57:55msaucedomsaucedo@mty.btlconsultants.com.mxmsaucedoBEGIN:VCARD VERSION:3.0 UID:2021-10-2220:59:28.92a86867-2607-e2b6-9574-3628ac42beb2.msaucedo@mty.btlconsultants.com.mx N:msaucedo;;;; FN:msaucedo EMAIL;TYPE=INTERNET;TYPE=INTERNET:msaucedo@mty.btlconsultants.com.mx END:VCARD msaucedo msaucedo@mty.btlconsultants.com.mxlV 3S ai2023-07-06 15:57:55japariciojaparicio@vdm.btlconsultants.com.mxjaparicioBEGIN:VCARD VERSION:3.0 UID:2021-10-1914:22:16.a38bb288-1726-c37c-7f41-3333fdab1af1.japaricio@vdm.btlconsultants.com.mx N:japaricio;;;; FN:japaricio EMAIL;TYPE=INTERNET;TYPE=INTERNET:japaricio@vdm.btlconsultants.com.mx END:VCARD japaricio japaricio@vdm.btlconsultants.com.mxlU 3S ai2023-07-06 15:57:55lmartinezlmartinez@vdm.btlconsultants.com.mxlmartinezBEGIN:VCARD VERSION:3.0 UID:2021-10-1914:11:02.ecb55e57-ead9-8785-2c74-457832f69506.lmartinez@vdm.btlconsultants.com.mx N:lmartinez;;;; FN:lmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lmartinez@vdm.btlconsultants.com.mx END:VCARD lmartinez lmartinez@vdm.btlconsultants.com.mxQT 3M I]2023-07-06 15:57:55l.cruzl.cruz@vdm.btlconsultants.com.mxl.cruzBEGIN:VCARD VERSION:3.0 UID:2021-10-1914:10:27.e61da39f-814c-5f36-7f96-1dd94dd139cc.l.cruz@vdm.btlconsultants.com.mx N:l.cruz;;;; FN:l.cruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:l.cruz@vdm.btlconsultants.com.mx END:VCARD l.cruz l.cruz@vdm.btlconsultants.com.mx 7  9k$7yi 3!W !mo2023-07-06 15:57:56fhernandezfhernandez@qroo.btlconsultants.com.mxfhernandezBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:09:33.48a318d8-10e9-7686-22c9-4e87858b1308.fhernandez@qroo.btlconsultants.com.mx N:fhernandez;;;; FN:fhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:fhernandez@qroo.btlconsultants.com.mx END:VCARD fhernandez fhernandez@qroo.btlconsultants.com.mxlh 3S ai2023-07-06 15:57:56d.aguirred.aguirre@vdm.btlconsultants.com.mxd.aguirreBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:09:05.3d582006-15f7-84ff-d009-3b34722fc48d.d.aguirre@vdm.btlconsultants.com.mx N:d.aguirre;;;; FN:d.aguirre EMAIL;TYPE=INTERNET;TYPE=INTERNET:d.aguirre@vdm.btlconsultants.com.mx END:VCARD d.aguirre d.aguirre@vdm.btlconsultants.com.mxug 3!U !im2023-07-06 15:57:56l.ortigosal.ortigosa@vdm.btlconsultants.com.mxl.ortigosaBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:08:31.984b3e85-bbc0-bb33-1b33-dff0dd5b7a4a.l.ortigosa@vdm.btlconsultants.com.mx N:l.ortigosa;;;; FN:l.ortigosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:l.ortigosa@vdm.btlconsultants.com.mx END:VCARD l.ortigosa l.ortigosa@vdm.btlconsultants.com.mxZf 3O Qa2023-07-06 15:57:56c.cobosc.cobos@tam.btlconsultants.com.mxc.cobosBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:07:54.6fa7a9fd-aeb1-58e2-afa8-1f527e8b5ddc.c.cobos@tam.btlconsultants.com.mx N:c.cobos;;;; FN:c.cobos EMAIL;TYPE=INTERNET;TYPE=INTERNET:c.cobos@tam.btlconsultants.com.mx END:VCARD c.cobos c.cobos@tam.btlconsultants.com.mxle 3S ai2023-07-06 15:57:56jmartinezjmartinez@vdm.btlconsultants.com.mxjmartinezBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:07:24.74094aec-5e45-0c25-4dca-f0849584088a.jmartinez@vdm.btlconsultants.com.mx N:jmartinez;;;; FN:jmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmartinez@vdm.btlconsultants.com.mx END:VCARD jmartinez jmartinez@vdm.btlconsultants.com.mxud 3!U !im2023-07-06 15:57:56jcontrerasjcontreras@vdm.btlconsultants.com.mxjcontrerasBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:06:59.b48996bf-b899-65bd-7765-53b73ed0e366.jcontreras@vdm.btlconsultants.com.mx N:jcontreras;;;; FN:jcontreras EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcontreras@vdm.btlconsultants.com.mx END:VCARD jcontreras jcontreras@vdm.btlconsultants.com.mxQc 3M I]2023-07-06 15:57:56aperezaperez@vdm.btlconsultants.com.mxaperezBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:06:33.8ae18e70-27d6-697a-ccb7-940eb1fc3ac2.aperez@vdm.btlconsultants.com.mx N:aperez;;;; FN:aperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:aperez@vdm.btlconsultants.com.mx END:VCARD aperez aperez@vdm.btlconsultants.com.mxub 3!U !im2023-07-06 15:57:56d.martinezd.martinez@vdm.btlconsultants.com.mxd.martinezBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:06:07.b0427f32-8927-ba0b-672c-6bd9620c15fc.d.martinez@vdm.btlconsultants.com.mx N:d.martinez;;;; FN:d.martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:d.martinez@vdm.btlconsultants.com.mx END:VCARD d.martinez d.martinez@vdm.btlconsultants.com.mxZa 3O Qa2023-07-06 15:57:56agarciaagarcia@vdm.btlconsultants.com.mxagarciaBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:05:34.6866246e-2331-1973-83a0-3a07455db582.agarcia@vdm.btlconsultants.com.mx N:agarcia;;;; FN:agarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:agarcia@vdm.btlconsultants.com.mx END:VCARD agarcia agarcia@vdm.btlconsultants.com.mx` 3%Y %yq2023-07-06 15:57:56nmirafuentesnmirafuentes@vdm.btlconsultants.com.mxnmirafuentesBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:05:03.df22bf52-6a53-422d-f1cb-0dc35bde1cfd.nmirafuentes@vdm.btlconsultants.com.mx N:nmirafuentes;;;; FN:nmirafuentes EMAIL;TYPE=INTERNET;TYPE=INTERNET:nmirafuentes@vdm.btlconsultants.com.mx END:VCARD nmirafuntes nmirafuntes@vdm.btlconsultants.com.mxc_ 3Q Ye2023-07-06 15:57:56daguirredaguirre@vdm.btlconsultants.com.mxdaguirreBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:04:15.b7fabd58-7b3b-4b94-d690-443b02578c26.daguirre@vdm.btlconsultants.com.mx N:daguirre;;;; FN:daguirre EMAIL;TYPE=INTERNET;TYPE=INTERNET:daguirre@vdm.btlconsultants.com.mx END:VCARD daguirre daguirre@vdm.btlconsultants.com.mx exph`XPH@80( xph`XPH@80(  x p h ` X P H @ 8 0 (    0 (    x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    xph`XPH@80( xph`XPH@80( xph`XPH@80( xph`XPH@80(  x p h ` X P H @ 8 0 (    x p h ` X P H @ 8xph`XPH@80( xph`XPH@~~}}||{{zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMMLLKKJJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!            ~~}}||{{zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMM  V &o;nt 3#O #ai2023-07-06 15:57:56ja.gonzalezja.gonzalez@btlconsultants.com.mxja.gonzalezBEGIN:VCARD VERSION:3.0 UID:2021-10-2222:12:49.bf6ee2fd-7641-8c35-9ff0-81ae4206f5af.ja.gonzalez@btlconsultants.com.mx N:ja.gonzalez;;;; FN:ja.gonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ja.gonzalez@btlconsultants.com.mx END:VCARD ja.gonzalez ja.gonzalez@btlconsultants.com.mx^s 3Q Uc2023-07-06 15:57:56afloresaflores@mich.btlconsultants.com.mxafloresBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:14:49.bfa1a3fd-bf7a-fd52-0222-319dab80fc2a.aflores@mich.btlconsultants.com.mx N:aflores;;;; FN:aflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:aflores@mich.btlconsultants.com.mx END:VCARD aflores aflores@mich.btlconsultants.com.mxpr 3U ek2023-07-06 15:57:56jmartinezjmartinez@coah.btlconsultants.com.mxjmartinezBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:14:24.ba6c42a9-cdba-b90d-be90-24a3dc343fea.jmartinez@coah.btlconsultants.com.mx N:jmartinez;;;; FN:jmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmartinez@coah.btlconsultants.com.mx END:VCARD jmartinez jmartinez@coah.btlconsultants.com.mxZq 3O Qa2023-07-06 15:57:56mgarciamgarcia@nay.btlconsultants.com.mxmgarciaBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:13:58.bee57d64-6bfa-d6cc-9eb5-512fb21fcfac.mgarcia@nay.btlconsultants.com.mx N:mgarcia;;;; FN:mgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgarcia@nay.btlconsultants.com.mx END:VCARD mgarcia mgarcia@nay.btlconsultants.com.mxgp 3S ]g2023-07-06 15:57:56dsanchezdsanchez@tlax.btlconsultants.com.mxdsanchezBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:13:31.4c3f8cbe-909f-2dbc-c936-29aba581d726.dsanchez@tlax.btlconsultants.com.mx N:dsanchez;;;; FN:dsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dsanchez@tlax.btlconsultants.com.mx END:VCARD dsanchez dsanchez@tlax.btlconsultants.com.mxHo 3K AY2023-07-06 15:57:56mcaromcaro@gdl.btlconsultants.com.mxmcaroBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:13:03.34de9038-3315-0cc5-4a37-ab8689f0bc05.mcaro@gdl.btlconsultants.com.mx N:mcaro;;;; FN:mcaro EMAIL;TYPE=INTERNET;TYPE=INTERNET:mcaro@gdl.btlconsultants.com.mx END:VCARD mcaro mcaro@gdl.btlconsultants.com.mxZn 3O Qa2023-07-06 15:57:56jgarciajgarcia@col.btlconsultants.com.mxjgarciaBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:12:35.e73df21d-eb39-7aaf-faa7-9e101e38d8f2.jgarcia@col.btlconsultants.com.mx N:jgarcia;;;; FN:jgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgarcia@col.btlconsultants.com.mx END:VCARD jgarcia jgarcia@col.btlconsultants.com.mxpm 3U ek2023-07-06 15:57:56mgonzalezmgonzalez@mich.btlconsultants.com.mxmgonzalezBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:12:13.bfffc9b1-a484-da97-1052-ade655d3f170.mgonzalez@mich.btlconsultants.com.mx N:mgonzalez;;;; FN:mgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgonzalez@mich.btlconsultants.com.mx END:VCARD mgonzalez mgonzalez@mich.btlconsultants.com.mxZl 3O Qa2023-07-06 15:57:56sdelriosdelrio@vdm.btlconsultants.com.mxsdelrioBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:11:47.b2d20a05-d8bb-4a02-05e8-f6ea8f0e89d9.sdelrio@vdm.btlconsultants.com.mx N:sdelrio;;;; FN:sdelrio EMAIL;TYPE=INTERNET;TYPE=INTERNET:sdelrio@vdm.btlconsultants.com.mx END:VCARD sdelrio sdelrio@vdm.btlconsultants.com.mxQk 3M I]2023-07-06 15:57:56clopezclopez@tam.btlconsultants.com.mxclopezBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:10:50.668dedff-402b-3ccb-f854-7ad22f94bfe9.clopez@tam.btlconsultants.com.mx N:clopez;;;; FN:clopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:clopez@tam.btlconsultants.com.mx END:VCARD clopez clopez@tam.btlconsultants.com.mxQj 3M I]2023-07-06 15:57:56lpradolprado@gdl.btlconsultants.com.mxlpradoBEGIN:VCARD VERSION:3.0 UID:2021-10-2221:10:10.b37b9ca8-02ae-5ee0-a0db-9be671a5793e.lprado@gdl.btlconsultants.com.mx N:lprado;;;; FN:lprado EMAIL;TYPE=INTERNET;TYPE=INTERNET:lprado@gdl.btlconsultants.com.mx END:VCARD lprado lprado@gdl.btlconsultants.com.mx  2 v !\si 3S ac2023-07-06 15:57:56c.vazquezc.vazquez@pue.btlconsultants.com.mxc.vazquezBEGIN:VCARD VERSION:3.0 UID:2021-10-2716:34:13.ff7b68f9-16da-1805-ee9f-9664f01f10b8.c.vazquez@pue.btlconsultants.com.mx N:c.vazquez;;;; FN:c.vazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:c.vazquez@pue.btlconsultants.com.mx END:VCARD c.vazquz c.vazquz@pu.btlconsultants.com.mxZ~ 3O Qa2023-07-06 15:57:56sdevorasdevora@zac.btlconsultants.com.mxsdevoraBEGIN:VCARD VERSION:3.0 UID:2021-10-2716:33:33.80ab3046-7c97-4b36-d4eb-b8046177cbd1.sdevora@zac.btlconsultants.com.mx N:sdevora;;;; FN:sdevora EMAIL;TYPE=INTERNET;TYPE=INTERNET:sdevora@zac.btlconsultants.com.mx END:VCARD sdevora sdevora@zac.btlconsultants.com.mxc} 3Q Ye2023-07-06 15:57:56acamachoacamacho@sin.btlconsultants.com.mxacamachoBEGIN:VCARD VERSION:3.0 UID:2021-10-2716:33:01.a4f0e39d-26c6-6723-c482-371aac3da6b3.acamacho@sin.btlconsultants.com.mx N:acamacho;;;; FN:acamacho EMAIL;TYPE=INTERNET;TYPE=INTERNET:acamacho@sin.btlconsultants.com.mx END:VCARD acamacho acamacho@sin.btlconsultants.com.mx~| 3#W #qq2023-07-06 15:57:56m.gutierrezm.gutierrez@vdm.btlconsultants.com.mxm.gutierrezBEGIN:VCARD VERSION:3.0 UID:2021-10-2716:32:32.c71b6724-795e-a2c4-be1c-634b81a07fb2.m.gutierrez@vdm.btlconsultants.com.mx N:m.gutierrez;;;; FN:m.gutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.gutierrez@vdm.btlconsultants.com.mx END:VCARD m.gutierrez m.gutierrez@vdm.btlconsultants.com.mxc{ 3Q Ye2023-07-06 15:57:56jvallejojvallejo@mor.btlconsultants.com.mxjvallejoBEGIN:VCARD VERSION:3.0 UID:2021-10-2716:31:39.f0634683-3421-3d87-b762-7734eee08dee.jvallejo@mor.btlconsultants.com.mx N:jvallejo;;;; FN:jvallejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvallejo@mor.btlconsultants.com.mx END:VCARD jvallejo jvallejo@mor.btlconsultants.com.mxZz 3O Qa2023-07-06 15:57:56jmedinajmedina@mer.btlconsultants.com.mxjmedinaBEGIN:VCARD VERSION:3.0 UID:2021-10-2716:31:06.f7d927d2-2116-d557-2313-ebcb69d9b214.jmedina@mer.btlconsultants.com.mx N:jmedina;;;; FN:jmedina EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmedina@mer.btlconsultants.com.mx END:VCARD jmedina jmedina@mer.btlconsultants.com.mxQy 3M I]2023-07-06 15:57:56iponceiponce@gto.btlconsultants.com.mxiponceBEGIN:VCARD VERSION:3.0 UID:2021-10-2716:30:15.fb9fc988-66f2-d2e4-f0ec-cb21cdb7fa62.iponce@gto.btlconsultants.com.mx N:iponce;;;; FN:iponce EMAIL;TYPE=INTERNET;TYPE=INTERNET:iponce@gto.btlconsultants.com.mx END:VCARD iponce iponce@gto.btlconsultants.com.mxZx 3O Qa2023-07-06 15:57:56corozcocorozco@vdm.btlconsultants.com.mxcorozcoBEGIN:VCARD VERSION:3.0 UID:2021-10-2716:29:47.311e86e1-5bca-98b3-7c1a-d8635f919889.corozco@vdm.btlconsultants.com.mx N:corozco;;;; FN:corozco EMAIL;TYPE=INTERNET;TYPE=INTERNET:corozco@vdm.btlconsultants.com.mx END:VCARD corozco corozco@vdm.btlconsultants.com.mxZw 3O Qa2023-07-06 15:57:56iurbanoiurbano@vdm.btlconsultants.com.mxiurbanoBEGIN:VCARD VERSION:3.0 UID:2021-10-2715:28:35.be4f3f64-5f41-760d-b705-c704f32fe638.iurbano@vdm.btlconsultants.com.mx N:iurbano;;;; FN:iurbano EMAIL;TYPE=INTERNET;TYPE=INTERNET:iurbano@vdm.btlconsultants.com.mx END:VCARD iurbano iurbano@vdm.btlconsultants.com.mxZv 3O Qa2023-07-06 15:57:56mlezamamlezama@vdm.btlconsultants.com.mxmlezamaBEGIN:VCARD VERSION:3.0 UID:2021-10-2715:28:01.1f4cd37a-1b31-8fa0-2b06-2b797e2a220d.mlezama@vdm.btlconsultants.com.mx N:mlezama;;;; FN:mlezama EMAIL;TYPE=INTERNET;TYPE=INTERNET:mlezama@vdm.btlconsultants.com.mx END:VCARD mlezama mlezama@vdm.btlconsultants.com.mxlu 3S ai2023-07-06 15:57:56asamperioasamperio@vdm.btlconsultants.com.mxasamperioBEGIN:VCARD VERSION:3.0 UID:2021-10-2616:31:58.d43312f8-3c61-ebc8-7877-8dbcd0d7e579.asamperio@vdm.btlconsultants.com.mx N:asamperio;;;; FN:asamperio EMAIL;TYPE=INTERNET;TYPE=INTERNET:asamperio@vdm.btlconsultants.com.mx END:VCARD asamperio asamperio@vdm.btlconsultants.com.mx  3 SUc 3Q Ye2023-07-06 15:57:56eestradaeestrada@vdm.btlconsultants.com.mxeestradaBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:28:07.14a72208-d424-d5bf-89d2-59b384391738.eestrada@vdm.btlconsultants.com.mx N:eestrada;;;; FN:eestrada EMAIL;TYPE=INTERNET;TYPE=INTERNET:eestrada@vdm.btlconsultants.com.mx END:VCARD eestrada eestrada@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:56csoliscsolis@vdm.btlconsultants.com.mxcsolisBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:23:50.efe09c29-7d13-ce27-f381-c5bbda5cedf7.csolis@vdm.btlconsultants.com.mx N:csolis;;;; FN:csolis EMAIL;TYPE=INTERNET;TYPE=INTERNET:csolis@vdm.btlconsultants.com.mx END:VCARD csolis csolis@vdm.btlconsultants.com.mxH 3K AY2023-07-06 15:57:56ldiazldiaz@vdm.btlconsultants.com.mxldiazBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:21:43.a4bedb43-cbe0-0d75-9bea-eec33cb6aef6.ldiaz@vdm.btlconsultants.com.mx N:ldiaz;;;; FN:ldiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:ldiaz@vdm.btlconsultants.com.mx END:VCARD ldiaz ldiaz@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:56jugaldejugalde@bcn.btlconsultants.com.mxjugaldeBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:19:42.2048622e-62c5-eeb0-409c-b4f3489d367d.jugalde@bcn.btlconsultants.com.mx N:jugalde;;;; FN:jugalde EMAIL;TYPE=INTERNET;TYPE=INTERNET:jugalde@bcn.btlconsultants.com.mx END:VCARD jugalde jugalde@bcn.btlconsultants.com.mx 3#Y #uo2023-07-06 15:57:56aescontriasaescontrias@chih.btlconsultants.com.mxaescontriasBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:18:45.e7ee9e00-2a62-6a75-e524-4c07f13b8cc8.aescontrias@chih.btlconsultants.com.mx N:aescontrias;;;; FN:aescontrias EMAIL;TYPE=INTERNET;TYPE=INTERNET:aescontrias@chih.btlconsultants.com.mx END:VCARD ascontrias ascontrias@chih.btlconsultants.com.mxl 3S ai2023-07-06 15:57:56esaavedraesaavedra@vdm.btlconsultants.com.mxesaavedraBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:17:58.0d4687fe-1157-119b-6b32-140cfc223c67.esaavedra@vdm.btlconsultants.com.mx N:esaavedra;;;; FN:esaavedra EMAIL;TYPE=INTERNET;TYPE=INTERNET:esaavedra@vdm.btlconsultants.com.mx END:VCARD esaavedra esaavedra@vdm.btlconsultants.com.mx\ 3K Qa2023-07-06 15:57:56egonzalezegonzalez@btlconsultants.com.mxegonzalezBEGIN:VCARD VERSION:3.0 UID:2021-11-0318:04:44.5814794b-b88c-c98e-225a-8e48ce2485f9.egonzalez@btlconsultants.com.mx N:egonzalez;;;; FN:egonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:egonzalez@btlconsultants.com.mx END:VCARD egonzalez egonzalez@btlconsultants.com.mxu 3!U !im2023-07-06 15:57:56ghernandezghernandez@tam.btlconsultants.com.mxghernandezBEGIN:VCARD VERSION:3.0 UID:2021-10-2716:37:18.a6cde1ae-30fd-12e2-97dd-7b1bae1d2e39.ghernandez@tam.btlconsultants.com.mx N:ghernandez;;;; FN:ghernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ghernandez@tam.btlconsultants.com.mx END:VCARD ghernandez ghernandez@tam.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:56osanchezosanchez@gto.btlconsultants.com.mxosanchezBEGIN:VCARD VERSION:3.0 UID:2021-10-2716:36:38.31dc5ae2-95a0-6d64-cf76-95f72a796c08.osanchez@gto.btlconsultants.com.mx N:osanchez;;;; FN:osanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:osanchez@gto.btlconsultants.com.mx END:VCARD osanchez osanchez@gto.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:56kamarokamaro@ver.btlconsultants.com.mxkamaroBEGIN:VCARD VERSION:3.0 UID:2021-10-2716:36:06.3261da33-33c3-43c6-70f2-f0e0077a50ca.kamaro@ver.btlconsultants.com.mx N:kamaro;;;; FN:kamaro EMAIL;TYPE=INTERNET;TYPE=INTERNET:kamaro@ver.btlconsultants.com.mx END:VCARD kamaro kamaro@ver.btlconsultants.com.mxt 3!U !ik2023-07-06 15:57:56nhernandeznhernandez@pue.btlconsultants.com.mxnhernandezBEGIN:VCARD VERSION:3.0 UID:2021-10-2716:34:47.cb8f4085-a373-cf94-eea1-cccd8df9a0ae.nhernandez@pue.btlconsultants.com.mx N:nhernandez;;;; FN:nhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:nhernandez@pue.btlconsultants.com.mx END:VCARD nhernandez nhernandez@pu.btlconsultants.com.mx  N9Ul 3S ai2023-07-06 15:57:57jsaavedrajsaavedra@mty.btlconsultants.com.mxjsaavedraBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:38:32.fc187ee2-65c5-0369-9015-6e953ee7d4e5.jsaavedra@mty.btlconsultants.com.mx N:jsaavedra;;;; FN:jsaavedra EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsaavedra@mty.btlconsultants.com.mx END:VCARD jsaavedra jsaavedra@mty.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:57aalonsoaalonso@gdl.btlconsultants.com.mxaalonsoBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:37:59.62e28889-29be-23a5-acd2-b590d329f037.aalonso@gdl.btlconsultants.com.mx N:aalonso;;;; FN:aalonso EMAIL;TYPE=INTERNET;TYPE=INTERNET:aalonso@gdl.btlconsultants.com.mx END:VCARD aalonso aalonso@gdl.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:57nserranonserrano@vdm.btlconsultants.com.mxnserranoBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:37:19.393def44-6216-6e59-9f28-4cd4f63a99ea.nserrano@vdm.btlconsultants.com.mx N:nserrano;;;; FN:nserrano EMAIL;TYPE=INTERNET;TYPE=INTERNET:nserrano@vdm.btlconsultants.com.mx END:VCARD nserrano nserrano@vdm.btlconsultants.com.mxy 3!W !mo2023-07-06 15:57:57khernandezkhernandez@vera.btlconsultants.com.mxkhernandezBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:36:41.38aa623d-63c2-249d-f36d-384fbf73d23e.khernandez@vera.btlconsultants.com.mx N:khernandez;;;; FN:khernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:khernandez@vera.btlconsultants.com.mx END:VCARD khernandez khernandez@vera.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:56vjimenezvjimenez@oax.btlconsultants.com.mxvjimenezBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:35:12.41160dc0-100a-2eb8-58ae-7cb8c9536201.vjimenez@oax.btlconsultants.com.mx N:vjimenez;;;; FN:vjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vjimenez@oax.btlconsultants.com.mx END:VCARD vjimenez vjimenez@oax.btlconsultants.com.mxH 3K AY2023-07-06 15:57:56fmazafmaza@tux.btlconsultants.com.mxfmazaBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:34:38.b871be92-abeb-50ee-950e-873656bac39f.fmaza@tux.btlconsultants.com.mx N:fmaza;;;; FN:fmaza EMAIL;TYPE=INTERNET;TYPE=INTERNET:fmaza@tux.btlconsultants.com.mx END:VCARD fmaza fmaza@tux.btlconsultants.com.mx^ 3Q Uc2023-07-06 15:57:56jparraljparral@vera.btlconsultants.com.mxjparralBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:33:53.66295b39-a7d9-452f-955d-fafce98bdf0e.jparral@vera.btlconsultants.com.mx N:jparral;;;; FN:jparral EMAIL;TYPE=INTERNET;TYPE=INTERNET:jparral@vera.btlconsultants.com.mx END:VCARD jparral jparral@vera.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:56froblesfrobles@gdl.btlconsultants.com.mxfroblesBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:33:21.b07f235c-e1e2-9286-c41b-2031a5186da7.frobles@gdl.btlconsultants.com.mx N:frobles;;;; FN:frobles EMAIL;TYPE=INTERNET;TYPE=INTERNET:frobles@gdl.btlconsultants.com.mx END:VCARD frobles frobles@gdl.btlconsultants.com.mxp 3U ek2023-07-06 15:57:56rcoloradorcolorado@vera.btlconsultants.com.mxrcoloradoBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:31:12.a62a2a9c-f7e9-1994-11ad-a1b9cd569e0f.rcolorado@vera.btlconsultants.com.mx N:rcolorado;;;; FN:rcolorado EMAIL;TYPE=INTERNET;TYPE=INTERNET:rcolorado@vera.btlconsultants.com.mx END:VCARD rcolorado rcolorado@vera.btlconsultants.com.mxl 3S ai2023-07-06 15:57:56jbautistajbautista@mty.btlconsultants.com.mxjbautistaBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:30:02.205b80ad-ebe1-8213-f7f8-cc915f3819d0.jbautista@mty.btlconsultants.com.mx N:jbautista;;;; FN:jbautista EMAIL;TYPE=INTERNET;TYPE=INTERNET:jbautista@mty.btlconsultants.com.mx END:VCARD jbautista jbautista@mty.btlconsultants.com.mxl 3S ai2023-07-06 15:57:56rdelacruzrdelacruz@hgo.btlconsultants.com.mxrdelacruzBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:28:48.3c63e0eb-18c4-cd5f-d3e5-eef3d52120a7.rdelacruz@hgo.btlconsultants.com.mx N:rdelacruz;;;; FN:rdelacruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:rdelacruz@hgo.btlconsultants.com.mx END:VCARD rdelacruz rdelacruz@hgo.btlconsultants.com.mx  [lF 3K AU2023-07-06 15:57:57abaezabaez@vdm.btlconsultants.com.mxabaezBEGIN:VCARD VERSION:3.0 UID:2021-11-0816:09:41.bb3005b8-09e3-6c60-31e6-8b46e1f4e29e.abaez@vdm.btlconsultants.com.mx N:abaez;;;; FN:abaez EMAIL;TYPE=INTERNET;TYPE=INTERNET:abaez@vdm.btlconsultants.com.mx END:VCARD abaz abaz@vdm.btlconsultants.com.mx| 3#W #qm2023-07-06 15:57:57mvillanuevamvillanueva@son.btlconsultants.com.mxmvillanuevaBEGIN:VCARD VERSION:3.0 UID:2021-11-0816:08:11.cfd1a495-3c32-0af3-9342-31bcdd624d8e.mvillanueva@son.btlconsultants.com.mx N:mvillanueva;;;; FN:mvillanueva EMAIL;TYPE=INTERNET;TYPE=INTERNET:mvillanueva@son.btlconsultants.com.mx END:VCARD mvillanuva mvillanuva@son.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:57vgaleanavgaleana@son.btlconsultants.com.mxvgaleanaBEGIN:VCARD VERSION:3.0 UID:2021-11-0816:07:37.838cabe8-f87a-0940-a9dd-8df4a6b86a37.vgaleana@son.btlconsultants.com.mx N:vgaleana;;;; FN:vgaleana EMAIL;TYPE=INTERNET;TYPE=INTERNET:vgaleana@son.btlconsultants.com.mx END:VCARD vgaleana vgaleana@son.btlconsultants.com.mxH 3K AY2023-07-06 15:57:57jpooljpool@mer.btlconsultants.com.mxjpoolBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:44:44.a5a51339-092d-70b8-cf26-4abaf7f9ebe7.jpool@mer.btlconsultants.com.mx N:jpool;;;; FN:jpool EMAIL;TYPE=INTERNET;TYPE=INTERNET:jpool@mer.btlconsultants.com.mx END:VCARD jpool jpool@mer.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:57speraltasperalta@qro.btlconsultants.com.mxsperaltaBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:43:57.af5640c6-fcc3-1a3e-f347-9d20478b0e0d.speralta@qro.btlconsultants.com.mx N:speralta;;;; FN:speralta EMAIL;TYPE=INTERNET;TYPE=INTERNET:speralta@qro.btlconsultants.com.mx END:VCARD speralta speralta@qro.btlconsultants.com.mxQ 3M I]2023-07-06 15:57:57sgomezsgomez@ags.btlconsultants.com.mxsgomezBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:43:17.8842e238-da88-951b-502f-2a3a97515641.sgomez@ags.btlconsultants.com.mx N:sgomez;;;; FN:sgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:sgomez@ags.btlconsultants.com.mx END:VCARD sgomez sgomez@ags.btlconsultants.com.mx| 3#W #qm2023-07-06 15:57:57j.rodriguezj.rodriguez@vdm.btlconsultants.com.mxj.rodriguezBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:42:47.11ae2ffb-2b28-59f1-90d4-f8931de1fe2f.j.rodriguez@vdm.btlconsultants.com.mx N:j.rodriguez;;;; FN:j.rodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.rodriguez@vdm.btlconsultants.com.mx END:VCARD j.rodriguz j.rodriguz@vdm.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:57pcastanedapcastaneda@sin.btlconsultants.com.mxpcastanedaBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:42:06.ac889625-7168-ce6e-9e2c-adc61c66c5d8.pcastaneda@sin.btlconsultants.com.mx N:pcastaneda;;;; FN:pcastaneda EMAIL;TYPE=INTERNET;TYPE=INTERNET:pcastaneda@sin.btlconsultants.com.mx END:VCARD pcastaneda pcastaneda@sin.btlconsultants.com.mxH 3K AY2023-07-06 15:57:57nalvanalva@gdl.btlconsultants.com.mxnalvaBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:41:02.1e4a66a2-4ca7-1aff-f86a-1e42a799ad4b.nalva@gdl.btlconsultants.com.mx N:nalva;;;; FN:nalva EMAIL;TYPE=INTERNET;TYPE=INTERNET:nalva@gdl.btlconsultants.com.mx END:VCARD nalva nalva@gdl.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:57jalvarezjalvarez@tux.btlconsultants.com.mxjalvarezBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:40:12.62bb89ab-ea51-0c53-609f-c4ae5c41f327.jalvarez@tux.btlconsultants.com.mx N:jalvarez;;;; FN:jalvarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jalvarez@tux.btlconsultants.com.mx END:VCARD jalvarez jalvarez@tux.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:57j.saavedraj.saavedra@gto.btlconsultants.com.mxj.saavedraBEGIN:VCARD VERSION:3.0 UID:2021-11-0323:39:29.c3ed15eb-f9b3-ce41-86ff-4bdc7e33ee80.j.saavedra@gto.btlconsultants.com.mx N:j.saavedra;;;; FN:j.saavedra EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.saavedra@gto.btlconsultants.com.mx END:VCARD j.saavedra j.saavedra@gto.btlconsultants.com.mx  ) K:nl+ 3S ai2023-07-06 15:57:58bgallegosbgallegos@gdl.btlconsultants.com.mxbgallegosBEGIN:VCARD VERSION:3.0 UID:2021-11-0818:59:18.de579799-cf73-c94c-ce23-5044c29e1160.bgallegos@gdl.btlconsultants.com.mx N:bgallegos;;;; FN:bgallegos EMAIL;TYPE=INTERNET;TYPE=INTERNET:bgallegos@gdl.btlconsultants.com.mx END:VCARD bgallegos bgallegos@gdl.btlconsultants.com.mxQ* 3M I]2023-07-06 15:57:58alopezalopez@vdm.btlconsultants.com.mxalopezBEGIN:VCARD VERSION:3.0 UID:2021-11-0818:58:49.7e028f5c-c9b6-7a94-a578-e2cdb949661f.alopez@vdm.btlconsultants.com.mx N:alopez;;;; FN:alopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:alopez@vdm.btlconsultants.com.mx END:VCARD alopez alopez@vdm.btlconsultants.com.mxa) 3Q Ya2023-07-06 15:57:57avazquezavazquez@vdm.btlconsultants.com.mxavazquezBEGIN:VCARD VERSION:3.0 UID:2021-11-0818:58:18.c95b7409-add7-7350-bcc0-7849d4769ee1.avazquez@vdm.btlconsultants.com.mx N:avazquez;;;; FN:avazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:avazquez@vdm.btlconsultants.com.mx END:VCARD avazquz avazquz@vdm.btlconsultants.com.mxc( 3Q Ye2023-07-06 15:57:57egodinezegodinez@slp.btlconsultants.com.mxegodinezBEGIN:VCARD VERSION:3.0 UID:2021-11-0816:15:56.b1b73213-71af-af83-8db1-fa81ea3d455c.egodinez@slp.btlconsultants.com.mx N:egodinez;;;; FN:egodinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:egodinez@slp.btlconsultants.com.mx END:VCARD egodinez egodinez@slp.btlconsultants.com.mxZ' 3O Qa2023-07-06 15:57:57btorresbtorres@slp.btlconsultants.com.mxbtorresBEGIN:VCARD VERSION:3.0 UID:2021-11-0816:15:15.3100f863-4fc5-9124-dd91-e6025213093e.btorres@slp.btlconsultants.com.mx N:btorres;;;; FN:btorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:btorres@slp.btlconsultants.com.mx END:VCARD btorres btorres@slp.btlconsultants.com.mxQ& 3M I]2023-07-06 15:57:57rrojasrrojas@gto.btlconsultants.com.mxrrojasBEGIN:VCARD VERSION:3.0 UID:2021-11-0816:14:33.df5d3819-4418-d4e1-f70d-677230b9b82a.rrojas@gto.btlconsultants.com.mx N:rrojas;;;; FN:rrojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:rrojas@gto.btlconsultants.com.mx END:VCARD rrojas rrojas@gto.btlconsultants.com.mxZ% 3O Qa2023-07-06 15:57:57jroblesjrobles@gto.btlconsultants.com.mxjroblesBEGIN:VCARD VERSION:3.0 UID:2021-11-0816:13:25.01c532e8-8483-636f-608e-5f1880faea62.jrobles@gto.btlconsultants.com.mx N:jrobles;;;; FN:jrobles EMAIL;TYPE=INTERNET;TYPE=INTERNET:jrobles@gto.btlconsultants.com.mx END:VCARD jrobles jrobles@gto.btlconsultants.com.mxu$ 3!U !im2023-07-06 15:57:57c.bautistac.bautista@tab.btlconsultants.com.mxc.bautistaBEGIN:VCARD VERSION:3.0 UID:2021-11-0816:12:42.10d65d81-d215-5df9-6079-715805cd3110.c.bautista@tab.btlconsultants.com.mx N:c.bautista;;;; FN:c.bautista EMAIL;TYPE=INTERNET;TYPE=INTERNET:c.bautista@tab.btlconsultants.com.mx END:VCARD c.bautista c.bautista@tab.btlconsultants.com.mxa# 3Q Ya2023-07-06 15:57:57rmarquezrmarquez@mty.btlconsultants.com.mxrmarquezBEGIN:VCARD VERSION:3.0 UID:2021-11-0816:12:02.eef3a064-ee6d-fce4-7a5a-39b246eed301.rmarquez@mty.btlconsultants.com.mx N:rmarquez;;;; FN:rmarquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmarquez@mty.btlconsultants.com.mx END:VCARD rmarquz rmarquz@mty.btlconsultants.com.mx~" 3#W #qq2023-07-06 15:57:57e.hernandeze.hernandez@vdm.btlconsultants.com.mxe.hernandezBEGIN:VCARD VERSION:3.0 UID:2021-11-0816:11:23.37aa26b2-7834-1e14-e75a-77884efe21c4.e.hernandez@vdm.btlconsultants.com.mx N:e.hernandez;;;; FN:e.hernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:e.hernandez@vdm.btlconsultants.com.mx END:VCARD e.hernandez e.hernandez@vdm.btlconsultants.com.mxQ! 3M I]2023-07-06 15:57:57anunezanunez@mor.btlconsultants.com.mxanunezBEGIN:VCARD VERSION:3.0 UID:2021-11-0816:10:18.fde5768b-fdb0-0514-2bfd-2ef7296c08ce.anunez@mor.btlconsultants.com.mx N:anunez;;;; FN:anunez EMAIL;TYPE=INTERNET;TYPE=INTERNET:anunez@mor.btlconsultants.com.mx END:VCARD anunez anunez@mor.btlconsultants.com.mx  v :uc6 3Q Ye2023-07-06 15:57:58jjimenezjjimenez@vdm.btlconsultants.com.mxjjimenezBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:05:42.7447c2c8-60d0-cbd7-1564-46b6f0421c5b.jjimenez@vdm.btlconsultants.com.mx N:jjimenez;;;; FN:jjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jjimenez@vdm.btlconsultants.com.mx END:VCARD jjimenez jjimenez@vdm.btlconsultants.com.mxu5 3!U !im2023-07-06 15:57:58mhernandezmhernandez@vdm.btlconsultants.com.mxmhernandezBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:05:12.a91e44a9-ab5f-fd6e-e6c0-1cc948fb1536.mhernandez@vdm.btlconsultants.com.mx N:mhernandez;;;; FN:mhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mhernandez@vdm.btlconsultants.com.mx END:VCARD mhernandez mhernandez@vdm.btlconsultants.com.mxc4 3Q Ye2023-07-06 15:57:58a.garciaa.garcia@vdm.btlconsultants.com.mxa.garciaBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:04:36.27a35d8e-0ea5-646e-23bd-c3403e949352.a.garcia@vdm.btlconsultants.com.mx N:a.garcia;;;; FN:a.garcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.garcia@vdm.btlconsultants.com.mx END:VCARD a.garcia a.garcia@vdm.btlconsultants.com.mxZ3 3O Qa2023-07-06 15:57:58gfloresgflores@vdm.btlconsultants.com.mxgfloresBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:03:57.1f73e760-a960-d737-6410-ae918b73962b.gflores@vdm.btlconsultants.com.mx N:gflores;;;; FN:gflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:gflores@vdm.btlconsultants.com.mx END:VCARD gflores gflores@vdm.btlconsultants.com.mxa2 3Q Ya2023-07-06 15:57:58uestradauestrada@vdm.btlconsultants.com.mxuestradaBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:03:28.c3f40ddc-8eee-5f0f-d961-d326b1fe3eb3.uestrada@vdm.btlconsultants.com.mx N:uestrada;;;; FN:uestrada EMAIL;TYPE=INTERNET;TYPE=INTERNET:uestrada@vdm.btlconsultants.com.mx END:VCARD ustrada ustrada@vdm.btlconsultants.com.mxl1 3S ai2023-07-06 15:57:58gescobedogescobedo@vdm.btlconsultants.com.mxgescobedoBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:02:57.08f21484-ba08-e028-1997-cd980e15789b.gescobedo@vdm.btlconsultants.com.mx N:gescobedo;;;; FN:gescobedo EMAIL;TYPE=INTERNET;TYPE=INTERNET:gescobedo@vdm.btlconsultants.com.mx END:VCARD gescobedo gescobedo@vdm.btlconsultants.com.mxc0 3Q Ye2023-07-06 15:57:58edejesusedejesus@vdm.btlconsultants.com.mxedejesusBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:02:19.cc5690d5-a4e5-207d-5e0c-bea31bbf4b71.edejesus@vdm.btlconsultants.com.mx N:edejesus;;;; FN:edejesus EMAIL;TYPE=INTERNET;TYPE=INTERNET:edejesus@vdm.btlconsultants.com.mx END:VCARD edejesus edejesus@vdm.btlconsultants.com.mxH/ 3K AY2023-07-06 15:57:58xcruzxcruz@vdm.btlconsultants.com.mxxcruzBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:01:45.aa4aee6e-fc0d-b72d-6131-4ffb52d9f2a5.xcruz@vdm.btlconsultants.com.mx N:xcruz;;;; FN:xcruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:xcruz@vdm.btlconsultants.com.mx END:VCARD xcruz xcruz@vdm.btlconsultants.com.mxZ. 3O Qa2023-07-06 15:57:58echavezechavez@vdm.btlconsultants.com.mxechavezBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:01:20.5c372d7e-f4c7-4493-54b7-91cbfcd990d5.echavez@vdm.btlconsultants.com.mx N:echavez;;;; FN:echavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:echavez@vdm.btlconsultants.com.mx END:VCARD echavez echavez@vdm.btlconsultants.com.mxl- 3S ai2023-07-06 15:57:58cgonzalezcgonzalez@vdm.btlconsultants.com.mxcgonzalezBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:00:32.f2de34ff-e329-c5c3-7432-5c9921b245a5.cgonzalez@vdm.btlconsultants.com.mx N:cgonzalez;;;; FN:cgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cgonzalez@vdm.btlconsultants.com.mx END:VCARD cgonzalez cgonzalez@vdm.btlconsultants.com.mxl, 3S ai2023-07-06 15:57:58cbaltazarcbaltazar@vdm.btlconsultants.com.mxcbaltazarBEGIN:VCARD VERSION:3.0 UID:2021-11-0818:59:52.bc0193b6-0450-2d20-e4e5-e39fccf3871b.cbaltazar@vdm.btlconsultants.com.mx N:cbaltazar;;;; FN:cbaltazar EMAIL;TYPE=INTERNET;TYPE=INTERNET:cbaltazar@vdm.btlconsultants.com.mx END:VCARD cbaltazar cbaltazar@vdm.btlconsultants.com.mx  ; d eBHA 3K AY2023-07-06 15:57:58oruizoruiz@vdm.btlconsultants.com.mxoruizBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:21:40.04da417c-f85f-97b3-6382-dd7f25057542.oruiz@vdm.btlconsultants.com.mx N:oruiz;;;; FN:oruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:oruiz@vdm.btlconsultants.com.mx END:VCARD oruiz oruiz@vdm.btlconsultants.com.mxc@ 3Q Ye2023-07-06 15:57:58rsolaresrsolares@vdm.btlconsultants.com.mxrsolaresBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:21:07.6795f085-34bb-7ab3-fe79-f3a062b4e1a0.rsolares@vdm.btlconsultants.com.mx N:rsolares;;;; FN:rsolares EMAIL;TYPE=INTERNET;TYPE=INTERNET:rsolares@vdm.btlconsultants.com.mx END:VCARD rsolares rsolares@vdm.btlconsultants.com.mxZ? 3O Qa2023-07-06 15:57:58mriveramrivera@vdm.btlconsultants.com.mxmriveraBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:19:59.deeda7b0-1550-4a34-d698-4b97906f4371.mrivera@vdm.btlconsultants.com.mx N:mrivera;;;; FN:mrivera EMAIL;TYPE=INTERNET;TYPE=INTERNET:mrivera@vdm.btlconsultants.com.mx END:VCARD mrivera mrivera@vdm.btlconsultants.com.mxZ> 3O Qa2023-07-06 15:57:58j.reyesj.reyes@vdm.btlconsultants.com.mxj.reyesBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:19:24.d74798ad-a5b7-cdc5-d1b8-7560f9c9352c.j.reyes@vdm.btlconsultants.com.mx N:j.reyes;;;; FN:j.reyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.reyes@vdm.btlconsultants.com.mx END:VCARD j.reyes j.reyes@vdm.btlconsultants.com.mxc= 3Q Ye2023-07-06 15:57:58vramirezvramirez@vdm.btlconsultants.com.mxvramirezBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:18:39.9b86baa0-1cf4-34a7-af0e-93d293a38807.vramirez@vdm.btlconsultants.com.mx N:vramirez;;;; FN:vramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vramirez@vdm.btlconsultants.com.mx END:VCARD vramirez vramirez@vdm.btlconsultants.com.mxH< 3K AY2023-07-06 15:57:58apinoapino@vdm.btlconsultants.com.mxapinoBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:18:12.12fc1746-1a49-2db9-e6cf-f01433836876.apino@vdm.btlconsultants.com.mx N:apino;;;; FN:apino EMAIL;TYPE=INTERNET;TYPE=INTERNET:apino@vdm.btlconsultants.com.mx END:VCARD apino apino@vdm.btlconsultants.com.mxH; 3K AY2023-07-06 15:57:58anavaanava@vdm.btlconsultants.com.mxanavaBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:17:44.d56a1f32-9450-7050-04ea-7b39c3f631a6.anava@vdm.btlconsultants.com.mx N:anava;;;; FN:anava EMAIL;TYPE=INTERNET;TYPE=INTERNET:anava@vdm.btlconsultants.com.mx END:VCARD anava anava@vdm.btlconsultants.com.mxl: 3S ai2023-07-06 15:57:58emonsalvoemonsalvo@vdm.btlconsultants.com.mxemonsalvoBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:08:41.9c66ad40-9ad5-92de-dc58-7c230be53776.emonsalvo@vdm.btlconsultants.com.mx N:emonsalvo;;;; FN:emonsalvo EMAIL;TYPE=INTERNET;TYPE=INTERNET:emonsalvo@vdm.btlconsultants.com.mx END:VCARD emonsalvo emonsalvo@vdm.btlconsultants.com.mxc9 3Q Ye2023-07-06 15:57:58amirandaamiranda@vdm.btlconsultants.com.mxamirandaBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:08:08.a9ad2a5e-1aac-948e-23bc-4bf6e85eb9e6.amiranda@vdm.btlconsultants.com.mx N:amiranda;;;; FN:amiranda EMAIL;TYPE=INTERNET;TYPE=INTERNET:amiranda@vdm.btlconsultants.com.mx END:VCARD amiranda amiranda@vdm.btlconsultants.com.mxQ8 3M I]2023-07-06 15:57:58jmejiajmejia@vdm.btlconsultants.com.mxjmejiaBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:06:40.4beeb7b8-0802-b5f3-3199-8cd82f3cb3d1.jmejia@vdm.btlconsultants.com.mx N:jmejia;;;; FN:jmejia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmejia@vdm.btlconsultants.com.mx END:VCARD jmejia jmejia@vdm.btlconsultants.com.mxl7 3S ai2023-07-06 15:57:58cmartinezcmartinez@vdm.btlconsultants.com.mxcmartinezBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:06:09.2475a3b6-f3a3-e316-098f-b12be8de9448.cmartinez@vdm.btlconsultants.com.mx N:cmartinez;;;; FN:cmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmartinez@vdm.btlconsultants.com.mx END:VCARD cmartinez cmartinez@vdm.btlconsultants.com.mx  M U;|L 3#W #qm2023-07-06 15:57:58a.rodrigueza.rodriguez@vdm.btlconsultants.com.mxa.rodriguezBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:54:30.6b0f10ac-8040-49e1-1e7a-e6cace0c649b.a.rodriguez@vdm.btlconsultants.com.mx N:a.rodriguez;;;; FN:a.rodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.rodriguez@vdm.btlconsultants.com.mx END:VCARD a.rodriguz a.rodriguz@vdm.btlconsultants.com.mxZK 3O Qa2023-07-06 15:57:58flariosflarios@vdm.btlconsultants.com.mxflariosBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:52:01.cb1de09a-948d-a669-ebfb-6497629be817.flarios@vdm.btlconsultants.com.mx N:flarios;;;; FN:flarios EMAIL;TYPE=INTERNET;TYPE=INTERNET:flarios@vdm.btlconsultants.com.mx END:VCARD flarios flarios@vdm.btlconsultants.com.mxZJ 3O Qa2023-07-06 15:57:58ribarraribarra@vdm.btlconsultants.com.mxribarraBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:50:15.b1e8b31f-83d6-d535-7e8d-f92373c1a0a6.ribarra@vdm.btlconsultants.com.mx N:ribarra;;;; FN:ribarra EMAIL;TYPE=INTERNET;TYPE=INTERNET:ribarra@vdm.btlconsultants.com.mx END:VCARD ribarra ribarra@vdm.btlconsultants.com.mxZI 3O Qa2023-07-06 15:57:58beuropabeuropa@vdm.btlconsultants.com.mxbeuropaBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:49:34.fb1fde72-30f0-a1fd-2864-bc048658dfa9.beuropa@vdm.btlconsultants.com.mx N:beuropa;;;; FN:beuropa EMAIL;TYPE=INTERNET;TYPE=INTERNET:beuropa@vdm.btlconsultants.com.mx END:VCARD beuropa beuropa@vdm.btlconsultants.com.mxcH 3Q Ye2023-07-06 15:57:58darreoladarreola@vdm.btlconsultants.com.mxdarreolaBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:27:19.8b8c6fda-1461-154d-3c7a-0beda3f4bf38.darreola@vdm.btlconsultants.com.mx N:darreola;;;; FN:darreola EMAIL;TYPE=INTERNET;TYPE=INTERNET:darreola@vdm.btlconsultants.com.mx END:VCARD darreola darreola@vdm.btlconsultants.com.mxQG 3M I]2023-07-06 15:57:58eamaroeamaro@vdm.btlconsultants.com.mxeamaroBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:26:46.be504c29-a973-7624-864e-1778338c01ae.eamaro@vdm.btlconsultants.com.mx N:eamaro;;;; FN:eamaro EMAIL;TYPE=INTERNET;TYPE=INTERNET:eamaro@vdm.btlconsultants.com.mx END:VCARD eamaro eamaro@vdm.btlconsultants.com.mxlF 3S ai2023-07-06 15:57:58lalvaradolalvarado@vdm.btlconsultants.com.mxlalvaradoBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:26:16.46a7d455-935d-1f4c-a509-6bcb81e92155.lalvarado@vdm.btlconsultants.com.mx N:lalvarado;;;; FN:lalvarado EMAIL;TYPE=INTERNET;TYPE=INTERNET:lalvarado@vdm.btlconsultants.com.mx END:VCARD lalvarado lalvarado@vdm.btlconsultants.com.mxcE 3Q Ye2023-07-06 15:57:58gcamachogcamacho@mty.btlconsultants.com.mxgcamachoBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:25:40.86be5e25-f623-d0d2-4dd2-f8acba0fd743.gcamacho@mty.btlconsultants.com.mx N:gcamacho;;;; FN:gcamacho EMAIL;TYPE=INTERNET;TYPE=INTERNET:gcamacho@mty.btlconsultants.com.mx END:VCARD gcamacho gcamacho@mty.btlconsultants.com.mxaD 3Q Ya2023-07-06 15:57:58dvazquezdvazquez@vdm.btlconsultants.com.mxdvazquezBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:25:07.4f390e8d-9184-cc2b-db00-9ea81f6cf106.dvazquez@vdm.btlconsultants.com.mx N:dvazquez;;;; FN:dvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dvazquez@vdm.btlconsultants.com.mx END:VCARD dvazquz dvazquz@vdm.btlconsultants.com.mxZC 3O Qa2023-07-06 15:57:58dtorresdtorres@vdm.btlconsultants.com.mxdtorresBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:24:28.a4dfb7b3-17f6-2123-4043-40e855b08a43.dtorres@vdm.btlconsultants.com.mx N:dtorres;;;; FN:dtorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:dtorres@vdm.btlconsultants.com.mx END:VCARD dtorres dtorres@vdm.btlconsultants.com.mxQB 3M I]2023-07-06 15:57:58otobonotobon@vdm.btlconsultants.com.mxotobonBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:23:57.f755ef96-b719-ca9d-e40a-32fc6a4cbff1.otobon@vdm.btlconsultants.com.mx N:otobon;;;; FN:otobon EMAIL;TYPE=INTERNET;TYPE=INTERNET:otobon@vdm.btlconsultants.com.mx END:VCARD otobon otobon@vdm.btlconsultants.com.mx m ) [BVmlW 3S ai2023-07-06 15:57:58imartinezimartinez@vdm.btlconsultants.com.mximartinezBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:47:06.1a198178-7b71-f9e3-7dad-7d99ff43fbc1.imartinez@vdm.btlconsultants.com.mx N:imartinez;;;; FN:imartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:imartinez@vdm.btlconsultants.com.mx END:VCARD imartinez imartinez@vdm.btlconsultants.com.mxuV 3!U !im2023-07-06 15:57:58egutierrezegutierrez@vdm.btlconsultants.com.mxegutierrezBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:46:21.30b55452-786e-841f-41ac-9e08b02a151b.egutierrez@vdm.btlconsultants.com.mx N:egutierrez;;;; FN:egutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:egutierrez@vdm.btlconsultants.com.mx END:VCARD egutierrez egutierrez@vdm.btlconsultants.com.mxzU 3!Y !qk2023-07-06 15:57:58lvelazquezlvelazquez@guerr.btlconsultants.com.mxlvelazquezBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:45:37.cda6c03e-8baa-a4bf-10d9-41f8165ae8c4.lvelazquez@guerr.btlconsultants.com.mx N:lvelazquez;;;; FN:lvelazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lvelazquez@guerr.btlconsultants.com.mx END:VCARD lvelazquz lvelazquz@gurr.btlconsultants.com.mxjT 3U ag2023-07-06 15:57:58jramirezjramirez@guerr.btlconsultants.com.mxjramirezBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:43:04.9b099086-f105-f451-2ab4-da5e5f4ca995.jramirez@guerr.btlconsultants.com.mx N:jramirez;;;; FN:jramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jramirez@guerr.btlconsultants.com.mx END:VCARD jramirez jramirez@gurr.btlconsultants.com.mxGS 3K AW2023-07-06 15:57:58dcruzdcruz@pue.btlconsultants.com.mxdcruzBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:40:08.f46000e3-2d27-ea94-9bcc-be047838aa50.dcruz@pue.btlconsultants.com.mx N:dcruz;;;; FN:dcruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:dcruz@pue.btlconsultants.com.mx END:VCARD dcruz dcruz@pu.btlconsultants.com.mxlR 3S ai2023-07-06 15:57:58m.sanchezm.sanchez@gdl.btlconsultants.com.mxm.sanchezBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:39:34.95514663-4c97-a253-41fa-d462c408639f.m.sanchez@gdl.btlconsultants.com.mx N:m.sanchez;;;; FN:m.sanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.sanchez@gdl.btlconsultants.com.mx END:VCARD m.sanchez m.sanchez@gdl.btlconsultants.com.mxZQ 3O Qa2023-07-06 15:57:58vcorroyvcorroy@tab.btlconsultants.com.mxvcorroyBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:38:53.bd11ce91-73bc-a7a0-49dc-12afc61bd13d.vcorroy@tab.btlconsultants.com.mx N:vcorroy;;;; FN:vcorroy EMAIL;TYPE=INTERNET;TYPE=INTERNET:vcorroy@tab.btlconsultants.com.mx END:VCARD vcorroy vcorroy@tab.btlconsultants.com.mxcP 3Q Ye2023-07-06 15:57:58jesparzajesparza@mty.btlconsultants.com.mxjesparzaBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:38:19.d8bbd9ae-a26a-2d88-8739-dfd05c3d0471.jesparza@mty.btlconsultants.com.mx N:jesparza;;;; FN:jesparza EMAIL;TYPE=INTERNET;TYPE=INTERNET:jesparza@mty.btlconsultants.com.mx END:VCARD jesparza jesparza@mty.btlconsultants.com.mxcO 3Q Ye2023-07-06 15:57:58abarreraabarrera@vdm.btlconsultants.com.mxabarreraBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:56:21.aa858194-fad4-b693-d132-6a3a42b4fc3b.abarrera@vdm.btlconsultants.com.mx N:abarrera;;;; FN:abarrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:abarrera@vdm.btlconsultants.com.mx END:VCARD abarrera abarrera@vdm.btlconsultants.com.mxcN 3Q Ye2023-07-06 15:57:58fsanchezfsanchez@gdl.btlconsultants.com.mxfsanchezBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:55:44.822bba20-d2d5-080f-b936-df67ad0aada3.fsanchez@gdl.btlconsultants.com.mx N:fsanchez;;;; FN:fsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:fsanchez@gdl.btlconsultants.com.mx END:VCARD fsanchez fsanchez@gdl.btlconsultants.com.mxlM 3S ai2023-07-06 15:57:58avaldiviaavaldivia@vdm.btlconsultants.com.mxavaldiviaBEGIN:VCARD VERSION:3.0 UID:2021-11-0819:55:02.77a25ac2-2bab-9dc0-1a69-2b46f7caa80e.avaldivia@vdm.btlconsultants.com.mx N:avaldivia;;;; FN:avaldivia EMAIL;TYPE=INTERNET;TYPE=INTERNET:avaldivia@vdm.btlconsultants.com.mx END:VCARD avaldivia avaldivia@vdm.btlconsultants.com.mx  J'YZb 3O Qa2023-07-06 15:57:59hmendezhmendez@vdm.btlconsultants.com.mxhmendezBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:55:28.c801341f-d40b-e376-dfea-d9ebf556ee66.hmendez@vdm.btlconsultants.com.mx N:hmendez;;;; FN:hmendez EMAIL;TYPE=INTERNET;TYPE=INTERNET:hmendez@vdm.btlconsultants.com.mx END:VCARD hmendez hmendez@vdm.btlconsultants.com.mxla 3S ai2023-07-06 15:57:59lgranadoslgranados@gto.btlconsultants.com.mxlgranadosBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:54:57.5cef17b9-41b7-152d-3e9e-fbb7163268ba.lgranados@gto.btlconsultants.com.mx N:lgranados;;;; FN:lgranados EMAIL;TYPE=INTERNET;TYPE=INTERNET:lgranados@gto.btlconsultants.com.mx END:VCARD lgranados lgranados@gto.btlconsultants.com.mxc` 3Q Ye2023-07-06 15:57:59dserranodserrano@son.btlconsultants.com.mxdserranoBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:54:10.ed4f5e0d-672e-8da8-08b7-628252d17af4.dserrano@son.btlconsultants.com.mx N:dserrano;;;; FN:dserrano EMAIL;TYPE=INTERNET;TYPE=INTERNET:dserrano@son.btlconsultants.com.mx END:VCARD dserrano dserrano@son.btlconsultants.com.mxc_ 3Q Ye2023-07-06 15:57:59fpachecofpacheco@dgo.btlconsultants.com.mxfpachecoBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:53:39.00920460-bcdc-05bc-debc-63019f52ec11.fpacheco@dgo.btlconsultants.com.mx N:fpacheco;;;; FN:fpacheco EMAIL;TYPE=INTERNET;TYPE=INTERNET:fpacheco@dgo.btlconsultants.com.mx END:VCARD fpacheco fpacheco@dgo.btlconsultants.com.mxZ^ 3O Qa2023-07-06 15:57:59jocampojocampo@nay.btlconsultants.com.mxjocampoBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:53:09.9fba285f-f9ce-02ad-fcb3-27918df80be7.jocampo@nay.btlconsultants.com.mx N:jocampo;;;; FN:jocampo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jocampo@nay.btlconsultants.com.mx END:VCARD jocampo jocampo@nay.btlconsultants.com.mxZ] 3O Qa2023-07-06 15:57:58barroyobarroyo@gdl.btlconsultants.com.mxbarroyoBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:52:08.730a9697-2ab5-a091-1b83-424def707565.barroyo@gdl.btlconsultants.com.mx N:barroyo;;;; FN:barroyo EMAIL;TYPE=INTERNET;TYPE=INTERNET:barroyo@gdl.btlconsultants.com.mx END:VCARD barroyo barroyo@gdl.btlconsultants.com.mxc\ 3Q Ye2023-07-06 15:57:58ralvarezralvarez@son.btlconsultants.com.mxralvarezBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:51:32.33b4daa5-7bc6-eb2a-b1ad-2a0f839eb6f4.ralvarez@son.btlconsultants.com.mx N:ralvarez;;;; FN:ralvarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ralvarez@son.btlconsultants.com.mx END:VCARD ralvarez ralvarez@son.btlconsultants.com.mxY[ 3O Q_2023-07-06 15:57:58hcamposhcampos@pue.btlconsultants.com.mxhcamposBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:50:59.417b4588-3ea9-0cff-79e3-240eae2dd5c3.hcampos@pue.btlconsultants.com.mx N:hcampos;;;; FN:hcampos EMAIL;TYPE=INTERNET;TYPE=INTERNET:hcampos@pue.btlconsultants.com.mx END:VCARD hcampos hcampos@pu.btlconsultants.com.mxuZ 3!U !im2023-07-06 15:57:58jzamarripajzamarripa@gto.btlconsultants.com.mxjzamarripaBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:50:26.25eeae03-8a79-9785-c65f-6083c758f255.jzamarripa@gto.btlconsultants.com.mx N:jzamarripa;;;; FN:jzamarripa EMAIL;TYPE=INTERNET;TYPE=INTERNET:jzamarripa@gto.btlconsultants.com.mx END:VCARD jzamarripa jzamarripa@gto.btlconsultants.com.mxcY 3Q Ye2023-07-06 15:57:58rmoralesrmorales@mty.btlconsultants.com.mxrmoralesBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:48:40.eebff09b-c110-22e9-c39e-61b13fd4a93e.rmorales@mty.btlconsultants.com.mx N:rmorales;;;; FN:rmorales EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmorales@mty.btlconsultants.com.mx END:VCARD rmorales rmorales@mty.btlconsultants.com.mxuX 3!U !im2023-07-06 15:57:58e.carrilloe.carrillo@vdm.btlconsultants.com.mxe.carrilloBEGIN:VCARD VERSION:3.0 UID:2021-11-1119:48:00.f71d4891-016c-f04a-2e5f-2c4c9f63f0a1.e.carrillo@vdm.btlconsultants.com.mx N:e.carrillo;;;; FN:e.carrillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:e.carrillo@vdm.btlconsultants.com.mx END:VCARD e.carrillo e.carrillo@vdm.btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX< ` 32023-07-06 15:58:02_ 32023-07-06 15:58:02^ 32023-07-06 15:58:02] 32023-07-06 15:58:02\ 32023-07-06 15:58:02[ 32023-07-06 15:58:02Z 32023-07-06 15:58:02Y 32023-07-06 15:58:02X 32023-07-06 15:58:01W 32023-07-06 15:58:01V 32023-07-06 15:58:01U 32023-07-06 15:58:01T 32023-07-06 15:58:01S 32023-07-06 15:58:01R 32023-07-06 15:58:01Q 32023-07-06 15:58:01P 32023-07-06 15:58:01O 32023-07-06 15:58:01N 32023-07-06 15:58:01M 32023-07-06 15:58:01L 32023-07-06 15:58:01K 32023-07-06 15:58:01J 32023-07-06 15:58:01I 32023-07-06 15:58:01H 32023-07-06 15:58:01G 32023-07-06 15:58:01F 32023-07-06 15:58:01E 32023-07-06 15:58:01D 32023-07-06 15:58:01C 32023-07-06 15:58:01B 32023-07-06 15:58:01A 32023-07-06 15:58:01@ 32023-07-06 15:58:01? 32023-07-06 15:58:01> 32023-07-06 15:58:01= 32023-07-06 15:58:01< 32023-07-06 15:58:01; 32023-07-06 15:58:01: 32023-07-06 15:58:019 32023-07-06 15:58:018 32023-07-06 15:58:017 32023-07-06 15:58:016 32023-07-06 15:58:015 32023-07-06 15:58:014 32023-07-06 15:58:013 32023-07-06 15:58:012 32023-07-06 15:58:011 32023-07-06 15:58:000 32023-07-06 15:58:00/ 32023-07-06 15:58:00. 32023-07-06 15:58:00- 32023-07-06 15:58:00, 32023-07-06 15:58:00+ 32023-07-06 15:58:00* 32023-07-06 15:58:00) 32023-07-06 15:58:00( 32023-07-06 15:58:00' 32023-07-06 15:58:00& 32023-07-06 15:58:00% 32023-07-06 15:58:00$ 32023-07-06 15:58:00# 32023-07-06 15:58:00" 32023-07-06 15:58:00! 32023-07-06 15:58:00  32023-07-06 15:58:00 32023-07-06 15:58:00 32023-07-06 15:58:00 32023-07-06 15:58:00 32023-07-06 15:58:00 32023-07-06 15:58:00 32023-07-06 15:58:00 32023-07-06 15:58:00 32023-07-06 15:58:00 32023-07-06 15:58:00 32023-07-06 15:58:00 32023-07-06 15:58:00 32023-07-06 15:58:00 32023-07-06 15:58:00 32023-07-06 15:57:59 32023-07-06 15:57:59 32023-07-06 15:57:59 32023-07-06 15:57:59 32023-07-06 15:57:59  32023-07-06 15:57:59  32023-07-06 15:57:59  32023-07-06 15:57:59  32023-07-06 15:57:59  32023-07-06 15:57:59 32023-07-06 15:57:59 32023-07-06 15:57:59 32023-07-06 15:57:59 32023-07-06 15:57:59 32023-07-06 15:57:59 32023-07-06 15:57:59 32023-07-06 15:57:59 32023-07-06 15:57:59 32023-07-06 15:57:59 32023-07-06 15:57:59~ 3~2023-07-06 15:57:59} 3}2023-07-06 15:57:59| 3|2023-07-06 15:57:59{ 3{2023-07-06 15:57:59z 3z2023-07-06 15:57:59y 3y2023-07-06 15:57:59x 3x2023-07-06 15:57:59w 3w2023-07-06 15:57:59v 3v2023-07-06 15:57:59u 3u2023-07-06 15:57:59t 3t2023-07-06 15:57:59s 3s2023-07-06 15:57:59r 3r2023-07-06 15:57:59q 3q2023-07-06 15:57:59p 3p2023-07-06 15:57:59o 3o2023-07-06 15:57:59n 3n2023-07-06 15:57:59m 3m2023-07-06 15:57:59l 3l2023-07-06 15:57:59k 3k2023-07-06 15:57:59j 3j2023-07-06 15:57:59i 3i2023-07-06 15:57:59h 3h2023-07-06 15:57:59g 3g2023-07-06 15:57:59f 3f2023-07-06 15:57:59e 3e2023-07-06 15:57:59d 3d2023-07-06 15:57:59c 3c2023-07-06 15:57:59b 3b2023-07-06 15:57:59a 3a2023-07-06 15:57:59` 3`2023-07-06 15:57:59_ 3_2023-07-06 15:57:59^ 3^2023-07-06 15:57:59] 3]2023-07-06 15:57:58\ 3\2023-07-06 15:57:58[ 3[2023-07-06 15:57:58Z 3Z2023-07-06 15:57:58Y 3Y2023-07-06 15:57:58 {tmf_XQJC<5.'  xjc\UNG@92+$ | u n g ` Y R K D = 6 / ( !    L E > 7 0 ) "    z s l e ^ W P I B ; 4 - &     ~ w p i b [ T M F ? 8 1 * #     {tmf_XQJC<5.'  xqjc\UNG@92+$|ung`YRKD=6/(! yrkd]VOHA:3,% y r k d ] V O H A : 3 , %     } v o h a Z Sq }vohaZSLE>70)"                                                                                                                                                       ~ } | { z y x w v u t s r q p o n m l k j i h g f e d c b a ` _ ^ ] \ [ Z Y X W V U T S R Q P O N M L K J I H G F E D C B A @ ? > = < ; : 9 8 7 6 5 4 3 2 1 0 / . - , H G F E D C B A @ ? > = < ; : 9 8 7 6 5 4 3 2 1 0 / . - , + * ) ( ' & % $ # " !                    + * ) ( ' & % $ # " !                                                    I                                                          ) m \L|m 3!Y !qo2023-07-06 15:57:59chernandezchernandez@guerr.btlconsultants.com.mxchernandezBEGIN:VCARD VERSION:3.0 UID:2021-11-1621:47:23.b8ea610b-c12d-9a05-b046-3c1c453a79ae.chernandez@guerr.btlconsultants.com.mx N:chernandez;;;; FN:chernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:chernandez@guerr.btlconsultants.com.mx END:VCARD chernandez chernandez@gurr.btlconsultants.com.mxZl 3O Qa2023-07-06 15:57:59gzamoragzamora@ver.btlconsultants.com.mxgzamoraBEGIN:VCARD VERSION:3.0 UID:2021-11-1621:38:49.f762ab62-2cd3-b710-cc85-a00e9043ad60.gzamora@ver.btlconsultants.com.mx N:gzamora;;;; FN:gzamora EMAIL;TYPE=INTERNET;TYPE=INTERNET:gzamora@ver.btlconsultants.com.mx END:VCARD gzamora gzamora@ver.btlconsultants.com.mxbk 3Q Yc2023-07-06 15:57:59carrascocarrasco@pue.btlconsultants.com.mxcarrascoBEGIN:VCARD VERSION:3.0 UID:2021-11-1621:38:14.924ba327-49ca-27b4-8a05-34876c92d9df.carrasco@pue.btlconsultants.com.mx N:carrasco;;;; FN:carrasco EMAIL;TYPE=INTERNET;TYPE=INTERNET:carrasco@pue.btlconsultants.com.mx END:VCARD carrasco carrasco@pu.btlconsultants.com.mxHj 3K AY2023-07-06 15:57:59kdiazkdiaz@tux.btlconsultants.com.mxkdiazBEGIN:VCARD VERSION:3.0 UID:2021-11-1621:37:28.ea13ad5f-bb7c-efb2-8952-a4e5f7e54e0c.kdiaz@tux.btlconsultants.com.mx N:kdiaz;;;; FN:kdiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:kdiaz@tux.btlconsultants.com.mx END:VCARD kdiaz kdiaz@tux.btlconsultants.com.mxci 3Q Ye2023-07-06 15:57:59gbarreragbarrera@cam.btlconsultants.com.mxgbarreraBEGIN:VCARD VERSION:3.0 UID:2021-11-1621:36:19.da7bb244-18c0-0de6-206c-32eef45f7e55.gbarrera@cam.btlconsultants.com.mx N:gbarrera;;;; FN:gbarrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:gbarrera@cam.btlconsultants.com.mx END:VCARD gbarrera gbarrera@cam.btlconsultants.com.mxHh 3K AY2023-07-06 15:57:59acruzacruz@tam.btlconsultants.com.mxacruzBEGIN:VCARD VERSION:3.0 UID:2021-11-1222:15:32.297984d2-5038-abee-9f37-0d122239eb6f.acruz@tam.btlconsultants.com.mx N:acruz;;;; FN:acruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:acruz@tam.btlconsultants.com.mx END:VCARD acruz acruz@tam.btlconsultants.com.mxZg 3O Qa2023-07-06 15:57:59eacostaeacosta@vdm.btlconsultants.com.mxeacostaBEGIN:VCARD VERSION:3.0 UID:2021-11-1222:14:57.a1cd390a-4f2c-41b3-d784-877859db4a32.eacosta@vdm.btlconsultants.com.mx N:eacosta;;;; FN:eacosta EMAIL;TYPE=INTERNET;TYPE=INTERNET:eacosta@vdm.btlconsultants.com.mx END:VCARD eacosta eacosta@vdm.btlconsultants.com.mxlf 3S ai2023-07-06 15:57:59ldelacruzldelacruz@tux.btlconsultants.com.mxldelacruzBEGIN:VCARD VERSION:3.0 UID:2021-11-1222:13:02.bd2487ea-1787-76b6-eeb9-14136e6e7f95.ldelacruz@tux.btlconsultants.com.mx N:ldelacruz;;;; FN:ldelacruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:ldelacruz@tux.btlconsultants.com.mx END:VCARD ldelacruz ldelacruz@tux.btlconsultants.com.mxHe 3K AY2023-07-06 15:57:59mriosmrios@vdm.btlconsultants.com.mxmriosBEGIN:VCARD VERSION:3.0 UID:2021-11-1120:42:53.5df4a616-ae54-47f0-214c-32a8187f39b7.mrios@vdm.btlconsultants.com.mx N:mrios;;;; FN:mrios EMAIL;TYPE=INTERNET;TYPE=INTERNET:mrios@vdm.btlconsultants.com.mx END:VCARD mrios mrios@vdm.btlconsultants.com.mxld 3S ai2023-07-06 15:57:59jbaltazarjbaltazar@vdm.btlconsultants.com.mxjbaltazarBEGIN:VCARD VERSION:3.0 UID:2021-11-1120:42:14.d2ad6e51-6a0f-48ba-9def-9261eb729b4c.jbaltazar@vdm.btlconsultants.com.mx N:jbaltazar;;;; FN:jbaltazar EMAIL;TYPE=INTERNET;TYPE=INTERNET:jbaltazar@vdm.btlconsultants.com.mx END:VCARD jbaltazar jbaltazar@vdm.btlconsultants.com.mxcc 3Q Ye2023-07-06 15:57:59idejesusidejesus@vdm.btlconsultants.com.mxidejesusBEGIN:VCARD VERSION:3.0 UID:2021-11-1120:41:41.de5b0a62-ad0d-2d8b-005d-8c9207c0f82f.idejesus@vdm.btlconsultants.com.mx N:idejesus;;;; FN:idejesus EMAIL;TYPE=INTERNET;TYPE=INTERNET:idejesus@vdm.btlconsultants.com.mx END:VCARD idejesus idejesus@vdm.btlconsultants.com.mx  ? V,uQx 3M I]2023-07-06 15:57:59jgomezjgomez@sin.btlconsultants.com.mxjgomezBEGIN:VCARD VERSION:3.0 UID:2021-11-1622:07:17.667d82ac-a49c-2fdb-13ad-6b0f96def38a.jgomez@sin.btlconsultants.com.mx N:jgomez;;;; FN:jgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgomez@sin.btlconsultants.com.mx END:VCARD jgomez jgomez@sin.btlconsultants.com.mxyw 3!W !mo2023-07-06 15:57:59b.martinezb.martinez@coah.btlconsultants.com.mxb.martinezBEGIN:VCARD VERSION:3.0 UID:2021-11-1622:06:41.d62b2bc8-62e8-306f-be7d-be008496596a.b.martinez@coah.btlconsultants.com.mx N:b.martinez;;;; FN:b.martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:b.martinez@coah.btlconsultants.com.mx END:VCARD b.martinez b.martinez@coah.btlconsultants.com.mxLv 3M E[2023-07-06 15:57:59ddiazddiaz@coah.btlconsultants.com.mxddiazBEGIN:VCARD VERSION:3.0 UID:2021-11-1622:04:28.57014625-30c8-4ac1-3fc3-a9fec868dec0.ddiaz@coah.btlconsultants.com.mx N:ddiaz;;;; FN:ddiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:ddiaz@coah.btlconsultants.com.mx END:VCARD ddiaz ddiaz@coah.btlconsultants.com.mxcu 3Q Ye2023-07-06 15:57:59emendozaemendoza@ver.btlconsultants.com.mxemendozaBEGIN:VCARD VERSION:3.0 UID:2021-11-1622:04:00.ca03bcb6-b113-0a1a-1eee-e1353e48b08b.emendoza@ver.btlconsultants.com.mx N:emendoza;;;; FN:emendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:emendoza@ver.btlconsultants.com.mx END:VCARD emendoza emendoza@ver.btlconsultants.com.mxXt 3O Q]2023-07-06 15:57:59lhuertalhuerta@vdm.btlconsultants.com.mxlhuertaBEGIN:VCARD VERSION:3.0 UID:2021-11-1622:03:28.3f7adda8-6cc7-72a6-a47d-bb1b88f1cd2f.lhuerta@vdm.btlconsultants.com.mx N:lhuerta;;;; FN:lhuerta EMAIL;TYPE=INTERNET;TYPE=INTERNET:lhuerta@vdm.btlconsultants.com.mx END:VCARD lhurta lhurta@vdm.btlconsultants.com.mxcs 3Q Ye2023-07-06 15:57:59bsalinasbsalinas@mty.btlconsultants.com.mxbsalinasBEGIN:VCARD VERSION:3.0 UID:2021-11-1621:57:29.fa492e64-94b9-ec2c-a3b2-f6a0d4e2de50.bsalinas@mty.btlconsultants.com.mx N:bsalinas;;;; FN:bsalinas EMAIL;TYPE=INTERNET;TYPE=INTERNET:bsalinas@mty.btlconsultants.com.mx END:VCARD bsalinas bsalinas@mty.btlconsultants.com.mxcr 3Q Ye2023-07-06 15:57:59mgodinezmgodinez@qro.btlconsultants.com.mxmgodinezBEGIN:VCARD VERSION:3.0 UID:2021-11-1621:55:49.a823e2d5-5cd8-8ef7-0ad5-f041e2a6f4f8.mgodinez@qro.btlconsultants.com.mx N:mgodinez;;;; FN:mgodinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgodinez@qro.btlconsultants.com.mx END:VCARD mgodinez mgodinez@qro.btlconsultants.com.mx~q 3#W #qq2023-07-06 15:57:59ddelosantosddelosantos@zac.btlconsultants.com.mxddelosantosBEGIN:VCARD VERSION:3.0 UID:2021-11-1621:54:05.6d02712b-46ea-488d-3547-13cbd3e65dee.ddelosantos@zac.btlconsultants.com.mx N:ddelosantos;;;; FN:ddelosantos EMAIL;TYPE=INTERNET;TYPE=INTERNET:ddelosantos@zac.btlconsultants.com.mx END:VCARD ddelosantos ddelosantos@zac.btlconsultants.com.mxcp 3Q Ye2023-07-06 15:57:59hherrerahherrera@slp.btlconsultants.com.mxhherreraBEGIN:VCARD VERSION:3.0 UID:2021-11-1621:49:14.47634bb2-ab9c-d904-e714-bf88bcad6eb0.hherrera@slp.btlconsultants.com.mx N:hherrera;;;; FN:hherrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:hherrera@slp.btlconsultants.com.mx END:VCARD hherrera hherrera@slp.btlconsultants.com.mxjo 3S ae2023-07-06 15:57:59hguerrerohguerrero@gdl.btlconsultants.com.mxhguerreroBEGIN:VCARD VERSION:3.0 UID:2021-11-1621:48:32.69a53e63-6e4f-129b-503f-cc467cd585eb.hguerrero@gdl.btlconsultants.com.mx N:hguerrero;;;; FN:hguerrero EMAIL;TYPE=INTERNET;TYPE=INTERNET:hguerrero@gdl.btlconsultants.com.mx END:VCARD hgurrero hgurrero@gdl.btlconsultants.com.mxOn 3O I[2023-07-06 15:57:59asosaasosa@guerr.btlconsultants.com.mxasosaBEGIN:VCARD VERSION:3.0 UID:2021-11-1621:47:56.0220e782-85ca-2a41-2ad0-cf4b0fcaeb89.asosa@guerr.btlconsultants.com.mx N:asosa;;;; FN:asosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:asosa@guerr.btlconsultants.com.mx END:VCARD asosa asosa@gurr.btlconsultants.com.mx  f ! CZc 3Q Ye2023-07-06 15:57:59lmacariolmacario@mty.btlconsultants.com.mxlmacarioBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:25:19.135d959f-bafa-f2e1-056f-2f6475bec1b3.lmacario@mty.btlconsultants.com.mx N:lmacario;;;; FN:lmacario EMAIL;TYPE=INTERNET;TYPE=INTERNET:lmacario@mty.btlconsultants.com.mx END:VCARD lmacario lmacario@mty.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:59mcervantesmcervantes@bcn.btlconsultants.com.mxmcervantesBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:22:50.97933b2d-fe53-d268-4727-f2eca0e6dc2f.mcervantes@bcn.btlconsultants.com.mx N:mcervantes;;;; FN:mcervantes EMAIL;TYPE=INTERNET;TYPE=INTERNET:mcervantes@bcn.btlconsultants.com.mx END:VCARD mcervantes mcervantes@bcn.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:59mmendozammendoza@mty.btlconsultants.com.mxmmendozaBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:20:34.59780cda-1069-02b7-47a4-b8d136ba7cbe.mmendoza@mty.btlconsultants.com.mx N:mmendoza;;;; FN:mmendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmendoza@mty.btlconsultants.com.mx END:VCARD mmendoza mmendoza@mty.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:59mescobarmescobar@gto.btlconsultants.com.mxmescobarBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:20:04.7fbc93ee-09ee-24a9-8c92-7a4045bf2d66.mescobar@gto.btlconsultants.com.mx N:mescobar;;;; FN:mescobar EMAIL;TYPE=INTERNET;TYPE=INTERNET:mescobar@gto.btlconsultants.com.mx END:VCARD mescobar mescobar@gto.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:59rsanchezrsanchez@vdm.btlconsultants.com.mxrsanchezBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:19:30.4c155e28-91a9-3381-4c95-c0c355f0b307.rsanchez@vdm.btlconsultants.com.mx N:rsanchez;;;; FN:rsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rsanchez@vdm.btlconsultants.com.mx END:VCARD rsanchez rsanchez@vdm.btlconsultants.com.mx~~ 3#W #qq2023-07-06 15:57:59vmiramontesvmiramontes@vdm.btlconsultants.com.mxvmiramontesBEGIN:VCARD VERSION:3.0 UID:2021-11-2220:43:00.f3366aa4-ba66-b454-a56c-ed188078b9b0.vmiramontes@vdm.btlconsultants.com.mx N:vmiramontes;;;; FN:vmiramontes EMAIL;TYPE=INTERNET;TYPE=INTERNET:vmiramontes@vdm.btlconsultants.com.mx END:VCARD vmiramontes vmiramontes@vdm.btlconsultants.com.mx|} 3#W #qm2023-07-06 15:57:59jvalenzuelajvalenzuela@sin.btlconsultants.com.mxjvalenzuelaBEGIN:VCARD VERSION:3.0 UID:2021-11-2220:41:52.634763d1-43f0-49dc-c255-99bcb4039850.jvalenzuela@sin.btlconsultants.com.mx N:jvalenzuela;;;; FN:jvalenzuela EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvalenzuela@sin.btlconsultants.com.mx END:VCARD jvalenzula jvalenzula@sin.btlconsultants.com.mxZ| 3O Qa2023-07-06 15:57:59wburgoswburgos@vdm.btlconsultants.com.mxwburgosBEGIN:VCARD VERSION:3.0 UID:2021-11-2220:41:10.90156e34-79fa-54be-d3b4-06b6e40e68fe.wburgos@vdm.btlconsultants.com.mx N:wburgos;;;; FN:wburgos EMAIL;TYPE=INTERNET;TYPE=INTERNET:wburgos@vdm.btlconsultants.com.mx END:VCARD wburgos wburgos@vdm.btlconsultants.com.mxA{ 3E 9U2023-07-06 15:57:59jlopezjlopez@btlconsultants.com.mxjlopezBEGIN:VCARD VERSION:3.0 UID:2021-11-1719:34:40.d3546f6b-14d8-486c-7ef7-127c83b8af30.jlopez@btlconsultants.com.mx N:jlopez;;;; FN:jlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jlopez@btlconsultants.com.mx END:VCARD jlopez jlopez@btlconsultants.com.mxAz 3E 9U2023-07-06 15:57:59nlopeznlopez@btlconsultants.com.mxnlopezBEGIN:VCARD VERSION:3.0 UID:2021-11-1718:38:24.b02015cf-7397-304a-6c01-230a4699f6c6.nlopez@btlconsultants.com.mx N:nlopez;;;; FN:nlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:nlopez@btlconsultants.com.mx END:VCARD nlopez nlopez@btlconsultants.com.mxQy 3M I]2023-07-06 15:57:59hrojashrojas@ver.btlconsultants.com.mxhrojasBEGIN:VCARD VERSION:3.0 UID:2021-11-1622:07:44.8f55eb41-d387-eea3-dc1f-67502105d024.hrojas@ver.btlconsultants.com.mx N:hrojas;;;; FN:hrojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:hrojas@ver.btlconsultants.com.mx END:VCARD hrojas hrojas@ver.btlconsultants.com.mx  2 ](cQ 3M I]2023-07-06 15:57:59mmironmmiron@vdm.btlconsultants.com.mxmmironBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:34:40.829b918b-57bc-995d-f8af-2a1de18ae3ca.mmiron@vdm.btlconsultants.com.mx N:mmiron;;;; FN:mmiron EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmiron@vdm.btlconsultants.com.mx END:VCARD mmiron mmiron@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:59dnoriegadnoriega@tam.btlconsultants.com.mxdnoriegaBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:34:09.943fb88c-97ac-8cc8-5580-0248e8d475b1.dnoriega@tam.btlconsultants.com.mx N:dnoriega;;;; FN:dnoriega EMAIL;TYPE=INTERNET;TYPE=INTERNET:dnoriega@tam.btlconsultants.com.mx END:VCARD dnoriega dnoriega@tam.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:59ccardonaccardona@mty.btlconsultants.com.mxccardonaBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:32:53.5863bc59-2f0b-314b-24d1-cd39c78b9d60.ccardona@mty.btlconsultants.com.mx N:ccardona;;;; FN:ccardona EMAIL;TYPE=INTERNET;TYPE=INTERNET:ccardona@mty.btlconsultants.com.mx END:VCARD ccardona ccardona@mty.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:59cquirozcquiroz@mty.btlconsultants.com.mxcquirozBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:32:14.4d444052-1c9c-771d-1cbf-b22ef809ddf9.cquiroz@mty.btlconsultants.com.mx N:cquiroz;;;; FN:cquiroz EMAIL;TYPE=INTERNET;TYPE=INTERNET:cquiroz@mty.btlconsultants.com.mx END:VCARD cquiroz cquiroz@mty.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:59jgarciajgarcia@qro.btlconsultants.com.mxjgarciaBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:30:25.ce9d20e9-a315-0cbd-095c-c29415da8ed9.jgarcia@qro.btlconsultants.com.mx N:jgarcia;;;; FN:jgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgarcia@qro.btlconsultants.com.mx END:VCARD jgarcia jgarcia@qro.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:59jortegajortega@vdm.btlconsultants.com.mxjortegaBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:29:55.e280d785-2841-6871-33de-e64f7e77b649.jortega@vdm.btlconsultants.com.mx N:jortega;;;; FN:jortega EMAIL;TYPE=INTERNET;TYPE=INTERNET:jortega@vdm.btlconsultants.com.mx END:VCARD jortega jortega@vdm.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:59agutierrezagutierrez@vdm.btlconsultants.com.mxagutierrezBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:29:26.13addd58-89da-01a5-72dc-e87435b65c17.agutierrez@vdm.btlconsultants.com.mx N:agutierrez;;;; FN:agutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:agutierrez@vdm.btlconsultants.com.mx END:VCARD agutierrez agutierrez@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:59j.alvarezj.alvarez@vdm.btlconsultants.com.mxj.alvarezBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:28:22.973e70db-07c5-b7f4-3de9-3f17e1418b77.j.alvarez@vdm.btlconsultants.com.mx N:j.alvarez;;;; FN:j.alvarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.alvarez@vdm.btlconsultants.com.mx END:VCARD j.alvarez j.alvarez@vdm.btlconsultants.com.mxa 3Q Ya2023-07-06 15:57:59rvasquezrvasquez@oax.btlconsultants.com.mxrvasquezBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:27:40.ec6cce43-f26f-94b3-466e-f7ad233d1db6.rvasquez@oax.btlconsultants.com.mx N:rvasquez;;;; FN:rvasquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rvasquez@oax.btlconsultants.com.mx END:VCARD rvasquz rvasquz@oax.btlconsultants.com.mxZ 3O Qa2023-07-06 15:57:59vortegavortega@vdm.btlconsultants.com.mxvortegaBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:27:08.1eb5732e-d91d-e2e8-dc29-2a8597509457.vortega@vdm.btlconsultants.com.mx N:vortega;;;; FN:vortega EMAIL;TYPE=INTERNET;TYPE=INTERNET:vortega@vdm.btlconsultants.com.mx END:VCARD vortega vortega@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:57:59emartinezemartinez@mty.btlconsultants.com.mxemartinezBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:25:52.efd9019a-7b91-7ecb-3f76-8ad6b4e72248.emartinez@mty.btlconsultants.com.mx N:emartinez;;;; FN:emartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:emartinez@mty.btlconsultants.com.mx END:VCARD emartinez emartinez@mty.btlconsultants.com.mx ]  @`O]l 3S ai2023-07-06 15:58:00acarballoacarballo@zac.btlconsultants.com.mxacarballoBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:53:40.d85c5c5b-ffd2-9c93-a32b-27c5350f3c77.acarballo@zac.btlconsultants.com.mx N:acarballo;;;; FN:acarballo EMAIL;TYPE=INTERNET;TYPE=INTERNET:acarballo@zac.btlconsultants.com.mx END:VCARD acarballo acarballo@zac.btlconsultants.com.mx~ 3#W #qq2023-07-06 15:58:00hhirscnberghhirscnberg@gdl.btlconsultants.com.mxhhirscnbergBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:50:39.53a339d8-c852-81c6-11d6-875afd5c4d3e.hhirscnberg@gdl.btlconsultants.com.mx N:hhirscnberg;;;; FN:hhirscnberg EMAIL;TYPE=INTERNET;TYPE=INTERNET:hhirscnberg@gdl.btlconsultants.com.mx END:VCARD hhirscnberg hhirscnberg@gdl.btlconsultants.com.mxH 3K AY2023-07-06 15:58:00aleonaleon@vdm.btlconsultants.com.mxaleonBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:49:46.ae06f272-1bf6-1463-0a4d-aef1fbe65f2f.aleon@vdm.btlconsultants.com.mx N:aleon;;;; FN:aleon EMAIL;TYPE=INTERNET;TYPE=INTERNET:aleon@vdm.btlconsultants.com.mx END:VCARD aleon aleon@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:00gcamachogcamacho@qro.btlconsultants.com.mxgcamachoBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:48:16.9bf52c0b-0721-5ddc-c754-73ac225c4b71.gcamacho@qro.btlconsultants.com.mx N:gcamacho;;;; FN:gcamacho EMAIL;TYPE=INTERNET;TYPE=INTERNET:gcamacho@qro.btlconsultants.com.mx END:VCARD gcamacho gcamacho@qro.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:00jreyesmjreyesm@vdm.btlconsultants.com.mxjreyesmBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:47:47.2394552c-8629-4ecc-fb57-e9ebee688522.jreyesm@vdm.btlconsultants.com.mx N:jreyesm;;;; FN:jreyesm EMAIL;TYPE=INTERNET;TYPE=INTERNET:jreyesm@vdm.btlconsultants.com.mx END:VCARD jreyesm jreyesm@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:00dordonezdordonez@vdm.btlconsultants.com.mxdordonezBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:45:53.37054f70-5d6e-6b33-bf2f-29ec24be38a6.dordonez@vdm.btlconsultants.com.mx N:dordonez;;;; FN:dordonez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dordonez@vdm.btlconsultants.com.mx END:VCARD dordonez dordonez@vdm.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:59amartinezhamartinezh@vdm.btlconsultants.com.mxamartinezhBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:45:06.f8cbabc3-7373-2562-6f6f-0faebff8578e.amartinezh@vdm.btlconsultants.com.mx N:amartinezh;;;; FN:amartinezh EMAIL;TYPE=INTERNET;TYPE=INTERNET:amartinezh@vdm.btlconsultants.com.mx END:VCARD amartinezh amartinezh@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:59fventurafventura@tam.btlconsultants.com.mxfventuraBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:40:56.8758bd21-1c7b-39ca-afeb-030b5147e88a.fventura@tam.btlconsultants.com.mx N:fventura;;;; FN:fventura EMAIL;TYPE=INTERNET;TYPE=INTERNET:fventura@tam.btlconsultants.com.mx END:VCARD fventura fventura@tam.btlconsultants.com.mxc 3Q Ye2023-07-06 15:57:59iherreraiherrera@oax.btlconsultants.com.mxiherreraBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:39:29.da133501-57bd-77b4-d15a-dd164ab1f49d.iherrera@oax.btlconsultants.com.mx N:iherrera;;;; FN:iherrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:iherrera@oax.btlconsultants.com.mx END:VCARD iherrera iherrera@oax.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:59catristaincatristain@oax.btlconsultants.com.mxcatristainBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:37:44.01274411-774d-95a0-6281-7cd3b4638314.catristain@oax.btlconsultants.com.mx N:catristain;;;; FN:catristain EMAIL;TYPE=INTERNET;TYPE=INTERNET:catristain@oax.btlconsultants.com.mx END:VCARD catristain catristain@oax.btlconsultants.com.mxu 3!U !im2023-07-06 15:57:59ggutierrezggutierrez@oax.btlconsultants.com.mxggutierrezBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:37:00.b0f4917a-72c5-c213-c41f-789e289a6596.ggutierrez@oax.btlconsultants.com.mx N:ggutierrez;;;; FN:ggutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ggutierrez@oax.btlconsultants.com.mx END:VCARD ggutierrez ggutierrez@oax.btlconsultants.com.mx  D m SsS$ 3I I]2023-07-06 15:58:00botargasbotargas@btlconsultants.com.mxbotargasBEGIN:VCARD VERSION:3.0 UID:2021-11-2400:14:27.3d0cc62a-30cc-a55a-4dfc-68445246b449.botargas@btlconsultants.com.mx N:botargas;;;; FN:botargas EMAIL;TYPE=INTERNET;TYPE=INTERNET:botargas@btlconsultants.com.mx END:VCARD botargas botargas@btlconsultants.com.mxQ# 3M I]2023-07-06 15:58:00scelisscelis@mor.btlconsultants.com.mxscelisBEGIN:VCARD VERSION:3.0 UID:2021-11-2317:28:23.716933b3-f516-66c7-8b15-3dbcea340036.scelis@mor.btlconsultants.com.mx N:scelis;;;; FN:scelis EMAIL;TYPE=INTERNET;TYPE=INTERNET:scelis@mor.btlconsultants.com.mx END:VCARD scelis scelis@mor.btlconsultants.com.mx~" 3#W #qq2023-07-06 15:58:00jvillarrealjvillarreal@chi.btlconsultants.com.mxjvillarrealBEGIN:VCARD VERSION:3.0 UID:2021-11-2317:26:50.5dbd4be0-28d1-1529-002f-baf7e9b5677b.jvillarreal@chi.btlconsultants.com.mx N:jvillarreal;;;; FN:jvillarreal EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvillarreal@chi.btlconsultants.com.mx END:VCARD jvillarreal jvillarreal@chi.btlconsultants.com.mxZ! 3O Qa2023-07-06 15:58:00cjuarezcjuarez@chi.btlconsultants.com.mxcjuarezBEGIN:VCARD VERSION:3.0 UID:2021-11-2317:26:09.1ce31918-0fcb-4034-2e98-767774af0b89.cjuarez@chi.btlconsultants.com.mx N:cjuarez;;;; FN:cjuarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cjuarez@chi.btlconsultants.com.mx END:VCARD cjuarez cjuarez@chi.btlconsultants.com.mxH 3K AY2023-07-06 15:58:00hcruzhcruz@vdm.btlconsultants.com.mxhcruzBEGIN:VCARD VERSION:3.0 UID:2021-11-2317:25:33.08b56e03-e7eb-5191-671b-d2f041d9ce94.hcruz@vdm.btlconsultants.com.mx N:hcruz;;;; FN:hcruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:hcruz@vdm.btlconsultants.com.mx END:VCARD hcruz hcruz@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:00kramirezkramirez@vdm.btlconsultants.com.mxkramirezBEGIN:VCARD VERSION:3.0 UID:2021-11-2222:05:19.4b379364-8378-1eb2-1860-8b36103176bd.kramirez@vdm.btlconsultants.com.mx N:kramirez;;;; FN:kramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:kramirez@vdm.btlconsultants.com.mx END:VCARD kramirez kramirez@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:00calvarezcalvarez@vdm.btlconsultants.com.mxcalvarezBEGIN:VCARD VERSION:3.0 UID:2021-11-2222:04:53.a2af2137-8234-503c-b248-1caa275981ba.calvarez@vdm.btlconsultants.com.mx N:calvarez;;;; FN:calvarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:calvarez@vdm.btlconsultants.com.mx END:VCARD calvarez calvarez@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:58:00j.navarroj.navarro@vdm.btlconsultants.com.mxj.navarroBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:59:01.f085deb1-9da3-11e3-f669-7279d6d16ff8.j.navarro@vdm.btlconsultants.com.mx N:j.navarro;;;; FN:j.navarro EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.navarro@vdm.btlconsultants.com.mx END:VCARD j.navarro j.navarro@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:00jjimenezjjimenez@qro.btlconsultants.com.mxjjimenezBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:58:24.7ebdd561-1535-6375-6352-ad6c290fb68a.jjimenez@qro.btlconsultants.com.mx N:jjimenez;;;; FN:jjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jjimenez@qro.btlconsultants.com.mx END:VCARD jjimenez jjimenez@qro.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:00jcastrojcastro@zac.btlconsultants.com.mxjcastroBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:54:43.83f4b83a-a45e-399c-bb79-92b1d6172530.jcastro@zac.btlconsultants.com.mx N:jcastro;;;; FN:jcastro EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcastro@zac.btlconsultants.com.mx END:VCARD jcastro jcastro@zac.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:00macostamacosta@gdl.btlconsultants.com.mxmacostaBEGIN:VCARD VERSION:3.0 UID:2021-11-2221:54:16.35849dea-d915-d38f-bb53-8015961b4ea9.macosta@gdl.btlconsultants.com.mx N:macosta;;;; FN:macosta EMAIL;TYPE=INTERNET;TYPE=INTERNET:macosta@gdl.btlconsultants.com.mx END:VCARD macosta macosta@gdl.btlconsultants.com.mx  M d -Va/ 3Q Ya2023-07-06 15:58:00amarquezamarquez@gdl.btlconsultants.com.mxamarquezBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:31:13.535a7218-e30d-ce26-1ecb-2ada1800cce1.amarquez@gdl.btlconsultants.com.mx N:amarquez;;;; FN:amarquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:amarquez@gdl.btlconsultants.com.mx END:VCARD amarquz amarquz@gdl.btlconsultants.com.mxl. 3S ai2023-07-06 15:58:00tgonzaleztgonzalez@dgo.btlconsultants.com.mxtgonzalezBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:30:20.de959f18-1736-cf50-f793-cadea9ea4c68.tgonzalez@dgo.btlconsultants.com.mx N:tgonzalez;;;; FN:tgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:tgonzalez@dgo.btlconsultants.com.mx END:VCARD tgonzalez tgonzalez@dgo.btlconsultants.com.mxc- 3Q Ye2023-07-06 15:58:00jjimenezjjimenez@gdl.btlconsultants.com.mxjjimenezBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:26:48.809f26f3-1dfb-032f-c088-5e4fd367f477.jjimenez@gdl.btlconsultants.com.mx N:jjimenez;;;; FN:jjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jjimenez@gdl.btlconsultants.com.mx END:VCARD jjimenez jjimenez@gdl.btlconsultants.com.mxl, 3S ai2023-07-06 15:58:00jmartinezjmartinez@tam.btlconsultants.com.mxjmartinezBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:26:16.20a1886d-59bb-de1f-5013-e4b894b32921.jmartinez@tam.btlconsultants.com.mx N:jmartinez;;;; FN:jmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmartinez@tam.btlconsultants.com.mx END:VCARD jmartinez jmartinez@tam.btlconsultants.com.mxu+ 3!U !im2023-07-06 15:58:00jcastanedajcastaneda@vdm.btlconsultants.com.mxjcastanedaBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:22:52.0410f832-dde2-c9f2-4fb2-2d0a1ef1ad8c.jcastaneda@vdm.btlconsultants.com.mx N:jcastaneda;;;; FN:jcastaneda EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcastaneda@vdm.btlconsultants.com.mx END:VCARD jcastaneda jcastaneda@vdm.btlconsultants.com.mxj* 3S ae2023-07-06 15:58:00a.vazqueza.vazquez@vdm.btlconsultants.com.mxa.vazquezBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:22:21.cca31a06-245f-1617-e1cc-02e1491d2161.a.vazquez@vdm.btlconsultants.com.mx N:a.vazquez;;;; FN:a.vazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.vazquez@vdm.btlconsultants.com.mx END:VCARD a.vazquz a.vazquz@vdm.btlconsultants.com.mxL) 3M E[2023-07-06 15:58:00epenaepena@coah.btlconsultants.com.mxepenaBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:16:02.c88de598-c5f0-c8a8-1327-a3067b5d81e1.epena@coah.btlconsultants.com.mx N:epena;;;; FN:epena EMAIL;TYPE=INTERNET;TYPE=INTERNET:epena@coah.btlconsultants.com.mx END:VCARD epena epena@coah.btlconsultants.com.mx~( 3#W #qq2023-07-06 15:58:00jvillagomezjvillagomez@vdm.btlconsultants.com.mxjvillagomezBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:15:30.9a423f5a-fd7d-95a2-c75c-f41fc74f026a.jvillagomez@vdm.btlconsultants.com.mx N:jvillagomez;;;; FN:jvillagomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvillagomez@vdm.btlconsultants.com.mx END:VCARD jvillagomez jvillagomez@vdm.btlconsultants.com.mxc' 3Q Ye2023-07-06 15:58:00arevelesareveles@vdm.btlconsultants.com.mxarevelesBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:14:28.5a120745-86dd-c425-9077-423ec39ba910.areveles@vdm.btlconsultants.com.mx N:areveles;;;; FN:areveles EMAIL;TYPE=INTERNET;TYPE=INTERNET:areveles@vdm.btlconsultants.com.mx END:VCARD areveles areveles@vdm.btlconsultants.com.mxH& 3K AY2023-07-06 15:58:00spechspech@mer.btlconsultants.com.mxspechBEGIN:VCARD VERSION:3.0 UID:2021-11-2522:40:31.ae917879-6b14-4bfa-263a-c539ff0e102e.spech@mer.btlconsultants.com.mx N:spech;;;; FN:spech EMAIL;TYPE=INTERNET;TYPE=INTERNET:spech@mer.btlconsultants.com.mx END:VCARD spech spech@mer.btlconsultants.com.mxc% 3Q Ye2023-07-06 15:58:00eestradaeestrada@mty.btlconsultants.com.mxeestradaBEGIN:VCARD VERSION:3.0 UID:2021-11-2522:39:36.52d62ee2-bf9f-5825-9edb-fd479c3ffccb.eestrada@mty.btlconsultants.com.mx N:eestrada;;;; FN:eestrada EMAIL;TYPE=INTERNET;TYPE=INTERNET:eestrada@mty.btlconsultants.com.mx END:VCARD eestrada eestrada@mty.btlconsultants.com.mx  h  WKkl: 3S ai2023-07-06 15:58:01mzamoranomzamorano@vdm.btlconsultants.com.mxmzamoranoBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:46:07.69176aba-c53c-50b3-4cd9-b51359098d51.mzamorano@vdm.btlconsultants.com.mx N:mzamorano;;;; FN:mzamorano EMAIL;TYPE=INTERNET;TYPE=INTERNET:mzamorano@vdm.btlconsultants.com.mx END:VCARD mzamorano mzamorano@vdm.btlconsultants.com.mxc9 3Q Ye2023-07-06 15:58:01esolaresesolares@tam.btlconsultants.com.mxesolaresBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:45:38.5dce35d9-ba86-9c86-fe6f-0772b8927821.esolares@tam.btlconsultants.com.mx N:esolares;;;; FN:esolares EMAIL;TYPE=INTERNET;TYPE=INTERNET:esolares@tam.btlconsultants.com.mx END:VCARD esolares esolares@tam.btlconsultants.com.mxu8 3!U !im2023-07-06 15:58:01rcastrejonrcastrejon@gdl.btlconsultants.com.mxrcastrejonBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:45:13.0b162a08-e536-08d4-a402-06d798240ffe.rcastrejon@gdl.btlconsultants.com.mx N:rcastrejon;;;; FN:rcastrejon EMAIL;TYPE=INTERNET;TYPE=INTERNET:rcastrejon@gdl.btlconsultants.com.mx END:VCARD rcastrejon rcastrejon@gdl.btlconsultants.com.mxU7 3O M_2023-07-06 15:58:01kgomezkgomez@qroo.btlconsultants.com.mxkgomezBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:44:45.efdddca0-d841-9a0a-a791-4207b3cca51c.kgomez@qroo.btlconsultants.com.mx N:kgomez;;;; FN:kgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:kgomez@qroo.btlconsultants.com.mx END:VCARD kgomez kgomez@qroo.btlconsultants.com.mxQ6 3M I]2023-07-06 15:58:01sponcesponce@vdm.btlconsultants.com.mxsponceBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:42:22.eaf54639-d99a-4457-bbfe-2353ef872ae2.sponce@vdm.btlconsultants.com.mx N:sponce;;;; FN:sponce EMAIL;TYPE=INTERNET;TYPE=INTERNET:sponce@vdm.btlconsultants.com.mx END:VCARD sponce sponce@vdm.btlconsultants.com.mxZ5 3O Qa2023-07-06 15:58:01vvarelavvarela@slp.btlconsultants.com.mxvvarelaBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:41:54.85e6467e-8c4b-62dc-6cfc-bb9450e42c44.vvarela@slp.btlconsultants.com.mx N:vvarela;;;; FN:vvarela EMAIL;TYPE=INTERNET;TYPE=INTERNET:vvarela@slp.btlconsultants.com.mx END:VCARD vvarela vvarela@slp.btlconsultants.com.mxQ4 3M I]2023-07-06 15:58:01jtrejojtrejo@vdm.btlconsultants.com.mxjtrejoBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:41:23.a0a39f5d-b2ea-fec5-5ee1-d0f0a1648f4e.jtrejo@vdm.btlconsultants.com.mx N:jtrejo;;;; FN:jtrejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jtrejo@vdm.btlconsultants.com.mx END:VCARD jtrejo jtrejo@vdm.btlconsultants.com.mxQ3 3M I]2023-07-06 15:58:01rortizrortiz@mty.btlconsultants.com.mxrortizBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:40:57.71ab74a1-9613-6799-b779-fcfae89fb1cb.rortiz@mty.btlconsultants.com.mx N:rortiz;;;; FN:rortiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:rortiz@mty.btlconsultants.com.mx END:VCARD rortiz rortiz@mty.btlconsultants.com.mxc2 3Q Ye2023-07-06 15:58:00dherediadheredia@vdm.btlconsultants.com.mxdherediaBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:32:51.fef8fdd6-6848-29cb-a867-8e27c5729ac2.dheredia@vdm.btlconsultants.com.mx N:dheredia;;;; FN:dheredia EMAIL;TYPE=INTERNET;TYPE=INTERNET:dheredia@vdm.btlconsultants.com.mx END:VCARD dheredia dheredia@vdm.btlconsultants.com.mxH1 3K AY2023-07-06 15:58:00mcruzmcruz@vdm.btlconsultants.com.mxmcruzBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:32:25.8144f660-205a-30d1-b3df-2c2bbe8632b6.mcruz@vdm.btlconsultants.com.mx N:mcruz;;;; FN:mcruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:mcruz@vdm.btlconsultants.com.mx END:VCARD mcruz mcruz@vdm.btlconsultants.com.mxH0 3K AY2023-07-06 15:58:00jlugojlugo@ags.btlconsultants.com.mxjlugoBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:32:00.7f190188-0ac4-2738-3c93-01b80eeb8460.jlugo@ags.btlconsultants.com.mx N:jlugo;;;; FN:jlugo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jlugo@ags.btlconsultants.com.mx END:VCARD jlugo jlugo@ags.btlconsultants.com.mx Eypg^ULC:1( }tkbYPG>5,# x o f ] T K B 9 0 '      { r i ` W N E < 3 * !     v m d [ R I @ 7 . %   zqh_VMD;2) ~ulcZQH?6-$ ypg^ULC:1( }tkbYPG>5,# | s j a X O F = 4 + "    w n e \ S J A 8 / & xof]TKB90' |sjaXOF=4+" FF EE DD CC BB AA @@ ?? >> == << ;; :: 99 88 77 66 55 44 33 22 11 00 // .. -- ,, ++ ** )) (( '' && %% $$ ## "" !!                                                                                                                                                                 uu tt ss rr qq pp oo nn mm ll kk jj ii hh gg ff ee dd cc bb aa `` __ ^^ ]] \\ [[ ZZ YY XX WW VV UU TT SS RR QQ PP OO NN MM LL KK JJ II HH GG               ~~ }} || {{ zz yy xx ww vv uu tt ss rr qq pp oo nn mm ll kk jj ii hh gg ff ee dd cc bb aa `` __ ^^ ]] \\ [[ ZZ YY XX WW VV UU TT SS RR QQ PP OO NN MM LL KK JJ II HH GG FF EE DD CC BB AA @@ ?? >> == << ;; :: 99 88 77 66 55 44 33 22 11  7 (l7ZE 3O Qa2023-07-06 15:58:01jmorenojmoreno@tux.btlconsultants.com.mxjmorenoBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:14:25.ef69c3ff-19ff-c03f-b076-10b1370f94dc.jmoreno@tux.btlconsultants.com.mx N:jmoreno;;;; FN:jmoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmoreno@tux.btlconsultants.com.mx END:VCARD jmoreno jmoreno@tux.btlconsultants.com.mxuD 3!U !im2023-07-06 15:58:01ohernandezohernandez@qro.btlconsultants.com.mxohernandezBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:13:40.aeb40a75-f8ae-6b90-20f1-0610032daf68.ohernandez@qro.btlconsultants.com.mx N:ohernandez;;;; FN:ohernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ohernandez@qro.btlconsultants.com.mx END:VCARD ohernandez ohernandez@qro.btlconsultants.com.mxHC 3K AY2023-07-06 15:58:01alunaaluna@qro.btlconsultants.com.mxalunaBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:11:01.0c6e1bdd-d044-00ed-ec9f-d251fdd994f3.aluna@qro.btlconsultants.com.mx N:aluna;;;; FN:aluna EMAIL;TYPE=INTERNET;TYPE=INTERNET:aluna@qro.btlconsultants.com.mx END:VCARD aluna aluna@qro.btlconsultants.com.mxlB 3S ai2023-07-06 15:58:01j.mendozaj.mendoza@vdm.btlconsultants.com.mxj.mendozaBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:10:33.4e848108-068b-0d3b-640c-95efb10fafc1.j.mendoza@vdm.btlconsultants.com.mx N:j.mendoza;;;; FN:j.mendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.mendoza@vdm.btlconsultants.com.mx END:VCARD j.mendoza j.mendoza@vdm.btlconsultants.com.mxZA 3O Qa2023-07-06 15:58:01atorresatorres@vdm.btlconsultants.com.mxatorresBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:10:01.81457264-44dc-6771-1344-3ec84ad3db45.atorres@vdm.btlconsultants.com.mx N:atorres;;;; FN:atorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:atorres@vdm.btlconsultants.com.mx END:VCARD atorres atorres@vdm.btlconsultants.com.mxZ@ 3O Qa2023-07-06 15:58:01ddeleonddeleon@nay.btlconsultants.com.mxddeleonBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:09:30.cdbd8d74-b3ac-734e-da45-83bf5e0dec80.ddeleon@nay.btlconsultants.com.mx N:ddeleon;;;; FN:ddeleon EMAIL;TYPE=INTERNET;TYPE=INTERNET:ddeleon@nay.btlconsultants.com.mx END:VCARD ddeleon ddeleon@nay.btlconsultants.com.mxX? 3O Q]2023-07-06 15:58:01ghuertaghuerta@vdm.btlconsultants.com.mxghuertaBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:08:58.efb78df0-8442-2944-1543-e032c44244db.ghuerta@vdm.btlconsultants.com.mx N:ghuerta;;;; FN:ghuerta EMAIL;TYPE=INTERNET;TYPE=INTERNET:ghuerta@vdm.btlconsultants.com.mx END:VCARD ghurta ghurta@vdm.btlconsultants.com.mxZ> 3O Qa2023-07-06 15:58:01pgalvanpgalvan@vdm.btlconsultants.com.mxpgalvanBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:57:47.1451cfe6-96a4-d176-00d5-83532d734d4e.pgalvan@vdm.btlconsultants.com.mx N:pgalvan;;;; FN:pgalvan EMAIL;TYPE=INTERNET;TYPE=INTERNET:pgalvan@vdm.btlconsultants.com.mx END:VCARD pgalvan pgalvan@vdm.btlconsultants.com.mxQ= 3M I]2023-07-06 15:58:01glopezglopez@gdl.btlconsultants.com.mxglopezBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:47:34.1abb1332-52a8-5c57-3d42-c5ce4fa7375d.glopez@gdl.btlconsultants.com.mx N:glopez;;;; FN:glopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:glopez@gdl.btlconsultants.com.mx END:VCARD glopez glopez@gdl.btlconsultants.com.mxc< 3Q Ye2023-07-06 15:58:01cserranocserrano@gto.btlconsultants.com.mxcserranoBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:47:06.7fb46d61-8344-7f49-4057-a10f4b089b7e.cserrano@gto.btlconsultants.com.mx N:cserrano;;;; FN:cserrano EMAIL;TYPE=INTERNET;TYPE=INTERNET:cserrano@gto.btlconsultants.com.mx END:VCARD cserrano cserrano@gto.btlconsultants.com.mx^; 3Q Uc2023-07-06 15:58:01azavalaazavala@mich.btlconsultants.com.mxazavalaBEGIN:VCARD VERSION:3.0 UID:2021-11-2523:46:36.667545e8-3985-0ec8-03d5-bda2c655739f.azavala@mich.btlconsultants.com.mx N:azavala;;;; FN:azavala EMAIL;TYPE=INTERNET;TYPE=INTERNET:azavala@mich.btlconsultants.com.mx END:VCARD azavala azavala@mich.btlconsultants.com.mx  4 f CuuP 3!U !im2023-07-06 15:58:01armartinezarmartinez@vdm.btlconsultants.com.mxarmartinezBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:21:22.b4617b76-b6ea-2b23-36ca-c81be8c871c5.armartinez@vdm.btlconsultants.com.mx N:armartinez;;;; FN:armartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:armartinez@vdm.btlconsultants.com.mx END:VCARD armartinez armartinez@vdm.btlconsultants.com.mxcO 3Q Ye2023-07-06 15:58:01rsalgadorsalgado@ver.btlconsultants.com.mxrsalgadoBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:20:36.4c5c7ec7-657c-9c65-7cc8-8d82cd6ce2a5.rsalgado@ver.btlconsultants.com.mx N:rsalgado;;;; FN:rsalgado EMAIL;TYPE=INTERNET;TYPE=INTERNET:rsalgado@ver.btlconsultants.com.mx END:VCARD rsalgado rsalgado@ver.btlconsultants.com.mxlN 3S ai2023-07-06 15:58:01jgarduzcajgarduzca@ver.btlconsultants.com.mxjgarduzcaBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:20:03.be0dbb3b-8839-3c6f-70fc-1821fb1c1b01.jgarduzca@ver.btlconsultants.com.mx N:jgarduzca;;;; FN:jgarduzca EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgarduzca@ver.btlconsultants.com.mx END:VCARD jgarduzca jgarduzca@ver.btlconsultants.com.mxZM 3O Qa2023-07-06 15:58:01sromanosromano@vdm.btlconsultants.com.mxsromanoBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:19:36.0ae543a1-ea05-7e14-5335-b14f63a4db54.sromano@vdm.btlconsultants.com.mx N:sromano;;;; FN:sromano EMAIL;TYPE=INTERNET;TYPE=INTERNET:sromano@vdm.btlconsultants.com.mx END:VCARD sromano sromano@vdm.btlconsultants.com.mxcL 3Q Ye2023-07-06 15:58:01mmayorgammayorga@tab.btlconsultants.com.mxmmayorgaBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:19:06.85bd244d-bc93-29b1-0ed0-a2eb345250b4.mmayorga@tab.btlconsultants.com.mx N:mmayorga;;;; FN:mmayorga EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmayorga@tab.btlconsultants.com.mx END:VCARD mmayorga mmayorga@tab.btlconsultants.com.mxZK 3O Qa2023-07-06 15:58:01mriveramrivera@can.btlconsultants.com.mxmriveraBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:18:36.f01dd7cd-252a-839b-2e78-6d95d873c77b.mrivera@can.btlconsultants.com.mx N:mrivera;;;; FN:mrivera EMAIL;TYPE=INTERNET;TYPE=INTERNET:mrivera@can.btlconsultants.com.mx END:VCARD mrivera mrivera@can.btlconsultants.com.mxZJ 3O Qa2023-07-06 15:58:01kgarciakgarcia@vdm.btlconsultants.com.mxkgarciaBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:18:06.04a20367-250a-98eb-1b71-2a5de543f3db.kgarcia@vdm.btlconsultants.com.mx N:kgarcia;;;; FN:kgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:kgarcia@vdm.btlconsultants.com.mx END:VCARD kgarcia kgarcia@vdm.btlconsultants.com.mxlI 3S ai2023-07-06 15:58:01jgallegosjgallegos@tab.btlconsultants.com.mxjgallegosBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:17:35.ff656e9e-0cb8-b9de-a76d-1fee4d00013f.jgallegos@tab.btlconsultants.com.mx N:jgallegos;;;; FN:jgallegos EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgallegos@tab.btlconsultants.com.mx END:VCARD jgallegos jgallegos@tab.btlconsultants.com.mxZH 3O Qa2023-07-06 15:58:01czavalaczavala@cam.btlconsultants.com.mxczavalaBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:16:58.d755a650-5553-9dd1-66b5-902c5d005e02.czavala@cam.btlconsultants.com.mx N:czavala;;;; FN:czavala EMAIL;TYPE=INTERNET;TYPE=INTERNET:czavala@cam.btlconsultants.com.mx END:VCARD czavala czavala@cam.btlconsultants.com.mxsG 3!U !ii2023-07-06 15:58:01srodriguezsrodriguez@vdm.btlconsultants.com.mxsrodriguezBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:15:29.933c0886-f6ba-8eb2-839c-8a69f3c9228e.srodriguez@vdm.btlconsultants.com.mx N:srodriguez;;;; FN:srodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:srodriguez@vdm.btlconsultants.com.mx END:VCARD srodriguz srodriguz@vdm.btlconsultants.com.mxQF 3M I]2023-07-06 15:58:01barceobarceo@tab.btlconsultants.com.mxbarceoBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:14:57.5891bb4f-7b9f-a933-037a-2e6b4ca813c2.barceo@tab.btlconsultants.com.mx N:barceo;;;; FN:barceo EMAIL;TYPE=INTERNET;TYPE=INTERNET:barceo@tab.btlconsultants.com.mx END:VCARD barceo barceo@tab.btlconsultants.com.mx  X k e0Q[ 3M I]2023-07-06 15:58:02jperezjperez@vdm.btlconsultants.com.mxjperezBEGIN:VCARD VERSION:3.0 UID:2021-11-2620:54:11.461f8060-2cd3-1239-fc9d-504ba8dbbf53.jperez@vdm.btlconsultants.com.mx N:jperez;;;; FN:jperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jperez@vdm.btlconsultants.com.mx END:VCARD jperez jperez@vdm.btlconsultants.com.mxcZ 3Q Ye2023-07-06 15:58:02anicanoranicanor@vdm.btlconsultants.com.mxanicanorBEGIN:VCARD VERSION:3.0 UID:2021-11-2620:53:41.d7a6ecb7-3ae7-b232-3beb-dbc1e07f4ead.anicanor@vdm.btlconsultants.com.mx N:anicanor;;;; FN:anicanor EMAIL;TYPE=INTERNET;TYPE=INTERNET:anicanor@vdm.btlconsultants.com.mx END:VCARD anicanor anicanor@vdm.btlconsultants.com.mxcY 3Q Ye2023-07-06 15:58:01mramirezmramirez@vdm.btlconsultants.com.mxmramirezBEGIN:VCARD VERSION:3.0 UID:2021-11-2620:53:07.62fa85ec-b30d-4341-c624-191f648032d2.mramirez@vdm.btlconsultants.com.mx N:mramirez;;;; FN:mramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mramirez@vdm.btlconsultants.com.mx END:VCARD mramirez mramirez@vdm.btlconsultants.com.mxcX 3Q Ye2023-07-06 15:58:01rramirezrramirez@gdl.btlconsultants.com.mxrramirezBEGIN:VCARD VERSION:3.0 UID:2021-11-2615:59:52.cb273110-4898-bbc8-3b10-1c57e819808e.rramirez@gdl.btlconsultants.com.mx N:rramirez;;;; FN:rramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rramirez@gdl.btlconsultants.com.mx END:VCARD rramirez rramirez@gdl.btlconsultants.com.mxZW 3O Qa2023-07-06 15:58:01oroblesorobles@gdl.btlconsultants.com.mxoroblesBEGIN:VCARD VERSION:3.0 UID:2021-11-2615:58:42.241049ad-0438-d264-7006-3c5df1491dee.orobles@gdl.btlconsultants.com.mx N:orobles;;;; FN:orobles EMAIL;TYPE=INTERNET;TYPE=INTERNET:orobles@gdl.btlconsultants.com.mx END:VCARD orobles orobles@gdl.btlconsultants.com.mxGV 3K AW2023-07-06 15:58:01isosaisosa@pue.btlconsultants.com.mxisosaBEGIN:VCARD VERSION:3.0 UID:2021-11-2615:58:08.298c4bea-0ca6-f215-1b68-299fc5f4f546.isosa@pue.btlconsultants.com.mx N:isosa;;;; FN:isosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:isosa@pue.btlconsultants.com.mx END:VCARD isosa isosa@pu.btlconsultants.com.mxYU 3O Q_2023-07-06 15:58:01jgarciajgarcia@pue.btlconsultants.com.mxjgarciaBEGIN:VCARD VERSION:3.0 UID:2021-11-2615:57:38.1cbd67ea-b2e9-0afa-cfad-667257aa8444.jgarcia@pue.btlconsultants.com.mx N:jgarcia;;;; FN:jgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgarcia@pue.btlconsultants.com.mx END:VCARD jgarcia jgarcia@pu.btlconsultants.com.mxgT 3S ]g2023-07-06 15:58:01jmontieljmontiel@tlax.btlconsultants.com.mxjmontielBEGIN:VCARD VERSION:3.0 UID:2021-11-2615:57:02.9bb62d56-e74b-e648-c6f4-15c02780f23c.jmontiel@tlax.btlconsultants.com.mx N:jmontiel;;;; FN:jmontiel EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmontiel@tlax.btlconsultants.com.mx END:VCARD jmontiel jmontiel@tlax.btlconsultants.com.mx~S 3#W #qq2023-07-06 15:58:01abartolottaabartolotta@mor.btlconsultants.com.mxabartolottaBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:23:04.2ccb901f-c6b3-e1dd-841d-22355025f5bf.abartolotta@mor.btlconsultants.com.mx N:abartolotta;;;; FN:abartolotta EMAIL;TYPE=INTERNET;TYPE=INTERNET:abartolotta@mor.btlconsultants.com.mx END:VCARD abartolotta abartolotta@mor.btlconsultants.com.mxZR 3O Qa2023-07-06 15:58:01jchavezjchavez@vdm.btlconsultants.com.mxjchavezBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:22:23.1b27c4ed-2a39-356e-aff6-7dc7b9c15feb.jchavez@vdm.btlconsultants.com.mx N:jchavez;;;; FN:jchavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jchavez@vdm.btlconsultants.com.mx END:VCARD jchavez jchavez@vdm.btlconsultants.com.mxFQ 3K AU2023-07-06 15:58:01fpaezfpaez@vdm.btlconsultants.com.mxfpaezBEGIN:VCARD VERSION:3.0 UID:2021-11-2600:21:50.4a02d15e-6dc2-61c1-fb1b-9679858c56ba.fpaez@vdm.btlconsultants.com.mx N:fpaez;;;; FN:fpaez EMAIL;TYPE=INTERNET;TYPE=INTERNET:fpaez@vdm.btlconsultants.com.mx END:VCARD fpaz fpaz@vdm.btlconsultants.com.mx b ) r Tb~f 3#W #qq2023-07-06 15:58:02dmiramontesdmiramontes@gdl.btlconsultants.com.mxdmiramontesBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:21:15.ad337c28-d301-45ef-552d-36b9769ca61b.dmiramontes@gdl.btlconsultants.com.mx N:dmiramontes;;;; FN:dmiramontes EMAIL;TYPE=INTERNET;TYPE=INTERNET:dmiramontes@gdl.btlconsultants.com.mx END:VCARD dmiramontes dmiramontes@gdl.btlconsultants.com.mxle 3S ai2023-07-06 15:58:02jalatorrejalatorre@vdm.btlconsultants.com.mxjalatorreBEGIN:VCARD VERSION:3.0 UID:2021-11-2920:07:23.53275c51-30ca-028f-c84b-869784cb4530.jalatorre@vdm.btlconsultants.com.mx N:jalatorre;;;; FN:jalatorre EMAIL;TYPE=INTERNET;TYPE=INTERNET:jalatorre@vdm.btlconsultants.com.mx END:VCARD jalatorre jalatorre@vdm.btlconsultants.com.mxld 3S ai2023-07-06 15:58:02kgonzalezkgonzalez@cam.btlconsultants.com.mxkgonzalezBEGIN:VCARD VERSION:3.0 UID:2021-11-2918:44:45.4ac23717-db48-e468-13dc-172763556f31.kgonzalez@cam.btlconsultants.com.mx N:kgonzalez;;;; FN:kgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:kgonzalez@cam.btlconsultants.com.mx END:VCARD kgonzalez kgonzalez@cam.btlconsultants.com.mxQc 3M I]2023-07-06 15:58:02ravilaravila@vdm.btlconsultants.com.mxravilaBEGIN:VCARD VERSION:3.0 UID:2021-11-2917:26:50.94fbe0f9-9868-6bea-81e7-27eb1ce12b16.ravila@vdm.btlconsultants.com.mx N:ravila;;;; FN:ravila EMAIL;TYPE=INTERNET;TYPE=INTERNET:ravila@vdm.btlconsultants.com.mx END:VCARD ravila ravila@vdm.btlconsultants.com.mx~b 3#W #qq2023-07-06 15:58:02ovillatorioovillatorio@chi.btlconsultants.com.mxovillatorioBEGIN:VCARD VERSION:3.0 UID:2021-11-2621:04:57.b66926e6-593c-5a64-d097-44f752fb69a2.ovillatorio@chi.btlconsultants.com.mx N:ovillatorio;;;; FN:ovillatorio EMAIL;TYPE=INTERNET;TYPE=INTERNET:ovillatorio@chi.btlconsultants.com.mx END:VCARD ovillatorio ovillatorio@chi.btlconsultants.com.mxla 3S ai2023-07-06 15:58:02ocastilloocastillo@ags.btlconsultants.com.mxocastilloBEGIN:VCARD VERSION:3.0 UID:2021-11-2621:04:15.4daf9f0b-2a51-c475-9185-3385bc9d4e1a.ocastillo@ags.btlconsultants.com.mx N:ocastillo;;;; FN:ocastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ocastillo@ags.btlconsultants.com.mx END:VCARD ocastillo ocastillo@ags.btlconsultants.com.mxc` 3Q Ye2023-07-06 15:58:02abarbosaabarbosa@gto.btlconsultants.com.mxabarbosaBEGIN:VCARD VERSION:3.0 UID:2021-11-2621:03:40.6617d8b7-4711-f96e-f9a4-dfedc8a5f882.abarbosa@gto.btlconsultants.com.mx N:abarbosa;;;; FN:abarbosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:abarbosa@gto.btlconsultants.com.mx END:VCARD abarbosa abarbosa@gto.btlconsultants.com.mx^_ 3Q Uc2023-07-06 15:58:02oroblesorobles@qroo.btlconsultants.com.mxoroblesBEGIN:VCARD VERSION:3.0 UID:2021-11-2621:03:02.95162521-738a-d3f2-d894-eca430b00253.orobles@qroo.btlconsultants.com.mx N:orobles;;;; FN:orobles EMAIL;TYPE=INTERNET;TYPE=INTERNET:orobles@qroo.btlconsultants.com.mx END:VCARD orobles orobles@qroo.btlconsultants.com.mxQ^ 3M I]2023-07-06 15:58:02aperezaperez@mer.btlconsultants.com.mxaperezBEGIN:VCARD VERSION:3.0 UID:2021-11-2621:02:18.94c9808e-e91a-c056-b4bc-ebd62e66cadf.aperez@mer.btlconsultants.com.mx N:aperez;;;; FN:aperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:aperez@mer.btlconsultants.com.mx END:VCARD aperez aperez@mer.btlconsultants.com.mxc] 3Q Ye2023-07-06 15:58:02emoralesemorales@chi.btlconsultants.com.mxemoralesBEGIN:VCARD VERSION:3.0 UID:2021-11-2621:01:36.7599f7f1-9d1b-9dda-9d43-46ce6459f8bc.emorales@chi.btlconsultants.com.mx N:emorales;;;; FN:emorales EMAIL;TYPE=INTERNET;TYPE=INTERNET:emorales@chi.btlconsultants.com.mx END:VCARD emorales emorales@chi.btlconsultants.com.mxl\ 3S ai2023-07-06 15:58:02maramirezmaramirez@vdm.btlconsultants.com.mxmaramirezBEGIN:VCARD VERSION:3.0 UID:2021-11-2620:55:57.9d88cdba-70e4-1be6-b88c-1d15c82e6151.maramirez@vdm.btlconsultants.com.mx N:maramirez;;;; FN:maramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:maramirez@vdm.btlconsultants.com.mx END:VCARD maramirez maramirez@vdm.btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX< h 3h2023-07-06 15:58:04g 3g2023-07-06 15:58:04f 3f2023-07-06 15:58:04e 3e2023-07-06 15:58:04d 3d2023-07-06 15:58:04c 3c2023-07-06 15:58:04b 3b2023-07-06 15:58:04a 3a2023-07-06 15:58:04` 3`2023-07-06 15:58:04_ 3_2023-07-06 15:58:04^ 3^2023-07-06 15:58:04] 3]2023-07-06 15:58:04\ 3\2023-07-06 15:58:04[ 3[2023-07-06 15:58:04Z 3Z2023-07-06 15:58:04Y 3Y2023-07-06 15:58:04X 3X2023-07-06 15:58:04W 3W2023-07-06 15:58:04V 3V2023-07-06 15:58:04U 3U2023-07-06 15:58:04T 3T2023-07-06 15:58:04S 3S2023-07-06 15:58:04R 3R2023-07-06 15:58:04Q 3Q2023-07-06 15:58:04P 3P2023-07-06 15:58:04O 3O2023-07-06 15:58:04N 3N2023-07-06 15:58:04M 3M2023-07-06 15:58:04L 3L2023-07-06 15:58:04K 3K2023-07-06 15:58:04J 3J2023-07-06 15:58:04I 3I2023-07-06 15:58:04H 3H2023-07-06 15:58:04G 3G2023-07-06 15:58:04F 3F2023-07-06 15:58:04E 3E2023-07-06 15:58:04D 3D2023-07-06 15:58:04C 3C2023-07-06 15:58:04B 3B2023-07-06 15:58:04A 3A2023-07-06 15:58:04@ 3@2023-07-06 15:58:04? 3?2023-07-06 15:58:04> 3>2023-07-06 15:58:03= 3=2023-07-06 15:58:03< 3<2023-07-06 15:58:03; 3;2023-07-06 15:58:03: 3:2023-07-06 15:58:039 392023-07-06 15:58:038 382023-07-06 15:58:037 372023-07-06 15:58:036 362023-07-06 15:58:035 352023-07-06 15:58:034 342023-07-06 15:58:033 332023-07-06 15:58:032 322023-07-06 15:58:031 312023-07-06 15:58:030 302023-07-06 15:58:03/ 3/2023-07-06 15:58:03. 3.2023-07-06 15:58:03- 3-2023-07-06 15:58:03, 3,2023-07-06 15:58:03+ 3+2023-07-06 15:58:03* 3*2023-07-06 15:58:03) 3)2023-07-06 15:58:03( 3(2023-07-06 15:58:03' 3'2023-07-06 15:58:03& 3&2023-07-06 15:58:03% 3%2023-07-06 15:58:03$ 3$2023-07-06 15:58:03# 3#2023-07-06 15:58:03" 3"2023-07-06 15:58:03! 3!2023-07-06 15:58:03  3 2023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03  3 2023-07-06 15:58:03  3 2023-07-06 15:58:03  3 2023-07-06 15:58:03  3 2023-07-06 15:58:03  3 2023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:03 32023-07-06 15:58:02 32023-07-06 15:58:02 32023-07-06 15:58:02 32023-07-06 15:58:02 32023-07-06 15:58:02 32023-07-06 15:58:02 32023-07-06 15:58:02~ 32023-07-06 15:58:02} 32023-07-06 15:58:02| 32023-07-06 15:58:02{ 32023-07-06 15:58:02z 32023-07-06 15:58:02y 32023-07-06 15:58:02x 32023-07-06 15:58:02w 32023-07-06 15:58:02v 32023-07-06 15:58:02u 32023-07-06 15:58:02t 32023-07-06 15:58:02s 32023-07-06 15:58:02r 32023-07-06 15:58:02q 32023-07-06 15:58:02p 32023-07-06 15:58:02o 32023-07-06 15:58:02n 32023-07-06 15:58:02m 32023-07-06 15:58:02l 32023-07-06 15:58:02k 32023-07-06 15:58:02j 32023-07-06 15:58:02i 32023-07-06 15:58:02h 32023-07-06 15:58:02g 32023-07-06 15:58:02f 32023-07-06 15:58:02e 32023-07-06 15:58:02d 32023-07-06 15:58:02c 32023-07-06 15:58:02b 32023-07-06 15:58:02a 32023-07-06 15:58:02  ) f^;uq 3!U !im2023-07-06 15:58:02jmarcelinojmarcelino@qro.btlconsultants.com.mxjmarcelinoBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:32:22.ae5f1ec3-621b-1f12-eb4c-031485615ec4.jmarcelino@qro.btlconsultants.com.mx N:jmarcelino;;;; FN:jmarcelino EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmarcelino@qro.btlconsultants.com.mx END:VCARD jmarcelino jmarcelino@qro.btlconsultants.com.mxQp 3M I]2023-07-06 15:58:02kramoskramos@qro.btlconsultants.com.mxkramosBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:31:55.b24dbfa0-d40c-f577-0c81-ea940991d784.kramos@qro.btlconsultants.com.mx N:kramos;;;; FN:kramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:kramos@qro.btlconsultants.com.mx END:VCARD kramos kramos@qro.btlconsultants.com.mxco 3Q Ye2023-07-06 15:58:02rsanchezrsanchez@sin.btlconsultants.com.mxrsanchezBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:31:23.cb27f11d-8493-b0a7-d0d0-f428240878ec.rsanchez@sin.btlconsultants.com.mx N:rsanchez;;;; FN:rsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rsanchez@sin.btlconsultants.com.mx END:VCARD rsanchez rsanchez@sin.btlconsultants.com.mxcn 3Q Ye2023-07-06 15:58:02csanchezcsanchez@ver.btlconsultants.com.mxcsanchezBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:30:58.018649db-2edb-894c-6d2b-095c46937194.csanchez@ver.btlconsultants.com.mx N:csanchez;;;; FN:csanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:csanchez@ver.btlconsultants.com.mx END:VCARD csanchez csanchez@ver.btlconsultants.com.mxHm 3K AY2023-07-06 15:58:02glunagluna@ver.btlconsultants.com.mxglunaBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:29:07.0a6fade7-ecbd-1767-78e2-38b0cab58f7e.gluna@ver.btlconsultants.com.mx N:gluna;;;; FN:gluna EMAIL;TYPE=INTERNET;TYPE=INTERNET:gluna@ver.btlconsultants.com.mx END:VCARD gluna gluna@ver.btlconsultants.com.mxQl 3M I]2023-07-06 15:58:02ylopezylopez@ver.btlconsultants.com.mxylopezBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:28:37.f7b1c749-3f41-c16c-4904-ebe273c4ca7e.ylopez@ver.btlconsultants.com.mx N:ylopez;;;; FN:ylopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ylopez@ver.btlconsultants.com.mx END:VCARD ylopez ylopez@ver.btlconsultants.com.mxck 3Q Ye2023-07-06 15:58:02mmendozammendoza@oax.btlconsultants.com.mxmmendozaBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:25:58.b3bf311c-8daf-07f7-519c-035a8420d92f.mmendoza@oax.btlconsultants.com.mx N:mmendoza;;;; FN:mmendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmendoza@oax.btlconsultants.com.mx END:VCARD mmendoza mmendoza@oax.btlconsultants.com.mxaj 3S Yc2023-07-06 15:58:02rgarciargarcia@guerr.btlconsultants.com.mxrgarciaBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:25:32.d4f657a5-266c-b4f4-1048-859715215ae6.rgarcia@guerr.btlconsultants.com.mx N:rgarcia;;;; FN:rgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:rgarcia@guerr.btlconsultants.com.mx END:VCARD rgarcia rgarcia@gurr.btlconsultants.com.mxZi 3O Qa2023-07-06 15:58:02sgarciasgarcia@ver.btlconsultants.com.mxsgarciaBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:25:05.d9c73166-6957-c97e-1947-cb3877600f34.sgarcia@ver.btlconsultants.com.mx N:sgarcia;;;; FN:sgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:sgarcia@ver.btlconsultants.com.mx END:VCARD sgarcia sgarcia@ver.btlconsultants.com.mxch 3Q Ye2023-07-06 15:58:02musbaldamusbalda@sin.btlconsultants.com.mxmusbaldaBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:24:38.b2a0a4b9-ca59-966b-17cc-0f85b1e70b92.musbalda@sin.btlconsultants.com.mx N:musbalda;;;; FN:musbalda EMAIL;TYPE=INTERNET;TYPE=INTERNET:musbalda@sin.btlconsultants.com.mx END:VCARD musbalda musbalda@sin.btlconsultants.com.mxlg 3S ai2023-07-06 15:58:02a.jimeneza.jimenez@vdm.btlconsultants.com.mxa.jimenezBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:22:57.0a6bcd1d-0aa6-e882-51af-873f572bad55.a.jimenez@vdm.btlconsultants.com.mx N:a.jimenez;;;; FN:a.jimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.jimenez@vdm.btlconsultants.com.mx END:VCARD a.jimenez a.jimenez@vdm.btlconsultants.com.mx  2 SBu| 3!U !im2023-07-06 15:58:02amondragonamondragon@vdm.btlconsultants.com.mxamondragonBEGIN:VCARD VERSION:3.0 UID:2021-12-0115:35:10.fe6cfcd5-582c-a67f-b472-ca5843c59c53.amondragon@vdm.btlconsultants.com.mx N:amondragon;;;; FN:amondragon EMAIL;TYPE=INTERNET;TYPE=INTERNET:amondragon@vdm.btlconsultants.com.mx END:VCARD amondragon amondragon@vdm.btlconsultants.com.mxQ{ 3M I]2023-07-06 15:58:02gperezgperez@vdm.btlconsultants.com.mxgperezBEGIN:VCARD VERSION:3.0 UID:2021-12-0115:34:40.08c3dea0-6e93-224f-6702-1ee52ed63da8.gperez@vdm.btlconsultants.com.mx N:gperez;;;; FN:gperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:gperez@vdm.btlconsultants.com.mx END:VCARD gperez gperez@vdm.btlconsultants.com.mxQz 3M I]2023-07-06 15:58:02clopezclopez@vdm.btlconsultants.com.mxclopezBEGIN:VCARD VERSION:3.0 UID:2021-12-0115:33:19.95f809c1-50e6-0b21-4d5c-27e428e313ed.clopez@vdm.btlconsultants.com.mx N:clopez;;;; FN:clopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:clopez@vdm.btlconsultants.com.mx END:VCARD clopez clopez@vdm.btlconsultants.com.mxcy 3Q Ye2023-07-06 15:58:02maguilarmaguilar@vdm.btlconsultants.com.mxmaguilarBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:37:58.108b7b85-a6d7-8f16-fbf8-e600ae6b475d.maguilar@vdm.btlconsultants.com.mx N:maguilar;;;; FN:maguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:maguilar@vdm.btlconsultants.com.mx END:VCARD maguilar maguilar@vdm.btlconsultants.com.mxZx 3O Qa2023-07-06 15:58:02cmillancmillan@vdm.btlconsultants.com.mxcmillanBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:37:34.10969a17-8cd1-808d-20a0-5109b33534e8.cmillan@vdm.btlconsultants.com.mx N:cmillan;;;; FN:cmillan EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmillan@vdm.btlconsultants.com.mx END:VCARD cmillan cmillan@vdm.btlconsultants.com.mxcw 3Q Ye2023-07-06 15:58:02landradelandrade@vdm.btlconsultants.com.mxlandradeBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:37:05.cd0e4890-45dd-bbc4-a0eb-9c6eb8bb277a.landrade@vdm.btlconsultants.com.mx N:landrade;;;; FN:landrade EMAIL;TYPE=INTERNET;TYPE=INTERNET:landrade@vdm.btlconsultants.com.mx END:VCARD landrade landrade@vdm.btlconsultants.com.mxlv 3S ai2023-07-06 15:58:02csaavedracsaavedra@vdm.btlconsultants.com.mxcsaavedraBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:36:17.bffcbf78-5116-3c3e-3ae8-416128c7d37c.csaavedra@vdm.btlconsultants.com.mx N:csaavedra;;;; FN:csaavedra EMAIL;TYPE=INTERNET;TYPE=INTERNET:csaavedra@vdm.btlconsultants.com.mx END:VCARD csaavedra csaavedra@vdm.btlconsultants.com.mx?u 3I 9U2023-07-06 15:58:02hchehche@oax.btlconsultants.com.mxhcheBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:35:48.2378715f-9061-766b-a0c3-ec97930e33ca.hche@oax.btlconsultants.com.mx N:hche;;;; FN:hche EMAIL;TYPE=INTERNET;TYPE=INTERNET:hche@oax.btlconsultants.com.mx END:VCARD hche hche@oax.btlconsultants.com.mxct 3Q Ye2023-07-06 15:58:02sbeltransbeltran@gdl.btlconsultants.com.mxsbeltranBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:35:13.1222b99c-8992-5528-e302-9e943927b921.sbeltran@gdl.btlconsultants.com.mx N:sbeltran;;;; FN:sbeltran EMAIL;TYPE=INTERNET;TYPE=INTERNET:sbeltran@gdl.btlconsultants.com.mx END:VCARD sbeltran sbeltran@gdl.btlconsultants.com.mxus 3!U !im2023-07-06 15:58:02cgutierrezcgutierrez@vdm.btlconsultants.com.mxcgutierrezBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:33:50.ed6922a1-6bcb-0362-0676-023545704308.cgutierrez@vdm.btlconsultants.com.mx N:cgutierrez;;;; FN:cgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cgutierrez@vdm.btlconsultants.com.mx END:VCARD cgutierrez cgutierrez@vdm.btlconsultants.com.mxQr 3M I]2023-07-06 15:58:02ereynaereyna@mty.btlconsultants.com.mxereynaBEGIN:VCARD VERSION:3.0 UID:2021-11-3017:32:57.a81887a1-266a-8744-5412-e2eb4d31a1f4.ereyna@mty.btlconsultants.com.mx N:ereyna;;;; FN:ereyna EMAIL;TYPE=INTERNET;TYPE=INTERNET:ereyna@mty.btlconsultants.com.mx END:VCARD ereyna ereyna@mty.btlconsultants.com.mx   KbHZ 3O Qa2023-07-06 15:58:03iriverairivera@ver.btlconsultants.com.mxiriveraBEGIN:VCARD VERSION:3.0 UID:2021-12-1016:36:39.ca660380-37ce-4364-0e49-b86eaeba541c.irivera@ver.btlconsultants.com.mx N:irivera;;;; FN:irivera EMAIL;TYPE=INTERNET;TYPE=INTERNET:irivera@ver.btlconsultants.com.mx END:VCARD irivera irivera@ver.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:02slopezslopez@slp.btlconsultants.com.mxslopezBEGIN:VCARD VERSION:3.0 UID:2021-12-1016:35:27.79d8abce-1dca-3ea2-9c24-cb5e063e9aa4.slopez@slp.btlconsultants.com.mx N:slopez;;;; FN:slopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:slopez@slp.btlconsultants.com.mx END:VCARD slopez slopez@slp.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:02jgarciajgarcia@gto.btlconsultants.com.mxjgarciaBEGIN:VCARD VERSION:3.0 UID:2021-12-1016:33:51.6968dcec-c43c-a049-b9f7-75c533542496.jgarcia@gto.btlconsultants.com.mx N:jgarcia;;;; FN:jgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgarcia@gto.btlconsultants.com.mx END:VCARD jgarcia jgarcia@gto.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:02mnunezmnunez@bcs.btlconsultants.com.mxmnunezBEGIN:VCARD VERSION:3.0 UID:2021-12-1016:32:10.01ea7bff-42d4-31f3-a319-24cc13ecc063.mnunez@bcs.btlconsultants.com.mx N:mnunez;;;; FN:mnunez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mnunez@bcs.btlconsultants.com.mx END:VCARD mnunez mnunez@bcs.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:02kaispurokaispuro@bcn.btlconsultants.com.mxkaispuroBEGIN:VCARD VERSION:3.0 UID:2021-12-1016:31:32.68c671a6-15f5-7bac-27f5-f1dc3d0ff309.kaispuro@bcn.btlconsultants.com.mx N:kaispuro;;;; FN:kaispuro EMAIL;TYPE=INTERNET;TYPE=INTERNET:kaispuro@bcn.btlconsultants.com.mx END:VCARD kaispuro kaispuro@bcn.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:02scaballeroscaballero@mty.btlconsultants.com.mxscaballeroBEGIN:VCARD VERSION:3.0 UID:2021-12-1016:28:11.be4863b7-1c0d-a29a-d492-35df63e66313.scaballero@mty.btlconsultants.com.mx N:scaballero;;;; FN:scaballero EMAIL;TYPE=INTERNET;TYPE=INTERNET:scaballero@mty.btlconsultants.com.mx END:VCARD scaballero scaballero@mty.btlconsultants.com.mxl 3S ai2023-07-06 15:58:02jmartinezjmartinez@mty.btlconsultants.com.mxjmartinezBEGIN:VCARD VERSION:3.0 UID:2021-12-1016:14:27.421d3077-057c-9edf-74f2-e24bcdba5b18.jmartinez@mty.btlconsultants.com.mx N:jmartinez;;;; FN:jmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmartinez@mty.btlconsultants.com.mx END:VCARD jmartinez jmartinez@mty.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:02mpizarrompizarro@mer.btlconsultants.com.mxmpizarroBEGIN:VCARD VERSION:3.0 UID:2021-12-1016:12:59.401542bd-1aaf-252b-a9bd-039d00c2fb48.mpizarro@mer.btlconsultants.com.mx N:mpizarro;;;; FN:mpizarro EMAIL;TYPE=INTERNET;TYPE=INTERNET:mpizarro@mer.btlconsultants.com.mx END:VCARD mpizarro mpizarro@mer.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:02xnunezxnunez@vdm.btlconsultants.com.mxxnunezBEGIN:VCARD VERSION:3.0 UID:2021-12-0217:27:18.792fe02d-e735-f39d-5a8d-a0ebc6d005c1.xnunez@vdm.btlconsultants.com.mx N:xnunez;;;; FN:xnunez EMAIL;TYPE=INTERNET;TYPE=INTERNET:xnunez@vdm.btlconsultants.com.mx END:VCARD xnunez xnunez@vdm.btlconsultants.com.mx~ 3%Y %yq2023-07-06 15:58:02ar.rodriguezar.rodriguez@vdm.btlconsultants.com.mxar.rodriguezBEGIN:VCARD VERSION:3.0 UID:2021-12-0217:20:53.84235f31-52ae-a9f0-cb10-16dbccd3a7ec.ar.rodriguez@vdm.btlconsultants.com.mx N:ar.rodriguez;;;; FN:ar.rodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ar.rodriguez@vdm.btlconsultants.com.mx END:VCARD ar.rodriguz ar.rodriguz@vdm.btlconsultants.com.mxl} 3S ai2023-07-06 15:58:02egonzalezegonzalez@gdl.btlconsultants.com.mxegonzalezBEGIN:VCARD VERSION:3.0 UID:2021-12-0115:35:38.2d9eaafe-3613-d75c-cfdd-f984c04c7f0d.egonzalez@gdl.btlconsultants.com.mx N:egonzalez;;;; FN:egonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:egonzalez@gdl.btlconsultants.com.mx END:VCARD egonzalez egonzalez@gdl.btlconsultants.com.mx  2 d0Pc 3Q Ye2023-07-06 15:58:03hmontanohmontano@son.btlconsultants.com.mxhmontanoBEGIN:VCARD VERSION:3.0 UID:2021-12-1418:19:10.95353d55-879f-1237-5808-43c3bf5f6ad5.hmontano@son.btlconsultants.com.mx N:hmontano;;;; FN:hmontano EMAIL;TYPE=INTERNET;TYPE=INTERNET:hmontano@son.btlconsultants.com.mx END:VCARD hmontano hmontano@son.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:03gaguilargaguilar@gto.btlconsultants.com.mxgaguilarBEGIN:VCARD VERSION:3.0 UID:2021-12-1418:18:27.77262238-087e-7001-e69c-1f5eed515bd1.gaguilar@gto.btlconsultants.com.mx N:gaguilar;;;; FN:gaguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:gaguilar@gto.btlconsultants.com.mx END:VCARD gaguilar gaguilar@gto.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:03fgutierrezfgutierrez@mty.btlconsultants.com.mxfgutierrezBEGIN:VCARD VERSION:3.0 UID:2021-12-1418:17:49.6faf7916-0b60-bab4-acef-d57e63c4e909.fgutierrez@mty.btlconsultants.com.mx N:fgutierrez;;;; FN:fgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:fgutierrez@mty.btlconsultants.com.mx END:VCARD fgutierrez fgutierrez@mty.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:03bbarandabbaranda@vdm.btlconsultants.com.mxbbarandaBEGIN:VCARD VERSION:3.0 UID:2021-12-1418:17:14.6c161b9c-f09e-84b2-a01c-7fd39a5cb935.bbaranda@vdm.btlconsultants.com.mx N:bbaranda;;;; FN:bbaranda EMAIL;TYPE=INTERNET;TYPE=INTERNET:bbaranda@vdm.btlconsultants.com.mx END:VCARD bbaranda bbaranda@vdm.btlconsultants.com.mxg 3S ]g2023-07-06 15:58:03vramirezvramirez@chih.btlconsultants.com.mxvramirezBEGIN:VCARD VERSION:3.0 UID:2021-12-1418:15:22.5adc16b6-7ec6-9c73-d96c-96b769954353.vramirez@chih.btlconsultants.com.mx N:vramirez;;;; FN:vramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vramirez@chih.btlconsultants.com.mx END:VCARD vramirez vramirez@chih.btlconsultants.com.mxU 3O M_2023-07-06 15:58:03kperezkperez@coah.btlconsultants.com.mxkperezBEGIN:VCARD VERSION:3.0 UID:2021-12-1418:14:51.a9d2417e-ad2b-f356-c8b1-fa1563868c59.kperez@coah.btlconsultants.com.mx N:kperez;;;; FN:kperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:kperez@coah.btlconsultants.com.mx END:VCARD kperez kperez@coah.btlconsultants.com.mxl 3S ai2023-07-06 15:58:03jsaavedrajsaavedra@gdl.btlconsultants.com.mxjsaavedraBEGIN:VCARD VERSION:3.0 UID:2021-12-1418:14:20.dca71650-867f-6b49-1873-289a642d29c4.jsaavedra@gdl.btlconsultants.com.mx N:jsaavedra;;;; FN:jsaavedra EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsaavedra@gdl.btlconsultants.com.mx END:VCARD jsaavedra jsaavedra@gdl.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:03j.perezj.perez@mty.btlconsultants.com.mxj.perezBEGIN:VCARD VERSION:3.0 UID:2021-12-1418:13:41.78725f50-3afd-ef94-9400-d73627f63974.j.perez@mty.btlconsultants.com.mx N:j.perez;;;; FN:j.perez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.perez@mty.btlconsultants.com.mx END:VCARD j.perez j.perez@mty.btlconsultants.com.mxl 3S ai2023-07-06 15:58:03d.sanchezd.sanchez@vdm.btlconsultants.com.mxd.sanchezBEGIN:VCARD VERSION:3.0 UID:2021-12-1418:13:03.9cc61997-1303-3a1b-9855-2f09f2df2528.d.sanchez@vdm.btlconsultants.com.mx N:d.sanchez;;;; FN:d.sanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:d.sanchez@vdm.btlconsultants.com.mx END:VCARD d.sanchez d.sanchez@vdm.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:03mmaldonadommaldonado@vdm.btlconsultants.com.mxmmaldonadoBEGIN:VCARD VERSION:3.0 UID:2021-12-1418:12:13.b1b1a117-66eb-9054-0ad3-ad7dab728945.mmaldonado@vdm.btlconsultants.com.mx N:mmaldonado;;;; FN:mmaldonado EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmaldonado@vdm.btlconsultants.com.mx END:VCARD mmaldonado mmaldonado@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:03ccoptoccopto@ver.btlconsultants.com.mxccoptoBEGIN:VCARD VERSION:3.0 UID:2021-12-1016:37:20.b3cd9b3a-5e9a-20ad-9048-67ed4e121e22.ccopto@ver.btlconsultants.com.mx N:ccopto;;;; FN:ccopto EMAIL;TYPE=INTERNET;TYPE=INTERNET:ccopto@ver.btlconsultants.com.mx END:VCARD ccopto ccopto@ver.btlconsultants.com.mx k , g +Bkc 3Q Ye2023-07-06 15:58:03aramirezaramirez@vdm.btlconsultants.com.mxaramirezBEGIN:VCARD VERSION:3.0 UID:2021-12-2321:51:57.65291058-292a-b0c1-6795-4201fa42746d.aramirez@vdm.btlconsultants.com.mx N:aramirez;;;; FN:aramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:aramirez@vdm.btlconsultants.com.mx END:VCARD aramirez aramirez@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:58:03aarellanoaarellano@vdm.btlconsultants.com.mxaarellanoBEGIN:VCARD VERSION:3.0 UID:2021-12-2321:28:26.2da1e716-7752-7122-8635-fae0b8622304.aarellano@vdm.btlconsultants.com.mx N:aarellano;;;; FN:aarellano EMAIL;TYPE=INTERNET;TYPE=INTERNET:aarellano@vdm.btlconsultants.com.mx END:VCARD aarellano aarellano@vdm.btlconsultants.com.mx~ 3#W #qq2023-07-06 15:58:03bnepomucenobnepomuceno@vdm.btlconsultants.com.mxbnepomucenoBEGIN:VCARD VERSION:3.0 UID:2021-12-2321:26:10.12478d50-8e6c-9c42-0b37-b328e3f607bf.bnepomuceno@vdm.btlconsultants.com.mx N:bnepomuceno;;;; FN:bnepomuceno EMAIL;TYPE=INTERNET;TYPE=INTERNET:bnepomuceno@vdm.btlconsultants.com.mx END:VCARD bnepomuceno bnepomuceno@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:03ksegoviaksegovia@mty.btlconsultants.com.mxksegoviaBEGIN:VCARD VERSION:3.0 UID:2021-12-2321:25:37.ac049637-1421-b123-07bc-dab58b9b6fcb.ksegovia@mty.btlconsultants.com.mx N:ksegovia;;;; FN:ksegovia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ksegovia@mty.btlconsultants.com.mx END:VCARD ksegovia ksegovia@mty.btlconsultants.com.mxa 3S Yc2023-07-06 15:58:03bfloresbflores@guerr.btlconsultants.com.mxbfloresBEGIN:VCARD VERSION:3.0 UID:2021-12-2321:24:49.2fd6d3c2-bd66-8c0a-3f58-871f129099c1.bflores@guerr.btlconsultants.com.mx N:bflores;;;; FN:bflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:bflores@guerr.btlconsultants.com.mx END:VCARD bflores bflores@gurr.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:03ahernandezahernandez@vdm.btlconsultants.com.mxahernandezBEGIN:VCARD VERSION:3.0 UID:2021-12-2022:16:42.813a1778-0d8c-1b54-1814-f9fa258482b0.ahernandez@vdm.btlconsultants.com.mx N:ahernandez;;;; FN:ahernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ahernandez@vdm.btlconsultants.com.mx END:VCARD ahernandez ahernandez@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:03mmolinammolina@chi.btlconsultants.com.mxmmolinaBEGIN:VCARD VERSION:3.0 UID:2021-12-1418:22:28.ace0cd21-636e-bb9b-c63b-bbbd8bd7ca62.mmolina@chi.btlconsultants.com.mx N:mmolina;;;; FN:mmolina EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmolina@chi.btlconsultants.com.mx END:VCARD mmolina mmolina@chi.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:03vgutierrezvgutierrez@son.btlconsultants.com.mxvgutierrezBEGIN:VCARD VERSION:3.0 UID:2021-12-1418:21:53.082888c3-2738-d477-1b84-e694bf484e90.vgutierrez@son.btlconsultants.com.mx N:vgutierrez;;;; FN:vgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vgutierrez@son.btlconsultants.com.mx END:VCARD vgutierrez vgutierrez@son.btlconsultants.com.mxH 3K AY2023-07-06 15:58:03dcruzdcruz@slp.btlconsultants.com.mxdcruzBEGIN:VCARD VERSION:3.0 UID:2021-12-1418:21:22.62efe9d7-d007-38a9-6642-25d038b2b028.dcruz@slp.btlconsultants.com.mx N:dcruz;;;; FN:dcruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:dcruz@slp.btlconsultants.com.mx END:VCARD dcruz dcruz@slp.btlconsultants.com.mxr 3!U !ig2023-07-06 15:58:03jvelazquezjvelazquez@pue.btlconsultants.com.mxjvelazquezBEGIN:VCARD VERSION:3.0 UID:2021-12-1418:20:33.11db8ab5-1501-f53b-9232-a8012a90d118.jvelazquez@pue.btlconsultants.com.mx N:jvelazquez;;;; FN:jvelazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvelazquez@pue.btlconsultants.com.mx END:VCARD jvelazquz jvelazquz@pu.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:03hgarciahgarcia@oax.btlconsultants.com.mxhgarciaBEGIN:VCARD VERSION:3.0 UID:2021-12-1418:19:42.94f1b55f-11aa-6dd9-ec15-a580f7824d9e.hgarcia@oax.btlconsultants.com.mx N:hgarcia;;;; FN:hgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:hgarcia@oax.btlconsultants.com.mx END:VCARD hgarcia hgarcia@oax.btlconsultants.com.mx   V3nH( 3K AY2023-07-06 15:58:03rlugorlugo@vdm.btlconsultants.com.mxrlugoBEGIN:VCARD VERSION:3.0 UID:2021-12-2322:06:41.6ddf3847-6ab9-3ebd-f256-10e66665d546.rlugo@vdm.btlconsultants.com.mx N:rlugo;;;; FN:rlugo EMAIL;TYPE=INTERNET;TYPE=INTERNET:rlugo@vdm.btlconsultants.com.mx END:VCARD rlugo rlugo@vdm.btlconsultants.com.mxl' 3S ai2023-07-06 15:58:03dquinterodquintero@mty.btlconsultants.com.mxdquinteroBEGIN:VCARD VERSION:3.0 UID:2021-12-2322:04:57.219518a6-8ee0-96a7-e55e-c194e4f6fdd8.dquintero@mty.btlconsultants.com.mx N:dquintero;;;; FN:dquintero EMAIL;TYPE=INTERNET;TYPE=INTERNET:dquintero@mty.btlconsultants.com.mx END:VCARD dquintero dquintero@mty.btlconsultants.com.mxZ& 3O Qa2023-07-06 15:58:03otorresotorres@nay.btlconsultants.com.mxotorresBEGIN:VCARD VERSION:3.0 UID:2021-12-2322:02:58.3e6d1cff-06ca-fe4d-e074-5c606011a3ce.otorres@nay.btlconsultants.com.mx N:otorres;;;; FN:otorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:otorres@nay.btlconsultants.com.mx END:VCARD otorres otorres@nay.btlconsultants.com.mxc% 3Q Ye2023-07-06 15:58:03dacevedodacevedo@gto.btlconsultants.com.mxdacevedoBEGIN:VCARD VERSION:3.0 UID:2021-12-2322:01:34.8fced6de-4e62-162d-0126-12dbb9e84709.dacevedo@gto.btlconsultants.com.mx N:dacevedo;;;; FN:dacevedo EMAIL;TYPE=INTERNET;TYPE=INTERNET:dacevedo@gto.btlconsultants.com.mx END:VCARD dacevedo dacevedo@gto.btlconsultants.com.mxZ$ 3O Qa2023-07-06 15:58:03jmedinajmedina@mty.btlconsultants.com.mxjmedinaBEGIN:VCARD VERSION:3.0 UID:2021-12-2322:00:39.0107d319-4d16-e3ce-c745-5014472f1917.jmedina@mty.btlconsultants.com.mx N:jmedina;;;; FN:jmedina EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmedina@mty.btlconsultants.com.mx END:VCARD jmedina jmedina@mty.btlconsultants.com.mxc# 3Q Ye2023-07-06 15:58:03imendozaimendoza@gdl.btlconsultants.com.mximendozaBEGIN:VCARD VERSION:3.0 UID:2021-12-2322:00:12.539485a5-888e-916f-93ae-c00a63b8b574.imendoza@gdl.btlconsultants.com.mx N:imendoza;;;; FN:imendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:imendoza@gdl.btlconsultants.com.mx END:VCARD imendoza imendoza@gdl.btlconsultants.com.mxZ" 3O Qa2023-07-06 15:58:03ccastroccastro@gto.btlconsultants.com.mxccastroBEGIN:VCARD VERSION:3.0 UID:2021-12-2321:59:26.fccbfb62-5c33-ec39-d549-15a8ed2a954a.ccastro@gto.btlconsultants.com.mx N:ccastro;;;; FN:ccastro EMAIL;TYPE=INTERNET;TYPE=INTERNET:ccastro@gto.btlconsultants.com.mx END:VCARD ccastro ccastro@gto.btlconsultants.com.mxc! 3Q Ye2023-07-06 15:58:03ggaliciaggalicia@vdm.btlconsultants.com.mxggaliciaBEGIN:VCARD VERSION:3.0 UID:2021-12-2321:54:47.a17f1a71-409e-d0ff-d787-86ed1456f1b7.ggalicia@vdm.btlconsultants.com.mx N:ggalicia;;;; FN:ggalicia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ggalicia@vdm.btlconsultants.com.mx END:VCARD ggalicia ggalicia@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:03gcamposgcampos@mty.btlconsultants.com.mxgcamposBEGIN:VCARD VERSION:3.0 UID:2021-12-2321:54:01.62ea5a26-115c-9bdb-9171-ea71893226c0.gcampos@mty.btlconsultants.com.mx N:gcampos;;;; FN:gcampos EMAIL;TYPE=INTERNET;TYPE=INTERNET:gcampos@mty.btlconsultants.com.mx END:VCARD gcampos gcampos@mty.btlconsultants.com.mxj 3S ae2023-07-06 15:58:03lguerrerolguerrero@bcn.btlconsultants.com.mxlguerreroBEGIN:VCARD VERSION:3.0 UID:2021-12-2321:53:01.04ac6c89-9732-b4c7-ae83-8984c28f7133.lguerrero@bcn.btlconsultants.com.mx N:lguerrero;;;; FN:lguerrero EMAIL;TYPE=INTERNET;TYPE=INTERNET:lguerrero@bcn.btlconsultants.com.mx END:VCARD lgurrero lgurrero@bcn.btlconsultants.com.mxs 3!U !ii2023-07-06 15:58:03rvelazquezrvelazquez@vdm.btlconsultants.com.mxrvelazquezBEGIN:VCARD VERSION:3.0 UID:2021-12-2321:52:25.e937c737-ddac-f241-936d-a47c16761165.rvelazquez@vdm.btlconsultants.com.mx N:rvelazquez;;;; FN:rvelazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rvelazquez@vdm.btlconsultants.com.mx END:VCARD rvelazquz rvelazquz@vdm.btlconsultants.com.mx  ; ]Hq%Q3 3M I]2023-07-06 15:58:03jlopezjlopez@vdm.btlconsultants.com.mxjlopezBEGIN:VCARD VERSION:3.0 UID:2021-12-2816:39:19.4b670606-1ebc-7760-e3f3-6f33b5e6156b.jlopez@vdm.btlconsultants.com.mx N:jlopez;;;; FN:jlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jlopez@vdm.btlconsultants.com.mx END:VCARD jlopez jlopez@vdm.btlconsultants.com.mxH2 3K AY2023-07-06 15:58:03palbapalba@vdm.btlconsultants.com.mxpalbaBEGIN:VCARD VERSION:3.0 UID:2021-12-2816:38:48.a7a52d82-6915-c7f9-66d7-6ee5900216e9.palba@vdm.btlconsultants.com.mx N:palba;;;; FN:palba EMAIL;TYPE=INTERNET;TYPE=INTERNET:palba@vdm.btlconsultants.com.mx END:VCARD palba palba@vdm.btlconsultants.com.mx~1 3#W #qq2023-07-06 15:58:03a.hernandeza.hernandez@vdm.btlconsultants.com.mxa.hernandezBEGIN:VCARD VERSION:3.0 UID:2021-12-2816:37:00.aaf7bfae-683f-94a8-9a7b-7925034b6859.a.hernandez@vdm.btlconsultants.com.mx N:a.hernandez;;;; FN:a.hernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.hernandez@vdm.btlconsultants.com.mx END:VCARD a.hernandez a.hernandez@vdm.btlconsultants.com.mxQ0 3M I]2023-07-06 15:58:03cmunozcmunoz@tam.btlconsultants.com.mxcmunozBEGIN:VCARD VERSION:3.0 UID:2021-12-2322:11:18.ba254979-9de1-1392-7de3-5e6b040377d1.cmunoz@tam.btlconsultants.com.mx N:cmunoz;;;; FN:cmunoz EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmunoz@tam.btlconsultants.com.mx END:VCARD cmunoz cmunoz@tam.btlconsultants.com.mxU/ 3O M_2023-07-06 15:58:03pperezpperez@tlax.btlconsultants.com.mxpperezBEGIN:VCARD VERSION:3.0 UID:2021-12-2322:10:48.7f0391a9-ed64-e72b-e837-717a07f6d271.pperez@tlax.btlconsultants.com.mx N:pperez;;;; FN:pperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:pperez@tlax.btlconsultants.com.mx END:VCARD pperez pperez@tlax.btlconsultants.com.mxQ. 3M I]2023-07-06 15:58:03jperezjperez@zac.btlconsultants.com.mxjperezBEGIN:VCARD VERSION:3.0 UID:2021-12-2322:10:10.3aecf48b-2198-0f40-2bdd-ecb98fe41c28.jperez@zac.btlconsultants.com.mx N:jperez;;;; FN:jperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jperez@zac.btlconsultants.com.mx END:VCARD jperez jperez@zac.btlconsultants.com.mxc- 3Q Ye2023-07-06 15:58:03maracelimaraceli@bcn.btlconsultants.com.mxmaraceliBEGIN:VCARD VERSION:3.0 UID:2021-12-2322:09:44.59611b8f-e111-415e-3fef-37fd5650b5e5.maraceli@bcn.btlconsultants.com.mx N:maraceli;;;; FN:maraceli EMAIL;TYPE=INTERNET;TYPE=INTERNET:maraceli@bcn.btlconsultants.com.mx END:VCARD maraceli maraceli@bcn.btlconsultants.com.mxs, 3!U !ii2023-07-06 15:58:03mrodriguezmrodriguez@mty.btlconsultants.com.mxmrodriguezBEGIN:VCARD VERSION:3.0 UID:2021-12-2322:09:17.68e996e0-6f50-559f-1878-538ef602346a.mrodriguez@mty.btlconsultants.com.mx N:mrodriguez;;;; FN:mrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mrodriguez@mty.btlconsultants.com.mx END:VCARD mrodriguz mrodriguz@mty.btlconsultants.com.mxc+ 3Q Ye2023-07-06 15:58:03bsanchezbsanchez@bcn.btlconsultants.com.mxbsanchezBEGIN:VCARD VERSION:3.0 UID:2021-12-2322:08:41.7d53161f-e211-b329-30c8-37db8e866225.bsanchez@bcn.btlconsultants.com.mx N:bsanchez;;;; FN:bsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:bsanchez@bcn.btlconsultants.com.mx END:VCARD bsanchez bsanchez@bcn.btlconsultants.com.mxl* 3S ai2023-07-06 15:58:03dpsanchezdpsanchez@vdm.btlconsultants.com.mxdpsanchezBEGIN:VCARD VERSION:3.0 UID:2021-12-2322:08:06.65dd2aee-60b7-0ab7-4b3a-6cebd11c8160.dpsanchez@vdm.btlconsultants.com.mx N:dpsanchez;;;; FN:dpsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dpsanchez@vdm.btlconsultants.com.mx END:VCARD dpsanchez dpsanchez@vdm.btlconsultants.com.mxQ) 3M I]2023-07-06 15:58:03dromandroman@mty.btlconsultants.com.mxdromanBEGIN:VCARD VERSION:3.0 UID:2021-12-2322:07:12.e6048295-06d0-f065-7d37-59ffb110f00a.droman@mty.btlconsultants.com.mx N:droman;;;; FN:droman EMAIL;TYPE=INTERNET;TYPE=INTERNET:droman@mty.btlconsultants.com.mx END:VCARD droman droman@mty.btlconsultants.com.mx  4 f Clc> 3Q Ye2023-07-06 15:58:03jcadenasjcadenas@gdl.btlconsultants.com.mxjcadenasBEGIN:VCARD VERSION:3.0 UID:2021-12-3018:20:29.314816fb-8fd1-e66e-553e-ee897a6cb0d3.jcadenas@gdl.btlconsultants.com.mx N:jcadenas;;;; FN:jcadenas EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcadenas@gdl.btlconsultants.com.mx END:VCARD jcadenas jcadenas@gdl.btlconsultants.com.mxQ= 3M I]2023-07-06 15:58:03dreynadreyna@qro.btlconsultants.com.mxdreynaBEGIN:VCARD VERSION:3.0 UID:2021-12-3018:19:59.4bd7effb-c48b-16e7-c32e-24dfecd94d11.dreyna@qro.btlconsultants.com.mx N:dreyna;;;; FN:dreyna EMAIL;TYPE=INTERNET;TYPE=INTERNET:dreyna@qro.btlconsultants.com.mx END:VCARD dreyna dreyna@qro.btlconsultants.com.mxZ< 3O Qa2023-07-06 15:58:03jcarlosjcarlos@mty.btlconsultants.com.mxjcarlosBEGIN:VCARD VERSION:3.0 UID:2021-12-3018:16:46.56c73245-3746-3c95-856f-827642464702.jcarlos@mty.btlconsultants.com.mx N:jcarlos;;;; FN:jcarlos EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcarlos@mty.btlconsultants.com.mx END:VCARD jcarlos jcarlos@mty.btlconsultants.com.mxu; 3!U !im2023-07-06 15:58:03mhernandezmhernandez@chi.btlconsultants.com.mxmhernandezBEGIN:VCARD VERSION:3.0 UID:2021-12-3018:16:15.c527022d-bf96-2e73-59ad-822065690371.mhernandez@chi.btlconsultants.com.mx N:mhernandez;;;; FN:mhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mhernandez@chi.btlconsultants.com.mx END:VCARD mhernandez mhernandez@chi.btlconsultants.com.mxZ: 3O Qa2023-07-06 15:58:03elozanoelozano@tam.btlconsultants.com.mxelozanoBEGIN:VCARD VERSION:3.0 UID:2021-12-3018:15:21.f3a86791-afa4-064c-fb1a-60d89f22717e.elozano@tam.btlconsultants.com.mx N:elozano;;;; FN:elozano EMAIL;TYPE=INTERNET;TYPE=INTERNET:elozano@tam.btlconsultants.com.mx END:VCARD elozano elozano@tam.btlconsultants.com.mxc9 3Q Ye2023-07-06 15:58:03esegundoesegundo@vdm.btlconsultants.com.mxesegundoBEGIN:VCARD VERSION:3.0 UID:2021-12-2816:49:41.0be8f89d-a69c-52b1-8a68-21a27546541a.esegundo@vdm.btlconsultants.com.mx N:esegundo;;;; FN:esegundo EMAIL;TYPE=INTERNET;TYPE=INTERNET:esegundo@vdm.btlconsultants.com.mx END:VCARD esegundo esegundo@vdm.btlconsultants.com.mxZ8 3O Qa2023-07-06 15:58:03r.lopezr.lopez@vdm.btlconsultants.com.mxr.lopezBEGIN:VCARD VERSION:3.0 UID:2021-12-2816:49:09.c877ef68-9d9b-9a4a-943e-e0f63805247d.r.lopez@vdm.btlconsultants.com.mx N:r.lopez;;;; FN:r.lopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:r.lopez@vdm.btlconsultants.com.mx END:VCARD r.lopez r.lopez@vdm.btlconsultants.com.mxc7 3!M !Ya2023-07-06 15:58:03dvelazquezdvelazquez@btlconsultants.com.mxdvelazquezBEGIN:VCARD VERSION:3.0 UID:2021-12-2816:48:28.a13e184e-e7ae-2a9b-5433-28e3a84b415f.dvelazquez@btlconsultants.com.mx N:dvelazquez;;;; FN:dvelazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dvelazquez@btlconsultants.com.mx END:VCARD dvelazquz dvelazquz@btlconsultants.com.mxc6 3Q Ye2023-07-06 15:58:03jmoralesjmorales@vdm.btlconsultants.com.mxjmoralesBEGIN:VCARD VERSION:3.0 UID:2021-12-2816:47:53.24336ea4-40fc-20a5-c873-2e647c418787.jmorales@vdm.btlconsultants.com.mx N:jmorales;;;; FN:jmorales EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmorales@vdm.btlconsultants.com.mx END:VCARD jmorales jmorales@vdm.btlconsultants.com.mxc5 3Q Ye2023-07-06 15:58:03glinaresglinares@vdm.btlconsultants.com.mxglinaresBEGIN:VCARD VERSION:3.0 UID:2021-12-2816:47:21.33394d55-3775-f189-c637-72bb1e245ce6.glinares@vdm.btlconsultants.com.mx N:glinares;;;; FN:glinares EMAIL;TYPE=INTERNET;TYPE=INTERNET:glinares@vdm.btlconsultants.com.mx END:VCARD glinares glinares@vdm.btlconsultants.com.mxa4 3Q Ya2023-07-06 15:58:03kfuenteskfuentes@vdm.btlconsultants.com.mxkfuentesBEGIN:VCARD VERSION:3.0 UID:2021-12-2816:45:39.0b6abd7e-d129-dfd1-4a35-f6199306d27d.kfuentes@vdm.btlconsultants.com.mx N:kfuentes;;;; FN:kfuentes EMAIL;TYPE=INTERNET;TYPE=INTERNET:kfuentes@vdm.btlconsultants.com.mx END:VCARD kfuntes kfuntes@vdm.btlconsultants.com.mx   6xgcI 3Q Ye2023-07-06 15:58:04palvarezpalvarez@ags.btlconsultants.com.mxpalvarezBEGIN:VCARD VERSION:3.0 UID:2022-01-1118:34:53.65a8a9af-4cb4-786b-2337-2ab68cfde062.palvarez@ags.btlconsultants.com.mx N:palvarez;;;; FN:palvarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:palvarez@ags.btlconsultants.com.mx END:VCARD palvarez palvarez@ags.btlconsultants.com.mxcH 3Q Ye2023-07-06 15:58:04ppedrozappedroza@gdl.btlconsultants.com.mxppedrozaBEGIN:VCARD VERSION:3.0 UID:2022-01-1118:34:19.9dbe0d73-9ba2-5cbe-b391-b303a4ad588f.ppedroza@gdl.btlconsultants.com.mx N:ppedroza;;;; FN:ppedroza EMAIL;TYPE=INTERNET;TYPE=INTERNET:ppedroza@gdl.btlconsultants.com.mx END:VCARD ppedroza ppedroza@gdl.btlconsultants.com.mx?G 3I 9U2023-07-06 15:58:04cmarcmar@vdm.btlconsultants.com.mxcmarBEGIN:VCARD VERSION:3.0 UID:2022-01-1117:22:31.2769dbcd-eb92-f049-cb50-e74b703a5621.cmar@vdm.btlconsultants.com.mx N:cmar;;;; FN:cmar EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmar@vdm.btlconsultants.com.mx END:VCARD cmar cmar@vdm.btlconsultants.com.mxcF 3Q Ye2023-07-06 15:58:04dcardonadcardona@vdm.btlconsultants.com.mxdcardonaBEGIN:VCARD VERSION:3.0 UID:2022-01-1117:22:02.b1f4b18d-8695-1d8e-a1f1-ff8ad8fad7e4.dcardona@vdm.btlconsultants.com.mx N:dcardona;;;; FN:dcardona EMAIL;TYPE=INTERNET;TYPE=INTERNET:dcardona@vdm.btlconsultants.com.mx END:VCARD dcardona dcardona@vdm.btlconsultants.com.mxcE 3Q Ye2023-07-06 15:58:04vestradavestrada@gdl.btlconsultants.com.mxvestradaBEGIN:VCARD VERSION:3.0 UID:2022-01-1117:01:19.add88fa3-1147-d39c-b7f7-ab59f7ec43aa.vestrada@gdl.btlconsultants.com.mx N:vestrada;;;; FN:vestrada EMAIL;TYPE=INTERNET;TYPE=INTERNET:vestrada@gdl.btlconsultants.com.mx END:VCARD vestrada vestrada@gdl.btlconsultants.com.mxeD 3!M !Ye2023-07-06 15:58:04n.martinezn.martinez@btlconsultants.com.mxn.martinezBEGIN:VCARD VERSION:3.0 UID:2022-01-1019:43:29.78d0dca6-e762-121b-5069-c1f7495bd262.n.martinez@btlconsultants.com.mx N:n.martinez;;;; FN:n.martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:n.martinez@btlconsultants.com.mx END:VCARD n.martinez n.martinez@btlconsultants.com.mxQC 3M I]2023-07-06 15:58:04emejiaemejia@vdm.btlconsultants.com.mxemejiaBEGIN:VCARD VERSION:3.0 UID:2022-01-0721:14:17.cc5d009d-4564-39d5-11b1-cd683df0527e.emejia@vdm.btlconsultants.com.mx N:emejia;;;; FN:emejia EMAIL;TYPE=INTERNET;TYPE=INTERNET:emejia@vdm.btlconsultants.com.mx END:VCARD emejia emejia@vdm.btlconsultants.com.mxlB 3S ai2023-07-06 15:58:04ldelangelldelangel@tam.btlconsultants.com.mxldelangelBEGIN:VCARD VERSION:3.0 UID:2021-12-3018:23:35.d6a1a468-5604-4f7d-3862-0dee265abb53.ldelangel@tam.btlconsultants.com.mx N:ldelangel;;;; FN:ldelangel EMAIL;TYPE=INTERNET;TYPE=INTERNET:ldelangel@tam.btlconsultants.com.mx END:VCARD ldelangel ldelangel@tam.btlconsultants.com.mxrA 3!U !ig2023-07-06 15:58:04ch.vazquezch.vazquez@pue.btlconsultants.com.mxch.vazquezBEGIN:VCARD VERSION:3.0 UID:2021-12-3018:22:58.d9945e20-749c-f6ac-85c1-4cf934cf014c.ch.vazquez@pue.btlconsultants.com.mx N:ch.vazquez;;;; FN:ch.vazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ch.vazquez@pue.btlconsultants.com.mx END:VCARD ch.vazquz ch.vazquz@pu.btlconsultants.com.mxy@ 3!W !mo2023-07-06 15:58:04bgutierrezbgutierrez@tlax.btlconsultants.com.mxbgutierrezBEGIN:VCARD VERSION:3.0 UID:2021-12-3018:22:13.72810c6f-de1e-6c21-b310-be2cbe1e4943.bgutierrez@tlax.btlconsultants.com.mx N:bgutierrez;;;; FN:bgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:bgutierrez@tlax.btlconsultants.com.mx END:VCARD bgutierrez bgutierrez@tlax.btlconsultants.com.mxc? 3Q Ye2023-07-06 15:58:03dgaliciadgalicia@vdm.btlconsultants.com.mxdgaliciaBEGIN:VCARD VERSION:3.0 UID:2021-12-3018:21:02.a8bd50f2-f0bc-bd7a-fb87-6cc20271766a.dgalicia@vdm.btlconsultants.com.mx N:dgalicia;;;; FN:dgalicia EMAIL;TYPE=INTERNET;TYPE=INTERNET:dgalicia@vdm.btlconsultants.com.mx END:VCARD dgalicia dgalicia@vdm.btlconsultants.com.mx  O NcT 3Q Ye2023-07-06 15:58:04dalvarezdalvarez@vdm.btlconsultants.com.mxdalvarezBEGIN:VCARD VERSION:3.0 UID:2022-01-1120:35:17.310d7d3d-8287-54c1-a385-e508d03d4760.dalvarez@vdm.btlconsultants.com.mx N:dalvarez;;;; FN:dalvarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dalvarez@vdm.btlconsultants.com.mx END:VCARD dalvarez dalvarez@vdm.btlconsultants.com.mx~S 3#W #qq2023-07-06 15:58:04alhernandezalhernandez@vdm.btlconsultants.com.mxalhernandezBEGIN:VCARD VERSION:3.0 UID:2022-01-1120:34:23.9b84075d-973d-3c24-ad9b-6717ecb155eb.alhernandez@vdm.btlconsultants.com.mx N:alhernandez;;;; FN:alhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:alhernandez@vdm.btlconsultants.com.mx END:VCARD alhernandez alhernandez@vdm.btlconsultants.com.mxQR 3M I]2023-07-06 15:58:04hortizhortiz@qro.btlconsultants.com.mxhortizBEGIN:VCARD VERSION:3.0 UID:2022-01-1118:40:37.a9938c7c-febe-1523-95d9-aaec90b7c1f9.hortiz@qro.btlconsultants.com.mx N:hortiz;;;; FN:hortiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:hortiz@qro.btlconsultants.com.mx END:VCARD hortiz hortiz@qro.btlconsultants.com.mxcQ 3Q Ye2023-07-06 15:58:04csaucedocsaucedo@zac.btlconsultants.com.mxcsaucedoBEGIN:VCARD VERSION:3.0 UID:2022-01-1118:40:00.7610a607-a2b1-5ab9-3ed0-88988c732064.csaucedo@zac.btlconsultants.com.mx N:csaucedo;;;; FN:csaucedo EMAIL;TYPE=INTERNET;TYPE=INTERNET:csaucedo@zac.btlconsultants.com.mx END:VCARD csaucedo csaucedo@zac.btlconsultants.com.mxZP 3O Qa2023-07-06 15:58:04r.armasr.armas@gdl.btlconsultants.com.mxr.armasBEGIN:VCARD VERSION:3.0 UID:2022-01-1118:39:23.2b8cb494-6620-cd37-0d40-cdac6e86ffba.r.armas@gdl.btlconsultants.com.mx N:r.armas;;;; FN:r.armas EMAIL;TYPE=INTERNET;TYPE=INTERNET:r.armas@gdl.btlconsultants.com.mx END:VCARD r.armas r.armas@gdl.btlconsultants.com.mxZO 3O Qa2023-07-06 15:58:04dcoronadcorona@mer.btlconsultants.com.mxdcoronaBEGIN:VCARD VERSION:3.0 UID:2022-01-1118:38:44.1bbe79f4-eff0-c9e5-50e5-9bece5338824.dcorona@mer.btlconsultants.com.mx N:dcorona;;;; FN:dcorona EMAIL;TYPE=INTERNET;TYPE=INTERNET:dcorona@mer.btlconsultants.com.mx END:VCARD dcorona dcorona@mer.btlconsultants.com.mxsN 3!U !ii2023-07-06 15:58:04erodriguezerodriguez@ags.btlconsultants.com.mxerodriguezBEGIN:VCARD VERSION:3.0 UID:2022-01-1118:38:04.1d50c603-34c0-c3e3-1359-4aab609edbe6.erodriguez@ags.btlconsultants.com.mx N:erodriguez;;;; FN:erodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:erodriguez@ags.btlconsultants.com.mx END:VCARD erodriguz erodriguz@ags.btlconsultants.com.mxlM 3S ai2023-07-06 15:58:04rimperialrimperial@son.btlconsultants.com.mxrimperialBEGIN:VCARD VERSION:3.0 UID:2022-01-1118:37:27.69ef1aa6-63de-e6ae-b41d-8ba72a4a7e80.rimperial@son.btlconsultants.com.mx N:rimperial;;;; FN:rimperial EMAIL;TYPE=INTERNET;TYPE=INTERNET:rimperial@son.btlconsultants.com.mx END:VCARD rimperial rimperial@son.btlconsultants.com.mxZL 3O Qa2023-07-06 15:58:04cmorenocmoreno@slp.btlconsultants.com.mxcmorenoBEGIN:VCARD VERSION:3.0 UID:2022-01-1118:36:47.ad3f105e-18d7-1aff-1ccd-4818be6fae7a.cmoreno@slp.btlconsultants.com.mx N:cmoreno;;;; FN:cmoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmoreno@slp.btlconsultants.com.mx END:VCARD cmoreno cmoreno@slp.btlconsultants.com.mxaK 3S Yc2023-07-06 15:58:04rfloresrflores@guerr.btlconsultants.com.mxrfloresBEGIN:VCARD VERSION:3.0 UID:2022-01-1118:36:09.74b7b015-44e5-46f7-dac1-dbaf4bdb0892.rflores@guerr.btlconsultants.com.mx N:rflores;;;; FN:rflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:rflores@guerr.btlconsultants.com.mx END:VCARD rflores rflores@gurr.btlconsultants.com.mxHJ 3K AY2023-07-06 15:58:04bdiazbdiaz@slp.btlconsultants.com.mxbdiazBEGIN:VCARD VERSION:3.0 UID:2022-01-1118:35:34.999f489b-4170-6a39-f912-c470b0a3a040.bdiaz@slp.btlconsultants.com.mx N:bdiaz;;;; FN:bdiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:bdiaz@slp.btlconsultants.com.mx END:VCARD bdiaz bdiaz@slp.btlconsultants.com.mx exph`XPH@80( xph`XPH@80(  x p h ` X P H @ 8 0 (    0 (    x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    xph`XPH@80( xph`XPH@80( xph`XPH@80( xph`XPH@80(  x p h ` X P H @ 8 0 (    x p h ` X P H @ 8xph`XPH@80( xph`XPH@~~}}||{{zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMMLLKKJJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!                        ) [8|l_ 3S ai2023-07-06 15:58:04cflorianocfloriano@chi.btlconsultants.com.mxcflorianoBEGIN:VCARD VERSION:3.0 UID:2022-01-1121:08:09.23ea0a9f-df77-679c-5226-7c65f4db190c.cfloriano@chi.btlconsultants.com.mx N:cfloriano;;;; FN:cfloriano EMAIL;TYPE=INTERNET;TYPE=INTERNET:cfloriano@chi.btlconsultants.com.mx END:VCARD cfloriano cfloriano@chi.btlconsultants.com.mxZ^ 3O Qa2023-07-06 15:58:04firineofirineo@mer.btlconsultants.com.mxfirineoBEGIN:VCARD VERSION:3.0 UID:2022-01-1121:07:32.7e9d0918-a73a-0c2e-a3d5-f89ca1c8d917.firineo@mer.btlconsultants.com.mx N:firineo;;;; FN:firineo EMAIL;TYPE=INTERNET;TYPE=INTERNET:firineo@mer.btlconsultants.com.mx END:VCARD firineo firineo@mer.btlconsultants.com.mxQ] 3M I]2023-07-06 15:58:04kayalakayala@gdl.btlconsultants.com.mxkayalaBEGIN:VCARD VERSION:3.0 UID:2022-01-1120:44:12.e4ca4727-3e4e-10d8-7854-14e285b1c43f.kayala@gdl.btlconsultants.com.mx N:kayala;;;; FN:kayala EMAIL;TYPE=INTERNET;TYPE=INTERNET:kayala@gdl.btlconsultants.com.mx END:VCARD kayala kayala@gdl.btlconsultants.com.mxc\ 3Q Ye2023-07-06 15:58:04jbernabejbernabe@vdm.btlconsultants.com.mxjbernabeBEGIN:VCARD VERSION:3.0 UID:2022-01-1120:42:24.1832261a-2358-1dd4-689a-f053aafeccc1.jbernabe@vdm.btlconsultants.com.mx N:jbernabe;;;; FN:jbernabe EMAIL;TYPE=INTERNET;TYPE=INTERNET:jbernabe@vdm.btlconsultants.com.mx END:VCARD jbernabe jbernabe@vdm.btlconsultants.com.mxZ[ 3O Qa2023-07-06 15:58:04jtorresjtorres@vdm.btlconsultants.com.mxjtorresBEGIN:VCARD VERSION:3.0 UID:2022-01-1120:41:54.bd7a776c-3858-c353-a350-c609b2082dd5.jtorres@vdm.btlconsultants.com.mx N:jtorres;;;; FN:jtorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:jtorres@vdm.btlconsultants.com.mx END:VCARD jtorres jtorres@vdm.btlconsultants.com.mxZZ 3O Qa2023-07-06 15:58:04jolopezjolopez@vdm.btlconsultants.com.mxjolopezBEGIN:VCARD VERSION:3.0 UID:2022-01-1120:41:22.09a828e8-8c84-e858-850e-8e865de06c43.jolopez@vdm.btlconsultants.com.mx N:jolopez;;;; FN:jolopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jolopez@vdm.btlconsultants.com.mx END:VCARD jolopez jolopez@vdm.btlconsultants.com.mxcY 3Q Ye2023-07-06 15:58:04angarciaangarcia@vdm.btlconsultants.com.mxangarciaBEGIN:VCARD VERSION:3.0 UID:2022-01-1120:40:16.5d1139a7-102e-aedd-e87b-aa7b70af7977.angarcia@vdm.btlconsultants.com.mx N:angarcia;;;; FN:angarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:angarcia@vdm.btlconsultants.com.mx END:VCARD angarcia angarcia@vdm.btlconsultants.com.mxlX 3S ai2023-07-06 15:58:04nmartineznmartinez@qro.btlconsultants.com.mxnmartinezBEGIN:VCARD VERSION:3.0 UID:2022-01-1120:37:54.f68007a1-5aa0-fa32-fc3e-58ed2fc74a6d.nmartinez@qro.btlconsultants.com.mx N:nmartinez;;;; FN:nmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:nmartinez@qro.btlconsultants.com.mx END:VCARD nmartinez nmartinez@qro.btlconsultants.com.mxZW 3O Qa2023-07-06 15:58:04egarciaegarcia@slp.btlconsultants.com.mxegarciaBEGIN:VCARD VERSION:3.0 UID:2022-01-1120:37:27.1239e33b-ea39-ffb8-8f6e-de59f3e078dd.egarcia@slp.btlconsultants.com.mx N:egarcia;;;; FN:egarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:egarcia@slp.btlconsultants.com.mx END:VCARD egarcia egarcia@slp.btlconsultants.com.mxcV 3Q Ye2023-07-06 15:58:04rmontoyarmontoya@slp.btlconsultants.com.mxrmontoyaBEGIN:VCARD VERSION:3.0 UID:2022-01-1120:36:52.5317c1b6-2e76-76a1-e097-ba140d767f32.rmontoya@slp.btlconsultants.com.mx N:rmontoya;;;; FN:rmontoya EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmontoya@slp.btlconsultants.com.mx END:VCARD rmontoya rmontoya@slp.btlconsultants.com.mxlU 3S ai2023-07-06 15:58:04ccastilloccastillo@mty.btlconsultants.com.mxccastilloBEGIN:VCARD VERSION:3.0 UID:2022-01-1120:35:45.321ec5bc-001c-b02d-46fe-5b11041a8781.ccastillo@mty.btlconsultants.com.mx N:ccastillo;;;; FN:ccastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ccastillo@mty.btlconsultants.com.mx END:VCARD ccastillo ccastillo@mty.btlconsultants.com.mx ~  f C%uj 3!U !im2023-07-06 15:58:04jmelgarejojmelgarejo@mty.btlconsultants.com.mxjmelgarejoBEGIN:VCARD VERSION:3.0 UID:2022-01-1401:18:30.e6731d41-daf1-7e96-a721-ec66bb38ec84.jmelgarejo@mty.btlconsultants.com.mx N:jmelgarejo;;;; FN:jmelgarejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmelgarejo@mty.btlconsultants.com.mx END:VCARD jmelgarejo jmelgarejo@mty.btlconsultants.com.mx^i 3Q Uc2023-07-06 15:58:04mcorpusmcorpus@coah.btlconsultants.com.mxmcorpusBEGIN:VCARD VERSION:3.0 UID:2022-01-1401:17:50.a1f8db59-0fca-9072-9f42-d7e2e5fadfc3.mcorpus@coah.btlconsultants.com.mx N:mcorpus;;;; FN:mcorpus EMAIL;TYPE=INTERNET;TYPE=INTERNET:mcorpus@coah.btlconsultants.com.mx END:VCARD mcorpus mcorpus@coah.btlconsultants.com.mxQh 3M I]2023-07-06 15:58:04lramoslramos@tux.btlconsultants.com.mxlramosBEGIN:VCARD VERSION:3.0 UID:2022-01-1401:15:19.a599971f-9792-a5d0-6067-3828abd2a829.lramos@tux.btlconsultants.com.mx N:lramos;;;; FN:lramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:lramos@tux.btlconsultants.com.mx END:VCARD lramos lramos@tux.btlconsultants.com.mxcg 3Q Ye2023-07-06 15:58:04dcamachodcamacho@son.btlconsultants.com.mxdcamachoBEGIN:VCARD VERSION:3.0 UID:2022-01-1401:14:04.db3072f1-feb7-ae5f-ca4b-d336c9c9569c.dcamacho@son.btlconsultants.com.mx N:dcamacho;;;; FN:dcamacho EMAIL;TYPE=INTERNET;TYPE=INTERNET:dcamacho@son.btlconsultants.com.mx END:VCARD dcamacho dcamacho@son.btlconsultants.com.mxcf 3Q Ye2023-07-06 15:58:04mnapolesmnapoles@chi.btlconsultants.com.mxmnapolesBEGIN:VCARD VERSION:3.0 UID:2022-01-1121:13:19.073ac34b-5ac5-03b7-f63b-4e05adbbcaf7.mnapoles@chi.btlconsultants.com.mx N:mnapoles;;;; FN:mnapoles EMAIL;TYPE=INTERNET;TYPE=INTERNET:mnapoles@chi.btlconsultants.com.mx END:VCARD mnapoles mnapoles@chi.btlconsultants.com.mxZe 3O Qa2023-07-06 15:58:04avaldezavaldez@vdm.btlconsultants.com.mxavaldezBEGIN:VCARD VERSION:3.0 UID:2022-01-1121:12:51.edc2d6c1-596b-86df-b986-841faf975d8c.avaldez@vdm.btlconsultants.com.mx N:avaldez;;;; FN:avaldez EMAIL;TYPE=INTERNET;TYPE=INTERNET:avaldez@vdm.btlconsultants.com.mx END:VCARD avaldez avaldez@vdm.btlconsultants.com.mxZd 3O Qa2023-07-06 15:58:04bmorenobmoreno@vdm.btlconsultants.com.mxbmorenoBEGIN:VCARD VERSION:3.0 UID:2022-01-1121:12:22.cc3616cf-1188-0201-24f4-ff473e06043f.bmoreno@vdm.btlconsultants.com.mx N:bmoreno;;;; FN:bmoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:bmoreno@vdm.btlconsultants.com.mx END:VCARD bmoreno bmoreno@vdm.btlconsultants.com.mxOc 3M IY2023-07-06 15:58:04ihuezoihuezo@vdm.btlconsultants.com.mxihuezoBEGIN:VCARD VERSION:3.0 UID:2022-01-1121:11:54.9c990197-595b-ab8b-45eb-44f016967aed.ihuezo@vdm.btlconsultants.com.mx N:ihuezo;;;; FN:ihuezo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ihuezo@vdm.btlconsultants.com.mx END:VCARD ihuzo ihuzo@vdm.btlconsultants.com.mxQb 3M I]2023-07-06 15:58:04ebucioebucio@vdm.btlconsultants.com.mxebucioBEGIN:VCARD VERSION:3.0 UID:2022-01-1121:11:21.c525dcb4-d0f8-42b4-cbf9-18f0789e8f9e.ebucio@vdm.btlconsultants.com.mx N:ebucio;;;; FN:ebucio EMAIL;TYPE=INTERNET;TYPE=INTERNET:ebucio@vdm.btlconsultants.com.mx END:VCARD ebucio ebucio@vdm.btlconsultants.com.mxla 3S ai2023-07-06 15:58:04equintanaequintana@vdm.btlconsultants.com.mxequintanaBEGIN:VCARD VERSION:3.0 UID:2022-01-1121:10:49.3dad27d6-a7e9-b320-059c-eaa1526464ab.equintana@vdm.btlconsultants.com.mx N:equintana;;;; FN:equintana EMAIL;TYPE=INTERNET;TYPE=INTERNET:equintana@vdm.btlconsultants.com.mx END:VCARD equintana equintana@vdm.btlconsultants.com.mx~` 3#W #qq2023-07-06 15:58:04engutierrezengutierrez@vdm.btlconsultants.com.mxengutierrezBEGIN:VCARD VERSION:3.0 UID:2022-01-1121:08:57.7e85ad11-d940-527b-5d45-a37505ad239a.engutierrez@vdm.btlconsultants.com.mx N:engutierrez;;;; FN:engutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:engutierrez@vdm.btlconsultants.com.mx END:VCARD engutierrez engutierrez@vdm.btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX< p 32023-07-06 15:58:08o 32023-07-06 15:58:08n 32023-07-06 15:58:08m 32023-07-06 15:58:08l 32023-07-06 15:58:08k 32023-07-06 15:58:08j 32023-07-06 15:58:08i 32023-07-06 15:58:08h 32023-07-06 15:58:08g 32023-07-06 15:58:08f 32023-07-06 15:58:08e 32023-07-06 15:58:08d 32023-07-06 15:58:08c 32023-07-06 15:58:08b 32023-07-06 15:58:08a 32023-07-06 15:58:08` 32023-07-06 15:58:08_ 32023-07-06 15:58:08^ 32023-07-06 15:58:07] 32023-07-06 15:58:07\ 32023-07-06 15:58:07[ 32023-07-06 15:58:07Z 32023-07-06 15:58:07Y 32023-07-06 15:58:07X 32023-07-06 15:58:07W 32023-07-06 15:58:07V 32023-07-06 15:58:07U 32023-07-06 15:58:07T 32023-07-06 15:58:07S 32023-07-06 15:58:07R 32023-07-06 15:58:07Q 32023-07-06 15:58:07P 32023-07-06 15:58:07O 32023-07-06 15:58:07N 32023-07-06 15:58:07M 32023-07-06 15:58:07L 32023-07-06 15:58:07K 32023-07-06 15:58:07J 32023-07-06 15:58:07I 32023-07-06 15:58:07H 32023-07-06 15:58:07G 32023-07-06 15:58:07F 32023-07-06 15:58:07E 32023-07-06 15:58:07D 32023-07-06 15:58:07C 32023-07-06 15:58:07B 32023-07-06 15:58:07A 32023-07-06 15:58:07@ 32023-07-06 15:58:07? 32023-07-06 15:58:07> 32023-07-06 15:58:07= 32023-07-06 15:58:07< 32023-07-06 15:58:07; 32023-07-06 15:58:07: 32023-07-06 15:58:069 32023-07-06 15:58:068 32023-07-06 15:58:067 32023-07-06 15:58:066 32023-07-06 15:58:065 32023-07-06 15:58:064 32023-07-06 15:58:063 32023-07-06 15:58:062 32023-07-06 15:58:061 32023-07-06 15:58:060 32023-07-06 15:58:06/ 32023-07-06 15:58:06. 32023-07-06 15:58:06- 32023-07-06 15:58:06, 32023-07-06 15:58:06+ 32023-07-06 15:58:06* 32023-07-06 15:58:06) 32023-07-06 15:58:06( 32023-07-06 15:58:06' 32023-07-06 15:58:06& 32023-07-06 15:58:06% 32023-07-06 15:58:06$ 32023-07-06 15:58:06# 32023-07-06 15:58:06" 32023-07-06 15:58:06! 32023-07-06 15:58:06  32023-07-06 15:58:06 32023-07-06 15:58:06 32023-07-06 15:58:06 32023-07-06 15:58:06 32023-07-06 15:58:06 32023-07-06 15:58:06 32023-07-06 15:58:06 32023-07-06 15:58:06 32023-07-06 15:58:06 32023-07-06 15:58:06 32023-07-06 15:58:06 32023-07-06 15:58:06 32023-07-06 15:58:06 32023-07-06 15:58:06 32023-07-06 15:58:06 32023-07-06 15:58:05 32023-07-06 15:58:05 32023-07-06 15:58:05 32023-07-06 15:58:05  32023-07-06 15:58:05  32023-07-06 15:58:05  32023-07-06 15:58:05  32023-07-06 15:58:05  32023-07-06 15:58:05 32023-07-06 15:58:05 32023-07-06 15:58:05 32023-07-06 15:58:05 32023-07-06 15:58:05 32023-07-06 15:58:05 32023-07-06 15:58:05 32023-07-06 15:58:05 32023-07-06 15:58:05 32023-07-06 15:58:05 32023-07-06 15:58:05~ 3~2023-07-06 15:58:05} 3}2023-07-06 15:58:05| 3|2023-07-06 15:58:05{ 3{2023-07-06 15:58:05z 3z2023-07-06 15:58:05y 3y2023-07-06 15:58:05x 3x2023-07-06 15:58:05w 3w2023-07-06 15:58:04v 3v2023-07-06 15:58:04u 3u2023-07-06 15:58:04t 3t2023-07-06 15:58:04s 3s2023-07-06 15:58:04r 3r2023-07-06 15:58:04q 3q2023-07-06 15:58:04p 3p2023-07-06 15:58:04o 3o2023-07-06 15:58:04n 3n2023-07-06 15:58:04m 3m2023-07-06 15:58:04l 3l2023-07-06 15:58:04k 3k2023-07-06 15:58:04j 3j2023-07-06 15:58:04i 3i2023-07-06 15:58:04  4 ]<4lu 3S ai2023-07-06 15:58:04amansillaamansilla@vdm.btlconsultants.com.mxamansillaBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:28:56.a4747ee6-1048-58be-5b51-c71fb6c2dcc2.amansilla@vdm.btlconsultants.com.mx N:amansilla;;;; FN:amansilla EMAIL;TYPE=INTERNET;TYPE=INTERNET:amansilla@vdm.btlconsultants.com.mx END:VCARD amansilla amansilla@vdm.btlconsultants.com.mxZt 3O Qa2023-07-06 15:58:04afloresaflores@bcn.btlconsultants.com.mxafloresBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:28:07.b1a2bd6d-939c-2982-31af-99e5eadd26e2.aflores@bcn.btlconsultants.com.mx N:aflores;;;; FN:aflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:aflores@bcn.btlconsultants.com.mx END:VCARD aflores aflores@bcn.btlconsultants.com.mxZs 3O Qa2023-07-06 15:58:04alozadaalozada@vdm.btlconsultants.com.mxalozadaBEGIN:VCARD VERSION:3.0 UID:2022-01-1917:46:07.9320ae81-9201-f1d2-b8da-5c2b5e792ee3.alozada@vdm.btlconsultants.com.mx N:alozada;;;; FN:alozada EMAIL;TYPE=INTERNET;TYPE=INTERNET:alozada@vdm.btlconsultants.com.mx END:VCARD alozada alozada@vdm.btlconsultants.com.mxHr 3K AY2023-07-06 15:58:04fruizfruiz@vdm.btlconsultants.com.mxfruizBEGIN:VCARD VERSION:3.0 UID:2022-01-1822:13:38.e51c9d30-82e8-00da-214a-c1ebda849619.fruiz@vdm.btlconsultants.com.mx N:fruiz;;;; FN:fruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:fruiz@vdm.btlconsultants.com.mx END:VCARD fruiz fruiz@vdm.btlconsultants.com.mxHq 3K AY2023-07-06 15:58:04rflorrflor@vdm.btlconsultants.com.mxrflorBEGIN:VCARD VERSION:3.0 UID:2022-01-1420:27:54.dbaeae71-8fc1-82e8-7aec-1a10be79dac8.rflor@vdm.btlconsultants.com.mx N:rflor;;;; FN:rflor EMAIL;TYPE=INTERNET;TYPE=INTERNET:rflor@vdm.btlconsultants.com.mx END:VCARD rflor rflor@vdm.btlconsultants.com.mxsp 3!U !ii2023-07-06 15:58:04rrodriguezrrodriguez@vdm.btlconsultants.com.mxrrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-01-1420:18:49.599acff4-eeae-50f8-fad0-7e1b1fbc1446.rrodriguez@vdm.btlconsultants.com.mx N:rrodriguez;;;; FN:rrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rrodriguez@vdm.btlconsultants.com.mx END:VCARD rrodriguz rrodriguz@vdm.btlconsultants.com.mxZo 3O Qa2023-07-06 15:58:04eparraseparras@mty.btlconsultants.com.mxeparrasBEGIN:VCARD VERSION:3.0 UID:2022-01-1420:18:09.0f06e421-e0b7-5e26-c015-23854a207912.eparras@mty.btlconsultants.com.mx N:eparras;;;; FN:eparras EMAIL;TYPE=INTERNET;TYPE=INTERNET:eparras@mty.btlconsultants.com.mx END:VCARD eparras eparras@mty.btlconsultants.com.mxln 3S ai2023-07-06 15:58:04nteahulosnteahulos@oax.btlconsultants.com.mxnteahulosBEGIN:VCARD VERSION:3.0 UID:2022-01-1401:21:10.9078270f-6683-7b21-415e-b6924a250e95.nteahulos@oax.btlconsultants.com.mx N:nteahulos;;;; FN:nteahulos EMAIL;TYPE=INTERNET;TYPE=INTERNET:nteahulos@oax.btlconsultants.com.mx END:VCARD nteahulos nteahulos@oax.btlconsultants.com.mxcm 3Q Ye2023-07-06 15:58:04djomenezdjomenez@oax.btlconsultants.com.mxdjomenezBEGIN:VCARD VERSION:3.0 UID:2022-01-1401:20:30.928a97e4-cdc8-1f28-c4f7-d2ab0c63d734.djomenez@oax.btlconsultants.com.mx N:djomenez;;;; FN:djomenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:djomenez@oax.btlconsultants.com.mx END:VCARD djomenez djomenez@oax.btlconsultants.com.mxll 3S ai2023-07-06 15:58:04garellanogarellano@zac.btlconsultants.com.mxgarellanoBEGIN:VCARD VERSION:3.0 UID:2022-01-1401:19:49.a730148c-8235-152a-f7d5-3fb4e2697524.garellano@zac.btlconsultants.com.mx N:garellano;;;; FN:garellano EMAIL;TYPE=INTERNET;TYPE=INTERNET:garellano@zac.btlconsultants.com.mx END:VCARD garellano garellano@zac.btlconsultants.com.mxXk 3O Q]2023-07-06 15:58:04dhuertadhuerta@vdm.btlconsultants.com.mxdhuertaBEGIN:VCARD VERSION:3.0 UID:2022-01-1401:19:16.c76beaf0-7928-4636-4acf-cb126bf34437.dhuerta@vdm.btlconsultants.com.mx N:dhuerta;;;; FN:dhuerta EMAIL;TYPE=INTERNET;TYPE=INTERNET:dhuerta@vdm.btlconsultants.com.mx END:VCARD dhurta dhurta@vdm.btlconsultants.com.mx N  Bb$N^ 3Q Uc2023-07-06 15:58:05mriveramrivera@qroo.btlconsultants.com.mxmriveraBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:43:21.43e3a899-6936-1cba-0bd6-32ae434e22e3.mrivera@qroo.btlconsultants.com.mx N:mrivera;;;; FN:mrivera EMAIL;TYPE=INTERNET;TYPE=INTERNET:mrivera@qroo.btlconsultants.com.mx END:VCARD mrivera mrivera@qroo.btlconsultants.com.mxp 3U ek2023-07-06 15:58:05nmartineznmartinez@coah.btlconsultants.com.mxnmartinezBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:42:45.af7cbdba-0b4b-9847-cdfe-9ea46f1c9792.nmartinez@coah.btlconsultants.com.mx N:nmartinez;;;; FN:nmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:nmartinez@coah.btlconsultants.com.mx END:VCARD nmartinez nmartinez@coah.btlconsultants.com.mxc~ 3Q Ye2023-07-06 15:58:05rcondadorcondado@vdm.btlconsultants.com.mxrcondadoBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:39:37.def0b735-de25-7358-1bfe-28cba19c5098.rcondado@vdm.btlconsultants.com.mx N:rcondado;;;; FN:rcondado EMAIL;TYPE=INTERNET;TYPE=INTERNET:rcondado@vdm.btlconsultants.com.mx END:VCARD rcondado rcondado@vdm.btlconsultants.com.mxZ} 3O Qa2023-07-06 15:58:05s.ponces.ponce@vdm.btlconsultants.com.mxs.ponceBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:39:06.7440bfc2-bd34-fa61-a1be-4cf121b92bcd.s.ponce@vdm.btlconsultants.com.mx N:s.ponce;;;; FN:s.ponce EMAIL;TYPE=INTERNET;TYPE=INTERNET:s.ponce@vdm.btlconsultants.com.mx END:VCARD s.ponce s.ponce@vdm.btlconsultants.com.mxu| 3!U !im2023-07-06 15:58:05m.zamoranom.zamorano@vdm.btlconsultants.com.mxm.zamoranoBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:38:30.d66a0c0f-dd00-b470-8666-47d8944901e3.m.zamorano@vdm.btlconsultants.com.mx N:m.zamorano;;;; FN:m.zamorano EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.zamorano@vdm.btlconsultants.com.mx END:VCARD m.zamorano m.zamorano@vdm.btlconsultants.com.mxZ{ 3O Qa2023-07-06 15:58:05j.perezj.perez@vdm.btlconsultants.com.mxj.perezBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:37:50.ca605983-81fa-d6f2-1e5c-e86593274961.j.perez@vdm.btlconsultants.com.mx N:j.perez;;;; FN:j.perez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.perez@vdm.btlconsultants.com.mx END:VCARD j.perez j.perez@vdm.btlconsultants.com.mx~z 3#W #qq2023-07-06 15:58:05c.gutierrezc.gutierrez@vdm.btlconsultants.com.mxc.gutierrezBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:37:14.ccb604fb-38ff-9866-a74f-8ed3ff90aeba.c.gutierrez@vdm.btlconsultants.com.mx N:c.gutierrez;;;; FN:c.gutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:c.gutierrez@vdm.btlconsultants.com.mx END:VCARD c.gutierrez c.gutierrez@vdm.btlconsultants.com.mxuy 3!U !im2023-07-06 15:58:05o.castilloo.castillo@ags.btlconsultants.com.mxo.castilloBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:36:27.37e09520-a6f9-effd-4c4e-a0573b517a10.o.castillo@ags.btlconsultants.com.mx N:o.castillo;;;; FN:o.castillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:o.castillo@ags.btlconsultants.com.mx END:VCARD o.castillo o.castillo@ags.btlconsultants.com.mxZx 3O Qa2023-07-06 15:58:05mcortesmcortes@ver.btlconsultants.com.mxmcortesBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:35:21.4230d73e-e89d-56f0-5b8a-dcb8e076b2d9.mcortes@ver.btlconsultants.com.mx N:mcortes;;;; FN:mcortes EMAIL;TYPE=INTERNET;TYPE=INTERNET:mcortes@ver.btlconsultants.com.mx END:VCARD mcortes mcortes@ver.btlconsultants.com.mxsw 3!U !ii2023-07-06 15:58:04hsifuenteshsifuentes@dgo.btlconsultants.com.mxhsifuentesBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:34:47.ec60ae75-1d9a-ed1d-6f6d-3be03377caad.hsifuentes@dgo.btlconsultants.com.mx N:hsifuentes;;;; FN:hsifuentes EMAIL;TYPE=INTERNET;TYPE=INTERNET:hsifuentes@dgo.btlconsultants.com.mx END:VCARD hsifuntes hsifuntes@dgo.btlconsultants.com.mxlv 3S ai2023-07-06 15:58:04g.galiciag.galicia@vdm.btlconsultants.com.mxg.galiciaBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:34:02.27b220b5-a812-576d-730a-8f9960b081d8.g.galicia@vdm.btlconsultants.com.mx N:g.galicia;;;; FN:g.galicia EMAIL;TYPE=INTERNET;TYPE=INTERNET:g.galicia@vdm.btlconsultants.com.mx END:VCARD g.galicia g.galicia@vdm.btlconsultants.com.mx  ) dA^H 3K AY2023-07-06 15:58:05rmezarmeza@son.btlconsultants.com.mxrmezaBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:49:51.3e213868-4034-8a54-db28-c514d653193b.rmeza@son.btlconsultants.com.mx N:rmeza;;;; FN:rmeza EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmeza@son.btlconsultants.com.mx END:VCARD rmeza rmeza@son.btlconsultants.com.mx^ 3Q Uc2023-07-06 15:58:05jacostajacosta@chih.btlconsultants.com.mxjacostaBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:48:53.b9b54642-e9ed-6906-6403-c70426e9f400.jacosta@chih.btlconsultants.com.mx N:jacosta;;;; FN:jacosta EMAIL;TYPE=INTERNET;TYPE=INTERNET:jacosta@chih.btlconsultants.com.mx END:VCARD jacosta jacosta@chih.btlconsultants.com.mxt 3!U !ik2023-07-06 15:58:05agutierrezagutierrez@pue.btlconsultants.com.mxagutierrezBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:48:27.390027ca-c661-772a-dd25-22782b5ede8f.agutierrez@pue.btlconsultants.com.mx N:agutierrez;;;; FN:agutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:agutierrez@pue.btlconsultants.com.mx END:VCARD agutierrez agutierrez@pu.btlconsultants.com.mxg 3S ]g2023-07-06 15:58:05droblerodroblero@qroo.btlconsultants.com.mxdrobleroBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:47:57.08c513f8-5808-f94e-948c-7255e47d9b28.droblero@qroo.btlconsultants.com.mx N:droblero;;;; FN:droblero EMAIL;TYPE=INTERNET;TYPE=INTERNET:droblero@qroo.btlconsultants.com.mx END:VCARD droblero droblero@qroo.btlconsultants.com.mxE 3K AS2023-07-06 15:58:05fpaezfpaez@pue.btlconsultants.com.mxfpaezBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:47:22.d68b975d-5e5c-a673-925d-0d93545cb403.fpaez@pue.btlconsultants.com.mx N:fpaez;;;; FN:fpaez EMAIL;TYPE=INTERNET;TYPE=INTERNET:fpaez@pue.btlconsultants.com.mx END:VCARD fpaz fpaz@pu.btlconsultants.com.mxb 3Q Yc2023-07-06 15:58:05j.garciaj.garcia@pue.btlconsultants.com.mxj.garciaBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:46:45.813dd83d-d05d-8334-dfa2-2597f7862e11.j.garcia@pue.btlconsultants.com.mx N:j.garcia;;;; FN:j.garcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.garcia@pue.btlconsultants.com.mx END:VCARD j.garcia j.garcia@pu.btlconsultants.com.mxp 3U ek2023-07-06 15:58:05j.montielj.montiel@tlax.btlconsultants.com.mxj.montielBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:45:58.e1de90ed-6ca3-ef0f-2117-1d9c64a88c56.j.montiel@tlax.btlconsultants.com.mx N:j.montiel;;;; FN:j.montiel EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.montiel@tlax.btlconsultants.com.mx END:VCARD j.montiel j.montiel@tlax.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:05malvarezmalvarez@qro.btlconsultants.com.mxmalvarezBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:45:27.15b2a21f-0e43-7dfc-d56f-e7f11db24b07.malvarez@qro.btlconsultants.com.mx N:malvarez;;;; FN:malvarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:malvarez@qro.btlconsultants.com.mx END:VCARD malvarez malvarez@qro.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:05dsantosdsantos@vdm.btlconsultants.com.mxdsantosBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:44:57.9bef8011-8464-2d02-8a9a-788007a39d17.dsantos@vdm.btlconsultants.com.mx N:dsantos;;;; FN:dsantos EMAIL;TYPE=INTERNET;TYPE=INTERNET:dsantos@vdm.btlconsultants.com.mx END:VCARD dsantos dsantos@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:58:05v.alvarezv.alvarez@tam.btlconsultants.com.mxv.alvarezBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:44:33.65870671-c7a9-cb29-3761-c8e409113208.v.alvarez@tam.btlconsultants.com.mx N:v.alvarez;;;; FN:v.alvarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:v.alvarez@tam.btlconsultants.com.mx END:VCARD v.alvarez v.alvarez@tam.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:05l.chavezl.chavez@vdm.btlconsultants.com.mxl.chavezBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:43:57.3b5f171c-624b-1264-9b4a-5d255af9e3ea.l.chavez@vdm.btlconsultants.com.mx N:l.chavez;;;; FN:l.chavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:l.chavez@vdm.btlconsultants.com.mx END:VCARD l.chavez l.chavez@vdm.btlconsultants.com.mx  ) d Mc 3Q Ye2023-07-06 15:58:06falderonfalderon@bcn.btlconsultants.com.mxfalderonBEGIN:VCARD VERSION:3.0 UID:2022-01-2421:00:52.ac116362-42d2-8163-e72d-4e25a77abc3f.falderon@bcn.btlconsultants.com.mx N:falderon;;;; FN:falderon EMAIL;TYPE=INTERNET;TYPE=INTERNET:falderon@bcn.btlconsultants.com.mx END:VCARD falderon falderon@bcn.btlconsultants.com.mx^ 3Q Uc2023-07-06 15:58:06mmadridmmadrid@chih.btlconsultants.com.mxmmadridBEGIN:VCARD VERSION:3.0 UID:2022-01-2421:00:25.c56b75d8-3b68-9ed1-f871-4ac11619d8c2.mmadrid@chih.btlconsultants.com.mx N:mmadrid;;;; FN:mmadrid EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmadrid@chih.btlconsultants.com.mx END:VCARD mmadrid mmadrid@chih.btlconsultants.com.mxU 3O M_2023-07-06 15:58:06lrivaslrivas@mich.btlconsultants.com.mxlrivasBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:59:57.3e09a18c-7eb1-c8b9-6941-c20212b15711.lrivas@mich.btlconsultants.com.mx N:lrivas;;;; FN:lrivas EMAIL;TYPE=INTERNET;TYPE=INTERNET:lrivas@mich.btlconsultants.com.mx END:VCARD lrivas lrivas@mich.btlconsultants.com.mxs 3!U !ii2023-07-06 15:58:06gdominguezgdominguez@dgo.btlconsultants.com.mxgdominguezBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:58:44.aa48bea5-00bf-8be3-eb20-60b2ae95a8a3.gdominguez@dgo.btlconsultants.com.mx N:gdominguez;;;; FN:gdominguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:gdominguez@dgo.btlconsultants.com.mx END:VCARD gdominguz gdominguz@dgo.btlconsultants.com.mx~ 3#W #qq2023-07-06 15:58:05mvalladolidmvalladolid@vdm.btlconsultants.com.mxmvalladolidBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:58:12.2be962bb-a490-4be1-2810-a91c2c4d0a49.mvalladolid@vdm.btlconsultants.com.mx N:mvalladolid;;;; FN:mvalladolid EMAIL;TYPE=INTERNET;TYPE=INTERNET:mvalladolid@vdm.btlconsultants.com.mx END:VCARD mvalladolid mvalladolid@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:05kmirandakmiranda@vdm.btlconsultants.com.mxkmirandaBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:57:20.b029acea-ad06-1ad3-8969-1c0c234d55ea.kmiranda@vdm.btlconsultants.com.mx N:kmiranda;;;; FN:kmiranda EMAIL;TYPE=INTERNET;TYPE=INTERNET:kmiranda@vdm.btlconsultants.com.mx END:VCARD kmiranda kmiranda@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:05sfalconsfalcon@mty.btlconsultants.com.mxsfalconBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:56:22.7f8599ee-3d1e-cf35-d4d9-fbf8431a5994.sfalcon@mty.btlconsultants.com.mx N:sfalcon;;;; FN:sfalcon EMAIL;TYPE=INTERNET;TYPE=INTERNET:sfalcon@mty.btlconsultants.com.mx END:VCARD sfalcon sfalcon@mty.btlconsultants.com.mxl 3S ai2023-07-06 15:58:05kaguilerakaguilera@vdm.btlconsultants.com.mxkaguileraBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:55:44.e63a4916-7fe4-0f2b-5943-575a6e34f2de.kaguilera@vdm.btlconsultants.com.mx N:kaguilera;;;; FN:kaguilera EMAIL;TYPE=INTERNET;TYPE=INTERNET:kaguilera@vdm.btlconsultants.com.mx END:VCARD kaguilera kaguilera@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:05ileyvaileyva@vdm.btlconsultants.com.mxileyvaBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:55:18.894f581a-e845-f3eb-d661-9d065472344b.ileyva@vdm.btlconsultants.com.mx N:ileyva;;;; FN:ileyva EMAIL;TYPE=INTERNET;TYPE=INTERNET:ileyva@vdm.btlconsultants.com.mx END:VCARD ileyva ileyva@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:58:05dterrazasdterrazas@vdm.btlconsultants.com.mxdterrazasBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:50:52.d862a0f7-6650-803b-8f9b-967339d75b5d.dterrazas@vdm.btlconsultants.com.mx N:dterrazas;;;; FN:dterrazas EMAIL;TYPE=INTERNET;TYPE=INTERNET:dterrazas@vdm.btlconsultants.com.mx END:VCARD dterrazas dterrazas@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:05lsanchezlsanchez@vdm.btlconsultants.com.mxlsanchezBEGIN:VCARD VERSION:3.0 UID:2022-01-2420:50:19.af08b31f-3207-36b9-80bf-a3053ef6a373.lsanchez@vdm.btlconsultants.com.mx N:lsanchez;;;; FN:lsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lsanchez@vdm.btlconsultants.com.mx END:VCARD lsanchez lsanchez@vdm.btlconsultants.com.mx  M NOl! 3S ai2023-07-06 15:58:06jdorantesjdorantes@vdm.btlconsultants.com.mxjdorantesBEGIN:VCARD VERSION:3.0 UID:2022-01-2421:14:24.19b0ca3c-290f-780c-5434-a53628dcabd1.jdorantes@vdm.btlconsultants.com.mx N:jdorantes;;;; FN:jdorantes EMAIL;TYPE=INTERNET;TYPE=INTERNET:jdorantes@vdm.btlconsultants.com.mx END:VCARD jdorantes jdorantes@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:58:06cgonzalezcgonzalez@mty.btlconsultants.com.mxcgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-01-2421:13:46.6ea4a818-2f44-86ed-7c20-1f5a922941a4.cgonzalez@mty.btlconsultants.com.mx N:cgonzalez;;;; FN:cgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cgonzalez@mty.btlconsultants.com.mx END:VCARD cgonzalez cgonzalez@mty.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:06jnaderjnader@vdm.btlconsultants.com.mxjnaderBEGIN:VCARD VERSION:3.0 UID:2022-01-2421:13:10.a9c3b82a-1597-9e6f-2ed3-46ddd139ec00.jnader@vdm.btlconsultants.com.mx N:jnader;;;; FN:jnader EMAIL;TYPE=INTERNET;TYPE=INTERNET:jnader@vdm.btlconsultants.com.mx END:VCARD jnader jnader@vdm.btlconsultants.com.mxH 3K AY2023-07-06 15:58:06esebaeseba@qro.btlconsultants.com.mxesebaBEGIN:VCARD VERSION:3.0 UID:2022-01-2421:12:23.ec834402-b848-4883-1b60-211760a0c6d2.eseba@qro.btlconsultants.com.mx N:eseba;;;; FN:eseba EMAIL;TYPE=INTERNET;TYPE=INTERNET:eseba@qro.btlconsultants.com.mx END:VCARD eseba eseba@qro.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:06eugarteeugarte@vdm.btlconsultants.com.mxeugarteBEGIN:VCARD VERSION:3.0 UID:2022-01-2421:11:50.92bb87d9-4a56-0875-b86f-7db8edd88ca9.eugarte@vdm.btlconsultants.com.mx N:eugarte;;;; FN:eugarte EMAIL;TYPE=INTERNET;TYPE=INTERNET:eugarte@vdm.btlconsultants.com.mx END:VCARD eugarte eugarte@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:06m.mayam.maya@vdm.btlconsultants.com.mxm.mayaBEGIN:VCARD VERSION:3.0 UID:2022-01-2421:11:19.394d0894-e1b2-46c9-6713-142fdcad1d05.m.maya@vdm.btlconsultants.com.mx N:m.maya;;;; FN:m.maya EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.maya@vdm.btlconsultants.com.mx END:VCARD m.maya m.maya@vdm.btlconsultants.com.mxH 3K AY2023-07-06 15:58:06mmayammaya@vdm.btlconsultants.com.mxmmayaBEGIN:VCARD VERSION:3.0 UID:2022-01-2421:03:36.c3e6969e-2661-9fd8-ad50-930d0f47d711.mmaya@vdm.btlconsultants.com.mx N:mmaya;;;; FN:mmaya EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmaya@vdm.btlconsultants.com.mx END:VCARD mmaya mmaya@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:06j.trejoj.trejo@vdm.btlconsultants.com.mxj.trejoBEGIN:VCARD VERSION:3.0 UID:2022-01-2421:03:05.fb8534fd-781c-f1d7-986a-c305480266a4.j.trejo@vdm.btlconsultants.com.mx N:j.trejo;;;; FN:j.trejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.trejo@vdm.btlconsultants.com.mx END:VCARD j.trejo j.trejo@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:06cgomezcgomez@son.btlconsultants.com.mxcgomezBEGIN:VCARD VERSION:3.0 UID:2022-01-2421:02:33.737c3b63-9c7b-6c2e-1095-6e3d59a171a8.cgomez@son.btlconsultants.com.mx N:cgomez;;;; FN:cgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cgomez@son.btlconsultants.com.mx END:VCARD cgomez cgomez@son.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:06eperezeperez@bcn.btlconsultants.com.mxeperezBEGIN:VCARD VERSION:3.0 UID:2022-01-2421:02:02.0426ca20-c530-2b8c-e325-2d49d3edf991.eperez@bcn.btlconsultants.com.mx N:eperez;;;; FN:eperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:eperez@bcn.btlconsultants.com.mx END:VCARD eperez eperez@bcn.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:06lgarcialgarcia@gdl.btlconsultants.com.mxlgarciaBEGIN:VCARD VERSION:3.0 UID:2022-01-2421:01:26.1d390d5e-45e8-cf8d-aefc-42e995f12344.lgarcia@gdl.btlconsultants.com.mx N:lgarcia;;;; FN:lgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:lgarcia@gdl.btlconsultants.com.mx END:VCARD lgarcia lgarcia@gdl.btlconsultants.com.mx  ; d?9u, 3!U !im2023-07-06 15:58:06jguizasolajguizasola@vdm.btlconsultants.com.mxjguizasolaBEGIN:VCARD VERSION:3.0 UID:2022-01-2700:21:08.88ab5166-bca7-cb99-0bd4-8366404fcea3.jguizasola@vdm.btlconsultants.com.mx N:jguizasola;;;; FN:jguizasola EMAIL;TYPE=INTERNET;TYPE=INTERNET:jguizasola@vdm.btlconsultants.com.mx END:VCARD jguizasola jguizasola@vdm.btlconsultants.com.mxH+ 3K AY2023-07-06 15:58:06pmayopmayo@bcs.btlconsultants.com.mxpmayoBEGIN:VCARD VERSION:3.0 UID:2022-01-2700:20:43.9783aa6c-49b4-6b46-0b7c-f750aff59905.pmayo@bcs.btlconsultants.com.mx N:pmayo;;;; FN:pmayo EMAIL;TYPE=INTERNET;TYPE=INTERNET:pmayo@bcs.btlconsultants.com.mx END:VCARD pmayo pmayo@bcs.btlconsultants.com.mxX* 3O Q]2023-07-06 15:58:06jduenasjduenas@gdl.btlconsultants.com.mxjduenasBEGIN:VCARD VERSION:3.0 UID:2022-01-2700:20:11.9c70ce3b-b84e-a25c-6f48-a91dd0840ea1.jduenas@gdl.btlconsultants.com.mx N:jduenas;;;; FN:jduenas EMAIL;TYPE=INTERNET;TYPE=INTERNET:jduenas@gdl.btlconsultants.com.mx END:VCARD jdunas jdunas@gdl.btlconsultants.com.mxZ) 3O Qa2023-07-06 15:58:06eguzmaneguzman@zac.btlconsultants.com.mxeguzmanBEGIN:VCARD VERSION:3.0 UID:2022-01-2700:19:45.7e4d0277-f223-743f-3632-186c92b2f54a.eguzman@zac.btlconsultants.com.mx N:eguzman;;;; FN:eguzman EMAIL;TYPE=INTERNET;TYPE=INTERNET:eguzman@zac.btlconsultants.com.mx END:VCARD eguzman eguzman@zac.btlconsultants.com.mxc( 3Q Ye2023-07-06 15:58:06unavarrounavarro@vdm.btlconsultants.com.mxunavarroBEGIN:VCARD VERSION:3.0 UID:2022-01-2700:19:18.0e06c7a7-ab1f-1d3a-77da-352ac45b5000.unavarro@vdm.btlconsultants.com.mx N:unavarro;;;; FN:unavarro EMAIL;TYPE=INTERNET;TYPE=INTERNET:unavarro@vdm.btlconsultants.com.mx END:VCARD unavarro unavarro@vdm.btlconsultants.com.mxJ' 3G AY2023-07-06 15:58:06l.avilal.avila@btlconsultants.com.mxl.avilaBEGIN:VCARD VERSION:3.0 UID:2022-01-2519:43:59.0bebbff6-2b21-db50-9839-de7931908de9.l.avila@btlconsultants.com.mx N:l.avila;;;; FN:l.avila EMAIL;TYPE=INTERNET;TYPE=INTERNET:l.avila@btlconsultants.com.mx END:VCARD l.avila l.avila@btlconsultants.com.mxl& 3S ai2023-07-06 15:58:06r.acevedor.acevedo@vdm.btlconsultants.com.mxr.acevedoBEGIN:VCARD VERSION:3.0 UID:2022-01-2421:17:32.da7c3a4c-033c-62c0-f526-b8e0aa2c8e78.r.acevedo@vdm.btlconsultants.com.mx N:r.acevedo;;;; FN:r.acevedo EMAIL;TYPE=INTERNET;TYPE=INTERNET:r.acevedo@vdm.btlconsultants.com.mx END:VCARD r.acevedo r.acevedo@vdm.btlconsultants.com.mxZ% 3O Qa2023-07-06 15:58:06dmorenodmoreno@vdm.btlconsultants.com.mxdmorenoBEGIN:VCARD VERSION:3.0 UID:2022-01-2421:16:59.c39a4f32-3783-acfe-3749-4cb199820a1a.dmoreno@vdm.btlconsultants.com.mx N:dmoreno;;;; FN:dmoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:dmoreno@vdm.btlconsultants.com.mx END:VCARD dmoreno dmoreno@vdm.btlconsultants.com.mxu$ 3!U !im2023-07-06 15:58:06d.elizondod.elizondo@mty.btlconsultants.com.mxd.elizondoBEGIN:VCARD VERSION:3.0 UID:2022-01-2421:16:30.f4d58f50-4b84-0df9-6752-7fd20deba67f.d.elizondo@mty.btlconsultants.com.mx N:d.elizondo;;;; FN:d.elizondo EMAIL;TYPE=INTERNET;TYPE=INTERNET:d.elizondo@mty.btlconsultants.com.mx END:VCARD d.elizondo d.elizondo@mty.btlconsultants.com.mxH# 3K AY2023-07-06 15:58:06ablasablas@vdm.btlconsultants.com.mxablasBEGIN:VCARD VERSION:3.0 UID:2022-01-2421:15:52.fc8b35a0-242c-8839-64f4-3eb99cb6de77.ablas@vdm.btlconsultants.com.mx N:ablas;;;; FN:ablas EMAIL;TYPE=INTERNET;TYPE=INTERNET:ablas@vdm.btlconsultants.com.mx END:VCARD ablas ablas@vdm.btlconsultants.com.mxu" 3!U !im2023-07-06 15:58:06jl.sanchezjl.sanchez@vdm.btlconsultants.com.mxjl.sanchezBEGIN:VCARD VERSION:3.0 UID:2022-01-2421:15:07.de1e84d2-54f7-052b-810a-96f5ee4c8ec7.jl.sanchez@vdm.btlconsultants.com.mx N:jl.sanchez;;;; FN:jl.sanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jl.sanchez@vdm.btlconsultants.com.mx END:VCARD jl.sanchez jl.sanchez@vdm.btlconsultants.com.mx  ; { Dkl7 3S ai2023-07-06 15:58:06lmartinezlmartinez@ver.btlconsultants.com.mxlmartinezBEGIN:VCARD VERSION:3.0 UID:2022-02-0117:52:36.3b37ce6c-8433-3f42-793f-53d874b4f81c.lmartinez@ver.btlconsultants.com.mx N:lmartinez;;;; FN:lmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lmartinez@ver.btlconsultants.com.mx END:VCARD lmartinez lmartinez@ver.btlconsultants.com.mxu6 3!U !im2023-07-06 15:58:06e.gonzaleze.gonzalez@vdm.btlconsultants.com.mxe.gonzalezBEGIN:VCARD VERSION:3.0 UID:2022-02-0117:48:04.9c617d5f-582e-4506-5359-8b3b586e3d2c.e.gonzalez@vdm.btlconsultants.com.mx N:e.gonzalez;;;; FN:e.gonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:e.gonzalez@vdm.btlconsultants.com.mx END:VCARD e.gonzalez e.gonzalez@vdm.btlconsultants.com.mxu5 3!U !im2023-07-06 15:58:06g.escobedog.escobedo@vdm.btlconsultants.com.mxg.escobedoBEGIN:VCARD VERSION:3.0 UID:2022-02-0117:47:06.f052ad89-d8c7-e3e0-1a5d-c843462f3410.g.escobedo@vdm.btlconsultants.com.mx N:g.escobedo;;;; FN:g.escobedo EMAIL;TYPE=INTERNET;TYPE=INTERNET:g.escobedo@vdm.btlconsultants.com.mx END:VCARD g.escobedo g.escobedo@vdm.btlconsultants.com.mx\4 3K Qa2023-07-06 15:58:06jcaudillojcaudillo@btlconsultants.com.mxjcaudilloBEGIN:VCARD VERSION:3.0 UID:2022-02-0104:57:11.d19855cc-bda6-24c7-aa0f-abd2d7b40323.jcaudillo@btlconsultants.com.mx N:jcaudillo;;;; FN:jcaudillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcaudillo@btlconsultants.com.mx END:VCARD jcaudillo jcaudillo@btlconsultants.com.mxO3 3O I[2023-07-06 15:58:06mnavamnava@guerr.btlconsultants.com.mxmnavaBEGIN:VCARD VERSION:3.0 UID:2022-01-2700:24:30.5c822ac7-aa9f-0cef-15a6-5e085f9c37e1.mnava@guerr.btlconsultants.com.mx N:mnava;;;; FN:mnava EMAIL;TYPE=INTERNET;TYPE=INTERNET:mnava@guerr.btlconsultants.com.mx END:VCARD mnava mnava@gurr.btlconsultants.com.mxl2 3S ai2023-07-06 15:58:06cgonzalezcgonzalez@ver.btlconsultants.com.mxcgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-01-2700:24:00.5d622617-566a-5431-99f0-12a3f0762c3d.cgonzalez@ver.btlconsultants.com.mx N:cgonzalez;;;; FN:cgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cgonzalez@ver.btlconsultants.com.mx END:VCARD cgonzalez cgonzalez@ver.btlconsultants.com.mxp1 3U ek2023-07-06 15:58:06ulembrinoulembrino@tlax.btlconsultants.com.mxulembrinoBEGIN:VCARD VERSION:3.0 UID:2022-01-2700:23:35.d591e0d7-1f58-0ed5-fa0b-f8b5adacd333.ulembrino@tlax.btlconsultants.com.mx N:ulembrino;;;; FN:ulembrino EMAIL;TYPE=INTERNET;TYPE=INTERNET:ulembrino@tlax.btlconsultants.com.mx END:VCARD ulembrino ulembrino@tlax.btlconsultants.com.mxl0 3S ai2023-07-06 15:58:06mmadrigalmmadrigal@ver.btlconsultants.com.mxmmadrigalBEGIN:VCARD VERSION:3.0 UID:2022-01-2700:23:08.b85e9049-a67b-2491-3b06-2fe2fc52e744.mmadrigal@ver.btlconsultants.com.mx N:mmadrigal;;;; FN:mmadrigal EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmadrigal@ver.btlconsultants.com.mx END:VCARD mmadrigal mmadrigal@ver.btlconsultants.com.mxL/ 3M E[2023-07-06 15:58:06sriossrios@chih.btlconsultants.com.mxsriosBEGIN:VCARD VERSION:3.0 UID:2022-01-2700:22:44.8726f4c7-a6cd-330a-3c56-6e3a76f0873b.srios@chih.btlconsultants.com.mx N:srios;;;; FN:srios EMAIL;TYPE=INTERNET;TYPE=INTERNET:srios@chih.btlconsultants.com.mx END:VCARD srios srios@chih.btlconsultants.com.mxZ. 3O Qa2023-07-06 15:58:06cdavilacdavila@zac.btlconsultants.com.mxcdavilaBEGIN:VCARD VERSION:3.0 UID:2022-01-2700:22:17.e737daf4-6e47-954c-01bc-d3d8a9776ee1.cdavila@zac.btlconsultants.com.mx N:cdavila;;;; FN:cdavila EMAIL;TYPE=INTERNET;TYPE=INTERNET:cdavila@zac.btlconsultants.com.mx END:VCARD cdavila cdavila@zac.btlconsultants.com.mxc- 3Q Ye2023-07-06 15:58:06ccazaresccazares@slp.btlconsultants.com.mxccazaresBEGIN:VCARD VERSION:3.0 UID:2022-01-2700:21:43.d3c86b89-021f-a709-2665-8f5d82516f7a.ccazares@slp.btlconsultants.com.mx N:ccazares;;;; FN:ccazares EMAIL;TYPE=INTERNET;TYPE=INTERNET:ccazares@slp.btlconsultants.com.mx END:VCARD ccazares ccazares@slp.btlconsultants.com.mx 1 ]  l [1XB 3O Q]2023-07-06 15:58:07mhuertamhuerta@gto.btlconsultants.com.mxmhuertaBEGIN:VCARD VERSION:3.0 UID:2022-02-0317:46:46.5d1a3189-3205-e241-c8eb-223a3067e0e5.mhuerta@gto.btlconsultants.com.mx N:mhuerta;;;; FN:mhuerta EMAIL;TYPE=INTERNET;TYPE=INTERNET:mhuerta@gto.btlconsultants.com.mx END:VCARD mhurta mhurta@gto.btlconsultants.com.mxlA 3S ai2023-07-06 15:58:07cmartinezcmartinez@ags.btlconsultants.com.mxcmartinezBEGIN:VCARD VERSION:3.0 UID:2022-02-0317:44:22.9a732fdc-9c59-6457-040b-8a6252e08d98.cmartinez@ags.btlconsultants.com.mx N:cmartinez;;;; FN:cmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmartinez@ags.btlconsultants.com.mx END:VCARD cmartinez cmartinez@ags.btlconsultants.com.mxZ@ 3O Qa2023-07-06 15:58:07ymorenoymoreno@mty.btlconsultants.com.mxymorenoBEGIN:VCARD VERSION:3.0 UID:2022-02-0317:40:27.3fde0fe7-ba8e-f12d-5ae3-8435f658f02b.ymoreno@mty.btlconsultants.com.mx N:ymoreno;;;; FN:ymoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:ymoreno@mty.btlconsultants.com.mx END:VCARD ymoreno ymoreno@mty.btlconsultants.com.mxl? 3S ai2023-07-06 15:58:07aguajardoaguajardo@mty.btlconsultants.com.mxaguajardoBEGIN:VCARD VERSION:3.0 UID:2022-02-0317:36:41.b0c9bc2f-35dd-d1ac-9993-524c57e5900d.aguajardo@mty.btlconsultants.com.mx N:aguajardo;;;; FN:aguajardo EMAIL;TYPE=INTERNET;TYPE=INTERNET:aguajardo@mty.btlconsultants.com.mx END:VCARD aguajardo aguajardo@mty.btlconsultants.com.mxQ> 3M I]2023-07-06 15:58:07uzarcouzarco@vdm.btlconsultants.com.mxuzarcoBEGIN:VCARD VERSION:3.0 UID:2022-02-0317:26:57.4e25228e-6139-28d5-0597-2d0e792d8a18.uzarco@vdm.btlconsultants.com.mx N:uzarco;;;; FN:uzarco EMAIL;TYPE=INTERNET;TYPE=INTERNET:uzarco@vdm.btlconsultants.com.mx END:VCARD uzarco uzarco@vdm.btlconsultants.com.mxH= 3K AY2023-07-06 15:58:07ajoseajose@vdm.btlconsultants.com.mxajoseBEGIN:VCARD VERSION:3.0 UID:2022-02-0317:08:11.865222c9-eb24-090f-d976-f6ae51463b58.ajose@vdm.btlconsultants.com.mx N:ajose;;;; FN:ajose EMAIL;TYPE=INTERNET;TYPE=INTERNET:ajose@vdm.btlconsultants.com.mx END:VCARD ajose ajose@vdm.btlconsultants.com.mxH< 3K AY2023-07-06 15:58:07kdiazkdiaz@vdm.btlconsultants.com.mxkdiazBEGIN:VCARD VERSION:3.0 UID:2022-02-0316:46:52.a9a359ef-9bce-3a1c-1af4-f7abf8feec04.kdiaz@vdm.btlconsultants.com.mx N:kdiaz;;;; FN:kdiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:kdiaz@vdm.btlconsultants.com.mx END:VCARD kdiaz kdiaz@vdm.btlconsultants.com.mxS; 3I I]2023-07-06 15:58:07jmurguiajmurguia@btlconsultants.com.mxjmurguiaBEGIN:VCARD VERSION:3.0 UID:2022-02-0221:22:23.b20da101-077c-db53-9887-5f90a18de069.jmurguia@btlconsultants.com.mx N:jmurguia;;;; FN:jmurguia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmurguia@btlconsultants.com.mx END:VCARD jmurguia jmurguia@btlconsultants.com.mxJ: 3G AY2023-07-06 15:58:06mibarramibarra@btlconsultants.com.mxmibarraBEGIN:VCARD VERSION:3.0 UID:2022-02-0221:17:06.bf80dfce-d72d-59bf-ac75-0a8d26fc421e.mibarra@btlconsultants.com.mx N:mibarra;;;; FN:mibarra EMAIL;TYPE=INTERNET;TYPE=INTERNET:mibarra@btlconsultants.com.mx END:VCARD mibarra mibarra@btlconsultants.com.mxS9 3I I]2023-07-06 15:58:06m.ibarram.ibarra@btlconsultants.com.mxm.ibarraBEGIN:VCARD VERSION:3.0 UID:2022-02-0201:28:39.f351f0d4-7fc6-0215-393d-fd898349a32a.m.ibarra@btlconsultants.com.mx N:m.ibarra;;;; FN:m.ibarra EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.ibarra@btlconsultants.com.mx END:VCARD m.ibarra m.ibarra@btlconsultants.com.mxH8 3K AY2023-07-06 15:58:06dlunadluna@vdm.btlconsultants.com.mxdlunaBEGIN:VCARD VERSION:3.0 UID:2022-02-0119:35:51.c6db1948-f3ac-221a-305a-f610a31e9f34.dluna@vdm.btlconsultants.com.mx N:dluna;;;; FN:dluna EMAIL;TYPE=INTERNET;TYPE=INTERNET:dluna@vdm.btlconsultants.com.mx END:VCARD dluna dluna@vdm.btlconsultants.com.mx  ;  *XZM 3O Qa2023-07-06 15:58:07agarciaagarcia@bcs.btlconsultants.com.mxagarciaBEGIN:VCARD VERSION:3.0 UID:2022-02-0323:42:17.4fab49fa-be8d-cf83-5f92-9c0c828e4d24.agarcia@bcs.btlconsultants.com.mx N:agarcia;;;; FN:agarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:agarcia@bcs.btlconsultants.com.mx END:VCARD agarcia agarcia@bcs.btlconsultants.com.mxkL 3S ag2023-07-06 15:58:07jcdejesusjcdejesus@pue.btlconsultants.com.mxjcdejesusBEGIN:VCARD VERSION:3.0 UID:2022-02-0323:41:49.ba117db2-57bb-7c3d-5f83-646e059ffca6.jcdejesus@pue.btlconsultants.com.mx N:jcdejesus;;;; FN:jcdejesus EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcdejesus@pue.btlconsultants.com.mx END:VCARD jcdejesus jcdejesus@pu.btlconsultants.com.mxuK 3!U !im2023-07-06 15:58:07yhernandezyhernandez@ver.btlconsultants.com.mxyhernandezBEGIN:VCARD VERSION:3.0 UID:2022-02-0323:40:50.bf3af6ef-f6e7-5359-e36d-2797c605a557.yhernandez@ver.btlconsultants.com.mx N:yhernandez;;;; FN:yhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:yhernandez@ver.btlconsultants.com.mx END:VCARD yhernandez yhernandez@ver.btlconsultants.com.mxZJ 3O Qa2023-07-06 15:58:07kchavezkchavez@oax.btlconsultants.com.mxkchavezBEGIN:VCARD VERSION:3.0 UID:2022-02-0323:40:11.6ac9b8bb-be93-04d9-aaee-d2f29471513d.kchavez@oax.btlconsultants.com.mx N:kchavez;;;; FN:kchavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:kchavez@oax.btlconsultants.com.mx END:VCARD kchavez kchavez@oax.btlconsultants.com.mxcI 3Q Ye2023-07-06 15:58:07tlaguneztlagunez@ver.btlconsultants.com.mxtlagunezBEGIN:VCARD VERSION:3.0 UID:2022-02-0323:39:26.50bf63cf-338e-e3e8-cc77-83c4747ad766.tlagunez@ver.btlconsultants.com.mx N:tlagunez;;;; FN:tlagunez EMAIL;TYPE=INTERNET;TYPE=INTERNET:tlagunez@ver.btlconsultants.com.mx END:VCARD tlagunez tlagunez@ver.btlconsultants.com.mxgH 3S ]g2023-07-06 15:58:07igalavizigalaviz@tlax.btlconsultants.com.mxigalavizBEGIN:VCARD VERSION:3.0 UID:2022-02-0323:38:57.473b45a8-ae33-12b0-49b6-deeb7c37c43b.igalaviz@tlax.btlconsultants.com.mx N:igalaviz;;;; FN:igalaviz EMAIL;TYPE=INTERNET;TYPE=INTERNET:igalaviz@tlax.btlconsultants.com.mx END:VCARD igalaviz igalaviz@tlax.btlconsultants.com.mxQG 3M I]2023-07-06 15:58:07srojassrojas@vdm.btlconsultants.com.mxsrojasBEGIN:VCARD VERSION:3.0 UID:2022-02-0323:38:25.5927405e-e2d4-fb12-1ab9-d728b7603137.srojas@vdm.btlconsultants.com.mx N:srojas;;;; FN:srojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:srojas@vdm.btlconsultants.com.mx END:VCARD srojas srojas@vdm.btlconsultants.com.mxQF 3M I]2023-07-06 15:58:07gsalasgsalas@vdm.btlconsultants.com.mxgsalasBEGIN:VCARD VERSION:3.0 UID:2022-02-0323:37:39.1e263dbc-5a79-a0e2-e923-b232351e76e0.gsalas@vdm.btlconsultants.com.mx N:gsalas;;;; FN:gsalas EMAIL;TYPE=INTERNET;TYPE=INTERNET:gsalas@vdm.btlconsultants.com.mx END:VCARD gsalas gsalas@vdm.btlconsultants.com.mxcE 3Q Ye2023-07-06 15:58:07rmoralesrmorales@qro.btlconsultants.com.mxrmoralesBEGIN:VCARD VERSION:3.0 UID:2022-02-0323:37:03.de5af021-77ee-6b70-48f1-f2e94b040d22.rmorales@qro.btlconsultants.com.mx N:rmorales;;;; FN:rmorales EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmorales@qro.btlconsultants.com.mx END:VCARD rmorales rmorales@qro.btlconsultants.com.mxQD 3M I]2023-07-06 15:58:07alopezalopez@ver.btlconsultants.com.mxalopezBEGIN:VCARD VERSION:3.0 UID:2022-02-0323:36:25.b38db28a-c5c8-8f8f-bcd6-2cbd1b0f339b.alopez@ver.btlconsultants.com.mx N:alopez;;;; FN:alopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:alopez@ver.btlconsultants.com.mx END:VCARD alopez alopez@ver.btlconsultants.com.mxlC 3S ai2023-07-06 15:58:07rrendondorrendondo@chi.btlconsultants.com.mxrrendondoBEGIN:VCARD VERSION:3.0 UID:2022-02-0322:57:14.ef783f56-f46d-87b5-e372-6ca0725a9d0d.rrendondo@chi.btlconsultants.com.mx N:rrendondo;;;; FN:rrendondo EMAIL;TYPE=INTERNET;TYPE=INTERNET:rrendondo@chi.btlconsultants.com.mx END:VCARD rrendondo rrendondo@chi.btlconsultants.com.mx  M  S)ZX 3O Qa2023-07-06 15:58:07lsuarezlsuarez@vdm.btlconsultants.com.mxlsuarezBEGIN:VCARD VERSION:3.0 UID:2022-02-0818:01:29.3c30e570-00aa-702c-eb64-113a23936365.lsuarez@vdm.btlconsultants.com.mx N:lsuarez;;;; FN:lsuarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lsuarez@vdm.btlconsultants.com.mx END:VCARD lsuarez lsuarez@vdm.btlconsultants.com.mxjW 3S ae2023-07-06 15:58:07cmosquedacmosqueda@vdm.btlconsultants.com.mxcmosquedaBEGIN:VCARD VERSION:3.0 UID:2022-02-0817:55:32.c8b4a7ab-5b04-079d-63c9-b32269132ca3.cmosqueda@vdm.btlconsultants.com.mx N:cmosqueda;;;; FN:cmosqueda EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmosqueda@vdm.btlconsultants.com.mx END:VCARD cmosquda cmosquda@vdm.btlconsultants.com.mxZV 3O Qa2023-07-06 15:58:07j.lopezj.lopez@vdm.btlconsultants.com.mxj.lopezBEGIN:VCARD VERSION:3.0 UID:2022-02-0817:38:19.6b4c638f-d751-9163-aa23-6bee005301f9.j.lopez@vdm.btlconsultants.com.mx N:j.lopez;;;; FN:j.lopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.lopez@vdm.btlconsultants.com.mx END:VCARD j.lopez j.lopez@vdm.btlconsultants.com.mxZU 3O Qa2023-07-06 15:58:07smatiassmatias@vdm.btlconsultants.com.mxsmatiasBEGIN:VCARD VERSION:3.0 UID:2022-02-0817:21:55.4498c107-90ee-fb25-899d-ded3260c503f.smatias@vdm.btlconsultants.com.mx N:smatias;;;; FN:smatias EMAIL;TYPE=INTERNET;TYPE=INTERNET:smatias@vdm.btlconsultants.com.mx END:VCARD smatias smatias@vdm.btlconsultants.com.mxlT 3S ai2023-07-06 15:58:07fgonzalezfgonzalez@ver.btlconsultants.com.mxfgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-02-0401:03:44.a3a88726-c0c5-6e23-e388-3ce3678c0918.fgonzalez@ver.btlconsultants.com.mx N:fgonzalez;;;; FN:fgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:fgonzalez@ver.btlconsultants.com.mx END:VCARD fgonzalez fgonzalez@ver.btlconsultants.com.mxQS 3M I]2023-07-06 15:58:07jjaimejjaime@chi.btlconsultants.com.mxjjaimeBEGIN:VCARD VERSION:3.0 UID:2022-02-0323:45:57.accf9a57-091c-8b08-04e3-226298b22ad3.jjaime@chi.btlconsultants.com.mx N:jjaime;;;; FN:jjaime EMAIL;TYPE=INTERNET;TYPE=INTERNET:jjaime@chi.btlconsultants.com.mx END:VCARD jjaime jjaime@chi.btlconsultants.com.mxcR 3Q Ye2023-07-06 15:58:07a.popocaa.popoca@vdm.btlconsultants.com.mxa.popocaBEGIN:VCARD VERSION:3.0 UID:2022-02-0323:45:15.13c62400-63b7-b980-c4d4-61a8047890e8.a.popoca@vdm.btlconsultants.com.mx N:a.popoca;;;; FN:a.popoca EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.popoca@vdm.btlconsultants.com.mx END:VCARD a.popoca a.popoca@vdm.btlconsultants.com.mxZQ 3O Qa2023-07-06 15:58:07apopocaapopoca@vdm.btlconsultants.com.mxapopocaBEGIN:VCARD VERSION:3.0 UID:2022-02-0323:44:18.a3d9c4fc-90f9-4963-9c66-2db07dc7b9c2.apopoca@vdm.btlconsultants.com.mx N:apopoca;;;; FN:apopoca EMAIL;TYPE=INTERNET;TYPE=INTERNET:apopoca@vdm.btlconsultants.com.mx END:VCARD apopoca apopoca@vdm.btlconsultants.com.mxlP 3S ai2023-07-06 15:58:07omartinezomartinez@chi.btlconsultants.com.mxomartinezBEGIN:VCARD VERSION:3.0 UID:2022-02-0323:43:49.d3019000-a6ac-b3d6-a4a9-37ed92cf52fa.omartinez@chi.btlconsultants.com.mx N:omartinez;;;; FN:omartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:omartinez@chi.btlconsultants.com.mx END:VCARD omartinez omartinez@chi.btlconsultants.com.mxcO 3Q Ye2023-07-06 15:58:07aferreraaferrera@mer.btlconsultants.com.mxaferreraBEGIN:VCARD VERSION:3.0 UID:2022-02-0323:43:21.6bb6d905-6db9-bdc3-918b-0cc756539208.aferrera@mer.btlconsultants.com.mx N:aferrera;;;; FN:aferrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:aferrera@mer.btlconsultants.com.mx END:VCARD aferrera aferrera@mer.btlconsultants.com.mxHN 3K AY2023-07-06 15:58:07gpechgpech@tab.btlconsultants.com.mxgpechBEGIN:VCARD VERSION:3.0 UID:2022-02-0323:42:48.a9d43da2-b913-f389-837d-a64d82dc0658.gpech@tab.btlconsultants.com.mx N:gpech;;;; FN:gpech EMAIL;TYPE=INTERNET;TYPE=INTERNET:gpech@tab.btlconsultants.com.mx END:VCARD gpech gpech@tab.btlconsultants.com.mx  V ?:llc 3S ai2023-07-06 15:58:08vgonzalezvgonzalez@chi.btlconsultants.com.mxvgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-02-1619:54:45.66905959-3215-d129-1508-399691c7bc49.vgonzalez@chi.btlconsultants.com.mx N:vgonzalez;;;; FN:vgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vgonzalez@chi.btlconsultants.com.mx END:VCARD vgonzalez vgonzalez@chi.btlconsultants.com.mxub 3!U !im2023-07-06 15:58:08e.castilloe.castillo@mty.btlconsultants.com.mxe.castilloBEGIN:VCARD VERSION:3.0 UID:2022-02-1619:42:23.6a74f253-f503-bf62-1b9e-884bb3bb5611.e.castillo@mty.btlconsultants.com.mx N:e.castillo;;;; FN:e.castillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:e.castillo@mty.btlconsultants.com.mx END:VCARD e.castillo e.castillo@mty.btlconsultants.com.mxla 3S ai2023-07-06 15:58:08kcoronadokcoronado@son.btlconsultants.com.mxkcoronadoBEGIN:VCARD VERSION:3.0 UID:2022-02-1619:40:17.a5f6ec17-ecd1-0433-18de-35263ac3b529.kcoronado@son.btlconsultants.com.mx N:kcoronado;;;; FN:kcoronado EMAIL;TYPE=INTERNET;TYPE=INTERNET:kcoronado@son.btlconsultants.com.mx END:VCARD kcoronado kcoronado@son.btlconsultants.com.mxZ` 3O Qa2023-07-06 15:58:08dmontesdmontes@mty.btlconsultants.com.mxdmontesBEGIN:VCARD VERSION:3.0 UID:2022-02-1619:35:58.05b6768e-4934-a710-a500-0857df182716.dmontes@mty.btlconsultants.com.mx N:dmontes;;;; FN:dmontes EMAIL;TYPE=INTERNET;TYPE=INTERNET:dmontes@mty.btlconsultants.com.mx END:VCARD dmontes dmontes@mty.btlconsultants.com.mxJ_ 3G AY2023-07-06 15:58:07rperazarperaza@btlconsultants.com.mxrperazaBEGIN:VCARD VERSION:3.0 UID:2022-02-1419:18:32.960d3c5d-f708-89a5-f4d6-ba3f6e090d84.rperaza@btlconsultants.com.mx N:rperaza;;;; FN:rperaza EMAIL;TYPE=INTERNET;TYPE=INTERNET:rperaza@btlconsultants.com.mx END:VCARD rperaza rperaza@btlconsultants.com.mxn^ 3#O #ai2023-07-06 15:58:07am.martinezam.martinez@btlconsultants.com.mxam.martinezBEGIN:VCARD VERSION:3.0 UID:2022-02-1000:32:12.da00c071-ba6d-550f-71e3-942b552565aa.am.martinez@btlconsultants.com.mx N:am.martinez;;;; FN:am.martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:am.martinez@btlconsultants.com.mx END:VCARD am.martinez am.martinez@btlconsultants.com.mxA] 3E 9U2023-07-06 15:58:07smoransmoran@btlconsultants.com.mxsmoranBEGIN:VCARD VERSION:3.0 UID:2022-02-0917:02:21.b7fa9fcd-6c77-7720-9e87-1af655eaed7c.smoran@btlconsultants.com.mx N:smoran;;;; FN:smoran EMAIL;TYPE=INTERNET;TYPE=INTERNET:smoran@btlconsultants.com.mx END:VCARD smoran smoran@btlconsultants.com.mx,\ 3-a -2023-07-06 15:58:07alejandro.lozadaalejandro.lozada@vdm.btlconsultants.com.mxalejandro.lozadaBEGIN:VCARD VERSION:3.0 UID:2022-02-0821:37:19.4e3c2730-a020-7481-b847-757661bc60e4.alejandro.lozada@vdm.btlconsultants.com.mx N:alejandro.lozada;;;; FN:alejandro.lozada EMAIL;TYPE=INTERNET;TYPE=INTERNET:alejandro.lozada@vdm.btlconsultants.com.mx END:VCARD alejandro.lozada alejandro.lozada@vdm.btlconsultants.com.mxc[ 3Q Ye2023-07-06 15:58:07sramirezsramirez@gdl.btlconsultants.com.mxsramirezBEGIN:VCARD VERSION:3.0 UID:2022-02-0818:29:43.9ce4221f-6378-8f38-1f2f-93a4b29e319d.sramirez@gdl.btlconsultants.com.mx N:sramirez;;;; FN:sramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:sramirez@gdl.btlconsultants.com.mx END:VCARD sramirez sramirez@gdl.btlconsultants.com.mxHZ 3K AY2023-07-06 15:58:07ianzoianzo@vdm.btlconsultants.com.mxianzoBEGIN:VCARD VERSION:3.0 UID:2022-02-0818:27:11.7781fb68-411a-123a-3f25-d4a417ae90b2.ianzo@vdm.btlconsultants.com.mx N:ianzo;;;; FN:ianzo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ianzo@vdm.btlconsultants.com.mx END:VCARD ianzo ianzo@vdm.btlconsultants.com.mxZY 3O Qa2023-07-06 15:58:07cquirozcquiroz@qro.btlconsultants.com.mxcquirozBEGIN:VCARD VERSION:3.0 UID:2022-02-0818:04:21.54c687e6-3666-dd25-9fcf-d5f7684d348a.cquiroz@qro.btlconsultants.com.mx N:cquiroz;;;; FN:cquiroz EMAIL;TYPE=INTERNET;TYPE=INTERNET:cquiroz@qro.btlconsultants.com.mx END:VCARD cquiroz cquiroz@qro.btlconsultants.com.mx  ; EwqZn 3O Qa2023-07-06 15:58:08llucerollucero@bcn.btlconsultants.com.mxlluceroBEGIN:VCARD VERSION:3.0 UID:2022-02-1621:00:46.de64934c-21ca-d868-329c-464074434a01.llucero@bcn.btlconsultants.com.mx N:llucero;;;; FN:llucero EMAIL;TYPE=INTERNET;TYPE=INTERNET:llucero@bcn.btlconsultants.com.mx END:VCARD llucero llucero@bcn.btlconsultants.com.mxQm 3M I]2023-07-06 15:58:08jelenojeleno@vdm.btlconsultants.com.mxjelenoBEGIN:VCARD VERSION:3.0 UID:2022-02-1620:57:43.89c4aa3c-5490-9f70-57f3-80fcd47fb366.jeleno@vdm.btlconsultants.com.mx N:jeleno;;;; FN:jeleno EMAIL;TYPE=INTERNET;TYPE=INTERNET:jeleno@vdm.btlconsultants.com.mx END:VCARD jeleno jeleno@vdm.btlconsultants.com.mxQl 3M I]2023-07-06 15:58:08dlopezdlopez@vdm.btlconsultants.com.mxdlopezBEGIN:VCARD VERSION:3.0 UID:2022-02-1620:53:48.9b11d85b-1f1b-8cc9-c5f0-0ad1760fc6d3.dlopez@vdm.btlconsultants.com.mx N:dlopez;;;; FN:dlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dlopez@vdm.btlconsultants.com.mx END:VCARD dlopez dlopez@vdm.btlconsultants.com.mxXk 3O Q]2023-07-06 15:58:08vcuevasvcuevas@zac.btlconsultants.com.mxvcuevasBEGIN:VCARD VERSION:3.0 UID:2022-02-1620:51:52.bc632d4d-3749-0335-de85-0a9bc8cd99df.vcuevas@zac.btlconsultants.com.mx N:vcuevas;;;; FN:vcuevas EMAIL;TYPE=INTERNET;TYPE=INTERNET:vcuevas@zac.btlconsultants.com.mx END:VCARD vcuvas vcuvas@zac.btlconsultants.com.mxuj 3!U !im2023-07-06 15:58:08fmagdalenofmagdaleno@gto.btlconsultants.com.mxfmagdalenoBEGIN:VCARD VERSION:3.0 UID:2022-02-1620:36:35.24583a3e-4e2d-090a-a0a4-1a2cfb4b8a1b.fmagdaleno@gto.btlconsultants.com.mx N:fmagdaleno;;;; FN:fmagdaleno EMAIL;TYPE=INTERNET;TYPE=INTERNET:fmagdaleno@gto.btlconsultants.com.mx END:VCARD fmagdaleno fmagdaleno@gto.btlconsultants.com.mxQi 3M I]2023-07-06 15:58:08mrivasmrivas@gdl.btlconsultants.com.mxmrivasBEGIN:VCARD VERSION:3.0 UID:2022-02-1620:33:22.59a09604-f9c2-e03a-986b-14e8bef6e4a9.mrivas@gdl.btlconsultants.com.mx N:mrivas;;;; FN:mrivas EMAIL;TYPE=INTERNET;TYPE=INTERNET:mrivas@gdl.btlconsultants.com.mx END:VCARD mrivas mrivas@gdl.btlconsultants.com.mxZh 3O Qa2023-07-06 15:58:08efloreseflores@gto.btlconsultants.com.mxefloresBEGIN:VCARD VERSION:3.0 UID:2022-02-1620:31:53.f80a4dcb-b8a3-8704-4a2b-6f4e3e23be19.eflores@gto.btlconsultants.com.mx N:eflores;;;; FN:eflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:eflores@gto.btlconsultants.com.mx END:VCARD eflores eflores@gto.btlconsultants.com.mxHg 3K AY2023-07-06 15:58:08gliraglira@ags.btlconsultants.com.mxgliraBEGIN:VCARD VERSION:3.0 UID:2022-02-1620:30:23.47e53470-63a9-c104-1543-102920403f99.glira@ags.btlconsultants.com.mx N:glira;;;; FN:glira EMAIL;TYPE=INTERNET;TYPE=INTERNET:glira@ags.btlconsultants.com.mx END:VCARD glira glira@ags.btlconsultants.com.mxHf 3K AY2023-07-06 15:58:08mdiazmdiaz@gdl.btlconsultants.com.mxmdiazBEGIN:VCARD VERSION:3.0 UID:2022-02-1620:27:38.73d6943d-8f07-fd1e-3dd0-d9f5673b1cfa.mdiaz@gdl.btlconsultants.com.mx N:mdiaz;;;; FN:mdiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:mdiaz@gdl.btlconsultants.com.mx END:VCARD mdiaz mdiaz@gdl.btlconsultants.com.mxce 3Q Ye2023-07-06 15:58:08framirezframirez@mty.btlconsultants.com.mxframirezBEGIN:VCARD VERSION:3.0 UID:2022-02-1619:58:25.1f77a95e-3f65-2ab9-c5ff-f826bfd9dabf.framirez@mty.btlconsultants.com.mx N:framirez;;;; FN:framirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:framirez@mty.btlconsultants.com.mx END:VCARD framirez framirez@mty.btlconsultants.com.mxZd 3O Qa2023-07-06 15:58:08jcperezjcperez@vdm.btlconsultants.com.mxjcperezBEGIN:VCARD VERSION:3.0 UID:2022-02-1619:56:39.da522ab0-f1ea-203d-3fc9-1017a8ea9c68.jcperez@vdm.btlconsultants.com.mx N:jcperez;;;; FN:jcperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcperez@vdm.btlconsultants.com.mx END:VCARD jcperez jcperez@vdm.btlconsultants.com.mx  ; ]C.Uy 3O M_2023-07-06 15:58:08nlucionlucio@coah.btlconsultants.com.mxnlucioBEGIN:VCARD VERSION:3.0 UID:2022-02-1704:43:19.b4ac206c-e3bd-411d-ac51-f0a80926c9a5.nlucio@coah.btlconsultants.com.mx N:nlucio;;;; FN:nlucio EMAIL;TYPE=INTERNET;TYPE=INTERNET:nlucio@coah.btlconsultants.com.mx END:VCARD nlucio nlucio@coah.btlconsultants.com.mxQx 3M I]2023-07-06 15:58:08agomezagomez@chi.btlconsultants.com.mxagomezBEGIN:VCARD VERSION:3.0 UID:2022-02-1704:41:14.720ba15c-334c-6b27-10f9-e158b5517df1.agomez@chi.btlconsultants.com.mx N:agomez;;;; FN:agomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:agomez@chi.btlconsultants.com.mx END:VCARD agomez agomez@chi.btlconsultants.com.mxLw 3M E[2023-07-06 15:58:08kpenakpena@coah.btlconsultants.com.mxkpenaBEGIN:VCARD VERSION:3.0 UID:2022-02-1704:39:39.9597e4ea-2f52-e225-d3cd-f0bf8a4a889c.kpena@coah.btlconsultants.com.mx N:kpena;;;; FN:kpena EMAIL;TYPE=INTERNET;TYPE=INTERNET:kpena@coah.btlconsultants.com.mx END:VCARD kpena kpena@coah.btlconsultants.com.mxlv 3S ai2023-07-06 15:58:08jcarrillojcarrillo@mty.btlconsultants.com.mxjcarrilloBEGIN:VCARD VERSION:3.0 UID:2022-02-1704:36:14.6b059326-332f-7de4-f89e-5ca1d71f906b.jcarrillo@mty.btlconsultants.com.mx N:jcarrillo;;;; FN:jcarrillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcarrillo@mty.btlconsultants.com.mx END:VCARD jcarrillo jcarrillo@mty.btlconsultants.com.mxZu 3O Qa2023-07-06 15:58:08aolaldeaolalde@vdm.btlconsultants.com.mxaolaldeBEGIN:VCARD VERSION:3.0 UID:2022-02-1704:33:35.fb4962a2-0e7d-d65e-b762-e38ba4bcb16e.aolalde@vdm.btlconsultants.com.mx N:aolalde;;;; FN:aolalde EMAIL;TYPE=INTERNET;TYPE=INTERNET:aolalde@vdm.btlconsultants.com.mx END:VCARD aolalde aolalde@vdm.btlconsultants.com.mxZt 3O Qa2023-07-06 15:58:08jtoledojtoledo@vdm.btlconsultants.com.mxjtoledoBEGIN:VCARD VERSION:3.0 UID:2022-02-1704:28:16.91991918-177e-7872-dd0e-d7bdfc998ca0.jtoledo@vdm.btlconsultants.com.mx N:jtoledo;;;; FN:jtoledo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jtoledo@vdm.btlconsultants.com.mx END:VCARD jtoledo jtoledo@vdm.btlconsultants.com.mxZs 3O Qa2023-07-06 15:58:08jvaldezjvaldez@vdm.btlconsultants.com.mxjvaldezBEGIN:VCARD VERSION:3.0 UID:2022-02-1704:26:36.e7d17672-925d-0e32-f94b-f0450615d1de.jvaldez@vdm.btlconsultants.com.mx N:jvaldez;;;; FN:jvaldez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvaldez@vdm.btlconsultants.com.mx END:VCARD jvaldez jvaldez@vdm.btlconsultants.com.mxur 3!U !im2023-07-06 15:58:08eescalanteeescalante@qro.btlconsultants.com.mxeescalanteBEGIN:VCARD VERSION:3.0 UID:2022-02-1704:24:35.b5c08186-9531-d2bf-393f-7b2d2c124bd8.eescalante@qro.btlconsultants.com.mx N:eescalante;;;; FN:eescalante EMAIL;TYPE=INTERNET;TYPE=INTERNET:eescalante@qro.btlconsultants.com.mx END:VCARD eescalante eescalante@qro.btlconsultants.com.mxaq 3S Yc2023-07-06 15:58:08lcastrolcastro@guerr.btlconsultants.com.mxlcastroBEGIN:VCARD VERSION:3.0 UID:2022-02-1704:21:19.d40e51af-9066-51bd-c097-c2f917c70da3.lcastro@guerr.btlconsultants.com.mx N:lcastro;;;; FN:lcastro EMAIL;TYPE=INTERNET;TYPE=INTERNET:lcastro@guerr.btlconsultants.com.mx END:VCARD lcastro lcastro@gurr.btlconsultants.com.mxlp 3S ai2023-07-06 15:58:08r.salgador.salgado@ver.btlconsultants.com.mxr.salgadoBEGIN:VCARD VERSION:3.0 UID:2022-02-1704:17:31.639dbfb5-cb3c-9404-98c9-0c3acae49202.r.salgado@ver.btlconsultants.com.mx N:r.salgado;;;; FN:r.salgado EMAIL;TYPE=INTERNET;TYPE=INTERNET:r.salgado@ver.btlconsultants.com.mx END:VCARD r.salgado r.salgado@ver.btlconsultants.com.mxQo 3I IY2023-07-06 15:58:08jeriquezjeriquez@btlconsultants.com.mxjeriquezBEGIN:VCARD VERSION:3.0 UID:2022-02-1621:35:02.cfc20a5d-9112-d7f0-dab4-826f95d22fa9.jeriquez@btlconsultants.com.mx N:jeriquez;;;; FN:jeriquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jeriquez@btlconsultants.com.mx END:VCARD jeriquz jeriquz@btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX< x 3x2023-07-06 15:58:11w 3w2023-07-06 15:58:11v 3v2023-07-06 15:58:11u 3u2023-07-06 15:58:10t 3t2023-07-06 15:58:10s 3s2023-07-06 15:58:10r 3r2023-07-06 15:58:10q 3q2023-07-06 15:58:10p 3p2023-07-06 15:58:10o 3o2023-07-06 15:58:10n 3n2023-07-06 15:58:10m 3m2023-07-06 15:58:10l 3l2023-07-06 15:58:10k 3k2023-07-06 15:58:10j 3j2023-07-06 15:58:10i 3i2023-07-06 15:58:10h 3h2023-07-06 15:58:10g 3g2023-07-06 15:58:10f 3f2023-07-06 15:58:10e 3e2023-07-06 15:58:10d 3d2023-07-06 15:58:10c 3c2023-07-06 15:58:10b 3b2023-07-06 15:58:10a 3a2023-07-06 15:58:10` 3`2023-07-06 15:58:10_ 3_2023-07-06 15:58:10^ 3^2023-07-06 15:58:10] 3]2023-07-06 15:58:10\ 3\2023-07-06 15:58:10[ 3[2023-07-06 15:58:10Z 3Z2023-07-06 15:58:10Y 3Y2023-07-06 15:58:10X 3X2023-07-06 15:58:10W 3W2023-07-06 15:58:10V 3V2023-07-06 15:58:10U 3U2023-07-06 15:58:10T 3T2023-07-06 15:58:10S 3S2023-07-06 15:58:10R 3R2023-07-06 15:58:10Q 3Q2023-07-06 15:58:10P 3P2023-07-06 15:58:10O 3O2023-07-06 15:58:10N 3N2023-07-06 15:58:10M 3M2023-07-06 15:58:10L 3L2023-07-06 15:58:10K 3K2023-07-06 15:58:10J 3J2023-07-06 15:58:10I 3I2023-07-06 15:58:10H 3H2023-07-06 15:58:10G 3G2023-07-06 15:58:09F 3F2023-07-06 15:58:09E 3E2023-07-06 15:58:09D 3D2023-07-06 15:58:09C 3C2023-07-06 15:58:09B 3B2023-07-06 15:58:09A 3A2023-07-06 15:58:09@ 3@2023-07-06 15:58:09? 3?2023-07-06 15:58:09> 3>2023-07-06 15:58:09= 3=2023-07-06 15:58:09< 3<2023-07-06 15:58:09; 3;2023-07-06 15:58:09: 3:2023-07-06 15:58:099 392023-07-06 15:58:098 382023-07-06 15:58:097 372023-07-06 15:58:096 362023-07-06 15:58:095 352023-07-06 15:58:094 342023-07-06 15:58:093 332023-07-06 15:58:092 322023-07-06 15:58:091 312023-07-06 15:58:090 302023-07-06 15:58:09/ 3/2023-07-06 15:58:09. 3.2023-07-06 15:58:09- 3-2023-07-06 15:58:09, 3,2023-07-06 15:58:09+ 3+2023-07-06 15:58:09* 3*2023-07-06 15:58:09) 3)2023-07-06 15:58:09( 3(2023-07-06 15:58:09' 3'2023-07-06 15:58:09& 3&2023-07-06 15:58:09% 3%2023-07-06 15:58:09$ 3$2023-07-06 15:58:09# 3#2023-07-06 15:58:09" 3"2023-07-06 15:58:09! 3!2023-07-06 15:58:09  3 2023-07-06 15:58:09 32023-07-06 15:58:09 32023-07-06 15:58:09 32023-07-06 15:58:09 32023-07-06 15:58:09 32023-07-06 15:58:09 32023-07-06 15:58:09 32023-07-06 15:58:09 32023-07-06 15:58:09 32023-07-06 15:58:09 32023-07-06 15:58:09 32023-07-06 15:58:08 32023-07-06 15:58:08 32023-07-06 15:58:08 32023-07-06 15:58:08 32023-07-06 15:58:08 32023-07-06 15:58:08 32023-07-06 15:58:08 32023-07-06 15:58:08  3 2023-07-06 15:58:08  3 2023-07-06 15:58:08  3 2023-07-06 15:58:08  3 2023-07-06 15:58:08  3 2023-07-06 15:58:08 32023-07-06 15:58:08 32023-07-06 15:58:08 32023-07-06 15:58:08 32023-07-06 15:58:08 32023-07-06 15:58:08 32023-07-06 15:58:08 32023-07-06 15:58:08 32023-07-06 15:58:08 32023-07-06 15:58:08 32023-07-06 15:58:08~ 32023-07-06 15:58:08} 32023-07-06 15:58:08| 32023-07-06 15:58:08{ 32023-07-06 15:58:08z 32023-07-06 15:58:08y 32023-07-06 15:58:08x 32023-07-06 15:58:08w 32023-07-06 15:58:08v 32023-07-06 15:58:08u 32023-07-06 15:58:08t 32023-07-06 15:58:08s 32023-07-06 15:58:08r 32023-07-06 15:58:08q 32023-07-06 15:58:08 {tmf_XQJC<5.'  xjc\UNG@92+$ | u n g ` Y R K D = 6 / ( !    L E > 7 0 ) "    z s l e ^ W P I B ; 4 - &     ~ w p i b [ T M F ? 8 1 * #     {tmf_XQJC<5.'  xqjc\UNG@92+$|ung`YRKD=6/(! yrkd]VOHA:3,% y r k d ] V O H A : 3 , %     } v o h a Z Sq }vohaZSLE>70)"                                 ~ } | { z y x w v u t s r q p o n m l k j i h g f e d c b a ` _ ^ ] \ [ Z Y X W V U T S R Q P O N M L K J I H G F E D C B A @ ? > = < ; : 9 8 7 6 5 4 3 2 1 0 / . - , + * ) ( ' & % $ # " !                                                                                                                                                                                                                                    ~ } | { z y x w v u t s r q p o n m l k j i h g f e d c b a ` _ ^ ] \ [ Z Y X W V U T S R Q P O N M L K  0 R S9c 3Q Ye2023-07-06 15:58:08lbasiliolbasilio@vdm.btlconsultants.com.mxlbasilioBEGIN:VCARD VERSION:3.0 UID:2022-02-1708:16:23.4fd7c8d0-e4d7-df3e-5f82-c0c024e138b4.lbasilio@vdm.btlconsultants.com.mx N:lbasilio;;;; FN:lbasilio EMAIL;TYPE=INTERNET;TYPE=INTERNET:lbasilio@vdm.btlconsultants.com.mx END:VCARD lbasilio lbasilio@vdm.btlconsultants.com.mxH 3K AY2023-07-06 15:58:08dcruzdcruz@vdm.btlconsultants.com.mxdcruzBEGIN:VCARD VERSION:3.0 UID:2022-02-1708:15:46.c46058e8-8545-cf99-964c-afb2f77e2c71.dcruz@vdm.btlconsultants.com.mx N:dcruz;;;; FN:dcruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:dcruz@vdm.btlconsultants.com.mx END:VCARD dcruz dcruz@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:08j.ibarraj.ibarra@vdm.btlconsultants.com.mxj.ibarraBEGIN:VCARD VERSION:3.0 UID:2022-02-1708:09:05.ca1c46ff-4c32-5606-a522-b5248a42c588.j.ibarra@vdm.btlconsultants.com.mx N:j.ibarra;;;; FN:j.ibarra EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.ibarra@vdm.btlconsultants.com.mx END:VCARD j.ibarra j.ibarra@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:08lparedeslparedes@vdm.btlconsultants.com.mxlparedesBEGIN:VCARD VERSION:3.0 UID:2022-02-1708:08:09.37f35935-c099-be9b-1976-b553ca0315be.lparedes@vdm.btlconsultants.com.mx N:lparedes;;;; FN:lparedes EMAIL;TYPE=INTERNET;TYPE=INTERNET:lparedes@vdm.btlconsultants.com.mx END:VCARD lparedes lparedes@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:08agomezagomez@vdm.btlconsultants.com.mxagomezBEGIN:VCARD VERSION:3.0 UID:2022-02-1704:56:04.1f5f4375-cd7f-1f85-bec1-0c33a74e85ee.agomez@vdm.btlconsultants.com.mx N:agomez;;;; FN:agomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:agomez@vdm.btlconsultants.com.mx END:VCARD agomez agomez@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:08jchavezjchavez@ags.btlconsultants.com.mxjchavezBEGIN:VCARD VERSION:3.0 UID:2022-02-1704:54:28.e70dd1c5-56d6-f5bf-55d8-90238e0fafbc.jchavez@ags.btlconsultants.com.mx N:jchavez;;;; FN:jchavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jchavez@ags.btlconsultants.com.mx END:VCARD jchavez jchavez@ags.btlconsultants.com.mxH~ 3K AY2023-07-06 15:58:08tyeratyera@ver.btlconsultants.com.mxtyeraBEGIN:VCARD VERSION:3.0 UID:2022-02-1704:52:54.8cdffe7b-2815-cda5-9561-b0a097776079.tyera@ver.btlconsultants.com.mx N:tyera;;;; FN:tyera EMAIL;TYPE=INTERNET;TYPE=INTERNET:tyera@ver.btlconsultants.com.mx END:VCARD tyera tyera@ver.btlconsultants.com.mxj} 3U ag2023-07-06 15:58:08dmendozadmendoza@guerr.btlconsultants.com.mxdmendozaBEGIN:VCARD VERSION:3.0 UID:2022-02-1704:51:05.8bfda8ee-b6f1-79d8-3c67-93e4c52c42c7.dmendoza@guerr.btlconsultants.com.mx N:dmendoza;;;; FN:dmendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:dmendoza@guerr.btlconsultants.com.mx END:VCARD dmendoza dmendoza@gurr.btlconsultants.com.mxl| 3S ai2023-07-06 15:58:08gquintanagquintana@bcn.btlconsultants.com.mxgquintanaBEGIN:VCARD VERSION:3.0 UID:2022-02-1704:49:42.b079f62e-4916-ac61-326e-926bfd918504.gquintana@bcn.btlconsultants.com.mx N:gquintana;;;; FN:gquintana EMAIL;TYPE=INTERNET;TYPE=INTERNET:gquintana@bcn.btlconsultants.com.mx END:VCARD gquintana gquintana@bcn.btlconsultants.com.mxg{ 3S ]g2023-07-06 15:58:08ccamargoccamargo@qroo.btlconsultants.com.mxccamargoBEGIN:VCARD VERSION:3.0 UID:2022-02-1704:47:05.27a4f9e7-8bb5-9bea-75a6-26248789fc2a.ccamargo@qroo.btlconsultants.com.mx N:ccamargo;;;; FN:ccamargo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ccamargo@qroo.btlconsultants.com.mx END:VCARD ccamargo ccamargo@qroo.btlconsultants.com.mxaz 3Q Ya2023-07-06 15:58:08vmarquezvmarquez@gdl.btlconsultants.com.mxvmarquezBEGIN:VCARD VERSION:3.0 UID:2022-02-1704:45:10.4a76b6c7-039e-7925-895b-2ada5e6320c5.vmarquez@gdl.btlconsultants.com.mx N:vmarquez;;;; FN:vmarquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vmarquez@gdl.btlconsultants.com.mx END:VCARD vmarquz vmarquz@gdl.btlconsultants.com.mx Eypg^ULC:1( }tkbYPG>5,# x o f ] T K B 9 0 '      { r i ` W N E < 3 * !     v m d [ R I @ 7 . %   zqh_VMD;2) ~ulcZQH?6-$ ypg^ULC:1( }tkbYPG>5,# | s j a X O F = 4 + "    w n e \ S J A 8 / & xof]TKB90' |sjaXOF=4+"               ~~ }} || {{ zz yy xx ww vv uu tt ss rr qq pp oo nn mm ll kk jj ii hh gg ff ee dd cc bb aa `` __ ^^ ]] \\ [[ ZZ YY XX WW VV UU TT SS RR QQ PP OO NN MM LL KK JJ II HH GG FF EE DD CC BB AA @@ ?? >> == << ;; :: 99 88 77 66 55 44 33 22 11 00 // .. -- ,, ++ ** )) (( '' && %% $$ ## "" !!                                                                                                                                                                                                                              ~~ }} || {{ zz yy xx ww o  7`Ool 3S ai2023-07-06 15:58:08dcastilladcastilla@mer.btlconsultants.com.mxdcastillaBEGIN:VCARD VERSION:3.0 UID:2022-02-1723:48:02.bdf5d72b-b4d4-6dd4-911f-32402b96027b.dcastilla@mer.btlconsultants.com.mx N:dcastilla;;;; FN:dcastilla EMAIL;TYPE=INTERNET;TYPE=INTERNET:dcastilla@mer.btlconsultants.com.mx END:VCARD dcastilla dcastilla@mer.btlconsultants.com.mxl 3S ai2023-07-06 15:58:08mmartinezmmartinez@sin.btlconsultants.com.mxmmartinezBEGIN:VCARD VERSION:3.0 UID:2022-02-1723:45:11.50d3b43e-7e38-7e7f-edb6-851b24a71aae.mmartinez@sin.btlconsultants.com.mx N:mmartinez;;;; FN:mmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmartinez@sin.btlconsultants.com.mx END:VCARD mmartinez mmartinez@sin.btlconsultants.com.mxH 3K AY2023-07-06 15:58:08lalvalalva@mty.btlconsultants.com.mxlalvaBEGIN:VCARD VERSION:3.0 UID:2022-02-1723:43:46.a23f20c2-d4cb-6873-3eb4-d70781266212.lalva@mty.btlconsultants.com.mx N:lalva;;;; FN:lalva EMAIL;TYPE=INTERNET;TYPE=INTERNET:lalva@mty.btlconsultants.com.mx END:VCARD lalva lalva@mty.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:08cjimenezcjimenez@mty.btlconsultants.com.mxcjimenezBEGIN:VCARD VERSION:3.0 UID:2022-02-1723:41:51.1eebb86b-934c-fb5b-1fa2-117130d310bd.cjimenez@mty.btlconsultants.com.mx N:cjimenez;;;; FN:cjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cjimenez@mty.btlconsultants.com.mx END:VCARD cjimenez cjimenez@mty.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:08c.simonc.simon@vdm.btlconsultants.com.mxc.simonBEGIN:VCARD VERSION:3.0 UID:2022-02-1722:38:35.04d3c1ca-8c0b-5d60-780c-815366d5b655.c.simon@vdm.btlconsultants.com.mx N:c.simon;;;; FN:c.simon EMAIL;TYPE=INTERNET;TYPE=INTERNET:c.simon@vdm.btlconsultants.com.mx END:VCARD c.simon c.simon@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:08m.riveram.rivera@vdm.btlconsultants.com.mxm.riveraBEGIN:VCARD VERSION:3.0 UID:2022-02-1722:37:52.e8af75fa-a522-2dfc-0153-8efc4a1ddcb5.m.rivera@vdm.btlconsultants.com.mx N:m.rivera;;;; FN:m.rivera EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.rivera@vdm.btlconsultants.com.mx END:VCARD m.rivera m.rivera@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:58:08dquinterodquintero@vdm.btlconsultants.com.mxdquinteroBEGIN:VCARD VERSION:3.0 UID:2022-02-1708:33:20.add3a6de-d6a3-0cbf-aaaf-c720a0de2527.dquintero@vdm.btlconsultants.com.mx N:dquintero;;;; FN:dquintero EMAIL;TYPE=INTERNET;TYPE=INTERNET:dquintero@vdm.btlconsultants.com.mx END:VCARD dquintero dquintero@vdm.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:08e.monsalvoe.monsalvo@vdm.btlconsultants.com.mxe.monsalvoBEGIN:VCARD VERSION:3.0 UID:2022-02-1708:18:51.96f508a2-3641-6f0d-0088-ad45e9b06552.e.monsalvo@vdm.btlconsultants.com.mx N:e.monsalvo;;;; FN:e.monsalvo EMAIL;TYPE=INTERNET;TYPE=INTERNET:e.monsalvo@vdm.btlconsultants.com.mx END:VCARD e.monsalvo e.monsalvo@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:08o.tobono.tobon@vdm.btlconsultants.com.mxo.tobonBEGIN:VCARD VERSION:3.0 UID:2022-02-1708:18:14.164cb373-12a3-3bb1-6538-11f4c937846f.o.tobon@vdm.btlconsultants.com.mx N:o.tobon;;;; FN:o.tobon EMAIL;TYPE=INTERNET;TYPE=INTERNET:o.tobon@vdm.btlconsultants.com.mx END:VCARD o.tobon o.tobon@vdm.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:08scaballeroscaballero@vdm.btlconsultants.com.mxscaballeroBEGIN:VCARD VERSION:3.0 UID:2022-02-1708:17:44.77ea4ac5-7dda-f0ed-d26e-82a1addb7ee4.scaballero@vdm.btlconsultants.com.mx N:scaballero;;;; FN:scaballero EMAIL;TYPE=INTERNET;TYPE=INTERNET:scaballero@vdm.btlconsultants.com.mx END:VCARD scaballero scaballero@vdm.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:08i.baltazari.baltazar@gdl.btlconsultants.com.mxi.baltazarBEGIN:VCARD VERSION:3.0 UID:2022-02-1708:17:07.82a014d2-97c5-724a-1836-0a1e0aae4b09.i.baltazar@gdl.btlconsultants.com.mx N:i.baltazar;;;; FN:i.baltazar EMAIL;TYPE=INTERNET;TYPE=INTERNET:i.baltazar@gdl.btlconsultants.com.mx END:VCARD i.baltazar i.baltazar@gdl.btlconsultants.com.mx  ; [8|\ 3K Qa2023-07-06 15:58:09ccarranzaccarranza@btlconsultants.com.mxccarranzaBEGIN:VCARD VERSION:3.0 UID:2022-02-1804:42:59.61c292e1-27b4-09f0-a081-5d43aae44b0f.ccarranza@btlconsultants.com.mx N:ccarranza;;;; FN:ccarranza EMAIL;TYPE=INTERNET;TYPE=INTERNET:ccarranza@btlconsultants.com.mx END:VCARD ccarranza ccarranza@btlconsultants.com.mxY 3O Q_2023-07-06 15:58:09jjuarezjjuarez@pue.btlconsultants.com.mxjjuarezBEGIN:VCARD VERSION:3.0 UID:2022-02-1800:09:57.5a13e4c2-d1c6-7604-52e4-390bc3589797.jjuarez@pue.btlconsultants.com.mx N:jjuarez;;;; FN:jjuarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jjuarez@pue.btlconsultants.com.mx END:VCARD jjuarez jjuarez@pu.btlconsultants.com.mxH 3K AY2023-07-06 15:58:09jchiojchio@ver.btlconsultants.com.mxjchioBEGIN:VCARD VERSION:3.0 UID:2022-02-1800:08:38.725c7c25-4047-ab7b-3a46-5a43c818c790.jchio@ver.btlconsultants.com.mx N:jchio;;;; FN:jchio EMAIL;TYPE=INTERNET;TYPE=INTERNET:jchio@ver.btlconsultants.com.mx END:VCARD jchio jchio@ver.btlconsultants.com.mxl 3S ai2023-07-06 15:58:09psalvadorpsalvador@gto.btlconsultants.com.mxpsalvadorBEGIN:VCARD VERSION:3.0 UID:2022-02-1800:07:15.6db35501-d4d0-21b9-d86c-eee4f1fba2ab.psalvador@gto.btlconsultants.com.mx N:psalvador;;;; FN:psalvador EMAIL;TYPE=INTERNET;TYPE=INTERNET:psalvador@gto.btlconsultants.com.mx END:VCARD psalvador psalvador@gto.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:08mamaromamaro@slp.btlconsultants.com.mxmamaroBEGIN:VCARD VERSION:3.0 UID:2022-02-1800:05:54.c8144858-82db-2c06-a95f-88e423c6b69a.mamaro@slp.btlconsultants.com.mx N:mamaro;;;; FN:mamaro EMAIL;TYPE=INTERNET;TYPE=INTERNET:mamaro@slp.btlconsultants.com.mx END:VCARD mamaro mamaro@slp.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:08cmedinacmedina@zac.btlconsultants.com.mxcmedinaBEGIN:VCARD VERSION:3.0 UID:2022-02-1800:02:53.8baf9f5d-e4ef-f5b6-a2c5-8d79f78b08ab.cmedina@zac.btlconsultants.com.mx N:cmedina;;;; FN:cmedina EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmedina@zac.btlconsultants.com.mx END:VCARD cmedina cmedina@zac.btlconsultants.com.mxl 3S ai2023-07-06 15:58:08jescobedojescobedo@gdl.btlconsultants.com.mxjescobedoBEGIN:VCARD VERSION:3.0 UID:2022-02-1800:01:15.6a47079a-e447-4797-58ca-e334a41cf32e.jescobedo@gdl.btlconsultants.com.mx N:jescobedo;;;; FN:jescobedo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jescobedo@gdl.btlconsultants.com.mx END:VCARD jescobedo jescobedo@gdl.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:08gvelardegvelarde@gdl.btlconsultants.com.mxgvelardeBEGIN:VCARD VERSION:3.0 UID:2022-02-1723:54:15.a082e498-abf3-a8d1-abb9-bc0d87ac2074.gvelarde@gdl.btlconsultants.com.mx N:gvelarde;;;; FN:gvelarde EMAIL;TYPE=INTERNET;TYPE=INTERNET:gvelarde@gdl.btlconsultants.com.mx END:VCARD gvelarde gvelarde@gdl.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:08mcaballeromcaballero@gdl.btlconsultants.com.mxmcaballeroBEGIN:VCARD VERSION:3.0 UID:2022-02-1723:52:44.6c806867-42c3-2b5d-8878-3458b68f50cc.mcaballero@gdl.btlconsultants.com.mx N:mcaballero;;;; FN:mcaballero EMAIL;TYPE=INTERNET;TYPE=INTERNET:mcaballero@gdl.btlconsultants.com.mx END:VCARD mcaballero mcaballero@gdl.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:08mgutierrezmgutierrez@chi.btlconsultants.com.mxmgutierrezBEGIN:VCARD VERSION:3.0 UID:2022-02-1723:51:03.e284c517-e174-f5fd-2949-e53c17f98ae5.mgutierrez@chi.btlconsultants.com.mx N:mgutierrez;;;; FN:mgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgutierrez@chi.btlconsultants.com.mx END:VCARD mgutierrez mgutierrez@chi.btlconsultants.com.mxH 3K AY2023-07-06 15:58:08alaraalara@bcn.btlconsultants.com.mxalaraBEGIN:VCARD VERSION:3.0 UID:2022-02-1723:49:26.cbcdc8dc-7efb-07bc-109d-44fafcf4a6d6.alara@bcn.btlconsultants.com.mx N:alara;;;; FN:alara EMAIL;TYPE=INTERNET;TYPE=INTERNET:alara@bcn.btlconsultants.com.mx END:VCARD alara alara@bcn.btlconsultants.com.mx  K 4o(Q% 3M I]2023-07-06 15:58:09aacruzaacruz@vdm.btlconsultants.com.mxaacruzBEGIN:VCARD VERSION:3.0 UID:2022-02-2123:05:13.aeecca5e-a567-ed82-986c-7d8ebf4fd03e.aacruz@vdm.btlconsultants.com.mx N:aacruz;;;; FN:aacruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:aacruz@vdm.btlconsultants.com.mx END:VCARD aacruz aacruz@vdm.btlconsultants.com.mxl$ 3S ai2023-07-06 15:58:09lcastillolcastillo@tux.btlconsultants.com.mxlcastilloBEGIN:VCARD VERSION:3.0 UID:2022-02-2123:02:45.475d3c18-d23f-0469-33e0-17c6a240d772.lcastillo@tux.btlconsultants.com.mx N:lcastillo;;;; FN:lcastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:lcastillo@tux.btlconsultants.com.mx END:VCARD lcastillo lcastillo@tux.btlconsultants.com.mxc# 3Q Ye2023-07-06 15:58:09ocubeiroocubeiro@vdm.btlconsultants.com.mxocubeiroBEGIN:VCARD VERSION:3.0 UID:2022-02-2122:52:58.c29151e4-056e-bb3c-f11b-2fbb062a94e6.ocubeiro@vdm.btlconsultants.com.mx N:ocubeiro;;;; FN:ocubeiro EMAIL;TYPE=INTERNET;TYPE=INTERNET:ocubeiro@vdm.btlconsultants.com.mx END:VCARD ocubeiro ocubeiro@vdm.btlconsultants.com.mxl" 3S ai2023-07-06 15:58:09japolinarjapolinar@mty.btlconsultants.com.mxjapolinarBEGIN:VCARD VERSION:3.0 UID:2022-02-2122:49:56.7da62dca-73df-05b8-98f5-2e37a1f67eac.japolinar@mty.btlconsultants.com.mx N:japolinar;;;; FN:japolinar EMAIL;TYPE=INTERNET;TYPE=INTERNET:japolinar@mty.btlconsultants.com.mx END:VCARD japolinar japolinar@mty.btlconsultants.com.mxc! 3Q Ye2023-07-06 15:58:09sbarriossbarrios@qro.btlconsultants.com.mxsbarriosBEGIN:VCARD VERSION:3.0 UID:2022-02-2122:47:08.ef608c64-d010-9191-c32f-087c326b9d46.sbarrios@qro.btlconsultants.com.mx N:sbarrios;;;; FN:sbarrios EMAIL;TYPE=INTERNET;TYPE=INTERNET:sbarrios@qro.btlconsultants.com.mx END:VCARD sbarrios sbarrios@qro.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:09jcamposjcampos@vdm.btlconsultants.com.mxjcamposBEGIN:VCARD VERSION:3.0 UID:2022-02-2122:36:43.94eb8708-5c7a-d33d-cb9a-f78497b79cb0.jcampos@vdm.btlconsultants.com.mx N:jcampos;;;; FN:jcampos EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcampos@vdm.btlconsultants.com.mx END:VCARD jcampos jcampos@vdm.btlconsultants.com.mxQ 3I IY2023-07-06 15:58:09jvazquezjvazquez@btlconsultants.com.mxjvazquezBEGIN:VCARD VERSION:3.0 UID:2022-02-2120:55:05.6dc1799c-d3da-55cd-e5f7-29b0b74624f1.jvazquez@btlconsultants.com.mx N:jvazquez;;;; FN:jvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvazquez@btlconsultants.com.mx END:VCARD jvazquz jvazquz@btlconsultants.com.mxi 3S ac2023-07-06 15:58:09jenriquezjenriquez@pue.btlconsultants.com.mxjenriquezBEGIN:VCARD VERSION:3.0 UID:2022-02-2117:28:03.d731c506-c611-9201-eed9-766e53f6a64d.jenriquez@pue.btlconsultants.com.mx N:jenriquez;;;; FN:jenriquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jenriquez@pue.btlconsultants.com.mx END:VCARD jenriquz jenriquz@pu.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:09sgomezsgomez@tux.btlconsultants.com.mxsgomezBEGIN:VCARD VERSION:3.0 UID:2022-02-2117:01:01.bf200c45-3650-26b7-8800-8a8491d02fab.sgomez@tux.btlconsultants.com.mx N:sgomez;;;; FN:sgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:sgomez@tux.btlconsultants.com.mx END:VCARD sgomez sgomez@tux.btlconsultants.com.mxc 3!M !Ya2023-07-06 15:58:09rrodriguezrrodriguez@btlconsultants.com.mxrrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-02-1805:11:14.f70c62fd-d66e-98a1-ad7c-0a516ecd9464.rrodriguez@btlconsultants.com.mx N:rrodriguez;;;; FN:rrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rrodriguez@btlconsultants.com.mx END:VCARD rrodriguz rrodriguz@btlconsultants.com.mxJ 3G AY2023-07-06 15:58:09eparraseparras@btlconsultants.com.mxeparrasBEGIN:VCARD VERSION:3.0 UID:2022-02-1805:10:47.b8e2a059-6d96-0b67-f735-9b95d6a6df47.eparras@btlconsultants.com.mx N:eparras;;;; FN:eparras EMAIL;TYPE=INTERNET;TYPE=INTERNET:eparras@btlconsultants.com.mx END:VCARD eparras eparras@btlconsultants.com.mx  2 [8@Z0 3O Qa2023-07-06 15:58:09mchavezmchavez@oax.btlconsultants.com.mxmchavezBEGIN:VCARD VERSION:3.0 UID:2022-02-2123:31:42.5de25c2a-f32f-99b9-b4e1-dabe2f0998cb.mchavez@oax.btlconsultants.com.mx N:mchavez;;;; FN:mchavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mchavez@oax.btlconsultants.com.mx END:VCARD mchavez mchavez@oax.btlconsultants.com.mxA/ 3E 9U2023-07-06 15:58:09mramosmramos@btlconsultants.com.mxmramosBEGIN:VCARD VERSION:3.0 UID:2022-02-2123:30:22.417ce476-ac15-59d4-ff9e-44600ea27559.mramos@btlconsultants.com.mx N:mramos;;;; FN:mramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:mramos@btlconsultants.com.mx END:VCARD mramos mramos@btlconsultants.com.mxQ. 3M I]2023-07-06 15:58:09rurbanrurban@gdl.btlconsultants.com.mxrurbanBEGIN:VCARD VERSION:3.0 UID:2022-02-2123:28:58.48759224-9c80-463b-0adc-002af24895df.rurban@gdl.btlconsultants.com.mx N:rurban;;;; FN:rurban EMAIL;TYPE=INTERNET;TYPE=INTERNET:rurban@gdl.btlconsultants.com.mx END:VCARD rurban rurban@gdl.btlconsultants.com.mxZ- 3O Qa2023-07-06 15:58:09iorozcoiorozco@nay.btlconsultants.com.mxiorozcoBEGIN:VCARD VERSION:3.0 UID:2022-02-2123:25:52.126ea3b3-e7d9-c35f-85a8-826de6e337c4.iorozco@nay.btlconsultants.com.mx N:iorozco;;;; FN:iorozco EMAIL;TYPE=INTERNET;TYPE=INTERNET:iorozco@nay.btlconsultants.com.mx END:VCARD iorozco iorozco@nay.btlconsultants.com.mxQ, 3M I]2023-07-06 15:58:09aplataaplata@hgo.btlconsultants.com.mxaplataBEGIN:VCARD VERSION:3.0 UID:2022-02-2123:24:24.9e4e46ea-cb8d-45ad-de26-c90c98306248.aplata@hgo.btlconsultants.com.mx N:aplata;;;; FN:aplata EMAIL;TYPE=INTERNET;TYPE=INTERNET:aplata@hgo.btlconsultants.com.mx END:VCARD aplata aplata@hgo.btlconsultants.com.mxZ+ 3O Qa2023-07-06 15:58:09mromeromromero@chi.btlconsultants.com.mxmromeroBEGIN:VCARD VERSION:3.0 UID:2022-02-2123:21:57.2d5c5191-76bb-c441-848a-bbc9efc8abb1.mromero@chi.btlconsultants.com.mx N:mromero;;;; FN:mromero EMAIL;TYPE=INTERNET;TYPE=INTERNET:mromero@chi.btlconsultants.com.mx END:VCARD mromero mromero@chi.btlconsultants.com.mxl* 3S ai2023-07-06 15:58:09mgonzalezmgonzalez@vdm.btlconsultants.com.mxmgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-02-2123:20:15.b9f67462-cc36-f906-1873-a71ee6915db0.mgonzalez@vdm.btlconsultants.com.mx N:mgonzalez;;;; FN:mgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgonzalez@vdm.btlconsultants.com.mx END:VCARD mgonzalez mgonzalez@vdm.btlconsultants.com.mxl) 3S ai2023-07-06 15:58:09vescarenovescareno@zac.btlconsultants.com.mxvescarenoBEGIN:VCARD VERSION:3.0 UID:2022-02-2123:16:32.d627b79c-8b14-1e91-b70a-9caaeca9e80a.vescareno@zac.btlconsultants.com.mx N:vescareno;;;; FN:vescareno EMAIL;TYPE=INTERNET;TYPE=INTERNET:vescareno@zac.btlconsultants.com.mx END:VCARD vescareno vescareno@zac.btlconsultants.com.mxc( 3Q Ye2023-07-06 15:58:09lmireleslmireles@mty.btlconsultants.com.mxlmirelesBEGIN:VCARD VERSION:3.0 UID:2022-02-2123:14:07.11587cfe-b4f6-12d2-1117-9dc9c46dbd75.lmireles@mty.btlconsultants.com.mx N:lmireles;;;; FN:lmireles EMAIL;TYPE=INTERNET;TYPE=INTERNET:lmireles@mty.btlconsultants.com.mx END:VCARD lmireles lmireles@mty.btlconsultants.com.mxQ' 3M I]2023-07-06 15:58:09lgomezlgomez@mty.btlconsultants.com.mxlgomezBEGIN:VCARD VERSION:3.0 UID:2022-02-2123:12:16.d8d9a871-5a01-a02c-3822-45b447ad6cfa.lgomez@mty.btlconsultants.com.mx N:lgomez;;;; FN:lgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lgomez@mty.btlconsultants.com.mx END:VCARD lgomez lgomez@mty.btlconsultants.com.mxu& 3!U !im2023-07-06 15:58:09mprudenciomprudencio@vdm.btlconsultants.com.mxmprudencioBEGIN:VCARD VERSION:3.0 UID:2022-02-2123:08:17.6dfed674-5888-4d97-ff6a-4a87214521cd.mprudencio@vdm.btlconsultants.com.mx N:mprudencio;;;; FN:mprudencio EMAIL;TYPE=INTERNET;TYPE=INTERNET:mprudencio@vdm.btlconsultants.com.mx END:VCARD mprudencio mprudencio@vdm.btlconsultants.com.mx  I ]Z; 3O Qa2023-07-06 15:58:09dfloresdflores@mty.btlconsultants.com.mxdfloresBEGIN:VCARD VERSION:3.0 UID:2022-02-2223:43:53.4052b60f-6a06-fe6e-d487-ed994b8ea1e2.dflores@mty.btlconsultants.com.mx N:dflores;;;; FN:dflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:dflores@mty.btlconsultants.com.mx END:VCARD dflores dflores@mty.btlconsultants.com.mxZ: 3O Qa2023-07-06 15:58:09jguzmanjguzman@vdm.btlconsultants.com.mxjguzmanBEGIN:VCARD VERSION:3.0 UID:2022-02-2221:04:41.abb50b06-9fb7-ac62-a92a-de1b91999482.jguzman@vdm.btlconsultants.com.mx N:jguzman;;;; FN:jguzman EMAIL;TYPE=INTERNET;TYPE=INTERNET:jguzman@vdm.btlconsultants.com.mx END:VCARD jguzman jguzman@vdm.btlconsultants.com.mxa9 3Q Ya2023-07-06 15:58:09lvazquezlvazquez@chi.btlconsultants.com.mxlvazquezBEGIN:VCARD VERSION:3.0 UID:2022-02-2221:03:48.61f616bc-1dc5-54a6-b814-46b78233dd12.lvazquez@chi.btlconsultants.com.mx N:lvazquez;;;; FN:lvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lvazquez@chi.btlconsultants.com.mx END:VCARD lvazquz lvazquz@chi.btlconsultants.com.mxX8 3Q Q_2023-07-06 15:58:09wbritowbrito@guerr.btlconsultants.com.mxwbritoBEGIN:VCARD VERSION:3.0 UID:2022-02-2221:02:38.8f0eed5b-6a84-7378-ee8d-f8e2236eacb3.wbrito@guerr.btlconsultants.com.mx N:wbrito;;;; FN:wbrito EMAIL;TYPE=INTERNET;TYPE=INTERNET:wbrito@guerr.btlconsultants.com.mx END:VCARD wbrito wbrito@gurr.btlconsultants.com.mx7 3#Y #us2023-07-06 15:58:09mnetzahuatlmnetzahuatl@tlax.btlconsultants.com.mxmnetzahuatlBEGIN:VCARD VERSION:3.0 UID:2022-02-2221:01:23.fbcc685b-acd2-75d9-9b7f-756bbe890995.mnetzahuatl@tlax.btlconsultants.com.mx N:mnetzahuatl;;;; FN:mnetzahuatl EMAIL;TYPE=INTERNET;TYPE=INTERNET:mnetzahuatl@tlax.btlconsultants.com.mx END:VCARD mnetzahuatl mnetzahuatl@tlax.btlconsultants.com.mxc6 3Q Ye2023-07-06 15:58:09jsarabiajsarabia@mty.btlconsultants.com.mxjsarabiaBEGIN:VCARD VERSION:3.0 UID:2022-02-2220:59:47.0d0692d2-9f13-3468-abea-787bfe8f503e.jsarabia@mty.btlconsultants.com.mx N:jsarabia;;;; FN:jsarabia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsarabia@mty.btlconsultants.com.mx END:VCARD jsarabia jsarabia@mty.btlconsultants.com.mxu5 3!U !im2023-07-06 15:58:09psolorzanopsolorzano@tux.btlconsultants.com.mxpsolorzanoBEGIN:VCARD VERSION:3.0 UID:2022-02-2220:53:44.999e7f3b-99d5-c330-0d10-825ec4cea7a0.psolorzano@tux.btlconsultants.com.mx N:psolorzano;;;; FN:psolorzano EMAIL;TYPE=INTERNET;TYPE=INTERNET:psolorzano@tux.btlconsultants.com.mx END:VCARD psolorzano psolorzano@tux.btlconsultants.com.mxc4 3Q Ye2023-07-06 15:58:09egurrolaegurrola@vdm.btlconsultants.com.mxegurrolaBEGIN:VCARD VERSION:3.0 UID:2022-02-2200:23:38.d8430bd1-0d7a-da66-faec-cbe2f227d963.egurrola@vdm.btlconsultants.com.mx N:egurrola;;;; FN:egurrola EMAIL;TYPE=INTERNET;TYPE=INTERNET:egurrola@vdm.btlconsultants.com.mx END:VCARD egurrola egurrola@vdm.btlconsultants.com.mxZ3 3O Qa2023-07-06 15:58:09rcamposrcampos@vdm.btlconsultants.com.mxrcamposBEGIN:VCARD VERSION:3.0 UID:2022-02-2123:38:22.5fa02b0b-d91e-368e-1898-afe0ab05992e.rcampos@vdm.btlconsultants.com.mx N:rcampos;;;; FN:rcampos EMAIL;TYPE=INTERNET;TYPE=INTERNET:rcampos@vdm.btlconsultants.com.mx END:VCARD rcampos rcampos@vdm.btlconsultants.com.mxU2 3O M_2023-07-06 15:58:09jmunozjmunoz@tlax.btlconsultants.com.mxjmunozBEGIN:VCARD VERSION:3.0 UID:2022-02-2123:36:55.2eb904b6-6345-8c37-7b8f-38babd97e316.jmunoz@tlax.btlconsultants.com.mx N:jmunoz;;;; FN:jmunoz EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmunoz@tlax.btlconsultants.com.mx END:VCARD jmunoz jmunoz@tlax.btlconsultants.com.mxZ1 3O Qa2023-07-06 15:58:09vmendezvmendez@oax.btlconsultants.com.mxvmendezBEGIN:VCARD VERSION:3.0 UID:2022-02-2123:34:36.5b8375cc-ba0b-e4c2-e368-47c52500a0c7.vmendez@oax.btlconsultants.com.mx N:vmendez;;;; FN:vmendez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vmendez@oax.btlconsultants.com.mx END:VCARD vmendez vmendez@oax.btlconsultants.com.mx  ) b/ jF 3S ae2023-07-06 15:58:09cbalbuenacbalbuena@mor.btlconsultants.com.mxcbalbuenaBEGIN:VCARD VERSION:3.0 UID:2022-02-2523:17:54.80fcf0be-5e1c-d4f8-2126-3aa2e08d126d.cbalbuena@mor.btlconsultants.com.mx N:cbalbuena;;;; FN:cbalbuena EMAIL;TYPE=INTERNET;TYPE=INTERNET:cbalbuena@mor.btlconsultants.com.mx END:VCARD cbalbuna cbalbuna@mor.btlconsultants.com.mxuE 3!U !im2023-07-06 15:58:09acanizalezacanizalez@vdm.btlconsultants.com.mxacanizalezBEGIN:VCARD VERSION:3.0 UID:2022-02-2422:08:55.4d920f81-d76c-60fc-30ba-785a4e7b2b5c.acanizalez@vdm.btlconsultants.com.mx N:acanizalez;;;; FN:acanizalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:acanizalez@vdm.btlconsultants.com.mx END:VCARD acanizalez acanizalez@vdm.btlconsultants.com.mxZD 3O Qa2023-07-06 15:58:09lgarcialgarcia@mty.btlconsultants.com.mxlgarciaBEGIN:VCARD VERSION:3.0 UID:2022-02-2401:35:06.4ed600d1-d4b4-83a8-5de2-b0ab1d7c6583.lgarcia@mty.btlconsultants.com.mx N:lgarcia;;;; FN:lgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:lgarcia@mty.btlconsultants.com.mx END:VCARD lgarcia lgarcia@mty.btlconsultants.com.mxHC 3K AY2023-07-06 15:58:09jriosjrios@mty.btlconsultants.com.mxjriosBEGIN:VCARD VERSION:3.0 UID:2022-02-2401:33:34.f5010bd3-3600-5fdf-b1e2-cfd50dbfb22f.jrios@mty.btlconsultants.com.mx N:jrios;;;; FN:jrios EMAIL;TYPE=INTERNET;TYPE=INTERNET:jrios@mty.btlconsultants.com.mx END:VCARD jrios jrios@mty.btlconsultants.com.mxsB 3!U !ii2023-07-06 15:58:09lrodriguezlrodriguez@mty.btlconsultants.com.mxlrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-02-2323:15:52.6d78432a-f98a-5b51-74c0-b0520144fae2.lrodriguez@mty.btlconsultants.com.mx N:lrodriguez;;;; FN:lrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lrodriguez@mty.btlconsultants.com.mx END:VCARD lrodriguz lrodriguz@mty.btlconsultants.com.mxQA 3M I]2023-07-06 15:58:09mcalvomcalvo@tux.btlconsultants.com.mxmcalvoBEGIN:VCARD VERSION:3.0 UID:2022-02-2323:14:56.d1103dc4-2850-3e86-28de-11fa2b67d0b5.mcalvo@tux.btlconsultants.com.mx N:mcalvo;;;; FN:mcalvo EMAIL;TYPE=INTERNET;TYPE=INTERNET:mcalvo@tux.btlconsultants.com.mx END:VCARD mcalvo mcalvo@tux.btlconsultants.com.mxc@ 3Q Ye2023-07-06 15:58:09ysarminaysarmina@bcn.btlconsultants.com.mxysarminaBEGIN:VCARD VERSION:3.0 UID:2022-02-2323:12:00.9086106f-5d96-7939-67f2-3e288762f579.ysarmina@bcn.btlconsultants.com.mx N:ysarmina;;;; FN:ysarmina EMAIL;TYPE=INTERNET;TYPE=INTERNET:ysarmina@bcn.btlconsultants.com.mx END:VCARD ysarmina ysarmina@bcn.btlconsultants.com.mxg? 3S ]g2023-07-06 15:58:09a.zavalaa.zavala@mich.btlconsultants.com.mxa.zavalaBEGIN:VCARD VERSION:3.0 UID:2022-02-2323:10:54.5448c9c8-2c39-df7c-4778-025e83e0b232.a.zavala@mich.btlconsultants.com.mx N:a.zavala;;;; FN:a.zavala EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.zavala@mich.btlconsultants.com.mx END:VCARD a.zavala a.zavala@mich.btlconsultants.com.mxX> 3O Q]2023-07-06 15:58:09gcuevasgcuevas@gdl.btlconsultants.com.mxgcuevasBEGIN:VCARD VERSION:3.0 UID:2022-02-2323:09:27.32688098-a3da-d780-cdf2-68ee45b52e38.gcuevas@gdl.btlconsultants.com.mx N:gcuevas;;;; FN:gcuevas EMAIL;TYPE=INTERNET;TYPE=INTERNET:gcuevas@gdl.btlconsultants.com.mx END:VCARD gcuvas gcuvas@gdl.btlconsultants.com.mxl= 3S ai2023-07-06 15:58:09jsandovaljsandoval@mty.btlconsultants.com.mxjsandovalBEGIN:VCARD VERSION:3.0 UID:2022-02-2323:05:51.dda07788-87db-be80-6840-e4b7d86650ed.jsandoval@mty.btlconsultants.com.mx N:jsandoval;;;; FN:jsandoval EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsandoval@mty.btlconsultants.com.mx END:VCARD jsandoval jsandoval@mty.btlconsultants.com.mxc< 3Q Ye2023-07-06 15:58:09lsanchezlsanchez@gdl.btlconsultants.com.mxlsanchezBEGIN:VCARD VERSION:3.0 UID:2022-02-2223:45:10.5db8271b-aa52-8962-4afc-e11c6f2aff33.lsanchez@gdl.btlconsultants.com.mx N:lsanchez;;;; FN:lsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lsanchez@gdl.btlconsultants.com.mx END:VCARD lsanchez lsanchez@gdl.btlconsultants.com.mx  ; m !X GcQ 3Q Ye2023-07-06 15:58:10jurquizajurquiza@bcn.btlconsultants.com.mxjurquizaBEGIN:VCARD VERSION:3.0 UID:2022-03-0117:58:07.66b3481e-984d-2d88-0554-8ef08c02686d.jurquiza@bcn.btlconsultants.com.mx N:jurquiza;;;; FN:jurquiza EMAIL;TYPE=INTERNET;TYPE=INTERNET:jurquiza@bcn.btlconsultants.com.mx END:VCARD jurquiza jurquiza@bcn.btlconsultants.com.mxQP 3M I]2023-07-06 15:58:10atrejoatrejo@vdm.btlconsultants.com.mxatrejoBEGIN:VCARD VERSION:3.0 UID:2022-03-0117:57:17.524072a0-116d-6de9-a882-3394197f7909.atrejo@vdm.btlconsultants.com.mx N:atrejo;;;; FN:atrejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:atrejo@vdm.btlconsultants.com.mx END:VCARD atrejo atrejo@vdm.btlconsultants.com.mxlO 3S ai2023-07-06 15:58:10evillegasevillegas@vdm.btlconsultants.com.mxevillegasBEGIN:VCARD VERSION:3.0 UID:2022-03-0117:56:31.e7e6967d-80c6-c53f-c9d3-25ecba0d6c96.evillegas@vdm.btlconsultants.com.mx N:evillegas;;;; FN:evillegas EMAIL;TYPE=INTERNET;TYPE=INTERNET:evillegas@vdm.btlconsultants.com.mx END:VCARD evillegas evillegas@vdm.btlconsultants.com.mxHN 3K AY2023-07-06 15:58:10rdiazrdiaz@vdm.btlconsultants.com.mxrdiazBEGIN:VCARD VERSION:3.0 UID:2022-03-0117:55:08.d289135b-d821-acd9-a5a1-b5d09263233f.rdiaz@vdm.btlconsultants.com.mx N:rdiaz;;;; FN:rdiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:rdiaz@vdm.btlconsultants.com.mx END:VCARD rdiaz rdiaz@vdm.btlconsultants.com.mx^M 3Q Uc2023-07-06 15:58:10daguayodaguayo@coah.btlconsultants.com.mxdaguayoBEGIN:VCARD VERSION:3.0 UID:2022-03-0117:53:34.18286e95-69ae-4720-4278-99b5a1e8dadc.daguayo@coah.btlconsultants.com.mx N:daguayo;;;; FN:daguayo EMAIL;TYPE=INTERNET;TYPE=INTERNET:daguayo@coah.btlconsultants.com.mx END:VCARD daguayo daguayo@coah.btlconsultants.com.mxcL 3Q Ye2023-07-06 15:58:10mestebanmesteban@tux.btlconsultants.com.mxmestebanBEGIN:VCARD VERSION:3.0 UID:2022-03-0117:51:55.56b51321-86b1-c786-7795-a508e3ed1f17.mesteban@tux.btlconsultants.com.mx N:mesteban;;;; FN:mesteban EMAIL;TYPE=INTERNET;TYPE=INTERNET:mesteban@tux.btlconsultants.com.mx END:VCARD mesteban mesteban@tux.btlconsultants.com.mxHK 3K AY2023-07-06 15:58:10jsosajsosa@ver.btlconsultants.com.mxjsosaBEGIN:VCARD VERSION:3.0 UID:2022-03-0117:50:34.b78e3ffa-35d7-06bf-5a0b-ee8e634a78a2.jsosa@ver.btlconsultants.com.mx N:jsosa;;;; FN:jsosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsosa@ver.btlconsultants.com.mx END:VCARD jsosa jsosa@ver.btlconsultants.com.mxuJ 3!U !im2023-07-06 15:58:10lberistainlberistain@ver.btlconsultants.com.mxlberistainBEGIN:VCARD VERSION:3.0 UID:2022-02-2523:44:02.4ba06661-4347-9f87-fb7a-81dad00a7dbb.lberistain@ver.btlconsultants.com.mx N:lberistain;;;; FN:lberistain EMAIL;TYPE=INTERNET;TYPE=INTERNET:lberistain@ver.btlconsultants.com.mx END:VCARD lberistain lberistain@ver.btlconsultants.com.mxQI 3M I]2023-07-06 15:58:10alopezalopez@tux.btlconsultants.com.mxalopezBEGIN:VCARD VERSION:3.0 UID:2022-02-2523:42:14.07e1aa9a-1e67-1608-c0e1-2d6b9667e6a4.alopez@tux.btlconsultants.com.mx N:alopez;;;; FN:alopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:alopez@tux.btlconsultants.com.mx END:VCARD alopez alopez@tux.btlconsultants.com.mxuH 3!U !im2023-07-06 15:58:10j.martinezj.martinez@vdm.btlconsultants.com.mxj.martinezBEGIN:VCARD VERSION:3.0 UID:2022-02-2523:37:15.8e4eff8a-233a-b797-5a63-a532d3dee200.j.martinez@vdm.btlconsultants.com.mx N:j.martinez;;;; FN:j.martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.martinez@vdm.btlconsultants.com.mx END:VCARD j.martinez j.martinez@vdm.btlconsultants.com.mxHG 3K AY2023-07-06 15:58:09jnavajnava@vdm.btlconsultants.com.mxjnavaBEGIN:VCARD VERSION:3.0 UID:2022-02-2523:33:38.091f9f9e-e9dd-30b6-0616-dd4887751b16.jnava@vdm.btlconsultants.com.mx N:jnava;;;; FN:jnava EMAIL;TYPE=INTERNET;TYPE=INTERNET:jnava@vdm.btlconsultants.com.mx END:VCARD jnava jnava@vdm.btlconsultants.com.mx f B btefy\ 3!W !mo2023-07-06 15:58:10lhernandezlhernandez@tlax.btlconsultants.com.mxlhernandezBEGIN:VCARD VERSION:3.0 UID:2022-03-0415:58:52.91a1abf5-9a0d-0a3d-53fe-70172e226deb.lhernandez@tlax.btlconsultants.com.mx N:lhernandez;;;; FN:lhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lhernandez@tlax.btlconsultants.com.mx END:VCARD lhernandez lhernandez@tlax.btlconsultants.com.mx~[ 3#W #qq2023-07-06 15:58:10s.hernandezs.hernandez@ver.btlconsultants.com.mxs.hernandezBEGIN:VCARD VERSION:3.0 UID:2022-03-0415:57:22.cdc34624-a36d-eee8-9162-35bd22ce811c.s.hernandez@ver.btlconsultants.com.mx N:s.hernandez;;;; FN:s.hernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:s.hernandez@ver.btlconsultants.com.mx END:VCARD s.hernandez s.hernandez@ver.btlconsultants.com.mxXZ 3Q Q_2023-07-06 15:58:10umazonumazon@guerr.btlconsultants.com.mxumazonBEGIN:VCARD VERSION:3.0 UID:2022-03-0415:56:25.f2d137ec-956c-32c6-6027-bce51cd807cf.umazon@guerr.btlconsultants.com.mx N:umazon;;;; FN:umazon EMAIL;TYPE=INTERNET;TYPE=INTERNET:umazon@guerr.btlconsultants.com.mx END:VCARD umazon umazon@gurr.btlconsultants.com.mxQY 3M I]2023-07-06 15:58:10opabloopablo@ver.btlconsultants.com.mxopabloBEGIN:VCARD VERSION:3.0 UID:2022-03-0415:53:44.9555eb2a-7f41-f916-5b31-272c5c4b2289.opablo@ver.btlconsultants.com.mx N:opablo;;;; FN:opablo EMAIL;TYPE=INTERNET;TYPE=INTERNET:opablo@ver.btlconsultants.com.mx END:VCARD opablo opablo@ver.btlconsultants.com.mxZX 3O Qa2023-07-06 15:58:10ccuacuaccuacua@chi.btlconsultants.com.mxccuacuaBEGIN:VCARD VERSION:3.0 UID:2022-03-0415:52:13.e09bc3b0-b476-ae47-993f-8fed7a9efbf3.ccuacua@chi.btlconsultants.com.mx N:ccuacua;;;; FN:ccuacua EMAIL;TYPE=INTERNET;TYPE=INTERNET:ccuacua@chi.btlconsultants.com.mx END:VCARD ccuacua ccuacua@chi.btlconsultants.com.mxsW 3!U !ii2023-07-06 15:58:10evelazquezevelazquez@tab.btlconsultants.com.mxevelazquezBEGIN:VCARD VERSION:3.0 UID:2022-03-0415:51:19.916be8bb-ed64-0c1d-57c1-c286e813a11e.evelazquez@tab.btlconsultants.com.mx N:evelazquez;;;; FN:evelazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:evelazquez@tab.btlconsultants.com.mx END:VCARD evelazquz evelazquz@tab.btlconsultants.com.mxsV 3!U !ii2023-07-06 15:58:10arodriguezarodriguez@son.btlconsultants.com.mxarodriguezBEGIN:VCARD VERSION:3.0 UID:2022-03-0415:50:05.1180a45a-8933-ab5e-6b87-bc7fa71dca89.arodriguez@son.btlconsultants.com.mx N:arodriguez;;;; FN:arodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:arodriguez@son.btlconsultants.com.mx END:VCARD arodriguz arodriguz@son.btlconsultants.com.mxuU 3!U !im2023-07-06 15:58:10jquintanarjquintanar@vdm.btlconsultants.com.mxjquintanarBEGIN:VCARD VERSION:3.0 UID:2022-03-0415:48:09.a403dcd4-f24c-6487-1a05-e11f2eb9d051.jquintanar@vdm.btlconsultants.com.mx N:jquintanar;;;; FN:jquintanar EMAIL;TYPE=INTERNET;TYPE=INTERNET:jquintanar@vdm.btlconsultants.com.mx END:VCARD jquintanar jquintanar@vdm.btlconsultants.com.mxcT 3Q Ye2023-07-06 15:58:10d.torresd.torres@vdm.btlconsultants.com.mxd.torresBEGIN:VCARD VERSION:3.0 UID:2022-03-0320:44:03.8fa944b6-71e3-a5ad-4747-1bd8ea0c7e4b.d.torres@vdm.btlconsultants.com.mx N:d.torres;;;; FN:d.torres EMAIL;TYPE=INTERNET;TYPE=INTERNET:d.torres@vdm.btlconsultants.com.mx END:VCARD d.torres d.torres@vdm.btlconsultants.com.mxZS 3O Qa2023-07-06 15:58:10gtejedagtejeda@gto.btlconsultants.com.mxgtejedaBEGIN:VCARD VERSION:3.0 UID:2022-03-0315:52:01.e8f9f255-0575-10a0-85d4-66773d973cb8.gtejeda@gto.btlconsultants.com.mx N:gtejeda;;;; FN:gtejeda EMAIL;TYPE=INTERNET;TYPE=INTERNET:gtejeda@gto.btlconsultants.com.mx END:VCARD gtejeda gtejeda@gto.btlconsultants.com.mx\R 3K Qa2023-07-06 15:58:10jvictoriajvictoria@btlconsultants.com.mxjvictoriaBEGIN:VCARD VERSION:3.0 UID:2022-03-0218:41:27.c1b8ee32-5382-d3d4-34ee-5dc21996e224.jvictoria@btlconsultants.com.mx N:jvictoria;;;; FN:jvictoria EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvictoria@btlconsultants.com.mx END:VCARD jvictoria jvictoria@btlconsultants.com.mx K 2 drKcg 3Q Ye2023-07-06 15:58:10smendozasmendoza@vdm.btlconsultants.com.mxsmendozaBEGIN:VCARD VERSION:3.0 UID:2022-03-1019:43:03.54b17f58-f13d-9a77-10aa-c0252af96516.smendoza@vdm.btlconsultants.com.mx N:smendoza;;;; FN:smendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:smendoza@vdm.btlconsultants.com.mx END:VCARD smendoza smendoza@vdm.btlconsultants.com.mxcf 3Q Ye2023-07-06 15:58:10cfonsecacfonseca@slp.btlconsultants.com.mxcfonsecaBEGIN:VCARD VERSION:3.0 UID:2022-03-1019:42:23.cb14edf5-33f9-cce9-8b94-e1fe8978b87c.cfonseca@slp.btlconsultants.com.mx N:cfonseca;;;; FN:cfonseca EMAIL;TYPE=INTERNET;TYPE=INTERNET:cfonseca@slp.btlconsultants.com.mx END:VCARD cfonseca cfonseca@slp.btlconsultants.com.mxue 3!U !im2023-07-06 15:58:10c_cruzaltac_cruzalta@vdm.btlconsultants.com.mxc_cruzaltaBEGIN:VCARD VERSION:3.0 UID:2022-03-1019:40:44.04d880aa-34c4-fc87-314b-430cab14733f.c_cruzalta@vdm.btlconsultants.com.mx N:c_cruzalta;;;; FN:c_cruzalta EMAIL;TYPE=INTERNET;TYPE=INTERNET:c_cruzalta@vdm.btlconsultants.com.mx END:VCARD c_cruzalta c_cruzalta@vdm.btlconsultants.com.mxcd 3Q Ye2023-07-06 15:58:10mgalindomgalindo@ver.btlconsultants.com.mxmgalindoBEGIN:VCARD VERSION:3.0 UID:2022-03-1019:32:29.c7608a41-822c-fdd0-924a-5d595cf3f0d3.mgalindo@ver.btlconsultants.com.mx N:mgalindo;;;; FN:mgalindo EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgalindo@ver.btlconsultants.com.mx END:VCARD mgalindo mgalindo@ver.btlconsultants.com.mxuc 3!U !im2023-07-06 15:58:10a.arellanoa.arellano@vdm.btlconsultants.com.mxa.arellanoBEGIN:VCARD VERSION:3.0 UID:2022-03-1019:17:05.ab721e3e-2095-3cdc-a775-1f82ba3e102b.a.arellano@vdm.btlconsultants.com.mx N:a.arellano;;;; FN:a.arellano EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.arellano@vdm.btlconsultants.com.mx END:VCARD a.arellano a.arellano@vdm.btlconsultants.com.mxlb 3S ai2023-07-06 15:58:10rvalenciarvalencia@vdm.btlconsultants.com.mxrvalenciaBEGIN:VCARD VERSION:3.0 UID:2022-03-0722:54:24.e8bf8778-9ddf-c77f-2fe6-a7f962a15079.rvalencia@vdm.btlconsultants.com.mx N:rvalencia;;;; FN:rvalencia EMAIL;TYPE=INTERNET;TYPE=INTERNET:rvalencia@vdm.btlconsultants.com.mx END:VCARD rvalencia rvalencia@vdm.btlconsultants.com.mx~a 3#W #qq2023-07-06 15:58:10e_hernandeze_hernandez@vdm.btlconsultants.com.mxe_hernandezBEGIN:VCARD VERSION:3.0 UID:2022-03-0722:52:54.b71df629-7095-6777-b29b-3f391d38e662.e_hernandez@vdm.btlconsultants.com.mx N:e_hernandez;;;; FN:e_hernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:e_hernandez@vdm.btlconsultants.com.mx END:VCARD e_hernandez e_hernandez@vdm.btlconsultants.com.mxc` 3Q Ye2023-07-06 15:58:10gaguilargaguilar@ver.btlconsultants.com.mxgaguilarBEGIN:VCARD VERSION:3.0 UID:2022-03-0416:06:10.3e460184-21d4-0d75-aa88-ecefa1cfe513.gaguilar@ver.btlconsultants.com.mx N:gaguilar;;;; FN:gaguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:gaguilar@ver.btlconsultants.com.mx END:VCARD gaguilar gaguilar@ver.btlconsultants.com.mxc_ 3Q Ye2023-07-06 15:58:10garreolagarreola@gto.btlconsultants.com.mxgarreolaBEGIN:VCARD VERSION:3.0 UID:2022-03-0416:01:33.d6d4d25c-ba11-a171-d90c-738db8683808.garreola@gto.btlconsultants.com.mx N:garreola;;;; FN:garreola EMAIL;TYPE=INTERNET;TYPE=INTERNET:garreola@gto.btlconsultants.com.mx END:VCARD garreola garreola@gto.btlconsultants.com.mxu^ 3!U !im2023-07-06 15:58:10ynavarreteynavarrete@son.btlconsultants.com.mxynavarreteBEGIN:VCARD VERSION:3.0 UID:2022-03-0416:00:49.5b65de4a-a8cc-a1d3-003d-b7eee795a5b1.ynavarrete@son.btlconsultants.com.mx N:ynavarrete;;;; FN:ynavarrete EMAIL;TYPE=INTERNET;TYPE=INTERNET:ynavarrete@son.btlconsultants.com.mx END:VCARD ynavarrete ynavarrete@son.btlconsultants.com.mxQ] 3M I]2023-07-06 15:58:10rralonrralon@chi.btlconsultants.com.mxrralonBEGIN:VCARD VERSION:3.0 UID:2022-03-0415:59:49.ed808592-ba4f-c9bc-816d-70e9d3d3f0dd.rralon@chi.btlconsultants.com.mx N:rralon;;;; FN:rralon EMAIL;TYPE=INTERNET;TYPE=INTERNET:rralon@chi.btlconsultants.com.mx END:VCARD rralon rralon@chi.btlconsultants.com.mx  = V Ewcr 3Q Ye2023-07-06 15:58:10mpedrozampedroza@vdm.btlconsultants.com.mxmpedrozaBEGIN:VCARD VERSION:3.0 UID:2022-03-1019:58:36.3ad835b3-e065-0287-fd76-da69ed81bfb4.mpedroza@vdm.btlconsultants.com.mx N:mpedroza;;;; FN:mpedroza EMAIL;TYPE=INTERNET;TYPE=INTERNET:mpedroza@vdm.btlconsultants.com.mx END:VCARD mpedroza mpedroza@vdm.btlconsultants.com.mxuq 3!U !im2023-07-06 15:58:10jferegrinojferegrino@qro.btlconsultants.com.mxjferegrinoBEGIN:VCARD VERSION:3.0 UID:2022-03-1019:57:44.1393467c-a12c-f2b7-9cdd-f4d16a27d1ab.jferegrino@qro.btlconsultants.com.mx N:jferegrino;;;; FN:jferegrino EMAIL;TYPE=INTERNET;TYPE=INTERNET:jferegrino@qro.btlconsultants.com.mx END:VCARD jferegrino jferegrino@qro.btlconsultants.com.mxQp 3M I]2023-07-06 15:58:10l.laral.lara@vdm.btlconsultants.com.mxl.laraBEGIN:VCARD VERSION:3.0 UID:2022-03-1019:56:53.786ce7d5-7191-c309-cc43-4a100e8f7c55.l.lara@vdm.btlconsultants.com.mx N:l.lara;;;; FN:l.lara EMAIL;TYPE=INTERNET;TYPE=INTERNET:l.lara@vdm.btlconsultants.com.mx END:VCARD l.lara l.lara@vdm.btlconsultants.com.mxuo 3!U !im2023-07-06 15:58:10tpalomarestpalomares@gto.btlconsultants.com.mxtpalomaresBEGIN:VCARD VERSION:3.0 UID:2022-03-1019:56:05.8a9a1469-8217-90af-2601-084f6a0c6983.tpalomares@gto.btlconsultants.com.mx N:tpalomares;;;; FN:tpalomares EMAIL;TYPE=INTERNET;TYPE=INTERNET:tpalomares@gto.btlconsultants.com.mx END:VCARD tpalomares tpalomares@gto.btlconsultants.com.mxZn 3O Qa2023-07-06 15:58:10ovargasovargas@vdm.btlconsultants.com.mxovargasBEGIN:VCARD VERSION:3.0 UID:2022-03-1019:55:20.7acc1968-81ef-80f5-0b2d-a6180b82fa93.ovargas@vdm.btlconsultants.com.mx N:ovargas;;;; FN:ovargas EMAIL;TYPE=INTERNET;TYPE=INTERNET:ovargas@vdm.btlconsultants.com.mx END:VCARD ovargas ovargas@vdm.btlconsultants.com.mxZm 3O Qa2023-07-06 15:58:10javalosjavalos@ver.btlconsultants.com.mxjavalosBEGIN:VCARD VERSION:3.0 UID:2022-03-1019:54:25.15cf9c1e-165b-cbda-d4c6-1f739192142f.javalos@ver.btlconsultants.com.mx N:javalos;;;; FN:javalos EMAIL;TYPE=INTERNET;TYPE=INTERNET:javalos@ver.btlconsultants.com.mx END:VCARD javalos javalos@ver.btlconsultants.com.mxQl 3M I]2023-07-06 15:58:10jyanezjyanez@zac.btlconsultants.com.mxjyanezBEGIN:VCARD VERSION:3.0 UID:2022-03-1019:47:48.e4624838-e4b7-f0b8-8c7f-b4f1c582e69c.jyanez@zac.btlconsultants.com.mx N:jyanez;;;; FN:jyanez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jyanez@zac.btlconsultants.com.mx END:VCARD jyanez jyanez@zac.btlconsultants.com.mxuk 3!U !im2023-07-06 15:58:10fhernandezfhernandez@gdl.btlconsultants.com.mxfhernandezBEGIN:VCARD VERSION:3.0 UID:2022-03-1019:46:38.4e932534-0f9c-f273-149f-90e562f2602a.fhernandez@gdl.btlconsultants.com.mx N:fhernandez;;;; FN:fhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:fhernandez@gdl.btlconsultants.com.mx END:VCARD fhernandez fhernandez@gdl.btlconsultants.com.mxjj 3S ae2023-07-06 15:58:10benriquezbenriquez@nay.btlconsultants.com.mxbenriquezBEGIN:VCARD VERSION:3.0 UID:2022-03-1019:45:43.c5389711-7fea-f5c9-46d6-df12a009e95b.benriquez@nay.btlconsultants.com.mx N:benriquez;;;; FN:benriquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:benriquez@nay.btlconsultants.com.mx END:VCARD benriquz benriquz@nay.btlconsultants.com.mxPi 3M I[2023-07-06 15:58:10r.ruizr.ruiz@pue.btlconsultants.com.mxr.ruizBEGIN:VCARD VERSION:3.0 UID:2022-03-1019:44:49.b22df7ff-4707-c285-da91-173ad29a0ccc.r.ruiz@pue.btlconsultants.com.mx N:r.ruiz;;;; FN:r.ruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:r.ruiz@pue.btlconsultants.com.mx END:VCARD r.ruiz r.ruiz@pu.btlconsultants.com.mxkh 3S ag2023-07-06 15:58:10m.mirandam.miranda@pue.btlconsultants.com.mxm.mirandaBEGIN:VCARD VERSION:3.0 UID:2022-03-1019:44:06.7e7ba3fa-e9e8-4a72-ddb5-dea0e2820fab.m.miranda@pue.btlconsultants.com.mx N:m.miranda;;;; FN:m.miranda EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.miranda@pue.btlconsultants.com.mx END:VCARD m.miranda m.miranda@pu.btlconsultants.com.mx  + ,HZ} 3O Qa2023-07-06 15:58:11criveracrivera@vdm.btlconsultants.com.mxcriveraBEGIN:VCARD VERSION:3.0 UID:2022-03-1422:16:11.7f42115d-4650-2a81-2358-b47893359a34.crivera@vdm.btlconsultants.com.mx N:crivera;;;; FN:crivera EMAIL;TYPE=INTERNET;TYPE=INTERNET:crivera@vdm.btlconsultants.com.mx END:VCARD crivera crivera@vdm.btlconsultants.com.mxk| 3S ag2023-07-06 15:58:11jgonzalezjgonzalez@pue.btlconsultants.com.mxjgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-03-1020:40:39.9a2b52da-8286-2d6f-2444-3095a1e79eb1.jgonzalez@pue.btlconsultants.com.mx N:jgonzalez;;;; FN:jgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgonzalez@pue.btlconsultants.com.mx END:VCARD jgonzalez jgonzalez@pu.btlconsultants.com.mxl{ 3S ai2023-07-06 15:58:11mbalderasmbalderas@ver.btlconsultants.com.mxmbalderasBEGIN:VCARD VERSION:3.0 UID:2022-03-1020:40:00.4b987ab6-4df3-3f3e-f273-419ffec28eff.mbalderas@ver.btlconsultants.com.mx N:mbalderas;;;; FN:mbalderas EMAIL;TYPE=INTERNET;TYPE=INTERNET:mbalderas@ver.btlconsultants.com.mx END:VCARD mbalderas mbalderas@ver.btlconsultants.com.mxQz 3M I]2023-07-06 15:58:11jromanjroman@sin.btlconsultants.com.mxjromanBEGIN:VCARD VERSION:3.0 UID:2022-03-1020:39:29.f78ed42e-95aa-17c1-b139-80c9488ec77e.jroman@sin.btlconsultants.com.mx N:jroman;;;; FN:jroman EMAIL;TYPE=INTERNET;TYPE=INTERNET:jroman@sin.btlconsultants.com.mx END:VCARD jroman jroman@sin.btlconsultants.com.mxyy 3!W !mo2023-07-06 15:58:11a.martineza.martinez@mich.btlconsultants.com.mxa.martinezBEGIN:VCARD VERSION:3.0 UID:2022-03-1020:38:35.f38e7080-edb8-f815-5db2-7b5cd89e24c4.a.martinez@mich.btlconsultants.com.mx N:a.martinez;;;; FN:a.martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.martinez@mich.btlconsultants.com.mx END:VCARD a.martinez a.martinez@mich.btlconsultants.com.mxcx 3Q Ye2023-07-06 15:58:11aramirezaramirez@gdl.btlconsultants.com.mxaramirezBEGIN:VCARD VERSION:3.0 UID:2022-03-1020:37:47.a12172e5-3aaa-b047-af21-57650387c7cd.aramirez@gdl.btlconsultants.com.mx N:aramirez;;;; FN:aramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:aramirez@gdl.btlconsultants.com.mx END:VCARD aramirez aramirez@gdl.btlconsultants.com.mxQw 3M I]2023-07-06 15:58:11jperezjperez@qro.btlconsultants.com.mxjperezBEGIN:VCARD VERSION:3.0 UID:2022-03-1020:37:11.598897c5-6536-4d75-40ca-5a51bc52302f.jperez@qro.btlconsultants.com.mx N:jperez;;;; FN:jperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jperez@qro.btlconsultants.com.mx END:VCARD jperez jperez@qro.btlconsultants.com.mxHv 3K AY2023-07-06 15:58:10gcruzgcruz@vdm.btlconsultants.com.mxgcruzBEGIN:VCARD VERSION:3.0 UID:2022-03-1020:36:32.41b5f89a-4aee-a617-a1da-d8051f465de5.gcruz@vdm.btlconsultants.com.mx N:gcruz;;;; FN:gcruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:gcruz@vdm.btlconsultants.com.mx END:VCARD gcruz gcruz@vdm.btlconsultants.com.mxZu 3O Qa2023-07-06 15:58:10jordunajorduna@vdm.btlconsultants.com.mxjordunaBEGIN:VCARD VERSION:3.0 UID:2022-03-1020:35:49.8f866cfe-0034-35df-80a4-c7f53168b2cd.jorduna@vdm.btlconsultants.com.mx N:jorduna;;;; FN:jorduna EMAIL;TYPE=INTERNET;TYPE=INTERNET:jorduna@vdm.btlconsultants.com.mx END:VCARD jorduna jorduna@vdm.btlconsultants.com.mxlt 3S ai2023-07-06 15:58:10hcastillohcastillo@bcs.btlconsultants.com.mxhcastilloBEGIN:VCARD VERSION:3.0 UID:2022-03-1020:35:05.51bd2816-f8c9-1387-df88-f01ce794e63b.hcastillo@bcs.btlconsultants.com.mx N:hcastillo;;;; FN:hcastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:hcastillo@bcs.btlconsultants.com.mx END:VCARD hcastillo hcastillo@bcs.btlconsultants.com.mxas 3Q Ya2023-07-06 15:58:10jvazquezjvazquez@gto.btlconsultants.com.mxjvazquezBEGIN:VCARD VERSION:3.0 UID:2022-03-1019:59:31.dee5082e-790f-dc01-59c9-898fe03aa2cf.jvazquez@gto.btlconsultants.com.mx N:jvazquez;;;; FN:jvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvazquez@gto.btlconsultants.com.mx END:VCARD jvazquz jvazquz@gto.btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX<  32023-07-06 15:58:15 32023-07-06 15:58:14~ 32023-07-06 15:58:14} 32023-07-06 15:58:14| 32023-07-06 15:58:14{ 32023-07-06 15:58:14z 32023-07-06 15:58:14y 32023-07-06 15:58:14x 32023-07-06 15:58:14w 32023-07-06 15:58:14v 32023-07-06 15:58:14u 32023-07-06 15:58:14t 32023-07-06 15:58:14s 32023-07-06 15:58:14r 32023-07-06 15:58:14q 32023-07-06 15:58:14p 32023-07-06 15:58:14o 32023-07-06 15:58:14n 32023-07-06 15:58:14m 32023-07-06 15:58:14l 32023-07-06 15:58:14k 32023-07-06 15:58:14j 32023-07-06 15:58:14i 32023-07-06 15:58:14h 32023-07-06 15:58:13g 32023-07-06 15:58:13f 32023-07-06 15:58:13e 32023-07-06 15:58:13d 32023-07-06 15:58:13c 32023-07-06 15:58:13b 32023-07-06 15:58:13a 32023-07-06 15:58:13` 32023-07-06 15:58:13_ 32023-07-06 15:58:13^ 32023-07-06 15:58:13] 32023-07-06 15:58:13\ 32023-07-06 15:58:13[ 32023-07-06 15:58:13Z 32023-07-06 15:58:13Y 32023-07-06 15:58:13X 32023-07-06 15:58:13W 32023-07-06 15:58:13V 32023-07-06 15:58:13U 32023-07-06 15:58:13T 32023-07-06 15:58:13S 32023-07-06 15:58:13R 32023-07-06 15:58:13Q 32023-07-06 15:58:13P 32023-07-06 15:58:13O 32023-07-06 15:58:13N 32023-07-06 15:58:13M 32023-07-06 15:58:13L 32023-07-06 15:58:13K 32023-07-06 15:58:13J 32023-07-06 15:58:13I 32023-07-06 15:58:13H 32023-07-06 15:58:13G 32023-07-06 15:58:13F 32023-07-06 15:58:13E 32023-07-06 15:58:13D 32023-07-06 15:58:12C 32023-07-06 15:58:12B 32023-07-06 15:58:12A 32023-07-06 15:58:12@ 32023-07-06 15:58:12? 32023-07-06 15:58:12> 32023-07-06 15:58:12= 32023-07-06 15:58:12< 32023-07-06 15:58:12; 32023-07-06 15:58:12: 32023-07-06 15:58:129 32023-07-06 15:58:128 32023-07-06 15:58:127 32023-07-06 15:58:126 32023-07-06 15:58:125 32023-07-06 15:58:124 32023-07-06 15:58:123 32023-07-06 15:58:122 32023-07-06 15:58:121 32023-07-06 15:58:120 32023-07-06 15:58:12/ 32023-07-06 15:58:12. 32023-07-06 15:58:12- 32023-07-06 15:58:12, 32023-07-06 15:58:12+ 32023-07-06 15:58:12* 32023-07-06 15:58:12) 32023-07-06 15:58:12( 32023-07-06 15:58:12' 32023-07-06 15:58:12& 32023-07-06 15:58:12% 32023-07-06 15:58:12$ 32023-07-06 15:58:12# 32023-07-06 15:58:12" 32023-07-06 15:58:11! 32023-07-06 15:58:11  32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11  32023-07-06 15:58:11  32023-07-06 15:58:11  32023-07-06 15:58:11  32023-07-06 15:58:11  32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11 32023-07-06 15:58:11~ 3~2023-07-06 15:58:11} 3}2023-07-06 15:58:11| 3|2023-07-06 15:58:11{ 3{2023-07-06 15:58:11z 3z2023-07-06 15:58:11y 3y2023-07-06 15:58:11  " v a1Z 3O Qa2023-07-06 15:58:11lriverolrivero@vdm.btlconsultants.com.mxlriveroBEGIN:VCARD VERSION:3.0 UID:2022-03-1520:04:37.a8573288-2258-09a8-2a8e-9026e654c459.lrivero@vdm.btlconsultants.com.mx N:lrivero;;;; FN:lrivero EMAIL;TYPE=INTERNET;TYPE=INTERNET:lrivero@vdm.btlconsultants.com.mx END:VCARD lrivero lrivero@vdm.btlconsultants.com.mxU 3O M_2023-07-06 15:58:11lmejialmejia@coah.btlconsultants.com.mxlmejiaBEGIN:VCARD VERSION:3.0 UID:2022-03-1520:03:52.733eec43-7443-0ed7-b021-bc7847b19f36.lmejia@coah.btlconsultants.com.mx N:lmejia;;;; FN:lmejia EMAIL;TYPE=INTERNET;TYPE=INTERNET:lmejia@coah.btlconsultants.com.mx END:VCARD lmejia lmejia@coah.btlconsultants.com.mxl 3S ai2023-07-06 15:58:11acardenasacardenas@tam.btlconsultants.com.mxacardenasBEGIN:VCARD VERSION:3.0 UID:2022-03-1520:01:16.46faff0d-f8ee-a197-1d21-b7b3dcc03ff1.acardenas@tam.btlconsultants.com.mx N:acardenas;;;; FN:acardenas EMAIL;TYPE=INTERNET;TYPE=INTERNET:acardenas@tam.btlconsultants.com.mx END:VCARD acardenas acardenas@tam.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:11fverdugofverdugo@son.btlconsultants.com.mxfverdugoBEGIN:VCARD VERSION:3.0 UID:2022-03-1520:00:18.dc2f3c03-3075-5f1b-ef32-e37d34d624d5.fverdugo@son.btlconsultants.com.mx N:fverdugo;;;; FN:fverdugo EMAIL;TYPE=INTERNET;TYPE=INTERNET:fverdugo@son.btlconsultants.com.mx END:VCARD fverdugo fverdugo@son.btlconsultants.com.mxJ 3G AY2023-07-06 15:58:11kdelriokdelrio@btlconsultants.com.mxkdelrioBEGIN:VCARD VERSION:3.0 UID:2022-03-1519:43:41.8227293a-7cfd-f3fe-9f1a-51c389ae16a8.kdelrio@btlconsultants.com.mx N:kdelrio;;;; FN:kdelrio EMAIL;TYPE=INTERNET;TYPE=INTERNET:kdelrio@btlconsultants.com.mx END:VCARD kdelrio kdelrio@btlconsultants.com.mxc 3!M !Ya2023-07-06 15:58:11mrodriguezmrodriguez@btlconsultants.com.mxmrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-03-1519:43:11.73e8154c-f2b5-bf6d-6843-43e693d359df.mrodriguez@btlconsultants.com.mx N:mrodriguez;;;; FN:mrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mrodriguez@btlconsultants.com.mx END:VCARD mrodriguz mrodriguz@btlconsultants.com.mx\ 3K Qa2023-07-06 15:58:11hgonzalezhgonzalez@btlconsultants.com.mxhgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-03-1519:42:41.abe6defe-1133-aaaf-b68c-867c3d7dadac.hgonzalez@btlconsultants.com.mx N:hgonzalez;;;; FN:hgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:hgonzalez@btlconsultants.com.mx END:VCARD hgonzalez hgonzalez@btlconsultants.com.mxS 3I I]2023-07-06 15:58:11ibrionesibriones@btlconsultants.com.mxibrionesBEGIN:VCARD VERSION:3.0 UID:2022-03-1519:42:07.0edcff14-d24b-deef-b587-21056836543c.ibriones@btlconsultants.com.mx N:ibriones;;;; FN:ibriones EMAIL;TYPE=INTERNET;TYPE=INTERNET:ibriones@btlconsultants.com.mx END:VCARD ibriones ibriones@btlconsultants.com.mxQ 3M I]2023-07-06 15:58:11mduranmduran@vdm.btlconsultants.com.mxmduranBEGIN:VCARD VERSION:3.0 UID:2022-03-1519:18:31.b86cf6f9-4922-3e1d-12d0-40cfc7f6ce24.mduran@vdm.btlconsultants.com.mx N:mduran;;;; FN:mduran EMAIL;TYPE=INTERNET;TYPE=INTERNET:mduran@vdm.btlconsultants.com.mx END:VCARD mduran mduran@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:11malarconmalarcon@vdm.btlconsultants.com.mxmalarconBEGIN:VCARD VERSION:3.0 UID:2022-03-1519:15:28.be5bc217-68e4-a8eb-58d8-783455e6cf01.malarcon@vdm.btlconsultants.com.mx N:malarcon;;;; FN:malarcon EMAIL;TYPE=INTERNET;TYPE=INTERNET:malarcon@vdm.btlconsultants.com.mx END:VCARD malarcon malarcon@vdm.btlconsultants.com.mxs~ 3!U !ii2023-07-06 15:58:11grodriguezgrodriguez@mty.btlconsultants.com.mxgrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-03-1423:18:52.2408c9aa-f68e-1c53-3380-cee63a5217d7.grodriguez@mty.btlconsultants.com.mx N:grodriguez;;;; FN:grodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:grodriguez@mty.btlconsultants.com.mx END:VCARD grodriguz grodriguz@mty.btlconsultants.com.mx  V /QZ 3O Qa2023-07-06 15:58:11ccortezccortez@mty.btlconsultants.com.mxccortezBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:34:27.dbb16fde-1721-51fd-4221-37d7f647ad88.ccortez@mty.btlconsultants.com.mx N:ccortez;;;; FN:ccortez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ccortez@mty.btlconsultants.com.mx END:VCARD ccortez ccortez@mty.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:11fsanchezfsanchez@mor.btlconsultants.com.mxfsanchezBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:33:35.3e627e20-a2f9-a362-d708-a40a71df6212.fsanchez@mor.btlconsultants.com.mx N:fsanchez;;;; FN:fsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:fsanchez@mor.btlconsultants.com.mx END:VCARD fsanchez fsanchez@mor.btlconsultants.com.mxj 3S ae2023-07-06 15:58:11aguerreroaguerrero@tam.btlconsultants.com.mxaguerreroBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:32:43.2c2d77e4-6b5c-1159-931f-d6314ca4f6a7.aguerrero@tam.btlconsultants.com.mx N:aguerrero;;;; FN:aguerrero EMAIL;TYPE=INTERNET;TYPE=INTERNET:aguerrero@tam.btlconsultants.com.mx END:VCARD agurrero agurrero@tam.btlconsultants.com.mxl 3S ai2023-07-06 15:58:11j.jimenezj.jimenez@mty.btlconsultants.com.mxj.jimenezBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:31:53.d90633bd-ec3a-de27-aa38-16e9e6c44220.j.jimenez@mty.btlconsultants.com.mx N:j.jimenez;;;; FN:j.jimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.jimenez@mty.btlconsultants.com.mx END:VCARD j.jimenez j.jimenez@mty.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:11mjimenezmjimenez@mty.btlconsultants.com.mxmjimenezBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:30:59.f5b2f15f-cbe1-adf4-6418-819f83cc5446.mjimenez@mty.btlconsultants.com.mx N:mjimenez;;;; FN:mjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mjimenez@mty.btlconsultants.com.mx END:VCARD mjimenez mjimenez@mty.btlconsultants.com.mxl 3S ai2023-07-06 15:58:11jescuderojescudero@mty.btlconsultants.com.mxjescuderoBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:29:58.bb501d34-4852-8070-c07f-f51901500db7.jescudero@mty.btlconsultants.com.mx N:jescudero;;;; FN:jescudero EMAIL;TYPE=INTERNET;TYPE=INTERNET:jescudero@mty.btlconsultants.com.mx END:VCARD jescudero jescudero@mty.btlconsultants.com.mx 3)U )yq2023-07-06 15:58:11nuevosingresosnuevosingresos@btlconsultants.com.mxnuevosingresosBEGIN:VCARD VERSION:3.0 UID:2022-03-2220:42:18.80c47ae6-cac5-94cf-2243-0ba3adc329c5.nuevosingresos@btlconsultants.com.mx N:nuevosingresos;;;; FN:nuevosingresos EMAIL;TYPE=INTERNET;TYPE=INTERNET:nuevosingresos@btlconsultants.com.mx END:VCARD nuvosingresos nuvosingresos@btlconsultants.com.mxu 3!U !im2023-07-06 15:58:11lhernandezlhernandez@dgo.btlconsultants.com.mxlhernandezBEGIN:VCARD VERSION:3.0 UID:2022-03-1520:09:01.5a05f32a-3569-67de-dcaa-c5cb06d6f1f0.lhernandez@dgo.btlconsultants.com.mx N:lhernandez;;;; FN:lhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lhernandez@dgo.btlconsultants.com.mx END:VCARD lhernandez lhernandez@dgo.btlconsultants.com.mxH 3K AY2023-07-06 15:58:11klealkleal@mer.btlconsultants.com.mxklealBEGIN:VCARD VERSION:3.0 UID:2022-03-1520:07:58.c48ec083-4dce-a868-8b2e-3dc0299ac8a4.kleal@mer.btlconsultants.com.mx N:kleal;;;; FN:kleal EMAIL;TYPE=INTERNET;TYPE=INTERNET:kleal@mer.btlconsultants.com.mx END:VCARD kleal kleal@mer.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:11jbarronjbarron@slp.btlconsultants.com.mxjbarronBEGIN:VCARD VERSION:3.0 UID:2022-03-1520:07:14.288213f1-3562-e943-167a-f0b50b9e3ad3.jbarron@slp.btlconsultants.com.mx N:jbarron;;;; FN:jbarron EMAIL;TYPE=INTERNET;TYPE=INTERNET:jbarron@slp.btlconsultants.com.mx END:VCARD jbarron jbarron@slp.btlconsultants.com.mxH 3K AY2023-07-06 15:58:11jruizjruiz@qro.btlconsultants.com.mxjruizBEGIN:VCARD VERSION:3.0 UID:2022-03-1520:06:32.017889dd-d4c9-26e8-33f1-87fa11c789b1.jruiz@qro.btlconsultants.com.mx N:jruiz;;;; FN:jruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:jruiz@qro.btlconsultants.com.mx END:VCARD jruiz jruiz@qro.btlconsultants.com.mx G ; v &KG~ 3#W #qq2023-07-06 15:58:11j_hernandezj_hernandez@gdl.btlconsultants.com.mxj_hernandezBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:51:02.13fdfca6-33bb-daee-21f2-b76e586a0c5c.j_hernandez@gdl.btlconsultants.com.mx N:j_hernandez;;;; FN:j_hernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j_hernandez@gdl.btlconsultants.com.mx END:VCARD j_hernandez j_hernandez@gdl.btlconsultants.com.mx~ 3#W #qq2023-07-06 15:58:11ivaldiviezoivaldiviezo@oax.btlconsultants.com.mxivaldiviezoBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:46:11.d1ff2f2b-5b23-717e-828a-12cb262816fb.ivaldiviezo@oax.btlconsultants.com.mx N:ivaldiviezo;;;; FN:ivaldiviezo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ivaldiviezo@oax.btlconsultants.com.mx END:VCARD ivaldiviezo ivaldiviezo@oax.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:11calvarezcalvarez@zac.btlconsultants.com.mxcalvarezBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:45:07.56ce1d61-1a21-dc61-4fca-c4c8086b0c65.calvarez@zac.btlconsultants.com.mx N:calvarez;;;; FN:calvarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:calvarez@zac.btlconsultants.com.mx END:VCARD calvarez calvarez@zac.btlconsultants.com.mxp 3U ek2023-07-06 15:58:11rcarrillorcarrillo@coah.btlconsultants.com.mxrcarrilloBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:42:33.7ca25751-2d5a-e886-4474-cbdbbf84b0d5.rcarrillo@coah.btlconsultants.com.mx N:rcarrillo;;;; FN:rcarrillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:rcarrillo@coah.btlconsultants.com.mx END:VCARD rcarrillo rcarrillo@coah.btlconsultants.com.mxl 3S ai2023-07-06 15:58:11lrebollarlrebollar@bcn.btlconsultants.com.mxlrebollarBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:40:32.c4887688-2cd8-da2b-7563-9e87f1163a24.lrebollar@bcn.btlconsultants.com.mx N:lrebollar;;;; FN:lrebollar EMAIL;TYPE=INTERNET;TYPE=INTERNET:lrebollar@bcn.btlconsultants.com.mx END:VCARD lrebollar lrebollar@bcn.btlconsultants.com.mxl 3S ai2023-07-06 15:58:11hespinozahespinoza@ver.btlconsultants.com.mxhespinozaBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:39:34.bc13c754-be0c-91f4-5b61-927605c4594f.hespinoza@ver.btlconsultants.com.mx N:hespinoza;;;; FN:hespinoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:hespinoza@ver.btlconsultants.com.mx END:VCARD hespinoza hespinoza@ver.btlconsultants.com.mxl 3S ai2023-07-06 15:58:11l.sanchezl.sanchez@vdm.btlconsultants.com.mxl.sanchezBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:38:43.625f5b2b-ca50-01dd-8472-cf2e22be6e79.l.sanchez@vdm.btlconsultants.com.mx N:l.sanchez;;;; FN:l.sanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:l.sanchez@vdm.btlconsultants.com.mx END:VCARD l.sanchez l.sanchez@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:11atoledoatoledo@vdm.btlconsultants.com.mxatoledoBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:38:02.5fe1934d-54aa-115d-84bf-5801a7f1db4e.atoledo@vdm.btlconsultants.com.mx N:atoledo;;;; FN:atoledo EMAIL;TYPE=INTERNET;TYPE=INTERNET:atoledo@vdm.btlconsultants.com.mx END:VCARD atoledo atoledo@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:11msanchezmsanchez@vdm.btlconsultants.com.mxmsanchezBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:37:19.110ee8be-7a88-b8f0-1f8b-1269303ec83f.msanchez@vdm.btlconsultants.com.mx N:msanchez;;;; FN:msanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:msanchez@vdm.btlconsultants.com.mx END:VCARD msanchez msanchez@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:11hmorenohmoreno@bcn.btlconsultants.com.mxhmorenoBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:36:31.67f9fb48-c3c3-4639-89d1-21a14a139e97.hmoreno@bcn.btlconsultants.com.mx N:hmoreno;;;; FN:hmoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:hmoreno@bcn.btlconsultants.com.mx END:VCARD hmoreno hmoreno@bcn.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:11jlomberajlombera@chi.btlconsultants.com.mxjlomberaBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:35:20.ae04b654-c8c6-ed82-8b9e-6923851631f3.jlombera@chi.btlconsultants.com.mx N:jlombera;;;; FN:jlombera EMAIL;TYPE=INTERNET;TYPE=INTERNET:jlombera@chi.btlconsultants.com.mx END:VCARD jlombera jlombera@chi.btlconsultants.com.mx  @ { &>pc) 3Q Ye2023-07-06 15:58:12nsancheznsanchez@mty.btlconsultants.com.mxnsanchezBEGIN:VCARD VERSION:3.0 UID:2022-03-2420:33:07.320db292-926b-de81-c8e3-b92f9afcaf0f.nsanchez@mty.btlconsultants.com.mx N:nsanchez;;;; FN:nsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:nsanchez@mty.btlconsultants.com.mx END:VCARD nsanchez nsanchez@mty.btlconsultants.com.mxY( 3O Q_2023-07-06 15:58:12cmendezcmendez@pue.btlconsultants.com.mxcmendezBEGIN:VCARD VERSION:3.0 UID:2022-03-2420:32:36.4c130f0b-1c96-ac49-3906-7a67e5324d82.cmendez@pue.btlconsultants.com.mx N:cmendez;;;; FN:cmendez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmendez@pue.btlconsultants.com.mx END:VCARD cmendez cmendez@pu.btlconsultants.com.mxZ' 3O Qa2023-07-06 15:58:12macostamacosta@zac.btlconsultants.com.mxmacostaBEGIN:VCARD VERSION:3.0 UID:2022-03-2420:32:04.da63ed70-3473-c726-6df0-b64b7ad20b7e.macosta@zac.btlconsultants.com.mx N:macosta;;;; FN:macosta EMAIL;TYPE=INTERNET;TYPE=INTERNET:macosta@zac.btlconsultants.com.mx END:VCARD macosta macosta@zac.btlconsultants.com.mxl& 3S ai2023-07-06 15:58:12jgonzalezjgonzalez@ver.btlconsultants.com.mxjgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-03-2420:31:19.08d7e8fd-ce57-b4d4-1aac-911c75f7cf09.jgonzalez@ver.btlconsultants.com.mx N:jgonzalez;;;; FN:jgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgonzalez@ver.btlconsultants.com.mx END:VCARD jgonzalez jgonzalez@ver.btlconsultants.com.mx~% 3#W #qq2023-07-06 15:58:12cvillagomezcvillagomez@ags.btlconsultants.com.mxcvillagomezBEGIN:VCARD VERSION:3.0 UID:2022-03-2420:30:34.6c91704f-5f35-d3c6-a295-a21de75e561c.cvillagomez@ags.btlconsultants.com.mx N:cvillagomez;;;; FN:cvillagomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cvillagomez@ags.btlconsultants.com.mx END:VCARD cvillagomez cvillagomez@ags.btlconsultants.com.mxb$ 3Q Yc2023-07-06 15:58:12jhilariojhilario@pue.btlconsultants.com.mxjhilarioBEGIN:VCARD VERSION:3.0 UID:2022-03-2420:29:49.7ca3b14f-a6da-79b0-b99d-8c24c249437d.jhilario@pue.btlconsultants.com.mx N:jhilario;;;; FN:jhilario EMAIL;TYPE=INTERNET;TYPE=INTERNET:jhilario@pue.btlconsultants.com.mx END:VCARD jhilario jhilario@pu.btlconsultants.com.mxQ# 3M I]2023-07-06 15:58:11jperezjperez@chi.btlconsultants.com.mxjperezBEGIN:VCARD VERSION:3.0 UID:2022-03-2420:27:58.911fb23d-f310-157b-cba1-ef745d70d580.jperez@chi.btlconsultants.com.mx N:jperez;;;; FN:jperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jperez@chi.btlconsultants.com.mx END:VCARD jperez jperez@chi.btlconsultants.com.mxH" 3K AY2023-07-06 15:58:11bmezabmeza@bcn.btlconsultants.com.mxbmezaBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:54:56.ba4b94db-0acb-15a9-8cf2-eacff03d64dd.bmeza@bcn.btlconsultants.com.mx N:bmeza;;;; FN:bmeza EMAIL;TYPE=INTERNET;TYPE=INTERNET:bmeza@bcn.btlconsultants.com.mx END:VCARD bmeza bmeza@bcn.btlconsultants.com.mxu! 3!U !im2023-07-06 15:58:11mgutierrezmgutierrez@ags.btlconsultants.com.mxmgutierrezBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:53:42.6e516109-661d-66eb-2c2b-a63becf9fa38.mgutierrez@ags.btlconsultants.com.mx N:mgutierrez;;;; FN:mgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgutierrez@ags.btlconsultants.com.mx END:VCARD mgutierrez mgutierrez@ags.btlconsultants.com.mxU 3O M_2023-07-06 15:58:11gteliogtelio@qroo.btlconsultants.com.mxgtelioBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:52:45.3fbe4db9-d56d-d4b1-fe32-cd8eb2cc6175.gtelio@qroo.btlconsultants.com.mx N:gtelio;;;; FN:gtelio EMAIL;TYPE=INTERNET;TYPE=INTERNET:gtelio@qroo.btlconsultants.com.mx END:VCARD gtelio gtelio@qroo.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:11dmerelosdmerelos@dgo.btlconsultants.com.mxdmerelosBEGIN:VCARD VERSION:3.0 UID:2022-03-2419:51:49.c8516b36-f5c7-35a9-da16-204ea1e51673.dmerelos@dgo.btlconsultants.com.mx N:dmerelos;;;; FN:dmerelos EMAIL;TYPE=INTERNET;TYPE=INTERNET:dmerelos@dgo.btlconsultants.com.mx END:VCARD dmerelos dmerelos@dgo.btlconsultants.com.mx   OIc4 3Q Ye2023-07-06 15:58:12fmendozafmendoza@vdm.btlconsultants.com.mxfmendozaBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:20:52.06aae41f-2ec6-8a88-eea2-1cee8721e555.fmendoza@vdm.btlconsultants.com.mx N:fmendoza;;;; FN:fmendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:fmendoza@vdm.btlconsultants.com.mx END:VCARD fmendoza fmendoza@vdm.btlconsultants.com.mx^3 3Q Uc2023-07-06 15:58:12mtorresmtorres@mich.btlconsultants.com.mxmtorresBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:20:10.57f9ffd9-aba6-421b-d553-6b1047f66576.mtorres@mich.btlconsultants.com.mx N:mtorres;;;; FN:mtorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:mtorres@mich.btlconsultants.com.mx END:VCARD mtorres mtorres@mich.btlconsultants.com.mxg2 3S ]g2023-07-06 15:58:12fnarcisofnarciso@mich.btlconsultants.com.mxfnarcisoBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:19:28.a267eece-f8b0-514f-8c68-403c3e97524e.fnarciso@mich.btlconsultants.com.mx N:fnarciso;;;; FN:fnarciso EMAIL;TYPE=INTERNET;TYPE=INTERNET:fnarciso@mich.btlconsultants.com.mx END:VCARD fnarciso fnarciso@mich.btlconsultants.com.mxY1 3O Q_2023-07-06 15:58:12dfloresdflores@pue.btlconsultants.com.mxdfloresBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:17:57.d5b3a08b-115d-0f05-3fdd-9b92708e8e01.dflores@pue.btlconsultants.com.mx N:dflores;;;; FN:dflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:dflores@pue.btlconsultants.com.mx END:VCARD dflores dflores@pu.btlconsultants.com.mxw0 3!W !mk2023-07-06 15:58:12rrodriguezrrodriguez@mich.btlconsultants.com.mxrrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:01:08.770a625c-08a4-0422-21a3-de5aa3c042a8.rrodriguez@mich.btlconsultants.com.mx N:rrodriguez;;;; FN:rrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rrodriguez@mich.btlconsultants.com.mx END:VCARD rrodriguz rrodriguz@mich.btlconsultants.com.mxZ/ 3O Qa2023-07-06 15:58:12mvargasmvargas@bcs.btlconsultants.com.mxmvargasBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:00:35.357518af-d314-23bf-42c4-e67b9a849634.mvargas@bcs.btlconsultants.com.mx N:mvargas;;;; FN:mvargas EMAIL;TYPE=INTERNET;TYPE=INTERNET:mvargas@bcs.btlconsultants.com.mx END:VCARD mvargas mvargas@bcs.btlconsultants.com.mxa. 3Q Ya2023-07-06 15:58:12dguevaradguevara@tam.btlconsultants.com.mxdguevaraBEGIN:VCARD VERSION:3.0 UID:2022-03-2916:59:04.c1d439e1-8de1-25c2-85cb-b895addda9df.dguevara@tam.btlconsultants.com.mx N:dguevara;;;; FN:dguevara EMAIL;TYPE=INTERNET;TYPE=INTERNET:dguevara@tam.btlconsultants.com.mx END:VCARD dguvara dguvara@tam.btlconsultants.com.mxQ- 3M I]2023-07-06 15:58:12eleyvaeleyva@vdm.btlconsultants.com.mxeleyvaBEGIN:VCARD VERSION:3.0 UID:2022-03-2819:27:50.615b9e30-aa8a-d4aa-cbb6-fad7e2718d1b.eleyva@vdm.btlconsultants.com.mx N:eleyva;;;; FN:eleyva EMAIL;TYPE=INTERNET;TYPE=INTERNET:eleyva@vdm.btlconsultants.com.mx END:VCARD eleyva eleyva@vdm.btlconsultants.com.mxt, 3!U !ik2023-07-06 15:58:12jhernandezjhernandez@pue.btlconsultants.com.mxjhernandezBEGIN:VCARD VERSION:3.0 UID:2022-03-2816:42:51.2f63b1ef-2fd6-9dba-6bbd-1d36f4835217.jhernandez@pue.btlconsultants.com.mx N:jhernandez;;;; FN:jhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jhernandez@pue.btlconsultants.com.mx END:VCARD jhernandez jhernandez@pu.btlconsultants.com.mxu+ 3!U !im2023-07-06 15:58:12ehernandezehernandez@tam.btlconsultants.com.mxehernandezBEGIN:VCARD VERSION:3.0 UID:2022-03-2420:35:47.505a103e-59dc-af86-a912-7f460d64afcf.ehernandez@tam.btlconsultants.com.mx N:ehernandez;;;; FN:ehernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ehernandez@tam.btlconsultants.com.mx END:VCARD ehernandez ehernandez@tam.btlconsultants.com.mxg* 3S ]g2023-07-06 15:58:12kgalindokgalindo@coah.btlconsultants.com.mxkgalindoBEGIN:VCARD VERSION:3.0 UID:2022-03-2420:35:10.97d73563-bca1-0622-677d-b9757af19d35.kgalindo@coah.btlconsultants.com.mx N:kgalindo;;;; FN:kgalindo EMAIL;TYPE=INTERNET;TYPE=INTERNET:kgalindo@coah.btlconsultants.com.mx END:VCARD kgalindo kgalindo@coah.btlconsultants.com.mx exph`XPH@80( xph`XPH@80(  x p h ` X P H @ 8 0 (    0 (    x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    xph`XPH@80( xph`XPH@80( xph`XPH@80( xph`XPH@80(  x p h ` X P H @ 8 0 (    x p h ` X P H @ 8xph`XPH@80( xph`XPH@JJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!            }}||{{zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMMLLKK~~}}||{{zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMMLLKKJJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!    M -X5~? 3#W #qq2023-07-06 15:58:12maltamiranomaltamirano@vdm.btlconsultants.com.mxmaltamiranoBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:30:47.9454dd50-0620-b4b7-4861-2f5ef571ce81.maltamirano@vdm.btlconsultants.com.mx N:maltamirano;;;; FN:maltamirano EMAIL;TYPE=INTERNET;TYPE=INTERNET:maltamirano@vdm.btlconsultants.com.mx END:VCARD maltamirano maltamirano@vdm.btlconsultants.com.mxZ> 3O Qa2023-07-06 15:58:12ggarciaggarcia@ver.btlconsultants.com.mxggarciaBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:29:47.8435ee0d-1b89-aeb2-84e1-1c3314533e28.ggarcia@ver.btlconsultants.com.mx N:ggarcia;;;; FN:ggarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ggarcia@ver.btlconsultants.com.mx END:VCARD ggarcia ggarcia@ver.btlconsultants.com.mxQ= 3M I]2023-07-06 15:58:12rreyesrreyes@slp.btlconsultants.com.mxrreyesBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:28:28.fa130d4b-a489-e9fd-deb3-40f4d5a3c52a.rreyes@slp.btlconsultants.com.mx N:rreyes;;;; FN:rreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:rreyes@slp.btlconsultants.com.mx END:VCARD rreyes rreyes@slp.btlconsultants.com.mxl< 3S ai2023-07-06 15:58:12rmansillarmansilla@ver.btlconsultants.com.mxrmansillaBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:27:31.30726130-0b49-2b67-c3dd-2c62512f5111.rmansilla@ver.btlconsultants.com.mx N:rmansilla;;;; FN:rmansilla EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmansilla@ver.btlconsultants.com.mx END:VCARD rmansilla rmansilla@ver.btlconsultants.com.mxc; 3Q Ye2023-07-06 15:58:12amoralesamorales@gto.btlconsultants.com.mxamoralesBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:26:43.6e14bd71-3fe1-60b9-4105-eed4e622d086.amorales@gto.btlconsultants.com.mx N:amorales;;;; FN:amorales EMAIL;TYPE=INTERNET;TYPE=INTERNET:amorales@gto.btlconsultants.com.mx END:VCARD amorales amorales@gto.btlconsultants.com.mxj: 3S ae2023-07-06 15:58:12mguerreromguerrero@slp.btlconsultants.com.mxmguerreroBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:26:13.f12a020f-6ca7-0a87-78a6-29347fae6401.mguerrero@slp.btlconsultants.com.mx N:mguerrero;;;; FN:mguerrero EMAIL;TYPE=INTERNET;TYPE=INTERNET:mguerrero@slp.btlconsultants.com.mx END:VCARD mgurrero mgurrero@slp.btlconsultants.com.mxY9 3O Q_2023-07-06 15:58:12jsandrejsandre@pue.btlconsultants.com.mxjsandreBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:25:31.6b923318-2eb1-ea48-7693-5a06c6424e87.jsandre@pue.btlconsultants.com.mx N:jsandre;;;; FN:jsandre EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsandre@pue.btlconsultants.com.mx END:VCARD jsandre jsandre@pu.btlconsultants.com.mxc8 3Q Ye2023-07-06 15:58:12vhidalgovhidalgo@ver.btlconsultants.com.mxvhidalgoBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:24:07.eb5c1223-24de-085c-911f-8f451e539333.vhidalgo@ver.btlconsultants.com.mx N:vhidalgo;;;; FN:vhidalgo EMAIL;TYPE=INTERNET;TYPE=INTERNET:vhidalgo@ver.btlconsultants.com.mx END:VCARD vhidalgo vhidalgo@ver.btlconsultants.com.mxX7 3Q Q_2023-07-06 15:58:12gurbangurban@guerr.btlconsultants.com.mxgurbanBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:23:28.8f7691c2-b748-13ec-9873-ce029ab869b7.gurban@guerr.btlconsultants.com.mx N:gurban;;;; FN:gurban EMAIL;TYPE=INTERNET;TYPE=INTERNET:gurban@guerr.btlconsultants.com.mx END:VCARD gurban gurban@gurr.btlconsultants.com.mxH6 3K AY2023-07-06 15:58:12ckingcking@tab.btlconsultants.com.mxckingBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:22:47.6fa83c6d-390c-e9a0-a820-fc078384df5f.cking@tab.btlconsultants.com.mx N:cking;;;; FN:cking EMAIL;TYPE=INTERNET;TYPE=INTERNET:cking@tab.btlconsultants.com.mx END:VCARD cking cking@tab.btlconsultants.com.mxc5 3Q Ye2023-07-06 15:58:12rimorenorimoreno@vdm.btlconsultants.com.mxrimorenoBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:21:36.b5627d05-219e-d1d5-f183-f6bfef7de711.rimoreno@vdm.btlconsultants.com.mx N:rimoreno;;;; FN:rimoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:rimoreno@vdm.btlconsultants.com.mx END:VCARD rimoreno rimoreno@vdm.btlconsultants.com.mx  2 \ VvaJ 3Q Ya2023-07-06 15:58:13oestradaoestrada@vdm.btlconsultants.com.mxoestradaBEGIN:VCARD VERSION:3.0 UID:2022-03-3117:49:18.865affea-49a2-ad8f-4ef2-21b9e34246fa.oestrada@vdm.btlconsultants.com.mx N:oestrada;;;; FN:oestrada EMAIL;TYPE=INTERNET;TYPE=INTERNET:oestrada@vdm.btlconsultants.com.mx END:VCARD ostrada ostrada@vdm.btlconsultants.com.mxaI 3Q Ya2023-07-06 15:58:13fquezadafquezada@vdm.btlconsultants.com.mxfquezadaBEGIN:VCARD VERSION:3.0 UID:2022-03-3117:48:43.e62b9af1-3429-997b-affa-740f02c256b4.fquezada@vdm.btlconsultants.com.mx N:fquezada;;;; FN:fquezada EMAIL;TYPE=INTERNET;TYPE=INTERNET:fquezada@vdm.btlconsultants.com.mx END:VCARD fquzada fquzada@vdm.btlconsultants.com.mxlH 3S ai2023-07-06 15:58:13gsantiagogsantiago@slp.btlconsultants.com.mxgsantiagoBEGIN:VCARD VERSION:3.0 UID:2022-03-3117:47:59.975eeeec-577d-919c-e659-999b4c630186.gsantiago@slp.btlconsultants.com.mx N:gsantiago;;;; FN:gsantiago EMAIL;TYPE=INTERNET;TYPE=INTERNET:gsantiago@slp.btlconsultants.com.mx END:VCARD gsantiago gsantiago@slp.btlconsultants.com.mxlG 3S ai2023-07-06 15:58:13fmartinezfmartinez@qro.btlconsultants.com.mxfmartinezBEGIN:VCARD VERSION:3.0 UID:2022-03-3117:47:07.5a07c9ed-7797-cdc3-fe21-19d9072e992b.fmartinez@qro.btlconsultants.com.mx N:fmartinez;;;; FN:fmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:fmartinez@qro.btlconsultants.com.mx END:VCARD fmartinez fmartinez@qro.btlconsultants.com.mxHF 3K AY2023-07-06 15:58:13lruizlruiz@slp.btlconsultants.com.mxlruizBEGIN:VCARD VERSION:3.0 UID:2022-03-3117:46:22.8bc7ac5e-bcea-37e4-e4d1-edff336b3686.lruiz@slp.btlconsultants.com.mx N:lruiz;;;; FN:lruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:lruiz@slp.btlconsultants.com.mx END:VCARD lruiz lruiz@slp.btlconsultants.com.mxsE 3!U !ii2023-07-06 15:58:13srodriguezsrodriguez@ver.btlconsultants.com.mxsrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:35:13.d9da7440-f651-67b1-d0c7-1fb375e69823.srodriguez@ver.btlconsultants.com.mx N:srodriguez;;;; FN:srodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:srodriguez@ver.btlconsultants.com.mx END:VCARD srodriguz srodriguz@ver.btlconsultants.com.mx?D 3I 9U2023-07-06 15:58:12lroalroa@vdm.btlconsultants.com.mxlroaBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:34:27.80a8c6b7-2f28-e0a8-e3d7-24a692a8cf22.lroa@vdm.btlconsultants.com.mx N:lroa;;;; FN:lroa EMAIL;TYPE=INTERNET;TYPE=INTERNET:lroa@vdm.btlconsultants.com.mx END:VCARD lroa lroa@vdm.btlconsultants.com.mxPC 3M I[2023-07-06 15:58:12mpintompinto@pue.btlconsultants.com.mxmpintoBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:33:47.0aac997f-e216-d046-1d97-2d7fae815f4f.mpinto@pue.btlconsultants.com.mx N:mpinto;;;; FN:mpinto EMAIL;TYPE=INTERNET;TYPE=INTERNET:mpinto@pue.btlconsultants.com.mx END:VCARD mpinto mpinto@pu.btlconsultants.com.mx~B 3#W #qq2023-07-06 15:58:12kmugarteguikmugartegui@cam.btlconsultants.com.mxkmugarteguiBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:33:13.bda3824a-5d3a-c906-70e4-9572f3a81329.kmugartegui@cam.btlconsultants.com.mx N:kmugartegui;;;; FN:kmugartegui EMAIL;TYPE=INTERNET;TYPE=INTERNET:kmugartegui@cam.btlconsultants.com.mx END:VCARD kmugartegui kmugartegui@cam.btlconsultants.com.mxlA 3S ai2023-07-06 15:58:12a.aguilara.aguilar@chi.btlconsultants.com.mxa.aguilarBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:32:04.ad7338e7-682a-591a-7e53-36519b8775ef.a.aguilar@chi.btlconsultants.com.mx N:a.aguilar;;;; FN:a.aguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.aguilar@chi.btlconsultants.com.mx END:VCARD a.aguilar a.aguilar@chi.btlconsultants.com.mxZ@ 3O Qa2023-07-06 15:58:12curbinacurbina@vdm.btlconsultants.com.mxcurbinaBEGIN:VCARD VERSION:3.0 UID:2022-03-2917:31:18.9454e685-fbe9-ee7b-b29d-376f7205acc4.curbina@vdm.btlconsultants.com.mx N:curbina;;;; FN:curbina EMAIL;TYPE=INTERNET;TYPE=INTERNET:curbina@vdm.btlconsultants.com.mx END:VCARD curbina curbina@vdm.btlconsultants.com.mx ~ ]Cz%cU 3Q Ye2023-07-06 15:58:13afragosoafragoso@gto.btlconsultants.com.mxafragosoBEGIN:VCARD VERSION:3.0 UID:2022-03-3117:57:42.6de33d43-0b57-0e98-cd11-f1e0ff3b1ae2.afragoso@gto.btlconsultants.com.mx N:afragoso;;;; FN:afragoso EMAIL;TYPE=INTERNET;TYPE=INTERNET:afragoso@gto.btlconsultants.com.mx END:VCARD afragoso afragoso@gto.btlconsultants.com.mxQT 3M I]2023-07-06 15:58:13mpaviampavia@gdl.btlconsultants.com.mxmpaviaBEGIN:VCARD VERSION:3.0 UID:2022-03-3117:57:02.56ee1a0a-f831-b648-1b67-6f5e3426bafa.mpavia@gdl.btlconsultants.com.mx N:mpavia;;;; FN:mpavia EMAIL;TYPE=INTERNET;TYPE=INTERNET:mpavia@gdl.btlconsultants.com.mx END:VCARD mpavia mpavia@gdl.btlconsultants.com.mxpS 3U ek2023-07-06 15:58:13ycereceroycerecero@mich.btlconsultants.com.mxycereceroBEGIN:VCARD VERSION:3.0 UID:2022-03-3117:56:29.49e45557-0f60-b98d-cfcc-fcb8c7aa2b2a.ycerecero@mich.btlconsultants.com.mx N:ycerecero;;;; FN:ycerecero EMAIL;TYPE=INTERNET;TYPE=INTERNET:ycerecero@mich.btlconsultants.com.mx END:VCARD ycerecero ycerecero@mich.btlconsultants.com.mxQR 3M I]2023-07-06 15:58:13fmaltafmalta@gdl.btlconsultants.com.mxfmaltaBEGIN:VCARD VERSION:3.0 UID:2022-03-3117:55:50.72d339e2-9bba-889e-34b3-74966f0e1918.fmalta@gdl.btlconsultants.com.mx N:fmalta;;;; FN:fmalta EMAIL;TYPE=INTERNET;TYPE=INTERNET:fmalta@gdl.btlconsultants.com.mx END:VCARD fmalta fmalta@gdl.btlconsultants.com.mxQQ 3M I]2023-07-06 15:58:13lsolislsolis@tab.btlconsultants.com.mxlsolisBEGIN:VCARD VERSION:3.0 UID:2022-03-3117:55:11.e51c08a9-39d8-1315-de53-f9a0388fe602.lsolis@tab.btlconsultants.com.mx N:lsolis;;;; FN:lsolis EMAIL;TYPE=INTERNET;TYPE=INTERNET:lsolis@tab.btlconsultants.com.mx END:VCARD lsolis lsolis@tab.btlconsultants.com.mxZP 3O Qa2023-07-06 15:58:13ogalvanogalvan@slp.btlconsultants.com.mxogalvanBEGIN:VCARD VERSION:3.0 UID:2022-03-3117:54:30.148d131f-49fb-8c0e-a9ea-86488c7983ef.ogalvan@slp.btlconsultants.com.mx N:ogalvan;;;; FN:ogalvan EMAIL;TYPE=INTERNET;TYPE=INTERNET:ogalvan@slp.btlconsultants.com.mx END:VCARD ogalvan ogalvan@slp.btlconsultants.com.mxcO 3Q Ye2023-07-06 15:58:13c.huizarc.huizar@gto.btlconsultants.com.mxc.huizarBEGIN:VCARD VERSION:3.0 UID:2022-03-3117:53:54.6574b39c-475f-f247-9bb7-db946d92b790.c.huizar@gto.btlconsultants.com.mx N:c.huizar;;;; FN:c.huizar EMAIL;TYPE=INTERNET;TYPE=INTERNET:c.huizar@gto.btlconsultants.com.mx END:VCARD c.huizar c.huizar@gto.btlconsultants.com.mxaN 3Q Ya2023-07-06 15:58:13cvazquezcvazquez@gto.btlconsultants.com.mxcvazquezBEGIN:VCARD VERSION:3.0 UID:2022-03-3117:52:55.8b72547f-3cf6-cac8-829a-f88677e8ca5f.cvazquez@gto.btlconsultants.com.mx N:cvazquez;;;; FN:cvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cvazquez@gto.btlconsultants.com.mx END:VCARD cvazquz cvazquz@gto.btlconsultants.com.mxZM 3O Qa2023-07-06 15:58:13smontessmontes@sin.btlconsultants.com.mxsmontesBEGIN:VCARD VERSION:3.0 UID:2022-03-3117:52:18.2d1bf3ee-ada9-5344-4b12-969751df7f40.smontes@sin.btlconsultants.com.mx N:smontes;;;; FN:smontes EMAIL;TYPE=INTERNET;TYPE=INTERNET:smontes@sin.btlconsultants.com.mx END:VCARD smontes smontes@sin.btlconsultants.com.mxZL 3O Qa2023-07-06 15:58:13achavezachavez@bcs.btlconsultants.com.mxachavezBEGIN:VCARD VERSION:3.0 UID:2022-03-3117:50:33.20c63a02-5a80-c49d-eb1e-22a844979b21.achavez@bcs.btlconsultants.com.mx N:achavez;;;; FN:achavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:achavez@bcs.btlconsultants.com.mx END:VCARD achavez achavez@bcs.btlconsultants.com.mx~K 3#W #qq2023-07-06 15:58:13jbustamantejbustamante@bcs.btlconsultants.com.mxjbustamanteBEGIN:VCARD VERSION:3.0 UID:2022-03-3117:49:55.439401eb-cc32-dbc9-64cc-ed37048e105e.jbustamante@bcs.btlconsultants.com.mx N:jbustamante;;;; FN:jbustamante EMAIL;TYPE=INTERNET;TYPE=INTERNET:jbustamante@bcs.btlconsultants.com.mx END:VCARD jbustamante jbustamante@bcs.btlconsultants.com.mx  = 9Cl` 3S ai2023-07-06 15:58:13ecastilloecastillo@tam.btlconsultants.com.mxecastilloBEGIN:VCARD VERSION:3.0 UID:2022-03-3118:12:32.53bd040c-59ec-ab67-35d5-406d65f7abaa.ecastillo@tam.btlconsultants.com.mx N:ecastillo;;;; FN:ecastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ecastillo@tam.btlconsultants.com.mx END:VCARD ecastillo ecastillo@tam.btlconsultants.com.mxZ_ 3O Qa2023-07-06 15:58:13dgarciadgarcia@chi.btlconsultants.com.mxdgarciaBEGIN:VCARD VERSION:3.0 UID:2022-03-3118:11:52.1709b6e2-78df-f018-ba31-6d805f04b09f.dgarcia@chi.btlconsultants.com.mx N:dgarcia;;;; FN:dgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:dgarcia@chi.btlconsultants.com.mx END:VCARD dgarcia dgarcia@chi.btlconsultants.com.mxH^ 3K AY2023-07-06 15:58:13jlarajlara@chi.btlconsultants.com.mxjlaraBEGIN:VCARD VERSION:3.0 UID:2022-03-3118:11:17.800c7cd3-291c-e370-93cf-a846cf3232ce.jlara@chi.btlconsultants.com.mx N:jlara;;;; FN:jlara EMAIL;TYPE=INTERNET;TYPE=INTERNET:jlara@chi.btlconsultants.com.mx END:VCARD jlara jlara@chi.btlconsultants.com.mxH] 3K AY2023-07-06 15:58:13rdiazrdiaz@chi.btlconsultants.com.mxrdiazBEGIN:VCARD VERSION:3.0 UID:2022-03-3118:10:43.977b92e5-55eb-34a5-d446-ce214c818d8a.rdiaz@chi.btlconsultants.com.mx N:rdiaz;;;; FN:rdiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:rdiaz@chi.btlconsultants.com.mx END:VCARD rdiaz rdiaz@chi.btlconsultants.com.mxa\ 3Q Ya2023-07-06 15:58:13mguevaramguevara@ags.btlconsultants.com.mxmguevaraBEGIN:VCARD VERSION:3.0 UID:2022-03-3118:10:16.312b2d82-a006-2151-3f1a-48c4a168db44.mguevara@ags.btlconsultants.com.mx N:mguevara;;;; FN:mguevara EMAIL;TYPE=INTERNET;TYPE=INTERNET:mguevara@ags.btlconsultants.com.mx END:VCARD mguvara mguvara@ags.btlconsultants.com.mx|[ 3!Y !qo2023-07-06 15:58:13rgutierrezrgutierrez@guerr.btlconsultants.com.mxrgutierrezBEGIN:VCARD VERSION:3.0 UID:2022-03-3118:09:19.db00d50b-fb96-187a-71d6-cfc0fbf74fca.rgutierrez@guerr.btlconsultants.com.mx N:rgutierrez;;;; FN:rgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rgutierrez@guerr.btlconsultants.com.mx END:VCARD rgutierrez rgutierrez@gurr.btlconsultants.com.mxaZ 3Q Ya2023-07-06 15:58:13pnarvaezpnarvaez@ags.btlconsultants.com.mxpnarvaezBEGIN:VCARD VERSION:3.0 UID:2022-03-3118:08:32.ecb68d36-ddda-015d-cadd-c037a006fb1e.pnarvaez@ags.btlconsultants.com.mx N:pnarvaez;;;; FN:pnarvaez EMAIL;TYPE=INTERNET;TYPE=INTERNET:pnarvaez@ags.btlconsultants.com.mx END:VCARD pnarvaz pnarvaz@ags.btlconsultants.com.mxYY 3O Q_2023-07-06 15:58:13lmontorlmontor@pue.btlconsultants.com.mxlmontorBEGIN:VCARD VERSION:3.0 UID:2022-03-3118:08:00.6a46ba3a-03c7-e295-4085-dcc8e9f8ea5b.lmontor@pue.btlconsultants.com.mx N:lmontor;;;; FN:lmontor EMAIL;TYPE=INTERNET;TYPE=INTERNET:lmontor@pue.btlconsultants.com.mx END:VCARD lmontor lmontor@pu.btlconsultants.com.mxYX 3O Q_2023-07-06 15:58:13aromeroaromero@pue.btlconsultants.com.mxaromeroBEGIN:VCARD VERSION:3.0 UID:2022-03-3118:07:23.800a3810-9046-f9b9-31ea-c6ad9638b3e3.aromero@pue.btlconsultants.com.mx N:aromero;;;; FN:aromero EMAIL;TYPE=INTERNET;TYPE=INTERNET:aromero@pue.btlconsultants.com.mx END:VCARD aromero aromero@pu.btlconsultants.com.mxHW 3K AY2023-07-06 15:58:13fcanofcano@chi.btlconsultants.com.mxfcanoBEGIN:VCARD VERSION:3.0 UID:2022-03-3117:59:31.2e4a17cb-08f4-6284-d0bd-47c64a5e7b4c.fcano@chi.btlconsultants.com.mx N:fcano;;;; FN:fcano EMAIL;TYPE=INTERNET;TYPE=INTERNET:fcano@chi.btlconsultants.com.mx END:VCARD fcano fcano@chi.btlconsultants.com.mxsV 3!U !ii2023-07-06 15:58:13arodriguezarodriguez@gto.btlconsultants.com.mxarodriguezBEGIN:VCARD VERSION:3.0 UID:2022-03-3117:58:50.bc29a02c-3f4f-10b0-6521-3e6ab432597a.arodriguez@gto.btlconsultants.com.mx N:arodriguez;;;; FN:arodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:arodriguez@gto.btlconsultants.com.mx END:VCARD arodriguz arodriguz@gto.btlconsultants.com.mx  F !SfQk 3M I]2023-07-06 15:58:14bperezbperez@vdm.btlconsultants.com.mxbperezBEGIN:VCARD VERSION:3.0 UID:2022-04-0119:20:57.dd1fb350-476e-898d-54a4-9b7a18a9e74b.bperez@vdm.btlconsultants.com.mx N:bperez;;;; FN:bperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:bperez@vdm.btlconsultants.com.mx END:VCARD bperez bperez@vdm.btlconsultants.com.mxsj 3!U !ii2023-07-06 15:58:14erodriguezerodriguez@vdm.btlconsultants.com.mxerodriguezBEGIN:VCARD VERSION:3.0 UID:2022-04-0119:20:23.6e532ceb-8967-c5d1-bfef-d7942075c518.erodriguez@vdm.btlconsultants.com.mx N:erodriguez;;;; FN:erodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:erodriguez@vdm.btlconsultants.com.mx END:VCARD erodriguz erodriguz@vdm.btlconsultants.com.mx~i 3#W #qq2023-07-06 15:58:13vsantillanavsantillana@slp.btlconsultants.com.mxvsantillanaBEGIN:VCARD VERSION:3.0 UID:2022-03-3118:20:31.37864b04-82e5-30d9-b21c-470d435a1c35.vsantillana@slp.btlconsultants.com.mx N:vsantillana;;;; FN:vsantillana EMAIL;TYPE=INTERNET;TYPE=INTERNET:vsantillana@slp.btlconsultants.com.mx END:VCARD vsantillana vsantillana@slp.btlconsultants.com.mxgh 3S ]g2023-07-06 15:58:13dmontieldmontiel@qroo.btlconsultants.com.mxdmontielBEGIN:VCARD VERSION:3.0 UID:2022-03-3118:19:23.d06e47f9-e278-21f5-a7a8-50ff9045e454.dmontiel@qroo.btlconsultants.com.mx N:dmontiel;;;; FN:dmontiel EMAIL;TYPE=INTERNET;TYPE=INTERNET:dmontiel@qroo.btlconsultants.com.mx END:VCARD dmontiel dmontiel@qroo.btlconsultants.com.mxug 3!U !im2023-07-06 15:58:13ahernandezahernandez@gdl.btlconsultants.com.mxahernandezBEGIN:VCARD VERSION:3.0 UID:2022-03-3118:18:52.64278048-a934-a5be-e508-7b88ea79aba1.ahernandez@gdl.btlconsultants.com.mx N:ahernandez;;;; FN:ahernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ahernandez@gdl.btlconsultants.com.mx END:VCARD ahernandez ahernandez@gdl.btlconsultants.com.mxQf 3M I]2023-07-06 15:58:13vperezvperez@gdl.btlconsultants.com.mxvperezBEGIN:VCARD VERSION:3.0 UID:2022-03-3118:18:13.d2f755cf-e0da-1ffe-f134-9f27b091d787.vperez@gdl.btlconsultants.com.mx N:vperez;;;; FN:vperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vperez@gdl.btlconsultants.com.mx END:VCARD vperez vperez@gdl.btlconsultants.com.mxse 3W ik2023-07-06 15:58:13atrinidadatrinidad@guerr.btlconsultants.com.mxatrinidadBEGIN:VCARD VERSION:3.0 UID:2022-03-3118:17:37.a13af54d-b1ad-17e8-5e45-814edbe4b5b5.atrinidad@guerr.btlconsultants.com.mx N:atrinidad;;;; FN:atrinidad EMAIL;TYPE=INTERNET;TYPE=INTERNET:atrinidad@guerr.btlconsultants.com.mx END:VCARD atrinidad atrinidad@gurr.btlconsultants.com.mxLd 3M E[2023-07-06 15:58:13nucannucan@qroo.btlconsultants.com.mxnucanBEGIN:VCARD VERSION:3.0 UID:2022-03-3118:16:57.4004ea48-e3a0-6466-ceb7-0800397bbf88.nucan@qroo.btlconsultants.com.mx N:nucan;;;; FN:nucan EMAIL;TYPE=INTERNET;TYPE=INTERNET:nucan@qroo.btlconsultants.com.mx END:VCARD nucan nucan@qroo.btlconsultants.com.mxZc 3O Qa2023-07-06 15:58:13cdeleoncdeleon@oax.btlconsultants.com.mxcdeleonBEGIN:VCARD VERSION:3.0 UID:2022-03-3118:14:54.5c8eab82-2e83-5d4e-9099-8f7e0042b132.cdeleon@oax.btlconsultants.com.mx N:cdeleon;;;; FN:cdeleon EMAIL;TYPE=INTERNET;TYPE=INTERNET:cdeleon@oax.btlconsultants.com.mx END:VCARD cdeleon cdeleon@oax.btlconsultants.com.mxab 3Q Ya2023-07-06 15:58:13jmaquedajmaqueda@chi.btlconsultants.com.mxjmaquedaBEGIN:VCARD VERSION:3.0 UID:2022-03-3118:13:53.44277435-f334-dbdb-6121-ad4419e898ce.jmaqueda@chi.btlconsultants.com.mx N:jmaqueda;;;; FN:jmaqueda EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmaqueda@chi.btlconsultants.com.mx END:VCARD jmaquda jmaquda@chi.btlconsultants.com.mxQa 3M I]2023-07-06 15:58:13psolispsolis@tam.btlconsultants.com.mxpsolisBEGIN:VCARD VERSION:3.0 UID:2022-03-3118:13:10.7c22d66b-3613-2672-46d4-190ca67157c9.psolis@tam.btlconsultants.com.mx N:psolis;;;; FN:psolis EMAIL;TYPE=INTERNET;TYPE=INTERNET:psolis@tam.btlconsultants.com.mx END:VCARD psolis psolis@tam.btlconsultants.com.mx  M Ce Mev 3S ]c2023-07-06 15:58:14evazquezevazquez@coah.btlconsultants.com.mxevazquezBEGIN:VCARD VERSION:3.0 UID:2022-04-0514:54:24.945674fa-30d0-f221-608a-f20f3159c117.evazquez@coah.btlconsultants.com.mx N:evazquez;;;; FN:evazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:evazquez@coah.btlconsultants.com.mx END:VCARD evazquz evazquz@coah.btlconsultants.com.mxZu 3O Qa2023-07-06 15:58:14imillerimiller@vdm.btlconsultants.com.mximillerBEGIN:VCARD VERSION:3.0 UID:2022-04-0514:53:35.ad3a00b5-a4ae-1b99-712f-87d223a0eb33.imiller@vdm.btlconsultants.com.mx N:imiller;;;; FN:imiller EMAIL;TYPE=INTERNET;TYPE=INTERNET:imiller@vdm.btlconsultants.com.mx END:VCARD imiller imiller@vdm.btlconsultants.com.mxZt 3O Qa2023-07-06 15:58:14epinedaepineda@chi.btlconsultants.com.mxepinedaBEGIN:VCARD VERSION:3.0 UID:2022-04-0514:52:48.fd0f55b7-f481-5fe9-b248-d94b1804867b.epineda@chi.btlconsultants.com.mx N:epineda;;;; FN:epineda EMAIL;TYPE=INTERNET;TYPE=INTERNET:epineda@chi.btlconsultants.com.mx END:VCARD epineda epineda@chi.btlconsultants.com.mxXs 3Q Q_2023-07-06 15:58:14esernaeserna@guerr.btlconsultants.com.mxesernaBEGIN:VCARD VERSION:3.0 UID:2022-04-0514:51:44.67df5aa4-5c79-df9f-8948-17be02aa716a.eserna@guerr.btlconsultants.com.mx N:eserna;;;; FN:eserna EMAIL;TYPE=INTERNET;TYPE=INTERNET:eserna@guerr.btlconsultants.com.mx END:VCARD eserna eserna@gurr.btlconsultants.com.mxsr 3!U !ii2023-07-06 15:58:14mdominguezmdominguez@ver.btlconsultants.com.mxmdominguezBEGIN:VCARD VERSION:3.0 UID:2022-04-0514:50:58.393093d3-17e9-cceb-8764-bd96ec78d0fc.mdominguez@ver.btlconsultants.com.mx N:mdominguez;;;; FN:mdominguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mdominguez@ver.btlconsultants.com.mx END:VCARD mdominguz mdominguz@ver.btlconsultants.com.mxcq 3Q Ye2023-07-06 15:58:14vbarajasvbarajas@gto.btlconsultants.com.mxvbarajasBEGIN:VCARD VERSION:3.0 UID:2022-04-0514:50:26.f17a7610-de1f-4d10-d378-63952c42a5da.vbarajas@gto.btlconsultants.com.mx N:vbarajas;;;; FN:vbarajas EMAIL;TYPE=INTERNET;TYPE=INTERNET:vbarajas@gto.btlconsultants.com.mx END:VCARD vbarajas vbarajas@gto.btlconsultants.com.mxQp 3M I]2023-07-06 15:58:14asalasasalas@zac.btlconsultants.com.mxasalasBEGIN:VCARD VERSION:3.0 UID:2022-04-0514:49:43.85205707-350a-0049-707f-c07412d971c2.asalas@zac.btlconsultants.com.mx N:asalas;;;; FN:asalas EMAIL;TYPE=INTERNET;TYPE=INTERNET:asalas@zac.btlconsultants.com.mx END:VCARD asalas asalas@zac.btlconsultants.com.mxco 3Q Ye2023-07-06 15:58:14cbotellocbotello@gto.btlconsultants.com.mxcbotelloBEGIN:VCARD VERSION:3.0 UID:2022-04-0514:48:14.5a38a24a-e3a7-0ee3-89a5-a68a47f5f272.cbotello@gto.btlconsultants.com.mx N:cbotello;;;; FN:cbotello EMAIL;TYPE=INTERNET;TYPE=INTERNET:cbotello@gto.btlconsultants.com.mx END:VCARD cbotello cbotello@gto.btlconsultants.com.mxJn 3G AY2023-07-06 15:58:14kfloreskflores@btlconsultants.com.mxkfloresBEGIN:VCARD VERSION:3.0 UID:2022-04-0416:56:40.ba5a8987-051d-6612-ac8b-77664945ce70.kflores@btlconsultants.com.mx N:kflores;;;; FN:kflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:kflores@btlconsultants.com.mx END:VCARD kflores kflores@btlconsultants.com.mxcm 3Q Ye2023-07-06 15:58:14mjgarciamjgarcia@vdm.btlconsultants.com.mxmjgarciaBEGIN:VCARD VERSION:3.0 UID:2022-04-0416:12:24.f8388308-ba58-eb6e-36c9-102b8d0bd710.mjgarcia@vdm.btlconsultants.com.mx N:mjgarcia;;;; FN:mjgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:mjgarcia@vdm.btlconsultants.com.mx END:VCARD mjgarcia mjgarcia@vdm.btlconsultants.com.mxHl 3K AY2023-07-06 15:58:14lruizlruiz@vdm.btlconsultants.com.mxlruizBEGIN:VCARD VERSION:3.0 UID:2022-04-0119:21:32.098294b5-2ba2-fe93-12bb-cea3bf2af17a.lruiz@vdm.btlconsultants.com.mx N:lruiz;;;; FN:lruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:lruiz@vdm.btlconsultants.com.mx END:VCARD lruiz lruiz@vdm.btlconsultants.com.mx  ; x =ol 3S ai2023-07-06 15:58:15mmartinezmmartinez@ver.btlconsultants.com.mxmmartinezBEGIN:VCARD VERSION:3.0 UID:2022-04-0617:44:39.e2e1210e-ee2d-d2a5-d782-45e35057ae1f.mmartinez@ver.btlconsultants.com.mx N:mmartinez;;;; FN:mmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmartinez@ver.btlconsultants.com.mx END:VCARD mmartinez mmartinez@ver.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:14lbastoslbastos@mer.btlconsultants.com.mxlbastosBEGIN:VCARD VERSION:3.0 UID:2022-04-0617:44:06.3a34b7ce-5615-c8c1-f553-601cc2d398c0.lbastos@mer.btlconsultants.com.mx N:lbastos;;;; FN:lbastos EMAIL;TYPE=INTERNET;TYPE=INTERNET:lbastos@mer.btlconsultants.com.mx END:VCARD lbastos lbastos@mer.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:14nmoralesnmorales@slp.btlconsultants.com.mxnmoralesBEGIN:VCARD VERSION:3.0 UID:2022-04-0617:43:38.723b96f5-925b-c384-df69-7158da9527cc.nmorales@slp.btlconsultants.com.mx N:nmorales;;;; FN:nmorales EMAIL;TYPE=INTERNET;TYPE=INTERNET:nmorales@slp.btlconsultants.com.mx END:VCARD nmorales nmorales@slp.btlconsultants.com.mxc~ 3Q Ye2023-07-06 15:58:14isantoyoisantoyo@mer.btlconsultants.com.mxisantoyoBEGIN:VCARD VERSION:3.0 UID:2022-04-0617:42:58.7d014dad-5a62-2805-6412-15681df02c33.isantoyo@mer.btlconsultants.com.mx N:isantoyo;;;; FN:isantoyo EMAIL;TYPE=INTERNET;TYPE=INTERNET:isantoyo@mer.btlconsultants.com.mx END:VCARD isantoyo isantoyo@mer.btlconsultants.com.mxa} 3Q Ya2023-07-06 15:58:14hnathaelhnathael@cam.btlconsultants.com.mxhnathaelBEGIN:VCARD VERSION:3.0 UID:2022-04-0617:42:22.b16d56eb-b27f-3fb9-dbe2-aba204239fcd.hnathael@cam.btlconsultants.com.mx N:hnathael;;;; FN:hnathael EMAIL;TYPE=INTERNET;TYPE=INTERNET:hnathael@cam.btlconsultants.com.mx END:VCARD hnathal hnathal@cam.btlconsultants.com.mxt| 3!U !ik2023-07-06 15:58:14jhmherrerajhmherrera@pue.btlconsultants.com.mxjhmherreraBEGIN:VCARD VERSION:3.0 UID:2022-04-0617:39:56.3db8eb57-26d4-9f70-6315-071bc6524c1a.jhmherrera@pue.btlconsultants.com.mx N:jhmherrera;;;; FN:jhmherrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:jhmherrera@pue.btlconsultants.com.mx END:VCARD jhmherrera jhmherrera@pu.btlconsultants.com.mxZ{ 3O Qa2023-07-06 15:58:14ljuarezljuarez@gto.btlconsultants.com.mxljuarezBEGIN:VCARD VERSION:3.0 UID:2022-04-0617:38:00.a2ac5fdc-66e5-29cd-53c0-06bc45b79d5b.ljuarez@gto.btlconsultants.com.mx N:ljuarez;;;; FN:ljuarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ljuarez@gto.btlconsultants.com.mx END:VCARD ljuarez ljuarez@gto.btlconsultants.com.mxZz 3O Qa2023-07-06 15:58:14lpintorlpintor@qro.btlconsultants.com.mxlpintorBEGIN:VCARD VERSION:3.0 UID:2022-04-0617:37:07.98b1625a-9ec5-f48b-6d47-c3b1eb7368df.lpintor@qro.btlconsultants.com.mx N:lpintor;;;; FN:lpintor EMAIL;TYPE=INTERNET;TYPE=INTERNET:lpintor@qro.btlconsultants.com.mx END:VCARD lpintor lpintor@qro.btlconsultants.com.mxay 3S Yc2023-07-06 15:58:14jmateosjmateos@guerr.btlconsultants.com.mxjmateosBEGIN:VCARD VERSION:3.0 UID:2022-04-0617:36:29.f928f259-84ab-0bbd-2890-8a636fc6f02c.jmateos@guerr.btlconsultants.com.mx N:jmateos;;;; FN:jmateos EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmateos@guerr.btlconsultants.com.mx END:VCARD jmateos jmateos@gurr.btlconsultants.com.mxcx 3Q Ye2023-07-06 15:58:14cvelascocvelasco@chi.btlconsultants.com.mxcvelascoBEGIN:VCARD VERSION:3.0 UID:2022-04-0617:35:48.6de1c11d-fe1a-51cb-47d7-8fb65b5c2aa9.cvelasco@chi.btlconsultants.com.mx N:cvelasco;;;; FN:cvelasco EMAIL;TYPE=INTERNET;TYPE=INTERNET:cvelasco@chi.btlconsultants.com.mx END:VCARD cvelasco cvelasco@chi.btlconsultants.com.mxZw 3O Qa2023-07-06 15:58:14y_ramosy_ramos@bcn.btlconsultants.com.mxy_ramosBEGIN:VCARD VERSION:3.0 UID:2022-04-0517:43:46.0fa43547-fca8-d9dc-083b-a798e53df41d.y_ramos@bcn.btlconsultants.com.mx N:y_ramos;;;; FN:y_ramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:y_ramos@bcn.btlconsultants.com.mx END:VCARD y_ramos y_ramos@bcn.btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX<  32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18~ 3~2023-07-06 15:58:18} 3}2023-07-06 15:58:18| 3|2023-07-06 15:58:18{ 3{2023-07-06 15:58:18z 3z2023-07-06 15:58:18y 3y2023-07-06 15:58:18x 3x2023-07-06 15:58:18w 3w2023-07-06 15:58:18v 3v2023-07-06 15:58:18u 3u2023-07-06 15:58:18t 3t2023-07-06 15:58:18s 3s2023-07-06 15:58:18r 3r2023-07-06 15:58:18q 3q2023-07-06 15:58:18p 3p2023-07-06 15:58:18o 3o2023-07-06 15:58:18n 3n2023-07-06 15:58:18m 3m2023-07-06 15:58:17l 3l2023-07-06 15:58:17k 3k2023-07-06 15:58:17j 3j2023-07-06 15:58:17i 3i2023-07-06 15:58:17h 3h2023-07-06 15:58:17g 3g2023-07-06 15:58:17f 3f2023-07-06 15:58:17e 3e2023-07-06 15:58:17d 3d2023-07-06 15:58:17c 3c2023-07-06 15:58:17b 3b2023-07-06 15:58:17a 3a2023-07-06 15:58:17` 3`2023-07-06 15:58:17_ 3_2023-07-06 15:58:17^ 3^2023-07-06 15:58:17] 3]2023-07-06 15:58:17\ 3\2023-07-06 15:58:17[ 3[2023-07-06 15:58:17Z 3Z2023-07-06 15:58:17Y 3Y2023-07-06 15:58:17X 3X2023-07-06 15:58:17W 3W2023-07-06 15:58:17V 3V2023-07-06 15:58:17U 3U2023-07-06 15:58:17T 3T2023-07-06 15:58:17S 3S2023-07-06 15:58:17R 3R2023-07-06 15:58:17Q 3Q2023-07-06 15:58:17P 3P2023-07-06 15:58:17O 3O2023-07-06 15:58:17N 3N2023-07-06 15:58:17M 3M2023-07-06 15:58:17L 3L2023-07-06 15:58:17K 3K2023-07-06 15:58:17J 3J2023-07-06 15:58:17I 3I2023-07-06 15:58:17H 3H2023-07-06 15:58:17G 3G2023-07-06 15:58:17F 3F2023-07-06 15:58:17E 3E2023-07-06 15:58:17D 3D2023-07-06 15:58:17C 3C2023-07-06 15:58:17B 3B2023-07-06 15:58:17A 3A2023-07-06 15:58:17@ 3@2023-07-06 15:58:17? 3?2023-07-06 15:58:17> 3>2023-07-06 15:58:17= 3=2023-07-06 15:58:17< 3<2023-07-06 15:58:17; 3;2023-07-06 15:58:17: 3:2023-07-06 15:58:179 392023-07-06 15:58:178 382023-07-06 15:58:177 372023-07-06 15:58:176 362023-07-06 15:58:165 352023-07-06 15:58:164 342023-07-06 15:58:163 332023-07-06 15:58:162 322023-07-06 15:58:161 312023-07-06 15:58:160 302023-07-06 15:58:16/ 3/2023-07-06 15:58:16. 3.2023-07-06 15:58:16- 3-2023-07-06 15:58:16, 3,2023-07-06 15:58:16+ 3+2023-07-06 15:58:16* 3*2023-07-06 15:58:16) 3)2023-07-06 15:58:16( 3(2023-07-06 15:58:16' 3'2023-07-06 15:58:16& 3&2023-07-06 15:58:16% 3%2023-07-06 15:58:16$ 3$2023-07-06 15:58:16# 3#2023-07-06 15:58:16" 3"2023-07-06 15:58:16! 3!2023-07-06 15:58:16  3 2023-07-06 15:58:16 32023-07-06 15:58:16 32023-07-06 15:58:16 32023-07-06 15:58:16 32023-07-06 15:58:16 32023-07-06 15:58:16 32023-07-06 15:58:16 32023-07-06 15:58:16 32023-07-06 15:58:16 32023-07-06 15:58:16 32023-07-06 15:58:16 32023-07-06 15:58:16 32023-07-06 15:58:16 32023-07-06 15:58:16 32023-07-06 15:58:16 32023-07-06 15:58:16 32023-07-06 15:58:16 32023-07-06 15:58:16 32023-07-06 15:58:16  3 2023-07-06 15:58:16  3 2023-07-06 15:58:16  3 2023-07-06 15:58:16  3 2023-07-06 15:58:16  3 2023-07-06 15:58:16 32023-07-06 15:58:16 32023-07-06 15:58:15 32023-07-06 15:58:15 32023-07-06 15:58:15 32023-07-06 15:58:15 32023-07-06 15:58:15 32023-07-06 15:58:15 32023-07-06 15:58:15  4 by6hZ 3O Qa2023-07-06 15:58:16f_solisf_solis@bcn.btlconsultants.com.mxf_solisBEGIN:VCARD VERSION:3.0 UID:2022-04-0814:56:21.1cb88648-98f0-2ea0-963f-9a83e9ab5f04.f_solis@bcn.btlconsultants.com.mx N:f_solis;;;; FN:f_solis EMAIL;TYPE=INTERNET;TYPE=INTERNET:f_solis@bcn.btlconsultants.com.mx END:VCARD f_solis f_solis@bcn.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:16ypachecoypacheco@gto.btlconsultants.com.mxypachecoBEGIN:VCARD VERSION:3.0 UID:2022-04-0716:02:53.8970e304-b838-63a3-394b-14c6ff7063ee.ypacheco@gto.btlconsultants.com.mx N:ypacheco;;;; FN:ypacheco EMAIL;TYPE=INTERNET;TYPE=INTERNET:ypacheco@gto.btlconsultants.com.mx END:VCARD ypacheco ypacheco@gto.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:16asanchezasanchez@chi.btlconsultants.com.mxasanchezBEGIN:VCARD VERSION:3.0 UID:2022-04-0716:02:12.b43a7a0c-1c47-567e-4d1a-63365ee553a8.asanchez@chi.btlconsultants.com.mx N:asanchez;;;; FN:asanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:asanchez@chi.btlconsultants.com.mx END:VCARD asanchez asanchez@chi.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:16mfonsecamfonseca@vdm.btlconsultants.com.mxmfonsecaBEGIN:VCARD VERSION:3.0 UID:2022-04-0716:01:13.390b56b4-2dcb-b0ab-769c-77265788a050.mfonseca@vdm.btlconsultants.com.mx N:mfonseca;;;; FN:mfonseca EMAIL;TYPE=INTERNET;TYPE=INTERNET:mfonseca@vdm.btlconsultants.com.mx END:VCARD mfonseca mfonseca@vdm.btlconsultants.com.mx? 3I 9U2023-07-06 15:58:16jtutjtut@mer.btlconsultants.com.mxjtutBEGIN:VCARD VERSION:3.0 UID:2022-04-0716:00:34.02c00378-ebf0-df1b-a6f3-335dc3807dde.jtut@mer.btlconsultants.com.mx N:jtut;;;; FN:jtut EMAIL;TYPE=INTERNET;TYPE=INTERNET:jtut@mer.btlconsultants.com.mx END:VCARD jtut jtut@mer.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:15ogutierrezogutierrez@mty.btlconsultants.com.mxogutierrezBEGIN:VCARD VERSION:3.0 UID:2022-04-0715:55:42.c6a42b0f-6517-f43f-7b52-4184b91665d7.ogutierrez@mty.btlconsultants.com.mx N:ogutierrez;;;; FN:ogutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ogutierrez@mty.btlconsultants.com.mx END:VCARD ogutierrez ogutierrez@mty.btlconsultants.com.mxl 3S ai2023-07-06 15:58:15xgonzalezxgonzalez@tab.btlconsultants.com.mxxgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-04-0715:55:01.67362051-366c-d477-1d8e-75dbf7c1cc77.xgonzalez@tab.btlconsultants.com.mx N:xgonzalez;;;; FN:xgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:xgonzalez@tab.btlconsultants.com.mx END:VCARD xgonzalez xgonzalez@tab.btlconsultants.com.mxp 3U ek2023-07-06 15:58:15ocarrilloocarrillo@qroo.btlconsultants.com.mxocarrilloBEGIN:VCARD VERSION:3.0 UID:2022-04-0715:54:30.57f9e89c-3cb6-8307-a717-d142f0e0348e.ocarrillo@qroo.btlconsultants.com.mx N:ocarrillo;;;; FN:ocarrillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ocarrillo@qroo.btlconsultants.com.mx END:VCARD ocarrillo ocarrillo@qroo.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:15lmendezlmendez@slp.btlconsultants.com.mxlmendezBEGIN:VCARD VERSION:3.0 UID:2022-04-0715:38:19.46262008-6261-4d73-0edd-09304bbb38cc.lmendez@slp.btlconsultants.com.mx N:lmendez;;;; FN:lmendez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lmendez@slp.btlconsultants.com.mx END:VCARD lmendez lmendez@slp.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:15csanchezcsanchez@vdm.btlconsultants.com.mxcsanchezBEGIN:VCARD VERSION:3.0 UID:2022-04-0617:45:46.ae4c5879-a3c7-10c2-79d7-a035a553bf45.csanchez@vdm.btlconsultants.com.mx N:csanchez;;;; FN:csanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:csanchez@vdm.btlconsultants.com.mx END:VCARD csanchez csanchez@vdm.btlconsultants.com.mxa 3S Yc2023-07-06 15:58:15dsierradsierra@guerr.btlconsultants.com.mxdsierraBEGIN:VCARD VERSION:3.0 UID:2022-04-0617:45:11.1538be49-8b49-3383-924c-93b467af5f33.dsierra@guerr.btlconsultants.com.mx N:dsierra;;;; FN:dsierra EMAIL;TYPE=INTERNET;TYPE=INTERNET:dsierra@guerr.btlconsultants.com.mx END:VCARD dsierra dsierra@gurr.btlconsultants.com.mx  + x pVc 3Q Ye2023-07-06 15:58:16jparedesjparedes@zac.btlconsultants.com.mxjparedesBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:42:20.7bcc7e7a-3cc7-ced8-8341-66ab6a250b10.jparedes@zac.btlconsultants.com.mx N:jparedes;;;; FN:jparedes EMAIL;TYPE=INTERNET;TYPE=INTERNET:jparedes@zac.btlconsultants.com.mx END:VCARD jparedes jparedes@zac.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:16l.ruizl.ruiz@vdm.btlconsultants.com.mxl.ruizBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:41:35.f400eac4-feae-ce7e-5b9b-588ddc48ab24.l.ruiz@vdm.btlconsultants.com.mx N:l.ruiz;;;; FN:l.ruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:l.ruiz@vdm.btlconsultants.com.mx END:VCARD l.ruiz l.ruiz@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:58:16amartinezamartinez@gto.btlconsultants.com.mxamartinezBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:40:53.a8efa531-717a-65af-9754-8b86bdd488c7.amartinez@gto.btlconsultants.com.mx N:amartinez;;;; FN:amartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:amartinez@gto.btlconsultants.com.mx END:VCARD amartinez amartinez@gto.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:16hromanhroman@vdm.btlconsultants.com.mxhromanBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:40:23.e4e24919-d035-778f-620d-eed667d0cad6.hroman@vdm.btlconsultants.com.mx N:hroman;;;; FN:hroman EMAIL;TYPE=INTERNET;TYPE=INTERNET:hroman@vdm.btlconsultants.com.mx END:VCARD hroman hroman@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:16ejassoejasso@vdm.btlconsultants.com.mxejassoBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:39:47.01d28b9d-1605-1def-2c01-18db441cf79a.ejasso@vdm.btlconsultants.com.mx N:ejasso;;;; FN:ejasso EMAIL;TYPE=INTERNET;TYPE=INTERNET:ejasso@vdm.btlconsultants.com.mx END:VCARD ejasso ejasso@vdm.btlconsultants.com.mx 3'] '{2023-07-06 15:58:16m.echazarretem.echazarrete@mich.btlconsultants.com.mxm.echazarreteBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:36:37.314558fc-d044-358f-074b-2bf667de7d85.m.echazarrete@mich.btlconsultants.com.mx N:m.echazarrete;;;; FN:m.echazarrete EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.echazarrete@mich.btlconsultants.com.mx END:VCARD m.echazarrete m.echazarrete@mich.btlconsultants.com.mxl 3S ai2023-07-06 15:58:16a.sancheza.sanchez@vdm.btlconsultants.com.mxa.sanchezBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:34:05.5380a071-8ce2-dfdc-0834-126ae0724dfb.a.sanchez@vdm.btlconsultants.com.mx N:a.sanchez;;;; FN:a.sanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.sanchez@vdm.btlconsultants.com.mx END:VCARD a.sanchez a.sanchez@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:16sperezsperez@tam.btlconsultants.com.mxsperezBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:33:17.44bcbece-95a6-8af9-5b04-e88357474140.sperez@tam.btlconsultants.com.mx N:sperez;;;; FN:sperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:sperez@tam.btlconsultants.com.mx END:VCARD sperez sperez@tam.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:16jgarciajgarcia@tam.btlconsultants.com.mxjgarciaBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:32:07.d2e66b62-efd0-b4fe-7664-bdc531ce6c99.jgarcia@tam.btlconsultants.com.mx N:jgarcia;;;; FN:jgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgarcia@tam.btlconsultants.com.mx END:VCARD jgarcia jgarcia@tam.btlconsultants.com.mxs 3!U !ii2023-07-06 15:58:16crodriguezcrodriguez@vdm.btlconsultants.com.mxcrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-04-0818:58:43.f86081af-7b7d-1e43-74fd-96588cc9fb91.crodriguez@vdm.btlconsultants.com.mx N:crodriguez;;;; FN:crodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:crodriguez@vdm.btlconsultants.com.mx END:VCARD crodriguz crodriguz@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:16vfloresvflores@vdm.btlconsultants.com.mxvfloresBEGIN:VCARD VERSION:3.0 UID:2022-04-0818:58:06.2a72d911-c85f-09dc-c23e-fb186547b017.vflores@vdm.btlconsultants.com.mx N:vflores;;;; FN:vflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:vflores@vdm.btlconsultants.com.mx END:VCARD vflores vflores@vdm.btlconsultants.com.mx  e >/t" 3!U !ik2023-07-06 15:58:16jberistainjberistain@pue.btlconsultants.com.mxjberistainBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:56:17.da46c1db-e11f-3c35-41c9-bc4a5d0f0535.jberistain@pue.btlconsultants.com.mx N:jberistain;;;; FN:jberistain EMAIL;TYPE=INTERNET;TYPE=INTERNET:jberistain@pue.btlconsultants.com.mx END:VCARD jberistain jberistain@pu.btlconsultants.com.mxY! 3O Q_2023-07-06 15:58:16mfloresmflores@pue.btlconsultants.com.mxmfloresBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:55:42.27b998a4-efe6-a859-69d8-6e79ed461cbe.mflores@pue.btlconsultants.com.mx N:mflores;;;; FN:mflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:mflores@pue.btlconsultants.com.mx END:VCARD mflores mflores@pu.btlconsultants.com.mxP 3M I[2023-07-06 15:58:16lreyeslreyes@pue.btlconsultants.com.mxlreyesBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:54:55.88f8ff93-bff2-ca5b-9871-7d1bf2dfcd6d.lreyes@pue.btlconsultants.com.mx N:lreyes;;;; FN:lreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:lreyes@pue.btlconsultants.com.mx END:VCARD lreyes lreyes@pu.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:16r.boysor.boyso@qro.btlconsultants.com.mxr.boysoBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:47:33.1fc074f5-6fad-8187-ab5e-323d6f503465.r.boyso@qro.btlconsultants.com.mx N:r.boyso;;;; FN:r.boyso EMAIL;TYPE=INTERNET;TYPE=INTERNET:r.boyso@qro.btlconsultants.com.mx END:VCARD r.boyso r.boyso@qro.btlconsultants.com.mxa 3S Yc2023-07-06 15:58:16l.salasl.salas@guerr.btlconsultants.com.mxl.salasBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:46:41.3a915a86-74a2-b48f-9997-5ead65e60ae5.l.salas@guerr.btlconsultants.com.mx N:l.salas;;;; FN:l.salas EMAIL;TYPE=INTERNET;TYPE=INTERNET:l.salas@guerr.btlconsultants.com.mx END:VCARD l.salas l.salas@gurr.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:16jtopetejtopete@gdl.btlconsultants.com.mxjtopeteBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:45:54.8385a437-6ac3-489d-81a5-c8fd323612d0.jtopete@gdl.btlconsultants.com.mx N:jtopete;;;; FN:jtopete EMAIL;TYPE=INTERNET;TYPE=INTERNET:jtopete@gdl.btlconsultants.com.mx END:VCARD jtopete jtopete@gdl.btlconsultants.com.mx` 3Q Y_2023-07-06 15:58:16aescobaraescobar@pue.btlconsultants.com.mxaescobarBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:45:26.3c449926-2080-5c84-52f7-e89647632e11.aescobar@pue.btlconsultants.com.mx N:aescobar;;;; FN:aescobar EMAIL;TYPE=INTERNET;TYPE=INTERNET:aescobar@pue.btlconsultants.com.mx END:VCARD ascobar ascobar@pu.btlconsultants.com.mxP 3M I[2023-07-06 15:58:16jperezjperez@pue.btlconsultants.com.mxjperezBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:44:55.39cbaa0a-1492-39ef-454d-a2479a223569.jperez@pue.btlconsultants.com.mx N:jperez;;;; FN:jperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jperez@pue.btlconsultants.com.mx END:VCARD jperez jperez@pu.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:16nsancheznsanchez@gdl.btlconsultants.com.mxnsanchezBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:44:25.a06aa8bb-03c8-906e-ff9e-86c005440d2d.nsanchez@gdl.btlconsultants.com.mx N:nsanchez;;;; FN:nsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:nsanchez@gdl.btlconsultants.com.mx END:VCARD nsanchez nsanchez@gdl.btlconsultants.com.mxl 3S ai2023-07-06 15:58:16cgonzalezcgonzalez@hgo.btlconsultants.com.mxcgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:43:49.1f70f7bb-a3a7-973e-b077-c748ae0e3e27.cgonzalez@hgo.btlconsultants.com.mx N:cgonzalez;;;; FN:cgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cgonzalez@hgo.btlconsultants.com.mx END:VCARD cgonzalez cgonzalez@hgo.btlconsultants.com.mxl 3S ai2023-07-06 15:58:16eespinosaeespinosa@vdm.btlconsultants.com.mxeespinosaBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:42:58.60e96ae2-e1f3-8de4-e6e2-6ccf22773312.eespinosa@vdm.btlconsultants.com.mx N:eespinosa;;;; FN:eespinosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:eespinosa@vdm.btlconsultants.com.mx END:VCARD eespinosa eespinosa@vdm.btlconsultants.com.mx  < p $VvQ- 3M I]2023-07-06 15:58:16kmatuskmatus@hgo.btlconsultants.com.mxkmatusBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:02:18.722c53ac-75d3-7719-6d1f-5d9f4fccb266.kmatus@hgo.btlconsultants.com.mx N:kmatus;;;; FN:kmatus EMAIL;TYPE=INTERNET;TYPE=INTERNET:kmatus@hgo.btlconsultants.com.mx END:VCARD kmatus kmatus@hgo.btlconsultants.com.mx}, 3#W #qo2023-07-06 15:58:16mdjmartinezmdjmartinez@pue.btlconsultants.com.mxmdjmartinezBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:01:42.af7e2b92-48c8-00b9-efe5-5fa8765ce2ba.mdjmartinez@pue.btlconsultants.com.mx N:mdjmartinez;;;; FN:mdjmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mdjmartinez@pue.btlconsultants.com.mx END:VCARD mdjmartinez mdjmartinez@pu.btlconsultants.com.mx~+ 3#W #qq2023-07-06 15:58:16h.alejandroh.alejandro@bcn.btlconsultants.com.mxh.alejandroBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:01:04.e7d269ac-f379-fbbe-d9ea-1b31f5afd394.h.alejandro@bcn.btlconsultants.com.mx N:h.alejandro;;;; FN:h.alejandro EMAIL;TYPE=INTERNET;TYPE=INTERNET:h.alejandro@bcn.btlconsultants.com.mx END:VCARD h.alejandro h.alejandro@bcn.btlconsultants.com.mxZ* 3O Qa2023-07-06 15:58:16cmaciascmacias@ags.btlconsultants.com.mxcmaciasBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:00:28.47587a43-67c6-f21b-7f4d-871623e1b03d.cmacias@ags.btlconsultants.com.mx N:cmacias;;;; FN:cmacias EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmacias@ags.btlconsultants.com.mx END:VCARD cmacias cmacias@ags.btlconsultants.com.mxl) 3S ai2023-07-06 15:58:16acastilloacastillo@tam.btlconsultants.com.mxacastilloBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:00:00.e36ea587-56e4-462f-9f2d-7c2de4da9d14.acastillo@tam.btlconsultants.com.mx N:acastillo;;;; FN:acastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:acastillo@tam.btlconsultants.com.mx END:VCARD acastillo acastillo@tam.btlconsultants.com.mxZ( 3O Qa2023-07-06 15:58:16pmorenopmoreno@gto.btlconsultants.com.mxpmorenoBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:59:28.8bc71a77-2833-7d8c-c16d-914743138b50.pmoreno@gto.btlconsultants.com.mx N:pmoreno;;;; FN:pmoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:pmoreno@gto.btlconsultants.com.mx END:VCARD pmoreno pmoreno@gto.btlconsultants.com.mxH' 3K AY2023-07-06 15:58:16ediazediaz@son.btlconsultants.com.mxediazBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:59:04.98b0489d-75d6-9b5a-945d-e17b4d29fedf.ediaz@son.btlconsultants.com.mx N:ediaz;;;; FN:ediaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:ediaz@son.btlconsultants.com.mx END:VCARD ediaz ediaz@son.btlconsultants.com.mxc& 3Q Ye2023-07-06 15:58:16iperaltaiperalta@mor.btlconsultants.com.mxiperaltaBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:58:34.bf8fc9c7-3d86-25a8-4925-6a412b91ea6c.iperalta@mor.btlconsultants.com.mx N:iperalta;;;; FN:iperalta EMAIL;TYPE=INTERNET;TYPE=INTERNET:iperalta@mor.btlconsultants.com.mx END:VCARD iperalta iperalta@mor.btlconsultants.com.mxa% 3Q Ya2023-07-06 15:58:16imarquezimarquez@chi.btlconsultants.com.mximarquezBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:58:07.e6626e1f-0d71-e8fe-9474-61d2a846c16c.imarquez@chi.btlconsultants.com.mx N:imarquez;;;; FN:imarquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:imarquez@chi.btlconsultants.com.mx END:VCARD imarquz imarquz@chi.btlconsultants.com.mxl$ 3S ai2023-07-06 15:58:16imartinezimartinez@mor.btlconsultants.com.mximartinezBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:57:19.d34d55f5-2bf7-d625-ff08-2462cd0aeb6c.imartinez@mor.btlconsultants.com.mx N:imartinez;;;; FN:imartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:imartinez@mor.btlconsultants.com.mx END:VCARD imartinez imartinez@mor.btlconsultants.com.mxP# 3M I[2023-07-06 15:58:16eperezeperez@pue.btlconsultants.com.mxeperezBEGIN:VCARD VERSION:3.0 UID:2022-04-1122:56:47.3bd783e5-a455-6915-0662-a77b3ff0e390.eperez@pue.btlconsultants.com.mx N:eperez;;;; FN:eperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:eperez@pue.btlconsultants.com.mx END:VCARD eperez eperez@pu.btlconsultants.com.mx  M m JKZ8 3O Qa2023-07-06 15:58:17jpliegojpliego@tam.btlconsultants.com.mxjpliegoBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:10:31.4ae4d8d3-5f2a-0b99-eb53-585df01c1329.jpliego@tam.btlconsultants.com.mx N:jpliego;;;; FN:jpliego EMAIL;TYPE=INTERNET;TYPE=INTERNET:jpliego@tam.btlconsultants.com.mx END:VCARD jpliego jpliego@tam.btlconsultants.com.mxZ7 3O Qa2023-07-06 15:58:17ydavilaydavila@chi.btlconsultants.com.mxydavilaBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:10:02.1ee7a6fb-e1f6-38c7-cfa5-7dd4833af241.ydavila@chi.btlconsultants.com.mx N:ydavila;;;; FN:ydavila EMAIL;TYPE=INTERNET;TYPE=INTERNET:ydavila@chi.btlconsultants.com.mx END:VCARD ydavila ydavila@chi.btlconsultants.com.mxu6 3!U !im2023-07-06 15:58:16eacastilloeacastillo@mty.btlconsultants.com.mxeacastilloBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:09:29.aac38df6-f5ab-b0f8-2d99-7da505bf366f.eacastillo@mty.btlconsultants.com.mx N:eacastillo;;;; FN:eacastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:eacastillo@mty.btlconsultants.com.mx END:VCARD eacastillo eacastillo@mty.btlconsultants.com.mx5 3#Y #us2023-07-06 15:58:16evillalobosevillalobos@coah.btlconsultants.com.mxevillalobosBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:08:44.49f3e9f3-690f-9e8d-58d4-30a4dc873fcc.evillalobos@coah.btlconsultants.com.mx N:evillalobos;;;; FN:evillalobos EMAIL;TYPE=INTERNET;TYPE=INTERNET:evillalobos@coah.btlconsultants.com.mx END:VCARD evillalobos evillalobos@coah.btlconsultants.com.mxZ4 3O Qa2023-07-06 15:58:16lcatzinlcatzin@mer.btlconsultants.com.mxlcatzinBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:08:00.63e9d783-6c02-a636-9261-fc360bc12c7c.lcatzin@mer.btlconsultants.com.mx N:lcatzin;;;; FN:lcatzin EMAIL;TYPE=INTERNET;TYPE=INTERNET:lcatzin@mer.btlconsultants.com.mx END:VCARD lcatzin lcatzin@mer.btlconsultants.com.mxZ3 3O Qa2023-07-06 15:58:16kposadakposada@chi.btlconsultants.com.mxkposadaBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:05:40.4b8a610b-d3c4-e359-890e-091bad2f1b6c.kposada@chi.btlconsultants.com.mx N:kposada;;;; FN:kposada EMAIL;TYPE=INTERNET;TYPE=INTERNET:kposada@chi.btlconsultants.com.mx END:VCARD kposada kposada@chi.btlconsultants.com.mxc2 3Q Ye2023-07-06 15:58:16ymendozaymendoza@tab.btlconsultants.com.mxymendozaBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:05:09.460d5e8a-424f-0fb5-56d4-345d715da93d.ymendoza@tab.btlconsultants.com.mx N:ymendoza;;;; FN:ymendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:ymendoza@tab.btlconsultants.com.mx END:VCARD ymendoza ymendoza@tab.btlconsultants.com.mxl1 3S ai2023-07-06 15:58:16egonzalezegonzalez@tam.btlconsultants.com.mxegonzalezBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:04:40.b0bb2bfa-da98-1b37-4a5e-80c17ce8e529.egonzalez@tam.btlconsultants.com.mx N:egonzalez;;;; FN:egonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:egonzalez@tam.btlconsultants.com.mx END:VCARD egonzalez egonzalez@tam.btlconsultants.com.mxl0 3S ai2023-07-06 15:58:16magodinezmagodinez@qro.btlconsultants.com.mxmagodinezBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:04:16.8515a5c6-f0b3-330c-596e-14dafdb4011b.magodinez@qro.btlconsultants.com.mx N:magodinez;;;; FN:magodinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:magodinez@qro.btlconsultants.com.mx END:VCARD magodinez magodinez@qro.btlconsultants.com.mxZ/ 3O Qa2023-07-06 15:58:16gzarategzarate@oax.btlconsultants.com.mxgzarateBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:03:29.15b568c7-7e5d-ed84-dd0e-bbfd0b19a9b3.gzarate@oax.btlconsultants.com.mx N:gzarate;;;; FN:gzarate EMAIL;TYPE=INTERNET;TYPE=INTERNET:gzarate@oax.btlconsultants.com.mx END:VCARD gzarate gzarate@oax.btlconsultants.com.mxQ. 3M I]2023-07-06 15:58:16kmarinkmarin@bcs.btlconsultants.com.mxkmarinBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:02:57.175f4e58-a3b4-b432-3268-745ce0b9b0a8.kmarin@bcs.btlconsultants.com.mx N:kmarin;;;; FN:kmarin EMAIL;TYPE=INTERNET;TYPE=INTERNET:kmarin@bcs.btlconsultants.com.mx END:VCARD kmarin kmarin@bcs.btlconsultants.com.mx t ) 8s 8t@B 35a 5) 2023-07-06 15:58:17consultatuasistenciaconsultatuasistencia@btlconsultants.com.mxconsultatuasistenciaBEGIN:VCARD VERSION:3.0 UID:2022-04-1222:17:17.d3e137c0-e125-f0ef-416c-29afb0d7e8a3.consultatuasistencia@btlconsultants.com.mx N:consultatuasistencia;;;; FN:consultatuasistencia EMAIL;TYPE=INTERNET;TYPE=INTERNET:consultatuasistencia@btlconsultants.com.mx END:VCARD consultatuasistencia consultatuasistencia@btlconsultants.com.mxpA 3U ek2023-07-06 15:58:17fcisnerosfcisneros@coah.btlconsultants.com.mxfcisnerosBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:17:57.5dfd2062-0266-ed28-db7a-63148f9302e7.fcisneros@coah.btlconsultants.com.mx N:fcisneros;;;; FN:fcisneros EMAIL;TYPE=INTERNET;TYPE=INTERNET:fcisneros@coah.btlconsultants.com.mx END:VCARD fcisneros fcisneros@coah.btlconsultants.com.mxZ@ 3O Qa2023-07-06 15:58:17pzunigapzuniga@sin.btlconsultants.com.mxpzunigaBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:17:27.b5a32d13-b065-bdeb-96ff-ab50ccb60521.pzuniga@sin.btlconsultants.com.mx N:pzuniga;;;; FN:pzuniga EMAIL;TYPE=INTERNET;TYPE=INTERNET:pzuniga@sin.btlconsultants.com.mx END:VCARD pzuniga pzuniga@sin.btlconsultants.com.mxe? 3S ]c2023-07-06 15:58:17jvazquezjvazquez@mich.btlconsultants.com.mxjvazquezBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:16:59.8b110bd6-879c-eea3-c118-8aace18a2a5e.jvazquez@mich.btlconsultants.com.mx N:jvazquez;;;; FN:jvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvazquez@mich.btlconsultants.com.mx END:VCARD jvazquz jvazquz@mich.btlconsultants.com.mxl> 3S ai2023-07-06 15:58:17b.sanchezb.sanchez@bcn.btlconsultants.com.mxb.sanchezBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:16:29.ebdb3c8d-007e-870f-c3be-f071cbede29a.b.sanchez@bcn.btlconsultants.com.mx N:b.sanchez;;;; FN:b.sanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:b.sanchez@bcn.btlconsultants.com.mx END:VCARD b.sanchez b.sanchez@bcn.btlconsultants.com.mxQ= 3M I]2023-07-06 15:58:17aperezaperez@gdl.btlconsultants.com.mxaperezBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:15:48.2a09c24b-9d53-86ba-6a46-ef15d4af5977.aperez@gdl.btlconsultants.com.mx N:aperez;;;; FN:aperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:aperez@gdl.btlconsultants.com.mx END:VCARD aperez aperez@gdl.btlconsultants.com.mxg< 3S ]g2023-07-06 15:58:17jramirezjramirez@mich.btlconsultants.com.mxjramirezBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:14:13.24d30abc-1d40-1445-168d-c8f22fda5654.jramirez@mich.btlconsultants.com.mx N:jramirez;;;; FN:jramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jramirez@mich.btlconsultants.com.mx END:VCARD jramirez jramirez@mich.btlconsultants.com.mx; 3#Y #us2023-07-06 15:58:17jfhernandezjfhernandez@coah.btlconsultants.com.mxjfhernandezBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:13:42.7c983fef-1635-e1f2-5b15-72a37f6f98be.jfhernandez@coah.btlconsultants.com.mx N:jfhernandez;;;; FN:jfhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jfhernandez@coah.btlconsultants.com.mx END:VCARD jfhernandez jfhernandez@coah.btlconsultants.com.mxc: 3Q Ye2023-07-06 15:58:17jsanchezjsanchez@col.btlconsultants.com.mxjsanchezBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:12:52.51169bbe-2a7d-4932-765a-3f0d697de1a4.jsanchez@col.btlconsultants.com.mx N:jsanchez;;;; FN:jsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsanchez@col.btlconsultants.com.mx END:VCARD jsanchez jsanchez@col.btlconsultants.com.mxl9 3S ai2023-07-06 15:58:17adelarosaadelarosa@dgo.btlconsultants.com.mxadelarosaBEGIN:VCARD VERSION:3.0 UID:2022-04-1123:12:24.05554f0f-a4a5-1c64-0661-7a2d1a1c34c8.adelarosa@dgo.btlconsultants.com.mx N:adelarosa;;;; FN:adelarosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:adelarosa@dgo.btlconsultants.com.mx END:VCARD adelarosa adelarosa@dgo.btlconsultants.com.mx  2 d 9HM 3K AY2023-07-06 15:58:17jvegajvega@gto.btlconsultants.com.mxjvegaBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:52:42.43744086-9a41-1e5f-3184-b72f62e6f295.jvega@gto.btlconsultants.com.mx N:jvega;;;; FN:jvega EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvega@gto.btlconsultants.com.mx END:VCARD jvega jvega@gto.btlconsultants.com.mxuL 3!U !im2023-07-06 15:58:17l.martinezl.martinez@vdm.btlconsultants.com.mxl.martinezBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:52:07.8cc4a7c2-786c-66cd-453a-592998674a1c.l.martinez@vdm.btlconsultants.com.mx N:l.martinez;;;; FN:l.martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:l.martinez@vdm.btlconsultants.com.mx END:VCARD l.martinez l.martinez@vdm.btlconsultants.com.mxZK 3O Qa2023-07-06 15:58:17squirozsquiroz@vdm.btlconsultants.com.mxsquirozBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:48:29.bf77f479-ce7e-d2ee-6d1f-4be01c642b0e.squiroz@vdm.btlconsultants.com.mx N:squiroz;;;; FN:squiroz EMAIL;TYPE=INTERNET;TYPE=INTERNET:squiroz@vdm.btlconsultants.com.mx END:VCARD squiroz squiroz@vdm.btlconsultants.com.mxHJ 3K AY2023-07-06 15:58:17fruizfruiz@oax.btlconsultants.com.mxfruizBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:47:59.8df97834-138d-4c51-f493-06cf3e755132.fruiz@oax.btlconsultants.com.mx N:fruiz;;;; FN:fruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:fruiz@oax.btlconsultants.com.mx END:VCARD fruiz fruiz@oax.btlconsultants.com.mxZI 3O Qa2023-07-06 15:58:17ifloresiflores@vdm.btlconsultants.com.mxifloresBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:47:31.2dd75cf6-295c-0d3f-1d83-efda9abcd803.iflores@vdm.btlconsultants.com.mx N:iflores;;;; FN:iflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:iflores@vdm.btlconsultants.com.mx END:VCARD iflores iflores@vdm.btlconsultants.com.mxkH 3S ag2023-07-06 15:58:17colivarescolivares@pue.btlconsultants.com.mxcolivaresBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:40:39.e23be1aa-0b93-d037-26ec-4e6417400ce8.colivares@pue.btlconsultants.com.mx N:colivares;;;; FN:colivares EMAIL;TYPE=INTERNET;TYPE=INTERNET:colivares@pue.btlconsultants.com.mx END:VCARD colivares colivares@pu.btlconsultants.com.mxZG 3O Qa2023-07-06 15:58:17afloresaflores@mty.btlconsultants.com.mxafloresBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:40:09.a9be6e4a-e22f-4313-5fe5-c6520c9323dc.aflores@mty.btlconsultants.com.mx N:aflores;;;; FN:aflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:aflores@mty.btlconsultants.com.mx END:VCARD aflores aflores@mty.btlconsultants.com.mxcF 3Q Ye2023-07-06 15:58:17mbarrazambarraza@mty.btlconsultants.com.mxmbarrazaBEGIN:VCARD VERSION:3.0 UID:2022-04-2014:41:19.b58e170a-b43a-8e80-5b6e-e4f008c803e7.mbarraza@mty.btlconsultants.com.mx N:mbarraza;;;; FN:mbarraza EMAIL;TYPE=INTERNET;TYPE=INTERNET:mbarraza@mty.btlconsultants.com.mx END:VCARD mbarraza mbarraza@mty.btlconsultants.com.mxcE 3Q Ye2023-07-06 15:58:17bramirezbramirez@vdm.btlconsultants.com.mxbramirezBEGIN:VCARD VERSION:3.0 UID:2022-04-2014:40:49.46b0e256-efd0-6ff8-8983-6558a2227ae0.bramirez@vdm.btlconsultants.com.mx N:bramirez;;;; FN:bramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:bramirez@vdm.btlconsultants.com.mx END:VCARD bramirez bramirez@vdm.btlconsultants.com.mxlD 3S ai2023-07-06 15:58:17kmartinezkmartinez@mty.btlconsultants.com.mxkmartinezBEGIN:VCARD VERSION:3.0 UID:2022-04-2014:40:18.351fafb9-2327-252c-35c1-6d126910ba64.kmartinez@mty.btlconsultants.com.mx N:kmartinez;;;; FN:kmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:kmartinez@mty.btlconsultants.com.mx END:VCARD kmartinez kmartinez@mty.btlconsultants.com.mxZC 3O Qa2023-07-06 15:58:17lchavezlchavez@dgo.btlconsultants.com.mxlchavezBEGIN:VCARD VERSION:3.0 UID:2022-04-2014:39:42.13c3d78a-b2cf-7c32-cc14-4670c147067f.lchavez@dgo.btlconsultants.com.mx N:lchavez;;;; FN:lchavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lchavez@dgo.btlconsultants.com.mx END:VCARD lchavez lchavez@dgo.btlconsultants.com.mx Eypg^ULC:1( }tkbYPG>5,# x o f ] T K B 9 0 '      { r i ` W N E < 3 * !     v m d [ R I @ 7 . %   zqh_VMD;2) ~ulcZQH?6-$ ypg^ULC:1( }tkbYPG>5,# | s j a X O F = 4 + "    w n e \ S J A 8 / & xof]TKB90' |sjaXOF=4+"                                                                                     ~~ }} || {{ zz yy xx ww vv uu tt ss rr qq pp oo nn mm ll kk jj ii hh gg ff ee dd cc bb aa `` __ ^^ ]] \\ [[ ZZ YY XX WW VV UU TT SS RR QQ PP OO NN MM LL KK JJ II HH GG FF EE DD CC BB AA @@ ?? >> == << ;; :: 99 88 77 66 55 44 33 22 11 00 // .. -- ,, ++ ** )) (( '' && %% $$ ## "" !!                                                                                                                                                                   w ' ^)RwpX 3U ek2023-07-06 15:58:17emartinezemartinez@coah.btlconsultants.com.mxemartinezBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:58:27.7fc852fe-5c91-e6e9-4afd-b30cc70d5669.emartinez@coah.btlconsultants.com.mx N:emartinez;;;; FN:emartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:emartinez@coah.btlconsultants.com.mx END:VCARD emartinez emartinez@coah.btlconsultants.com.mxcW 3Q Ye2023-07-06 15:58:17raguilarraguilar@mer.btlconsultants.com.mxraguilarBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:58:02.5148a9fb-ee9b-9b08-7e82-646da55e21bf.raguilar@mer.btlconsultants.com.mx N:raguilar;;;; FN:raguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:raguilar@mer.btlconsultants.com.mx END:VCARD raguilar raguilar@mer.btlconsultants.com.mxuV 3!U !im2023-07-06 15:58:17d.regaladod.regalado@vdm.btlconsultants.com.mxd.regaladoBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:57:24.30192127-4c26-110a-783e-a7380b8aa2c7.d.regalado@vdm.btlconsultants.com.mx N:d.regalado;;;; FN:d.regalado EMAIL;TYPE=INTERNET;TYPE=INTERNET:d.regalado@vdm.btlconsultants.com.mx END:VCARD d.regalado d.regalado@vdm.btlconsultants.com.mxZU 3O Qa2023-07-06 15:58:17ksantesksantes@vdm.btlconsultants.com.mxksantesBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:56:52.129bf5af-630e-aa3b-cde3-e30a5ed7c105.ksantes@vdm.btlconsultants.com.mx N:ksantes;;;; FN:ksantes EMAIL;TYPE=INTERNET;TYPE=INTERNET:ksantes@vdm.btlconsultants.com.mx END:VCARD ksantes ksantes@vdm.btlconsultants.com.mxcT 3Q Ye2023-07-06 15:58:17jbarrerajbarrera@hgo.btlconsultants.com.mxjbarreraBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:56:25.aff5c871-4c81-ac8d-868d-68f00de2ed31.jbarrera@hgo.btlconsultants.com.mx N:jbarrera;;;; FN:jbarrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:jbarrera@hgo.btlconsultants.com.mx END:VCARD jbarrera jbarrera@hgo.btlconsultants.com.mxQS 3M I]2023-07-06 15:58:17jamayajamaya@mty.btlconsultants.com.mxjamayaBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:55:54.e202dea4-4192-dd91-b608-a9e3c5064d44.jamaya@mty.btlconsultants.com.mx N:jamaya;;;; FN:jamaya EMAIL;TYPE=INTERNET;TYPE=INTERNET:jamaya@mty.btlconsultants.com.mx END:VCARD jamaya jamaya@mty.btlconsultants.com.mxuR 3!U !im2023-07-06 15:58:17gcastanedagcastaneda@oax.btlconsultants.com.mxgcastanedaBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:55:25.d05e05cc-344d-328b-1193-695836e22ff1.gcastaneda@oax.btlconsultants.com.mx N:gcastaneda;;;; FN:gcastaneda EMAIL;TYPE=INTERNET;TYPE=INTERNET:gcastaneda@oax.btlconsultants.com.mx END:VCARD gcastaneda gcastaneda@oax.btlconsultants.com.mxlQ 3S ai2023-07-06 15:58:17jcmonrealjcmonreal@zac.btlconsultants.com.mxjcmonrealBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:54:51.b13b0aae-e9d0-6589-fcd4-1eb2374da59a.jcmonreal@zac.btlconsultants.com.mx N:jcmonreal;;;; FN:jcmonreal EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcmonreal@zac.btlconsultants.com.mx END:VCARD jcmonreal jcmonreal@zac.btlconsultants.com.mxUP 3O M_2023-07-06 15:58:17aperezaperez@qroo.btlconsultants.com.mxaperezBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:54:10.5081d051-fb2c-136b-dd62-3f141175a19e.aperez@qroo.btlconsultants.com.mx N:aperez;;;; FN:aperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:aperez@qroo.btlconsultants.com.mx END:VCARD aperez aperez@qroo.btlconsultants.com.mxwO 3!W !mk2023-07-06 15:58:17hrodriguezhrodriguez@qroo.btlconsultants.com.mxhrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:53:42.f811caf1-3247-5375-88ff-7ba1f2f3f3be.hrodriguez@qroo.btlconsultants.com.mx N:hrodriguez;;;; FN:hrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:hrodriguez@qroo.btlconsultants.com.mx END:VCARD hrodriguz hrodriguz@qroo.btlconsultants.com.mxZN 3O Qa2023-07-06 15:58:17spriegospriego@tab.btlconsultants.com.mxspriegoBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:53:12.37cec571-4f0e-3a86-07d2-b596c4f8a976.spriego@tab.btlconsultants.com.mx N:spriego;;;; FN:spriego EMAIL;TYPE=INTERNET;TYPE=INTERNET:spriego@tab.btlconsultants.com.mx END:VCARD spriego spriego@tab.btlconsultants.com.mx  ; I{ 5Zc 3O Qa2023-07-06 15:58:17rdanielrdaniel@son.btlconsultants.com.mxrdanielBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:07:31.921ad9ff-cb27-1ad7-003e-5c93a8820f71.rdaniel@son.btlconsultants.com.mx N:rdaniel;;;; FN:rdaniel EMAIL;TYPE=INTERNET;TYPE=INTERNET:rdaniel@son.btlconsultants.com.mx END:VCARD rdaniel rdaniel@son.btlconsultants.com.mx?b 3I 9U2023-07-06 15:58:17ipazipaz@vdm.btlconsultants.com.mxipazBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:06:44.207b634d-1e05-aaf1-3910-90eeae54f663.ipaz@vdm.btlconsultants.com.mx N:ipaz;;;; FN:ipaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:ipaz@vdm.btlconsultants.com.mx END:VCARD ipaz ipaz@vdm.btlconsultants.com.mx}a 3#W #qo2023-07-06 15:58:17j.hernandezj.hernandez@pue.btlconsultants.com.mxj.hernandezBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:06:07.649a3ac3-6c92-a986-dacd-10204de31985.j.hernandez@pue.btlconsultants.com.mx N:j.hernandez;;;; FN:j.hernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.hernandez@pue.btlconsultants.com.mx END:VCARD j.hernandez j.hernandez@pu.btlconsultants.com.mxQ` 3M I]2023-07-06 15:58:17ulopezulopez@vdm.btlconsultants.com.mxulopezBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:05:28.35ab66e9-ce0e-fee9-93a2-9cd17c6fb08c.ulopez@vdm.btlconsultants.com.mx N:ulopez;;;; FN:ulopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ulopez@vdm.btlconsultants.com.mx END:VCARD ulopez ulopez@vdm.btlconsultants.com.mxl_ 3S ai2023-07-06 15:58:17jsilenciojsilencio@ver.btlconsultants.com.mxjsilencioBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:05:00.1fbcedcc-2fa5-4ea6-5791-1c9b79f4bff2.jsilencio@ver.btlconsultants.com.mx N:jsilencio;;;; FN:jsilencio EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsilencio@ver.btlconsultants.com.mx END:VCARD jsilencio jsilencio@ver.btlconsultants.com.mxl^ 3S ai2023-07-06 15:58:17jcarranzajcarranza@hgo.btlconsultants.com.mxjcarranzaBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:04:33.67d394bb-4f11-0d8b-a67e-831f46ba1d69.jcarranza@hgo.btlconsultants.com.mx N:jcarranza;;;; FN:jcarranza EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcarranza@hgo.btlconsultants.com.mx END:VCARD jcarranza jcarranza@hgo.btlconsultants.com.mxZ] 3O Qa2023-07-06 15:58:17dgarciadgarcia@vdm.btlconsultants.com.mxdgarciaBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:01:48.4e851d96-f903-4272-581a-0524889752ed.dgarcia@vdm.btlconsultants.com.mx N:dgarcia;;;; FN:dgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:dgarcia@vdm.btlconsultants.com.mx END:VCARD dgarcia dgarcia@vdm.btlconsultants.com.mxu\ 3!U !im2023-07-06 15:58:17d_martinezd_martinez@vdm.btlconsultants.com.mxd_martinezBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:01:22.e13a9d33-23e8-77b6-e56f-6881a455b112.d_martinez@vdm.btlconsultants.com.mx N:d_martinez;;;; FN:d_martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:d_martinez@vdm.btlconsultants.com.mx END:VCARD d_martinez d_martinez@vdm.btlconsultants.com.mxu[ 3!U !im2023-07-06 15:58:17jpgonzalezjpgonzalez@vdm.btlconsultants.com.mxjpgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:00:29.9439c460-899e-60c4-e9a7-fb238381c8d8.jpgonzalez@vdm.btlconsultants.com.mx N:jpgonzalez;;;; FN:jpgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jpgonzalez@vdm.btlconsultants.com.mx END:VCARD jpgonzalez jpgonzalez@vdm.btlconsultants.com.mxHZ 3K AY2023-07-06 15:58:17mpechmpech@mer.btlconsultants.com.mxmpechBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:59:35.7dd9e990-4c73-0a8d-f9ab-62021d770fc8.mpech@mer.btlconsultants.com.mx N:mpech;;;; FN:mpech EMAIL;TYPE=INTERNET;TYPE=INTERNET:mpech@mer.btlconsultants.com.mx END:VCARD mpech mpech@mer.btlconsultants.com.mxuY 3!U !im2023-07-06 15:58:17vbenavidesvbenavides@mty.btlconsultants.com.mxvbenavidesBEGIN:VCARD VERSION:3.0 UID:2022-04-2114:59:06.dcb695b2-ed8a-4d00-ed88-563c1aa38f20.vbenavides@mty.btlconsultants.com.mx N:vbenavides;;;; FN:vbenavides EMAIL;TYPE=INTERNET;TYPE=INTERNET:vbenavides@mty.btlconsultants.com.mx END:VCARD vbenavides vbenavides@mty.btlconsultants.com.mx  2 K:\Qn 3M I]2023-07-06 15:58:17alopezalopez@gdl.btlconsultants.com.mxalopezBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:14:14.0d197f37-8ad0-383e-7a17-38f0c8edd1bc.alopez@gdl.btlconsultants.com.mx N:alopez;;;; FN:alopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:alopez@gdl.btlconsultants.com.mx END:VCARD alopez alopez@gdl.btlconsultants.com.mxjm 3S ae2023-07-06 15:58:17oguerrerooguerrero@gdl.btlconsultants.com.mxoguerreroBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:13:31.5db128a5-9e22-93fd-62d4-f501a89d9fd1.oguerrero@gdl.btlconsultants.com.mx N:oguerrero;;;; FN:oguerrero EMAIL;TYPE=INTERNET;TYPE=INTERNET:oguerrero@gdl.btlconsultants.com.mx END:VCARD ogurrero ogurrero@gdl.btlconsultants.com.mxsl 3!U !ii2023-07-06 15:58:17grodriguezgrodriguez@gto.btlconsultants.com.mxgrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:12:55.5f20c223-bf3c-6078-3753-28419a6c78b7.grodriguez@gto.btlconsultants.com.mx N:grodriguez;;;; FN:grodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:grodriguez@gto.btlconsultants.com.mx END:VCARD grodriguz grodriguz@gto.btlconsultants.com.mxck 3Q Ye2023-07-06 15:58:17eaguilareaguilar@qro.btlconsultants.com.mxeaguilarBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:12:25.b182b186-6e00-52f2-500f-661d837985e2.eaguilar@qro.btlconsultants.com.mx N:eaguilar;;;; FN:eaguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:eaguilar@qro.btlconsultants.com.mx END:VCARD eaguilar eaguilar@qro.btlconsultants.com.mxZj 3O Qa2023-07-06 15:58:17tgarciatgarcia@qro.btlconsultants.com.mxtgarciaBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:11:57.00e6c361-7896-e0a6-311e-7ca0e3c34158.tgarcia@qro.btlconsultants.com.mx N:tgarcia;;;; FN:tgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:tgarcia@qro.btlconsultants.com.mx END:VCARD tgarcia tgarcia@qro.btlconsultants.com.mxZi 3O Qa2023-07-06 15:58:17jzunigajzuniga@gto.btlconsultants.com.mxjzunigaBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:11:20.66525971-4c1e-ff89-b07a-81228fd03859.jzuniga@gto.btlconsultants.com.mx N:jzuniga;;;; FN:jzuniga EMAIL;TYPE=INTERNET;TYPE=INTERNET:jzuniga@gto.btlconsultants.com.mx END:VCARD jzuniga jzuniga@gto.btlconsultants.com.mxQh 3M I]2023-07-06 15:58:17jmunozjmunoz@gto.btlconsultants.com.mxjmunozBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:10:25.13a61bf6-c24d-fe3c-bd38-f1b65546b99a.jmunoz@gto.btlconsultants.com.mx N:jmunoz;;;; FN:jmunoz EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmunoz@gto.btlconsultants.com.mx END:VCARD jmunoz jmunoz@gto.btlconsultants.com.mxsg 3!U !ii2023-07-06 15:58:17nrodrigueznrodriguez@zac.btlconsultants.com.mxnrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:09:57.843d0448-8762-e230-d0fd-beab89969141.nrodriguez@zac.btlconsultants.com.mx N:nrodriguez;;;; FN:nrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:nrodriguez@zac.btlconsultants.com.mx END:VCARD nrodriguz nrodriguz@zac.btlconsultants.com.mxlf 3S ai2023-07-06 15:58:17rcastelanrcastelan@hgo.btlconsultants.com.mxrcastelanBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:09:20.8f2f56b4-07a5-9510-a7a9-f245185abfe6.rcastelan@hgo.btlconsultants.com.mx N:rcastelan;;;; FN:rcastelan EMAIL;TYPE=INTERNET;TYPE=INTERNET:rcastelan@hgo.btlconsultants.com.mx END:VCARD rcastelan rcastelan@hgo.btlconsultants.com.mxce 3Q Ye2023-07-06 15:58:17lvelascolvelasco@ags.btlconsultants.com.mxlvelascoBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:08:43.60cb609b-b0c4-e269-927b-d0a397034840.lvelasco@ags.btlconsultants.com.mx N:lvelasco;;;; FN:lvelasco EMAIL;TYPE=INTERNET;TYPE=INTERNET:lvelasco@ags.btlconsultants.com.mx END:VCARD lvelasco lvelasco@ags.btlconsultants.com.mxcd 3Q Ye2023-07-06 15:58:17gsanchezgsanchez@vdm.btlconsultants.com.mxgsanchezBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:08:04.6dfeb936-622e-83bc-e0f5-20c44b5ff275.gsanchez@vdm.btlconsultants.com.mx N:gsanchez;;;; FN:gsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:gsanchez@vdm.btlconsultants.com.mx END:VCARD gsanchez gsanchez@vdm.btlconsultants.com.mx  @ } (Q'cy 3Q Ye2023-07-06 15:58:18rmichacarmichaca@vdm.btlconsultants.com.mxrmichacaBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:20:28.350ae53c-a53e-25a2-08b3-e7e8156c2bd4.rmichaca@vdm.btlconsultants.com.mx N:rmichaca;;;; FN:rmichaca EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmichaca@vdm.btlconsultants.com.mx END:VCARD rmichaca rmichaca@vdm.btlconsultants.com.mxsx 3!U !ii2023-07-06 15:58:18bdominguezbdominguez@vdm.btlconsultants.com.mxbdominguezBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:19:35.5552fe41-19a4-7c04-c91c-c95f8433e123.bdominguez@vdm.btlconsultants.com.mx N:bdominguez;;;; FN:bdominguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:bdominguez@vdm.btlconsultants.com.mx END:VCARD bdominguz bdominguz@vdm.btlconsultants.com.mxcw 3Q Ye2023-07-06 15:58:18jsantanajsantana@vdm.btlconsultants.com.mxjsantanaBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:19:08.fc8f4a1d-45ac-23ad-5786-1a72523d5536.jsantana@vdm.btlconsultants.com.mx N:jsantana;;;; FN:jsantana EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsantana@vdm.btlconsultants.com.mx END:VCARD jsantana jsantana@vdm.btlconsultants.com.mxHv 3K AY2023-07-06 15:58:18jdiazjdiaz@gdl.btlconsultants.com.mxjdiazBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:18:38.d3e5aafc-00a2-d914-8493-5b206b7f2452.jdiaz@gdl.btlconsultants.com.mx N:jdiaz;;;; FN:jdiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:jdiaz@gdl.btlconsultants.com.mx END:VCARD jdiaz jdiaz@gdl.btlconsultants.com.mxcu 3Q Ye2023-07-06 15:58:18mcamachomcamacho@bcn.btlconsultants.com.mxmcamachoBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:18:10.a5b01573-d36e-c58f-7a11-64f663104d71.mcamacho@bcn.btlconsultants.com.mx N:mcamacho;;;; FN:mcamacho EMAIL;TYPE=INTERNET;TYPE=INTERNET:mcamacho@bcn.btlconsultants.com.mx END:VCARD mcamacho mcamacho@bcn.btlconsultants.com.mxlt 3S ai2023-07-06 15:58:18emartinezemartinez@gdl.btlconsultants.com.mxemartinezBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:17:36.7a93ff8e-8fa3-4337-4726-5e03be1522be.emartinez@gdl.btlconsultants.com.mx N:emartinez;;;; FN:emartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:emartinez@gdl.btlconsultants.com.mx END:VCARD emartinez emartinez@gdl.btlconsultants.com.mxQs 3M I]2023-07-06 15:58:18jgomezjgomez@gdl.btlconsultants.com.mxjgomezBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:17:10.a9b2b989-1e41-b41a-66e0-a0be3463dbed.jgomez@gdl.btlconsultants.com.mx N:jgomez;;;; FN:jgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgomez@gdl.btlconsultants.com.mx END:VCARD jgomez jgomez@gdl.btlconsultants.com.mxjr 3S ae2023-07-06 15:58:18ggonzlaezggonzlaez@vdm.btlconsultants.com.mxggonzlaezBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:16:45.65e2359b-dff0-e395-9d38-113d230a82af.ggonzlaez@vdm.btlconsultants.com.mx N:ggonzlaez;;;; FN:ggonzlaez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ggonzlaez@vdm.btlconsultants.com.mx END:VCARD ggonzlaz ggonzlaz@vdm.btlconsultants.com.mxQq 3M I]2023-07-06 15:58:18rsolisrsolis@vdm.btlconsultants.com.mxrsolisBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:16:12.d3f04ce8-ccfc-949c-658b-f4e17e58939f.rsolis@vdm.btlconsultants.com.mx N:rsolis;;;; FN:rsolis EMAIL;TYPE=INTERNET;TYPE=INTERNET:rsolis@vdm.btlconsultants.com.mx END:VCARD rsolis rsolis@vdm.btlconsultants.com.mxcp 3Q Ye2023-07-06 15:58:18kmoraleskmorales@vdm.btlconsultants.com.mxkmoralesBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:15:45.f18694e9-f82c-53cb-1ab1-5290181eb68b.kmorales@vdm.btlconsultants.com.mx N:kmorales;;;; FN:kmorales EMAIL;TYPE=INTERNET;TYPE=INTERNET:kmorales@vdm.btlconsultants.com.mx END:VCARD kmorales kmorales@vdm.btlconsultants.com.mxUo 3O M_2023-07-06 15:58:18eperezeperez@coah.btlconsultants.com.mxeperezBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:14:39.ce166afc-1939-9090-a762-3024b0e447a5.eperez@coah.btlconsultants.com.mx N:eperez;;;; FN:eperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:eperez@coah.btlconsultants.com.mx END:VCARD eperez eperez@coah.btlconsultants.com.mx f ) [Ffu 3!U !im2023-07-06 15:58:18chernandezchernandez@mty.btlconsultants.com.mxchernandezBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:26:10.cbcd9b5e-b43c-8f92-d849-582dec5c198c.chernandez@mty.btlconsultants.com.mx N:chernandez;;;; FN:chernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:chernandez@mty.btlconsultants.com.mx END:VCARD chernandez chernandez@mty.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:18acanalesacanales@hgo.btlconsultants.com.mxacanalesBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:25:41.3eb54cf7-2206-0891-1c08-e0ee4b7a9efd.acanales@hgo.btlconsultants.com.mx N:acanales;;;; FN:acanales EMAIL;TYPE=INTERNET;TYPE=INTERNET:acanales@hgo.btlconsultants.com.mx END:VCARD acanales acanales@hgo.btlconsultants.com.mxl 3S ai2023-07-06 15:58:18dmelendezdmelendez@vdm.btlconsultants.com.mxdmelendezBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:25:14.669e898e-dc28-c7b7-936d-d03fb2443cd2.dmelendez@vdm.btlconsultants.com.mx N:dmelendez;;;; FN:dmelendez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dmelendez@vdm.btlconsultants.com.mx END:VCARD dmelendez dmelendez@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:18ujgarciaujgarcia@vdm.btlconsultants.com.mxujgarciaBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:24:43.999a71a1-b938-3bd3-1673-c04db416528a.ujgarcia@vdm.btlconsultants.com.mx N:ujgarcia;;;; FN:ujgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ujgarcia@vdm.btlconsultants.com.mx END:VCARD ujgarcia ujgarcia@vdm.btlconsultants.com.mx~ 3#W #qq2023-07-06 15:58:18mghernandezmghernandez@vdm.btlconsultants.com.mxmghernandezBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:24:10.5a764ad7-e37e-0151-32ea-e20e8ad21269.mghernandez@vdm.btlconsultants.com.mx N:mghernandez;;;; FN:mghernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mghernandez@vdm.btlconsultants.com.mx END:VCARD mghernandez mghernandez@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:18tjassantjassan@vdm.btlconsultants.com.mxtjassanBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:23:34.689400da-346f-bbf0-a67c-8731c2929a48.tjassan@vdm.btlconsultants.com.mx N:tjassan;;;; FN:tjassan EMAIL;TYPE=INTERNET;TYPE=INTERNET:tjassan@vdm.btlconsultants.com.mx END:VCARD tjassan tjassan@vdm.btlconsultants.com.mxZ~ 3O Qa2023-07-06 15:58:18eavileseaviles@vdm.btlconsultants.com.mxeavilesBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:23:03.4d6acdcc-7fd7-6b4a-c965-280c53dadd0f.eaviles@vdm.btlconsultants.com.mx N:eaviles;;;; FN:eaviles EMAIL;TYPE=INTERNET;TYPE=INTERNET:eaviles@vdm.btlconsultants.com.mx END:VCARD eaviles eaviles@vdm.btlconsultants.com.mxZ} 3O Qa2023-07-06 15:58:18afloresaflores@slp.btlconsultants.com.mxafloresBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:22:28.35f7c19e-f3e3-d733-4860-cb789ac570e3.aflores@slp.btlconsultants.com.mx N:aflores;;;; FN:aflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:aflores@slp.btlconsultants.com.mx END:VCARD aflores aflores@slp.btlconsultants.com.mxl| 3S ai2023-07-06 15:58:18ibautistaibautista@tam.btlconsultants.com.mxibautistaBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:22:00.40e06179-73ad-53a3-cfc0-5ca910066644.ibautista@tam.btlconsultants.com.mx N:ibautista;;;; FN:ibautista EMAIL;TYPE=INTERNET;TYPE=INTERNET:ibautista@tam.btlconsultants.com.mx END:VCARD ibautista ibautista@tam.btlconsultants.com.mxc{ 3Q Ye2023-07-06 15:58:18kherrerakherrera@mor.btlconsultants.com.mxkherreraBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:21:25.1e6eecfe-41e0-8c7f-1e7c-6f6119a294d1.kherrera@mor.btlconsultants.com.mx N:kherrera;;;; FN:kherrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:kherrera@mor.btlconsultants.com.mx END:VCARD kherrera kherrera@mor.btlconsultants.com.mxlz 3S ai2023-07-06 15:58:18avalenciaavalencia@gdl.btlconsultants.com.mxavalenciaBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:20:58.44f15a3a-3f82-1c63-940c-25e6806919c7.avalencia@gdl.btlconsultants.com.mx N:avalencia;;;; FN:avalencia EMAIL;TYPE=INTERNET;TYPE=INTERNET:avalencia@gdl.btlconsultants.com.mx END:VCARD avalencia avalencia@gdl.btlconsultants.com.mx q{tmf_XQJC<5.'  xjc\UNG@92+$ | u n g ` Y R K D = 6 / ( !    L E > 7 0 ) "    z s l e ^ W P I B ; 4 - &     ~ w p i b [ T M F ? 8 1 * #     {tmf_XQJC<5.'  xqjc\UNG@92+$|ung`YRKD=6/(! yrkd]VOHA:3,% y r k d ] V O H A : 3 , %     } v o h a Z S}vohaZSLE>70)" xqq  ,  +  *  )  (  '  &  %  $  #  "  !                                                                                                                                                                                                    ~ } | { z y x w v u t s r q p o n m l k j i h g f e d c b a ` _ ^ ] \ [ Z Y X W V U T S R Q P O N M L K J  f  e  d  c  b  a  `  _  ^  ]  \  [  Z  Y  X  W  V  U  T  S  R  Q  P  O  N  M  L  K  J  I  H  G  F  E  D  C  B  A  @  ?  >  =  <  ;  :  9  8  7  6  5  4  3  2  1  0  /  .  - I H G F E D C B A @ ? > = < ; : 9 8 7 6 5 4 3 2 1 0 / . - , + * ) ( ' & % $ # " !                                                                               * 7i~ 3#W #qq2023-07-06 15:58:18jmazharettijmazharetti@bcs.btlconsultants.com.mxjmazharettiBEGIN:VCARD VERSION:3.0 UID:2022-04-2220:05:12.35f2b9e0-cb76-0de2-c1d8-4bff5950c47f.jmazharetti@bcs.btlconsultants.com.mx N:jmazharetti;;;; FN:jmazharetti EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmazharetti@bcs.btlconsultants.com.mx END:VCARD jmazharetti jmazharetti@bcs.btlconsultants.com.mxH 3K AY2023-07-06 15:58:18aruizaruiz@bcn.btlconsultants.com.mxaruizBEGIN:VCARD VERSION:3.0 UID:2022-04-2220:04:15.94570840-19e7-4566-2311-36a3170d1511.aruiz@bcn.btlconsultants.com.mx N:aruiz;;;; FN:aruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:aruiz@bcn.btlconsultants.com.mx END:VCARD aruiz aruiz@bcn.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:18pmaciaspmacias@qro.btlconsultants.com.mxpmaciasBEGIN:VCARD VERSION:3.0 UID:2022-04-2220:02:55.50740048-ce5d-ae59-5b36-958303ecca8a.pmacias@qro.btlconsultants.com.mx N:pmacias;;;; FN:pmacias EMAIL;TYPE=INTERNET;TYPE=INTERNET:pmacias@qro.btlconsultants.com.mx END:VCARD pmacias pmacias@qro.btlconsultants.com.mxl 3S ai2023-07-06 15:58:18mgonzalesmgonzales@dgo.btlconsultants.com.mxmgonzalesBEGIN:VCARD VERSION:3.0 UID:2022-04-2220:02:19.43d394d2-3855-0b4c-de53-d0d522cd55eb.mgonzales@dgo.btlconsultants.com.mx N:mgonzales;;;; FN:mgonzales EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgonzales@dgo.btlconsultants.com.mx END:VCARD mgonzales mgonzales@dgo.btlconsultants.com.mxj 3S ae2023-07-06 15:58:18mavazquezmavazquez@vdm.btlconsultants.com.mxmavazquezBEGIN:VCARD VERSION:3.0 UID:2022-04-2220:01:36.c78fb8a3-2b67-b93b-ae60-5db7a094ce60.mavazquez@vdm.btlconsultants.com.mx N:mavazquez;;;; FN:mavazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mavazquez@vdm.btlconsultants.com.mx END:VCARD mavazquz mavazquz@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:58:18sresendizsresendiz@qro.btlconsultants.com.mxsresendizBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:29:07.56193c46-c61d-fdb3-027c-25ee07a044ef.sresendiz@qro.btlconsultants.com.mx N:sresendiz;;;; FN:sresendiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:sresendiz@qro.btlconsultants.com.mx END:VCARD sresendiz sresendiz@qro.btlconsultants.com.mxg 3S ]g2023-07-06 15:58:18apinkneyapinkney@qroo.btlconsultants.com.mxapinkneyBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:28:32.21883da1-10cd-4cc4-ff0a-59fc2c95d4d8.apinkney@qroo.btlconsultants.com.mx N:apinkney;;;; FN:apinkney EMAIL;TYPE=INTERNET;TYPE=INTERNET:apinkney@qroo.btlconsultants.com.mx END:VCARD apinkney apinkney@qroo.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:18ctamezctamez@mty.btlconsultants.com.mxctamezBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:27:57.b7d002b4-d636-988f-73dc-f9ceba4e7d9d.ctamez@mty.btlconsultants.com.mx N:ctamez;;;; FN:ctamez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ctamez@mty.btlconsultants.com.mx END:VCARD ctamez ctamez@mty.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:18amejiaamejia@qro.btlconsultants.com.mxamejiaBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:27:27.a999ba71-bbeb-7000-9269-b40fb35c6c0e.amejia@qro.btlconsultants.com.mx N:amejia;;;; FN:amejia EMAIL;TYPE=INTERNET;TYPE=INTERNET:amejia@qro.btlconsultants.com.mx END:VCARD amejia amejia@qro.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:18ggalvanggalvan@zac.btlconsultants.com.mxggalvanBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:27:01.b530ed9c-2d8e-5b7c-dbf8-b6c2d8479975.ggalvan@zac.btlconsultants.com.mx N:ggalvan;;;; FN:ggalvan EMAIL;TYPE=INTERNET;TYPE=INTERNET:ggalvan@zac.btlconsultants.com.mx END:VCARD ggalvan ggalvan@zac.btlconsultants.com.mxt 3!U !ik2023-07-06 15:58:18fhernandezfhernandez@pue.btlconsultants.com.mxfhernandezBEGIN:VCARD VERSION:3.0 UID:2022-04-2115:26:37.0577f991-2cef-e6a0-29cf-044d491766a0.fhernandez@pue.btlconsultants.com.mx N:fhernandez;;;; FN:fhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:fhernandez@pue.btlconsultants.com.mx END:VCARD fhernandez fhernandez@pu.btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX<  3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21  3 2023-07-06 15:58:21  3 2023-07-06 15:58:21  3 2023-07-06 15:58:21  3 2023-07-06 15:58:21  3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 32023-07-06 15:58:21~ 32023-07-06 15:58:21} 32023-07-06 15:58:21| 32023-07-06 15:58:21{ 32023-07-06 15:58:21z 32023-07-06 15:58:21y 32023-07-06 15:58:21x 32023-07-06 15:58:21w 32023-07-06 15:58:21v 32023-07-06 15:58:20u 32023-07-06 15:58:20t 32023-07-06 15:58:20s 32023-07-06 15:58:20r 32023-07-06 15:58:20q 32023-07-06 15:58:20p 32023-07-06 15:58:20o 32023-07-06 15:58:20n 32023-07-06 15:58:20m 32023-07-06 15:58:20l 32023-07-06 15:58:20k 32023-07-06 15:58:20j 32023-07-06 15:58:20i 32023-07-06 15:58:20h 32023-07-06 15:58:20g 32023-07-06 15:58:20f 32023-07-06 15:58:20e 32023-07-06 15:58:20d 32023-07-06 15:58:20c 32023-07-06 15:58:20b 32023-07-06 15:58:20a 32023-07-06 15:58:20` 32023-07-06 15:58:20_ 32023-07-06 15:58:20^ 32023-07-06 15:58:20] 32023-07-06 15:58:20\ 32023-07-06 15:58:20[ 32023-07-06 15:58:20Z 32023-07-06 15:58:20Y 32023-07-06 15:58:20X 32023-07-06 15:58:20W 32023-07-06 15:58:20V 32023-07-06 15:58:20U 32023-07-06 15:58:20T 32023-07-06 15:58:20S 32023-07-06 15:58:20R 32023-07-06 15:58:20Q 32023-07-06 15:58:20P 32023-07-06 15:58:20O 32023-07-06 15:58:20N 32023-07-06 15:58:20M 32023-07-06 15:58:20L 32023-07-06 15:58:20K 32023-07-06 15:58:20J 32023-07-06 15:58:19I 32023-07-06 15:58:19H 32023-07-06 15:58:19G 32023-07-06 15:58:19F 32023-07-06 15:58:19E 32023-07-06 15:58:19D 32023-07-06 15:58:19C 32023-07-06 15:58:19B 32023-07-06 15:58:19A 32023-07-06 15:58:19@ 32023-07-06 15:58:19? 32023-07-06 15:58:19> 32023-07-06 15:58:19= 32023-07-06 15:58:19< 32023-07-06 15:58:19; 32023-07-06 15:58:19: 32023-07-06 15:58:199 32023-07-06 15:58:198 32023-07-06 15:58:197 32023-07-06 15:58:196 32023-07-06 15:58:195 32023-07-06 15:58:194 32023-07-06 15:58:193 32023-07-06 15:58:192 32023-07-06 15:58:191 32023-07-06 15:58:190 32023-07-06 15:58:19/ 32023-07-06 15:58:19. 32023-07-06 15:58:19- 32023-07-06 15:58:19, 32023-07-06 15:58:19+ 32023-07-06 15:58:19* 32023-07-06 15:58:19) 32023-07-06 15:58:19( 32023-07-06 15:58:19' 32023-07-06 15:58:19& 32023-07-06 15:58:19% 32023-07-06 15:58:18$ 32023-07-06 15:58:18# 32023-07-06 15:58:18" 32023-07-06 15:58:18! 32023-07-06 15:58:18  32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18 32023-07-06 15:58:18  32023-07-06 15:58:18  32023-07-06 15:58:18  32023-07-06 15:58:18  32023-07-06 15:58:18  32023-07-06 15:58:18  5zWc 3Q Ye2023-07-06 15:58:18asanchezasanchez@gdl.btlconsultants.com.mxasanchezBEGIN:VCARD VERSION:3.0 UID:2022-04-2220:12:22.07ff36e4-ea75-4428-6587-6daf39fa3d0e.asanchez@gdl.btlconsultants.com.mx N:asanchez;;;; FN:asanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:asanchez@gdl.btlconsultants.com.mx END:VCARD asanchez asanchez@gdl.btlconsultants.com.mxg 3S ]g2023-07-06 15:58:18csanchezcsanchez@qroo.btlconsultants.com.mxcsanchezBEGIN:VCARD VERSION:3.0 UID:2022-04-2220:11:47.eb5bd491-af26-2564-4c9f-7272c3f22313.csanchez@qroo.btlconsultants.com.mx N:csanchez;;;; FN:csanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:csanchez@qroo.btlconsultants.com.mx END:VCARD csanchez csanchez@qroo.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:18adeleonadeleon@gdl.btlconsultants.com.mxadeleonBEGIN:VCARD VERSION:3.0 UID:2022-04-2220:11:19.1871be9b-5e2c-769c-d666-f897a0c5db09.adeleon@gdl.btlconsultants.com.mx N:adeleon;;;; FN:adeleon EMAIL;TYPE=INTERNET;TYPE=INTERNET:adeleon@gdl.btlconsultants.com.mx END:VCARD adeleon adeleon@gdl.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:18maguilarmaguilar@oax.btlconsultants.com.mxmaguilarBEGIN:VCARD VERSION:3.0 UID:2022-04-2220:10:44.f7c7ad35-3faf-9438-b4ad-7c57b469f41c.maguilar@oax.btlconsultants.com.mx N:maguilar;;;; FN:maguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:maguilar@oax.btlconsultants.com.mx END:VCARD maguilar maguilar@oax.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:18dnestordnestor@ver.btlconsultants.com.mxdnestorBEGIN:VCARD VERSION:3.0 UID:2022-04-2220:10:15.b48ced92-8843-4a35-33d8-1adb8ae2671e.dnestor@ver.btlconsultants.com.mx N:dnestor;;;; FN:dnestor EMAIL;TYPE=INTERNET;TYPE=INTERNET:dnestor@ver.btlconsultants.com.mx END:VCARD dnestor dnestor@ver.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:18kcorteskcortes@cam.btlconsultants.com.mxkcortesBEGIN:VCARD VERSION:3.0 UID:2022-04-2220:09:39.15cdc6f3-b907-d3a5-0b47-1e17afafda3b.kcortes@cam.btlconsultants.com.mx N:kcortes;;;; FN:kcortes EMAIL;TYPE=INTERNET;TYPE=INTERNET:kcortes@cam.btlconsultants.com.mx END:VCARD kcortes kcortes@cam.btlconsultants.com.mxY 3O Q_2023-07-06 15:58:18krobleskrobles@pue.btlconsultants.com.mxkroblesBEGIN:VCARD VERSION:3.0 UID:2022-04-2220:09:07.61b1eb90-cc0d-c92c-dbdc-280295aeb14d.krobles@pue.btlconsultants.com.mx N:krobles;;;; FN:krobles EMAIL;TYPE=INTERNET;TYPE=INTERNET:krobles@pue.btlconsultants.com.mx END:VCARD krobles krobles@pu.btlconsultants.com.mxl 3S ai2023-07-06 15:58:18vmartinezvmartinez@chi.btlconsultants.com.mxvmartinezBEGIN:VCARD VERSION:3.0 UID:2022-04-2220:08:32.ccc94124-018f-48c2-d9d9-0a93e04126ef.vmartinez@chi.btlconsultants.com.mx N:vmartinez;;;; FN:vmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vmartinez@chi.btlconsultants.com.mx END:VCARD vmartinez vmartinez@chi.btlconsultants.com.mxw 3!W !mk2023-07-06 15:58:18arodriguezarodriguez@chih.btlconsultants.com.mxarodriguezBEGIN:VCARD VERSION:3.0 UID:2022-04-2220:07:12.67988951-320a-ce7f-803f-69f96fe33468.arodriguez@chih.btlconsultants.com.mx N:arodriguez;;;; FN:arodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:arodriguez@chih.btlconsultants.com.mx END:VCARD arodriguz arodriguz@chih.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:18asarmientoasarmiento@bcn.btlconsultants.com.mxasarmientoBEGIN:VCARD VERSION:3.0 UID:2022-04-2220:06:26.6bd469d6-fa3e-6b26-690c-b4bd1a302d15.asarmiento@bcn.btlconsultants.com.mx N:asarmiento;;;; FN:asarmiento EMAIL;TYPE=INTERNET;TYPE=INTERNET:asarmiento@bcn.btlconsultants.com.mx END:VCARD asarmiento asarmiento@bcn.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:18orosalesorosales@mor.btlconsultants.com.mxorosalesBEGIN:VCARD VERSION:3.0 UID:2022-04-2220:05:51.eec5af6c-bd9c-eab6-4e8a-b28ed74c1b60.orosales@mor.btlconsultants.com.mx N:orosales;;;; FN:orosales EMAIL;TYPE=INTERNET;TYPE=INTERNET:orosales@mor.btlconsultants.com.mx END:VCARD orosales orosales@mor.btlconsultants.com.mx q  Bk -qQ% 3M I]2023-07-06 15:58:18aortizaortiz@ver.btlconsultants.com.mxaortizBEGIN:VCARD VERSION:3.0 UID:2022-04-2514:24:21.32ad4dfa-5a13-e571-bd6d-4b6639775d64.aortiz@ver.btlconsultants.com.mx N:aortiz;;;; FN:aortiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:aortiz@ver.btlconsultants.com.mx END:VCARD aortiz aortiz@ver.btlconsultants.com.mxc$ 3Q Ye2023-07-06 15:58:18haldretehaldrete@slp.btlconsultants.com.mxhaldreteBEGIN:VCARD VERSION:3.0 UID:2022-04-2514:23:58.bfe1fd86-6a98-4d9d-1a45-82e54326faaf.haldrete@slp.btlconsultants.com.mx N:haldrete;;;; FN:haldrete EMAIL;TYPE=INTERNET;TYPE=INTERNET:haldrete@slp.btlconsultants.com.mx END:VCARD haldrete haldrete@slp.btlconsultants.com.mxu# 3!U !im2023-07-06 15:58:18gdciparreagdciparrea@ver.btlconsultants.com.mxgdciparreaBEGIN:VCARD VERSION:3.0 UID:2022-04-2514:23:23.b210ed5a-030d-9ab9-b5a7-fce6611d7042.gdciparrea@ver.btlconsultants.com.mx N:gdciparrea;;;; FN:gdciparrea EMAIL;TYPE=INTERNET;TYPE=INTERNET:gdciparrea@ver.btlconsultants.com.mx END:VCARD gdciparrea gdciparrea@ver.btlconsultants.com.mxc" 3Q Ye2023-07-06 15:58:18bledezmabledezma@gto.btlconsultants.com.mxbledezmaBEGIN:VCARD VERSION:3.0 UID:2022-04-2514:22:37.d9c03626-f4f2-9925-846d-64e74e0799d7.bledezma@gto.btlconsultants.com.mx N:bledezma;;;; FN:bledezma EMAIL;TYPE=INTERNET;TYPE=INTERNET:bledezma@gto.btlconsultants.com.mx END:VCARD bledezma bledezma@gto.btlconsultants.com.mxZ! 3O Qa2023-07-06 15:58:18jloyolajloyola@gdl.btlconsultants.com.mxjloyolaBEGIN:VCARD VERSION:3.0 UID:2022-04-2514:20:33.034a0e93-ab79-e0bd-2809-86d908e12d9d.jloyola@gdl.btlconsultants.com.mx N:jloyola;;;; FN:jloyola EMAIL;TYPE=INTERNET;TYPE=INTERNET:jloyola@gdl.btlconsultants.com.mx END:VCARD jloyola jloyola@gdl.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:18gporrasgporras@mty.btlconsultants.com.mxgporrasBEGIN:VCARD VERSION:3.0 UID:2022-04-2514:20:02.b1d8a829-85cc-261a-89bc-30cae90b1e91.gporras@mty.btlconsultants.com.mx N:gporras;;;; FN:gporras EMAIL;TYPE=INTERNET;TYPE=INTERNET:gporras@mty.btlconsultants.com.mx END:VCARD gporras gporras@mty.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:18shernandezshernandez@vdm.btlconsultants.com.mxshernandezBEGIN:VCARD VERSION:3.0 UID:2022-04-2514:19:28.c4d9daf3-4c90-f7e5-5fb8-bedba434ca4a.shernandez@vdm.btlconsultants.com.mx N:shernandez;;;; FN:shernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:shernandez@vdm.btlconsultants.com.mx END:VCARD shernandez shernandez@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:18aortizaortiz@vdm.btlconsultants.com.mxaortizBEGIN:VCARD VERSION:3.0 UID:2022-04-2514:18:53.1d3af0e3-4948-c029-f8ea-576b89497dd0.aortiz@vdm.btlconsultants.com.mx N:aortiz;;;; FN:aortiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:aortiz@vdm.btlconsultants.com.mx END:VCARD aortiz aortiz@vdm.btlconsultants.com.mx~ 3#W #qq2023-07-06 15:58:18oogutierrezoogutierrez@vdm.btlconsultants.com.mxoogutierrezBEGIN:VCARD VERSION:3.0 UID:2022-04-2514:18:22.78325666-d804-8293-552a-c7019a433208.oogutierrez@vdm.btlconsultants.com.mx N:oogutierrez;;;; FN:oogutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:oogutierrez@vdm.btlconsultants.com.mx END:VCARD oogutierrez oogutierrez@vdm.btlconsultants.com.mx| 3#W #qm2023-07-06 15:58:18j_rodriguezj_rodriguez@vdm.btlconsultants.com.mxj_rodriguezBEGIN:VCARD VERSION:3.0 UID:2022-04-2514:17:32.b17e1824-b8d8-3832-7b87-51acc6b79a62.j_rodriguez@vdm.btlconsultants.com.mx N:j_rodriguez;;;; FN:j_rodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j_rodriguez@vdm.btlconsultants.com.mx END:VCARD j_rodriguz j_rodriguz@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:18gjimenezgjimenez@ags.btlconsultants.com.mxgjimenezBEGIN:VCARD VERSION:3.0 UID:2022-04-2220:13:17.b5730550-3d39-f32f-b0be-666a6f3b4c61.gjimenez@ags.btlconsultants.com.mx N:gjimenez;;;; FN:gjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:gjimenez@ags.btlconsultants.com.mx END:VCARD gjimenez gjimenez@ags.btlconsultants.com.mx  D  r"0Q0 3M I]2023-07-06 15:58:19ssolisssolis@vdm.btlconsultants.com.mxssolisBEGIN:VCARD VERSION:3.0 UID:2022-04-2718:57:49.b9950221-53e2-ec06-035f-da2dcaa9b928.ssolis@vdm.btlconsultants.com.mx N:ssolis;;;; FN:ssolis EMAIL;TYPE=INTERNET;TYPE=INTERNET:ssolis@vdm.btlconsultants.com.mx END:VCARD ssolis ssolis@vdm.btlconsultants.com.mxH/ 3K AY2023-07-06 15:58:19cvegacvega@gto.btlconsultants.com.mxcvegaBEGIN:VCARD VERSION:3.0 UID:2022-04-2718:57:20.bcaf97c5-2f43-2864-edc3-19574e90c043.cvega@gto.btlconsultants.com.mx N:cvega;;;; FN:cvega EMAIL;TYPE=INTERNET;TYPE=INTERNET:cvega@gto.btlconsultants.com.mx END:VCARD cvega cvega@gto.btlconsultants.com.mxu. 3!U !im2023-07-06 15:58:19econtrerasecontreras@gto.btlconsultants.com.mxecontrerasBEGIN:VCARD VERSION:3.0 UID:2022-04-2718:56:33.0b8175ab-b4be-a82b-0090-95180cd7ddb2.econtreras@gto.btlconsultants.com.mx N:econtreras;;;; FN:econtreras EMAIL;TYPE=INTERNET;TYPE=INTERNET:econtreras@gto.btlconsultants.com.mx END:VCARD econtreras econtreras@gto.btlconsultants.com.mxu- 3!U !im2023-07-06 15:58:19chernandezchernandez@gto.btlconsultants.com.mxchernandezBEGIN:VCARD VERSION:3.0 UID:2022-04-2718:55:58.5a903822-e39d-059b-1c3b-516cc5028ce0.chernandez@gto.btlconsultants.com.mx N:chernandez;;;; FN:chernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:chernandez@gto.btlconsultants.com.mx END:VCARD chernandez chernandez@gto.btlconsultants.com.mxL, 3M E[2023-07-06 15:58:19elealeleal@chih.btlconsultants.com.mxelealBEGIN:VCARD VERSION:3.0 UID:2022-04-2718:55:27.8f931dad-afb7-ede9-d8ae-6e3f19b16944.eleal@chih.btlconsultants.com.mx N:eleal;;;; FN:eleal EMAIL;TYPE=INTERNET;TYPE=INTERNET:eleal@chih.btlconsultants.com.mx END:VCARD eleal eleal@chih.btlconsultants.com.mx+ 3'[ 'y2023-07-06 15:58:19mramirodealbamramirodealba@gto.btlconsultants.com.mxmramirodealbaBEGIN:VCARD VERSION:3.0 UID:2022-04-2718:45:28.3c6c1aac-2ee3-ee4b-4946-e05325928851.mramirodealba@gto.btlconsultants.com.mx N:mramirodealba;;;; FN:mramirodealba EMAIL;TYPE=INTERNET;TYPE=INTERNET:mramirodealba@gto.btlconsultants.com.mx END:VCARD mramirodealba mramirodealba@gto.btlconsultants.com.mxu* 3!U !im2023-07-06 15:58:19jcolindresjcolindres@vdm.btlconsultants.com.mxjcolindresBEGIN:VCARD VERSION:3.0 UID:2022-04-2718:43:11.d351702a-715b-77fa-66b1-dbacaaa70ab6.jcolindres@vdm.btlconsultants.com.mx N:jcolindres;;;; FN:jcolindres EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcolindres@vdm.btlconsultants.com.mx END:VCARD jcolindres jcolindres@vdm.btlconsultants.com.mxZ) 3O Qa2023-07-06 15:58:19c.lopezc.lopez@vdm.btlconsultants.com.mxc.lopezBEGIN:VCARD VERSION:3.0 UID:2022-04-2718:42:28.470388df-882d-6ce8-37a9-bef22b2c7a67.c.lopez@vdm.btlconsultants.com.mx N:c.lopez;;;; FN:c.lopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:c.lopez@vdm.btlconsultants.com.mx END:VCARD c.lopez c.lopez@vdm.btlconsultants.com.mxc( 3Q Ye2023-07-06 15:58:19arosalesarosales@vdm.btlconsultants.com.mxarosalesBEGIN:VCARD VERSION:3.0 UID:2022-04-2718:41:38.90c6d2c6-640e-b614-8037-a7cdac1e3478.arosales@vdm.btlconsultants.com.mx N:arosales;;;; FN:arosales EMAIL;TYPE=INTERNET;TYPE=INTERNET:arosales@vdm.btlconsultants.com.mx END:VCARD arosales arosales@vdm.btlconsultants.com.mxZ' 3O Qa2023-07-06 15:58:19eromeroeromero@bcn.btlconsultants.com.mxeromeroBEGIN:VCARD VERSION:3.0 UID:2022-04-2517:06:56.873c402a-f7d3-b3ed-8b36-110d2ad7e9ad.eromero@bcn.btlconsultants.com.mx N:eromero;;;; FN:eromero EMAIL;TYPE=INTERNET;TYPE=INTERNET:eromero@bcn.btlconsultants.com.mx END:VCARD eromero eromero@bcn.btlconsultants.com.mxZ& 3O Qa2023-07-06 15:58:18lalonsolalonso@vdm.btlconsultants.com.mxlalonsoBEGIN:VCARD VERSION:3.0 UID:2022-04-2514:24:49.7e4eeb8b-a64f-cd49-f3e1-317c16630950.lalonso@vdm.btlconsultants.com.mx N:lalonso;;;; FN:lalonso EMAIL;TYPE=INTERNET;TYPE=INTERNET:lalonso@vdm.btlconsultants.com.mx END:VCARD lalonso lalonso@vdm.btlconsultants.com.mx R~  S|-RU; 3O M_2023-07-06 15:58:19emunozemunoz@chih.btlconsultants.com.mxemunozBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:21:33.54e3fe3e-0cf8-55b3-0f4b-7ad2c20413a4.emunoz@chih.btlconsultants.com.mx N:emunoz;;;; FN:emunoz EMAIL;TYPE=INTERNET;TYPE=INTERNET:emunoz@chih.btlconsultants.com.mx END:VCARD emunoz emunoz@chih.btlconsultants.com.mx~: 3#W #qq2023-07-06 15:58:19adjarambulaadjarambula@mty.btlconsultants.com.mxadjarambulaBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:21:02.2c8dcced-08e7-f66a-0c82-ef58e24aa19e.adjarambula@mty.btlconsultants.com.mx N:adjarambula;;;; FN:adjarambula EMAIL;TYPE=INTERNET;TYPE=INTERNET:adjarambula@mty.btlconsultants.com.mx END:VCARD adjarambula adjarambula@mty.btlconsultants.com.mx~9 3#W #qq2023-07-06 15:58:19hvillaloboshvillalobos@vdm.btlconsultants.com.mxhvillalobosBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:20:16.e1a0cf1c-4534-52c2-a49b-937229738cbe.hvillalobos@vdm.btlconsultants.com.mx N:hvillalobos;;;; FN:hvillalobos EMAIL;TYPE=INTERNET;TYPE=INTERNET:hvillalobos@vdm.btlconsultants.com.mx END:VCARD hvillalobos hvillalobos@vdm.btlconsultants.com.mxc8 3Q Ye2023-07-06 15:58:19jvaleriojvalerio@slp.btlconsultants.com.mxjvalerioBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:19:40.1a819bf3-6706-2dcd-0bc1-fc2094423da0.jvalerio@slp.btlconsultants.com.mx N:jvalerio;;;; FN:jvalerio EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvalerio@slp.btlconsultants.com.mx END:VCARD jvalerio jvalerio@slp.btlconsultants.com.mxb7 3Q Yc2023-07-06 15:58:19asanchezasanchez@pue.btlconsultants.com.mxasanchezBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:19:06.dc848ba5-46db-db72-20fd-1b8c66c7e74a.asanchez@pue.btlconsultants.com.mx N:asanchez;;;; FN:asanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:asanchez@pue.btlconsultants.com.mx END:VCARD asanchez asanchez@pu.btlconsultants.com.mxc6 3Q Ye2023-07-06 15:58:19sherrerasherrera@vdm.btlconsultants.com.mxsherreraBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:18:36.c46296b5-4afa-5ea3-c16b-2c443346a4ee.sherrera@vdm.btlconsultants.com.mx N:sherrera;;;; FN:sherrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:sherrera@vdm.btlconsultants.com.mx END:VCARD sherrera sherrera@vdm.btlconsultants.com.mxl5 3S ai2023-07-06 15:58:19adelvalleadelvalle@mor.btlconsultants.com.mxadelvalleBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:03:42.189917a5-287f-11f2-4f1f-bc410421de40.adelvalle@mor.btlconsultants.com.mx N:adelvalle;;;; FN:adelvalle EMAIL;TYPE=INTERNET;TYPE=INTERNET:adelvalle@mor.btlconsultants.com.mx END:VCARD adelvalle adelvalle@mor.btlconsultants.com.mxP4 3M I[2023-07-06 15:58:19jrosasjrosas@pue.btlconsultants.com.mxjrosasBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:02:54.94d6d711-8ff5-43f3-e8f6-1bb2f8ef6890.jrosas@pue.btlconsultants.com.mx N:jrosas;;;; FN:jrosas EMAIL;TYPE=INTERNET;TYPE=INTERNET:jrosas@pue.btlconsultants.com.mx END:VCARD jrosas jrosas@pu.btlconsultants.com.mxZ3 3O Qa2023-07-06 15:58:19gtellezgtellez@vdm.btlconsultants.com.mxgtellezBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:01:24.65a0f514-0f75-c08f-c69a-875739590c95.gtellez@vdm.btlconsultants.com.mx N:gtellez;;;; FN:gtellez EMAIL;TYPE=INTERNET;TYPE=INTERNET:gtellez@vdm.btlconsultants.com.mx END:VCARD gtellez gtellez@vdm.btlconsultants.com.mxu2 3!U !im2023-07-06 15:58:19jhernandezjhernandez@col.btlconsultants.com.mxjhernandezBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:00:57.204d9605-9a93-2940-217a-ffb22841bba6.jhernandez@col.btlconsultants.com.mx N:jhernandez;;;; FN:jhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jhernandez@col.btlconsultants.com.mx END:VCARD jhernandez jhernandez@col.btlconsultants.com.mx~1 3#W #qq2023-07-06 15:58:19a.gutierreza.gutierrez@vdm.btlconsultants.com.mxa.gutierrezBEGIN:VCARD VERSION:3.0 UID:2022-04-2718:58:45.86a7f16f-e41b-399b-33dc-3ff03ceaa373.a.gutierrez@vdm.btlconsultants.com.mx N:a.gutierrez;;;; FN:a.gutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.gutierrez@vdm.btlconsultants.com.mx END:VCARD a.gutierrez a.gutierrez@vdm.btlconsultants.com.mx ^ * S5^uF 3!U !im2023-07-06 15:58:19dgutierrezdgutierrez@son.btlconsultants.com.mxdgutierrezBEGIN:VCARD VERSION:3.0 UID:2022-04-2819:11:45.2b4e0565-6188-0796-985f-7322a1b2f8cd.dgutierrez@son.btlconsultants.com.mx N:dgutierrez;;;; FN:dgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dgutierrez@son.btlconsultants.com.mx END:VCARD dgutierrez dgutierrez@son.btlconsultants.com.mxZE 3O Qa2023-07-06 15:58:19lalanislalanis@slp.btlconsultants.com.mxlalanisBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:26:55.50fb7dda-4f35-6d0d-0db1-c3ddf8b3e27c.lalanis@slp.btlconsultants.com.mx N:lalanis;;;; FN:lalanis EMAIL;TYPE=INTERNET;TYPE=INTERNET:lalanis@slp.btlconsultants.com.mx END:VCARD lalanis lalanis@slp.btlconsultants.com.mxlD 3S ai2023-07-06 15:58:19jvladimirjvladimir@ags.btlconsultants.com.mxjvladimirBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:26:16.9189d190-d3a9-bde9-f4e4-d5797dc3029a.jvladimir@ags.btlconsultants.com.mx N:jvladimir;;;; FN:jvladimir EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvladimir@ags.btlconsultants.com.mx END:VCARD jvladimir jvladimir@ags.btlconsultants.com.mxuC 3!U !im2023-07-06 15:58:19emondragonemondragon@qro.btlconsultants.com.mxemondragonBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:25:44.1ad3662c-3524-864c-a910-d4312cbbf57f.emondragon@qro.btlconsultants.com.mx N:emondragon;;;; FN:emondragon EMAIL;TYPE=INTERNET;TYPE=INTERNET:emondragon@qro.btlconsultants.com.mx END:VCARD emondragon emondragon@qro.btlconsultants.com.mxlB 3S ai2023-07-06 15:58:19jpimenteljpimentel@vdm.btlconsultants.com.mxjpimentelBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:25:13.a18db0d3-8ca8-29d1-6a19-9af50b575d10.jpimentel@vdm.btlconsultants.com.mx N:jpimentel;;;; FN:jpimentel EMAIL;TYPE=INTERNET;TYPE=INTERNET:jpimentel@vdm.btlconsultants.com.mx END:VCARD jpimentel jpimentel@vdm.btlconsultants.com.mxZA 3O Qa2023-07-06 15:58:19lgamboalgamboa@vdm.btlconsultants.com.mxlgamboaBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:24:39.052db21d-9d0b-ac93-0e88-0380862becd8.lgamboa@vdm.btlconsultants.com.mx N:lgamboa;;;; FN:lgamboa EMAIL;TYPE=INTERNET;TYPE=INTERNET:lgamboa@vdm.btlconsultants.com.mx END:VCARD lgamboa lgamboa@vdm.btlconsultants.com.mxc@ 3Q Ye2023-07-06 15:58:19hciciliahcicilia@vdm.btlconsultants.com.mxhciciliaBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:24:12.9cba6236-1c29-674c-8e60-96a618103eec.hcicilia@vdm.btlconsultants.com.mx N:hcicilia;;;; FN:hcicilia EMAIL;TYPE=INTERNET;TYPE=INTERNET:hcicilia@vdm.btlconsultants.com.mx END:VCARD hcicilia hcicilia@vdm.btlconsultants.com.mxu? 3!U !im2023-07-06 15:58:19ihernandezihernandez@vdm.btlconsultants.com.mxihernandezBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:23:44.b5395ee8-ca56-e48a-12b7-12fe333a9707.ihernandez@vdm.btlconsultants.com.mx N:ihernandez;;;; FN:ihernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ihernandez@vdm.btlconsultants.com.mx END:VCARD ihernandez ihernandez@vdm.btlconsultants.com.mxZ> 3O Qa2023-07-06 15:58:19m.bellom.bello@vdm.btlconsultants.com.mxm.belloBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:23:10.4b7e1aaf-34d6-8d71-7be0-92ec2f60a56a.m.bello@vdm.btlconsultants.com.mx N:m.bello;;;; FN:m.bello EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.bello@vdm.btlconsultants.com.mx END:VCARD m.bello m.bello@vdm.btlconsultants.com.mxu= 3!U !im2023-07-06 15:58:19kgutierrezkgutierrez@gdl.btlconsultants.com.mxkgutierrezBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:22:32.3f325fda-18a8-feaa-54dc-9f5907ea2adb.kgutierrez@gdl.btlconsultants.com.mx N:kgutierrez;;;; FN:kgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:kgutierrez@gdl.btlconsultants.com.mx END:VCARD kgutierrez kgutierrez@gdl.btlconsultants.com.mxY< 3O Q_2023-07-06 15:58:19xriveraxrivera@pue.btlconsultants.com.mxxriveraBEGIN:VCARD VERSION:3.0 UID:2022-04-2719:22:03.3edd4af1-a853-b2a7-9a70-70709273a77b.xrivera@pue.btlconsultants.com.mx N:xrivera;;;; FN:xrivera EMAIL;TYPE=INTERNET;TYPE=INTERNET:xrivera@pue.btlconsultants.com.mx END:VCARD xrivera xrivera@pu.btlconsultants.com.mx  D m !f6QQ 3M I]2023-07-06 15:58:20dperezdperez@vdm.btlconsultants.com.mxdperezBEGIN:VCARD VERSION:3.0 UID:2022-04-2915:26:59.d9a7c35b-f346-234f-f5dc-c3fd5dc483a7.dperez@vdm.btlconsultants.com.mx N:dperez;;;; FN:dperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dperez@vdm.btlconsultants.com.mx END:VCARD dperez dperez@vdm.btlconsultants.com.mxZP 3O Qa2023-07-06 15:58:20isoteloisotelo@son.btlconsultants.com.mxisoteloBEGIN:VCARD VERSION:3.0 UID:2022-04-2819:21:55.a00d0eab-8a34-29c3-76a3-d4d06da3c8e8.isotelo@son.btlconsultants.com.mx N:isotelo;;;; FN:isotelo EMAIL;TYPE=INTERNET;TYPE=INTERNET:isotelo@son.btlconsultants.com.mx END:VCARD isotelo isotelo@son.btlconsultants.com.mxgO 3S ]g2023-07-06 15:58:20ajimenezajimenez@mich.btlconsultants.com.mxajimenezBEGIN:VCARD VERSION:3.0 UID:2022-04-2819:21:21.5c9a28e9-ccc9-9d79-9dee-7c5e134f8a9c.ajimenez@mich.btlconsultants.com.mx N:ajimenez;;;; FN:ajimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ajimenez@mich.btlconsultants.com.mx END:VCARD ajimenez ajimenez@mich.btlconsultants.com.mxcN 3Q Ye2023-07-06 15:58:20jramirezjramirez@gto.btlconsultants.com.mxjramirezBEGIN:VCARD VERSION:3.0 UID:2022-04-2819:20:46.723f84ec-2c80-fa68-e7a0-cb165fb09dbd.jramirez@gto.btlconsultants.com.mx N:jramirez;;;; FN:jramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jramirez@gto.btlconsultants.com.mx END:VCARD jramirez jramirez@gto.btlconsultants.com.mxYM 3O Q_2023-07-06 15:58:20mcandiamcandia@pue.btlconsultants.com.mxmcandiaBEGIN:VCARD VERSION:3.0 UID:2022-04-2819:20:15.23d9d135-9f09-262f-f0f7-3d1fc116f2fc.mcandia@pue.btlconsultants.com.mx N:mcandia;;;; FN:mcandia EMAIL;TYPE=INTERNET;TYPE=INTERNET:mcandia@pue.btlconsultants.com.mx END:VCARD mcandia mcandia@pu.btlconsultants.com.mxZL 3O Qa2023-07-06 15:58:20jblancojblanco@ver.btlconsultants.com.mxjblancoBEGIN:VCARD VERSION:3.0 UID:2022-04-2819:19:42.9462611f-b994-6a52-e1db-434d647f8a87.jblanco@ver.btlconsultants.com.mx N:jblanco;;;; FN:jblanco EMAIL;TYPE=INTERNET;TYPE=INTERNET:jblanco@ver.btlconsultants.com.mx END:VCARD jblanco jblanco@ver.btlconsultants.com.mxHK 3K AY2023-07-06 15:58:19icruzicruz@oax.btlconsultants.com.mxicruzBEGIN:VCARD VERSION:3.0 UID:2022-04-2819:17:04.18636772-5e0a-da7b-ecf7-15d6c412a9d5.icruz@oax.btlconsultants.com.mx N:icruz;;;; FN:icruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:icruz@oax.btlconsultants.com.mx END:VCARD icruz icruz@oax.btlconsultants.com.mxcJ 3Q Ye2023-07-06 15:58:19jgarfiasjgarfias@vdm.btlconsultants.com.mxjgarfiasBEGIN:VCARD VERSION:3.0 UID:2022-04-2819:16:32.b21d2d3b-78b5-0348-e47a-00c1087779a7.jgarfias@vdm.btlconsultants.com.mx N:jgarfias;;;; FN:jgarfias EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgarfias@vdm.btlconsultants.com.mx END:VCARD jgarfias jgarfias@vdm.btlconsultants.com.mxlI 3S ai2023-07-06 15:58:19scarvajalscarvajal@vdm.btlconsultants.com.mxscarvajalBEGIN:VCARD VERSION:3.0 UID:2022-04-2819:15:57.c4cff1b2-fe2b-0494-e7fa-cc34a081ec1f.scarvajal@vdm.btlconsultants.com.mx N:scarvajal;;;; FN:scarvajal EMAIL;TYPE=INTERNET;TYPE=INTERNET:scarvajal@vdm.btlconsultants.com.mx END:VCARD scarvajal scarvajal@vdm.btlconsultants.com.mxZH 3O Qa2023-07-06 15:58:19jromerojromero@gdl.btlconsultants.com.mxjromeroBEGIN:VCARD VERSION:3.0 UID:2022-04-2819:15:20.0e35462b-8099-ae28-da7b-d7b40b5b7d5e.jromero@gdl.btlconsultants.com.mx N:jromero;;;; FN:jromero EMAIL;TYPE=INTERNET;TYPE=INTERNET:jromero@gdl.btlconsultants.com.mx END:VCARD jromero jromero@gdl.btlconsultants.com.mxZG 3O Qa2023-07-06 15:58:19tgarciatgarcia@vdm.btlconsultants.com.mxtgarciaBEGIN:VCARD VERSION:3.0 UID:2022-04-2819:13:21.de6fe3d7-9ca6-cb8b-7e86-5ec3281fa915.tgarcia@vdm.btlconsultants.com.mx N:tgarcia;;;; FN:tgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:tgarcia@vdm.btlconsultants.com.mx END:VCARD tgarcia tgarcia@vdm.btlconsultants.com.mx  2 IDl\ 3S ai2023-07-06 15:58:20scastilloscastillo@ags.btlconsultants.com.mxscastilloBEGIN:VCARD VERSION:3.0 UID:2022-04-2916:29:39.81a369fb-ddc0-4342-efec-336afdef3cb3.scastillo@ags.btlconsultants.com.mx N:scastillo;;;; FN:scastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:scastillo@ags.btlconsultants.com.mx END:VCARD scastillo scastillo@ags.btlconsultants.com.mxH[ 3K AY2023-07-06 15:58:20jlunajluna@ags.btlconsultants.com.mxjlunaBEGIN:VCARD VERSION:3.0 UID:2022-04-2916:29:02.a3ec52ed-72d5-407a-8083-a1e67b411232.jluna@ags.btlconsultants.com.mx N:jluna;;;; FN:jluna EMAIL;TYPE=INTERNET;TYPE=INTERNET:jluna@ags.btlconsultants.com.mx END:VCARD jluna jluna@ags.btlconsultants.com.mxcZ 3Q Ye2023-07-06 15:58:20dsalazardsalazar@oax.btlconsultants.com.mxdsalazarBEGIN:VCARD VERSION:3.0 UID:2022-04-2916:28:28.66cf381e-368d-d48d-df44-1b256148dce1.dsalazar@oax.btlconsultants.com.mx N:dsalazar;;;; FN:dsalazar EMAIL;TYPE=INTERNET;TYPE=INTERNET:dsalazar@oax.btlconsultants.com.mx END:VCARD dsalazar dsalazar@oax.btlconsultants.com.mxlY 3S ai2023-07-06 15:58:20rillescasrillescas@vdm.btlconsultants.com.mxrillescasBEGIN:VCARD VERSION:3.0 UID:2022-04-2916:27:55.460f18ca-c8da-bb8e-4238-cc3f33f002b4.rillescas@vdm.btlconsultants.com.mx N:rillescas;;;; FN:rillescas EMAIL;TYPE=INTERNET;TYPE=INTERNET:rillescas@vdm.btlconsultants.com.mx END:VCARD rillescas rillescas@vdm.btlconsultants.com.mxgX 3S ]g2023-07-06 15:58:20nherreranherrera@mich.btlconsultants.com.mxnherreraBEGIN:VCARD VERSION:3.0 UID:2022-04-2916:27:20.62b727d5-936a-ba17-6445-1d61cd124e90.nherrera@mich.btlconsultants.com.mx N:nherrera;;;; FN:nherrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:nherrera@mich.btlconsultants.com.mx END:VCARD nherrera nherrera@mich.btlconsultants.com.mxZW 3O Qa2023-07-06 15:58:20btaverabtavera@vdm.btlconsultants.com.mxbtaveraBEGIN:VCARD VERSION:3.0 UID:2022-04-2916:26:43.36a3c8a9-c385-38c6-63e3-8496d6d8ffd7.btavera@vdm.btlconsultants.com.mx N:btavera;;;; FN:btavera EMAIL;TYPE=INTERNET;TYPE=INTERNET:btavera@vdm.btlconsultants.com.mx END:VCARD btavera btavera@vdm.btlconsultants.com.mxaV 3Q Ya2023-07-06 15:58:20jvazquezjvazquez@gdl.btlconsultants.com.mxjvazquezBEGIN:VCARD VERSION:3.0 UID:2022-04-2916:23:39.28a9e260-6397-0690-8afe-4e84e35760c4.jvazquez@gdl.btlconsultants.com.mx N:jvazquez;;;; FN:jvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvazquez@gdl.btlconsultants.com.mx END:VCARD jvazquz jvazquz@gdl.btlconsultants.com.mxcU 3Q Ye2023-07-06 15:58:20yramirezyramirez@vdm.btlconsultants.com.mxyramirezBEGIN:VCARD VERSION:3.0 UID:2022-04-2916:22:58.530ae9dd-0ba5-f693-a06d-01203dc6a774.yramirez@vdm.btlconsultants.com.mx N:yramirez;;;; FN:yramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:yramirez@vdm.btlconsultants.com.mx END:VCARD yramirez yramirez@vdm.btlconsultants.com.mx~T 3#W #qq2023-07-06 15:58:20kvaldenegrokvaldenegro@vdm.btlconsultants.com.mxkvaldenegroBEGIN:VCARD VERSION:3.0 UID:2022-04-2916:22:19.5e7d298f-0435-524a-c300-75477d64052f.kvaldenegro@vdm.btlconsultants.com.mx N:kvaldenegro;;;; FN:kvaldenegro EMAIL;TYPE=INTERNET;TYPE=INTERNET:kvaldenegro@vdm.btlconsultants.com.mx END:VCARD kvaldenegro kvaldenegro@vdm.btlconsultants.com.mxlS 3S ai2023-07-06 15:58:20jdjbernaljdjbernal@vdm.btlconsultants.com.mxjdjbernalBEGIN:VCARD VERSION:3.0 UID:2022-04-2916:21:38.94e76544-a770-73e5-f7c5-b60edf63f952.jdjbernal@vdm.btlconsultants.com.mx N:jdjbernal;;;; FN:jdjbernal EMAIL;TYPE=INTERNET;TYPE=INTERNET:jdjbernal@vdm.btlconsultants.com.mx END:VCARD jdjbernal jdjbernal@vdm.btlconsultants.com.mxZR 3O Qa2023-07-06 15:58:20larvizularvizu@vdm.btlconsultants.com.mxlarvizuBEGIN:VCARD VERSION:3.0 UID:2022-04-2916:21:04.3128f378-de20-892a-3b73-74be765bafd8.larvizu@vdm.btlconsultants.com.mx N:larvizu;;;; FN:larvizu EMAIL;TYPE=INTERNET;TYPE=INTERNET:larvizu@vdm.btlconsultants.com.mx END:VCARD larvizu larvizu@vdm.btlconsultants.com.mx  @ r j>Zg 3O Qa2023-07-06 15:58:20ejuarezejuarez@vdm.btlconsultants.com.mxejuarezBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:51:07.74947204-0fa1-c2d9-085f-6c9b7e6b7d8f.ejuarez@vdm.btlconsultants.com.mx N:ejuarez;;;; FN:ejuarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ejuarez@vdm.btlconsultants.com.mx END:VCARD ejuarez ejuarez@vdm.btlconsultants.com.mxuf 3!U !im2023-07-06 15:58:20ihernandezihernandez@ver.btlconsultants.com.mxihernandezBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:50:36.caef078d-0edd-6ef1-3f0b-40ab209eaf15.ihernandez@ver.btlconsultants.com.mx N:ihernandez;;;; FN:ihernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ihernandez@ver.btlconsultants.com.mx END:VCARD ihernandez ihernandez@ver.btlconsultants.com.mxZe 3O Qa2023-07-06 15:58:20ealcalaealcala@gdl.btlconsultants.com.mxealcalaBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:49:30.31946681-ec8b-741f-7cb5-979e397be9f8.ealcala@gdl.btlconsultants.com.mx N:ealcala;;;; FN:ealcala EMAIL;TYPE=INTERNET;TYPE=INTERNET:ealcala@gdl.btlconsultants.com.mx END:VCARD ealcala ealcala@gdl.btlconsultants.com.mxQd 3M I]2023-07-06 15:58:20rsobalrsobal@ver.btlconsultants.com.mxrsobalBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:48:48.dfd9f133-8813-07da-d2be-df18abb83a1e.rsobal@ver.btlconsultants.com.mx N:rsobal;;;; FN:rsobal EMAIL;TYPE=INTERNET;TYPE=INTERNET:rsobal@ver.btlconsultants.com.mx END:VCARD rsobal rsobal@ver.btlconsultants.com.mxHc 3K AY2023-07-06 15:58:20jsosajsosa@gto.btlconsultants.com.mxjsosaBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:48:11.eb8bacd5-b64f-b355-d966-7371f13bbf86.jsosa@gto.btlconsultants.com.mx N:jsosa;;;; FN:jsosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsosa@gto.btlconsultants.com.mx END:VCARD jsosa jsosa@gto.btlconsultants.com.mxZb 3O Qa2023-07-06 15:58:20vtoledovtoledo@oax.btlconsultants.com.mxvtoledoBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:47:37.829feee2-f2f8-cabe-6b9f-6caa3f28cd0d.vtoledo@oax.btlconsultants.com.mx N:vtoledo;;;; FN:vtoledo EMAIL;TYPE=INTERNET;TYPE=INTERNET:vtoledo@oax.btlconsultants.com.mx END:VCARD vtoledo vtoledo@oax.btlconsultants.com.mxZa 3O Qa2023-07-06 15:58:20rsantosrsantos@ver.btlconsultants.com.mxrsantosBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:47:07.c3568df5-69fd-bed2-1534-790b64cf3154.rsantos@ver.btlconsultants.com.mx N:rsantos;;;; FN:rsantos EMAIL;TYPE=INTERNET;TYPE=INTERNET:rsantos@ver.btlconsultants.com.mx END:VCARD rsantos rsantos@ver.btlconsultants.com.mxZ` 3O Qa2023-07-06 15:58:20bfloresbflores@vdm.btlconsultants.com.mxbfloresBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:46:35.1286fc31-e047-fb18-7358-480e5909fcae.bflores@vdm.btlconsultants.com.mx N:bflores;;;; FN:bflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:bflores@vdm.btlconsultants.com.mx END:VCARD bflores bflores@vdm.btlconsultants.com.mxl_ 3S ai2023-07-06 15:58:20cbalderascbalderas@gto.btlconsultants.com.mxcbalderasBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:46:03.a18f36a3-ab24-576d-16e1-ae2b1f6afd11.cbalderas@gto.btlconsultants.com.mx N:cbalderas;;;; FN:cbalderas EMAIL;TYPE=INTERNET;TYPE=INTERNET:cbalderas@gto.btlconsultants.com.mx END:VCARD cbalderas cbalderas@gto.btlconsultants.com.mxg^ 3S ]g2023-07-06 15:58:20lramirezlramirez@chih.btlconsultants.com.mxlramirezBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:45:32.40b71691-32b4-7c98-14b5-138afc84c481.lramirez@chih.btlconsultants.com.mx N:lramirez;;;; FN:lramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lramirez@chih.btlconsultants.com.mx END:VCARD lramirez lramirez@chih.btlconsultants.com.mxQ] 3M I]2023-07-06 15:58:20jmarinjmarin@mty.btlconsultants.com.mxjmarinBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:43:23.7bdace62-0367-6e15-9488-786ddda86864.jmarin@mty.btlconsultants.com.mx N:jmarin;;;; FN:jmarin EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmarin@mty.btlconsultants.com.mx END:VCARD jmarin jmarin@mty.btlconsultants.com.mx  M *Js lr 3S ai2023-07-06 15:58:20lgonzalezlgonzalez@mty.btlconsultants.com.mxlgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-05-0321:40:42.4c79d6e3-c241-efd5-3489-a62ee7e81e19.lgonzalez@mty.btlconsultants.com.mx N:lgonzalez;;;; FN:lgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lgonzalez@mty.btlconsultants.com.mx END:VCARD lgonzalez lgonzalez@mty.btlconsultants.com.mxcq 3Q Ye2023-07-06 15:58:20jramirezjramirez@gdl.btlconsultants.com.mxjramirezBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:57:15.e96430e9-ee72-bf05-dcae-0e6a87f5a340.jramirez@gdl.btlconsultants.com.mx N:jramirez;;;; FN:jramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jramirez@gdl.btlconsultants.com.mx END:VCARD jramirez jramirez@gdl.btlconsultants.com.mxcp 3Q Ye2023-07-06 15:58:20cjimenezcjimenez@bcn.btlconsultants.com.mxcjimenezBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:56:42.85d86edd-303d-779f-300e-ab804bc71818.cjimenez@bcn.btlconsultants.com.mx N:cjimenez;;;; FN:cjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cjimenez@bcn.btlconsultants.com.mx END:VCARD cjimenez cjimenez@bcn.btlconsultants.com.mxlo 3S ai2023-07-06 15:58:20a.ramireza.ramirez@vdm.btlconsultants.com.mxa.ramirezBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:56:11.5352c708-2832-8b2c-1ec8-8a7663164896.a.ramirez@vdm.btlconsultants.com.mx N:a.ramirez;;;; FN:a.ramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.ramirez@vdm.btlconsultants.com.mx END:VCARD a.ramirez a.ramirez@vdm.btlconsultants.com.mxun 3!U !im2023-07-06 15:58:20khernandezkhernandez@vdm.btlconsultants.com.mxkhernandezBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:55:07.de69bc5b-506c-9079-5dfa-2f1d22e77a07.khernandez@vdm.btlconsultants.com.mx N:khernandez;;;; FN:khernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:khernandez@vdm.btlconsultants.com.mx END:VCARD khernandez khernandez@vdm.btlconsultants.com.mxcm 3Q Ye2023-07-06 15:58:20jgaliciajgalicia@vdm.btlconsultants.com.mxjgaliciaBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:54:39.203a14b2-f1aa-8d3c-cfee-1af79e0d2575.jgalicia@vdm.btlconsultants.com.mx N:jgalicia;;;; FN:jgalicia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgalicia@vdm.btlconsultants.com.mx END:VCARD jgalicia jgalicia@vdm.btlconsultants.com.mxZl 3O Qa2023-07-06 15:58:20alozanoalozano@bcn.btlconsultants.com.mxalozanoBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:53:49.d516b4a2-9796-4451-83c0-20f247776960.alozano@bcn.btlconsultants.com.mx N:alozano;;;; FN:alozano EMAIL;TYPE=INTERNET;TYPE=INTERNET:alozano@bcn.btlconsultants.com.mx END:VCARD alozano alozano@bcn.btlconsultants.com.mxck 3Q Ye2023-07-06 15:58:20j.garciaj.garcia@tam.btlconsultants.com.mxj.garciaBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:53:16.a3dbe048-e4d8-fa42-2adc-9868d7057d13.j.garcia@tam.btlconsultants.com.mx N:j.garcia;;;; FN:j.garcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.garcia@tam.btlconsultants.com.mx END:VCARD j.garcia j.garcia@tam.btlconsultants.com.mxZj 3O Qa2023-07-06 15:58:20hdavilahdavila@mty.btlconsultants.com.mxhdavilaBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:52:38.37223b69-3b95-6c48-c20e-f1d765560495.hdavila@mty.btlconsultants.com.mx N:hdavila;;;; FN:hdavila EMAIL;TYPE=INTERNET;TYPE=INTERNET:hdavila@mty.btlconsultants.com.mx END:VCARD hdavila hdavila@mty.btlconsultants.com.mxQi 3M I]2023-07-06 15:58:20jfriasjfrias@gdl.btlconsultants.com.mxjfriasBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:52:11.6afa66ac-e595-20fe-b345-bba3aedbf255.jfrias@gdl.btlconsultants.com.mx N:jfrias;;;; FN:jfrias EMAIL;TYPE=INTERNET;TYPE=INTERNET:jfrias@gdl.btlconsultants.com.mx END:VCARD jfrias jfrias@gdl.btlconsultants.com.mxZh 3O Qa2023-07-06 15:58:20pchavezpchavez@zac.btlconsultants.com.mxpchavezBEGIN:VCARD VERSION:3.0 UID:2022-05-0217:51:35.0db08fbb-22e2-9473-2cef-74b1730b70dc.pchavez@zac.btlconsultants.com.mx N:pchavez;;;; FN:pchavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:pchavez@zac.btlconsultants.com.mx END:VCARD pchavez pchavez@zac.btlconsultants.com.mx  % En+H} 3K AY2023-07-06 15:58:21dmenadmena@dgo.btlconsultants.com.mxdmenaBEGIN:VCARD VERSION:3.0 UID:2022-05-0514:44:13.d5b4a60b-43ed-3ad5-6e6a-9b922cbae02b.dmena@dgo.btlconsultants.com.mx N:dmena;;;; FN:dmena EMAIL;TYPE=INTERNET;TYPE=INTERNET:dmena@dgo.btlconsultants.com.mx END:VCARD dmena dmena@dgo.btlconsultants.com.mxl| 3S ai2023-07-06 15:58:21balvaradobalvarado@mty.btlconsultants.com.mxbalvaradoBEGIN:VCARD VERSION:3.0 UID:2022-05-0417:15:03.437cae29-8100-3a2e-46f7-992e8d1a954f.balvarado@mty.btlconsultants.com.mx N:balvarado;;;; FN:balvarado EMAIL;TYPE=INTERNET;TYPE=INTERNET:balvarado@mty.btlconsultants.com.mx END:VCARD balvarado balvarado@mty.btlconsultants.com.mxZ{ 3O Qa2023-07-06 15:58:21jgarciajgarcia@chi.btlconsultants.com.mxjgarciaBEGIN:VCARD VERSION:3.0 UID:2022-05-0417:14:18.c537ff9a-c263-6bd9-ca8e-8037161b8611.jgarcia@chi.btlconsultants.com.mx N:jgarcia;;;; FN:jgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgarcia@chi.btlconsultants.com.mx END:VCARD jgarcia jgarcia@chi.btlconsultants.com.mx?z 3I 9U2023-07-06 15:58:21jpucjpuc@mer.btlconsultants.com.mxjpucBEGIN:VCARD VERSION:3.0 UID:2022-05-0417:13:48.3dc5a895-98af-a0d2-d3b1-316256e65938.jpuc@mer.btlconsultants.com.mx N:jpuc;;;; FN:jpuc EMAIL;TYPE=INTERNET;TYPE=INTERNET:jpuc@mer.btlconsultants.com.mx END:VCARD jpuc jpuc@mer.btlconsultants.com.mx?y 3I 9U2023-07-06 15:58:21cgilcgil@son.btlconsultants.com.mxcgilBEGIN:VCARD VERSION:3.0 UID:2022-05-0417:12:32.45812380-4003-de76-57a2-211885bca5cf.cgil@son.btlconsultants.com.mx N:cgil;;;; FN:cgil EMAIL;TYPE=INTERNET;TYPE=INTERNET:cgil@son.btlconsultants.com.mx END:VCARD cgil cgil@son.btlconsultants.com.mxQx 3M I]2023-07-06 15:58:21cvidalcvidal@tab.btlconsultants.com.mxcvidalBEGIN:VCARD VERSION:3.0 UID:2022-05-0417:11:27.bbf7d9be-1a31-b65c-925b-73a676fe1883.cvidal@tab.btlconsultants.com.mx N:cvidal;;;; FN:cvidal EMAIL;TYPE=INTERNET;TYPE=INTERNET:cvidal@tab.btlconsultants.com.mx END:VCARD cvidal cvidal@tab.btlconsultants.com.mx~w 3#W #qq2023-07-06 15:58:20vecheverriavecheverria@vdm.btlconsultants.com.mxvecheverriaBEGIN:VCARD VERSION:3.0 UID:2022-05-0417:10:30.69276174-5f56-d64e-8db4-891d071193a8.vecheverria@vdm.btlconsultants.com.mx N:vecheverria;;;; FN:vecheverria EMAIL;TYPE=INTERNET;TYPE=INTERNET:vecheverria@vdm.btlconsultants.com.mx END:VCARD vecheverria vecheverria@vdm.btlconsultants.com.mxlv 3S ai2023-07-06 15:58:20f_navarrof_navarro@vdm.btlconsultants.com.mxf_navarroBEGIN:VCARD VERSION:3.0 UID:2022-05-0321:43:34.df9adf1a-97a1-abdf-ae0d-26aef418f201.f_navarro@vdm.btlconsultants.com.mx N:f_navarro;;;; FN:f_navarro EMAIL;TYPE=INTERNET;TYPE=INTERNET:f_navarro@vdm.btlconsultants.com.mx END:VCARD f_navarro f_navarro@vdm.btlconsultants.com.mxlu 3S ai2023-07-06 15:58:20mialarconmialarcon@vdm.btlconsultants.com.mxmialarconBEGIN:VCARD VERSION:3.0 UID:2022-05-0321:42:46.1d102f1a-9ada-8ad6-b004-5067060768cc.mialarcon@vdm.btlconsultants.com.mx N:mialarcon;;;; FN:mialarcon EMAIL;TYPE=INTERNET;TYPE=INTERNET:mialarcon@vdm.btlconsultants.com.mx END:VCARD mialarcon mialarcon@vdm.btlconsultants.com.mx^t 3Q Uc2023-07-06 15:58:20omolinaomolina@chih.btlconsultants.com.mxomolinaBEGIN:VCARD VERSION:3.0 UID:2022-05-0321:42:03.06ca4f81-26aa-2d08-5d1f-932b37dfbac7.omolina@chih.btlconsultants.com.mx N:omolina;;;; FN:omolina EMAIL;TYPE=INTERNET;TYPE=INTERNET:omolina@chih.btlconsultants.com.mx END:VCARD omolina omolina@chih.btlconsultants.com.mxus 3!U !im2023-07-06 15:58:20csantillamcsantillam@mty.btlconsultants.com.mxcsantillamBEGIN:VCARD VERSION:3.0 UID:2022-05-0321:41:29.38e28e04-cce0-84d4-8157-98ae06024f55.csantillam@mty.btlconsultants.com.mx N:csantillam;;;; FN:csantillam EMAIL;TYPE=INTERNET;TYPE=INTERNET:csantillam@mty.btlconsultants.com.mx END:VCARD csantillam csantillam@mty.btlconsultants.com.mx  % W Fx#u 3!U !im2023-07-06 15:58:21jhernandezjhernandez@hgo.btlconsultants.com.mxjhernandezBEGIN:VCARD VERSION:3.0 UID:2022-05-0922:05:03.1820109f-43fa-58d6-d085-30faf5469fa4.jhernandez@hgo.btlconsultants.com.mx N:jhernandez;;;; FN:jhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jhernandez@hgo.btlconsultants.com.mx END:VCARD jhernandez jhernandez@hgo.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:21jlopezjlopez@bcn.btlconsultants.com.mxjlopezBEGIN:VCARD VERSION:3.0 UID:2022-05-0922:03:54.37ef9a6d-a483-ff94-5ffe-c9c5154ce419.jlopez@bcn.btlconsultants.com.mx N:jlopez;;;; FN:jlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jlopez@bcn.btlconsultants.com.mx END:VCARD jlopez jlopez@bcn.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:21aclopezaclopez@gdl.btlconsultants.com.mxaclopezBEGIN:VCARD VERSION:3.0 UID:2022-05-0922:03:13.9479c89d-8b13-9dfc-09ff-1d0cfce6473c.aclopez@gdl.btlconsultants.com.mx N:aclopez;;;; FN:aclopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:aclopez@gdl.btlconsultants.com.mx END:VCARD aclopez aclopez@gdl.btlconsultants.com.mxl 3S ai2023-07-06 15:58:21imartinezimartinez@mer.btlconsultants.com.mximartinezBEGIN:VCARD VERSION:3.0 UID:2022-05-0922:02:16.4fbaed28-6d09-cd36-2ff6-8c6b908a8e33.imartinez@mer.btlconsultants.com.mx N:imartinez;;;; FN:imartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:imartinez@mer.btlconsultants.com.mx END:VCARD imartinez imartinez@mer.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:21ecamachoecamacho@gto.btlconsultants.com.mxecamachoBEGIN:VCARD VERSION:3.0 UID:2022-05-0922:01:44.e6ec3599-3e4a-34e2-1e2f-ab1c1a1d8fe2.ecamacho@gto.btlconsultants.com.mx N:ecamacho;;;; FN:ecamacho EMAIL;TYPE=INTERNET;TYPE=INTERNET:ecamacho@gto.btlconsultants.com.mx END:VCARD ecamacho ecamacho@gto.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:21jrojasjrojas@gdl.btlconsultants.com.mxjrojasBEGIN:VCARD VERSION:3.0 UID:2022-05-0922:00:24.78fd1d57-f557-22a3-bef4-30d88902e33f.jrojas@gdl.btlconsultants.com.mx N:jrojas;;;; FN:jrojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:jrojas@gdl.btlconsultants.com.mx END:VCARD jrojas jrojas@gdl.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:21cochoacochoa@slp.btlconsultants.com.mxcochoaBEGIN:VCARD VERSION:3.0 UID:2022-05-0921:58:53.1cc80bb2-95e1-e5b8-009c-954285be5e89.cochoa@slp.btlconsultants.com.mx N:cochoa;;;; FN:cochoa EMAIL;TYPE=INTERNET;TYPE=INTERNET:cochoa@slp.btlconsultants.com.mx END:VCARD cochoa cochoa@slp.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:21ggarciaggarcia@son.btlconsultants.com.mxggarciaBEGIN:VCARD VERSION:3.0 UID:2022-05-0921:57:47.9e6e9ecc-acfa-a43d-16f8-61e8a11b5d3a.ggarcia@son.btlconsultants.com.mx N:ggarcia;;;; FN:ggarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ggarcia@son.btlconsultants.com.mx END:VCARD ggarcia ggarcia@son.btlconsultants.com.mxl 3S ai2023-07-06 15:58:21romoralesromorales@qro.btlconsultants.com.mxromoralesBEGIN:VCARD VERSION:3.0 UID:2022-05-0921:56:52.02e55284-6dbd-c4b3-e1e5-04b7539354fa.romorales@qro.btlconsultants.com.mx N:romorales;;;; FN:romorales EMAIL;TYPE=INTERNET;TYPE=INTERNET:romorales@qro.btlconsultants.com.mx END:VCARD romorales romorales@qro.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:21mquijanomquijano@vdm.btlconsultants.com.mxmquijanoBEGIN:VCARD VERSION:3.0 UID:2022-05-0921:56:01.b1df8839-8e48-f4f1-e6af-c9f5738e94d4.mquijano@vdm.btlconsultants.com.mx N:mquijano;;;; FN:mquijano EMAIL;TYPE=INTERNET;TYPE=INTERNET:mquijano@vdm.btlconsultants.com.mx END:VCARD mquijano mquijano@vdm.btlconsultants.com.mxp~ 3U ek2023-07-06 15:58:21sespinozasespinoza@coah.btlconsultants.com.mxsespinozaBEGIN:VCARD VERSION:3.0 UID:2022-05-0921:55:09.7f1a9ded-2860-914e-8700-2db3083b365f.sespinoza@coah.btlconsultants.com.mx N:sespinoza;;;; FN:sespinoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:sespinoza@coah.btlconsultants.com.mx END:VCARD sespinoza sespinoza@coah.btlconsultants.com.mx  _  ZhZ 3O Qa2023-07-06 15:58:21ljlopezljlopez@vdm.btlconsultants.com.mxljlopezBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:12:53.42f533ec-e3c8-5d70-8670-bbed8956eecb.ljlopez@vdm.btlconsultants.com.mx N:ljlopez;;;; FN:ljlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ljlopez@vdm.btlconsultants.com.mx END:VCARD ljlopez ljlopez@vdm.btlconsultants.com.mxH 3K AY2023-07-06 15:58:21asotoasoto@vdm.btlconsultants.com.mxasotoBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:01:47.cb00e498-1b66-8431-4ff1-8d90f2969c63.asoto@vdm.btlconsultants.com.mx N:asoto;;;; FN:asoto EMAIL;TYPE=INTERNET;TYPE=INTERNET:asoto@vdm.btlconsultants.com.mx END:VCARD asoto asoto@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:58:21m.aguilarm.aguilar@vdm.btlconsultants.com.mxm.aguilarBEGIN:VCARD VERSION:3.0 UID:2022-05-1615:42:29.8d7fd9d9-df58-ad91-aa66-8007e4981ac2.m.aguilar@vdm.btlconsultants.com.mx N:m.aguilar;;;; FN:m.aguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.aguilar@vdm.btlconsultants.com.mx END:VCARD m.aguilar m.aguilar@vdm.btlconsultants.com.mx~ 3#W #qq2023-07-06 15:58:21i.rubalcavai.rubalcava@vdm.btlconsultants.com.mxi.rubalcavaBEGIN:VCARD VERSION:3.0 UID:2022-05-1615:41:46.58bb4d5a-31ed-03c8-7729-6059bbb6e8d7.i.rubalcava@vdm.btlconsultants.com.mx N:i.rubalcava;;;; FN:i.rubalcava EMAIL;TYPE=INTERNET;TYPE=INTERNET:i.rubalcava@vdm.btlconsultants.com.mx END:VCARD i.rubalcava i.rubalcava@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:21icarmonaicarmona@vdm.btlconsultants.com.mxicarmonaBEGIN:VCARD VERSION:3.0 UID:2022-05-1615:39:59.942fde82-9503-a8ff-45e8-0e948e2e9e9b.icarmona@vdm.btlconsultants.com.mx N:icarmona;;;; FN:icarmona EMAIL;TYPE=INTERNET;TYPE=INTERNET:icarmona@vdm.btlconsultants.com.mx END:VCARD icarmona icarmona@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:21pgomezpgomez@gdl.btlconsultants.com.mxpgomezBEGIN:VCARD VERSION:3.0 UID:2022-05-1320:06:59.cd88887e-f9a9-c659-00c8-df7f6d864b18.pgomez@gdl.btlconsultants.com.mx N:pgomez;;;; FN:pgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:pgomez@gdl.btlconsultants.com.mx END:VCARD pgomez pgomez@gdl.btlconsultants.com.mxe 3!M !Ye2023-07-06 15:58:21dalcantaradalcantara@btlconsultants.com.mxdalcantaraBEGIN:VCARD VERSION:3.0 UID:2022-05-1017:44:33.075e9923-492b-07c4-e26a-11e3c6f58638.dalcantara@btlconsultants.com.mx N:dalcantara;;;; FN:dalcantara EMAIL;TYPE=INTERNET;TYPE=INTERNET:dalcantara@btlconsultants.com.mx END:VCARD dalcantara dalcantara@btlconsultants.com.mxl 3S ai2023-07-06 15:58:21sarellanosarellano@ags.btlconsultants.com.mxsarellanoBEGIN:VCARD VERSION:3.0 UID:2022-05-0922:09:06.7924e2a7-8ceb-34e4-9259-42bb3426138a.sarellano@ags.btlconsultants.com.mx N:sarellano;;;; FN:sarellano EMAIL;TYPE=INTERNET;TYPE=INTERNET:sarellano@ags.btlconsultants.com.mx END:VCARD sarellano sarellano@ags.btlconsultants.com.mxl 3S ai2023-07-06 15:58:21smartinezsmartinez@gto.btlconsultants.com.mxsmartinezBEGIN:VCARD VERSION:3.0 UID:2022-05-0922:08:31.f8b3c97e-d349-8cf9-1e53-b77bfb11a135.smartinez@gto.btlconsultants.com.mx N:smartinez;;;; FN:smartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:smartinez@gto.btlconsultants.com.mx END:VCARD smartinez smartinez@gto.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:21llopezllopez@vdm.btlconsultants.com.mxllopezBEGIN:VCARD VERSION:3.0 UID:2022-05-0922:07:56.76484de8-f015-06ad-93d8-55d446580f47.llopez@vdm.btlconsultants.com.mx N:llopez;;;; FN:llopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:llopez@vdm.btlconsultants.com.mx END:VCARD llopez llopez@vdm.btlconsultants.com.mxH 3K AY2023-07-06 15:58:21oruizoruiz@gdl.btlconsultants.com.mxoruizBEGIN:VCARD VERSION:3.0 UID:2022-05-0922:07:08.d68a3b59-02f5-7d79-1128-10ff270ec227.oruiz@gdl.btlconsultants.com.mx N:oruiz;;;; FN:oruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:oruiz@gdl.btlconsultants.com.mx END:VCARD oruiz oruiz@gdl.btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX<  3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24  3 2023-07-06 15:58:24  3 2023-07-06 15:58:24  3 2023-07-06 15:58:24  3 2023-07-06 15:58:24  3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:23 3 2023-07-06 15:58:23 3 2023-07-06 15:58:23 3 2023-07-06 15:58:23~ 3 ~2023-07-06 15:58:23} 3 }2023-07-06 15:58:23| 3 |2023-07-06 15:58:23{ 3 {2023-07-06 15:58:23z 3 z2023-07-06 15:58:23y 3 y2023-07-06 15:58:23x 3 x2023-07-06 15:58:23w 3 w2023-07-06 15:58:23v 3 v2023-07-06 15:58:23u 3 u2023-07-06 15:58:23t 3 t2023-07-06 15:58:23s 3 s2023-07-06 15:58:23r 3 r2023-07-06 15:58:23q 3 q2023-07-06 15:58:23p 3 p2023-07-06 15:58:23o 3 o2023-07-06 15:58:23n 3 n2023-07-06 15:58:23m 3 m2023-07-06 15:58:23l 3 l2023-07-06 15:58:23k 3 k2023-07-06 15:58:23j 3 j2023-07-06 15:58:23i 3 i2023-07-06 15:58:23h 3 h2023-07-06 15:58:23g 3 g2023-07-06 15:58:23f 3 f2023-07-06 15:58:23e 3 e2023-07-06 15:58:23d 3 d2023-07-06 15:58:23c 3 c2023-07-06 15:58:23b 3 b2023-07-06 15:58:23a 3 a2023-07-06 15:58:23` 3 `2023-07-06 15:58:23_ 3 _2023-07-06 15:58:23^ 3 ^2023-07-06 15:58:23] 3 ]2023-07-06 15:58:23\ 3 \2023-07-06 15:58:23[ 3 [2023-07-06 15:58:22Z 3 Z2023-07-06 15:58:22Y 3 Y2023-07-06 15:58:22X 3 X2023-07-06 15:58:22W 3 W2023-07-06 15:58:22V 3 V2023-07-06 15:58:22U 3 U2023-07-06 15:58:22T 3 T2023-07-06 15:58:22S 3 S2023-07-06 15:58:22R 3 R2023-07-06 15:58:22Q 3 Q2023-07-06 15:58:22P 3 P2023-07-06 15:58:22O 3 O2023-07-06 15:58:22N 3 N2023-07-06 15:58:22M 3 M2023-07-06 15:58:22L 3 L2023-07-06 15:58:22K 3 K2023-07-06 15:58:22J 3 J2023-07-06 15:58:22I 3 I2023-07-06 15:58:22H 3 H2023-07-06 15:58:22G 3 G2023-07-06 15:58:22F 3 F2023-07-06 15:58:22E 3 E2023-07-06 15:58:22D 3 D2023-07-06 15:58:22C 3 C2023-07-06 15:58:22B 3 B2023-07-06 15:58:22A 3 A2023-07-06 15:58:22@ 3 @2023-07-06 15:58:22? 3 ?2023-07-06 15:58:22> 3 >2023-07-06 15:58:22= 3 =2023-07-06 15:58:22< 3 <2023-07-06 15:58:22; 3 ;2023-07-06 15:58:22: 3 :2023-07-06 15:58:229 3 92023-07-06 15:58:228 3 82023-07-06 15:58:227 3 72023-07-06 15:58:226 3 62023-07-06 15:58:225 3 52023-07-06 15:58:224 3 42023-07-06 15:58:223 3 32023-07-06 15:58:222 3 22023-07-06 15:58:221 3 12023-07-06 15:58:220 3 02023-07-06 15:58:22/ 3 /2023-07-06 15:58:22. 3 .2023-07-06 15:58:22- 3 -2023-07-06 15:58:22, 3 ,2023-07-06 15:58:22+ 3 +2023-07-06 15:58:22* 3 *2023-07-06 15:58:22) 3 )2023-07-06 15:58:22( 3 (2023-07-06 15:58:22' 3 '2023-07-06 15:58:22& 3 &2023-07-06 15:58:22% 3 %2023-07-06 15:58:22$ 3 $2023-07-06 15:58:22# 3 #2023-07-06 15:58:21" 3 "2023-07-06 15:58:21! 3 !2023-07-06 15:58:21  3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 3 2023-07-06 15:58:21 z + Dv!Lzp 3U ek2023-07-06 15:58:21resquivelresquivel@qroo.btlconsultants.com.mxresquivelBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:20:41.65ea2d79-cee6-3643-196c-0914b6af0b8f.resquivel@qroo.btlconsultants.com.mx N:resquivel;;;; FN:resquivel EMAIL;TYPE=INTERNET;TYPE=INTERNET:resquivel@qroo.btlconsultants.com.mx END:VCARD resquivel resquivel@qroo.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:21mzaratemzarate@vdm.btlconsultants.com.mxmzarateBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:20:04.db3e2593-4fee-9a96-354c-509cd6efcde7.mzarate@vdm.btlconsultants.com.mx N:mzarate;;;; FN:mzarate EMAIL;TYPE=INTERNET;TYPE=INTERNET:mzarate@vdm.btlconsultants.com.mx END:VCARD mzarate mzarate@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:58:21dsjimenezdsjimenez@vdm.btlconsultants.com.mxdsjimenezBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:19:32.19ea1539-427b-7086-e4ae-094ef3956823.dsjimenez@vdm.btlconsultants.com.mx N:dsjimenez;;;; FN:dsjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dsjimenez@vdm.btlconsultants.com.mx END:VCARD dsjimenez dsjimenez@vdm.btlconsultants.com.mxa 3Q Ya2023-07-06 15:58:21eesquedaeesqueda@bcn.btlconsultants.com.mxeesquedaBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:18:43.642d1824-010d-7dfe-d605-b25f4cf10bc2.eesqueda@bcn.btlconsultants.com.mx N:eesqueda;;;; FN:eesqueda EMAIL;TYPE=INTERNET;TYPE=INTERNET:eesqueda@bcn.btlconsultants.com.mx END:VCARD eesquda eesquda@bcn.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:21lnietolnieto@slp.btlconsultants.com.mxlnietoBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:18:08.1980cc29-57d9-5453-e743-c176c23c4d24.lnieto@slp.btlconsultants.com.mx N:lnieto;;;; FN:lnieto EMAIL;TYPE=INTERNET;TYPE=INTERNET:lnieto@slp.btlconsultants.com.mx END:VCARD lnieto lnieto@slp.btlconsultants.com.mxl 3S ai2023-07-06 15:58:21pcoronadopcoronado@mty.btlconsultants.com.mxpcoronadoBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:17:33.aae22e83-edac-5119-0259-9cdd2e52b1f3.pcoronado@mty.btlconsultants.com.mx N:pcoronado;;;; FN:pcoronado EMAIL;TYPE=INTERNET;TYPE=INTERNET:pcoronado@mty.btlconsultants.com.mx END:VCARD pcoronado pcoronado@mty.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:21clozanoclozano@ags.btlconsultants.com.mxclozanoBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:16:18.51b3c406-f9d1-fc9d-8441-9aa18b16c61f.clozano@ags.btlconsultants.com.mx N:clozano;;;; FN:clozano EMAIL;TYPE=INTERNET;TYPE=INTERNET:clozano@ags.btlconsultants.com.mx END:VCARD clozano clozano@ags.btlconsultants.com.mxs 3!U !ii2023-07-06 15:58:21idominguezidominguez@vdm.btlconsultants.com.mxidominguezBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:15:37.c5ccb458-06d0-8792-1595-15d8970fcead.idominguez@vdm.btlconsultants.com.mx N:idominguez;;;; FN:idominguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:idominguez@vdm.btlconsultants.com.mx END:VCARD idominguz idominguz@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:58:21earellanoearellano@nay.btlconsultants.com.mxearellanoBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:15:05.b94ddfe1-1119-f320-e570-0eaefd90aa28.earellano@nay.btlconsultants.com.mx N:earellano;;;; FN:earellano EMAIL;TYPE=INTERNET;TYPE=INTERNET:earellano@nay.btlconsultants.com.mx END:VCARD earellano earellano@nay.btlconsultants.com.mxj 3U ag2023-07-06 15:58:21gmirandagmiranda@guerr.btlconsultants.com.mxgmirandaBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:14:12.5e151452-33e5-565e-d942-c3ac784b5672.gmiranda@guerr.btlconsultants.com.mx N:gmiranda;;;; FN:gmiranda EMAIL;TYPE=INTERNET;TYPE=INTERNET:gmiranda@guerr.btlconsultants.com.mx END:VCARD gmiranda gmiranda@gurr.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:21jgromerojgromero@vdm.btlconsultants.com.mxjgromeroBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:13:38.a2a9fccd-69c7-710d-663f-07ed4718a56e.jgromero@vdm.btlconsultants.com.mx N:jgromero;;;; FN:jgromero EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgromero@vdm.btlconsultants.com.mx END:VCARD jgromero jgromero@vdm.btlconsultants.com.mx exph`XPH@80( xph`XPH@80(  x p h ` X P H @ 8 0 (    0 (    x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    xph`XPH@80( xph`XPH@80( xph`XPH@80( xph`XPH@80(  x p h ` X P H @ 8 0 (    x p h ` X P H @ 8@80( xph`xpXPhH@h                                                    ~ ~ } } | | { { z z y y x x w w v v u u t t s s r r q q p p o o n n m m l l k k j j i i h h g g f f e e d d c c b b a a ` ` _ _ ^ ^ ] ] \ \ [ [ Z Z Y Y X X W W V V U U T T S S R R Q Q P P O O N N M M L L K K J J I I H H G G F F E E D D C C B B A A @ @ ? ? > > = = < < ; ; : : 9 9 8 8 7 7 6 6 5 5 4 4 3 3 2 2 1 1 0 0 / / . . - - , , + + * * ) ) ( ( ' ' & & % % $ $ # # " " ! !                                                                                                                V 6h=e) 3!M !Ye2023-07-06 15:58:22j_martinezj_martinez@btlconsultants.com.mxj_martinezBEGIN:VCARD VERSION:3.0 UID:2022-05-1919:52:08.40f898f3-459a-648f-4d3f-649117277455.j_martinez@btlconsultants.com.mx N:j_martinez;;;; FN:j_martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j_martinez@btlconsultants.com.mx END:VCARD j_martinez j_martinez@btlconsultants.com.mxc( 3Q Ye2023-07-06 15:58:22jmendozajmendoza@gto.btlconsultants.com.mxjmendozaBEGIN:VCARD VERSION:3.0 UID:2022-05-1916:34:36.9e96c5ad-1d3b-0287-4a38-55314e1fe6d3.jmendoza@gto.btlconsultants.com.mx N:jmendoza;;;; FN:jmendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmendoza@gto.btlconsultants.com.mx END:VCARD jmendoza jmendoza@gto.btlconsultants.com.mxP' 3M I[2023-07-06 15:58:22rlopezrlopez@pue.btlconsultants.com.mxrlopezBEGIN:VCARD VERSION:3.0 UID:2022-05-1916:34:07.5993b19b-3054-3b9b-c745-7087c81ea6b6.rlopez@pue.btlconsultants.com.mx N:rlopez;;;; FN:rlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rlopez@pue.btlconsultants.com.mx END:VCARD rlopez rlopez@pu.btlconsultants.com.mxl& 3S ai2023-07-06 15:58:22egonzalezegonzalez@bcn.btlconsultants.com.mxegonzalezBEGIN:VCARD VERSION:3.0 UID:2022-05-1916:28:20.b8eb76cd-c69c-b83a-ed70-e98e6991a0e9.egonzalez@bcn.btlconsultants.com.mx N:egonzalez;;;; FN:egonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:egonzalez@bcn.btlconsultants.com.mx END:VCARD egonzalez egonzalez@bcn.btlconsultants.com.mxl% 3S ai2023-07-06 15:58:22agonzalezagonzalez@bcn.btlconsultants.com.mxagonzalezBEGIN:VCARD VERSION:3.0 UID:2022-05-1719:21:15.d0832f57-6632-803a-53d5-4f0bddf62706.agonzalez@bcn.btlconsultants.com.mx N:agonzalez;;;; FN:agonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:agonzalez@bcn.btlconsultants.com.mx END:VCARD agonzalez agonzalez@bcn.btlconsultants.com.mxZ$ 3O Qa2023-07-06 15:58:22mmendezmmendez@mer.btlconsultants.com.mxmmendezBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:26:58.47b45b60-67ec-99bf-9ade-037d3ac7e408.mmendez@mer.btlconsultants.com.mx N:mmendez;;;; FN:mmendez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmendez@mer.btlconsultants.com.mx END:VCARD mmendez mmendez@mer.btlconsultants.com.mxQ# 3M I]2023-07-06 15:58:21npereznperez@gdl.btlconsultants.com.mxnperezBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:26:11.4c8805c3-c275-0771-f55b-85c19c8bbac4.nperez@gdl.btlconsultants.com.mx N:nperez;;;; FN:nperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:nperez@gdl.btlconsultants.com.mx END:VCARD nperez nperez@gdl.btlconsultants.com.mxc" 3Q Ye2023-07-06 15:58:21mmolgadommolgado@ver.btlconsultants.com.mxmmolgadoBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:24:21.d0e7aeb2-2c5b-06c0-63e1-4fc86febb1e1.mmolgado@ver.btlconsultants.com.mx N:mmolgado;;;; FN:mmolgado EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmolgado@ver.btlconsultants.com.mx END:VCARD mmolgado mmolgado@ver.btlconsultants.com.mx`! 3Q Y_2023-07-06 15:58:21ymarquezymarquez@pue.btlconsultants.com.mxymarquezBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:23:45.9e304def-8984-a262-43d1-a5b6ce5d2920.ymarquez@pue.btlconsultants.com.mx N:ymarquez;;;; FN:ymarquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ymarquez@pue.btlconsultants.com.mx END:VCARD ymarquz ymarquz@pu.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:21ymorenoymoreno@ags.btlconsultants.com.mxymorenoBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:23:11.99cdcfb0-3807-032b-b5ba-6528d828c95f.ymoreno@ags.btlconsultants.com.mx N:ymoreno;;;; FN:ymoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:ymoreno@ags.btlconsultants.com.mx END:VCARD ymoreno ymoreno@ags.btlconsultants.com.mxH 3K AY2023-07-06 15:58:21jmezajmeza@gdl.btlconsultants.com.mxjmezaBEGIN:VCARD VERSION:3.0 UID:2022-05-1616:21:54.e0dfd907-e197-f953-9f8b-379aa46f2799.jmeza@gdl.btlconsultants.com.mx N:jmeza;;;; FN:jmeza EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmeza@gdl.btlconsultants.com.mx END:VCARD jmeza jmeza@gdl.btlconsultants.com.mx 3 o p 2i3%4 3/[ /2023-07-06 15:58:22almacen.monterreyalmacen.monterrey@btlconsultants.com.mxalmacen.monterreyBEGIN:VCARD VERSION:3.0 UID:2022-06-0220:38:54.173ed191-2c14-9c7e-e625-565219259b2d.almacen.monterrey@btlconsultants.com.mx N:almacen.monterrey;;;; FN:almacen.monterrey EMAIL;TYPE=INTERNET;TYPE=INTERNET:almacen.monterrey@btlconsultants.com.mx END:VCARD almacen.monterrey almacen.monterrey@btlconsultants.com.mx 3 3)U )yu2023-07-06 15:58:22almacen.meridaalmacen.merida@btlconsultants.com.mxalmacen.meridaBEGIN:VCARD VERSION:3.0 UID:2022-06-0220:38:02.c0c46ffc-b2f7-fae7-31d3-d9243c2bee89.almacen.merida@btlconsultants.com.mx N:almacen.merida;;;; FN:almacen.merida EMAIL;TYPE=INTERNET;TYPE=INTERNET:almacen.merida@btlconsultants.com.mx END:VCARD almacen.merida almacen.merida@btlconsultants.com.mxw2 3%Q %im2023-07-06 15:58:22capacitacioncapacitacion@btlconsultants.com.mxcapacitacionBEGIN:VCARD VERSION:3.0 UID:2022-06-0218:39:24.858bf30c-c706-9461-52b5-6bcf79fdcc6b.capacitacion@btlconsultants.com.mx N:capacitacion;;;; FN:capacitacion EMAIL;TYPE=INTERNET;TYPE=INTERNET:capacitacion@btlconsultants.com.mx END:VCARD capacitacion capacitacion@btlconsultants.com.mxJ1 3G AY2023-07-06 15:58:22k.avilak.avila@btlconsultants.com.mxk.avilaBEGIN:VCARD VERSION:3.0 UID:2022-06-0114:44:39.c006fb30-71e3-b69a-aba2-0be8f48f1bdd.k.avila@btlconsultants.com.mx N:k.avila;;;; FN:k.avila EMAIL;TYPE=INTERNET;TYPE=INTERNET:k.avila@btlconsultants.com.mx END:VCARD k.avila k.avila@btlconsultants.com.mxZ0 3O Qa2023-07-06 15:58:22a.trejoa.trejo@vdm.btlconsultants.com.mxa.trejoBEGIN:VCARD VERSION:3.0 UID:2022-05-3015:24:31.5756c18b-b26c-8983-e76d-dc118135a268.a.trejo@vdm.btlconsultants.com.mx N:a.trejo;;;; FN:a.trejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.trejo@vdm.btlconsultants.com.mx END:VCARD a.trejo a.trejo@vdm.btlconsultants.com.mxl/ 3S ai2023-07-06 15:58:22lzaragozalzaragoza@vdm.btlconsultants.com.mxlzaragozaBEGIN:VCARD VERSION:3.0 UID:2022-05-2614:56:25.5f03c173-71e5-527d-11a0-c27401c15521.lzaragoza@vdm.btlconsultants.com.mx N:lzaragoza;;;; FN:lzaragoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:lzaragoza@vdm.btlconsultants.com.mx END:VCARD lzaragoza lzaragoza@vdm.btlconsultants.com.mxl. 3S ai2023-07-06 15:58:22kgastelumkgastelum@qro.btlconsultants.com.mxkgastelumBEGIN:VCARD VERSION:3.0 UID:2022-05-2522:02:22.bcdb2871-9825-9469-012a-e4725089a18e.kgastelum@qro.btlconsultants.com.mx N:kgastelum;;;; FN:kgastelum EMAIL;TYPE=INTERNET;TYPE=INTERNET:kgastelum@qro.btlconsultants.com.mx END:VCARD kgastelum kgastelum@qro.btlconsultants.com.mxu- 3!U !im2023-07-06 15:58:22dcanizalesdcanizales@bcn.btlconsultants.com.mxdcanizalesBEGIN:VCARD VERSION:3.0 UID:2022-05-2521:21:38.e79b6cd3-3533-6d74-3bb6-4901f16b5470.dcanizales@bcn.btlconsultants.com.mx N:dcanizales;;;; FN:dcanizales EMAIL;TYPE=INTERNET;TYPE=INTERNET:dcanizales@bcn.btlconsultants.com.mx END:VCARD dcanizales dcanizales@bcn.btlconsultants.com.mx, 3#Y #us2023-07-06 15:58:22kbalderramakbalderrama@chih.btlconsultants.com.mxkbalderramaBEGIN:VCARD VERSION:3.0 UID:2022-05-2521:20:59.957a2422-6838-d16f-d847-b9d898c38f01.kbalderrama@chih.btlconsultants.com.mx N:kbalderrama;;;; FN:kbalderrama EMAIL;TYPE=INTERNET;TYPE=INTERNET:kbalderrama@chih.btlconsultants.com.mx END:VCARD kbalderrama kbalderrama@chih.btlconsultants.com.mxZ+ 3O Qa2023-07-06 15:58:22cromerocromero@vdm.btlconsultants.com.mxcromeroBEGIN:VCARD VERSION:3.0 UID:2022-05-2320:20:59.6cea459e-1427-497d-ad31-34bb3720f9d4.cromero@vdm.btlconsultants.com.mx N:cromero;;;; FN:cromero EMAIL;TYPE=INTERNET;TYPE=INTERNET:cromero@vdm.btlconsultants.com.mx END:VCARD cromero cromero@vdm.btlconsultants.com.mx/* 3A )M2023-07-06 15:58:22jleyjley@btlconsultants.com.mxjleyBEGIN:VCARD VERSION:3.0 UID:2022-05-1919:52:47.04e75114-2487-6f1c-b69c-b789aed1c463.jley@btlconsultants.com.mx N:jley;;;; FN:jley EMAIL;TYPE=INTERNET;TYPE=INTERNET:jley@btlconsultants.com.mx END:VCARD jley jley@btlconsultants.com.mx u c O&c? 3Q Ye2023-07-06 15:58:22abarrosoabarroso@vdm.btlconsultants.com.mxabarrosoBEGIN:VCARD VERSION:3.0 UID:2022-06-0316:43:32.2bb821bb-3e64-2ee2-2c54-93f096302d6b.abarroso@vdm.btlconsultants.com.mx N:abarroso;;;; FN:abarroso EMAIL;TYPE=INTERNET;TYPE=INTERNET:abarroso@vdm.btlconsultants.com.mx END:VCARD abarroso abarroso@vdm.btlconsultants.com.mxw> 3!W !mk2023-07-06 15:58:22crodriguezcrodriguez@coah.btlconsultants.com.mxcrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-06-0316:42:51.f70657fc-d565-5a61-4250-b663dd9d9da7.crodriguez@coah.btlconsultants.com.mx N:crodriguez;;;; FN:crodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:crodriguez@coah.btlconsultants.com.mx END:VCARD crodriguz crodriguz@coah.btlconsultants.com.mx\= 3K Qa2023-07-06 15:58:22kcarrillokcarrillo@btlconsultants.com.mxkcarrilloBEGIN:VCARD VERSION:3.0 UID:2022-06-0315:51:14.a4010df8-0abc-bfb7-5c15-2fbf79c9e1b4.kcarrillo@btlconsultants.com.mx N:kcarrillo;;;; FN:kcarrillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:kcarrillo@btlconsultants.com.mx END:VCARD kcarrillo kcarrillo@btlconsultants.com.mxJ< 3G AY2023-07-06 15:58:22smatiassmatias@btlconsultants.com.mxsmatiasBEGIN:VCARD VERSION:3.0 UID:2022-06-0315:50:42.dac6e382-7112-9079-371d-6769e8422d3a.smatias@btlconsultants.com.mx N:smatias;;;; FN:smatias EMAIL;TYPE=INTERNET;TYPE=INTERNET:smatias@btlconsultants.com.mx END:VCARD smatias smatias@btlconsultants.com.mx8; 3C 1Q2023-07-06 15:58:22nlunanluna@btlconsultants.com.mxnlunaBEGIN:VCARD VERSION:3.0 UID:2022-06-0315:50:10.1db56b2c-22ae-826e-4f5c-18f6968e6666.nluna@btlconsultants.com.mx N:nluna;;;; FN:nluna EMAIL;TYPE=INTERNET;TYPE=INTERNET:nluna@btlconsultants.com.mx END:VCARD nluna nluna@btlconsultants.com.mxJ: 3G AY2023-07-06 15:58:22facostafacosta@btlconsultants.com.mxfacostaBEGIN:VCARD VERSION:3.0 UID:2022-06-0315:49:23.1b7f1172-3e1d-ac01-0bf5-4b2961cd07e8.facosta@btlconsultants.com.mx N:facosta;;;; FN:facosta EMAIL;TYPE=INTERNET;TYPE=INTERNET:facosta@btlconsultants.com.mx END:VCARD facosta facosta@btlconsultants.com.mxA9 3E 9U2023-07-06 15:58:22alopezalopez@btlconsultants.com.mxalopezBEGIN:VCARD VERSION:3.0 UID:2022-06-0315:48:46.9e421c97-7a94-2bbe-14c8-e99de94f9e4a.alopez@btlconsultants.com.mx N:alopez;;;; FN:alopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:alopez@btlconsultants.com.mx END:VCARD alopez alopez@btlconsultants.com.mxA8 3E 9U2023-07-06 15:58:22areyesareyes@btlconsultants.com.mxareyesBEGIN:VCARD VERSION:3.0 UID:2022-06-0315:48:06.5aca871c-25df-5ee3-a925-e903b69dea80.areyes@btlconsultants.com.mx N:areyes;;;; FN:areyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:areyes@btlconsultants.com.mx END:VCARD areyes areyes@btlconsultants.com.mxJ7 3G AY2023-07-06 15:58:22controlcontrol@btlconsultants.com.mxcontrolBEGIN:VCARD VERSION:3.0 UID:2022-06-0314:26:29.470dd0a2-7665-c1cf-36c1-cf0cfb606a11.control@btlconsultants.com.mx N:control;;;; FN:control EMAIL;TYPE=INTERNET;TYPE=INTERNET:control@btlconsultants.com.mx END:VCARD control control@btlconsultants.com.mx@6 35a 5) 2023-07-06 15:58:22almacenes.regionalesalmacenes.regionales@btlconsultants.com.mxalmacenes.regionalesBEGIN:VCARD VERSION:3.0 UID:2022-06-0220:58:00.da53a5f7-3995-7abe-696f-dd7f31c78826.almacenes.regionales@btlconsultants.com.mx N:almacenes.regionales;;;; FN:almacenes.regionales EMAIL;TYPE=INTERNET;TYPE=INTERNET:almacenes.regionales@btlconsultants.com.mx END:VCARD almacenes.regionales almacenes.regionales@btlconsultants.com.mx5 3)U )yq2023-07-06 15:58:22almacen.pueblaalmacen.puebla@btlconsultants.com.mxalmacen.pueblaBEGIN:VCARD VERSION:3.0 UID:2022-06-0220:39:25.daa38561-3eb0-1d1d-ffb2-cf10b4b59725.almacen.puebla@btlconsultants.com.mx N:almacen.puebla;;;; FN:almacen.puebla EMAIL;TYPE=INTERNET;TYPE=INTERNET:almacen.puebla@btlconsultants.com.mx END:VCARD almacen.publa almacen.publa@btlconsultants.com.mx  K l =h QJ 3M I]2023-07-06 15:58:22gmejiagmejia@vdm.btlconsultants.com.mxgmejiaBEGIN:VCARD VERSION:3.0 UID:2022-06-0620:20:39.470d9381-acdd-76ea-2ed8-634ccee2ed8c.gmejia@vdm.btlconsultants.com.mx N:gmejia;;;; FN:gmejia EMAIL;TYPE=INTERNET;TYPE=INTERNET:gmejia@vdm.btlconsultants.com.mx END:VCARD gmejia gmejia@vdm.btlconsultants.com.mxZI 3O Qa2023-07-06 15:58:22kgarciakgarcia@ver.btlconsultants.com.mxkgarciaBEGIN:VCARD VERSION:3.0 UID:2022-06-0620:20:05.bf3548ea-e2f5-4acf-8bca-f2a697865f02.kgarcia@ver.btlconsultants.com.mx N:kgarcia;;;; FN:kgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:kgarcia@ver.btlconsultants.com.mx END:VCARD kgarcia kgarcia@ver.btlconsultants.com.mxaH 3Q Ya2023-07-06 15:58:22jzazuetajzazueta@son.btlconsultants.com.mxjzazuetaBEGIN:VCARD VERSION:3.0 UID:2022-06-0620:19:24.426049fb-b020-2582-7c26-ae36c0753613.jzazueta@son.btlconsultants.com.mx N:jzazueta;;;; FN:jzazueta EMAIL;TYPE=INTERNET;TYPE=INTERNET:jzazueta@son.btlconsultants.com.mx END:VCARD jzazuta jzazuta@son.btlconsultants.com.mxlG 3S ai2023-07-06 15:58:22mmancillammancilla@vdm.btlconsultants.com.mxmmancillaBEGIN:VCARD VERSION:3.0 UID:2022-06-0618:43:49.5e83540c-5ee8-eb16-8843-7316a11d62d7.mmancilla@vdm.btlconsultants.com.mx N:mmancilla;;;; FN:mmancilla EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmancilla@vdm.btlconsultants.com.mx END:VCARD mmancilla mmancilla@vdm.btlconsultants.com.mx}F 3#W #qo2023-07-06 15:58:22ksantamariaksantamaria@pue.btlconsultants.com.mxksantamariaBEGIN:VCARD VERSION:3.0 UID:2022-06-0618:43:11.bd3aa766-ccec-715b-ad52-ee122dc0cdaf.ksantamaria@pue.btlconsultants.com.mx N:ksantamaria;;;; FN:ksantamaria EMAIL;TYPE=INTERNET;TYPE=INTERNET:ksantamaria@pue.btlconsultants.com.mx END:VCARD ksantamaria ksantamaria@pu.btlconsultants.com.mxLE 3M E[2023-07-06 15:58:22griosgrios@tlax.btlconsultants.com.mxgriosBEGIN:VCARD VERSION:3.0 UID:2022-06-0618:42:35.2b93e707-70a0-8b80-00fd-3d28c6ddccc6.grios@tlax.btlconsultants.com.mx N:grios;;;; FN:grios EMAIL;TYPE=INTERNET;TYPE=INTERNET:grios@tlax.btlconsultants.com.mx END:VCARD grios grios@tlax.btlconsultants.com.mxZD 3O Qa2023-07-06 15:58:22rmorenormoreno@mty.btlconsultants.com.mxrmorenoBEGIN:VCARD VERSION:3.0 UID:2022-06-0618:41:59.4a8406bf-e95b-18ed-7319-f89255e36a3c.rmoreno@mty.btlconsultants.com.mx N:rmoreno;;;; FN:rmoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmoreno@mty.btlconsultants.com.mx END:VCARD rmoreno rmoreno@mty.btlconsultants.com.mx}C 3#W #qo2023-07-06 15:58:22idjgonzalezidjgonzalez@pue.btlconsultants.com.mxidjgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-06-0618:41:23.ed22b2ae-a136-b02d-2df1-265369aee299.idjgonzalez@pue.btlconsultants.com.mx N:idjgonzalez;;;; FN:idjgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:idjgonzalez@pue.btlconsultants.com.mx END:VCARD idjgonzalez idjgonzalez@pu.btlconsultants.com.mxZB 3O Qa2023-07-06 15:58:22rguzmanrguzman@tam.btlconsultants.com.mxrguzmanBEGIN:VCARD VERSION:3.0 UID:2022-06-0618:40:50.9eedf7e6-34f1-3dd3-ca55-0e8015bb1125.rguzman@tam.btlconsultants.com.mx N:rguzman;;;; FN:rguzman EMAIL;TYPE=INTERNET;TYPE=INTERNET:rguzman@tam.btlconsultants.com.mx END:VCARD rguzman rguzman@tam.btlconsultants.com.mxZA 3O Qa2023-07-06 15:58:22bfrancobfranco@qro.btlconsultants.com.mxbfrancoBEGIN:VCARD VERSION:3.0 UID:2022-06-0618:39:18.39f80395-3f5d-ca05-c65f-ccc980f82308.bfranco@qro.btlconsultants.com.mx N:bfranco;;;; FN:bfranco EMAIL;TYPE=INTERNET;TYPE=INTERNET:bfranco@qro.btlconsultants.com.mx END:VCARD bfranco bfranco@qro.btlconsultants.com.mxS@ 3I I]2023-07-06 15:58:22jcgarciajcgarcia@btlconsultants.com.mxjcgarciaBEGIN:VCARD VERSION:3.0 UID:2022-06-0319:31:57.81057e9c-ff43-fe89-31ff-66a82e2b5875.jcgarcia@btlconsultants.com.mx N:jcgarcia;;;; FN:jcgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcgarcia@btlconsultants.com.mx END:VCARD jcgarcia jcgarcia@btlconsultants.com.mx  I 6m!AQU 3M I]2023-07-06 15:58:22rrojasrrojas@bcs.btlconsultants.com.mxrrojasBEGIN:VCARD VERSION:3.0 UID:2022-06-0716:55:10.af057e7a-b030-a6a4-5ce0-fd693c9bd1ce.rrojas@bcs.btlconsultants.com.mx N:rrojas;;;; FN:rrojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:rrojas@bcs.btlconsultants.com.mx END:VCARD rrojas rrojas@bcs.btlconsultants.com.mxuT 3!U !im2023-07-06 15:58:22ahernandezahernandez@mor.btlconsultants.com.mxahernandezBEGIN:VCARD VERSION:3.0 UID:2022-06-0716:54:26.14236638-29fd-aefd-7466-c17eae39f4f3.ahernandez@mor.btlconsultants.com.mx N:ahernandez;;;; FN:ahernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ahernandez@mor.btlconsultants.com.mx END:VCARD ahernandez ahernandez@mor.btlconsultants.com.mxcS 3Q Ye2023-07-06 15:58:22mpantojampantoja@gto.btlconsultants.com.mxmpantojaBEGIN:VCARD VERSION:3.0 UID:2022-06-0716:53:33.447d24fc-c26d-b4b9-0707-54b119d621e5.mpantoja@gto.btlconsultants.com.mx N:mpantoja;;;; FN:mpantoja EMAIL;TYPE=INTERNET;TYPE=INTERNET:mpantoja@gto.btlconsultants.com.mx END:VCARD mpantoja mpantoja@gto.btlconsultants.com.mxHR 3K AY2023-07-06 15:58:22cdiazcdiaz@cam.btlconsultants.com.mxcdiazBEGIN:VCARD VERSION:3.0 UID:2022-06-0716:49:39.666477d8-f0b1-626b-a1a7-22781d110e84.cdiaz@cam.btlconsultants.com.mx N:cdiaz;;;; FN:cdiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:cdiaz@cam.btlconsultants.com.mx END:VCARD cdiaz cdiaz@cam.btlconsultants.com.mxJQ 3G AY2023-07-06 15:58:22lfloreslflores@btlconsultants.com.mxlfloresBEGIN:VCARD VERSION:3.0 UID:2022-06-0715:34:19.21c296eb-14d3-7b75-2340-f45988e1f446.lflores@btlconsultants.com.mx N:lflores;;;; FN:lflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:lflores@btlconsultants.com.mx END:VCARD lflores lflores@btlconsultants.com.mxwP 3%Q %im2023-07-06 15:58:22jdjhernandezjdjhernandez@btlconsultants.com.mxjdjhernandezBEGIN:VCARD VERSION:3.0 UID:2022-06-0715:33:35.88e1ddd8-6f9b-35fc-0d5a-cda546a483e6.jdjhernandez@btlconsultants.com.mx N:jdjhernandez;;;; FN:jdjhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jdjhernandez@btlconsultants.com.mx END:VCARD jdjhernandez jdjhernandez@btlconsultants.com.mxJO 3G AY2023-07-06 15:58:22btaverabtavera@btlconsultants.com.mxbtaveraBEGIN:VCARD VERSION:3.0 UID:2022-06-0715:32:39.ccb0876b-0ed7-dfcb-8299-c8c567a02bcb.btavera@btlconsultants.com.mx N:btavera;;;; FN:btavera EMAIL;TYPE=INTERNET;TYPE=INTERNET:btavera@btlconsultants.com.mx END:VCARD btavera btavera@btlconsultants.com.mxZN 3O Qa2023-07-06 15:58:22nosorionosorio@tab.btlconsultants.com.mxnosorioBEGIN:VCARD VERSION:3.0 UID:2022-06-0621:41:51.226481a6-ac6c-24a1-ff84-ba47be905f0b.nosorio@tab.btlconsultants.com.mx N:nosorio;;;; FN:nosorio EMAIL;TYPE=INTERNET;TYPE=INTERNET:nosorio@tab.btlconsultants.com.mx END:VCARD nosorio nosorio@tab.btlconsultants.com.mxcM 3Q Ye2023-07-06 15:58:22lantoniolantonio@gdl.btlconsultants.com.mxlantonioBEGIN:VCARD VERSION:3.0 UID:2022-06-0621:41:24.4c8816c4-3f4c-b103-9b59-b55edd615a08.lantonio@gdl.btlconsultants.com.mx N:lantonio;;;; FN:lantonio EMAIL;TYPE=INTERNET;TYPE=INTERNET:lantonio@gdl.btlconsultants.com.mx END:VCARD lantonio lantonio@gdl.btlconsultants.com.mx^L 3Q Uc2023-07-06 15:58:22mgarciamgarcia@mich.btlconsultants.com.mxmgarciaBEGIN:VCARD VERSION:3.0 UID:2022-06-0621:40:52.512de541-ab71-3ea2-77c1-4164c329d05f.mgarcia@mich.btlconsultants.com.mx N:mgarcia;;;; FN:mgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgarcia@mich.btlconsultants.com.mx END:VCARD mgarcia mgarcia@mich.btlconsultants.com.mxQK 3M I]2023-07-06 15:58:22vtapiavtapia@nay.btlconsultants.com.mxvtapiaBEGIN:VCARD VERSION:3.0 UID:2022-06-0620:21:13.bb33db18-38f8-d82d-d4de-b4685f9bd021.vtapia@nay.btlconsultants.com.mx N:vtapia;;;; FN:vtapia EMAIL;TYPE=INTERNET;TYPE=INTERNET:vtapia@nay.btlconsultants.com.mx END:VCARD vtapia vtapia@nay.btlconsultants.com.mx {  <c7{l` 3S ai2023-07-06 15:58:23mresendizmresendiz@sin.btlconsultants.com.mxmresendizBEGIN:VCARD VERSION:3.0 UID:2022-06-1315:34:59.77b21574-a39c-089b-4934-3584a41cb68d.mresendiz@sin.btlconsultants.com.mx N:mresendiz;;;; FN:mresendiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:mresendiz@sin.btlconsultants.com.mx END:VCARD mresendiz mresendiz@sin.btlconsultants.com.mxH_ 3K AY2023-07-06 15:58:23slunasluna@dgo.btlconsultants.com.mxslunaBEGIN:VCARD VERSION:3.0 UID:2022-06-1315:34:22.ecf2d477-da75-cd2d-f020-7a1bc38dade9.sluna@dgo.btlconsultants.com.mx N:sluna;;;; FN:sluna EMAIL;TYPE=INTERNET;TYPE=INTERNET:sluna@dgo.btlconsultants.com.mx END:VCARD sluna sluna@dgo.btlconsultants.com.mxu^ 3!U !im2023-07-06 15:58:23zhernandezzhernandez@bcs.btlconsultants.com.mxzhernandezBEGIN:VCARD VERSION:3.0 UID:2022-06-1016:28:33.5dece6bd-638f-33bd-1524-401c2b806b11.zhernandez@bcs.btlconsultants.com.mx N:zhernandez;;;; FN:zhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:zhernandez@bcs.btlconsultants.com.mx END:VCARD zhernandez zhernandez@bcs.btlconsultants.com.mxH] 3K AY2023-07-06 15:58:23vdiazvdiaz@sin.btlconsultants.com.mxvdiazBEGIN:VCARD VERSION:3.0 UID:2022-06-1016:27:30.83c592cd-f507-0d9b-d465-0d59e6244e4b.vdiaz@sin.btlconsultants.com.mx N:vdiaz;;;; FN:vdiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:vdiaz@sin.btlconsultants.com.mx END:VCARD vdiaz vdiaz@sin.btlconsultants.com.mxc\ 3Q Ye2023-07-06 15:58:22dmercadodmercado@vdm.btlconsultants.com.mxdmercadoBEGIN:VCARD VERSION:3.0 UID:2022-06-0918:29:17.fb9d11a4-9241-415b-1258-92d27f276960.dmercado@vdm.btlconsultants.com.mx N:dmercado;;;; FN:dmercado EMAIL;TYPE=INTERNET;TYPE=INTERNET:dmercado@vdm.btlconsultants.com.mx END:VCARD dmercado dmercado@vdm.btlconsultants.com.mxS[ 3I I]2023-07-06 15:58:22dmercadodmercado@btlconsultants.com.mxdmercadoBEGIN:VCARD VERSION:3.0 UID:2022-06-0918:28:41.3b8a8268-f0ac-79e7-8ea2-6c2b08d74907.dmercado@btlconsultants.com.mx N:dmercado;;;; FN:dmercado EMAIL;TYPE=INTERNET;TYPE=INTERNET:dmercado@btlconsultants.com.mx END:VCARD dmercado dmercado@btlconsultants.com.mx~Z 3#W #qq2023-07-06 15:58:22mahernandezmahernandez@hgo.btlconsultants.com.mxmahernandezBEGIN:VCARD VERSION:3.0 UID:2022-06-0917:27:27.75646d8f-7a9b-a13e-2eca-517801b43eef.mahernandez@hgo.btlconsultants.com.mx N:mahernandez;;;; FN:mahernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mahernandez@hgo.btlconsultants.com.mx END:VCARD mahernandez mahernandez@hgo.btlconsultants.com.mxZY 3O Qa2023-07-06 15:58:22eguzmaneguzman@col.btlconsultants.com.mxeguzmanBEGIN:VCARD VERSION:3.0 UID:2022-06-0917:26:46.c793fb39-ed95-43d2-5481-207d83338d42.eguzman@col.btlconsultants.com.mx N:eguzman;;;; FN:eguzman EMAIL;TYPE=INTERNET;TYPE=INTERNET:eguzman@col.btlconsultants.com.mx END:VCARD eguzman eguzman@col.btlconsultants.com.mxyX 3!W !mo2023-07-06 15:58:22acontrerasacontreras@qroo.btlconsultants.com.mxacontrerasBEGIN:VCARD VERSION:3.0 UID:2022-06-0821:26:41.e44159a5-bdde-0f62-0c87-7ce155b73fc2.acontreras@qroo.btlconsultants.com.mx N:acontreras;;;; FN:acontreras EMAIL;TYPE=INTERNET;TYPE=INTERNET:acontreras@qroo.btlconsultants.com.mx END:VCARD acontreras acontreras@qroo.btlconsultants.com.mxuW 3!U !im2023-07-06 15:58:22ghernandezghernandez@ags.btlconsultants.com.mxghernandezBEGIN:VCARD VERSION:3.0 UID:2022-06-0815:00:31.91368bf7-49c1-6f61-9bab-72b04a5fda8b.ghernandez@ags.btlconsultants.com.mx N:ghernandez;;;; FN:ghernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ghernandez@ags.btlconsultants.com.mx END:VCARD ghernandez ghernandez@ags.btlconsultants.com.mxlV 3S ai2023-07-06 15:58:22cgonzalezcgonzalez@dgo.btlconsultants.com.mxcgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-06-0717:38:24.aa164d6b-c410-4205-b70e-4fb0a5f5361e.cgonzalez@dgo.btlconsultants.com.mx N:cgonzalez;;;; FN:cgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cgonzalez@dgo.btlconsultants.com.mx END:VCARD cgonzalez cgonzalez@dgo.btlconsultants.com.mx  < ^+dZk 3O Qa2023-07-06 15:58:23jalanizjalaniz@zac.btlconsultants.com.mxjalanizBEGIN:VCARD VERSION:3.0 UID:2022-06-1415:15:37.09240716-2623-002c-89af-d66df8c52fac.jalaniz@zac.btlconsultants.com.mx N:jalaniz;;;; FN:jalaniz EMAIL;TYPE=INTERNET;TYPE=INTERNET:jalaniz@zac.btlconsultants.com.mx END:VCARD jalaniz jalaniz@zac.btlconsultants.com.mxcj 3Q Ye2023-07-06 15:58:23mmendozammendoza@vdm.btlconsultants.com.mxmmendozaBEGIN:VCARD VERSION:3.0 UID:2022-06-1415:14:39.12552091-4bb8-4ba1-fb1e-7fe5ae6c3630.mmendoza@vdm.btlconsultants.com.mx N:mmendoza;;;; FN:mmendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmendoza@vdm.btlconsultants.com.mx END:VCARD mmendoza mmendoza@vdm.btlconsultants.com.mxli 3S ai2023-07-06 15:58:23ecarrilloecarrillo@tam.btlconsultants.com.mxecarrilloBEGIN:VCARD VERSION:3.0 UID:2022-06-1415:13:55.ffc7f425-19a5-e2b2-899e-45d2b11def41.ecarrillo@tam.btlconsultants.com.mx N:ecarrillo;;;; FN:ecarrillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ecarrillo@tam.btlconsultants.com.mx END:VCARD ecarrillo ecarrillo@tam.btlconsultants.com.mxSh 3O M[2023-07-06 15:58:23scuetoscueto@chih.btlconsultants.com.mxscuetoBEGIN:VCARD VERSION:3.0 UID:2022-06-1315:39:59.7f4741f0-aa40-5b37-6f08-34c7df29ec09.scueto@chih.btlconsultants.com.mx N:scueto;;;; FN:scueto EMAIL;TYPE=INTERNET;TYPE=INTERNET:scueto@chih.btlconsultants.com.mx END:VCARD scuto scuto@chih.btlconsultants.com.mxZg 3O Qa2023-07-06 15:58:23itorresitorres@vdm.btlconsultants.com.mxitorresBEGIN:VCARD VERSION:3.0 UID:2022-06-1315:39:30.11f4dca1-9590-0b9b-e57c-e0a195f94d3e.itorres@vdm.btlconsultants.com.mx N:itorres;;;; FN:itorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:itorres@vdm.btlconsultants.com.mx END:VCARD itorres itorres@vdm.btlconsultants.com.mxaf 3Q Ya2023-07-06 15:58:23bburruelbburruel@son.btlconsultants.com.mxbburruelBEGIN:VCARD VERSION:3.0 UID:2022-06-1315:39:01.7c33d291-1229-612f-d08d-3aa66b5b12cc.bburruel@son.btlconsultants.com.mx N:bburruel;;;; FN:bburruel EMAIL;TYPE=INTERNET;TYPE=INTERNET:bburruel@son.btlconsultants.com.mx END:VCARD bburrul bburrul@son.btlconsultants.com.mxle 3S ai2023-07-06 15:58:23lcverdugolcverdugo@son.btlconsultants.com.mxlcverdugoBEGIN:VCARD VERSION:3.0 UID:2022-06-1315:38:01.3a248643-6029-cf38-e3db-d67284484548.lcverdugo@son.btlconsultants.com.mx N:lcverdugo;;;; FN:lcverdugo EMAIL;TYPE=INTERNET;TYPE=INTERNET:lcverdugo@son.btlconsultants.com.mx END:VCARD lcverdugo lcverdugo@son.btlconsultants.com.mxld 3S ai2023-07-06 15:58:23amartinezamartinez@ver.btlconsultants.com.mxamartinezBEGIN:VCARD VERSION:3.0 UID:2022-06-1315:37:16.1ea060f3-ca8f-dfbd-2164-6e0ce51c0144.amartinez@ver.btlconsultants.com.mx N:amartinez;;;; FN:amartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:amartinez@ver.btlconsultants.com.mx END:VCARD amartinez amartinez@ver.btlconsultants.com.mxjc 3U ag2023-07-06 15:58:23mpestanampestana@guerr.btlconsultants.com.mxmpestanaBEGIN:VCARD VERSION:3.0 UID:2022-06-1315:36:49.a1f9ae2d-0e5c-b35b-26db-71d0a21a9d2a.mpestana@guerr.btlconsultants.com.mx N:mpestana;;;; FN:mpestana EMAIL;TYPE=INTERNET;TYPE=INTERNET:mpestana@guerr.btlconsultants.com.mx END:VCARD mpestana mpestana@gurr.btlconsultants.com.mxUb 3O M_2023-07-06 15:58:23aceronaceron@qroo.btlconsultants.com.mxaceronBEGIN:VCARD VERSION:3.0 UID:2022-06-1315:36:11.4ae6e7e8-63dc-1288-099f-c5f8f4fbeded.aceron@qroo.btlconsultants.com.mx N:aceron;;;; FN:aceron EMAIL;TYPE=INTERNET;TYPE=INTERNET:aceron@qroo.btlconsultants.com.mx END:VCARD aceron aceron@qroo.btlconsultants.com.mxga 3S ]g2023-07-06 15:58:23svelazcosvelazco@chih.btlconsultants.com.mxsvelazcoBEGIN:VCARD VERSION:3.0 UID:2022-06-1315:35:40.69078236-61f8-365a-6be3-e54515465169.svelazco@chih.btlconsultants.com.mx N:svelazco;;;; FN:svelazco EMAIL;TYPE=INTERNET;TYPE=INTERNET:svelazco@chih.btlconsultants.com.mx END:VCARD svelazco svelazco@chih.btlconsultants.com.mx  M m8k8v 3C 1Q2023-07-06 15:58:23dvegadvega@btlconsultants.com.mxdvegaBEGIN:VCARD VERSION:3.0 UID:2022-06-1516:25:46.8ba50737-ab93-9c5a-5340-530fead47972.dvega@btlconsultants.com.mx N:dvega;;;; FN:dvega EMAIL;TYPE=INTERNET;TYPE=INTERNET:dvega@btlconsultants.com.mx END:VCARD dvega dvega@btlconsultants.com.mxu 3#Y #us2023-07-06 15:58:23jahernandezjahernandez@chih.btlconsultants.com.mxjahernandezBEGIN:VCARD VERSION:3.0 UID:2022-06-1419:13:29.942d1ef4-a3ec-70f5-a633-897c5050dc57.jahernandez@chih.btlconsultants.com.mx N:jahernandez;;;; FN:jahernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jahernandez@chih.btlconsultants.com.mx END:VCARD jahernandez jahernandez@chih.btlconsultants.com.mxpt 3U ek2023-07-06 15:58:23mfsanchezmfsanchez@chih.btlconsultants.com.mxmfsanchezBEGIN:VCARD VERSION:3.0 UID:2022-06-1419:08:30.2ebc04b9-00de-5a09-0387-8c01b73500fe.mfsanchez@chih.btlconsultants.com.mx N:mfsanchez;;;; FN:mfsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mfsanchez@chih.btlconsultants.com.mx END:VCARD mfsanchez mfsanchez@chih.btlconsultants.com.mxUs 3O M_2023-07-06 15:58:23jreyesjreyes@chih.btlconsultants.com.mxjreyesBEGIN:VCARD VERSION:3.0 UID:2022-06-1418:18:13.65974a52-5d81-ffd9-ec46-ba733da05836.jreyes@chih.btlconsultants.com.mx N:jreyes;;;; FN:jreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:jreyes@chih.btlconsultants.com.mx END:VCARD jreyes jreyes@chih.btlconsultants.com.mxcr 3Q Ye2023-07-06 15:58:23carriagacarriaga@vdm.btlconsultants.com.mxcarriagaBEGIN:VCARD VERSION:3.0 UID:2022-06-1418:17:32.647bd815-f707-3325-49b3-ed4d85bdca48.carriaga@vdm.btlconsultants.com.mx N:carriaga;;;; FN:carriaga EMAIL;TYPE=INTERNET;TYPE=INTERNET:carriaga@vdm.btlconsultants.com.mx END:VCARD carriaga carriaga@vdm.btlconsultants.com.mxQq 3M I]2023-07-06 15:58:23rrejonrrejon@mer.btlconsultants.com.mxrrejonBEGIN:VCARD VERSION:3.0 UID:2022-06-1417:04:34.77b5218f-68cc-e247-5f6b-40af082b02d7.rrejon@mer.btlconsultants.com.mx N:rrejon;;;; FN:rrejon EMAIL;TYPE=INTERNET;TYPE=INTERNET:rrejon@mer.btlconsultants.com.mx END:VCARD rrejon rrejon@mer.btlconsultants.com.mxup 3!U !im2023-07-06 15:58:23acaballeroacaballero@mer.btlconsultants.com.mxacaballeroBEGIN:VCARD VERSION:3.0 UID:2022-06-1417:04:03.d7b224cc-b82c-8ad7-0052-af30671af1e9.acaballero@mer.btlconsultants.com.mx N:acaballero;;;; FN:acaballero EMAIL;TYPE=INTERNET;TYPE=INTERNET:acaballero@mer.btlconsultants.com.mx END:VCARD acaballero acaballero@mer.btlconsultants.com.mxlo 3S ai2023-07-06 15:58:23ajserafinajserafin@qro.btlconsultants.com.mxajserafinBEGIN:VCARD VERSION:3.0 UID:2022-06-1417:03:32.20bb822f-c11a-de1a-eee5-4749dc594eb4.ajserafin@qro.btlconsultants.com.mx N:ajserafin;;;; FN:ajserafin EMAIL;TYPE=INTERNET;TYPE=INTERNET:ajserafin@qro.btlconsultants.com.mx END:VCARD ajserafin ajserafin@qro.btlconsultants.com.mxln 3S ai2023-07-06 15:58:23metecuatlmetecuatl@sin.btlconsultants.com.mxmetecuatlBEGIN:VCARD VERSION:3.0 UID:2022-06-1417:02:53.629c5963-f60d-01fd-9b82-54e3fae44d73.metecuatl@sin.btlconsultants.com.mx N:metecuatl;;;; FN:metecuatl EMAIL;TYPE=INTERNET;TYPE=INTERNET:metecuatl@sin.btlconsultants.com.mx END:VCARD metecuatl metecuatl@sin.btlconsultants.com.mxHm 3K AY2023-07-06 15:58:23hsotohsoto@gto.btlconsultants.com.mxhsotoBEGIN:VCARD VERSION:3.0 UID:2022-06-1415:16:53.5e809460-a041-9755-82ed-81077ae9c290.hsoto@gto.btlconsultants.com.mx N:hsoto;;;; FN:hsoto EMAIL;TYPE=INTERNET;TYPE=INTERNET:hsoto@gto.btlconsultants.com.mx END:VCARD hsoto hsoto@gto.btlconsultants.com.mxcl 3Q Ye2023-07-06 15:58:23a_garciaa_garcia@vdm.btlconsultants.com.mxa_garciaBEGIN:VCARD VERSION:3.0 UID:2022-06-1415:16:24.1cdae1b1-de7f-0c8b-4528-10fc0317a272.a_garcia@vdm.btlconsultants.com.mx N:a_garcia;;;; FN:a_garcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:a_garcia@vdm.btlconsultants.com.mx END:VCARD a_garcia a_garcia@vdm.btlconsultants.com.mx  K Hv/l 3S ai2023-07-06 15:58:23amartinezamartinez@mty.btlconsultants.com.mxamartinezBEGIN:VCARD VERSION:3.0 UID:2022-06-2115:19:22.e4668ec6-7b32-5aad-efc5-5fb5924fe4c7.amartinez@mty.btlconsultants.com.mx N:amartinez;;;; FN:amartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:amartinez@mty.btlconsultants.com.mx END:VCARD amartinez amartinez@mty.btlconsultants.com.mx~ 3#W #qq2023-07-06 15:58:23a_hernandeza_hernandez@vdm.btlconsultants.com.mxa_hernandezBEGIN:VCARD VERSION:3.0 UID:2022-06-2115:18:04.5b25af8e-f1f8-d4e4-3f24-010ac1c817d9.a_hernandez@vdm.btlconsultants.com.mx N:a_hernandez;;;; FN:a_hernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:a_hernandez@vdm.btlconsultants.com.mx END:VCARD a_hernandez a_hernandez@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:23mzamoramzamora@vdm.btlconsultants.com.mxmzamoraBEGIN:VCARD VERSION:3.0 UID:2022-06-2115:15:54.56251299-1715-3c74-cc2d-5814bb72db0b.mzamora@vdm.btlconsultants.com.mx N:mzamora;;;; FN:mzamora EMAIL;TYPE=INTERNET;TYPE=INTERNET:mzamora@vdm.btlconsultants.com.mx END:VCARD mzamora mzamora@vdm.btlconsultants.com.mxc~ 3Q Ye2023-07-06 15:58:23cvelascocvelasco@oax.btlconsultants.com.mxcvelascoBEGIN:VCARD VERSION:3.0 UID:2022-06-2115:15:29.de8800a9-698a-67c7-7870-b7a3905fa39c.cvelasco@oax.btlconsultants.com.mx N:cvelasco;;;; FN:cvelasco EMAIL;TYPE=INTERNET;TYPE=INTERNET:cvelasco@oax.btlconsultants.com.mx END:VCARD cvelasco cvelasco@oax.btlconsultants.com.mxS} 3I I]2023-07-06 15:58:23syocamposyocampo@btlconsultants.com.mxsyocampoBEGIN:VCARD VERSION:3.0 UID:2022-06-2015:06:58.dc3569d1-5146-1982-3652-c6ac696e912c.syocampo@btlconsultants.com.mx N:syocampo;;;; FN:syocampo EMAIL;TYPE=INTERNET;TYPE=INTERNET:syocampo@btlconsultants.com.mx END:VCARD syocampo syocampo@btlconsultants.com.mxw| 3%Q %im2023-07-06 15:58:23jfbalderramajfbalderrama@btlconsultants.com.mxjfbalderramaBEGIN:VCARD VERSION:3.0 UID:2022-06-2015:01:53.2aab4998-ba9d-20e0-51c5-c98e62484ffb.jfbalderrama@btlconsultants.com.mx N:jfbalderrama;;;; FN:jfbalderrama EMAIL;TYPE=INTERNET;TYPE=INTERNET:jfbalderrama@btlconsultants.com.mx END:VCARD jfbalderrama jfbalderrama@btlconsultants.com.mxe{ 3!M !Ye2023-07-06 15:58:23alcisnerosalcisneros@btlconsultants.com.mxalcisnerosBEGIN:VCARD VERSION:3.0 UID:2022-06-1718:21:07.def89a60-aae3-37c5-9222-164d9732ff3a.alcisneros@btlconsultants.com.mx N:alcisneros;;;; FN:alcisneros EMAIL;TYPE=INTERNET;TYPE=INTERNET:alcisneros@btlconsultants.com.mx END:VCARD alcisneros alcisneros@btlconsultants.com.mxJz 3G AY2023-07-06 15:58:23jcgomezjcgomez@btlconsultants.com.mxjcgomezBEGIN:VCARD VERSION:3.0 UID:2022-06-1718:20:31.9e980917-71f1-addd-7d64-39566be32e84.jcgomez@btlconsultants.com.mx N:jcgomez;;;; FN:jcgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcgomez@btlconsultants.com.mx END:VCARD jcgomez jcgomez@btlconsultants.com.mxHy 3K AY2023-07-06 15:58:23lruizlruiz@gdl.btlconsultants.com.mxlruizBEGIN:VCARD VERSION:3.0 UID:2022-06-1614:52:42.04b6bfd8-2dd4-23c9-d91a-6633d9271800.lruiz@gdl.btlconsultants.com.mx N:lruiz;;;; FN:lruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:lruiz@gdl.btlconsultants.com.mx END:VCARD lruiz lruiz@gdl.btlconsultants.com.mxZx 3O Qa2023-07-06 15:58:23gtamayogtamayo@mor.btlconsultants.com.mxgtamayoBEGIN:VCARD VERSION:3.0 UID:2022-06-1614:52:11.da08a18f-dc04-0ef6-064d-049ec20660da.gtamayo@mor.btlconsultants.com.mx N:gtamayo;;;; FN:gtamayo EMAIL;TYPE=INTERNET;TYPE=INTERNET:gtamayo@mor.btlconsultants.com.mx END:VCARD gtamayo gtamayo@mor.btlconsultants.com.mxSw 3I I]2023-07-06 15:58:23jmcastrojmcastro@btlconsultants.com.mxjmcastroBEGIN:VCARD VERSION:3.0 UID:2022-06-1521:48:04.4048e26f-857a-6383-e088-e72be410fb4d.jmcastro@btlconsultants.com.mx N:jmcastro;;;; FN:jmcastro EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmcastro@btlconsultants.com.mx END:VCARD jmcastro jmcastro@btlconsultants.com.mx  D k aGs 3!U !ii2023-07-06 15:58:24brodriguezbrodriguez@vdm.btlconsultants.com.mxbrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-06-2415:24:18.7fdf8c90-23cd-5852-74fe-6fac08653634.brodriguez@vdm.btlconsultants.com.mx N:brodriguez;;;; FN:brodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:brodriguez@vdm.btlconsultants.com.mx END:VCARD brodriguz brodriguz@vdm.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:24egomezegomez@vdm.btlconsultants.com.mxegomezBEGIN:VCARD VERSION:3.0 UID:2022-06-2415:23:24.63891c63-6aa3-a221-4957-4d312fef8568.egomez@vdm.btlconsultants.com.mx N:egomez;;;; FN:egomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:egomez@vdm.btlconsultants.com.mx END:VCARD egomez egomez@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:24eramirezeramirez@gto.btlconsultants.com.mxeramirezBEGIN:VCARD VERSION:3.0 UID:2022-06-2415:22:51.2e2e25e1-3ee0-525e-ace2-1b9992e8c409.eramirez@gto.btlconsultants.com.mx N:eramirez;;;; FN:eramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:eramirez@gto.btlconsultants.com.mx END:VCARD eramirez eramirez@gto.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:24bfrancobfranco@gdl.btlconsultants.com.mxbfrancoBEGIN:VCARD VERSION:3.0 UID:2022-06-2317:11:24.8cd206ab-7892-bfb1-6b3f-0da95dff34c2.bfranco@gdl.btlconsultants.com.mx N:bfranco;;;; FN:bfranco EMAIL;TYPE=INTERNET;TYPE=INTERNET:bfranco@gdl.btlconsultants.com.mx END:VCARD bfranco bfranco@gdl.btlconsultants.com.mxH 3K AY2023-07-06 15:58:24jcruzjcruz@gdl.btlconsultants.com.mxjcruzBEGIN:VCARD VERSION:3.0 UID:2022-06-2317:10:52.c862f54e-fe95-993a-b909-92f2aaab1465.jcruz@gdl.btlconsultants.com.mx N:jcruz;;;; FN:jcruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcruz@gdl.btlconsultants.com.mx END:VCARD jcruz jcruz@gdl.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:24ycoronaycorona@bcs.btlconsultants.com.mxycoronaBEGIN:VCARD VERSION:3.0 UID:2022-06-2218:17:07.995b53ee-257a-6c3a-12b8-798a3b8a0f36.ycorona@bcs.btlconsultants.com.mx N:ycorona;;;; FN:ycorona EMAIL;TYPE=INTERNET;TYPE=INTERNET:ycorona@bcs.btlconsultants.com.mx END:VCARD ycorona ycorona@bcs.btlconsultants.com.mx\ 3K Qa2023-07-06 15:58:24cvalenciacvalencia@btlconsultants.com.mxcvalenciaBEGIN:VCARD VERSION:3.0 UID:2022-06-2214:49:59.a331f8a7-ac6c-406c-d856-c0210427c363.cvalencia@btlconsultants.com.mx N:cvalencia;;;; FN:cvalencia EMAIL;TYPE=INTERNET;TYPE=INTERNET:cvalencia@btlconsultants.com.mx END:VCARD cvalencia cvalencia@btlconsultants.com.mx\ 3K Qa2023-07-06 15:58:24jmcarmonajmcarmona@btlconsultants.com.mxjmcarmonaBEGIN:VCARD VERSION:3.0 UID:2022-06-2214:49:25.9ef7a0b6-d4a5-e881-a675-8f7dd5c10662.jmcarmona@btlconsultants.com.mx N:jmcarmona;;;; FN:jmcarmona EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmcarmona@btlconsultants.com.mx END:VCARD jmcarmona jmcarmona@btlconsultants.com.mxu 3!U !im2023-07-06 15:58:24naloureironaloureiro@son.btlconsultants.com.mxnaloureiroBEGIN:VCARD VERSION:3.0 UID:2022-06-2115:21:08.1ba8329c-db27-b6df-e895-83a09006aa3a.naloureiro@son.btlconsultants.com.mx N:naloureiro;;;; FN:naloureiro EMAIL;TYPE=INTERNET;TYPE=INTERNET:naloureiro@son.btlconsultants.com.mx END:VCARD naloureiro naloureiro@son.btlconsultants.com.mxH 3K AY2023-07-06 15:58:23rdiazrdiaz@son.btlconsultants.com.mxrdiazBEGIN:VCARD VERSION:3.0 UID:2022-06-2115:20:22.a36ff4f3-925b-3b31-32db-ab442c4ae55f.rdiaz@son.btlconsultants.com.mx N:rdiaz;;;; FN:rdiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:rdiaz@son.btlconsultants.com.mx END:VCARD rdiaz rdiaz@son.btlconsultants.com.mxl 3S ai2023-07-06 15:58:23lsandovallsandoval@gdl.btlconsultants.com.mxlsandovalBEGIN:VCARD VERSION:3.0 UID:2022-06-2115:19:52.e5908aaf-e6af-bcbe-5532-04413ff13eac.lsandoval@gdl.btlconsultants.com.mx N:lsandoval;;;; FN:lsandoval EMAIL;TYPE=INTERNET;TYPE=INTERNET:lsandoval@gdl.btlconsultants.com.mx END:VCARD lsandoval lsandoval@gdl.btlconsultants.com.mx Eypg^ULC:1( }tkbYPG>5,# x o f ] T K B 9 0 '      { r i ` W N E < 3 * !     v m d [ R I @ 7 . %   zqh_VMD;2) ~ulcZQH?6-$ ypg^ULC:1( }tkbYPG>5,# | s j a X O F = 4 + "    w n e \ S J A 8 / & |sjaXOF=}4+"tkbb                                                                                                                                                                                                                                                                                                                                          ~ ~  } }  | |  { {  z z  y y  x x  w w  v v  u u  t t  s s  r r  q q  p p  o o  n n  m m  l l  k k  j j  i i  h h  g g  f f  e e  d d  c c  b b  a a  ` `  _ _  G G  F F  E E  D D  C C  B B  A A  @ @  ? ?  > >  = =  < <  ; ;  : :  9 9  8 8  7 7  6 6  5 5  4 4  3 3  2 2  1 1  0 0  / /  . .  - -  , ,  + +  * *  ) )  ( (  ' '  & &  % %  $ $  # #  " "  ! !                         ^ ^  ] ]  \ \  [ [  Z Z  Y Y  X X  W W  V V  U U  T T  S S  R R  Q Q  P P  O O  N N  M M  L L  K K  J J  I I  H H  G G  F F  E E  D D  C C  B B  A A  @ @  ? ?  > >  = =  < <  ; ;  : :  9 9  8 8  7 7  6 6  5 5  4 4  3 3  2 2  1 1  0 0  / /  . .  - -  , ,  + +  * *  ) )  ( (  ' '  & &  % %  $ $  # #  " "  ! !                                                                                      K ARe 3!M !Ye2023-07-06 15:58:24jdmartinezjdmartinez@btlconsultants.com.mxjdmartinezBEGIN:VCARD VERSION:3.0 UID:2022-06-2915:52:30.bda1fd5a-e480-787f-0408-1f2f8f744318.jdmartinez@btlconsultants.com.mx N:jdmartinez;;;; FN:jdmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jdmartinez@btlconsultants.com.mx END:VCARD jdmartinez jdmartinez@btlconsultants.com.mxk 3S ag2023-07-06 15:58:24abautistaabautista@pue.btlconsultants.com.mxabautistaBEGIN:VCARD VERSION:3.0 UID:2022-06-2818:39:58.3966719e-925d-a427-b72e-5804e3599db8.abautista@pue.btlconsultants.com.mx N:abautista;;;; FN:abautista EMAIL;TYPE=INTERNET;TYPE=INTERNET:abautista@pue.btlconsultants.com.mx END:VCARD abautista abautista@pu.btlconsultants.com.mxU 3O M_2023-07-06 15:58:24ipereziperez@coah.btlconsultants.com.mxiperezBEGIN:VCARD VERSION:3.0 UID:2022-06-2721:16:35.9b4337d4-7c4b-c3a3-87ae-f8259bcc05e7.iperez@coah.btlconsultants.com.mx N:iperez;;;; FN:iperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:iperez@coah.btlconsultants.com.mx END:VCARD iperez iperez@coah.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:24bsalazarbsalazar@mty.btlconsultants.com.mxbsalazarBEGIN:VCARD VERSION:3.0 UID:2022-06-2721:16:08.d3f5f81b-e778-dac9-cadb-048ba955c3fd.bsalazar@mty.btlconsultants.com.mx N:bsalazar;;;; FN:bsalazar EMAIL;TYPE=INTERNET;TYPE=INTERNET:bsalazar@mty.btlconsultants.com.mx END:VCARD bsalazar bsalazar@mty.btlconsultants.com.mxH 3K AY2023-07-06 15:58:24esosaesosa@tam.btlconsultants.com.mxesosaBEGIN:VCARD VERSION:3.0 UID:2022-06-2721:15:34.02ae0fef-5423-9600-1c15-938fc8c53ff8.esosa@tam.btlconsultants.com.mx N:esosa;;;; FN:esosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:esosa@tam.btlconsultants.com.mx END:VCARD esosa esosa@tam.btlconsultants.com.mxp 3U ek2023-07-06 15:58:24fescobedofescobedo@chih.btlconsultants.com.mxfescobedoBEGIN:VCARD VERSION:3.0 UID:2022-06-2719:27:02.cb41ebda-8df0-3a52-86bd-8c280d8ef6e0.fescobedo@chih.btlconsultants.com.mx N:fescobedo;;;; FN:fescobedo EMAIL;TYPE=INTERNET;TYPE=INTERNET:fescobedo@chih.btlconsultants.com.mx END:VCARD fescobedo fescobedo@chih.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:24dvallejodvallejo@mty.btlconsultants.com.mxdvallejoBEGIN:VCARD VERSION:3.0 UID:2022-06-2719:26:23.00dd54d9-4f15-46ef-0ab7-b68b0ce48a82.dvallejo@mty.btlconsultants.com.mx N:dvallejo;;;; FN:dvallejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:dvallejo@mty.btlconsultants.com.mx END:VCARD dvallejo dvallejo@mty.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:24jgomezjgomez@bcn.btlconsultants.com.mxjgomezBEGIN:VCARD VERSION:3.0 UID:2022-06-2719:25:44.c1c1be24-dd10-3a60-7133-112bdfc7f0e6.jgomez@bcn.btlconsultants.com.mx N:jgomez;;;; FN:jgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgomez@bcn.btlconsultants.com.mx END:VCARD jgomez jgomez@bcn.btlconsultants.com.mxJ 3G AY2023-07-06 15:58:24fdjmatafdjmata@btlconsultants.com.mxfdjmataBEGIN:VCARD VERSION:3.0 UID:2022-06-2718:21:36.c23b9d6f-a43b-4242-b872-9f74d08c782a.fdjmata@btlconsultants.com.mx N:fdjmata;;;; FN:fdjmata EMAIL;TYPE=INTERNET;TYPE=INTERNET:fdjmata@btlconsultants.com.mx END:VCARD fdjmata fdjmata@btlconsultants.com.mxJ 3G AY2023-07-06 15:58:24tgarciatgarcia@btlconsultants.com.mxtgarciaBEGIN:VCARD VERSION:3.0 UID:2022-06-2415:43:27.da95a2cb-a699-3fc6-56f8-931138271278.tgarcia@btlconsultants.com.mx N:tgarcia;;;; FN:tgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:tgarcia@btlconsultants.com.mx END:VCARD tgarcia tgarcia@btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:24nledezmanledezma@vdm.btlconsultants.com.mxnledezmaBEGIN:VCARD VERSION:3.0 UID:2022-06-2415:24:52.ed284f98-b66a-0501-f8f2-df3ff2e89b16.nledezma@vdm.btlconsultants.com.mx N:nledezma;;;; FN:nledezma EMAIL;TYPE=INTERNET;TYPE=INTERNET:nledezma@vdm.btlconsultants.com.mx END:VCARD nledezma nledezma@vdm.btlconsultants.com.mx  [ 8b~2^" 3Q Uc2023-07-06 15:58:24mzunigamzuniga@qroo.btlconsultants.com.mxmzunigaBEGIN:VCARD VERSION:3.0 UID:2022-06-2921:41:20.193a7b0c-4aa8-21b6-f138-cc9c0ee27205.mzuniga@qroo.btlconsultants.com.mx N:mzuniga;;;; FN:mzuniga EMAIL;TYPE=INTERNET;TYPE=INTERNET:mzuniga@qroo.btlconsultants.com.mx END:VCARD mzuniga mzuniga@qroo.btlconsultants.com.mxH! 3K AY2023-07-06 15:58:24eliraelira@son.btlconsultants.com.mxeliraBEGIN:VCARD VERSION:3.0 UID:2022-06-2921:40:49.ca3e92fc-99be-1f35-9dfa-db8e386d5edf.elira@son.btlconsultants.com.mx N:elira;;;; FN:elira EMAIL;TYPE=INTERNET;TYPE=INTERNET:elira@son.btlconsultants.com.mx END:VCARD elira elira@son.btlconsultants.com.mxg 3S ]g2023-07-06 15:58:24aaguilaraaguilar@qroo.btlconsultants.com.mxaaguilarBEGIN:VCARD VERSION:3.0 UID:2022-06-2921:40:21.d942ff5a-7660-fbd0-07b4-6d4ab79c89c5.aaguilar@qroo.btlconsultants.com.mx N:aaguilar;;;; FN:aaguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:aaguilar@qroo.btlconsultants.com.mx END:VCARD aaguilar aaguilar@qroo.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:24jhernandezjhernandez@chi.btlconsultants.com.mxjhernandezBEGIN:VCARD VERSION:3.0 UID:2022-06-2921:39:35.a49b13b9-086d-1d00-37a8-5410104c9220.jhernandez@chi.btlconsultants.com.mx N:jhernandez;;;; FN:jhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jhernandez@chi.btlconsultants.com.mx END:VCARD jhernandez jhernandez@chi.btlconsultants.com.mxY 3O Q_2023-07-06 15:58:24fzamorafzamora@pue.btlconsultants.com.mxfzamoraBEGIN:VCARD VERSION:3.0 UID:2022-06-2921:38:48.15956484-6d7d-5210-3f0d-b96850078d28.fzamora@pue.btlconsultants.com.mx N:fzamora;;;; FN:fzamora EMAIL;TYPE=INTERNET;TYPE=INTERNET:fzamora@pue.btlconsultants.com.mx END:VCARD fzamora fzamora@pu.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:24lhernandezlhernandez@gto.btlconsultants.com.mxlhernandezBEGIN:VCARD VERSION:3.0 UID:2022-06-2921:38:11.27d99d7f-6881-f9bf-8f2d-c55692fb0e50.lhernandez@gto.btlconsultants.com.mx N:lhernandez;;;; FN:lhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lhernandez@gto.btlconsultants.com.mx END:VCARD lhernandez lhernandez@gto.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:24asolisasolis@ver.btlconsultants.com.mxasolisBEGIN:VCARD VERSION:3.0 UID:2022-06-2921:37:37.c86a232d-2e24-412c-1a92-50a0019e248b.asolis@ver.btlconsultants.com.mx N:asolis;;;; FN:asolis EMAIL;TYPE=INTERNET;TYPE=INTERNET:asolis@ver.btlconsultants.com.mx END:VCARD asolis asolis@ver.btlconsultants.com.mxl 3S ai2023-07-06 15:58:24jamendozajamendoza@gto.btlconsultants.com.mxjamendozaBEGIN:VCARD VERSION:3.0 UID:2022-06-2921:37:07.eae0ecda-1dce-7e1d-6433-0d2e5fa0c4ab.jamendoza@gto.btlconsultants.com.mx N:jamendoza;;;; FN:jamendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:jamendoza@gto.btlconsultants.com.mx END:VCARD jamendoza jamendoza@gto.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:24aavalosaavalos@mty.btlconsultants.com.mxaavalosBEGIN:VCARD VERSION:3.0 UID:2022-06-2921:36:19.93e03242-662c-fa5b-8576-49986593ff52.aavalos@mty.btlconsultants.com.mx N:aavalos;;;; FN:aavalos EMAIL;TYPE=INTERNET;TYPE=INTERNET:aavalos@mty.btlconsultants.com.mx END:VCARD aavalos aavalos@mty.btlconsultants.com.mxJ 3G AY2023-07-06 15:58:24mpriegompriego@btlconsultants.com.mxmpriegoBEGIN:VCARD VERSION:3.0 UID:2022-06-2918:52:47.71888f86-f80d-20ed-5705-b25023fe06cb.mpriego@btlconsultants.com.mx N:mpriego;;;; FN:mpriego EMAIL;TYPE=INTERNET;TYPE=INTERNET:mpriego@btlconsultants.com.mx END:VCARD mpriego mpriego@btlconsultants.com.mxS 3I I]2023-07-06 15:58:24jmmorenojmmoreno@btlconsultants.com.mxjmmorenoBEGIN:VCARD VERSION:3.0 UID:2022-06-2915:53:05.df770bec-a1d5-80fc-1420-b2957703be88.jmmoreno@btlconsultants.com.mx N:jmmoreno;;;; FN:jmmoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmmoreno@btlconsultants.com.mx END:VCARD jmmoreno jmmoreno@btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX<   3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28  3 2023-07-06 15:58:28  3 2023-07-06 15:58:28  3 2023-07-06 15:58:28  3 2023-07-06 15:58:28  3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28 3 2023-07-06 15:58:28~ 3 2023-07-06 15:58:28} 3 2023-07-06 15:58:28| 3 2023-07-06 15:58:28{ 3 2023-07-06 15:58:28z 3 2023-07-06 15:58:28y 3 2023-07-06 15:58:28x 3 2023-07-06 15:58:27w 3 2023-07-06 15:58:27v 3 2023-07-06 15:58:27u 3 2023-07-06 15:58:27t 3 2023-07-06 15:58:27s 3 2023-07-06 15:58:27r 3 2023-07-06 15:58:26q 3 2023-07-06 15:58:26p 3 2023-07-06 15:58:26o 3 2023-07-06 15:58:26n 3 2023-07-06 15:58:26m 3 2023-07-06 15:58:26l 3 2023-07-06 15:58:26k 3 2023-07-06 15:58:26j 3 2023-07-06 15:58:26i 3 2023-07-06 15:58:26h 3 2023-07-06 15:58:26g 3 2023-07-06 15:58:26f 3 2023-07-06 15:58:26e 3 2023-07-06 15:58:26d 3 2023-07-06 15:58:26c 3 2023-07-06 15:58:26b 3 2023-07-06 15:58:26a 3 2023-07-06 15:58:26` 3 2023-07-06 15:58:25_ 3 2023-07-06 15:58:25^ 3 2023-07-06 15:58:25] 3 2023-07-06 15:58:25\ 3 2023-07-06 15:58:25[ 3 2023-07-06 15:58:25Z 3 2023-07-06 15:58:25Y 3 2023-07-06 15:58:25X 3 2023-07-06 15:58:25W 3 2023-07-06 15:58:25V 3 2023-07-06 15:58:25U 3 2023-07-06 15:58:25T 3 2023-07-06 15:58:25S 3 2023-07-06 15:58:25R 3 2023-07-06 15:58:25Q 3 2023-07-06 15:58:25P 3 2023-07-06 15:58:25O 3 2023-07-06 15:58:25N 3 2023-07-06 15:58:25M 3 2023-07-06 15:58:25L 3 2023-07-06 15:58:25K 3 2023-07-06 15:58:25J 3 2023-07-06 15:58:25I 3 2023-07-06 15:58:25H 3 2023-07-06 15:58:25G 3 2023-07-06 15:58:25F 3 2023-07-06 15:58:25E 3 2023-07-06 15:58:25D 3 2023-07-06 15:58:25C 3 2023-07-06 15:58:25B 3 2023-07-06 15:58:25A 3 2023-07-06 15:58:25@ 3 2023-07-06 15:58:25? 3 2023-07-06 15:58:25> 3 2023-07-06 15:58:25= 3 2023-07-06 15:58:25< 3 2023-07-06 15:58:25; 3 2023-07-06 15:58:25: 3 2023-07-06 15:58:259 3 2023-07-06 15:58:258 3 2023-07-06 15:58:257 3 2023-07-06 15:58:256 3 2023-07-06 15:58:255 3 2023-07-06 15:58:254 3 2023-07-06 15:58:253 3 2023-07-06 15:58:252 3 2023-07-06 15:58:241 3 2023-07-06 15:58:240 3 2023-07-06 15:58:24/ 3 2023-07-06 15:58:24. 3 2023-07-06 15:58:24- 3 2023-07-06 15:58:24, 3 2023-07-06 15:58:24+ 3 2023-07-06 15:58:24* 3 2023-07-06 15:58:24) 3 2023-07-06 15:58:24( 3 2023-07-06 15:58:24' 3 2023-07-06 15:58:24& 3 2023-07-06 15:58:24% 3 2023-07-06 15:58:24$ 3 2023-07-06 15:58:24# 3 2023-07-06 15:58:24" 3 2023-07-06 15:58:24! 3 2023-07-06 15:58:24  3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24 3 2023-07-06 15:58:24  7 ?zpl- 3S ai2023-07-06 15:58:24smartinezsmartinez@mty.btlconsultants.com.mxsmartinezBEGIN:VCARD VERSION:3.0 UID:2022-07-0421:41:30.9c8e228f-8721-8323-50fa-c472f1713432.smartinez@mty.btlconsultants.com.mx N:smartinez;;;; FN:smartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:smartinez@mty.btlconsultants.com.mx END:VCARD smartinez smartinez@mty.btlconsultants.com.mxZ, 3O Qa2023-07-06 15:58:24rmonroyrmonroy@hgo.btlconsultants.com.mxrmonroyBEGIN:VCARD VERSION:3.0 UID:2022-07-0418:28:41.fa0422df-0c3d-8757-d474-6d91ab66f7a1.rmonroy@hgo.btlconsultants.com.mx N:rmonroy;;;; FN:rmonroy EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmonroy@hgo.btlconsultants.com.mx END:VCARD rmonroy rmonroy@hgo.btlconsultants.com.mxA+ 3E 9U2023-07-06 15:58:24v.wikov.wiko@btlconsultants.com.mxv.wikoBEGIN:VCARD VERSION:3.0 UID:2022-07-0417:27:47.00016cde-e9cb-ee6f-b942-99608a94f23d.v.wiko@btlconsultants.com.mx N:v.wiko;;;; FN:v.wiko EMAIL;TYPE=INTERNET;TYPE=INTERNET:v.wiko@btlconsultants.com.mx END:VCARD v.wiko v.wiko@btlconsultants.com.mxc* 3Q Ye2023-07-06 15:58:24jvergarajvergara@qro.btlconsultants.com.mxjvergaraBEGIN:VCARD VERSION:3.0 UID:2022-07-0414:47:31.81799d2b-883b-1edc-bbe8-8c9a675adeb1.jvergara@qro.btlconsultants.com.mx N:jvergara;;;; FN:jvergara EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvergara@qro.btlconsultants.com.mx END:VCARD jvergara jvergara@qro.btlconsultants.com.mxZ) 3O Qa2023-07-06 15:58:24a.pereza.perez@vdm.btlconsultants.com.mxa.perezBEGIN:VCARD VERSION:3.0 UID:2022-07-0414:47:00.e80d219b-2272-916f-3d79-1cdda4d8524c.a.perez@vdm.btlconsultants.com.mx N:a.perez;;;; FN:a.perez EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.perez@vdm.btlconsultants.com.mx END:VCARD a.perez a.perez@vdm.btlconsultants.com.mxc( 3Q Ye2023-07-06 15:58:24eramirezeramirez@vdm.btlconsultants.com.mxeramirezBEGIN:VCARD VERSION:3.0 UID:2022-07-0117:23:03.d378e55e-4c99-c6d4-92e1-ca7c8a727eba.eramirez@vdm.btlconsultants.com.mx N:eramirez;;;; FN:eramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:eramirez@vdm.btlconsultants.com.mx END:VCARD eramirez eramirez@vdm.btlconsultants.com.mxZ' 3O Qa2023-07-06 15:58:24rburgosrburgos@vdm.btlconsultants.com.mxrburgosBEGIN:VCARD VERSION:3.0 UID:2022-07-0115:35:45.c2efaf45-8586-810a-cad5-d3e678925628.rburgos@vdm.btlconsultants.com.mx N:rburgos;;;; FN:rburgos EMAIL;TYPE=INTERNET;TYPE=INTERNET:rburgos@vdm.btlconsultants.com.mx END:VCARD rburgos rburgos@vdm.btlconsultants.com.mx8& 3C 1Q2023-07-06 15:58:24rruizrruiz@btlconsultants.com.mxrruizBEGIN:VCARD VERSION:3.0 UID:2022-07-0115:35:09.cb358e5d-1b47-ad14-126e-3bb9ff72fd74.rruiz@btlconsultants.com.mx N:rruiz;;;; FN:rruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:rruiz@btlconsultants.com.mx END:VCARD rruiz rruiz@btlconsultants.com.mxZ% 3O Qa2023-07-06 15:58:24smoscomsmoscom@vdm.btlconsultants.com.mxsmoscomBEGIN:VCARD VERSION:3.0 UID:2022-06-3016:46:43.ec470117-d31f-06e4-e092-58e1f1adb91c.smoscom@vdm.btlconsultants.com.mx N:smoscom;;;; FN:smoscom EMAIL;TYPE=INTERNET;TYPE=INTERNET:smoscom@vdm.btlconsultants.com.mx END:VCARD smoscom smoscom@vdm.btlconsultants.com.mx^$ 3Q Uc2023-07-06 15:58:24dvargasdvargas@chih.btlconsultants.com.mxdvargasBEGIN:VCARD VERSION:3.0 UID:2022-06-3016:43:36.e16e6f55-31a8-d507-5d53-42bddcc9c7bd.dvargas@chih.btlconsultants.com.mx N:dvargas;;;; FN:dvargas EMAIL;TYPE=INTERNET;TYPE=INTERNET:dvargas@chih.btlconsultants.com.mx END:VCARD dvargas dvargas@chih.btlconsultants.com.mxc# 3Q Ye2023-07-06 15:58:24vmendozavmendoza@son.btlconsultants.com.mxvmendozaBEGIN:VCARD VERSION:3.0 UID:2022-06-3016:43:05.2dee0c0a-cf1d-e697-9bb7-242cb34331e3.vmendoza@son.btlconsultants.com.mx N:vmendoza;;;; FN:vmendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:vmendoza@son.btlconsultants.com.mx END:VCARD vmendoza vmendoza@son.btlconsultants.com.mx  @ "VmZ8 3O Qa2023-07-06 15:58:25itellezitellez@gdl.btlconsultants.com.mxitellezBEGIN:VCARD VERSION:3.0 UID:2022-07-0714:22:42.7729efeb-e076-1acd-5517-a4a4d11c529d.itellez@gdl.btlconsultants.com.mx N:itellez;;;; FN:itellez EMAIL;TYPE=INTERNET;TYPE=INTERNET:itellez@gdl.btlconsultants.com.mx END:VCARD itellez itellez@gdl.btlconsultants.com.mxc7 3Q Ye2023-07-06 15:58:25dbeltrandbeltran@sin.btlconsultants.com.mxdbeltranBEGIN:VCARD VERSION:3.0 UID:2022-07-0618:05:06.6196dfa2-b8a0-7177-ae2a-7767d67e6ede.dbeltran@sin.btlconsultants.com.mx N:dbeltran;;;; FN:dbeltran EMAIL;TYPE=INTERNET;TYPE=INTERNET:dbeltran@sin.btlconsultants.com.mx END:VCARD dbeltran dbeltran@sin.btlconsultants.com.mxu6 3!U !im2023-07-06 15:58:25uhernandezuhernandez@vdm.btlconsultants.com.mxuhernandezBEGIN:VCARD VERSION:3.0 UID:2022-07-0617:39:08.1d988ea9-cd0b-4e7a-28af-8d87110c4030.uhernandez@vdm.btlconsultants.com.mx N:uhernandez;;;; FN:uhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:uhernandez@vdm.btlconsultants.com.mx END:VCARD uhernandez uhernandez@vdm.btlconsultants.com.mxl5 3S ai2023-07-06 15:58:25tespinosatespinosa@vdm.btlconsultants.com.mxtespinosaBEGIN:VCARD VERSION:3.0 UID:2022-07-0617:38:39.b13afd11-0a64-0929-40b6-a773a2e29e01.tespinosa@vdm.btlconsultants.com.mx N:tespinosa;;;; FN:tespinosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:tespinosa@vdm.btlconsultants.com.mx END:VCARD tespinosa tespinosa@vdm.btlconsultants.com.mxa4 3Q Ya2023-07-06 15:58:25j.duenasj.duenas@gdl.btlconsultants.com.mxj.duenasBEGIN:VCARD VERSION:3.0 UID:2022-07-0521:27:08.ab8dbf8b-37c9-c696-a743-d31c21a62ae2.j.duenas@gdl.btlconsultants.com.mx N:j.duenas;;;; FN:j.duenas EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.duenas@gdl.btlconsultants.com.mx END:VCARD j.dunas j.dunas@gdl.btlconsultants.com.mxc3 3Q Ye2023-07-06 15:58:24egongoraegongora@mer.btlconsultants.com.mxegongoraBEGIN:VCARD VERSION:3.0 UID:2022-07-0515:47:56.a5a78cbc-a27f-9e8d-c3b9-72ee0bb2cfaa.egongora@mer.btlconsultants.com.mx N:egongora;;;; FN:egongora EMAIL;TYPE=INTERNET;TYPE=INTERNET:egongora@mer.btlconsultants.com.mx END:VCARD egongora egongora@mer.btlconsultants.com.mxp2 3U ek2023-07-06 15:58:24vresendizvresendiz@qroo.btlconsultants.com.mxvresendizBEGIN:VCARD VERSION:3.0 UID:2022-07-0515:47:14.e8cf5421-c07d-cc51-3773-0457b2a8d3cb.vresendiz@qroo.btlconsultants.com.mx N:vresendiz;;;; FN:vresendiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:vresendiz@qroo.btlconsultants.com.mx END:VCARD vresendiz vresendiz@qroo.btlconsultants.com.mxH1 3K AY2023-07-06 15:58:24kcruzkcruz@oax.btlconsultants.com.mxkcruzBEGIN:VCARD VERSION:3.0 UID:2022-07-0421:44:24.c188bd7d-7a73-a430-7acd-251f47507f79.kcruz@oax.btlconsultants.com.mx N:kcruz;;;; FN:kcruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:kcruz@oax.btlconsultants.com.mx END:VCARD kcruz kcruz@oax.btlconsultants.com.mxZ0 3O Qa2023-07-06 15:58:24xamadorxamador@ags.btlconsultants.com.mxxamadorBEGIN:VCARD VERSION:3.0 UID:2022-07-0421:43:57.33bf4953-d523-7028-5fde-3715ceefd93e.xamador@ags.btlconsultants.com.mx N:xamador;;;; FN:xamador EMAIL;TYPE=INTERNET;TYPE=INTERNET:xamador@ags.btlconsultants.com.mx END:VCARD xamador xamador@ags.btlconsultants.com.mxZ/ 3O Qa2023-07-06 15:58:24jlariosjlarios@bcn.btlconsultants.com.mxjlariosBEGIN:VCARD VERSION:3.0 UID:2022-07-0421:42:57.cd7f2d2e-086d-594e-d370-8835ac61d3ba.jlarios@bcn.btlconsultants.com.mx N:jlarios;;;; FN:jlarios EMAIL;TYPE=INTERNET;TYPE=INTERNET:jlarios@bcn.btlconsultants.com.mx END:VCARD jlarios jlarios@bcn.btlconsultants.com.mx^. 3Q Uc2023-07-06 15:58:24ctorresctorres@chih.btlconsultants.com.mxctorresBEGIN:VCARD VERSION:3.0 UID:2022-07-0421:42:06.238f9b01-fd84-d92d-b9df-bd7793bf06f8.ctorres@chih.btlconsultants.com.mx N:ctorres;;;; FN:ctorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:ctorres@chih.btlconsultants.com.mx END:VCARD ctorres ctorres@chih.btlconsultants.com.mx   pDN^C 3Q Uc2023-07-06 15:58:25njuareznjuarez@tlax.btlconsultants.com.mxnjuarezBEGIN:VCARD VERSION:3.0 UID:2022-07-1215:46:53.b62de66b-f4a2-1b93-af51-933b5f4f7741.njuarez@tlax.btlconsultants.com.mx N:njuarez;;;; FN:njuarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:njuarez@tlax.btlconsultants.com.mx END:VCARD njuarez njuarez@tlax.btlconsultants.com.mxQB 3M I]2023-07-06 15:58:25jlopezjlopez@gdl.btlconsultants.com.mxjlopezBEGIN:VCARD VERSION:3.0 UID:2022-07-1214:59:52.83be8419-d1f9-9c45-8e64-60e1a8944610.jlopez@gdl.btlconsultants.com.mx N:jlopez;;;; FN:jlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jlopez@gdl.btlconsultants.com.mx END:VCARD jlopez jlopez@gdl.btlconsultants.com.mxQA 3M I]2023-07-06 15:58:25rramosrramos@vdm.btlconsultants.com.mxrramosBEGIN:VCARD VERSION:3.0 UID:2022-07-1118:39:00.c9baf92d-5559-f67a-7fbb-078ddec25d6c.rramos@vdm.btlconsultants.com.mx N:rramos;;;; FN:rramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:rramos@vdm.btlconsultants.com.mx END:VCARD rramos rramos@vdm.btlconsultants.com.mxH@ 3K AY2023-07-06 15:58:25rsosarsosa@mty.btlconsultants.com.mxrsosaBEGIN:VCARD VERSION:3.0 UID:2022-07-1118:38:28.2b7d7278-8425-5f86-8e50-878f804a084f.rsosa@mty.btlconsultants.com.mx N:rsosa;;;; FN:rsosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:rsosa@mty.btlconsultants.com.mx END:VCARD rsosa rsosa@mty.btlconsultants.com.mxa? 3Q Ya2023-07-06 15:58:25lvazquezlvazquez@bcn.btlconsultants.com.mxlvazquezBEGIN:VCARD VERSION:3.0 UID:2022-07-1118:37:51.91e39eb2-892a-4655-cbd4-cf87a6d4f745.lvazquez@bcn.btlconsultants.com.mx N:lvazquez;;;; FN:lvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lvazquez@bcn.btlconsultants.com.mx END:VCARD lvazquz lvazquz@bcn.btlconsultants.com.mxQ> 3M I]2023-07-06 15:58:25rortizrortiz@vdm.btlconsultants.com.mxrortizBEGIN:VCARD VERSION:3.0 UID:2022-07-1118:37:10.c6ce5e20-4189-1548-f385-f090728cadc8.rortiz@vdm.btlconsultants.com.mx N:rortiz;;;; FN:rortiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:rortiz@vdm.btlconsultants.com.mx END:VCARD rortiz rortiz@vdm.btlconsultants.com.mxn= 3#O #ai2023-07-06 15:58:25incidenciasincidencias@btlconsultants.com.mxincidenciasBEGIN:VCARD VERSION:3.0 UID:2022-07-0816:07:28.d7b98951-e6c2-a635-6f69-10f3a409b17f.incidencias@btlconsultants.com.mx N:incidencias;;;; FN:incidencias EMAIL;TYPE=INTERNET;TYPE=INTERNET:incidencias@btlconsultants.com.mx END:VCARD incidencias incidencias@btlconsultants.com.mx\< 3K Qa2023-07-06 15:58:25pgonzalezpgonzalez@btlconsultants.com.mxpgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-07-0715:15:38.68761a59-0f26-bf5a-542a-b4136fa6ce3e.pgonzalez@btlconsultants.com.mx N:pgonzalez;;;; FN:pgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:pgonzalez@btlconsultants.com.mx END:VCARD pgonzalez pgonzalez@btlconsultants.com.mxJ; 3G AY2023-07-06 15:58:25bfloresbflores@btlconsultants.com.mxbfloresBEGIN:VCARD VERSION:3.0 UID:2022-07-0715:15:09.232dab50-fcc1-a971-a39f-d723cb084037.bflores@btlconsultants.com.mx N:bflores;;;; FN:bflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:bflores@btlconsultants.com.mx END:VCARD bflores bflores@btlconsultants.com.mxw: 3!W !mk2023-07-06 15:58:25mrodriguezmrodriguez@chih.btlconsultants.com.mxmrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-07-0715:14:27.af0fd52e-5a70-6d69-9493-f426baf1b0fa.mrodriguez@chih.btlconsultants.com.mx N:mrodriguez;;;; FN:mrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mrodriguez@chih.btlconsultants.com.mx END:VCARD mrodriguz mrodriguz@chih.btlconsultants.com.mxc9 3Q Ye2023-07-06 15:58:25falvarezfalvarez@gdl.btlconsultants.com.mxfalvarezBEGIN:VCARD VERSION:3.0 UID:2022-07-0714:23:38.bb460be4-3e39-0914-a539-b47050edc3e1.falvarez@gdl.btlconsultants.com.mx N:falvarez;;;; FN:falvarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:falvarez@gdl.btlconsultants.com.mx END:VCARD falvarez falvarez@gdl.btlconsultants.com.mx  " f lRlN 3S ai2023-07-06 15:58:25lgordillolgordillo@ver.btlconsultants.com.mxlgordilloBEGIN:VCARD VERSION:3.0 UID:2022-07-1320:50:59.f0fe52ce-a9e3-fe73-9ac5-6263c5bde5f2.lgordillo@ver.btlconsultants.com.mx N:lgordillo;;;; FN:lgordillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:lgordillo@ver.btlconsultants.com.mx END:VCARD lgordillo lgordillo@ver.btlconsultants.com.mxQM 3M I]2023-07-06 15:58:25elopezelopez@mty.btlconsultants.com.mxelopezBEGIN:VCARD VERSION:3.0 UID:2022-07-1320:50:30.77e2b82e-de2a-e11b-c92a-768a6fd6c96c.elopez@mty.btlconsultants.com.mx N:elopez;;;; FN:elopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:elopez@mty.btlconsultants.com.mx END:VCARD elopez elopez@mty.btlconsultants.com.mxcL 3Q Ye2023-07-06 15:58:25mestradamestrada@mer.btlconsultants.com.mxmestradaBEGIN:VCARD VERSION:3.0 UID:2022-07-1320:49:58.beece0fa-8855-d081-012d-1835509a5859.mestrada@mer.btlconsultants.com.mx N:mestrada;;;; FN:mestrada EMAIL;TYPE=INTERNET;TYPE=INTERNET:mestrada@mer.btlconsultants.com.mx END:VCARD mestrada mestrada@mer.btlconsultants.com.mxZK 3O Qa2023-07-06 15:58:25jromerojromero@bcn.btlconsultants.com.mxjromeroBEGIN:VCARD VERSION:3.0 UID:2022-07-1221:58:21.a13b2be9-3d22-cd41-36f2-9a0f51717b0c.jromero@bcn.btlconsultants.com.mx N:jromero;;;; FN:jromero EMAIL;TYPE=INTERNET;TYPE=INTERNET:jromero@bcn.btlconsultants.com.mx END:VCARD jromero jromero@bcn.btlconsultants.com.mxZJ 3O Qa2023-07-06 15:58:25kseguraksegura@vdm.btlconsultants.com.mxkseguraBEGIN:VCARD VERSION:3.0 UID:2022-07-1217:03:55.2396b278-048c-4041-3119-ccd2fd3fd8d5.ksegura@vdm.btlconsultants.com.mx N:ksegura;;;; FN:ksegura EMAIL;TYPE=INTERNET;TYPE=INTERNET:ksegura@vdm.btlconsultants.com.mx END:VCARD ksegura ksegura@vdm.btlconsultants.com.mxJI 3G AY2023-07-06 15:58:25ngarciangarcia@btlconsultants.com.mxngarciaBEGIN:VCARD VERSION:3.0 UID:2022-07-1217:03:25.756a8bd4-313d-40b1-49e4-4c66f8fe64d8.ngarcia@btlconsultants.com.mx N:ngarcia;;;; FN:ngarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ngarcia@btlconsultants.com.mx END:VCARD ngarcia ngarcia@btlconsultants.com.mxJH 3G AY2023-07-06 15:58:25jaquinojaquino@btlconsultants.com.mxjaquinoBEGIN:VCARD VERSION:3.0 UID:2022-07-1217:02:49.7bef4019-1720-da56-bc27-5dd21b9221e8.jaquino@btlconsultants.com.mx N:jaquino;;;; FN:jaquino EMAIL;TYPE=INTERNET;TYPE=INTERNET:jaquino@btlconsultants.com.mx END:VCARD jaquino jaquino@btlconsultants.com.mxZG 3O Qa2023-07-06 15:58:25azavalaazavala@slp.btlconsultants.com.mxazavalaBEGIN:VCARD VERSION:3.0 UID:2022-07-1215:49:14.b71ff89f-bcc7-77b9-b87c-a7a6f4f21710.azavala@slp.btlconsultants.com.mx N:azavala;;;; FN:azavala EMAIL;TYPE=INTERNET;TYPE=INTERNET:azavala@slp.btlconsultants.com.mx END:VCARD azavala azavala@slp.btlconsultants.com.mxZF 3O Qa2023-07-06 15:58:25rmedinarmedina@ags.btlconsultants.com.mxrmedinaBEGIN:VCARD VERSION:3.0 UID:2022-07-1215:48:44.7857068f-8913-0376-f4ea-00aa6c1e96ae.rmedina@ags.btlconsultants.com.mx N:rmedina;;;; FN:rmedina EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmedina@ags.btlconsultants.com.mx END:VCARD rmedina rmedina@ags.btlconsultants.com.mxcE 3Q Ye2023-07-06 15:58:25randraderandrade@qro.btlconsultants.com.mxrandradeBEGIN:VCARD VERSION:3.0 UID:2022-07-1215:48:04.446c60ae-faf7-22bd-b827-4b9caeba5ce7.randrade@qro.btlconsultants.com.mx N:randrade;;;; FN:randrade EMAIL;TYPE=INTERNET;TYPE=INTERNET:randrade@qro.btlconsultants.com.mx END:VCARD randrade randrade@qro.btlconsultants.com.mxsD 3!U !ii2023-07-06 15:58:25jvelazquezjvelazquez@ver.btlconsultants.com.mxjvelazquezBEGIN:VCARD VERSION:3.0 UID:2022-07-1215:47:25.b6500623-3ebf-c9f6-54ed-52e0c9ce304b.jvelazquez@ver.btlconsultants.com.mx N:jvelazquez;;;; FN:jvelazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvelazquez@ver.btlconsultants.com.mx END:VCARD jvelazquz jvelazquz@ver.btlconsultants.com.mx v <n MvuY 3!U !im2023-07-06 15:58:25s.martinezs.martinez@gdl.btlconsultants.com.mxs.martinezBEGIN:VCARD VERSION:3.0 UID:2022-07-1917:09:39.ed080f85-a25f-6c37-4ff8-2f84c883fee5.s.martinez@gdl.btlconsultants.com.mx N:s.martinez;;;; FN:s.martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:s.martinez@gdl.btlconsultants.com.mx END:VCARD s.martinez s.martinez@gdl.btlconsultants.com.mxZX 3O Qa2023-07-06 15:58:25ymendezymendez@ver.btlconsultants.com.mxymendezBEGIN:VCARD VERSION:3.0 UID:2022-07-1917:08:53.65b20b80-5fc8-cdb1-17a1-e58a02025ff1.ymendez@ver.btlconsultants.com.mx N:ymendez;;;; FN:ymendez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ymendez@ver.btlconsultants.com.mx END:VCARD ymendez ymendez@ver.btlconsultants.com.mxHW 3K AY2023-07-06 15:58:25rdiazrdiaz@gdl.btlconsultants.com.mxrdiazBEGIN:VCARD VERSION:3.0 UID:2022-07-1917:08:09.edd03b87-70e1-d6db-02fc-5f8d00451858.rdiaz@gdl.btlconsultants.com.mx N:rdiaz;;;; FN:rdiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:rdiaz@gdl.btlconsultants.com.mx END:VCARD rdiaz rdiaz@gdl.btlconsultants.com.mxlV 3S ai2023-07-06 15:58:25rraudalesrraudales@ags.btlconsultants.com.mxrraudalesBEGIN:VCARD VERSION:3.0 UID:2022-07-1917:07:36.b03e636b-a278-3a6a-1930-d339e26e7134.rraudales@ags.btlconsultants.com.mx N:rraudales;;;; FN:rraudales EMAIL;TYPE=INTERNET;TYPE=INTERNET:rraudales@ags.btlconsultants.com.mx END:VCARD rraudales rraudales@ags.btlconsultants.com.mxaU 3Q Ya2023-07-06 15:58:25mvazquezmvazquez@tam.btlconsultants.com.mxmvazquezBEGIN:VCARD VERSION:3.0 UID:2022-07-1917:06:55.47e6644e-7b8b-7662-aacf-489c8a29e6ab.mvazquez@tam.btlconsultants.com.mx N:mvazquez;;;; FN:mvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mvazquez@tam.btlconsultants.com.mx END:VCARD mvazquz mvazquz@tam.btlconsultants.com.mxlT 3S ai2023-07-06 15:58:25emartinezemartinez@oax.btlconsultants.com.mxemartinezBEGIN:VCARD VERSION:3.0 UID:2022-07-1917:06:09.da7246a2-9b93-79e3-da0e-c6f8a6456c39.emartinez@oax.btlconsultants.com.mx N:emartinez;;;; FN:emartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:emartinez@oax.btlconsultants.com.mx END:VCARD emartinez emartinez@oax.btlconsultants.com.mxZS 3O Qa2023-07-06 15:58:25dvargasdvargas@gdl.btlconsultants.com.mxdvargasBEGIN:VCARD VERSION:3.0 UID:2022-07-1917:05:28.50ae2a08-c7fe-e4f2-96ac-86b0064256d7.dvargas@gdl.btlconsultants.com.mx N:dvargas;;;; FN:dvargas EMAIL;TYPE=INTERNET;TYPE=INTERNET:dvargas@gdl.btlconsultants.com.mx END:VCARD dvargas dvargas@gdl.btlconsultants.com.mxyR 3!W !mo2023-07-06 15:58:25ahernandezahernandez@coah.btlconsultants.com.mxahernandezBEGIN:VCARD VERSION:3.0 UID:2022-07-1917:04:43.6870d868-e07a-8460-ffc2-046859cc537f.ahernandez@coah.btlconsultants.com.mx N:ahernandez;;;; FN:ahernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ahernandez@coah.btlconsultants.com.mx END:VCARD ahernandez ahernandez@coah.btlconsultants.com.mxcQ 3Q Ye2023-07-06 15:58:25imendozaimendoza@vdm.btlconsultants.com.mximendozaBEGIN:VCARD VERSION:3.0 UID:2022-07-1917:03:54.42efc8ba-9588-43c1-329b-c2dbdde1265c.imendoza@vdm.btlconsultants.com.mx N:imendoza;;;; FN:imendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:imendoza@vdm.btlconsultants.com.mx END:VCARD imendoza imendoza@vdm.btlconsultants.com.mx~P 3#W #qq2023-07-06 15:58:25obgutierrezobgutierrez@vdm.btlconsultants.com.mxobgutierrezBEGIN:VCARD VERSION:3.0 UID:2022-07-1917:03:09.7a91fcf1-cd64-e77f-9f23-fb28ab1b2740.obgutierrez@vdm.btlconsultants.com.mx N:obgutierrez;;;; FN:obgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:obgutierrez@vdm.btlconsultants.com.mx END:VCARD obgutierrez obgutierrez@vdm.btlconsultants.com.mxZO 3O Qa2023-07-06 15:58:25mibarramibarra@mor.btlconsultants.com.mxmibarraBEGIN:VCARD VERSION:3.0 UID:2022-07-1917:02:07.378bc6a7-0657-fed3-59d4-67d322115bc7.mibarra@mor.btlconsultants.com.mx N:mibarra;;;; FN:mibarra EMAIL;TYPE=INTERNET;TYPE=INTERNET:mibarra@mor.btlconsultants.com.mx END:VCARD mibarra mibarra@mor.btlconsultants.com.mx  D w M/pd 3U ek2023-07-06 15:58:26scarrascoscarrasco@chih.btlconsultants.com.mxscarrascoBEGIN:VCARD VERSION:3.0 UID:2022-07-2022:02:20.030c4926-2db8-5e80-e069-c5b587760f00.scarrasco@chih.btlconsultants.com.mx N:scarrasco;;;; FN:scarrasco EMAIL;TYPE=INTERNET;TYPE=INTERNET:scarrasco@chih.btlconsultants.com.mx END:VCARD scarrasco scarrasco@chih.btlconsultants.com.mxLc 3M E[2023-07-06 15:58:26gromogromo@chih.btlconsultants.com.mxgromoBEGIN:VCARD VERSION:3.0 UID:2022-07-2022:01:38.e44eed3b-3cf7-43ce-f7ed-574b667e598a.gromo@chih.btlconsultants.com.mx N:gromo;;;; FN:gromo EMAIL;TYPE=INTERNET;TYPE=INTERNET:gromo@chih.btlconsultants.com.mx END:VCARD gromo gromo@chih.btlconsultants.com.mxcb 3Q Ye2023-07-06 15:58:26acabreraacabrera@ver.btlconsultants.com.mxacabreraBEGIN:VCARD VERSION:3.0 UID:2022-07-2022:01:04.cd73f190-c016-07e2-11f4-80684f3a3620.acabrera@ver.btlconsultants.com.mx N:acabrera;;;; FN:acabrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:acabrera@ver.btlconsultants.com.mx END:VCARD acabrera acabrera@ver.btlconsultants.com.mxca 3Q Ye2023-07-06 15:58:25gcallejagcalleja@vdm.btlconsultants.com.mxgcallejaBEGIN:VCARD VERSION:3.0 UID:2022-07-2022:00:27.27a6c0c0-3a95-3ae0-549d-472d5cf58e86.gcalleja@vdm.btlconsultants.com.mx N:gcalleja;;;; FN:gcalleja EMAIL;TYPE=INTERNET;TYPE=INTERNET:gcalleja@vdm.btlconsultants.com.mx END:VCARD gcalleja gcalleja@vdm.btlconsultants.com.mxu` 3!U !im2023-07-06 15:58:25rontiverosrontiveros@tam.btlconsultants.com.mxrontiverosBEGIN:VCARD VERSION:3.0 UID:2022-07-2021:59:43.7b5c2587-0059-991e-f156-1389c2fb688b.rontiveros@tam.btlconsultants.com.mx N:rontiveros;;;; FN:rontiveros EMAIL;TYPE=INTERNET;TYPE=INTERNET:rontiveros@tam.btlconsultants.com.mx END:VCARD rontiveros rontiveros@tam.btlconsultants.com.mxH_ 3K AY2023-07-06 15:58:25idiazidiaz@gto.btlconsultants.com.mxidiazBEGIN:VCARD VERSION:3.0 UID:2022-07-1917:32:44.967277b9-d8ea-bc59-16da-1fccee775639.idiaz@gto.btlconsultants.com.mx N:idiaz;;;; FN:idiaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:idiaz@gto.btlconsultants.com.mx END:VCARD idiaz idiaz@gto.btlconsultants.com.mxa^ 3Q Ya2023-07-06 15:58:25mvazquezmvazquez@ags.btlconsultants.com.mxmvazquezBEGIN:VCARD VERSION:3.0 UID:2022-07-1917:32:07.688123c4-7f0d-aa21-e78e-733f8cd5639f.mvazquez@ags.btlconsultants.com.mx N:mvazquez;;;; FN:mvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mvazquez@ags.btlconsultants.com.mx END:VCARD mvazquz mvazquz@ags.btlconsultants.com.mxb] 3Q Yc2023-07-06 15:58:25usanchezusanchez@pue.btlconsultants.com.mxusanchezBEGIN:VCARD VERSION:3.0 UID:2022-07-1917:31:12.b21de31b-796d-6fa2-11ee-51129ed7a11d.usanchez@pue.btlconsultants.com.mx N:usanchez;;;; FN:usanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:usanchez@pue.btlconsultants.com.mx END:VCARD usanchez usanchez@pu.btlconsultants.com.mxc\ 3Q Ye2023-07-06 15:58:25emendozaemendoza@gto.btlconsultants.com.mxemendozaBEGIN:VCARD VERSION:3.0 UID:2022-07-1917:30:36.90a8629b-804e-4203-8f38-a8e4a9cf8948.emendoza@gto.btlconsultants.com.mx N:emendoza;;;; FN:emendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:emendoza@gto.btlconsultants.com.mx END:VCARD emendoza emendoza@gto.btlconsultants.com.mxZ[ 3O Qa2023-07-06 15:58:25afloresaflores@gdl.btlconsultants.com.mxafloresBEGIN:VCARD VERSION:3.0 UID:2022-07-1917:11:26.52917b71-262b-34ea-a85d-73e50943ab79.aflores@gdl.btlconsultants.com.mx N:aflores;;;; FN:aflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:aflores@gdl.btlconsultants.com.mx END:VCARD aflores aflores@gdl.btlconsultants.com.mxZZ 3O Qa2023-07-06 15:58:25amaciasamacias@ags.btlconsultants.com.mxamaciasBEGIN:VCARD VERSION:3.0 UID:2022-07-1917:10:14.95bbdde2-5e73-d0c7-c2e2-c8c342600d03.amacias@ags.btlconsultants.com.mx N:amacias;;;; FN:amacias EMAIL;TYPE=INTERNET;TYPE=INTERNET:amacias@ags.btlconsultants.com.mx END:VCARD amacias amacias@ags.btlconsultants.com.mx  = TpRSo 3I I]2023-07-06 15:58:26l.floresl.flores@btlconsultants.com.mxl.floresBEGIN:VCARD VERSION:3.0 UID:2022-07-2520:29:45.db73858f-e4ae-2710-6697-87a2b3a5658b.l.flores@btlconsultants.com.mx N:l.flores;;;; FN:l.flores EMAIL;TYPE=INTERNET;TYPE=INTERNET:l.flores@btlconsultants.com.mx END:VCARD l.flores l.flores@btlconsultants.com.mxln 3S ai2023-07-06 15:58:26pgonzalezpgonzalez@vdm.btlconsultants.com.mxpgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-07-2222:14:00.852f3e29-89b5-c565-170b-524a887cca86.pgonzalez@vdm.btlconsultants.com.mx N:pgonzalez;;;; FN:pgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:pgonzalez@vdm.btlconsultants.com.mx END:VCARD pgonzalez pgonzalez@vdm.btlconsultants.com.mxlm 3S ai2023-07-06 15:58:26s.mendozas.mendoza@vdm.btlconsultants.com.mxs.mendozaBEGIN:VCARD VERSION:3.0 UID:2022-07-2222:13:14.7eb5d470-2f91-b2c5-9258-62e72b148fc2.s.mendoza@vdm.btlconsultants.com.mx N:s.mendoza;;;; FN:s.mendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:s.mendoza@vdm.btlconsultants.com.mx END:VCARD s.mendoza s.mendoza@vdm.btlconsultants.com.mxSl 3I I]2023-07-06 15:58:26jpachecojpacheco@btlconsultants.com.mxjpachecoBEGIN:VCARD VERSION:3.0 UID:2022-07-2216:07:25.462bfffd-f113-70dc-e147-95f3489216cc.jpacheco@btlconsultants.com.mx N:jpacheco;;;; FN:jpacheco EMAIL;TYPE=INTERNET;TYPE=INTERNET:jpacheco@btlconsultants.com.mx END:VCARD jpacheco jpacheco@btlconsultants.com.mxSk 3I I]2023-07-06 15:58:26abonillaabonilla@btlconsultants.com.mxabonillaBEGIN:VCARD VERSION:3.0 UID:2022-07-2216:06:43.bf33bf94-0f6f-adb9-ea28-88d834365a60.abonilla@btlconsultants.com.mx N:abonilla;;;; FN:abonilla EMAIL;TYPE=INTERNET;TYPE=INTERNET:abonilla@btlconsultants.com.mx END:VCARD abonilla abonilla@btlconsultants.com.mxgj 3S ]g2023-07-06 15:58:26ezamudioezamudio@chih.btlconsultants.com.mxezamudioBEGIN:VCARD VERSION:3.0 UID:2022-07-2115:49:33.e0ba0994-0743-b7e7-4571-36459cc72052.ezamudio@chih.btlconsultants.com.mx N:ezamudio;;;; FN:ezamudio EMAIL;TYPE=INTERNET;TYPE=INTERNET:ezamudio@chih.btlconsultants.com.mx END:VCARD ezamudio ezamudio@chih.btlconsultants.com.mxui 3!U !im2023-07-06 15:58:26jmarmolejojmarmolejo@dgo.btlconsultants.com.mxjmarmolejoBEGIN:VCARD VERSION:3.0 UID:2022-07-2115:48:51.02e68cdb-5bdb-430d-e85c-0190c7fb426b.jmarmolejo@dgo.btlconsultants.com.mx N:jmarmolejo;;;; FN:jmarmolejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmarmolejo@dgo.btlconsultants.com.mx END:VCARD jmarmolejo jmarmolejo@dgo.btlconsultants.com.mx~h 3#W #qq2023-07-06 15:58:26abarrientosabarrientos@ver.btlconsultants.com.mxabarrientosBEGIN:VCARD VERSION:3.0 UID:2022-07-2114:50:32.4f1bfa9f-13e2-af75-bdfb-5146d7945155.abarrientos@ver.btlconsultants.com.mx N:abarrientos;;;; FN:abarrientos EMAIL;TYPE=INTERNET;TYPE=INTERNET:abarrientos@ver.btlconsultants.com.mx END:VCARD abarrientos abarrientos@ver.btlconsultants.com.mxcg 3Q Ye2023-07-06 15:58:26ogalfaroogalfaro@zac.btlconsultants.com.mxogalfaroBEGIN:VCARD VERSION:3.0 UID:2022-07-2114:49:50.3190a985-b2c5-9b53-1621-a1ea21ecf433.ogalfaro@zac.btlconsultants.com.mx N:ogalfaro;;;; FN:ogalfaro EMAIL;TYPE=INTERNET;TYPE=INTERNET:ogalfaro@zac.btlconsultants.com.mx END:VCARD ogalfaro ogalfaro@zac.btlconsultants.com.mxjf 3S ae2023-07-06 15:58:26gguerrerogguerrero@zac.btlconsultants.com.mxgguerreroBEGIN:VCARD VERSION:3.0 UID:2022-07-2114:49:00.7c2a3575-8df2-b534-2198-1401209ab0bd.gguerrero@zac.btlconsultants.com.mx N:gguerrero;;;; FN:gguerrero EMAIL;TYPE=INTERNET;TYPE=INTERNET:gguerrero@zac.btlconsultants.com.mx END:VCARD ggurrero ggurrero@zac.btlconsultants.com.mxQe 3M I]2023-07-06 15:58:26jrojasjrojas@gto.btlconsultants.com.mxjrojasBEGIN:VCARD VERSION:3.0 UID:2022-07-2114:48:13.0a5e968d-6939-d167-5995-b41aa432181a.jrojas@gto.btlconsultants.com.mx N:jrojas;;;; FN:jrojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:jrojas@gto.btlconsultants.com.mx END:VCARD jrojas jrojas@gto.btlconsultants.com.mx  [  a>ucz 3Q Ye2023-07-06 15:58:28jramirezjramirez@ver.btlconsultants.com.mxjramirezBEGIN:VCARD VERSION:3.0 UID:2022-07-2616:34:49.0ac623a3-8fcd-375f-2c2f-15f1e13a7785.jramirez@ver.btlconsultants.com.mx N:jramirez;;;; FN:jramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jramirez@ver.btlconsultants.com.mx END:VCARD jramirez jramirez@ver.btlconsultants.com.mxly 3S ai2023-07-06 15:58:27finurretafinurreta@dgo.btlconsultants.com.mxfinurretaBEGIN:VCARD VERSION:3.0 UID:2022-07-2521:00:11.166e7302-9bfb-2308-6b50-9f9a7b97b104.finurreta@dgo.btlconsultants.com.mx N:finurreta;;;; FN:finurreta EMAIL;TYPE=INTERNET;TYPE=INTERNET:finurreta@dgo.btlconsultants.com.mx END:VCARD finurreta finurreta@dgo.btlconsultants.com.mxUx 3O M_2023-07-06 15:58:27jperezjperez@qroo.btlconsultants.com.mxjperezBEGIN:VCARD VERSION:3.0 UID:2022-07-2520:59:07.47fcfa61-15bd-099b-1277-1b789f3844b3.jperez@qroo.btlconsultants.com.mx N:jperez;;;; FN:jperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jperez@qroo.btlconsultants.com.mx END:VCARD jperez jperez@qroo.btlconsultants.com.mxZw 3O Qa2023-07-06 15:58:27fgaytanfgaytan@dgo.btlconsultants.com.mxfgaytanBEGIN:VCARD VERSION:3.0 UID:2022-07-2520:58:34.679a0f17-52fa-8be1-aea1-74342e4c1f39.fgaytan@dgo.btlconsultants.com.mx N:fgaytan;;;; FN:fgaytan EMAIL;TYPE=INTERNET;TYPE=INTERNET:fgaytan@dgo.btlconsultants.com.mx END:VCARD fgaytan fgaytan@dgo.btlconsultants.com.mxcv 3Q Ye2023-07-06 15:58:27marzaluzmarzaluz@vdm.btlconsultants.com.mxmarzaluzBEGIN:VCARD VERSION:3.0 UID:2022-07-2520:57:59.9eeed2b6-366b-25c8-4f32-59b0b762da0d.marzaluz@vdm.btlconsultants.com.mx N:marzaluz;;;; FN:marzaluz EMAIL;TYPE=INTERNET;TYPE=INTERNET:marzaluz@vdm.btlconsultants.com.mx END:VCARD marzaluz marzaluz@vdm.btlconsultants.com.mxZu 3O Qa2023-07-06 15:58:27pservinpservin@tam.btlconsultants.com.mxpservinBEGIN:VCARD VERSION:3.0 UID:2022-07-2520:57:16.1f49ff32-acd1-e171-007e-6c67a4763fb9.pservin@tam.btlconsultants.com.mx N:pservin;;;; FN:pservin EMAIL;TYPE=INTERNET;TYPE=INTERNET:pservin@tam.btlconsultants.com.mx END:VCARD pservin pservin@tam.btlconsultants.com.mxJt 3G AY2023-07-06 15:58:27jgarciajgarcia@btlconsultants.com.mxjgarciaBEGIN:VCARD VERSION:3.0 UID:2022-07-2520:32:49.58cd64c1-7da3-ff34-b696-182858f1055b.jgarcia@btlconsultants.com.mx N:jgarcia;;;; FN:jgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgarcia@btlconsultants.com.mx END:VCARD jgarcia jgarcia@btlconsultants.com.mxcs 3!M !Ya2023-07-06 15:58:26mvelazquezmvelazquez@btlconsultants.com.mxmvelazquezBEGIN:VCARD VERSION:3.0 UID:2022-07-2520:32:19.0467691c-e2b0-b075-581a-6c6737e7bb18.mvelazquez@btlconsultants.com.mx N:mvelazquez;;;; FN:mvelazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mvelazquez@btlconsultants.com.mx END:VCARD mvelazquz mvelazquz@btlconsultants.com.mxAr 3E 9U2023-07-06 15:58:26jsilvajsilva@btlconsultants.com.mxjsilvaBEGIN:VCARD VERSION:3.0 UID:2022-07-2520:31:49.b48611e3-a19c-a13e-63cb-abb12f2f3838.jsilva@btlconsultants.com.mx N:jsilva;;;; FN:jsilva EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsilva@btlconsultants.com.mx END:VCARD jsilva jsilva@btlconsultants.com.mxSq 3I I]2023-07-06 15:58:26s.garcias.garcia@btlconsultants.com.mxs.garciaBEGIN:VCARD VERSION:3.0 UID:2022-07-2520:31:20.cb2722a1-284c-72bd-1f71-9423618d9791.s.garcia@btlconsultants.com.mx N:s.garcia;;;; FN:s.garcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:s.garcia@btlconsultants.com.mx END:VCARD s.garcia s.garcia@btlconsultants.com.mxJp 3G AY2023-07-06 15:58:26sgarciasgarcia@btlconsultants.com.mxsgarciaBEGIN:VCARD VERSION:3.0 UID:2022-07-2520:30:23.07b38ac8-19f5-a993-1d3a-8c650325126a.sgarcia@btlconsultants.com.mx N:sgarcia;;;; FN:sgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:sgarcia@btlconsultants.com.mx END:VCARD sgarcia sgarcia@btlconsultants.com.mx ; f  SE;H 3K AY2023-07-06 15:58:28jcruzjcruz@nay.btlconsultants.com.mxjcruzBEGIN:VCARD VERSION:3.0 UID:2022-07-2721:00:05.7b5d57ca-b198-42ca-d620-19834a01c9fc.jcruz@nay.btlconsultants.com.mx N:jcruz;;;; FN:jcruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcruz@nay.btlconsultants.com.mx END:VCARD jcruz jcruz@nay.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:28mmunozmmunoz@vdm.btlconsultants.com.mxmmunozBEGIN:VCARD VERSION:3.0 UID:2022-07-2720:59:01.f3db3500-5a81-0949-1eec-11e68d68ecd3.mmunoz@vdm.btlconsultants.com.mx N:mmunoz;;;; FN:mmunoz EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmunoz@vdm.btlconsultants.com.mx END:VCARD mmunoz mmunoz@vdm.btlconsultants.com.mxe 3!M !Ye2023-07-06 15:58:28ygutierrezygutierrez@btlconsultants.com.mxygutierrezBEGIN:VCARD VERSION:3.0 UID:2022-07-2715:43:45.0fe55676-06b1-2380-ddfe-f06f92835499.ygutierrez@btlconsultants.com.mx N:ygutierrez;;;; FN:ygutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ygutierrez@btlconsultants.com.mx END:VCARD ygutierrez ygutierrez@btlconsultants.com.mxS 3I I]2023-07-06 15:58:28jjimenezjjimenez@btlconsultants.com.mxjjimenezBEGIN:VCARD VERSION:3.0 UID:2022-07-2715:43:19.5f337e8c-6d5b-831c-fea3-c88f6652f230.jjimenez@btlconsultants.com.mx N:jjimenez;;;; FN:jjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jjimenez@btlconsultants.com.mx END:VCARD jjimenez jjimenez@btlconsultants.com.mxS 3I I]2023-07-06 15:58:28jdaquinojdaquino@btlconsultants.com.mxjdaquinoBEGIN:VCARD VERSION:3.0 UID:2022-07-2715:42:51.dfbb7078-3897-82e1-4628-6f2cdd59480e.jdaquino@btlconsultants.com.mx N:jdaquino;;;; FN:jdaquino EMAIL;TYPE=INTERNET;TYPE=INTERNET:jdaquino@btlconsultants.com.mx END:VCARD jdaquino jdaquino@btlconsultants.com.mx\ 3K Qa2023-07-06 15:58:28jarellanojarellano@btlconsultants.com.mxjarellanoBEGIN:VCARD VERSION:3.0 UID:2022-07-2715:42:17.64447cad-00c6-3c43-aeed-666cff366aee.jarellano@btlconsultants.com.mx N:jarellano;;;; FN:jarellano EMAIL;TYPE=INTERNET;TYPE=INTERNET:jarellano@btlconsultants.com.mx END:VCARD jarellano jarellano@btlconsultants.com.mx\ 3K Qa2023-07-06 15:58:28acardenasacardenas@btlconsultants.com.mxacardenasBEGIN:VCARD VERSION:3.0 UID:2022-07-2715:41:42.8f276aa6-2ddf-3baa-791d-f3247f226a69.acardenas@btlconsultants.com.mx N:acardenas;;;; FN:acardenas EMAIL;TYPE=INTERNET;TYPE=INTERNET:acardenas@btlconsultants.com.mx END:VCARD acardenas acardenas@btlconsultants.com.mxZ~ 3O Qa2023-07-06 15:58:28cmorenocmoreno@mty.btlconsultants.com.mxcmorenoBEGIN:VCARD VERSION:3.0 UID:2022-07-2617:10:42.3de561db-3988-331f-7f03-a56c86ad37be.cmoreno@mty.btlconsultants.com.mx N:cmoreno;;;; FN:cmoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmoreno@mty.btlconsultants.com.mx END:VCARD cmoreno cmoreno@mty.btlconsultants.com.mxQ} 3M I]2023-07-06 15:58:28rgomezrgomez@hgo.btlconsultants.com.mxrgomezBEGIN:VCARD VERSION:3.0 UID:2022-07-2617:10:14.e3fd4e7d-a8a4-358e-14c2-2d607a31ae3e.rgomez@hgo.btlconsultants.com.mx N:rgomez;;;; FN:rgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rgomez@hgo.btlconsultants.com.mx END:VCARD rgomez rgomez@hgo.btlconsultants.com.mxA| 3E 9U2023-07-06 15:58:28pperezpperez@btlconsultants.com.mxpperezBEGIN:VCARD VERSION:3.0 UID:2022-07-2617:09:42.23cd01a9-21ea-d40e-6a1b-ec6ea14a3dc4.pperez@btlconsultants.com.mx N:pperez;;;; FN:pperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:pperez@btlconsultants.com.mx END:VCARD pperez pperez@btlconsultants.com.mxQ{ 3M I]2023-07-06 15:58:28ftrejoftrejo@slp.btlconsultants.com.mxftrejoBEGIN:VCARD VERSION:3.0 UID:2022-07-2616:35:18.628dbe6e-39a8-0fea-90fc-babc30523904.ftrejo@slp.btlconsultants.com.mx N:ftrejo;;;; FN:ftrejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ftrejo@slp.btlconsultants.com.mx END:VCARD ftrejo ftrejo@slp.btlconsultants.com.mx  ' r m|w 3%Q %im2023-07-06 15:58:28jcastellanosjcastellanos@btlconsultants.com.mxjcastellanosBEGIN:VCARD VERSION:3.0 UID:2022-07-2815:28:56.8bc7105b-338c-9790-aa19-9468d6d20f01.jcastellanos@btlconsultants.com.mx N:jcastellanos;;;; FN:jcastellanos EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcastellanos@btlconsultants.com.mx END:VCARD jcastellanos jcastellanos@btlconsultants.com.mxA 3E 9U2023-07-06 15:58:28cbuciocbucio@btlconsultants.com.mxcbucioBEGIN:VCARD VERSION:3.0 UID:2022-07-2815:28:29.6e9aba63-e76e-6923-60a9-451b5f12447b.cbucio@btlconsultants.com.mx N:cbucio;;;; FN:cbucio EMAIL;TYPE=INTERNET;TYPE=INTERNET:cbucio@btlconsultants.com.mx END:VCARD cbucio cbucio@btlconsultants.com.mxA 3E 9U2023-07-06 15:58:28crosascrosas@btlconsultants.com.mxcrosasBEGIN:VCARD VERSION:3.0 UID:2022-07-2815:28:06.a80cbfdd-9266-d286-9c25-aa65bf41ef42.crosas@btlconsultants.com.mx N:crosas;;;; FN:crosas EMAIL;TYPE=INTERNET;TYPE=INTERNET:crosas@btlconsultants.com.mx END:VCARD crosas crosas@btlconsultants.com.mxc 3!M !Ya2023-07-06 15:58:28lrodriguezlrodriguez@btlconsultants.com.mxlrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-07-2815:27:42.3ac42c3d-9619-f7d8-de2c-76a9ddb45304.lrodriguez@btlconsultants.com.mx N:lrodriguez;;;; FN:lrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lrodriguez@btlconsultants.com.mx END:VCARD lrodriguz lrodriguz@btlconsultants.com.mxS 3I I]2023-07-06 15:58:28emoncadaemoncada@btlconsultants.com.mxemoncadaBEGIN:VCARD VERSION:3.0 UID:2022-07-2815:27:11.2c152f5b-0478-2443-4f0a-bfb4cf169203.emoncada@btlconsultants.com.mx N:emoncada;;;; FN:emoncada EMAIL;TYPE=INTERNET;TYPE=INTERNET:emoncada@btlconsultants.com.mx END:VCARD emoncada emoncada@btlconsultants.com.mxS 3I I]2023-07-06 15:58:28nalvareznalvarez@btlconsultants.com.mxnalvarezBEGIN:VCARD VERSION:3.0 UID:2022-07-2815:26:34.933f5391-2621-9d81-9d1f-ceeb22428716.nalvarez@btlconsultants.com.mx N:nalvarez;;;; FN:nalvarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:nalvarez@btlconsultants.com.mx END:VCARD nalvarez nalvarez@btlconsultants.com.mxS 3I I]2023-07-06 15:58:28laguilarlaguilar@btlconsultants.com.mxlaguilarBEGIN:VCARD VERSION:3.0 UID:2022-07-2815:25:56.8cac1261-55f9-46ae-bab5-4d32ebed0306.laguilar@btlconsultants.com.mx N:laguilar;;;; FN:laguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:laguilar@btlconsultants.com.mx END:VCARD laguilar laguilar@btlconsultants.com.mxS 3I I]2023-07-06 15:58:28ecorderoecordero@btlconsultants.com.mxecorderoBEGIN:VCARD VERSION:3.0 UID:2022-07-2815:25:32.5974d4f8-366c-2692-2b68-bcf5868fe8ef.ecordero@btlconsultants.com.mx N:ecordero;;;; FN:ecordero EMAIL;TYPE=INTERNET;TYPE=INTERNET:ecordero@btlconsultants.com.mx END:VCARD ecordero ecordero@btlconsultants.com.mxZ 3K Q]2023-07-06 15:58:28aestrellaaestrella@btlconsultants.com.mxaestrellaBEGIN:VCARD VERSION:3.0 UID:2022-07-2815:25:05.0ef9c127-6a3f-cc00-dfa1-a0f4578d5b58.aestrella@btlconsultants.com.mx N:aestrella;;;; FN:aestrella EMAIL;TYPE=INTERNET;TYPE=INTERNET:aestrella@btlconsultants.com.mx END:VCARD astrella astrella@btlconsultants.com.mx\ 3K Qa2023-07-06 15:58:28idjmartinidjmartin@btlconsultants.com.mxidjmartinBEGIN:VCARD VERSION:3.0 UID:2022-07-2815:24:40.161257de-b723-19e7-2569-f6c73281d4c0.idjmartin@btlconsultants.com.mx N:idjmartin;;;; FN:idjmartin EMAIL;TYPE=INTERNET;TYPE=INTERNET:idjmartin@btlconsultants.com.mx END:VCARD idjmartin idjmartin@btlconsultants.com.mxu 3!U !im2023-07-06 15:58:28mdjarteagamdjarteaga@zac.btlconsultants.com.mxmdjarteagaBEGIN:VCARD VERSION:3.0 UID:2022-07-2814:43:44.83e27716-7495-3cee-6a14-a36a50da3397.mdjarteaga@zac.btlconsultants.com.mx N:mdjarteaga;;;; FN:mdjarteaga EMAIL;TYPE=INTERNET;TYPE=INTERNET:mdjarteaga@zac.btlconsultants.com.mx END:VCARD mdjarteaga mdjarteaga@zac.btlconsultants.com.mx ST{tmf_XQJC<5.'  xqjc\UNG@92+$ | u n g ` Y R K D = 6 / ( !    L E > 7 0 ) "    z s l e ^ W P I B ; 4 - &     ~ w p i b [ T M F ? 8 1 * #     {tmf_XQJC<5.'  xqjc\UNG@92+$|ung`YRKD=6/(! yrkd]VOHA:3,%jc\UNG@92+$ | u n g ` Y R K D = 6 / ( !    y r k d ] V O H A : 3 , %     } v o h a Z S                                                                                                                            ~  }  |  {  z  y  x  w  v  u  t  s  r  q  p  o  n  m  l  k  j  i  h  g  f  e  d  c  b  a  `  _  ^  ]  \  [  Z  Y  X  W  V  U  T  S  R  Q  P  O  N  M  L  K  J  I  H  G  F  E  D  C  B  A  @  ?  >  =  <  ;  :  9  8  7  6  5  4  3  2  1  0  /  .  -  ,  +  *  )  (  '  &  %  $  #  "  !                                                                                                                                                                                                                                                                                                                                      ~  }  |  {  z  y  x  w  v  u  t  s  r  q  p  o  n  m  l  k  j  i  h  I } /x!jS 3I I]2023-07-06 15:58:28icedilloicedillo@btlconsultants.com.mxicedilloBEGIN:VCARD VERSION:3.0 UID:2022-08-0116:28:14.7d851c8c-a8b1-bafb-7d24-76f5de3736f5.icedillo@btlconsultants.com.mx N:icedillo;;;; FN:icedillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:icedillo@btlconsultants.com.mx END:VCARD icedillo icedillo@btlconsultants.com.mxe 3!M !Ye2023-07-06 15:58:28yhernandezyhernandez@btlconsultants.com.mxyhernandezBEGIN:VCARD VERSION:3.0 UID:2022-08-0116:27:46.18ba9150-94c8-3a7a-2472-c73c63ea20c7.yhernandez@btlconsultants.com.mx N:yhernandez;;;; FN:yhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:yhernandez@btlconsultants.com.mx END:VCARD yhernandez yhernandez@btlconsultants.com.mxJ 3G AY2023-07-06 15:58:28lriverolrivero@btlconsultants.com.mxlriveroBEGIN:VCARD VERSION:3.0 UID:2022-08-0116:27:18.4f23a049-3ae8-1081-9b87-157c44d9a547.lrivero@btlconsultants.com.mx N:lrivero;;;; FN:lrivero EMAIL;TYPE=INTERNET;TYPE=INTERNET:lrivero@btlconsultants.com.mx END:VCARD lrivero lrivero@btlconsultants.com.mxS 3I I]2023-07-06 15:58:28asalazarasalazar@btlconsultants.com.mxasalazarBEGIN:VCARD VERSION:3.0 UID:2022-08-0116:26:53.5fb103c3-1a59-444d-652e-0d85ee3e9e1f.asalazar@btlconsultants.com.mx N:asalazar;;;; FN:asalazar EMAIL;TYPE=INTERNET;TYPE=INTERNET:asalazar@btlconsultants.com.mx END:VCARD asalazar asalazar@btlconsultants.com.mxn 3#O #ai2023-07-06 15:58:28osantamariaosantamaria@btlconsultants.com.mxosantamariaBEGIN:VCARD VERSION:3.0 UID:2022-08-0116:26:28.0ac03fd6-00f2-6417-05f1-e62efdb277cd.osantamaria@btlconsultants.com.mx N:osantamaria;;;; FN:osantamaria EMAIL;TYPE=INTERNET;TYPE=INTERNET:osantamaria@btlconsultants.com.mx END:VCARD osantamaria osantamaria@btlconsultants.com.mxA 3E 9U2023-07-06 15:58:28amarinamarin@btlconsultants.com.mxamarinBEGIN:VCARD VERSION:3.0 UID:2022-08-0116:25:53.d48b4ebe-e44b-e99b-7cd7-642b1f203987.amarin@btlconsultants.com.mx N:amarin;;;; FN:amarin EMAIL;TYPE=INTERNET;TYPE=INTERNET:amarin@btlconsultants.com.mx END:VCARD amarin amarin@btlconsultants.com.mxJ 3G AY2023-07-06 15:58:28jriverajrivera@btlconsultants.com.mxjriveraBEGIN:VCARD VERSION:3.0 UID:2022-08-0116:25:07.fe386d5c-ac05-4090-1aa4-967edfb76fe2.jrivera@btlconsultants.com.mx N:jrivera;;;; FN:jrivera EMAIL;TYPE=INTERNET;TYPE=INTERNET:jrivera@btlconsultants.com.mx END:VCARD jrivera jrivera@btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:28ymolinaymolina@vdm.btlconsultants.com.mxymolinaBEGIN:VCARD VERSION:3.0 UID:2022-07-2820:51:39.1c6b93ba-44f5-7fba-e476-65926126a7b4.ymolina@vdm.btlconsultants.com.mx N:ymolina;;;; FN:ymolina EMAIL;TYPE=INTERNET;TYPE=INTERNET:ymolina@vdm.btlconsultants.com.mx END:VCARD ymolina ymolina@vdm.btlconsultants.com.mxj 3S ae2023-07-06 15:58:28mrevueltamrevuelta@vdm.btlconsultants.com.mxmrevueltaBEGIN:VCARD VERSION:3.0 UID:2022-07-2820:51:09.837eed1c-af92-d6e8-a2c6-343fb3ebf280.mrevuelta@vdm.btlconsultants.com.mx N:mrevuelta;;;; FN:mrevuelta EMAIL;TYPE=INTERNET;TYPE=INTERNET:mrevuelta@vdm.btlconsultants.com.mx END:VCARD mrevulta mrevulta@vdm.btlconsultants.com.mx\ 3K Qa2023-07-06 15:58:28japariciojaparicio@btlconsultants.com.mxjaparicioBEGIN:VCARD VERSION:3.0 UID:2022-07-2815:29:52.cfe4ead4-3fc7-4ea0-0637-5e09aecb4447.japaricio@btlconsultants.com.mx N:japaricio;;;; FN:japaricio EMAIL;TYPE=INTERNET;TYPE=INTERNET:japaricio@btlconsultants.com.mx END:VCARD japaricio japaricio@btlconsultants.com.mxS 3I I]2023-07-06 15:58:28jgarduzajgarduza@btlconsultants.com.mxjgarduzaBEGIN:VCARD VERSION:3.0 UID:2022-07-2815:29:22.dd137efa-714a-daca-7a2e-756f3360a2a6.jgarduza@btlconsultants.com.mx N:jgarduza;;;; FN:jgarduza EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgarduza@btlconsultants.com.mx END:VCARD jgarduza jgarduza@btlconsultants.com.mx G I  h \Gl& 3S ai2023-07-06 15:58:28u.estradau.estrada@vdm.btlconsultants.com.mxu.estradaBEGIN:VCARD VERSION:3.0 UID:2022-08-0117:42:13.72b9c902-c06d-2506-5a34-7459b1a65ee3.u.estrada@vdm.btlconsultants.com.mx N:u.estrada;;;; FN:u.estrada EMAIL;TYPE=INTERNET;TYPE=INTERNET:u.estrada@vdm.btlconsultants.com.mx END:VCARD u.estrada u.estrada@vdm.btlconsultants.com.mxJ% 3G AY2023-07-06 15:58:28agrojasagrojas@btlconsultants.com.mxagrojasBEGIN:VCARD VERSION:3.0 UID:2022-08-0116:33:26.fc948591-2d6b-9f09-255e-1ba87e0921d1.agrojas@btlconsultants.com.mx N:agrojas;;;; FN:agrojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:agrojas@btlconsultants.com.mx END:VCARD agrojas agrojas@btlconsultants.com.mxS$ 3I I]2023-07-06 15:58:28j.garciaj.garcia@btlconsultants.com.mxj.garciaBEGIN:VCARD VERSION:3.0 UID:2022-08-0116:32:51.af569dff-22a1-7d9c-119c-9d731688551b.j.garcia@btlconsultants.com.mx N:j.garcia;;;; FN:j.garcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.garcia@btlconsultants.com.mx END:VCARD j.garcia j.garcia@btlconsultants.com.mxS# 3I I]2023-07-06 15:58:28cjimenezcjimenez@btlconsultants.com.mxcjimenezBEGIN:VCARD VERSION:3.0 UID:2022-08-0116:32:21.2deb3a67-477c-6bbc-387c-92c1ead44c26.cjimenez@btlconsultants.com.mx N:cjimenez;;;; FN:cjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cjimenez@btlconsultants.com.mx END:VCARD cjimenez cjimenez@btlconsultants.com.mxS" 3I I]2023-07-06 15:58:28jdejesusjdejesus@btlconsultants.com.mxjdejesusBEGIN:VCARD VERSION:3.0 UID:2022-08-0116:31:54.85092202-e21c-6365-6ced-96fc10158ff1.jdejesus@btlconsultants.com.mx N:jdejesus;;;; FN:jdejesus EMAIL;TYPE=INTERNET;TYPE=INTERNET:jdejesus@btlconsultants.com.mx END:VCARD jdejesus jdejesus@btlconsultants.com.mxZ! 3K Q]2023-07-06 15:58:28cenriquezcenriquez@btlconsultants.com.mxcenriquezBEGIN:VCARD VERSION:3.0 UID:2022-08-0116:31:22.705f402d-9c75-48a3-9958-a4bedf269b9b.cenriquez@btlconsultants.com.mx N:cenriquez;;;; FN:cenriquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cenriquez@btlconsultants.com.mx END:VCARD cenriquz cenriquz@btlconsultants.com.mxJ 3G AY2023-07-06 15:58:28p.perezp.perez@btlconsultants.com.mxp.perezBEGIN:VCARD VERSION:3.0 UID:2022-08-0116:30:50.fd7e8b4d-59e9-4fd6-8054-34f8845c682c.p.perez@btlconsultants.com.mx N:p.perez;;;; FN:p.perez EMAIL;TYPE=INTERNET;TYPE=INTERNET:p.perez@btlconsultants.com.mx END:VCARD p.perez p.perez@btlconsultants.com.mxJ 3G AY2023-07-06 15:58:28scortesscortes@btlconsultants.com.mxscortesBEGIN:VCARD VERSION:3.0 UID:2022-08-0116:30:13.8b97a458-f126-3eab-e32a-01542671b55d.scortes@btlconsultants.com.mx N:scortes;;;; FN:scortes EMAIL;TYPE=INTERNET;TYPE=INTERNET:scortes@btlconsultants.com.mx END:VCARD scortes scortes@btlconsultants.com.mxA 3E 9U2023-07-06 15:58:28cponcecponce@btlconsultants.com.mxcponceBEGIN:VCARD VERSION:3.0 UID:2022-08-0116:29:49.1d24f751-389e-9822-9145-e76c04bc037d.cponce@btlconsultants.com.mx N:cponce;;;; FN:cponce EMAIL;TYPE=INTERNET;TYPE=INTERNET:cponce@btlconsultants.com.mx END:VCARD cponce cponce@btlconsultants.com.mx\ 3K Qa2023-07-06 15:58:28rvillegasrvillegas@btlconsultants.com.mxrvillegasBEGIN:VCARD VERSION:3.0 UID:2022-08-0116:29:24.61fde92d-e3d9-b445-6d92-84efd7fa5550.rvillegas@btlconsultants.com.mx N:rvillegas;;;; FN:rvillegas EMAIL;TYPE=INTERNET;TYPE=INTERNET:rvillegas@btlconsultants.com.mx END:VCARD rvillegas rvillegas@btlconsultants.com.mxS 3I I]2023-07-06 15:58:28ejimenezejimenez@btlconsultants.com.mxejimenezBEGIN:VCARD VERSION:3.0 UID:2022-08-0116:28:47.e7c7cdee-e5e3-946b-dc8c-7d19fee7ac0b.ejimenez@btlconsultants.com.mx N:ejimenez;;;; FN:ejimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ejimenez@btlconsultants.com.mx END:VCARD ejimenez ejimenez@btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX< ( 3 2023-07-06 15:58:33' 3 2023-07-06 15:58:33& 3 2023-07-06 15:58:33% 3 2023-07-06 15:58:33$ 3 2023-07-06 15:58:33# 3 2023-07-06 15:58:33" 3 2023-07-06 15:58:33! 3 2023-07-06 15:58:33  3 2023-07-06 15:58:33 3 2023-07-06 15:58:33 3 2023-07-06 15:58:33 3 2023-07-06 15:58:33 3 2023-07-06 15:58:33 3 2023-07-06 15:58:33 3 2023-07-06 15:58:33 3 2023-07-06 15:58:33 3 2023-07-06 15:58:33 3 2023-07-06 15:58:33 3 2023-07-06 15:58:33 3 2023-07-06 15:58:33 3 2023-07-06 15:58:33 3 2023-07-06 15:58:33 3 2023-07-06 15:58:33 3 2023-07-06 15:58:33 3 2023-07-06 15:58:33 3 2023-07-06 15:58:33 3 2023-07-06 15:58:33  3 2023-07-06 15:58:33  3 2023-07-06 15:58:33  3 2023-07-06 15:58:32  3 2023-07-06 15:58:32  3 2023-07-06 15:58:32 3 2023-07-06 15:58:32 3 2023-07-06 15:58:32 3 2023-07-06 15:58:32 3 2023-07-06 15:58:32 3 2023-07-06 15:58:32 3 2023-07-06 15:58:32 3 2023-07-06 15:58:32 3 2023-07-06 15:58:32 3 2023-07-06 15:58:32 3 2023-07-06 15:58:32~ 3 ~2023-07-06 15:58:31} 3 }2023-07-06 15:58:31| 3 |2023-07-06 15:58:31{ 3 {2023-07-06 15:58:31z 3 z2023-07-06 15:58:31y 3 y2023-07-06 15:58:31x 3 x2023-07-06 15:58:31w 3 w2023-07-06 15:58:31v 3 v2023-07-06 15:58:31u 3 u2023-07-06 15:58:31t 3 t2023-07-06 15:58:31s 3 s2023-07-06 15:58:31r 3 r2023-07-06 15:58:31q 3 q2023-07-06 15:58:31p 3 p2023-07-06 15:58:31o 3 o2023-07-06 15:58:31n 3 n2023-07-06 15:58:31m 3 m2023-07-06 15:58:31l 3 l2023-07-06 15:58:31k 3 k2023-07-06 15:58:31j 3 j2023-07-06 15:58:31i 3 i2023-07-06 15:58:31h 3 h2023-07-06 15:58:31g 3 g2023-07-06 15:58:31f 3 f2023-07-06 15:58:31e 3 e2023-07-06 15:58:31d 3 d2023-07-06 15:58:31c 3 c2023-07-06 15:58:31b 3 b2023-07-06 15:58:31a 3 a2023-07-06 15:58:31` 3 `2023-07-06 15:58:31_ 3 _2023-07-06 15:58:31^ 3 ^2023-07-06 15:58:31] 3 ]2023-07-06 15:58:31\ 3 \2023-07-06 15:58:31[ 3 [2023-07-06 15:58:31Z 3 Z2023-07-06 15:58:30Y 3 Y2023-07-06 15:58:30X 3 X2023-07-06 15:58:30W 3 W2023-07-06 15:58:30V 3 V2023-07-06 15:58:30U 3 U2023-07-06 15:58:30T 3 T2023-07-06 15:58:30S 3 S2023-07-06 15:58:30R 3 R2023-07-06 15:58:30Q 3 Q2023-07-06 15:58:30P 3 P2023-07-06 15:58:30O 3 O2023-07-06 15:58:30N 3 N2023-07-06 15:58:30M 3 M2023-07-06 15:58:30L 3 L2023-07-06 15:58:30K 3 K2023-07-06 15:58:30J 3 J2023-07-06 15:58:30I 3 I2023-07-06 15:58:30H 3 H2023-07-06 15:58:30G 3 G2023-07-06 15:58:30F 3 F2023-07-06 15:58:30E 3 E2023-07-06 15:58:30D 3 D2023-07-06 15:58:30C 3 C2023-07-06 15:58:30B 3 B2023-07-06 15:58:30A 3 A2023-07-06 15:58:30@ 3 @2023-07-06 15:58:30? 3 ?2023-07-06 15:58:30> 3 >2023-07-06 15:58:30= 3 =2023-07-06 15:58:30< 3 <2023-07-06 15:58:30; 3 ;2023-07-06 15:58:30: 3 :2023-07-06 15:58:309 3 92023-07-06 15:58:308 3 82023-07-06 15:58:307 3 72023-07-06 15:58:306 3 62023-07-06 15:58:305 3 52023-07-06 15:58:304 3 42023-07-06 15:58:293 3 32023-07-06 15:58:292 3 22023-07-06 15:58:291 3 12023-07-06 15:58:290 3 02023-07-06 15:58:29/ 3 /2023-07-06 15:58:29. 3 .2023-07-06 15:58:29- 3 -2023-07-06 15:58:29, 3 ,2023-07-06 15:58:29+ 3 +2023-07-06 15:58:29* 3 *2023-07-06 15:58:29) 3 )2023-07-06 15:58:29( 3 (2023-07-06 15:58:28' 3 '2023-07-06 15:58:28& 3 &2023-07-06 15:58:28% 3 %2023-07-06 15:58:28$ 3 $2023-07-06 15:58:28# 3 #2023-07-06 15:58:28" 3 "2023-07-06 15:58:28! 3 !2023-07-06 15:58:28   SC\1 3K Qa2023-07-06 15:58:29malvaradomalvarado@btlconsultants.com.mxmalvaradoBEGIN:VCARD VERSION:3.0 UID:2022-08-0217:29:57.8982d219-a985-7ea7-bed1-e6b3d68c6802.malvarado@btlconsultants.com.mx N:malvarado;;;; FN:malvarado EMAIL;TYPE=INTERNET;TYPE=INTERNET:malvarado@btlconsultants.com.mx END:VCARD malvarado malvarado@btlconsultants.com.mxn0 3#O #ai2023-07-06 15:58:29evillarrealevillarreal@btlconsultants.com.mxevillarrealBEGIN:VCARD VERSION:3.0 UID:2022-08-0217:29:32.dab06b4a-617b-4526-0325-20ba3db7bc16.evillarreal@btlconsultants.com.mx N:evillarreal;;;; FN:evillarreal EMAIL;TYPE=INTERNET;TYPE=INTERNET:evillarreal@btlconsultants.com.mx END:VCARD evillarreal evillarreal@btlconsultants.com.mxS/ 3I I]2023-07-06 15:58:29ltadilloltadillo@btlconsultants.com.mxltadilloBEGIN:VCARD VERSION:3.0 UID:2022-08-0217:28:55.7fcea72d-16bc-ae80-0ba3-dea4b7ed977f.ltadillo@btlconsultants.com.mx N:ltadillo;;;; FN:ltadillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ltadillo@btlconsultants.com.mx END:VCARD ltadillo ltadillo@btlconsultants.com.mx\. 3K Qa2023-07-06 15:58:29amadrilesamadriles@btlconsultants.com.mxamadrilesBEGIN:VCARD VERSION:3.0 UID:2022-08-0217:28:29.0a890115-05dd-14c1-54b5-fdd8cbd91bb9.amadriles@btlconsultants.com.mx N:amadriles;;;; FN:amadriles EMAIL;TYPE=INTERNET;TYPE=INTERNET:amadriles@btlconsultants.com.mx END:VCARD amadriles amadriles@btlconsultants.com.mxZ- 3O Qa2023-07-06 15:58:29eandreseandres@qro.btlconsultants.com.mxeandresBEGIN:VCARD VERSION:3.0 UID:2022-08-0214:44:58.6802aac9-90f2-ba48-900c-09bef0c9971b.eandres@qro.btlconsultants.com.mx N:eandres;;;; FN:eandres EMAIL;TYPE=INTERNET;TYPE=INTERNET:eandres@qro.btlconsultants.com.mx END:VCARD eandres eandres@qro.btlconsultants.com.mxZ, 3O Qa2023-07-06 15:58:29emaciasemacias@ver.btlconsultants.com.mxemaciasBEGIN:VCARD VERSION:3.0 UID:2022-08-0214:44:26.cf5cd8cc-63a8-9c73-1243-4210d668468a.emacias@ver.btlconsultants.com.mx N:emacias;;;; FN:emacias EMAIL;TYPE=INTERNET;TYPE=INTERNET:emacias@ver.btlconsultants.com.mx END:VCARD emacias emacias@ver.btlconsultants.com.mxP+ 3M I[2023-07-06 15:58:29drosasdrosas@pue.btlconsultants.com.mxdrosasBEGIN:VCARD VERSION:3.0 UID:2022-08-0214:43:59.5c0cfc48-05a4-6a5e-72b4-2b954e6a4b0e.drosas@pue.btlconsultants.com.mx N:drosas;;;; FN:drosas EMAIL;TYPE=INTERNET;TYPE=INTERNET:drosas@pue.btlconsultants.com.mx END:VCARD drosas drosas@pu.btlconsultants.com.mxc* 3Q Ye2023-07-06 15:58:29testradatestrada@bcn.btlconsultants.com.mxtestradaBEGIN:VCARD VERSION:3.0 UID:2022-08-0214:43:32.24078681-2ad5-8f4e-0f7e-1c49871ef862.testrada@bcn.btlconsultants.com.mx N:testrada;;;; FN:testrada EMAIL;TYPE=INTERNET;TYPE=INTERNET:testrada@bcn.btlconsultants.com.mx END:VCARD testrada testrada@bcn.btlconsultants.com.mxY) 3O Q_2023-07-06 15:58:28lchavezlchavez@pue.btlconsultants.com.mxlchavezBEGIN:VCARD VERSION:3.0 UID:2022-08-0214:43:02.52e43404-dc7b-d57e-11d0-e78a2dacee77.lchavez@pue.btlconsultants.com.mx N:lchavez;;;; FN:lchavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lchavez@pue.btlconsultants.com.mx END:VCARD lchavez lchavez@pu.btlconsultants.com.mx~( 3#W #qq2023-07-06 15:58:28e.gutierreze.gutierrez@vdm.btlconsultants.com.mxe.gutierrezBEGIN:VCARD VERSION:3.0 UID:2022-08-0214:42:27.2be9b61d-1c45-f5ad-4ad7-da50e7e6c267.e.gutierrez@vdm.btlconsultants.com.mx N:e.gutierrez;;;; FN:e.gutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:e.gutierrez@vdm.btlconsultants.com.mx END:VCARD e.gutierrez e.gutierrez@vdm.btlconsultants.com.mxc' 3Q Ye2023-07-06 15:58:28jcarmonajcarmona@vdm.btlconsultants.com.mxjcarmonaBEGIN:VCARD VERSION:3.0 UID:2022-08-0117:42:50.1d775abd-c834-1642-3c5b-1e373bd46b84.jcarmona@vdm.btlconsultants.com.mx N:jcarmona;;;; FN:jcarmona EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcarmona@vdm.btlconsultants.com.mx END:VCARD jcarmona jcarmona@vdm.btlconsultants.com.mx  T { 6%\p< 3U ek2023-07-06 15:58:30rberzunzarberzunza@chih.btlconsultants.com.mxrberzunzaBEGIN:VCARD VERSION:3.0 UID:2022-08-0414:58:59.b9ef47f2-48f4-4371-39f4-cdb222460cb7.rberzunza@chih.btlconsultants.com.mx N:rberzunza;;;; FN:rberzunza EMAIL;TYPE=INTERNET;TYPE=INTERNET:rberzunza@chih.btlconsultants.com.mx END:VCARD rberzunza rberzunza@chih.btlconsultants.com.mxS; 3I I]2023-07-06 15:58:30rcarrerarcarrera@btlconsultants.com.mxrcarreraBEGIN:VCARD VERSION:3.0 UID:2022-08-0315:20:01.d1467a83-3947-53e9-83b7-09f8824b4711.rcarrera@btlconsultants.com.mx N:rcarrera;;;; FN:rcarrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:rcarrera@btlconsultants.com.mx END:VCARD rcarrera rcarrera@btlconsultants.com.mxn: 3#O #ai2023-07-06 15:58:30g.hernandezg.hernandez@btlconsultants.com.mxg.hernandezBEGIN:VCARD VERSION:3.0 UID:2022-08-0315:19:36.6031abde-163f-d5a9-008c-130f8e24fdf0.g.hernandez@btlconsultants.com.mx N:g.hernandez;;;; FN:g.hernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:g.hernandez@btlconsultants.com.mx END:VCARD g.hernandez g.hernandez@btlconsultants.com.mxc9 3!M !Ya2023-07-06 15:58:30pdominguezpdominguez@btlconsultants.com.mxpdominguezBEGIN:VCARD VERSION:3.0 UID:2022-08-0315:19:02.35591808-52cb-6e25-d0b2-cb91cda626ee.pdominguez@btlconsultants.com.mx N:pdominguez;;;; FN:pdominguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:pdominguez@btlconsultants.com.mx END:VCARD pdominguz pdominguz@btlconsultants.com.mxZ8 3O Qa2023-07-06 15:58:30vmedinavmedina@mor.btlconsultants.com.mxvmedinaBEGIN:VCARD VERSION:3.0 UID:2022-08-0218:32:43.9c8428a8-76cf-934c-7b08-9bc5eb554117.vmedina@mor.btlconsultants.com.mx N:vmedina;;;; FN:vmedina EMAIL;TYPE=INTERNET;TYPE=INTERNET:vmedina@mor.btlconsultants.com.mx END:VCARD vmedina vmedina@mor.btlconsultants.com.mxH7 3K AY2023-07-06 15:58:30vpenavpena@vdm.btlconsultants.com.mxvpenaBEGIN:VCARD VERSION:3.0 UID:2022-08-0218:32:15.1891a452-275d-6bf3-d751-20d3dc4cfbec.vpena@vdm.btlconsultants.com.mx N:vpena;;;; FN:vpena EMAIL;TYPE=INTERNET;TYPE=INTERNET:vpena@vdm.btlconsultants.com.mx END:VCARD vpena vpena@vdm.btlconsultants.com.mxA6 3E 9U2023-07-06 15:58:30ftapiaftapia@btlconsultants.com.mxftapiaBEGIN:VCARD VERSION:3.0 UID:2022-08-0217:32:14.55527a2e-3869-4b88-310e-083fcd7022ea.ftapia@btlconsultants.com.mx N:ftapia;;;; FN:ftapia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ftapia@btlconsultants.com.mx END:VCARD ftapia ftapia@btlconsultants.com.mxl5 3#O #ae2023-07-06 15:58:29lvalenzuelalvalenzuela@btlconsultants.com.mxlvalenzuelaBEGIN:VCARD VERSION:3.0 UID:2022-08-0217:31:48.5de2c28a-449e-c2e8-c6be-68666e042366.lvalenzuela@btlconsultants.com.mx N:lvalenzuela;;;; FN:lvalenzuela EMAIL;TYPE=INTERNET;TYPE=INTERNET:lvalenzuela@btlconsultants.com.mx END:VCARD lvalenzula lvalenzula@btlconsultants.com.mxe4 3!M !Ye2023-07-06 15:58:29ehernandezehernandez@btlconsultants.com.mxehernandezBEGIN:VCARD VERSION:3.0 UID:2022-08-0217:31:18.465534fe-775c-158b-6ed7-e53d90912654.ehernandez@btlconsultants.com.mx N:ehernandez;;;; FN:ehernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ehernandez@btlconsultants.com.mx END:VCARD ehernandez ehernandez@btlconsultants.com.mxc3 3!M !Ya2023-07-06 15:58:29hrodriguezhrodriguez@btlconsultants.com.mxhrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-08-0217:30:53.18f6a4f0-c2d5-2006-aba6-89ceaf54bc2e.hrodriguez@btlconsultants.com.mx N:hrodriguez;;;; FN:hrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:hrodriguez@btlconsultants.com.mx END:VCARD hrodriguz hrodriguz@btlconsultants.com.mxA2 3E 9U2023-07-06 15:58:29srubiosrubio@btlconsultants.com.mxsrubioBEGIN:VCARD VERSION:3.0 UID:2022-08-0217:30:19.fc9d9537-fcd1-8531-47bd-e4af21f74232.srubio@btlconsultants.com.mx N:srubio;;;; FN:srubio EMAIL;TYPE=INTERNET;TYPE=INTERNET:srubio@btlconsultants.com.mx END:VCARD srubio srubio@btlconsultants.com.mx  ; J.VQG 3I IY2023-07-06 15:58:30avasquezavasquez@btlconsultants.com.mxavasquezBEGIN:VCARD VERSION:3.0 UID:2022-08-0517:46:05.ec0953c5-f6e8-f04d-a8e9-f21d00f25a17.avasquez@btlconsultants.com.mx N:avasquez;;;; FN:avasquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:avasquez@btlconsultants.com.mx END:VCARD avasquz avasquz@btlconsultants.com.mxAF 3E 9U2023-07-06 15:58:30slopezslopez@btlconsultants.com.mxslopezBEGIN:VCARD VERSION:3.0 UID:2022-08-0517:45:38.944166ea-8c0f-651b-b733-03ed79a5aa8b.slopez@btlconsultants.com.mx N:slopez;;;; FN:slopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:slopez@btlconsultants.com.mx END:VCARD slopez slopez@btlconsultants.com.mx\E 3K Qa2023-07-06 15:58:30amontalvoamontalvo@btlconsultants.com.mxamontalvoBEGIN:VCARD VERSION:3.0 UID:2022-08-0517:45:12.73c64357-0ff7-5b51-a228-4b294bb040c8.amontalvo@btlconsultants.com.mx N:amontalvo;;;; FN:amontalvo EMAIL;TYPE=INTERNET;TYPE=INTERNET:amontalvo@btlconsultants.com.mx END:VCARD amontalvo amontalvo@btlconsultants.com.mx/D 3A )M2023-07-06 15:58:30egilegil@btlconsultants.com.mxegilBEGIN:VCARD VERSION:3.0 UID:2022-08-0415:43:40.3f88213a-72aa-80b2-3b81-03880281a78f.egil@btlconsultants.com.mx N:egil;;;; FN:egil EMAIL;TYPE=INTERNET;TYPE=INTERNET:egil@btlconsultants.com.mx END:VCARD egil egil@btlconsultants.com.mx\C 3K Qa2023-07-06 15:58:30mcalderonmcalderon@btlconsultants.com.mxmcalderonBEGIN:VCARD VERSION:3.0 UID:2022-08-0415:39:57.db1ac71d-9787-ab1b-87c0-46367685fba0.mcalderon@btlconsultants.com.mx N:mcalderon;;;; FN:mcalderon EMAIL;TYPE=INTERNET;TYPE=INTERNET:mcalderon@btlconsultants.com.mx END:VCARD mcalderon mcalderon@btlconsultants.com.mxAB 3E 9U2023-07-06 15:58:30dgomezdgomez@btlconsultants.com.mxdgomezBEGIN:VCARD VERSION:3.0 UID:2022-08-0415:39:27.6ed6f395-8da1-6378-4fed-e4d1e23834d7.dgomez@btlconsultants.com.mx N:dgomez;;;; FN:dgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dgomez@btlconsultants.com.mx END:VCARD dgomez dgomez@btlconsultants.com.mxsA 3!U !ii2023-07-06 15:58:30mrodriguezmrodriguez@ags.btlconsultants.com.mxmrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-08-0415:01:53.31977f1d-a675-cbcc-f2cf-5e29608500e3.mrodriguez@ags.btlconsultants.com.mx N:mrodriguez;;;; FN:mrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mrodriguez@ags.btlconsultants.com.mx END:VCARD mrodriguz mrodriguz@ags.btlconsultants.com.mxk@ 3S ag2023-07-06 15:58:30jlaguilarjlaguilar@pue.btlconsultants.com.mxjlaguilarBEGIN:VCARD VERSION:3.0 UID:2022-08-0415:01:02.fe09130f-5b6c-cd00-ce26-9c2505035ee9.jlaguilar@pue.btlconsultants.com.mx N:jlaguilar;;;; FN:jlaguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:jlaguilar@pue.btlconsultants.com.mx END:VCARD jlaguilar jlaguilar@pu.btlconsultants.com.mx~? 3#W #qq2023-07-06 15:58:30lfhernandezlfhernandez@gto.btlconsultants.com.mxlfhernandezBEGIN:VCARD VERSION:3.0 UID:2022-08-0415:00:35.a97c97ef-ffb5-a35a-ea50-16aaa4ebc33a.lfhernandez@gto.btlconsultants.com.mx N:lfhernandez;;;; FN:lfhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lfhernandez@gto.btlconsultants.com.mx END:VCARD lfhernandez lfhernandez@gto.btlconsultants.com.mxl> 3S ai2023-07-06 15:58:30resquivelresquivel@mer.btlconsultants.com.mxresquivelBEGIN:VCARD VERSION:3.0 UID:2022-08-0415:00:00.c8dc0339-7620-2899-3b47-0d79255e9da8.resquivel@mer.btlconsultants.com.mx N:resquivel;;;; FN:resquivel EMAIL;TYPE=INTERNET;TYPE=INTERNET:resquivel@mer.btlconsultants.com.mx END:VCARD resquivel resquivel@mer.btlconsultants.com.mxQ= 3M I]2023-07-06 15:58:30jnaresjnares@mty.btlconsultants.com.mxjnaresBEGIN:VCARD VERSION:3.0 UID:2022-08-0414:59:32.bfb6fbb4-b778-40c0-0df0-499a1924aee6.jnares@mty.btlconsultants.com.mx N:jnares;;;; FN:jnares EMAIL;TYPE=INTERNET;TYPE=INTERNET:jnares@mty.btlconsultants.com.mx END:VCARD jnares jnares@mty.btlconsultants.com.mx  o ! aUucR 3Q Ye2023-07-06 15:58:30mjgarciamjgarcia@mty.btlconsultants.com.mxmjgarciaBEGIN:VCARD VERSION:3.0 UID:2022-08-0914:21:48.e1b11a74-f81a-8fef-5e1f-766bbc26cf57.mjgarcia@mty.btlconsultants.com.mx N:mjgarcia;;;; FN:mjgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:mjgarcia@mty.btlconsultants.com.mx END:VCARD mjgarcia mjgarcia@mty.btlconsultants.com.mxZQ 3O Qa2023-07-06 15:58:30jmendezjmendez@slp.btlconsultants.com.mxjmendezBEGIN:VCARD VERSION:3.0 UID:2022-08-0914:21:02.0de6f100-4a87-6146-a074-e85110869aa1.jmendez@slp.btlconsultants.com.mx N:jmendez;;;; FN:jmendez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmendez@slp.btlconsultants.com.mx END:VCARD jmendez jmendez@slp.btlconsultants.com.mx~P 3#W #qq2023-07-06 15:58:30jicontrerasjicontreras@tam.btlconsultants.com.mxjicontrerasBEGIN:VCARD VERSION:3.0 UID:2022-08-0914:20:30.1f4bbd01-c3fe-e5dd-13a2-d397dbfd1a53.jicontreras@tam.btlconsultants.com.mx N:jicontreras;;;; FN:jicontreras EMAIL;TYPE=INTERNET;TYPE=INTERNET:jicontreras@tam.btlconsultants.com.mx END:VCARD jicontreras jicontreras@tam.btlconsultants.com.mx\O 3K Qa2023-07-06 15:58:30dbecerrildbecerril@btlconsultants.com.mxdbecerrilBEGIN:VCARD VERSION:3.0 UID:2022-08-0821:02:06.8fa7d76f-043c-37eb-1cd0-2f2089ca837e.dbecerril@btlconsultants.com.mx N:dbecerril;;;; FN:dbecerril EMAIL;TYPE=INTERNET;TYPE=INTERNET:dbecerril@btlconsultants.com.mx END:VCARD dbecerril dbecerril@btlconsultants.com.mxAN 3E 9U2023-07-06 15:58:30cdurancduran@btlconsultants.com.mxcduranBEGIN:VCARD VERSION:3.0 UID:2022-08-0821:01:31.658d4ca7-def3-36e0-7456-eb654a10620c.cduran@btlconsultants.com.mx N:cduran;;;; FN:cduran EMAIL;TYPE=INTERNET;TYPE=INTERNET:cduran@btlconsultants.com.mx END:VCARD cduran cduran@btlconsultants.com.mxcM 3!M !Ya2023-07-06 15:58:30jrodriguezjrodriguez@btlconsultants.com.mxjrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-08-0814:38:11.0e784320-fdcf-3410-5019-9a43657c92d9.jrodriguez@btlconsultants.com.mx N:jrodriguez;;;; FN:jrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jrodriguez@btlconsultants.com.mx END:VCARD jrodriguz jrodriguz@btlconsultants.com.mx\L 3K Qa2023-07-06 15:58:30mhernadezmhernadez@btlconsultants.com.mxmhernadezBEGIN:VCARD VERSION:3.0 UID:2022-08-0814:37:43.39313661-6de7-6625-b22a-4d1d0d517e3b.mhernadez@btlconsultants.com.mx N:mhernadez;;;; FN:mhernadez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mhernadez@btlconsultants.com.mx END:VCARD mhernadez mhernadez@btlconsultants.com.mx\K 3K Qa2023-07-06 15:58:30ocoronadoocoronado@btlconsultants.com.mxocoronadoBEGIN:VCARD VERSION:3.0 UID:2022-08-0814:37:21.c616a84e-1184-0b71-422a-c5b34a998d56.ocoronado@btlconsultants.com.mx N:ocoronado;;;; FN:ocoronado EMAIL;TYPE=INTERNET;TYPE=INTERNET:ocoronado@btlconsultants.com.mx END:VCARD ocoronado ocoronado@btlconsultants.com.mxJJ 3G AY2023-07-06 15:58:30wcadenawcadena@btlconsultants.com.mxwcadenaBEGIN:VCARD VERSION:3.0 UID:2022-08-0814:36:58.8998c2dd-7f8b-fa5c-7b1d-3e6da0e8d51a.wcadena@btlconsultants.com.mx N:wcadena;;;; FN:wcadena EMAIL;TYPE=INTERNET;TYPE=INTERNET:wcadena@btlconsultants.com.mx END:VCARD wcadena wcadena@btlconsultants.com.mx8I 3C 1Q2023-07-06 15:58:30cmelocmelo@btlconsultants.com.mxcmeloBEGIN:VCARD VERSION:3.0 UID:2022-08-0814:36:32.861cfc22-da15-fdc8-152e-ccbbcbf26f7f.cmelo@btlconsultants.com.mx N:cmelo;;;; FN:cmelo EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmelo@btlconsultants.com.mx END:VCARD cmelo cmelo@btlconsultants.com.mxQH 3I IY2023-07-06 15:58:30oescobaroescobar@btlconsultants.com.mxoescobarBEGIN:VCARD VERSION:3.0 UID:2022-08-0814:36:07.b1efb748-34d0-c05c-c40d-aafee9cf4766.oescobar@btlconsultants.com.mx N:oescobar;;;; FN:oescobar EMAIL;TYPE=INTERNET;TYPE=INTERNET:oescobar@btlconsultants.com.mx END:VCARD oscobar oscobar@btlconsultants.com.mx  [cl] 3S ai2023-07-06 15:58:31jvaldiviajvaldivia@gdl.btlconsultants.com.mxjvaldiviaBEGIN:VCARD VERSION:3.0 UID:2022-08-1115:28:03.b725e49e-fbcf-5a57-e1e4-e661e0b33ecb.jvaldivia@gdl.btlconsultants.com.mx N:jvaldivia;;;; FN:jvaldivia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvaldivia@gdl.btlconsultants.com.mx END:VCARD jvaldivia jvaldivia@gdl.btlconsultants.com.mx\ 3%Y %yu2023-07-06 15:58:31mencarnacionmencarnacion@gdl.btlconsultants.com.mxmencarnacionBEGIN:VCARD VERSION:3.0 UID:2022-08-1115:27:23.ab9fad30-d891-694b-71a8-2fa31a7534d7.mencarnacion@gdl.btlconsultants.com.mx N:mencarnacion;;;; FN:mencarnacion EMAIL;TYPE=INTERNET;TYPE=INTERNET:mencarnacion@gdl.btlconsultants.com.mx END:VCARD mencarnacion mencarnacion@gdl.btlconsultants.com.mxl[ 3S ai2023-07-06 15:58:31rmartinezrmartinez@mty.btlconsultants.com.mxrmartinezBEGIN:VCARD VERSION:3.0 UID:2022-08-1115:07:26.66d4dee0-8a7f-809d-7dbd-9b4dd30e9a0a.rmartinez@mty.btlconsultants.com.mx N:rmartinez;;;; FN:rmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmartinez@mty.btlconsultants.com.mx END:VCARD rmartinez rmartinez@mty.btlconsultants.com.mxJZ 3G AY2023-07-06 15:58:30mvladezmvladez@btlconsultants.com.mxmvladezBEGIN:VCARD VERSION:3.0 UID:2022-08-1015:27:01.167443ca-1225-cd46-93ff-fa3dd1e3caf5.mvladez@btlconsultants.com.mx N:mvladez;;;; FN:mvladez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mvladez@btlconsultants.com.mx END:VCARD mvladez mvladez@btlconsultants.com.mxJY 3G AY2023-07-06 15:58:30jllopezjllopez@btlconsultants.com.mxjllopezBEGIN:VCARD VERSION:3.0 UID:2022-08-1015:26:34.faf7be66-44ce-823f-01ab-3c9109673d6d.jllopez@btlconsultants.com.mx N:jllopez;;;; FN:jllopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jllopez@btlconsultants.com.mx END:VCARD jllopez jllopez@btlconsultants.com.mxHX 3K AY2023-07-06 15:58:30jruizjruiz@vdm.btlconsultants.com.mxjruizBEGIN:VCARD VERSION:3.0 UID:2022-08-0917:53:56.95e27b35-f707-6c1e-5ab6-c54e4a9c96f7.jruiz@vdm.btlconsultants.com.mx N:jruiz;;;; FN:jruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:jruiz@vdm.btlconsultants.com.mx END:VCARD jruiz jruiz@vdm.btlconsultants.com.mxZW 3O Qa2023-07-06 15:58:30laguayolaguayo@vdm.btlconsultants.com.mxlaguayoBEGIN:VCARD VERSION:3.0 UID:2022-08-0917:53:23.2d4aa71c-a0a1-8441-f88d-1b65611984a0.laguayo@vdm.btlconsultants.com.mx N:laguayo;;;; FN:laguayo EMAIL;TYPE=INTERNET;TYPE=INTERNET:laguayo@vdm.btlconsultants.com.mx END:VCARD laguayo laguayo@vdm.btlconsultants.com.mxZV 3O Qa2023-07-06 15:58:30upinedaupineda@vdm.btlconsultants.com.mxupinedaBEGIN:VCARD VERSION:3.0 UID:2022-08-0917:52:55.49c14de1-1ab4-a841-c582-76c32031cf98.upineda@vdm.btlconsultants.com.mx N:upineda;;;; FN:upineda EMAIL;TYPE=INTERNET;TYPE=INTERNET:upineda@vdm.btlconsultants.com.mx END:VCARD upineda upineda@vdm.btlconsultants.com.mxcU 3Q Ye2023-07-06 15:58:30jesparzajesparza@gto.btlconsultants.com.mxjesparzaBEGIN:VCARD VERSION:3.0 UID:2022-08-0915:17:19.f3a9364f-67c5-cfd0-e1f1-81b2b9ec7427.jesparza@gto.btlconsultants.com.mx N:jesparza;;;; FN:jesparza EMAIL;TYPE=INTERNET;TYPE=INTERNET:jesparza@gto.btlconsultants.com.mx END:VCARD jesparza jesparza@gto.btlconsultants.com.mxcT 3Q Ye2023-07-06 15:58:30acabreraacabrera@gto.btlconsultants.com.mxacabreraBEGIN:VCARD VERSION:3.0 UID:2022-08-0915:16:52.3e3d66e5-07a2-f634-db9b-334d965ded0d.acabrera@gto.btlconsultants.com.mx N:acabrera;;;; FN:acabrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:acabrera@gto.btlconsultants.com.mx END:VCARD acabrera acabrera@gto.btlconsultants.com.mxuS 3!U !im2023-07-06 15:58:30jmgonzalezjmgonzalez@vdm.btlconsultants.com.mxjmgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-08-0914:22:15.1d1266f1-c5f6-fb08-4449-1f1a079e4128.jmgonzalez@vdm.btlconsultants.com.mx N:jmgonzalez;;;; FN:jmgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmgonzalez@vdm.btlconsultants.com.mx END:VCARD jmgonzalez jmgonzalez@vdm.btlconsultants.com.mx [ T lp[\h 3K Qa2023-07-06 15:58:31emartinezemartinez@btlconsultants.com.mxemartinezBEGIN:VCARD VERSION:3.0 UID:2022-08-1216:15:49.da3b613f-e616-e72f-80d1-b99bbd91dfc6.emartinez@btlconsultants.com.mx N:emartinez;;;; FN:emartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:emartinez@btlconsultants.com.mx END:VCARD emartinez emartinez@btlconsultants.com.mxSg 3I I]2023-07-06 15:58:31lmirandalmiranda@btlconsultants.com.mxlmirandaBEGIN:VCARD VERSION:3.0 UID:2022-08-1216:14:30.7ddcbcea-28a1-92d9-485c-419844feec44.lmiranda@btlconsultants.com.mx N:lmiranda;;;; FN:lmiranda EMAIL;TYPE=INTERNET;TYPE=INTERNET:lmiranda@btlconsultants.com.mx END:VCARD lmiranda lmiranda@btlconsultants.com.mxZf 3O Qa2023-07-06 15:58:31ltorresltorres@vdm.btlconsultants.com.mxltorresBEGIN:VCARD VERSION:3.0 UID:2022-08-1117:46:31.e9db5a89-86f5-82c8-2010-c79e3fa944e9.ltorres@vdm.btlconsultants.com.mx N:ltorres;;;; FN:ltorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:ltorres@vdm.btlconsultants.com.mx END:VCARD ltorres ltorres@vdm.btlconsultants.com.mxJe 3G AY2023-07-06 15:58:31amorenoamoreno@btlconsultants.com.mxamorenoBEGIN:VCARD VERSION:3.0 UID:2022-08-1116:07:20.e9899f6e-06c8-0ac3-41b3-7d5c22d4440b.amoreno@btlconsultants.com.mx N:amoreno;;;; FN:amoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:amoreno@btlconsultants.com.mx END:VCARD amoreno amoreno@btlconsultants.com.mxSd 3I I]2023-07-06 15:58:31pgarfiaspgarfias@btlconsultants.com.mxpgarfiasBEGIN:VCARD VERSION:3.0 UID:2022-08-1116:06:55.054f1006-ed52-2800-623e-c8c8bd610a66.pgarfias@btlconsultants.com.mx N:pgarfias;;;; FN:pgarfias EMAIL;TYPE=INTERNET;TYPE=INTERNET:pgarfias@btlconsultants.com.mx END:VCARD pgarfias pgarfias@btlconsultants.com.mxSc 3I I]2023-07-06 15:58:31rpinachorpinacho@btlconsultants.com.mxrpinachoBEGIN:VCARD VERSION:3.0 UID:2022-08-1116:06:20.3526642c-10de-6bde-2c94-9ffa15ede48b.rpinacho@btlconsultants.com.mx N:rpinacho;;;; FN:rpinacho EMAIL;TYPE=INTERNET;TYPE=INTERNET:rpinacho@btlconsultants.com.mx END:VCARD rpinacho rpinacho@btlconsultants.com.mxAb 3E 9U2023-07-06 15:58:31etovaretovar@btlconsultants.com.mxetovarBEGIN:VCARD VERSION:3.0 UID:2022-08-1116:05:53.fc95fbb3-f7cb-6385-9a54-b23ee852a261.etovar@btlconsultants.com.mx N:etovar;;;; FN:etovar EMAIL;TYPE=INTERNET;TYPE=INTERNET:etovar@btlconsultants.com.mx END:VCARD etovar etovar@btlconsultants.com.mxJa 3G AY2023-07-06 15:58:31atorresatorres@btlconsultants.com.mxatorresBEGIN:VCARD VERSION:3.0 UID:2022-08-1116:05:28.f90acd71-1e50-92f0-abf0-f61c3d6098b0.atorres@btlconsultants.com.mx N:atorres;;;; FN:atorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:atorres@btlconsultants.com.mx END:VCARD atorres atorres@btlconsultants.com.mxQ` 3I IY2023-07-06 15:58:31cvazquezcvazquez@btlconsultants.com.mxcvazquezBEGIN:VCARD VERSION:3.0 UID:2022-08-1116:05:05.37b63ced-75c0-bad0-d72c-142d90ae0f08.cvazquez@btlconsultants.com.mx N:cvazquez;;;; FN:cvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cvazquez@btlconsultants.com.mx END:VCARD cvazquz cvazquz@btlconsultants.com.mxS_ 3I I]2023-07-06 15:58:31aramirezaramirez@btlconsultants.com.mxaramirezBEGIN:VCARD VERSION:3.0 UID:2022-08-1116:04:36.6e5b6dc1-c906-d043-3cc5-696b018411a2.aramirez@btlconsultants.com.mx N:aramirez;;;; FN:aramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:aramirez@btlconsultants.com.mx END:VCARD aramirez aramirez@btlconsultants.com.mxQ^ 3M I]2023-07-06 15:58:31aramosaramos@gto.btlconsultants.com.mxaramosBEGIN:VCARD VERSION:3.0 UID:2022-08-1115:28:29.2e2e4816-2efe-829e-e3d0-5c8b8e7c1c50.aramos@gto.btlconsultants.com.mx N:aramos;;;; FN:aramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:aramos@gto.btlconsultants.com.mx END:VCARD aramos aramos@gto.btlconsultants.com.mx  v q/O^s 3Q Uc2023-07-06 15:58:31jmontesjmontes@chih.btlconsultants.com.mxjmontesBEGIN:VCARD VERSION:3.0 UID:2022-08-1621:28:22.a662201f-12f8-8976-15c5-bc52ce8b4765.jmontes@chih.btlconsultants.com.mx N:jmontes;;;; FN:jmontes EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmontes@chih.btlconsultants.com.mx END:VCARD jmontes jmontes@chih.btlconsultants.com.mx~r 3#W #qq2023-07-06 15:58:31jahernandezjahernandez@sin.btlconsultants.com.mxjahernandezBEGIN:VCARD VERSION:3.0 UID:2022-08-1615:55:45.ce322489-8822-0682-8d59-d4cb24772212.jahernandez@sin.btlconsultants.com.mx N:jahernandez;;;; FN:jahernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jahernandez@sin.btlconsultants.com.mx END:VCARD jahernandez jahernandez@sin.btlconsultants.com.mxZq 3O Qa2023-07-06 15:58:31cortegacortega@vdm.btlconsultants.com.mxcortegaBEGIN:VCARD VERSION:3.0 UID:2022-08-1615:55:11.045a4369-b5b8-09a0-98f1-e46fb273f41c.cortega@vdm.btlconsultants.com.mx N:cortega;;;; FN:cortega EMAIL;TYPE=INTERNET;TYPE=INTERNET:cortega@vdm.btlconsultants.com.mx END:VCARD cortega cortega@vdm.btlconsultants.com.mxlp 3S ai2023-07-06 15:58:31edelarosaedelarosa@vdm.btlconsultants.com.mxedelarosaBEGIN:VCARD VERSION:3.0 UID:2022-08-1615:54:42.ed1f798a-06d4-4b5a-9fed-ea5e77e74c37.edelarosa@vdm.btlconsultants.com.mx N:edelarosa;;;; FN:edelarosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:edelarosa@vdm.btlconsultants.com.mx END:VCARD edelarosa edelarosa@vdm.btlconsultants.com.mxwo 3!W !mk2023-07-06 15:58:31kvelasquezkvelasquez@chih.btlconsultants.com.mxkvelasquezBEGIN:VCARD VERSION:3.0 UID:2022-08-1615:54:06.5474d848-a458-7b34-cd6c-573e1e44555e.kvelasquez@chih.btlconsultants.com.mx N:kvelasquez;;;; FN:kvelasquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:kvelasquez@chih.btlconsultants.com.mx END:VCARD kvelasquz kvelasquz@chih.btlconsultants.com.mxSn 3I I]2023-07-06 15:58:31asanchezasanchez@btlconsultants.com.mxasanchezBEGIN:VCARD VERSION:3.0 UID:2022-08-1515:29:46.f8f59837-4058-20d6-1448-def6e59f8cab.asanchez@btlconsultants.com.mx N:asanchez;;;; FN:asanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:asanchez@btlconsultants.com.mx END:VCARD asanchez asanchez@btlconsultants.com.mxJm 3G AY2023-07-06 15:58:31rmatiasrmatias@btlconsultants.com.mxrmatiasBEGIN:VCARD VERSION:3.0 UID:2022-08-1515:16:43.ff9dd50d-d83f-4319-63f5-97eac7504e28.rmatias@btlconsultants.com.mx N:rmatias;;;; FN:rmatias EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmatias@btlconsultants.com.mx END:VCARD rmatias rmatias@btlconsultants.com.mxJl 3G AY2023-07-06 15:58:31mmatiasmmatias@btlconsultants.com.mxmmatiasBEGIN:VCARD VERSION:3.0 UID:2022-08-1515:16:04.39590a3c-049a-3492-d9f0-2bc21efaf47a.mmatias@btlconsultants.com.mx N:mmatias;;;; FN:mmatias EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmatias@btlconsultants.com.mx END:VCARD mmatias mmatias@btlconsultants.com.mxek 3!M !Ye2023-07-06 15:58:31ohernandezohernandez@btlconsultants.com.mxohernandezBEGIN:VCARD VERSION:3.0 UID:2022-08-1316:29:25.85ccd10f-c4cc-2bf5-6e1d-f329d3905929.ohernandez@btlconsultants.com.mx N:ohernandez;;;; FN:ohernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ohernandez@btlconsultants.com.mx END:VCARD ohernandez ohernandez@btlconsultants.com.mxAj 3E 9U2023-07-06 15:58:31c.wikoc.wiko@btlconsultants.com.mxc.wikoBEGIN:VCARD VERSION:3.0 UID:2022-08-1219:08:20.c6e40b24-4020-4ffc-df56-1739200734aa.c.wiko@btlconsultants.com.mx N:c.wiko;;;; FN:c.wiko EMAIL;TYPE=INTERNET;TYPE=INTERNET:c.wiko@btlconsultants.com.mx END:VCARD c.wiko c.wiko@btlconsultants.com.mxAi 3E 9U2023-07-06 15:58:31orubioorubio@btlconsultants.com.mxorubioBEGIN:VCARD VERSION:3.0 UID:2022-08-1216:16:15.5db40954-3333-0dc6-b2e8-20e227ffebf8.orubio@btlconsultants.com.mx N:orubio;;;; FN:orubio EMAIL;TYPE=INTERNET;TYPE=INTERNET:orubio@btlconsultants.com.mx END:VCARD orubio orubio@btlconsultants.com.mx  0 IwQ~ 3M I]2023-07-06 15:58:31ramayaramaya@vdm.btlconsultants.com.mxramayaBEGIN:VCARD VERSION:3.0 UID:2022-08-3121:54:29.ee2a526e-6361-cdcb-7513-0b30b082238a.ramaya@vdm.btlconsultants.com.mx N:ramaya;;;; FN:ramaya EMAIL;TYPE=INTERNET;TYPE=INTERNET:ramaya@vdm.btlconsultants.com.mx END:VCARD ramaya ramaya@vdm.btlconsultants.com.mxe} 3!M !Ye2023-07-06 15:58:31gastos.mergastos.mer@btlconsultants.com.mxgastos.merBEGIN:VCARD VERSION:3.0 UID:2022-08-3018:32:20.9b2fb832-a33d-d554-a91f-561113eb821e.gastos.mer@btlconsultants.com.mx N:gastos.mer;;;; FN:gastos.mer EMAIL;TYPE=INTERNET;TYPE=INTERNET:gastos.mer@btlconsultants.com.mx END:VCARD gastos.mer gastos.mer@btlconsultants.com.mxe| 3!M !Ye2023-07-06 15:58:31gastos.vergastos.ver@btlconsultants.com.mxgastos.verBEGIN:VCARD VERSION:3.0 UID:2022-08-3018:31:39.01b3245e-4b86-1bef-499d-ab5055ebb14a.gastos.ver@btlconsultants.com.mx N:gastos.ver;;;; FN:gastos.ver EMAIL;TYPE=INTERNET;TYPE=INTERNET:gastos.ver@btlconsultants.com.mx END:VCARD gastos.ver gastos.ver@btlconsultants.com.mxe{ 3!M !Ye2023-07-06 15:58:31gastos.qrogastos.qro@btlconsultants.com.mxgastos.qroBEGIN:VCARD VERSION:3.0 UID:2022-08-3018:30:50.3ace2731-0def-363e-5710-db80887dfa2d.gastos.qro@btlconsultants.com.mx N:gastos.qro;;;; FN:gastos.qro EMAIL;TYPE=INTERNET;TYPE=INTERNET:gastos.qro@btlconsultants.com.mx END:VCARD gastos.qro gastos.qro@btlconsultants.com.mxez 3!M !Ye2023-07-06 15:58:31gastos.gdlgastos.gdl@btlconsultants.com.mxgastos.gdlBEGIN:VCARD VERSION:3.0 UID:2022-08-3018:30:10.09172ab4-6435-c5e1-7495-ab7434554616.gastos.gdl@btlconsultants.com.mx N:gastos.gdl;;;; FN:gastos.gdl EMAIL;TYPE=INTERNET;TYPE=INTERNET:gastos.gdl@btlconsultants.com.mx END:VCARD gastos.gdl gastos.gdl@btlconsultants.com.mxey 3!M !Ye2023-07-06 15:58:31gastos.mtygastos.mty@btlconsultants.com.mxgastos.mtyBEGIN:VCARD VERSION:3.0 UID:2022-08-3018:29:19.50079616-3b8d-82d3-4c08-ea512219e589.gastos.mty@btlconsultants.com.mx N:gastos.mty;;;; FN:gastos.mty EMAIL;TYPE=INTERNET;TYPE=INTERNET:gastos.mty@btlconsultants.com.mx END:VCARD gastos.mty gastos.mty@btlconsultants.com.mxcx 3!M !Ya2023-07-06 15:58:31gastos.puegastos.pue@btlconsultants.com.mxgastos.pueBEGIN:VCARD VERSION:3.0 UID:2022-08-3018:28:24.50262472-38c0-cde5-f488-0defbcdd525d.gastos.pue@btlconsultants.com.mx N:gastos.pue;;;; FN:gastos.pue EMAIL;TYPE=INTERNET;TYPE=INTERNET:gastos.pue@btlconsultants.com.mx END:VCARD gastos.pu gastos.pu@btlconsultants.com.mxSw 3I I]2023-07-06 15:58:31pjimenezpjimenez@btlconsultants.com.mxpjimenezBEGIN:VCARD VERSION:3.0 UID:2022-08-2516:43:22.778178df-ad53-3d11-8932-151468420c7e.pjimenez@btlconsultants.com.mx N:pjimenez;;;; FN:pjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:pjimenez@btlconsultants.com.mx END:VCARD pjimenez pjimenez@btlconsultants.com.mxSv 3I I]2023-07-06 15:58:31psanchezpsanchez@btlconsultants.com.mxpsanchezBEGIN:VCARD VERSION:3.0 UID:2022-08-2219:49:10.ba6a5fdc-bb16-85f9-a3a8-3249bb81e7fd.psanchez@btlconsultants.com.mx N:psanchez;;;; FN:psanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:psanchez@btlconsultants.com.mx END:VCARD psanchez psanchez@btlconsultants.com.mxlu 3S ai2023-07-06 15:58:31agranadosagranados@slp.btlconsultants.com.mxagranadosBEGIN:VCARD VERSION:3.0 UID:2022-08-1718:45:09.106a6a4a-dae9-ad85-7f38-6138e2f1cc2d.agranados@slp.btlconsultants.com.mx N:agranados;;;; FN:agranados EMAIL;TYPE=INTERNET;TYPE=INTERNET:agranados@slp.btlconsultants.com.mx END:VCARD agranados agranados@slp.btlconsultants.com.mx\t 3Q U_2023-07-06 15:58:31jjaquezjjaquez@chih.btlconsultants.com.mxjjaquezBEGIN:VCARD VERSION:3.0 UID:2022-08-1621:28:53.4d08038b-a493-9586-c2b6-c1dad02bff16.jjaquez@chih.btlconsultants.com.mx N:jjaquez;;;; FN:jjaquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jjaquez@chih.btlconsultants.com.mx END:VCARD jjaquz jjaquz@chih.btlconsultants.com.mx 82xph`XPH@80( xph`XPH@80(  x p h ` X P H @ 8 0 (    0 (    x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    xph`XPH@80( xph`XPH@80( xph`XPH@80( xph`XPH@80( `XPH@80(  x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    x p h ` X P H @ 8                                                                                                                                                                           ~ ~ } } | | { { z z y y x x w w v v u u t t s s r r q q p p o o n n m m l l k k j j i i h h g g f f e e d d c c b b a a ` ` _ _ ^ ^ ] ] \ \ [ [ Z Z Y Y X X W W V V U U T T S S R R Q Q P P O O N N M M L L K K J J I I H H G G F F E E D D C C B B A A @ @ ? ? > > = = < < ; ; : : 9 9 8 8 7 7 6 6 5 5 4 4 3 3 2 2 1 1 0 0 / / . . - - , , + + * * ) ) ( ( ' ' & & % % $ $ # # " " ! !                                                                                       9 p 5ZS 3I I]2023-07-06 15:58:32lifloresliflores@btlconsultants.com.mxlifloresBEGIN:VCARD VERSION:3.0 UID:2022-09-2020:51:27.d656eb66-0458-2f8e-cb9b-d9adf0264269.liflores@btlconsultants.com.mx N:liflores;;;; FN:liflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:liflores@btlconsultants.com.mx END:VCARD liflores liflores@btlconsultants.com.mxl 3S ai2023-07-06 15:58:32ecarrilloecarrillo@ags.btlconsultants.com.mxecarrilloBEGIN:VCARD VERSION:3.0 UID:2022-09-2014:49:48.2f3d6ba5-cb37-6bae-f3a8-0880d2c2e79b.ecarrillo@ags.btlconsultants.com.mx N:ecarrillo;;;; FN:ecarrillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ecarrillo@ags.btlconsultants.com.mx END:VCARD ecarrillo ecarrillo@ags.btlconsultants.com.mxn 3#O #ai2023-07-06 15:58:32rcarrizalesrcarrizales@btlconsultants.com.mxrcarrizalesBEGIN:VCARD VERSION:3.0 UID:2022-09-1515:19:27.b70ccc13-9f7a-90bc-dff6-03f843e7a4d5.rcarrizales@btlconsultants.com.mx N:rcarrizales;;;; FN:rcarrizales EMAIL;TYPE=INTERNET;TYPE=INTERNET:rcarrizales@btlconsultants.com.mx END:VCARD rcarrizales rcarrizales@btlconsultants.com.mxe 3!M !Ye2023-07-06 15:58:32wiko.adminwiko.admin@btlconsultants.com.mxwiko.adminBEGIN:VCARD VERSION:3.0 UID:2022-09-1417:02:46.14ed0fac-e097-a357-394e-ee7029121914.wiko.admin@btlconsultants.com.mx N:wiko.admin;;;; FN:wiko.admin EMAIL;TYPE=INTERNET;TYPE=INTERNET:wiko.admin@btlconsultants.com.mx END:VCARD wiko.admin wiko.admin@btlconsultants.com.mx\ 3K Qa2023-07-06 15:58:32smarentessmarentes@btlconsultants.com.mxsmarentesBEGIN:VCARD VERSION:3.0 UID:2022-09-1221:04:53.63c25796-6b0a-4fce-3d0f-b5dba1b7a468.smarentes@btlconsultants.com.mx N:smarentes;;;; FN:smarentes EMAIL;TYPE=INTERNET;TYPE=INTERNET:smarentes@btlconsultants.com.mx END:VCARD smarentes smarentes@btlconsultants.com.mx 3'S 'qq2023-07-06 15:58:32quierotrabajoquierotrabajo@btlconsultants.com.mxquierotrabajoBEGIN:VCARD VERSION:3.0 UID:2022-09-0916:13:39.fa496f73-a8f4-dc95-0661-416c95df1781.quierotrabajo@btlconsultants.com.mx N:quierotrabajo;;;; FN:quierotrabajo EMAIL;TYPE=INTERNET;TYPE=INTERNET:quierotrabajo@btlconsultants.com.mx END:VCARD quierotrabajo quierotrabajo@btlconsultants.com.mxS 3I I]2023-07-06 15:58:32abadilloabadillo@btlconsultants.com.mxabadilloBEGIN:VCARD VERSION:3.0 UID:2022-09-0814:46:04.dd4387f0-d1f6-4193-62bc-7e1fd10cba36.abadillo@btlconsultants.com.mx N:abadillo;;;; FN:abadillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:abadillo@btlconsultants.com.mx END:VCARD abadillo abadillo@btlconsultants.com.mxn 3#O #ai2023-07-06 15:58:32gastos.wikogastos.wiko@btlconsultants.com.mxgastos.wikoBEGIN:VCARD VERSION:3.0 UID:2022-09-0719:25:47.a3a06764-1978-ecdd-a796-54648cf67bc2.gastos.wiko@btlconsultants.com.mx N:gastos.wiko;;;; FN:gastos.wiko EMAIL;TYPE=INTERNET;TYPE=INTERNET:gastos.wiko@btlconsultants.com.mx END:VCARD gastos.wiko gastos.wiko@btlconsultants.com.mxS 3I I]2023-07-06 15:58:32jbrisenojbriseno@btlconsultants.com.mxjbrisenoBEGIN:VCARD VERSION:3.0 UID:2022-09-0518:09:16.4ec4c5ea-a9a3-8627-9143-0494a5556667.jbriseno@btlconsultants.com.mx N:jbriseno;;;; FN:jbriseno EMAIL;TYPE=INTERNET;TYPE=INTERNET:jbriseno@btlconsultants.com.mx END:VCARD jbriseno jbriseno@btlconsultants.com.mxJ 3G AY2023-07-06 15:58:32pflorespflores@btlconsultants.com.mxpfloresBEGIN:VCARD VERSION:3.0 UID:2022-09-0518:08:26.bd4aabea-1423-ba67-1ca6-74708953cb92.pflores@btlconsultants.com.mx N:pflores;;;; FN:pflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:pflores@btlconsultants.com.mx END:VCARD pflores pflores@btlconsultants.com.mxu 3!U !im2023-07-06 15:58:32samartinezsamartinez@vdm.btlconsultants.com.mxsamartinezBEGIN:VCARD VERSION:3.0 UID:2022-08-3121:55:12.14da6186-9970-a314-71ef-c67a695383ff.samartinez@vdm.btlconsultants.com.mx N:samartinez;;;; FN:samartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:samartinez@vdm.btlconsultants.com.mx END:VCARD samartinez samartinez@vdm.btlconsultants.com.mx p W Fp 3'[ 'y2023-07-06 15:58:33cdelaportillacdelaportilla@vdm.btlconsultants.com.mxcdelaportillaBEGIN:VCARD VERSION:3.0 UID:2022-09-2918:23:55.9a090473-2616-be1c-d61c-19e816584672.cdelaportilla@vdm.btlconsultants.com.mx N:cdelaportilla;;;; FN:cdelaportilla EMAIL;TYPE=INTERNET;TYPE=INTERNET:cdelaportilla@vdm.btlconsultants.com.mx END:VCARD cdelaportilla cdelaportilla@vdm.btlconsultants.com.mx 3%Y %yu2023-07-06 15:58:33j.gonzalez.ej.gonzalez.e@vdm.btlconsultants.com.mxj.gonzalez.eBEGIN:VCARD VERSION:3.0 UID:2022-09-2818:21:26.754cd674-ce09-2f80-9ee8-f118801235ea.j.gonzalez.e@vdm.btlconsultants.com.mx N:j.gonzalez.e;;;; FN:j.gonzalez.e EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.gonzalez.e@vdm.btlconsultants.com.mx END:VCARD j.gonzalez.e j.gonzalez.e@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:58:33d.serranod.serrano@son.btlconsultants.com.mxd.serranoBEGIN:VCARD VERSION:3.0 UID:2022-09-2815:36:27.aeb57b61-030b-d6d8-36d7-2ebc57eddec4.d.serrano@son.btlconsultants.com.mx N:d.serrano;;;; FN:d.serrano EMAIL;TYPE=INTERNET;TYPE=INTERNET:d.serrano@son.btlconsultants.com.mx END:VCARD d.serrano d.serrano@son.btlconsultants.com.mx| 3#W #qm2023-07-06 15:58:33e.rodrigueze.rodriguez@vdm.btlconsultants.com.mxe.rodriguezBEGIN:VCARD VERSION:3.0 UID:2022-09-2815:35:51.7992ac85-5de6-c714-0cde-c5d30cc08ac4.e.rodriguez@vdm.btlconsultants.com.mx N:e.rodriguez;;;; FN:e.rodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:e.rodriguez@vdm.btlconsultants.com.mx END:VCARD e.rodriguz e.rodriguz@vdm.btlconsultants.com.mxe 3!M !Ye2023-07-06 15:58:33invitado.hinvitado.h@btlconsultants.com.mxinvitado.hBEGIN:VCARD VERSION:3.0 UID:2022-09-2617:41:20.ebfe8964-1bb4-5d64-691b-28ce9ddfe8af.invitado.h@btlconsultants.com.mx N:invitado.h;;;; FN:invitado.h EMAIL;TYPE=INTERNET;TYPE=INTERNET:invitado.h@btlconsultants.com.mx END:VCARD invitado.h invitado.h@btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:33czamoraczamora@gdl.btlconsultants.com.mxczamoraBEGIN:VCARD VERSION:3.0 UID:2022-09-2121:31:11.27e2e1a0-d56f-af2d-28f2-12175ddae6a0.czamora@gdl.btlconsultants.com.mx N:czamora;;;; FN:czamora EMAIL;TYPE=INTERNET;TYPE=INTERNET:czamora@gdl.btlconsultants.com.mx END:VCARD czamora czamora@gdl.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:33nmonroynmonroy@mty.btlconsultants.com.mxnmonroyBEGIN:VCARD VERSION:3.0 UID:2022-09-2121:25:56.3aae6920-023b-ba9c-4df2-74f5c973625b.nmonroy@mty.btlconsultants.com.mx N:nmonroy;;;; FN:nmonroy EMAIL;TYPE=INTERNET;TYPE=INTERNET:nmonroy@mty.btlconsultants.com.mx END:VCARD nmonroy nmonroy@mty.btlconsultants.com.mxH 3K AY2023-07-06 15:58:33jcruzjcruz@ags.btlconsultants.com.mxjcruzBEGIN:VCARD VERSION:3.0 UID:2022-09-2118:44:20.6e663b0d-b3ee-9782-7ea9-633fe71bde7c.jcruz@ags.btlconsultants.com.mx N:jcruz;;;; FN:jcruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcruz@ags.btlconsultants.com.mx END:VCARD jcruz jcruz@ags.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:32wpachecowpacheco@chi.btlconsultants.com.mxwpachecoBEGIN:VCARD VERSION:3.0 UID:2022-09-2118:43:55.cf5b1630-16bc-2372-d893-e830161995c7.wpacheco@chi.btlconsultants.com.mx N:wpacheco;;;; FN:wpacheco EMAIL;TYPE=INTERNET;TYPE=INTERNET:wpacheco@chi.btlconsultants.com.mx END:VCARD wpacheco wpacheco@chi.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:32a.gomeza.gomez@chi.btlconsultants.com.mxa.gomezBEGIN:VCARD VERSION:3.0 UID:2022-09-2118:43:26.7cab6bc9-4267-16da-7372-6d28f050d5e8.a.gomez@chi.btlconsultants.com.mx N:a.gomez;;;; FN:a.gomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.gomez@chi.btlconsultants.com.mx END:VCARD a.gomez a.gomez@chi.btlconsultants.com.mxG 3K AW2023-07-06 15:58:32fmezafmeza@pue.btlconsultants.com.mxfmezaBEGIN:VCARD VERSION:3.0 UID:2022-09-2118:42:37.0fee699a-42e7-e98f-b21b-bf16ce77dbd1.fmeza@pue.btlconsultants.com.mx N:fmeza;;;; FN:fmeza EMAIL;TYPE=INTERNET;TYPE=INTERNET:fmeza@pue.btlconsultants.com.mx END:VCARD fmeza fmeza@pu.btlconsultants.com.mx  F ?v(a 3S Yc2023-07-06 15:58:33ianorveianorve@guerr.btlconsultants.com.mxianorveBEGIN:VCARD VERSION:3.0 UID:2022-10-0315:45:07.a73d7648-3a13-784a-0a00-7091ebf5f0b1.ianorve@guerr.btlconsultants.com.mx N:ianorve;;;; FN:ianorve EMAIL;TYPE=INTERNET;TYPE=INTERNET:ianorve@guerr.btlconsultants.com.mx END:VCARD ianorve ianorve@gurr.btlconsultants.com.mxJ 3G AY2023-07-06 15:58:33ifloresiflores@btlconsultants.com.mxifloresBEGIN:VCARD VERSION:3.0 UID:2022-09-3016:51:07.4cd5347c-aadc-0b85-cbed-0b7329b7a0a2.iflores@btlconsultants.com.mx N:iflores;;;; FN:iflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:iflores@btlconsultants.com.mx END:VCARD iflores iflores@btlconsultants.com.mxe 3!M !Ye2023-07-06 15:58:33lgutierrezlgutierrez@btlconsultants.com.mxlgutierrezBEGIN:VCARD VERSION:3.0 UID:2022-09-3016:50:41.b1643ba0-a145-230b-5b7c-22b242847b20.lgutierrez@btlconsultants.com.mx N:lgutierrez;;;; FN:lgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lgutierrez@btlconsultants.com.mx END:VCARD lgutierrez lgutierrez@btlconsultants.com.mx\ 3K Qa2023-07-06 15:58:33lgonzalezlgonzalez@btlconsultants.com.mxlgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-09-3016:50:16.5686b418-ad8e-e6af-eea1-072ed7cba5e9.lgonzalez@btlconsultants.com.mx N:lgonzalez;;;; FN:lgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lgonzalez@btlconsultants.com.mx END:VCARD lgonzalez lgonzalez@btlconsultants.com.mxA 3E 9U2023-07-06 15:58:33jsolisjsolis@btlconsultants.com.mxjsolisBEGIN:VCARD VERSION:3.0 UID:2022-09-3016:49:48.8c8bf6fc-b83e-99c9-683a-70be3fbbbff8.jsolis@btlconsultants.com.mx N:jsolis;;;; FN:jsolis EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsolis@btlconsultants.com.mx END:VCARD jsolis jsolis@btlconsultants.com.mx 3'S 'qq2023-07-06 15:58:33antivirus.btlantivirus.btl@btlconsultants.com.mxantivirus.btlBEGIN:VCARD VERSION:3.0 UID:2022-09-2920:05:05.6ec9320b-7688-f396-f660-dc878bd5e6a7.antivirus.btl@btlconsultants.com.mx N:antivirus.btl;;;; FN:antivirus.btl EMAIL;TYPE=INTERNET;TYPE=INTERNET:antivirus.btl@btlconsultants.com.mx END:VCARD antivirus.btl antivirus.btl@btlconsultants.com.mxu 3!U !im2023-07-06 15:58:33vhernandezvhernandez@mty.btlconsultants.com.mxvhernandezBEGIN:VCARD VERSION:3.0 UID:2022-09-2919:26:24.f744e0ad-e5ac-9056-3a0a-7e137f807761.vhernandez@mty.btlconsultants.com.mx N:vhernandez;;;; FN:vhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vhernandez@mty.btlconsultants.com.mx END:VCARD vhernandez vhernandez@mty.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:33dgarciadgarcia@mor.btlconsultants.com.mxdgarciaBEGIN:VCARD VERSION:3.0 UID:2022-09-2918:26:15.6e0c7ece-71d0-4280-06e0-298ff7e996d1.dgarcia@mor.btlconsultants.com.mx N:dgarcia;;;; FN:dgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:dgarcia@mor.btlconsultants.com.mx END:VCARD dgarcia dgarcia@mor.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:33b.alonsob.alonso@mty.btlconsultants.com.mxb.alonsoBEGIN:VCARD VERSION:3.0 UID:2022-09-2918:25:47.ce7aca57-5e48-41fc-bc0e-6eb149cb3844.b.alonso@mty.btlconsultants.com.mx N:b.alonso;;;; FN:b.alonso EMAIL;TYPE=INTERNET;TYPE=INTERNET:b.alonso@mty.btlconsultants.com.mx END:VCARD b.alonso b.alonso@mty.btlconsultants.com.mxH 3K AY2023-07-06 15:58:33evegaevega@son.btlconsultants.com.mxevegaBEGIN:VCARD VERSION:3.0 UID:2022-09-2918:24:56.034b7482-5b80-effc-ea22-95e7bbd3db7b.evega@son.btlconsultants.com.mx N:evega;;;; FN:evega EMAIL;TYPE=INTERNET;TYPE=INTERNET:evega@son.btlconsultants.com.mx END:VCARD evega evega@son.btlconsultants.com.mxj 3U ag2023-07-06 15:58:33pmendozapmendoza@guerr.btlconsultants.com.mxpmendozaBEGIN:VCARD VERSION:3.0 UID:2022-09-2918:24:29.7708de4b-bd6a-6252-0d57-54287a5c2564.pmendoza@guerr.btlconsultants.com.mx N:pmendoza;;;; FN:pmendoza EMAIL;TYPE=INTERNET;TYPE=INTERNET:pmendoza@guerr.btlconsultants.com.mx END:VCARD pmendoza pmendoza@gurr.btlconsultants.com.mx  V &aN^* 3Q Uc2023-07-06 15:58:33a.avinaa.avina@qroo.btlconsultants.com.mxa.avinaBEGIN:VCARD VERSION:3.0 UID:2022-10-0522:10:03.9a78b949-796a-2a89-d378-6e26b4ce0591.a.avina@qroo.btlconsultants.com.mx N:a.avina;;;; FN:a.avina EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.avina@qroo.btlconsultants.com.mx END:VCARD a.avina a.avina@qroo.btlconsultants.com.mxj) 3S ae2023-07-06 15:58:33tguerrerotguerrero@mty.btlconsultants.com.mxtguerreroBEGIN:VCARD VERSION:3.0 UID:2022-10-0522:08:24.22776798-51fb-76d7-3a06-3db37efec11a.tguerrero@mty.btlconsultants.com.mx N:tguerrero;;;; FN:tguerrero EMAIL;TYPE=INTERNET;TYPE=INTERNET:tguerrero@mty.btlconsultants.com.mx END:VCARD tgurrero tgurrero@mty.btlconsultants.com.mxA( 3E 9U2023-07-06 15:58:33rperezrperez@btlconsultants.com.mxrperezBEGIN:VCARD VERSION:3.0 UID:2022-10-0517:29:12.6796918a-9baf-be7d-d326-ede928d15ddd.rperez@btlconsultants.com.mx N:rperez;;;; FN:rperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rperez@btlconsultants.com.mx END:VCARD rperez rperez@btlconsultants.com.mx\' 3K Qa2023-07-06 15:58:33mdjfloresmdjflores@btlconsultants.com.mxmdjfloresBEGIN:VCARD VERSION:3.0 UID:2022-10-0422:01:25.23d9d7ce-6b0a-67d9-6de7-a7fdd6001c7f.mdjflores@btlconsultants.com.mx N:mdjflores;;;; FN:mdjflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:mdjflores@btlconsultants.com.mx END:VCARD mdjflores mdjflores@btlconsultants.com.mxl& 3#O #ae2023-07-06 15:58:33avalenzuelaavalenzuela@btlconsultants.com.mxavalenzuelaBEGIN:VCARD VERSION:3.0 UID:2022-10-0415:17:01.5264d4ed-34a1-8c3b-76c3-bc21988c7150.avalenzuela@btlconsultants.com.mx N:avalenzuela;;;; FN:avalenzuela EMAIL;TYPE=INTERNET;TYPE=INTERNET:avalenzuela@btlconsultants.com.mx END:VCARD avalenzula avalenzula@btlconsultants.com.mxQ% 3M I]2023-07-06 15:58:33egvegaegvega@son.btlconsultants.com.mxegvegaBEGIN:VCARD VERSION:3.0 UID:2022-10-0415:14:27.08c6b347-5f39-6c15-ed56-fc997a0b5d19.egvega@son.btlconsultants.com.mx N:egvega;;;; FN:egvega EMAIL;TYPE=INTERNET;TYPE=INTERNET:egvega@son.btlconsultants.com.mx END:VCARD egvega egvega@son.btlconsultants.com.mx$ 3%Y %yu2023-07-06 15:58:33cquintanillacquintanilla@mty.btlconsultants.com.mxcquintanillaBEGIN:VCARD VERSION:3.0 UID:2022-10-0415:09:52.252b0f15-09a3-6f94-e338-13eb329b57f4.cquintanilla@mty.btlconsultants.com.mx N:cquintanilla;;;; FN:cquintanilla EMAIL;TYPE=INTERNET;TYPE=INTERNET:cquintanilla@mty.btlconsultants.com.mx END:VCARD cquintanilla cquintanilla@mty.btlconsultants.com.mxJ# 3G AY2023-07-06 15:58:33aciceroacicero@btlconsultants.com.mxaciceroBEGIN:VCARD VERSION:3.0 UID:2022-10-0415:05:27.582268cd-8496-78e9-e09c-12687286565f.acicero@btlconsultants.com.mx N:acicero;;;; FN:acicero EMAIL;TYPE=INTERNET;TYPE=INTERNET:acicero@btlconsultants.com.mx END:VCARD acicero acicero@btlconsultants.com.mxS" 3I I]2023-07-06 15:58:33mcarmonamcarmona@btlconsultants.com.mxmcarmonaBEGIN:VCARD VERSION:3.0 UID:2022-10-0317:20:00.dac92226-2cd7-143f-c5a6-998758d78067.mcarmona@btlconsultants.com.mx N:mcarmona;;;; FN:mcarmona EMAIL;TYPE=INTERNET;TYPE=INTERNET:mcarmona@btlconsultants.com.mx END:VCARD mcarmona mcarmona@btlconsultants.com.mxH! 3K AY2023-07-06 15:58:33ecruzecruz@vdm.btlconsultants.com.mxecruzBEGIN:VCARD VERSION:3.0 UID:2022-10-0315:55:18.539d4a64-0a3c-af75-be3c-dddb5c0e8aa0.ecruz@vdm.btlconsultants.com.mx N:ecruz;;;; FN:ecruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:ecruz@vdm.btlconsultants.com.mx END:VCARD ecruz ecruz@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:33acoronaacorona@chi.btlconsultants.com.mxacoronaBEGIN:VCARD VERSION:3.0 UID:2022-10-0315:49:32.89f0099e-fde3-736a-2bc3-d7ed58f4af4b.acorona@chi.btlconsultants.com.mx N:acorona;;;; FN:acorona EMAIL;TYPE=INTERNET;TYPE=INTERNET:acorona@chi.btlconsultants.com.mx END:VCARD acorona acorona@chi.btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX< 0 3 02023-07-06 15:58:37/ 3 /2023-07-06 15:58:37. 3 .2023-07-06 15:58:37- 3 -2023-07-06 15:58:37, 3 ,2023-07-06 15:58:37+ 3 +2023-07-06 15:58:37* 3 *2023-07-06 15:58:37) 3 )2023-07-06 15:58:37( 3 (2023-07-06 15:58:37' 3 '2023-07-06 15:58:37& 3 &2023-07-06 15:58:36% 3 %2023-07-06 15:58:36$ 3 $2023-07-06 15:58:36# 3 #2023-07-06 15:58:36" 3 "2023-07-06 15:58:36! 3 !2023-07-06 15:58:36  3 2023-07-06 15:58:36 3 2023-07-06 15:58:36 3 2023-07-06 15:58:36 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35  3 2023-07-06 15:58:35  3 2023-07-06 15:58:35  3 2023-07-06 15:58:35  3 2023-07-06 15:58:35  3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35 3 2023-07-06 15:58:35~ 3 2023-07-06 15:58:35} 3 2023-07-06 15:58:35| 3 2023-07-06 15:58:35{ 3 2023-07-06 15:58:35z 3 2023-07-06 15:58:35y 3 2023-07-06 15:58:35x 3 2023-07-06 15:58:35w 3 2023-07-06 15:58:35v 3 2023-07-06 15:58:34u 3 2023-07-06 15:58:34t 3 2023-07-06 15:58:34s 3 2023-07-06 15:58:34r 3 2023-07-06 15:58:34q 3 2023-07-06 15:58:34p 3 2023-07-06 15:58:34o 3 2023-07-06 15:58:34n 3 2023-07-06 15:58:34m 3 2023-07-06 15:58:34l 3 2023-07-06 15:58:34k 3 2023-07-06 15:58:34j 3 2023-07-06 15:58:34i 3 2023-07-06 15:58:34h 3 2023-07-06 15:58:34g 3 2023-07-06 15:58:34f 3 2023-07-06 15:58:34e 3 2023-07-06 15:58:34d 3 2023-07-06 15:58:34c 3 2023-07-06 15:58:34b 3 2023-07-06 15:58:34a 3 2023-07-06 15:58:34` 3 2023-07-06 15:58:34_ 3 2023-07-06 15:58:34^ 3 2023-07-06 15:58:34] 3 2023-07-06 15:58:34\ 3 2023-07-06 15:58:34[ 3 2023-07-06 15:58:34Z 3 2023-07-06 15:58:34Y 3 2023-07-06 15:58:34X 3 2023-07-06 15:58:34W 3 2023-07-06 15:58:34V 3 2023-07-06 15:58:34U 3 2023-07-06 15:58:34T 3 2023-07-06 15:58:34S 3 2023-07-06 15:58:34R 3 2023-07-06 15:58:34Q 3 2023-07-06 15:58:34P 3 2023-07-06 15:58:34O 3 2023-07-06 15:58:34N 3 2023-07-06 15:58:34M 3 2023-07-06 15:58:34L 3 2023-07-06 15:58:34K 3 2023-07-06 15:58:34J 3 2023-07-06 15:58:34I 3 2023-07-06 15:58:34H 3 2023-07-06 15:58:34G 3 2023-07-06 15:58:34F 3 2023-07-06 15:58:34E 3 2023-07-06 15:58:34D 3 2023-07-06 15:58:33C 3 2023-07-06 15:58:33B 3 2023-07-06 15:58:33A 3 2023-07-06 15:58:33@ 3 2023-07-06 15:58:33? 3 2023-07-06 15:58:33> 3 2023-07-06 15:58:33= 3 2023-07-06 15:58:33< 3 2023-07-06 15:58:33; 3 2023-07-06 15:58:33: 3 2023-07-06 15:58:339 3 2023-07-06 15:58:338 3 2023-07-06 15:58:337 3 2023-07-06 15:58:336 3 2023-07-06 15:58:335 3 2023-07-06 15:58:334 3 2023-07-06 15:58:333 3 2023-07-06 15:58:332 3 2023-07-06 15:58:331 3 2023-07-06 15:58:330 3 2023-07-06 15:58:33/ 3 2023-07-06 15:58:33. 3 2023-07-06 15:58:33- 3 2023-07-06 15:58:33, 3 2023-07-06 15:58:33+ 3 2023-07-06 15:58:33* 3 2023-07-06 15:58:33) 3 2023-07-06 15:58:33  G  -N=\5 3K Qa2023-07-06 15:58:33jtrinidadjtrinidad@btlconsultants.com.mxjtrinidadBEGIN:VCARD VERSION:3.0 UID:2022-10-1014:36:17.fe201630-8b12-bfad-41bb-94a3c6e9d287.jtrinidad@btlconsultants.com.mx N:jtrinidad;;;; FN:jtrinidad EMAIL;TYPE=INTERNET;TYPE=INTERNET:jtrinidad@btlconsultants.com.mx END:VCARD jtrinidad jtrinidad@btlconsultants.com.mxA4 3E 9U2023-07-06 15:58:33sgomezsgomez@btlconsultants.com.mxsgomezBEGIN:VCARD VERSION:3.0 UID:2022-10-1014:34:30.633bcfe0-9f75-4bfe-7922-be218f606a1f.sgomez@btlconsultants.com.mx N:sgomez;;;; FN:sgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:sgomez@btlconsultants.com.mx END:VCARD sgomez sgomez@btlconsultants.com.mxs3 3!U !ii2023-07-06 15:58:33urodriguezurodriguez@slp.btlconsultants.com.mxurodriguezBEGIN:VCARD VERSION:3.0 UID:2022-10-0718:45:50.fbce2bfd-c71b-ce20-3258-9eeb516ad88b.urodriguez@slp.btlconsultants.com.mx N:urodriguez;;;; FN:urodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:urodriguez@slp.btlconsultants.com.mx END:VCARD urodriguz urodriguz@slp.btlconsultants.com.mxQ2 3M I]2023-07-06 15:58:33lparralparra@sin.btlconsultants.com.mxlparraBEGIN:VCARD VERSION:3.0 UID:2022-10-0718:41:40.9b0859c9-6cda-a811-b805-73e3af9ec3ff.lparra@sin.btlconsultants.com.mx N:lparra;;;; FN:lparra EMAIL;TYPE=INTERNET;TYPE=INTERNET:lparra@sin.btlconsultants.com.mx END:VCARD lparra lparra@sin.btlconsultants.com.mxy1 3!W !mo2023-07-06 15:58:33aranchondoaranchondo@chih.btlconsultants.com.mxaranchondoBEGIN:VCARD VERSION:3.0 UID:2022-10-0714:42:06.66f63517-5f58-d0d1-0a56-454ec43c068f.aranchondo@chih.btlconsultants.com.mx N:aranchondo;;;; FN:aranchondo EMAIL;TYPE=INTERNET;TYPE=INTERNET:aranchondo@chih.btlconsultants.com.mx END:VCARD aranchondo aranchondo@chih.btlconsultants.com.mx^0 3Q Uc2023-07-06 15:58:33ajavinaajavina@qroo.btlconsultants.com.mxajavinaBEGIN:VCARD VERSION:3.0 UID:2022-10-0714:41:34.970d87ad-0313-53d3-8d30-2f9f2e3cfce0.ajavina@qroo.btlconsultants.com.mx N:ajavina;;;; FN:ajavina EMAIL;TYPE=INTERNET;TYPE=INTERNET:ajavina@qroo.btlconsultants.com.mx END:VCARD ajavina ajavina@qroo.btlconsultants.com.mxs/ 3!U !ii2023-07-06 15:58:33taguerrerotaguerrero@mty.btlconsultants.com.mxtaguerreroBEGIN:VCARD VERSION:3.0 UID:2022-10-0714:40:53.70c9c57f-1816-ffda-b0a5-0d6d7b9b2855.taguerrero@mty.btlconsultants.com.mx N:taguerrero;;;; FN:taguerrero EMAIL;TYPE=INTERNET;TYPE=INTERNET:taguerrero@mty.btlconsultants.com.mx END:VCARD tagurrero tagurrero@mty.btlconsultants.com.mxZ. 3K Q]2023-07-06 15:58:33rfigueroarfigueroa@btlconsultants.com.mxrfigueroaBEGIN:VCARD VERSION:3.0 UID:2022-10-0714:31:02.1bedf966-0cc9-bf69-54cd-6d5a4d2d4139.rfigueroa@btlconsultants.com.mx N:rfigueroa;;;; FN:rfigueroa EMAIL;TYPE=INTERNET;TYPE=INTERNET:rfigueroa@btlconsultants.com.mx END:VCARD rfiguroa rfiguroa@btlconsultants.com.mxA- 3E 9U2023-07-06 15:58:33rnunezrnunez@btlconsultants.com.mxrnunezBEGIN:VCARD VERSION:3.0 UID:2022-10-0714:27:58.9e10540d-70df-31a5-28bb-391fd3c02ca0.rnunez@btlconsultants.com.mx N:rnunez;;;; FN:rnunez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rnunez@btlconsultants.com.mx END:VCARD rnunez rnunez@btlconsultants.com.mx8, 3C 1Q2023-07-06 15:58:33dleondleon@btlconsultants.com.mxdleonBEGIN:VCARD VERSION:3.0 UID:2022-10-0618:58:32.d7784311-05a8-592b-ca96-5058b5a4ad84.dleon@btlconsultants.com.mx N:dleon;;;; FN:dleon EMAIL;TYPE=INTERNET;TYPE=INTERNET:dleon@btlconsultants.com.mx END:VCARD dleon dleon@btlconsultants.com.mxy+ 3!W !mo2023-07-06 15:58:33a.anchondoa.anchondo@chih.btlconsultants.com.mxa.anchondoBEGIN:VCARD VERSION:3.0 UID:2022-10-0522:12:10.02b6ba0d-7d69-5331-ff0c-2696d5b8e3a6.a.anchondo@chih.btlconsultants.com.mx N:a.anchondo;;;; FN:a.anchondo EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.anchondo@chih.btlconsultants.com.mx END:VCARD a.anchondo a.anchondo@chih.btlconsultants.com.mx  ; v Q3Z@ 3O Qa2023-07-06 15:58:33zgarciazgarcia@chi.btlconsultants.com.mxzgarciaBEGIN:VCARD VERSION:3.0 UID:2022-10-1218:38:42.19f1f823-95bf-6ce3-5c9c-b8b8241f8197.zgarcia@chi.btlconsultants.com.mx N:zgarcia;;;; FN:zgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:zgarcia@chi.btlconsultants.com.mx END:VCARD zgarcia zgarcia@chi.btlconsultants.com.mx~? 3#W #qq2023-07-06 15:58:33jcovarrubiajcovarrubia@col.btlconsultants.com.mxjcovarrubiaBEGIN:VCARD VERSION:3.0 UID:2022-10-1218:34:10.b4a3169a-82cf-c7d6-5f97-473848324429.jcovarrubia@col.btlconsultants.com.mx N:jcovarrubia;;;; FN:jcovarrubia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcovarrubia@col.btlconsultants.com.mx END:VCARD jcovarrubia jcovarrubia@col.btlconsultants.com.mxA> 3E 9U2023-07-06 15:58:33srojassrojas@btlconsultants.com.mxsrojasBEGIN:VCARD VERSION:3.0 UID:2022-10-1218:02:08.1b973d8e-9dec-f336-1448-838480be3b5f.srojas@btlconsultants.com.mx N:srojas;;;; FN:srojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:srojas@btlconsultants.com.mx END:VCARD srojas srojas@btlconsultants.com.mxS= 3I I]2023-07-06 15:58:33jesparzajesparza@btlconsultants.com.mxjesparzaBEGIN:VCARD VERSION:3.0 UID:2022-10-1218:01:27.b90b2cf9-0caa-9384-9db3-aeaf219f985b.jesparza@btlconsultants.com.mx N:jesparza;;;; FN:jesparza EMAIL;TYPE=INTERNET;TYPE=INTERNET:jesparza@btlconsultants.com.mx END:VCARD jesparza jesparza@btlconsultants.com.mxS< 3I I]2023-07-06 15:58:33a.olveraa.olvera@btlconsultants.com.mxa.olveraBEGIN:VCARD VERSION:3.0 UID:2022-10-1217:59:16.2b3841db-552f-1245-03fa-d0a66b6d6a58.a.olvera@btlconsultants.com.mx N:a.olvera;;;; FN:a.olvera EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.olvera@btlconsultants.com.mx END:VCARD a.olvera a.olvera@btlconsultants.com.mx\; 3K Qa2023-07-06 15:58:33bcastillobcastillo@btlconsultants.com.mxbcastilloBEGIN:VCARD VERSION:3.0 UID:2022-10-1217:51:50.9dc23821-8902-ba17-58ae-92c43b38de12.bcastillo@btlconsultants.com.mx N:bcastillo;;;; FN:bcastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:bcastillo@btlconsultants.com.mx END:VCARD bcastillo bcastillo@btlconsultants.com.mxj: 3S ae2023-07-06 15:58:33rfigueroarfigueroa@son.btlconsultants.com.mxrfigueroaBEGIN:VCARD VERSION:3.0 UID:2022-10-1119:52:36.15f4af70-6611-af13-bc15-b38074c84e30.rfigueroa@son.btlconsultants.com.mx N:rfigueroa;;;; FN:rfigueroa EMAIL;TYPE=INTERNET;TYPE=INTERNET:rfigueroa@son.btlconsultants.com.mx END:VCARD rfiguroa rfiguroa@son.btlconsultants.com.mxQ9 3M I]2023-07-06 15:58:33sgomezsgomez@bcn.btlconsultants.com.mxsgomezBEGIN:VCARD VERSION:3.0 UID:2022-10-1119:51:36.101af8c7-f51d-1ce4-e6fb-f2185de512b1.sgomez@bcn.btlconsultants.com.mx N:sgomez;;;; FN:sgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:sgomez@bcn.btlconsultants.com.mx END:VCARD sgomez sgomez@bcn.btlconsultants.com.mxl8 3S ai2023-07-06 15:58:33lmelendezlmelendez@mer.btlconsultants.com.mxlmelendezBEGIN:VCARD VERSION:3.0 UID:2022-10-1115:40:46.ec00d26f-816f-1e1e-d07b-7d36cc20d1df.lmelendez@mer.btlconsultants.com.mx N:lmelendez;;;; FN:lmelendez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lmelendez@mer.btlconsultants.com.mx END:VCARD lmelendez lmelendez@mer.btlconsultants.com.mxl7 3S ai2023-07-06 15:58:33jsantiagojsantiago@mty.btlconsultants.com.mxjsantiagoBEGIN:VCARD VERSION:3.0 UID:2022-10-1015:59:11.d6852b19-7037-bb48-4296-bfd75ff27d0c.jsantiago@mty.btlconsultants.com.mx N:jsantiago;;;; FN:jsantiago EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsantiago@mty.btlconsultants.com.mx END:VCARD jsantiago jsantiago@mty.btlconsultants.com.mxQ6 3I IY2023-07-06 15:58:33xvazquezxvazquez@btlconsultants.com.mxxvazquezBEGIN:VCARD VERSION:3.0 UID:2022-10-1014:50:14.f61b7236-2ee2-5866-3619-684131425df1.xvazquez@btlconsultants.com.mx N:xvazquez;;;; FN:xvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:xvazquez@btlconsultants.com.mx END:VCARD xvazquz xvazquz@btlconsultants.com.mx = D  c=HK 3K AY2023-07-06 15:58:34ecruzecruz@col.btlconsultants.com.mxecruzBEGIN:VCARD VERSION:3.0 UID:2022-10-1820:41:50.0a1c9b4a-d9a1-25b7-30d5-6a0e5af76ed1.ecruz@col.btlconsultants.com.mx N:ecruz;;;; FN:ecruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:ecruz@col.btlconsultants.com.mx END:VCARD ecruz ecruz@col.btlconsultants.com.mxZJ 3O Qa2023-07-06 15:58:34e.ramose.ramos@mty.btlconsultants.com.mxe.ramosBEGIN:VCARD VERSION:3.0 UID:2022-10-1820:38:57.6899528b-7dc0-c152-7260-5b617932bb85.e.ramos@mty.btlconsultants.com.mx N:e.ramos;;;; FN:e.ramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:e.ramos@mty.btlconsultants.com.mx END:VCARD e.ramos e.ramos@mty.btlconsultants.com.mxI 3= ?2023-07-06 15:58:34dodo@btlconsultants.com.mxdoBEGIN:VCARD VERSION:3.0 UID:2022-10-1820:15:43.8b5e119b-6bd5-26ee-d6ed-ffec6c19c1f6.do@btlconsultants.com.mx N:do;;;; FN:do EMAIL;TYPE=INTERNET;TYPE=INTERNET:do@btlconsultants.com.mx END:VCARD do@btlconsultants.com.mxZH 3O Qa2023-07-06 15:58:34jloronajlorona@gdl.btlconsultants.com.mxjloronaBEGIN:VCARD VERSION:3.0 UID:2022-10-1720:13:38.0487a820-8ae6-9352-0c92-de5316c54ea6.jlorona@gdl.btlconsultants.com.mx N:jlorona;;;; FN:jlorona EMAIL;TYPE=INTERNET;TYPE=INTERNET:jlorona@gdl.btlconsultants.com.mx END:VCARD jlorona jlorona@gdl.btlconsultants.com.mxJG 3G AY2023-07-06 15:58:34des.orgdes.org@btlconsultants.com.mxdes.orgBEGIN:VCARD VERSION:3.0 UID:2022-10-1714:05:32.68b6de83-4aa5-d3fc-3823-eafad3d47c31.des.org@btlconsultants.com.mx N:des.org;;;; FN:des.org EMAIL;TYPE=INTERNET;TYPE=INTERNET:des.org@btlconsultants.com.mx END:VCARD des.org des.org@btlconsultants.com.mxQF 3M I]2023-07-06 15:58:34lmejialmejia@qro.btlconsultants.com.mxlmejiaBEGIN:VCARD VERSION:3.0 UID:2022-10-1414:31:44.cfd08c11-d06c-7aa4-6265-7269b6111572.lmejia@qro.btlconsultants.com.mx N:lmejia;;;; FN:lmejia EMAIL;TYPE=INTERNET;TYPE=INTERNET:lmejia@qro.btlconsultants.com.mx END:VCARD lmejia lmejia@qro.btlconsultants.com.mxuE 3!U !im2023-07-06 15:58:34aiarellanoaiarellano@vdm.btlconsultants.com.mxaiarellanoBEGIN:VCARD VERSION:3.0 UID:2022-10-1321:36:34.42624402-5621-3672-897a-62929ace4607.aiarellano@vdm.btlconsultants.com.mx N:aiarellano;;;; FN:aiarellano EMAIL;TYPE=INTERNET;TYPE=INTERNET:aiarellano@vdm.btlconsultants.com.mx END:VCARD aiarellano aiarellano@vdm.btlconsultants.com.mxcD 3Q Ye2023-07-06 15:58:33n.monroyn.monroy@mty.btlconsultants.com.mxn.monroyBEGIN:VCARD VERSION:3.0 UID:2022-10-1321:30:57.65610a34-935e-66dd-cb7e-dc3dfcecee51.n.monroy@mty.btlconsultants.com.mx N:n.monroy;;;; FN:n.monroy EMAIL;TYPE=INTERNET;TYPE=INTERNET:n.monroy@mty.btlconsultants.com.mx END:VCARD n.monroy n.monroy@mty.btlconsultants.com.mxZC 3O Qa2023-07-06 15:58:33achaconachacon@gdl.btlconsultants.com.mxachaconBEGIN:VCARD VERSION:3.0 UID:2022-10-1221:48:18.721bcc74-ad9e-a0f9-d05a-b954c445c583.achacon@gdl.btlconsultants.com.mx N:achacon;;;; FN:achacon EMAIL;TYPE=INTERNET;TYPE=INTERNET:achacon@gdl.btlconsultants.com.mx END:VCARD achacon achacon@gdl.btlconsultants.com.mxZB 3O Qa2023-07-06 15:58:33fzunigafzuniga@gdl.btlconsultants.com.mxfzunigaBEGIN:VCARD VERSION:3.0 UID:2022-10-1221:47:43.f4d8289d-58be-ed62-579d-10fb80c916b0.fzuniga@gdl.btlconsultants.com.mx N:fzuniga;;;; FN:fzuniga EMAIL;TYPE=INTERNET;TYPE=INTERNET:fzuniga@gdl.btlconsultants.com.mx END:VCARD fzuniga fzuniga@gdl.btlconsultants.com.mxZA 3O Qa2023-07-06 15:58:33jchavezjchavez@tam.btlconsultants.com.mxjchavezBEGIN:VCARD VERSION:3.0 UID:2022-10-1219:25:17.d1c4526d-d786-ff13-7f23-661c947b221e.jchavez@tam.btlconsultants.com.mx N:jchavez;;;; FN:jchavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jchavez@tam.btlconsultants.com.mx END:VCARD jchavez jchavez@tam.btlconsultants.com.mx  I r $FZV 3O Qa2023-07-06 15:58:34jgarciajgarcia@ags.btlconsultants.com.mxjgarciaBEGIN:VCARD VERSION:3.0 UID:2022-10-2415:55:04.d9e57796-2794-5661-2a4f-4fe540903c11.jgarcia@ags.btlconsultants.com.mx N:jgarcia;;;; FN:jgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:jgarcia@ags.btlconsultants.com.mx END:VCARD jgarcia jgarcia@ags.btlconsultants.com.mxcU 3Q Ye2023-07-06 15:58:34laguilarlaguilar@ver.btlconsultants.com.mxlaguilarBEGIN:VCARD VERSION:3.0 UID:2022-10-2414:42:15.2bbd6c07-ed97-425b-2918-875b14d6284c.laguilar@ver.btlconsultants.com.mx N:laguilar;;;; FN:laguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:laguilar@ver.btlconsultants.com.mx END:VCARD laguilar laguilar@ver.btlconsultants.com.mxkT 3S ag2023-07-06 15:58:34dmartinezdmartinez@pue.btlconsultants.com.mxdmartinezBEGIN:VCARD VERSION:3.0 UID:2022-10-2414:34:42.bda04624-cf81-5a34-141d-9c902aa24022.dmartinez@pue.btlconsultants.com.mx N:dmartinez;;;; FN:dmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dmartinez@pue.btlconsultants.com.mx END:VCARD dmartinez dmartinez@pu.btlconsultants.com.mxQS 3M I]2023-07-06 15:58:34lreyeslreyes@ver.btlconsultants.com.mxlreyesBEGIN:VCARD VERSION:3.0 UID:2022-10-2116:56:42.07fb2176-a316-72c8-324d-e316e35ed0e2.lreyes@ver.btlconsultants.com.mx N:lreyes;;;; FN:lreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:lreyes@ver.btlconsultants.com.mx END:VCARD lreyes lreyes@ver.btlconsultants.com.mx}R 3#W #qo2023-07-06 15:58:34dperezynigodperezynigo@pue.btlconsultants.com.mxdperezynigoBEGIN:VCARD VERSION:3.0 UID:2022-10-2116:52:30.531d2d8a-5c53-eb62-1021-889294917ff8.dperezynigo@pue.btlconsultants.com.mx N:dperezynigo;;;; FN:dperezynigo EMAIL;TYPE=INTERNET;TYPE=INTERNET:dperezynigo@pue.btlconsultants.com.mx END:VCARD dperezynigo dperezynigo@pu.btlconsultants.com.mxYQ 3O Q_2023-07-06 15:58:34hriverahrivera@pue.btlconsultants.com.mxhriveraBEGIN:VCARD VERSION:3.0 UID:2022-10-1919:00:53.58d0db0b-3aaf-804b-0c3c-59f86ee1818b.hrivera@pue.btlconsultants.com.mx N:hrivera;;;; FN:hrivera EMAIL;TYPE=INTERNET;TYPE=INTERNET:hrivera@pue.btlconsultants.com.mx END:VCARD hrivera hrivera@pu.btlconsultants.com.mxJP 3G AY2023-07-06 15:58:34imedinaimedina@btlconsultants.com.mximedinaBEGIN:VCARD VERSION:3.0 UID:2022-10-1918:57:54.29ccffe8-5dff-1527-c9e4-8cea70661634.imedina@btlconsultants.com.mx N:imedina;;;; FN:imedina EMAIL;TYPE=INTERNET;TYPE=INTERNET:imedina@btlconsultants.com.mx END:VCARD imedina imedina@btlconsultants.com.mxlO 3S ai2023-07-06 15:58:34lcalderonlcalderon@son.btlconsultants.com.mxlcalderonBEGIN:VCARD VERSION:3.0 UID:2022-10-1916:07:30.a2b5a2a4-238e-7ce0-e59c-867d651d7b7d.lcalderon@son.btlconsultants.com.mx N:lcalderon;;;; FN:lcalderon EMAIL;TYPE=INTERNET;TYPE=INTERNET:lcalderon@son.btlconsultants.com.mx END:VCARD lcalderon lcalderon@son.btlconsultants.com.mxcN 3Q Ye2023-07-06 15:58:34g.angulog.angulo@son.btlconsultants.com.mxg.anguloBEGIN:VCARD VERSION:3.0 UID:2022-10-1915:34:29.d5616748-c4d7-2b77-4a04-df4cfb24e22f.g.angulo@son.btlconsultants.com.mx N:g.angulo;;;; FN:g.angulo EMAIL;TYPE=INTERNET;TYPE=INTERNET:g.angulo@son.btlconsultants.com.mx END:VCARD g.angulo g.angulo@son.btlconsultants.com.mx^M 3Q Uc2023-07-06 15:58:34jvargasjvargas@chih.btlconsultants.com.mxjvargasBEGIN:VCARD VERSION:3.0 UID:2022-10-1915:31:21.a6a4145a-b29b-af09-5788-3813b624a92a.jvargas@chih.btlconsultants.com.mx N:jvargas;;;; FN:jvargas EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvargas@chih.btlconsultants.com.mx END:VCARD jvargas jvargas@chih.btlconsultants.com.mxQL 3M I]2023-07-06 15:58:34dxcruzdxcruz@vdm.btlconsultants.com.mxdxcruzBEGIN:VCARD VERSION:3.0 UID:2022-10-1820:49:53.0b736b69-d435-69f6-a3a4-0fa5ab075fc1.dxcruz@vdm.btlconsultants.com.mx N:dxcruz;;;; FN:dxcruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:dxcruz@vdm.btlconsultants.com.mx END:VCARD dxcruz dxcruz@vdm.btlconsultants.com.mx ypg^ULC:1( }tkbYPG>5,# x o f ] T K B 9 0 '      { r i ` W N E < 3 * !     v m d [ R I @ 7 . %   zqh_VMD;2) ~ulcZQH?6-$ ypg^ULC:1( }tkbYPG>5,#YPG>5,# x o f ] T K B 9 0 '    | s j a X O F = 4 + "    w n e \ S J A 8 / &   ^ ^  ] ]  \ \  [ [  Z Z  Y Y  X X  W W  V V  U U  T T  S S  R R  Q Q  P P  O O  N N  M M  L L  K K  J J  I I  H H  G G  F F  E E  D D  C C  B B  A A  @ @  ? ?  > >  = =  < <  ; ;  : :  9 9  8 8  7 7  6 6  5 5  4 4  3 3  2 2  1 1  0 0  / /  . .  - -  , ,  + +  * *  ) )  ( (  ' '  & &  % %  $ $  # #  " "  ! !                                                                                                                                                                                                                                                                                                                                                                 ~ ~  } }  | |  { {  z z  y y  x x  w w  v v  u u  t t  s s  r r  q q  p p  o o  n n  m m  l l  k k  j j  i i  h h  g g  f f  e e  d d  c c  b b  a a  ` `  _ _  ^ ^  ] ]  \ \  [ [  Z Z  Y Y  X X  W W  V V  U U  T T  S S  R R  Q Q  P P  O O  N N  M M  L L  K K  J J  I I  4 b?m \a 3K Qa2023-07-06 15:58:34a.arteagaa.arteaga@btlconsultants.com.mxa.arteagaBEGIN:VCARD VERSION:3.0 UID:2022-10-2619:23:19.cd1fe435-114f-82b9-c508-046b13613e6a.a.arteaga@btlconsultants.com.mx N:a.arteaga;;;; FN:a.arteaga EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.arteaga@btlconsultants.com.mx END:VCARD a.arteaga a.arteaga@btlconsultants.com.mx\` 3K Qa2023-07-06 15:58:34a.sancheza.sanchez@btlconsultants.com.mxa.sanchezBEGIN:VCARD VERSION:3.0 UID:2022-10-2619:22:29.c9a9048e-5a33-fb21-7d04-a359e2ec82bf.a.sanchez@btlconsultants.com.mx N:a.sanchez;;;; FN:a.sanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.sanchez@btlconsultants.com.mx END:VCARD a.sanchez a.sanchez@btlconsultants.com.mxn_ 3#O #ai2023-07-06 15:58:34o.hernandezo.hernandez@btlconsultants.com.mxo.hernandezBEGIN:VCARD VERSION:3.0 UID:2022-10-2619:20:16.c50378fd-c69a-08b3-cf87-bf93c7d65a3b.o.hernandez@btlconsultants.com.mx N:o.hernandez;;;; FN:o.hernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:o.hernandez@btlconsultants.com.mx END:VCARD o.hernandez o.hernandez@btlconsultants.com.mx\^ 3K Qa2023-07-06 15:58:34hmartinezhmartinez@btlconsultants.com.mxhmartinezBEGIN:VCARD VERSION:3.0 UID:2022-10-2619:16:52.f4cc2e56-978a-20ea-c1d0-04bca6a83e20.hmartinez@btlconsultants.com.mx N:hmartinez;;;; FN:hmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:hmartinez@btlconsultants.com.mx END:VCARD hmartinez hmartinez@btlconsultants.com.mxZ] 3O Qa2023-07-06 15:58:34cgarciacgarcia@vdm.btlconsultants.com.mxcgarciaBEGIN:VCARD VERSION:3.0 UID:2022-10-2521:41:05.2b19b411-2e26-f4ac-5768-edf403954484.cgarcia@vdm.btlconsultants.com.mx N:cgarcia;;;; FN:cgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:cgarcia@vdm.btlconsultants.com.mx END:VCARD cgarcia cgarcia@vdm.btlconsultants.com.mxZ\ 3O Qa2023-07-06 15:58:34mgarcesmgarces@vdm.btlconsultants.com.mxmgarcesBEGIN:VCARD VERSION:3.0 UID:2022-10-2521:38:57.476dbb3c-8b07-ad12-1516-e516c3502342.mgarces@vdm.btlconsultants.com.mx N:mgarces;;;; FN:mgarces EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgarces@vdm.btlconsultants.com.mx END:VCARD mgarces mgarces@vdm.btlconsultants.com.mxc[ 3Q Ye2023-07-06 15:58:34lsegundolsegundo@vdm.btlconsultants.com.mxlsegundoBEGIN:VCARD VERSION:3.0 UID:2022-10-2521:20:22.7890f8c1-ffcb-fd4d-2fce-9c70c6f2deaf.lsegundo@vdm.btlconsultants.com.mx N:lsegundo;;;; FN:lsegundo EMAIL;TYPE=INTERNET;TYPE=INTERNET:lsegundo@vdm.btlconsultants.com.mx END:VCARD lsegundo lsegundo@vdm.btlconsultants.com.mxcZ 3Q Ye2023-07-06 15:58:34fsalinasfsalinas@gdl.btlconsultants.com.mxfsalinasBEGIN:VCARD VERSION:3.0 UID:2022-10-2520:09:16.217e845d-17f1-5555-f1e9-dcb582039501.fsalinas@gdl.btlconsultants.com.mx N:fsalinas;;;; FN:fsalinas EMAIL;TYPE=INTERNET;TYPE=INTERNET:fsalinas@gdl.btlconsultants.com.mx END:VCARD fsalinas fsalinas@gdl.btlconsultants.com.mxgY 3S ]g2023-07-06 15:58:34jramiresjramires@chih.btlconsultants.com.mxjramiresBEGIN:VCARD VERSION:3.0 UID:2022-10-2421:51:45.ef28bad9-b508-6f1d-6225-88a2ed336f27.jramires@chih.btlconsultants.com.mx N:jramires;;;; FN:jramires EMAIL;TYPE=INTERNET;TYPE=INTERNET:jramires@chih.btlconsultants.com.mx END:VCARD jramires jramires@chih.btlconsultants.com.mxlX 3S ai2023-07-06 15:58:34jcastillojcastillo@slp.btlconsultants.com.mxjcastilloBEGIN:VCARD VERSION:3.0 UID:2022-10-2420:45:53.e78227ff-fa4e-c7f1-4b0b-c2d4d024d2a2.jcastillo@slp.btlconsultants.com.mx N:jcastillo;;;; FN:jcastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcastillo@slp.btlconsultants.com.mx END:VCARD jcastillo jcastillo@slp.btlconsultants.com.mxXW 3Q Q_2023-07-06 15:58:34afunesafunes@guerr.btlconsultants.com.mxafunesBEGIN:VCARD VERSION:3.0 UID:2022-10-2416:00:47.57710de3-2dd7-ab83-26b8-a6682fd5449c.afunes@guerr.btlconsultants.com.mx N:afunes;;;; FN:afunes EMAIL;TYPE=INTERNET;TYPE=INTERNET:afunes@guerr.btlconsultants.com.mx END:VCARD afunes afunes@gurr.btlconsultants.com.mx  V *\zul 3!U !im2023-07-06 15:58:34hhernandezhhernandez@zac.btlconsultants.com.mxhhernandezBEGIN:VCARD VERSION:3.0 UID:2022-11-0123:28:47.35465093-8573-1b72-e896-10b45cd43816.hhernandez@zac.btlconsultants.com.mx N:hhernandez;;;; FN:hhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:hhernandez@zac.btlconsultants.com.mx END:VCARD hhernandez hhernandez@zac.btlconsultants.com.mxuk 3!U !im2023-07-06 15:58:34bcervantesbcervantes@gdl.btlconsultants.com.mxbcervantesBEGIN:VCARD VERSION:3.0 UID:2022-11-0116:25:14.eaaab69e-2315-b580-5c2a-8ed82cd1b921.bcervantes@gdl.btlconsultants.com.mx N:bcervantes;;;; FN:bcervantes EMAIL;TYPE=INTERNET;TYPE=INTERNET:bcervantes@gdl.btlconsultants.com.mx END:VCARD bcervantes bcervantes@gdl.btlconsultants.com.mxZj 3O Qa2023-07-06 15:58:34jsalomejsalome@mty.btlconsultants.com.mxjsalomeBEGIN:VCARD VERSION:3.0 UID:2022-10-3123:18:32.430c77ff-0fd9-ae12-c25a-1d0ea269425c.jsalome@mty.btlconsultants.com.mx N:jsalome;;;; FN:jsalome EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsalome@mty.btlconsultants.com.mx END:VCARD jsalome jsalome@mty.btlconsultants.com.mxi 3#Y #uo2023-07-06 15:58:34ovalenzuelaovalenzuela@chih.btlconsultants.com.mxovalenzuelaBEGIN:VCARD VERSION:3.0 UID:2022-10-3122:23:03.9f2248b6-b328-7f80-211f-41e5b22af412.ovalenzuela@chih.btlconsultants.com.mx N:ovalenzuela;;;; FN:ovalenzuela EMAIL;TYPE=INTERNET;TYPE=INTERNET:ovalenzuela@chih.btlconsultants.com.mx END:VCARD ovalenzula ovalenzula@chih.btlconsultants.com.mxZh 3O Qa2023-07-06 15:58:34jarjonajarjona@gdl.btlconsultants.com.mxjarjonaBEGIN:VCARD VERSION:3.0 UID:2022-10-3122:20:54.73f7be36-946c-6ff1-cf7b-a116f0061d08.jarjona@gdl.btlconsultants.com.mx N:jarjona;;;; FN:jarjona EMAIL;TYPE=INTERNET;TYPE=INTERNET:jarjona@gdl.btlconsultants.com.mx END:VCARD jarjona jarjona@gdl.btlconsultants.com.mxlg 3S ai2023-07-06 15:58:34dacamachodacamacho@gdl.btlconsultants.com.mxdacamachoBEGIN:VCARD VERSION:3.0 UID:2022-10-2820:56:07.f16292e8-ac14-056f-51e9-6795bf32ee61.dacamacho@gdl.btlconsultants.com.mx N:dacamacho;;;; FN:dacamacho EMAIL;TYPE=INTERNET;TYPE=INTERNET:dacamacho@gdl.btlconsultants.com.mx END:VCARD dacamacho dacamacho@gdl.btlconsultants.com.mxZf 3O Qa2023-07-06 15:58:34aavilesaaviles@bcs.btlconsultants.com.mxaavilesBEGIN:VCARD VERSION:3.0 UID:2022-10-2721:02:10.ba76fa7e-3ebc-be44-6b76-3303e0e4328d.aaviles@bcs.btlconsultants.com.mx N:aaviles;;;; FN:aaviles EMAIL;TYPE=INTERNET;TYPE=INTERNET:aaviles@bcs.btlconsultants.com.mx END:VCARD aaviles aaviles@bcs.btlconsultants.com.mxZe 3O Qa2023-07-06 15:58:34wriverowrivero@mer.btlconsultants.com.mxwriveroBEGIN:VCARD VERSION:3.0 UID:2022-10-2718:48:44.fbfd2393-73ad-4676-cd43-34db3ab4acc0.wrivero@mer.btlconsultants.com.mx N:wrivero;;;; FN:wrivero EMAIL;TYPE=INTERNET;TYPE=INTERNET:wrivero@mer.btlconsultants.com.mx END:VCARD wrivero wrivero@mer.btlconsultants.com.mxld 3S ai2023-07-06 15:58:34da.torresda.torres@vdm.btlconsultants.com.mxda.torresBEGIN:VCARD VERSION:3.0 UID:2022-10-2718:37:08.7d0e39f8-25b8-3d48-4b3e-9f51ba3086db.da.torres@vdm.btlconsultants.com.mx N:da.torres;;;; FN:da.torres EMAIL;TYPE=INTERNET;TYPE=INTERNET:da.torres@vdm.btlconsultants.com.mx END:VCARD da.torres da.torres@vdm.btlconsultants.com.mxHc 3K AY2023-07-06 15:58:34jbozajboza@vdm.btlconsultants.com.mxjbozaBEGIN:VCARD VERSION:3.0 UID:2022-10-2718:31:54.970a15c6-7d1b-f79a-c79e-eef6cc660398.jboza@vdm.btlconsultants.com.mx N:jboza;;;; FN:jboza EMAIL;TYPE=INTERNET;TYPE=INTERNET:jboza@vdm.btlconsultants.com.mx END:VCARD jboza jboza@vdm.btlconsultants.com.mxZb 3O Qa2023-07-06 15:58:34e.pereze.perez@vdm.btlconsultants.com.mxe.perezBEGIN:VCARD VERSION:3.0 UID:2022-10-2718:29:52.636d6238-c3c0-1f35-7482-34aec05691f3.e.perez@vdm.btlconsultants.com.mx N:e.perez;;;; FN:e.perez EMAIL;TYPE=INTERNET;TYPE=INTERNET:e.perez@vdm.btlconsultants.com.mx END:VCARD e.perez e.perez@vdm.btlconsultants.com.mx } ; dE}bw 3Q Yc2023-07-06 15:58:35cmoralescmorales@pue.btlconsultants.com.mxcmoralesBEGIN:VCARD VERSION:3.0 UID:2022-11-0715:40:33.b808f3ff-7372-e248-8457-bbd0f2c609fc.cmorales@pue.btlconsultants.com.mx N:cmorales;;;; FN:cmorales EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmorales@pue.btlconsultants.com.mx END:VCARD cmorales cmorales@pu.btlconsultants.com.mx^v 3Q Uc2023-07-06 15:58:34rhuchinrhuchin@qroo.btlconsultants.com.mxrhuchinBEGIN:VCARD VERSION:3.0 UID:2022-11-0715:38:38.c03436a4-2b16-a16f-c915-61a4e5f09e15.rhuchin@qroo.btlconsultants.com.mx N:rhuchin;;;; FN:rhuchin EMAIL;TYPE=INTERNET;TYPE=INTERNET:rhuchin@qroo.btlconsultants.com.mx END:VCARD rhuchin rhuchin@qroo.btlconsultants.com.mxlu 3S ai2023-07-06 15:58:34jibecerrajibecerra@gto.btlconsultants.com.mxjibecerraBEGIN:VCARD VERSION:3.0 UID:2022-11-0715:36:46.ec4bcc97-2743-15a6-4ebe-708f3f035e65.jibecerra@gto.btlconsultants.com.mx N:jibecerra;;;; FN:jibecerra EMAIL;TYPE=INTERNET;TYPE=INTERNET:jibecerra@gto.btlconsultants.com.mx END:VCARD jibecerra jibecerra@gto.btlconsultants.com.mx`t 3Q Y_2023-07-06 15:58:34mfuentesmfuentes@pue.btlconsultants.com.mxmfuentesBEGIN:VCARD VERSION:3.0 UID:2022-11-0715:34:11.93a04b77-fd8a-212e-4b41-b0f8112c884a.mfuentes@pue.btlconsultants.com.mx N:mfuentes;;;; FN:mfuentes EMAIL;TYPE=INTERNET;TYPE=INTERNET:mfuentes@pue.btlconsultants.com.mx END:VCARD mfuntes mfuntes@pu.btlconsultants.com.mxgs 3S ]g2023-07-06 15:58:34o.robleso.robles@qroo.btlconsultants.com.mxo.roblesBEGIN:VCARD VERSION:3.0 UID:2022-11-0715:32:25.04e5740d-121f-574a-c8d4-665bd0346b31.o.robles@qroo.btlconsultants.com.mx N:o.robles;;;; FN:o.robles EMAIL;TYPE=INTERNET;TYPE=INTERNET:o.robles@qroo.btlconsultants.com.mx END:VCARD o.robles o.robles@qroo.btlconsultants.com.mxlr 3S ai2023-07-06 15:58:34jcastillojcastillo@ags.btlconsultants.com.mxjcastilloBEGIN:VCARD VERSION:3.0 UID:2022-11-0715:26:10.c4996d47-28dc-e85b-9682-5ea3e46ec1f5.jcastillo@ags.btlconsultants.com.mx N:jcastillo;;;; FN:jcastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcastillo@ags.btlconsultants.com.mx END:VCARD jcastillo jcastillo@ags.btlconsultants.com.mxlq 3S ai2023-07-06 15:58:34s.benitezs.benitez@bcn.btlconsultants.com.mxs.benitezBEGIN:VCARD VERSION:3.0 UID:2022-11-0422:02:37.c169d250-b169-9450-f905-42b89caee123.s.benitez@bcn.btlconsultants.com.mx N:s.benitez;;;; FN:s.benitez EMAIL;TYPE=INTERNET;TYPE=INTERNET:s.benitez@bcn.btlconsultants.com.mx END:VCARD s.benitez s.benitez@bcn.btlconsultants.com.mx~p 3#W #qq2023-07-06 15:58:34m.hernandezm.hernandez@vdm.btlconsultants.com.mxm.hernandezBEGIN:VCARD VERSION:3.0 UID:2022-11-0420:11:40.65014ed6-263f-52f1-5ca7-dd28cd8936ee.m.hernandez@vdm.btlconsultants.com.mx N:m.hernandez;;;; FN:m.hernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.hernandez@vdm.btlconsultants.com.mx END:VCARD m.hernandez m.hernandez@vdm.btlconsultants.com.mxQo 3M I]2023-07-06 15:58:34galejogalejo@tab.btlconsultants.com.mxgalejoBEGIN:VCARD VERSION:3.0 UID:2022-11-0420:07:48.b27f8c30-e34f-c7a4-4485-709fab44a4a2.galejo@tab.btlconsultants.com.mx N:galejo;;;; FN:galejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:galejo@tab.btlconsultants.com.mx END:VCARD galejo galejo@tab.btlconsultants.com.mxln 3S ai2023-07-06 15:58:34rcebrerosrcebreros@bcn.btlconsultants.com.mxrcebrerosBEGIN:VCARD VERSION:3.0 UID:2022-11-0321:15:40.e64fc359-0bdb-f6b3-b5bd-0ea9d6760b88.rcebreros@bcn.btlconsultants.com.mx N:rcebreros;;;; FN:rcebreros EMAIL;TYPE=INTERNET;TYPE=INTERNET:rcebreros@bcn.btlconsultants.com.mx END:VCARD rcebreros rcebreros@bcn.btlconsultants.com.mxQm 3M I]2023-07-06 15:58:34nramosnramos@vdm.btlconsultants.com.mxnramosBEGIN:VCARD VERSION:3.0 UID:2022-11-0319:41:05.b4afe166-0ada-a867-4c97-bf191469eef0.nramos@vdm.btlconsultants.com.mx N:nramos;;;; FN:nramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:nramos@vdm.btlconsultants.com.mx END:VCARD nramos nramos@vdm.btlconsultants.com.mx _ ) <XC_l 3S ai2023-07-06 15:58:35avalenciaavalencia@cam.btlconsultants.com.mxavalenciaBEGIN:VCARD VERSION:3.0 UID:2022-11-0719:35:41.4552386b-7f5f-5669-d916-6d278badc609.avalencia@cam.btlconsultants.com.mx N:avalencia;;;; FN:avalencia EMAIL;TYPE=INTERNET;TYPE=INTERNET:avalencia@cam.btlconsultants.com.mx END:VCARD avalencia avalencia@cam.btlconsultants.com.mxp 3U ek2023-07-06 15:58:35xlazarinixlazarini@mich.btlconsultants.com.mxxlazariniBEGIN:VCARD VERSION:3.0 UID:2022-11-0719:33:57.41f10326-abdf-2d5a-c8a0-a830210502dd.xlazarini@mich.btlconsultants.com.mx N:xlazarini;;;; FN:xlazarini EMAIL;TYPE=INTERNET;TYPE=INTERNET:xlazarini@mich.btlconsultants.com.mx END:VCARD xlazarini xlazarini@mich.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:35vmedinavmedina@dgo.btlconsultants.com.mxvmedinaBEGIN:VCARD VERSION:3.0 UID:2022-11-0719:32:18.a2203880-f718-b855-bfd7-4b2d88255216.vmedina@dgo.btlconsultants.com.mx N:vmedina;;;; FN:vmedina EMAIL;TYPE=INTERNET;TYPE=INTERNET:vmedina@dgo.btlconsultants.com.mx END:VCARD vmedina vmedina@dgo.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:35sgomezsgomez@bcs.btlconsultants.com.mxsgomezBEGIN:VCARD VERSION:3.0 UID:2022-11-0719:30:07.93b2b1fb-458d-ccef-f149-d2419a294a78.sgomez@bcs.btlconsultants.com.mx N:sgomez;;;; FN:sgomez EMAIL;TYPE=INTERNET;TYPE=INTERNET:sgomez@bcs.btlconsultants.com.mx END:VCARD sgomez sgomez@bcs.btlconsultants.com.mx^~ 3Q Uc2023-07-06 15:58:35jmacieljmaciel@coah.btlconsultants.com.mxjmacielBEGIN:VCARD VERSION:3.0 UID:2022-11-0719:26:36.27e8080b-70f7-d236-f297-e53a97d7c0d3.jmaciel@coah.btlconsultants.com.mx N:jmaciel;;;; FN:jmaciel EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmaciel@coah.btlconsultants.com.mx END:VCARD jmaciel jmaciel@coah.btlconsultants.com.mxu} 3!U !im2023-07-06 15:58:35e.villegase.villegas@vdm.btlconsultants.com.mxe.villegasBEGIN:VCARD VERSION:3.0 UID:2022-11-0719:24:59.267e94e0-c136-06a3-7dbb-3a7b356558aa.e.villegas@vdm.btlconsultants.com.mx N:e.villegas;;;; FN:e.villegas EMAIL;TYPE=INTERNET;TYPE=INTERNET:e.villegas@vdm.btlconsultants.com.mx END:VCARD e.villegas e.villegas@vdm.btlconsultants.com.mxg| 3S ]g2023-07-06 15:58:35ccanetasccanetas@camp.btlconsultants.com.mxccanetasBEGIN:VCARD VERSION:3.0 UID:2022-11-0719:00:56.3ee62cc4-22f7-f4e9-cc43-4ef060c7b1df.ccanetas@camp.btlconsultants.com.mx N:ccanetas;;;; FN:ccanetas EMAIL;TYPE=INTERNET;TYPE=INTERNET:ccanetas@camp.btlconsultants.com.mx END:VCARD ccanetas ccanetas@camp.btlconsultants.com.mx { 3%[ %}w2023-07-06 15:58:35jzempoaltecajzempoalteca@tlax.btlconsultants.com.mxjzempoaltecaBEGIN:VCARD VERSION:3.0 UID:2022-11-0718:54:31.c27f49a3-ae90-ac7c-066a-52590d41f4d6.jzempoalteca@tlax.btlconsultants.com.mx N:jzempoalteca;;;; FN:jzempoalteca EMAIL;TYPE=INTERNET;TYPE=INTERNET:jzempoalteca@tlax.btlconsultants.com.mx END:VCARD jzempoalteca jzempoalteca@tlax.btlconsultants.com.mxZz 3O Qa2023-07-06 15:58:35amouretamouret@ver.btlconsultants.com.mxamouretBEGIN:VCARD VERSION:3.0 UID:2022-11-0718:52:55.ad2adc59-7994-8e33-0a67-7754662df9e7.amouret@ver.btlconsultants.com.mx N:amouret;;;; FN:amouret EMAIL;TYPE=INTERNET;TYPE=INTERNET:amouret@ver.btlconsultants.com.mx END:VCARD amouret amouret@ver.btlconsultants.com.mxly 3S ai2023-07-06 15:58:35v.galeanav.galeana@son.btlconsultants.com.mxv.galeanaBEGIN:VCARD VERSION:3.0 UID:2022-11-0718:24:19.3374851c-8924-8020-04f3-1d1ca3d76dea.v.galeana@son.btlconsultants.com.mx N:v.galeana;;;; FN:v.galeana EMAIL;TYPE=INTERNET;TYPE=INTERNET:v.galeana@son.btlconsultants.com.mx END:VCARD v.galeana v.galeana@son.btlconsultants.com.mxcx 3Q Ye2023-07-06 15:58:35ccarreonccarreon@vdm.btlconsultants.com.mxccarreonBEGIN:VCARD VERSION:3.0 UID:2022-11-0715:42:28.cb2ed5e5-7f78-18f1-81dd-a1e91a474109.ccarreon@vdm.btlconsultants.com.mx N:ccarreon;;;; FN:ccarreon EMAIL;TYPE=INTERNET;TYPE=INTERNET:ccarreon@vdm.btlconsultants.com.mx END:VCARD ccarreon ccarreon@vdm.btlconsultants.com.mx  D 8| >j 3S ae2023-07-06 15:58:35aguerreroaguerrero@slp.btlconsultants.com.mxaguerreroBEGIN:VCARD VERSION:3.0 UID:2022-11-0722:50:34.6155ecca-0c3f-801f-08b5-3d08f6e6dfdd.aguerrero@slp.btlconsultants.com.mx N:aguerrero;;;; FN:aguerrero EMAIL;TYPE=INTERNET;TYPE=INTERNET:aguerrero@slp.btlconsultants.com.mx END:VCARD agurrero agurrero@slp.btlconsultants.com.mxl 3S ai2023-07-06 15:58:35vchaparrovchaparro@qro.btlconsultants.com.mxvchaparroBEGIN:VCARD VERSION:3.0 UID:2022-11-0722:48:02.076b1469-33ba-d399-5335-533ef95bc505.vchaparro@qro.btlconsultants.com.mx N:vchaparro;;;; FN:vchaparro EMAIL;TYPE=INTERNET;TYPE=INTERNET:vchaparro@qro.btlconsultants.com.mx END:VCARD vchaparro vchaparro@qro.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:35rmateosrmateos@nay.btlconsultants.com.mxrmateosBEGIN:VCARD VERSION:3.0 UID:2022-11-0721:33:21.5e6c5b99-0985-77af-427a-c4d5f1ea2e28.rmateos@nay.btlconsultants.com.mx N:rmateos;;;; FN:rmateos EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmateos@nay.btlconsultants.com.mx END:VCARD rmateos rmateos@nay.btlconsultants.com.mxl 3S ai2023-07-06 15:58:35fbaltazarfbaltazar@zac.btlconsultants.com.mxfbaltazarBEGIN:VCARD VERSION:3.0 UID:2022-11-0721:19:11.c54ff4d1-2c07-b6cb-f544-dfe7bedc3dd0.fbaltazar@zac.btlconsultants.com.mx N:fbaltazar;;;; FN:fbaltazar EMAIL;TYPE=INTERNET;TYPE=INTERNET:fbaltazar@zac.btlconsultants.com.mx END:VCARD fbaltazar fbaltazar@zac.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:35eperezeperez@slp.btlconsultants.com.mxeperezBEGIN:VCARD VERSION:3.0 UID:2022-11-0721:16:53.8670c4da-add3-a2f0-d394-c11cfa593fb2.eperez@slp.btlconsultants.com.mx N:eperez;;;; FN:eperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:eperez@slp.btlconsultants.com.mx END:VCARD eperez eperez@slp.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:35lestradalestrada@gto.btlconsultants.com.mxlestradaBEGIN:VCARD VERSION:3.0 UID:2022-11-0721:15:36.d9fa4716-34e9-b54c-93c5-3969de470619.lestrada@gto.btlconsultants.com.mx N:lestrada;;;; FN:lestrada EMAIL;TYPE=INTERNET;TYPE=INTERNET:lestrada@gto.btlconsultants.com.mx END:VCARD lestrada lestrada@gto.btlconsultants.com.mxH 3K AY2023-07-06 15:58:35e.gile.gil@qro.btlconsultants.com.mxe.gilBEGIN:VCARD VERSION:3.0 UID:2022-11-0721:12:50.e2a37f2a-7e51-4046-0d62-08594048ed88.e.gil@qro.btlconsultants.com.mx N:e.gil;;;; FN:e.gil EMAIL;TYPE=INTERNET;TYPE=INTERNET:e.gil@qro.btlconsultants.com.mx END:VCARD e.gil e.gil@qro.btlconsultants.com.mxg 3S ]g2023-07-06 15:58:35jpachecojpacheco@qroo.btlconsultants.com.mxjpachecoBEGIN:VCARD VERSION:3.0 UID:2022-11-0721:11:32.34e57ef4-a8b6-4b54-5583-af988dddedce.jpacheco@qroo.btlconsultants.com.mx N:jpacheco;;;; FN:jpacheco EMAIL;TYPE=INTERNET;TYPE=INTERNET:jpacheco@qroo.btlconsultants.com.mx END:VCARD jpacheco jpacheco@qroo.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:35mimayamimaya@vdm.btlconsultants.com.mxmimayaBEGIN:VCARD VERSION:3.0 UID:2022-11-0721:08:37.a945b072-c455-3ded-2d67-825ee5dcd8a7.mimaya@vdm.btlconsultants.com.mx N:mimaya;;;; FN:mimaya EMAIL;TYPE=INTERNET;TYPE=INTERNET:mimaya@vdm.btlconsultants.com.mx END:VCARD mimaya mimaya@vdm.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:35allamasallamas@col.btlconsultants.com.mxallamasBEGIN:VCARD VERSION:3.0 UID:2022-11-0719:51:31.7de34c12-15b7-5cb9-6ece-d16adcee1475.allamas@col.btlconsultants.com.mx N:allamas;;;; FN:allamas EMAIL;TYPE=INTERNET;TYPE=INTERNET:allamas@col.btlconsultants.com.mx END:VCARD allamas allamas@col.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:35javalosjavalos@mty.btlconsultants.com.mxjavalosBEGIN:VCARD VERSION:3.0 UID:2022-11-0719:37:55.0c3b7aec-305a-d9c4-b2aa-eee141594e24.javalos@mty.btlconsultants.com.mx N:javalos;;;; FN:javalos EMAIL;TYPE=INTERNET;TYPE=INTERNET:javalos@mty.btlconsultants.com.mx END:VCARD javalos javalos@mty.btlconsultants.com.mx  ) K}n$c 3Q Ye2023-07-06 15:58:35mcorderomcordero@chi.btlconsultants.com.mxmcorderoBEGIN:VCARD VERSION:3.0 UID:2022-11-1015:37:51.2c842db3-2c20-6939-dd3d-1af840841918.mcordero@chi.btlconsultants.com.mx N:mcordero;;;; FN:mcordero EMAIL;TYPE=INTERNET;TYPE=INTERNET:mcordero@chi.btlconsultants.com.mx END:VCARD mcordero mcordero@chi.btlconsultants.com.mxF 3K AU2023-07-06 15:58:35gquengquen@tab.btlconsultants.com.mxgquenBEGIN:VCARD VERSION:3.0 UID:2022-11-1015:36:33.49d5d2d0-72ef-a571-cb68-58e426ef3603.gquen@tab.btlconsultants.com.mx N:gquen;;;; FN:gquen EMAIL;TYPE=INTERNET;TYPE=INTERNET:gquen@tab.btlconsultants.com.mx END:VCARD gqun gqun@tab.btlconsultants.com.mxj 3S ae2023-07-06 15:58:35l.vazquezl.vazquez@tam.btlconsultants.com.mxl.vazquezBEGIN:VCARD VERSION:3.0 UID:2022-11-0922:09:28.8386059c-4daf-1df0-7ae2-1998eb17c296.l.vazquez@tam.btlconsultants.com.mx N:l.vazquez;;;; FN:l.vazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:l.vazquez@tam.btlconsultants.com.mx END:VCARD l.vazquz l.vazquz@tam.btlconsultants.com.mx? 3I 9U2023-07-06 15:58:35atuzatuz@mty.btlconsultants.com.mxatuzBEGIN:VCARD VERSION:3.0 UID:2022-11-0922:06:29.301b77ab-4fac-f2b4-3e10-8e468527edae.atuz@mty.btlconsultants.com.mx N:atuz;;;; FN:atuz EMAIL;TYPE=INTERNET;TYPE=INTERNET:atuz@mty.btlconsultants.com.mx END:VCARD atuz atuz@mty.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:35ovaldezovaldez@dgo.btlconsultants.com.mxovaldezBEGIN:VCARD VERSION:3.0 UID:2022-11-0921:59:41.51c578bf-7a13-5ba0-559f-5dd2ceeb1c8e.ovaldez@dgo.btlconsultants.com.mx N:ovaldez;;;; FN:ovaldez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ovaldez@dgo.btlconsultants.com.mx END:VCARD ovaldez ovaldez@dgo.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:35aaguirreaaguirre@tam.btlconsultants.com.mxaaguirreBEGIN:VCARD VERSION:3.0 UID:2022-11-0916:09:41.5e090144-8ca7-7ec4-7e54-dac4f0aa2739.aaguirre@tam.btlconsultants.com.mx N:aaguirre;;;; FN:aaguirre EMAIL;TYPE=INTERNET;TYPE=INTERNET:aaguirre@tam.btlconsultants.com.mx END:VCARD aaguirre aaguirre@tam.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:35ufpinedaufpineda@vdm.btlconsultants.com.mxufpinedaBEGIN:VCARD VERSION:3.0 UID:2022-11-0916:08:02.e17e9536-7a1c-218f-2ce0-ffcdcbc595fd.ufpineda@vdm.btlconsultants.com.mx N:ufpineda;;;; FN:ufpineda EMAIL;TYPE=INTERNET;TYPE=INTERNET:ufpineda@vdm.btlconsultants.com.mx END:VCARD ufpineda ufpineda@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:58:35mgonzalezmgonzalez@sin.btlconsultants.com.mxmgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-11-0821:35:41.c5929898-1ea0-0f80-ac0e-fe33c54e5036.mgonzalez@sin.btlconsultants.com.mx N:mgonzalez;;;; FN:mgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgonzalez@sin.btlconsultants.com.mx END:VCARD mgonzalez mgonzalez@sin.btlconsultants.com.mxj 3U ag2023-07-06 15:58:35bdelgadobdelgado@guerr.btlconsultants.com.mxbdelgadoBEGIN:VCARD VERSION:3.0 UID:2022-11-0821:33:27.c7884ed1-2fcb-e9ac-e932-706eb1369bd8.bdelgado@guerr.btlconsultants.com.mx N:bdelgado;;;; FN:bdelgado EMAIL;TYPE=INTERNET;TYPE=INTERNET:bdelgado@guerr.btlconsultants.com.mx END:VCARD bdelgado bdelgado@gurr.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:35ccaballeroccaballero@sin.btlconsultants.com.mxccaballeroBEGIN:VCARD VERSION:3.0 UID:2022-11-0821:31:26.1ca66eeb-2c1b-98c9-6274-74f8e96eeccf.ccaballero@sin.btlconsultants.com.mx N:ccaballero;;;; FN:ccaballero EMAIL;TYPE=INTERNET;TYPE=INTERNET:ccaballero@sin.btlconsultants.com.mx END:VCARD ccaballero ccaballero@sin.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:35cjafethcjafeth@zac.btlconsultants.com.mxcjafethBEGIN:VCARD VERSION:3.0 UID:2022-11-0722:53:00.c10d65d3-741d-f879-c96e-2255bca14568.cjafeth@zac.btlconsultants.com.mx N:cjafeth;;;; FN:cjafeth EMAIL;TYPE=INTERNET;TYPE=INTERNET:cjafeth@zac.btlconsultants.com.mx END:VCARD cjafeth cjafeth@zac.btlconsultants.com.mx } = q !8h}c# 3Q Ye2023-07-06 15:58:36e.felipee.felipe@vdm.btlconsultants.com.mxe.felipeBEGIN:VCARD VERSION:3.0 UID:2022-11-1416:03:32.9142d5ca-9404-b6ed-957c-0a9227e86cfc.e.felipe@vdm.btlconsultants.com.mx N:e.felipe;;;; FN:e.felipe EMAIL;TYPE=INTERNET;TYPE=INTERNET:e.felipe@vdm.btlconsultants.com.mx END:VCARD e.felipe e.felipe@vdm.btlconsultants.com.mx" 3#Y #uo2023-07-06 15:58:36a.domingueza.dominguez@chih.btlconsultants.com.mxa.dominguezBEGIN:VCARD VERSION:3.0 UID:2022-11-1119:30:36.472745af-5fbb-5811-9420-c33afadc1167.a.dominguez@chih.btlconsultants.com.mx N:a.dominguez;;;; FN:a.dominguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.dominguez@chih.btlconsultants.com.mx END:VCARD a.dominguz a.dominguz@chih.btlconsultants.com.mxw! 3!W !mk2023-07-06 15:58:36adominguezadominguez@chih.btlconsultants.com.mxadominguezBEGIN:VCARD VERSION:3.0 UID:2022-11-1119:01:11.627adf7e-99d2-1255-c1dc-a37121ab729c.adominguez@chih.btlconsultants.com.mx N:adominguez;;;; FN:adominguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:adominguez@chih.btlconsultants.com.mx END:VCARD adominguz adominguz@chih.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:36a.cotaa.cota@bcn.btlconsultants.com.mxa.cotaBEGIN:VCARD VERSION:3.0 UID:2022-11-1118:58:05.7ed2cef5-4e53-ce8c-aa11-c3d2e4294053.a.cota@bcn.btlconsultants.com.mx N:a.cota;;;; FN:a.cota EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.cota@bcn.btlconsultants.com.mx END:VCARD a.cota a.cota@bcn.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:36jmaganajmagana@gdl.btlconsultants.com.mxjmaganaBEGIN:VCARD VERSION:3.0 UID:2022-11-1115:11:17.a6a9fa11-d5de-b057-85dc-b67a9bd3c2d0.jmagana@gdl.btlconsultants.com.mx N:jmagana;;;; FN:jmagana EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmagana@gdl.btlconsultants.com.mx END:VCARD jmagana jmagana@gdl.btlconsultants.com.mx 3%Y %yu2023-07-06 15:58:36ma.gutierrezma.gutierrez@vdm.btlconsultants.com.mxma.gutierrezBEGIN:VCARD VERSION:3.0 UID:2022-11-1022:47:26.aeb09012-d85e-8d77-2a2f-943ce78c1e3c.ma.gutierrez@vdm.btlconsultants.com.mx N:ma.gutierrez;;;; FN:ma.gutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ma.gutierrez@vdm.btlconsultants.com.mx END:VCARD ma.gutierrez ma.gutierrez@vdm.btlconsultants.com.mxL 3M E[2023-07-06 15:58:35lromolromo@coah.btlconsultants.com.mxlromoBEGIN:VCARD VERSION:3.0 UID:2022-11-1022:45:52.ae88969f-711f-2bb5-1bbd-92722931e4d3.lromo@coah.btlconsultants.com.mx N:lromo;;;; FN:lromo EMAIL;TYPE=INTERNET;TYPE=INTERNET:lromo@coah.btlconsultants.com.mx END:VCARD lromo lromo@coah.btlconsultants.com.mxb 3Q Yc2023-07-06 15:58:35lsanchezlsanchez@pue.btlconsultants.com.mxlsanchezBEGIN:VCARD VERSION:3.0 UID:2022-11-1022:43:19.630d1167-b753-8108-85a3-0ef817d7bfe8.lsanchez@pue.btlconsultants.com.mx N:lsanchez;;;; FN:lsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lsanchez@pue.btlconsultants.com.mx END:VCARD lsanchez lsanchez@pu.btlconsultants.com.mxb 3Q Yc2023-07-06 15:58:35svallejosvallejo@pue.btlconsultants.com.mxsvallejoBEGIN:VCARD VERSION:3.0 UID:2022-11-1022:39:05.c89f7f4f-c90d-5a5f-472c-ed92ca520765.svallejo@pue.btlconsultants.com.mx N:svallejo;;;; FN:svallejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:svallejo@pue.btlconsultants.com.mx END:VCARD svallejo svallejo@pu.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:35mjimenezmjimenez@oax.btlconsultants.com.mxmjimenezBEGIN:VCARD VERSION:3.0 UID:2022-11-1015:40:31.c3a695b1-933c-86c8-3ce2-077da0be29d6.mjimenez@oax.btlconsultants.com.mx N:mjimenez;;;; FN:mjimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mjimenez@oax.btlconsultants.com.mx END:VCARD mjimenez mjimenez@oax.btlconsultants.com.mxX 3Q Q_2023-07-06 15:58:35lsolislsolis@guerr.btlconsultants.com.mxlsolisBEGIN:VCARD VERSION:3.0 UID:2022-11-1015:39:10.a86a9b47-a510-329c-49e5-2da34b62861e.lsolis@guerr.btlconsultants.com.mx N:lsolis;;;; FN:lsolis EMAIL;TYPE=INTERNET;TYPE=INTERNET:lsolis@guerr.btlconsultants.com.mx END:VCARD lsolis lsolis@gurr.btlconsultants.com.mx  M <e5Q. 3M I]2023-07-06 15:58:37tpereztperez@slp.btlconsultants.com.mxtperezBEGIN:VCARD VERSION:3.0 UID:2022-11-1419:33:29.235b6917-92c0-7cae-b793-dac4b723a53b.tperez@slp.btlconsultants.com.mx N:tperez;;;; FN:tperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:tperez@slp.btlconsultants.com.mx END:VCARD tperez tperez@slp.btlconsultants.com.mxg- 3S ]g2023-07-06 15:58:37lcazarezlcazarez@mich.btlconsultants.com.mxlcazarezBEGIN:VCARD VERSION:3.0 UID:2022-11-1419:30:36.88673631-0d9f-c432-955c-b4306b5d8dad.lcazarez@mich.btlconsultants.com.mx N:lcazarez;;;; FN:lcazarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lcazarez@mich.btlconsultants.com.mx END:VCARD lcazarez lcazarez@mich.btlconsultants.com.mxl, 3S ai2023-07-06 15:58:37ggonzalezggonzalez@mty.btlconsultants.com.mxggonzalezBEGIN:VCARD VERSION:3.0 UID:2022-11-1419:29:24.871cca4e-999c-e28e-d16a-49be2c570882.ggonzalez@mty.btlconsultants.com.mx N:ggonzalez;;;; FN:ggonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ggonzalez@mty.btlconsultants.com.mx END:VCARD ggonzalez ggonzalez@mty.btlconsultants.com.mxQ+ 3M I]2023-07-06 15:58:37jperezjperez@gdl.btlconsultants.com.mxjperezBEGIN:VCARD VERSION:3.0 UID:2022-11-1419:26:57.01f44df0-02ea-6c64-ed08-6e78480f7dc0.jperez@gdl.btlconsultants.com.mx N:jperez;;;; FN:jperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jperez@gdl.btlconsultants.com.mx END:VCARD jperez jperez@gdl.btlconsultants.com.mxQ* 3M I]2023-07-06 15:58:37gperezgperez@gdl.btlconsultants.com.mxgperezBEGIN:VCARD VERSION:3.0 UID:2022-11-1419:25:12.f6804fcb-8031-f4f5-3e60-73a5f5661c8f.gperez@gdl.btlconsultants.com.mx N:gperez;;;; FN:gperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:gperez@gdl.btlconsultants.com.mx END:VCARD gperez gperez@gdl.btlconsultants.com.mx~) 3#W #qq2023-07-06 15:58:37jddterrazasjddterrazas@vdm.btlconsultants.com.mxjddterrazasBEGIN:VCARD VERSION:3.0 UID:2022-11-1418:00:46.c8ba0b14-e207-5995-bdfa-540703c1ce21.jddterrazas@vdm.btlconsultants.com.mx N:jddterrazas;;;; FN:jddterrazas EMAIL;TYPE=INTERNET;TYPE=INTERNET:jddterrazas@vdm.btlconsultants.com.mx END:VCARD jddterrazas jddterrazas@vdm.btlconsultants.com.mxZ( 3O Qa2023-07-06 15:58:37sgarciasgarcia@vdm.btlconsultants.com.mxsgarciaBEGIN:VCARD VERSION:3.0 UID:2022-11-1417:59:29.863321b6-470e-834c-bd6a-ba8210f00b0c.sgarcia@vdm.btlconsultants.com.mx N:sgarcia;;;; FN:sgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:sgarcia@vdm.btlconsultants.com.mx END:VCARD sgarcia sgarcia@vdm.btlconsultants.com.mxQ' 3M I]2023-07-06 15:58:37a.cruza.cruz@vdm.btlconsultants.com.mxa.cruzBEGIN:VCARD VERSION:3.0 UID:2022-11-1416:31:58.6c4dbebb-5845-f6a3-f015-e57f9eadab27.a.cruz@vdm.btlconsultants.com.mx N:a.cruz;;;; FN:a.cruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.cruz@vdm.btlconsultants.com.mx END:VCARD a.cruz a.cruz@vdm.btlconsultants.com.mxZ& 3O Qa2023-07-06 15:58:36ezunigaezuniga@vdm.btlconsultants.com.mxezunigaBEGIN:VCARD VERSION:3.0 UID:2022-11-1416:15:18.db5b1d35-e308-9e60-a900-6a91540db85d.ezuniga@vdm.btlconsultants.com.mx N:ezuniga;;;; FN:ezuniga EMAIL;TYPE=INTERNET;TYPE=INTERNET:ezuniga@vdm.btlconsultants.com.mx END:VCARD ezuniga ezuniga@vdm.btlconsultants.com.mxZ% 3O Qa2023-07-06 15:58:36mcanedomcanedo@vdm.btlconsultants.com.mxmcanedoBEGIN:VCARD VERSION:3.0 UID:2022-11-1416:10:52.4fb7559a-6b11-5c66-e0a6-97b4844d965c.mcanedo@vdm.btlconsultants.com.mx N:mcanedo;;;; FN:mcanedo EMAIL;TYPE=INTERNET;TYPE=INTERNET:mcanedo@vdm.btlconsultants.com.mx END:VCARD mcanedo mcanedo@vdm.btlconsultants.com.mxQ$ 3M I]2023-07-06 15:58:36sperezsperez@vdm.btlconsultants.com.mxsperezBEGIN:VCARD VERSION:3.0 UID:2022-11-1416:08:36.f0e49a4f-36ea-92fc-d934-6581a8add4cf.sperez@vdm.btlconsultants.com.mx N:sperez;;;; FN:sperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:sperez@vdm.btlconsultants.com.mx END:VCARD sperez sperez@vdm.btlconsultants.com.mx  [ A}$l9 3S ai2023-07-06 15:58:37ajeronimoajeronimo@vdm.btlconsultants.com.mxajeronimoBEGIN:VCARD VERSION:3.0 UID:2022-11-1420:56:20.4973dfaf-25dc-4b7a-597a-973f2d4172f3.ajeronimo@vdm.btlconsultants.com.mx N:ajeronimo;;;; FN:ajeronimo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ajeronimo@vdm.btlconsultants.com.mx END:VCARD ajeronimo ajeronimo@vdm.btlconsultants.com.mxU8 3O M_2023-07-06 15:58:37vlopezvlopez@coah.btlconsultants.com.mxvlopezBEGIN:VCARD VERSION:3.0 UID:2022-11-1420:31:26.5369cefd-c6fc-14af-6027-c64b652b528f.vlopez@coah.btlconsultants.com.mx N:vlopez;;;; FN:vlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:vlopez@coah.btlconsultants.com.mx END:VCARD vlopez vlopez@coah.btlconsultants.com.mxY7 3O Q_2023-07-06 15:58:37rcortesrcortes@pue.btlconsultants.com.mxrcortesBEGIN:VCARD VERSION:3.0 UID:2022-11-1419:59:23.ba96cfe4-1cc2-cb5c-aede-5f050d8a18d0.rcortes@pue.btlconsultants.com.mx N:rcortes;;;; FN:rcortes EMAIL;TYPE=INTERNET;TYPE=INTERNET:rcortes@pue.btlconsultants.com.mx END:VCARD rcortes rcortes@pu.btlconsultants.com.mxc6 3Q Ye2023-07-06 15:58:37jramirezjramirez@ags.btlconsultants.com.mxjramirezBEGIN:VCARD VERSION:3.0 UID:2022-11-1419:52:55.fbb13324-c295-2631-b380-42c708ae099d.jramirez@ags.btlconsultants.com.mx N:jramirez;;;; FN:jramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jramirez@ags.btlconsultants.com.mx END:VCARD jramirez jramirez@ags.btlconsultants.com.mxQ5 3M I]2023-07-06 15:58:37jreyesjreyes@ags.btlconsultants.com.mxjreyesBEGIN:VCARD VERSION:3.0 UID:2022-11-1419:52:01.f8cbf897-51e9-7d9a-5b0c-9a61d62b021a.jreyes@ags.btlconsultants.com.mx N:jreyes;;;; FN:jreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:jreyes@ags.btlconsultants.com.mx END:VCARD jreyes jreyes@ags.btlconsultants.com.mxl4 3S ai2023-07-06 15:58:37ksantiagoksantiago@vdm.btlconsultants.com.mxksantiagoBEGIN:VCARD VERSION:3.0 UID:2022-11-1419:50:55.2ed5278b-3a1c-0a86-d995-f5b4dd33f938.ksantiago@vdm.btlconsultants.com.mx N:ksantiago;;;; FN:ksantiago EMAIL;TYPE=INTERNET;TYPE=INTERNET:ksantiago@vdm.btlconsultants.com.mx END:VCARD ksantiago ksantiago@vdm.btlconsultants.com.mxQ3 3M I]2023-07-06 15:58:37etinaletinal@mer.btlconsultants.com.mxetinalBEGIN:VCARD VERSION:3.0 UID:2022-11-1419:43:06.6553b3c7-6bd5-ca0c-a2fd-c837cf8be2f6.etinal@mer.btlconsultants.com.mx N:etinal;;;; FN:etinal EMAIL;TYPE=INTERNET;TYPE=INTERNET:etinal@mer.btlconsultants.com.mx END:VCARD etinal etinal@mer.btlconsultants.com.mxZ2 3O Qa2023-07-06 15:58:37agalvanagalvan@vdm.btlconsultants.com.mxagalvanBEGIN:VCARD VERSION:3.0 UID:2022-11-1419:41:58.8a1e638d-c557-e07f-2016-ec0dc996d194.agalvan@vdm.btlconsultants.com.mx N:agalvan;;;; FN:agalvan EMAIL;TYPE=INTERNET;TYPE=INTERNET:agalvan@vdm.btlconsultants.com.mx END:VCARD agalvan agalvan@vdm.btlconsultants.com.mxc1 3Q Ye2023-07-06 15:58:37savedanosavedano@qro.btlconsultants.com.mxsavedanoBEGIN:VCARD VERSION:3.0 UID:2022-11-1419:38:56.7cf9564c-cf43-a97a-98e0-d2c67a46d941.savedano@qro.btlconsultants.com.mx N:savedano;;;; FN:savedano EMAIL;TYPE=INTERNET;TYPE=INTERNET:savedano@qro.btlconsultants.com.mx END:VCARD savedano savedano@qro.btlconsultants.com.mx~0 3#W #qq2023-07-06 15:58:37amiramontesamiramontes@nay.btlconsultants.com.mxamiramontesBEGIN:VCARD VERSION:3.0 UID:2022-11-1419:37:28.165fb07b-ed55-3ba0-0f08-0835829fd80d.amiramontes@nay.btlconsultants.com.mx N:amiramontes;;;; FN:amiramontes EMAIL;TYPE=INTERNET;TYPE=INTERNET:amiramontes@nay.btlconsultants.com.mx END:VCARD amiramontes amiramontes@nay.btlconsultants.com.mxZ/ 3O Qa2023-07-06 15:58:37jriverajrivera@slp.btlconsultants.com.mxjriveraBEGIN:VCARD VERSION:3.0 UID:2022-11-1419:34:34.aa769ad3-6528-a22d-5421-0c7dc6ccec52.jrivera@slp.btlconsultants.com.mx N:jrivera;;;; FN:jrivera EMAIL;TYPE=INTERNET;TYPE=INTERNET:jrivera@slp.btlconsultants.com.mx END:VCARD jrivera jrivera@slp.btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX< 8 3 2023-07-06 15:58:407 3 2023-07-06 15:58:406 3 2023-07-06 15:58:405 3 2023-07-06 15:58:404 3 2023-07-06 15:58:403 3 2023-07-06 15:58:402 3 2023-07-06 15:58:401 3 2023-07-06 15:58:400 3 2023-07-06 15:58:40/ 3 2023-07-06 15:58:40. 3 2023-07-06 15:58:40- 3 2023-07-06 15:58:40, 3 2023-07-06 15:58:40+ 3 2023-07-06 15:58:40* 3 2023-07-06 15:58:40) 3 2023-07-06 15:58:40( 3 2023-07-06 15:58:40' 3 2023-07-06 15:58:40& 3 2023-07-06 15:58:40% 3 2023-07-06 15:58:39$ 3 2023-07-06 15:58:39# 3 2023-07-06 15:58:39" 3 2023-07-06 15:58:39! 3 2023-07-06 15:58:39  3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39  3 2023-07-06 15:58:39  3 2023-07-06 15:58:39  3 2023-07-06 15:58:39  3 2023-07-06 15:58:39  3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:39 3 2023-07-06 15:58:38 3 2023-07-06 15:58:38 3 2023-07-06 15:58:38 3 2023-07-06 15:58:38~ 3 ~2023-07-06 15:58:38} 3 }2023-07-06 15:58:38| 3 |2023-07-06 15:58:38{ 3 {2023-07-06 15:58:38z 3 z2023-07-06 15:58:38y 3 y2023-07-06 15:58:38x 3 x2023-07-06 15:58:38w 3 w2023-07-06 15:58:38v 3 v2023-07-06 15:58:38u 3 u2023-07-06 15:58:38t 3 t2023-07-06 15:58:38s 3 s2023-07-06 15:58:38r 3 r2023-07-06 15:58:38q 3 q2023-07-06 15:58:38p 3 p2023-07-06 15:58:38o 3 o2023-07-06 15:58:38n 3 n2023-07-06 15:58:38m 3 m2023-07-06 15:58:38l 3 l2023-07-06 15:58:38k 3 k2023-07-06 15:58:38j 3 j2023-07-06 15:58:38i 3 i2023-07-06 15:58:38h 3 h2023-07-06 15:58:38g 3 g2023-07-06 15:58:38f 3 f2023-07-06 15:58:38e 3 e2023-07-06 15:58:38d 3 d2023-07-06 15:58:38c 3 c2023-07-06 15:58:38b 3 b2023-07-06 15:58:38a 3 a2023-07-06 15:58:38` 3 `2023-07-06 15:58:38_ 3 _2023-07-06 15:58:38^ 3 ^2023-07-06 15:58:38] 3 ]2023-07-06 15:58:38\ 3 \2023-07-06 15:58:38[ 3 [2023-07-06 15:58:38Z 3 Z2023-07-06 15:58:38Y 3 Y2023-07-06 15:58:38X 3 X2023-07-06 15:58:38W 3 W2023-07-06 15:58:38V 3 V2023-07-06 15:58:38U 3 U2023-07-06 15:58:38T 3 T2023-07-06 15:58:38S 3 S2023-07-06 15:58:38R 3 R2023-07-06 15:58:38Q 3 Q2023-07-06 15:58:38P 3 P2023-07-06 15:58:38O 3 O2023-07-06 15:58:38N 3 N2023-07-06 15:58:38M 3 M2023-07-06 15:58:38L 3 L2023-07-06 15:58:38K 3 K2023-07-06 15:58:38J 3 J2023-07-06 15:58:37I 3 I2023-07-06 15:58:37H 3 H2023-07-06 15:58:37G 3 G2023-07-06 15:58:37F 3 F2023-07-06 15:58:37E 3 E2023-07-06 15:58:37D 3 D2023-07-06 15:58:37C 3 C2023-07-06 15:58:37B 3 B2023-07-06 15:58:37A 3 A2023-07-06 15:58:37@ 3 @2023-07-06 15:58:37? 3 ?2023-07-06 15:58:37> 3 >2023-07-06 15:58:37= 3 =2023-07-06 15:58:37< 3 <2023-07-06 15:58:37; 3 ;2023-07-06 15:58:37: 3 :2023-07-06 15:58:379 3 92023-07-06 15:58:378 3 82023-07-06 15:58:377 3 72023-07-06 15:58:376 3 62023-07-06 15:58:375 3 52023-07-06 15:58:374 3 42023-07-06 15:58:373 3 32023-07-06 15:58:372 3 22023-07-06 15:58:371 3 12023-07-06 15:58:37  3 2[lD 3S ai2023-07-06 15:58:37agonzalezagonzalez@mty.btlconsultants.com.mxagonzalezBEGIN:VCARD VERSION:3.0 UID:2022-11-1617:25:42.b271af07-8998-ab62-b680-b45f2e00ac46.agonzalez@mty.btlconsultants.com.mx N:agonzalez;;;; FN:agonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:agonzalez@mty.btlconsultants.com.mx END:VCARD agonzalez agonzalez@mty.btlconsultants.com.mxUC 3O M_2023-07-06 15:58:37tlopeztlopez@coah.btlconsultants.com.mxtlopezBEGIN:VCARD VERSION:3.0 UID:2022-11-1518:18:41.188d36d2-2ba2-b849-2ddd-6289bc78f37f.tlopez@coah.btlconsultants.com.mx N:tlopez;;;; FN:tlopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:tlopez@coah.btlconsultants.com.mx END:VCARD tlopez tlopez@coah.btlconsultants.com.mxlB 3S ai2023-07-06 15:58:37nhernadeznhernadez@mor.btlconsultants.com.mxnhernadezBEGIN:VCARD VERSION:3.0 UID:2022-11-1517:46:18.e3c9db87-8e33-1948-defe-d3c2912c72f6.nhernadez@mor.btlconsultants.com.mx N:nhernadez;;;; FN:nhernadez EMAIL;TYPE=INTERNET;TYPE=INTERNET:nhernadez@mor.btlconsultants.com.mx END:VCARD nhernadez nhernadez@mor.btlconsultants.com.mxcA 3Q Ye2023-07-06 15:58:37iguilleniguillen@gdl.btlconsultants.com.mxiguillenBEGIN:VCARD VERSION:3.0 UID:2022-11-1422:58:49.9be17e0f-e2bf-dd55-34cd-c33372150199.iguillen@gdl.btlconsultants.com.mx N:iguillen;;;; FN:iguillen EMAIL;TYPE=INTERNET;TYPE=INTERNET:iguillen@gdl.btlconsultants.com.mx END:VCARD iguillen iguillen@gdl.btlconsultants.com.mxl@ 3S ai2023-07-06 15:58:37cvalenciacvalencia@vdm.btlconsultants.com.mxcvalenciaBEGIN:VCARD VERSION:3.0 UID:2022-11-1422:56:17.338520d0-11c9-0edf-659b-85327381da05.cvalencia@vdm.btlconsultants.com.mx N:cvalencia;;;; FN:cvalencia EMAIL;TYPE=INTERNET;TYPE=INTERNET:cvalencia@vdm.btlconsultants.com.mx END:VCARD cvalencia cvalencia@vdm.btlconsultants.com.mxZ? 3O Qa2023-07-06 15:58:37igarciaigarcia@vdm.btlconsultants.com.mxigarciaBEGIN:VCARD VERSION:3.0 UID:2022-11-1422:55:13.3a9d32d1-d577-b60c-55a6-e98b959c1be8.igarcia@vdm.btlconsultants.com.mx N:igarcia;;;; FN:igarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:igarcia@vdm.btlconsultants.com.mx END:VCARD igarcia igarcia@vdm.btlconsultants.com.mx|> 3#W #qm2023-07-06 15:58:37aavelazquezaavelazquez@vdm.btlconsultants.com.mxaavelazquezBEGIN:VCARD VERSION:3.0 UID:2022-11-1422:54:02.f38ab001-7931-6d4c-e5bf-2f759593ccbc.aavelazquez@vdm.btlconsultants.com.mx N:aavelazquez;;;; FN:aavelazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:aavelazquez@vdm.btlconsultants.com.mx END:VCARD aavelazquz aavelazquz@vdm.btlconsultants.com.mxQ= 3M I]2023-07-06 15:58:37areyesareyes@bcs.btlconsultants.com.mxareyesBEGIN:VCARD VERSION:3.0 UID:2022-11-1422:52:45.241c918b-c66f-0c3b-46bf-23a2e2fc3dbb.areyes@bcs.btlconsultants.com.mx N:areyes;;;; FN:areyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:areyes@bcs.btlconsultants.com.mx END:VCARD areyes areyes@bcs.btlconsultants.com.mxZ< 3O Qa2023-07-06 15:58:37croblescrobles@qro.btlconsultants.com.mxcroblesBEGIN:VCARD VERSION:3.0 UID:2022-11-1422:51:48.58a8961f-a9e9-246b-f172-e0f652513032.crobles@qro.btlconsultants.com.mx N:crobles;;;; FN:crobles EMAIL;TYPE=INTERNET;TYPE=INTERNET:crobles@qro.btlconsultants.com.mx END:VCARD crobles crobles@qro.btlconsultants.com.mxZ; 3O Qa2023-07-06 15:58:37jguzmanjguzman@mty.btlconsultants.com.mxjguzmanBEGIN:VCARD VERSION:3.0 UID:2022-11-1422:50:43.7add40c4-622a-11cb-1481-375ff07651e5.jguzman@mty.btlconsultants.com.mx N:jguzman;;;; FN:jguzman EMAIL;TYPE=INTERNET;TYPE=INTERNET:jguzman@mty.btlconsultants.com.mx END:VCARD jguzman jguzman@mty.btlconsultants.com.mxk: 3S ag2023-07-06 15:58:37dcastillodcastillo@pue.btlconsultants.com.mxdcastilloBEGIN:VCARD VERSION:3.0 UID:2022-11-1420:57:46.826d2656-4ae1-2502-214e-113988b28324.dcastillo@pue.btlconsultants.com.mx N:dcastillo;;;; FN:dcastillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:dcastillo@pue.btlconsultants.com.mx END:VCARD dcastillo dcastillo@pu.btlconsultants.com.mx [  'G$[yO 3!W !mo2023-07-06 15:58:38ehernandezehernandez@qroo.btlconsultants.com.mxehernandezBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:33:43.cf54668e-d0f3-b36f-fd80-dae5ecc8d1a1.ehernandez@qroo.btlconsultants.com.mx N:ehernandez;;;; FN:ehernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ehernandez@qroo.btlconsultants.com.mx END:VCARD ehernandez ehernandez@qroo.btlconsultants.com.mxHN 3K AY2023-07-06 15:58:38jriosjrios@vdm.btlconsultants.com.mxjriosBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:32:10.b18e785f-7ac0-cf49-185c-e1e8f69edd6a.jrios@vdm.btlconsultants.com.mx N:jrios;;;; FN:jrios EMAIL;TYPE=INTERNET;TYPE=INTERNET:jrios@vdm.btlconsultants.com.mx END:VCARD jrios jrios@vdm.btlconsultants.com.mxcM 3Q Ye2023-07-06 15:58:38asanchezasanchez@hgo.btlconsultants.com.mxasanchezBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:28:02.cd5a3140-45d8-74fa-e408-0143dfab985e.asanchez@hgo.btlconsultants.com.mx N:asanchez;;;; FN:asanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:asanchez@hgo.btlconsultants.com.mx END:VCARD asanchez asanchez@hgo.btlconsultants.com.mxQL 3M I]2023-07-06 15:58:38jsolisjsolis@vdm.btlconsultants.com.mxjsolisBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:27:23.a8cf5708-96a6-5587-767a-44c48b497d1c.jsolis@vdm.btlconsultants.com.mx N:jsolis;;;; FN:jsolis EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsolis@vdm.btlconsultants.com.mx END:VCARD jsolis jsolis@vdm.btlconsultants.com.mxcK 3Q Ye2023-07-06 15:58:38jmanzanojmanzano@mor.btlconsultants.com.mxjmanzanoBEGIN:VCARD VERSION:3.0 UID:2022-11-1815:47:16.ce91c681-51f3-55fe-d977-66dca37c4a76.jmanzano@mor.btlconsultants.com.mx N:jmanzano;;;; FN:jmanzano EMAIL;TYPE=INTERNET;TYPE=INTERNET:jmanzano@mor.btlconsultants.com.mx END:VCARD jmanzano jmanzano@mor.btlconsultants.com.mxcJ 3Q Ye2023-07-06 15:58:37dramirezdramirez@vdm.btlconsultants.com.mxdramirezBEGIN:VCARD VERSION:3.0 UID:2022-11-1815:41:15.92b6d0fe-e810-3a09-b129-690fb14e7620.dramirez@vdm.btlconsultants.com.mx N:dramirez;;;; FN:dramirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dramirez@vdm.btlconsultants.com.mx END:VCARD dramirez dramirez@vdm.btlconsultants.com.mxuI 3!U !im2023-07-06 15:58:37apalomaresapalomares@vdm.btlconsultants.com.mxapalomaresBEGIN:VCARD VERSION:3.0 UID:2022-11-1621:41:10.3412501c-55c9-fcd4-c312-d8d729072fb1.apalomares@vdm.btlconsultants.com.mx N:apalomares;;;; FN:apalomares EMAIL;TYPE=INTERNET;TYPE=INTERNET:apalomares@vdm.btlconsultants.com.mx END:VCARD apalomares apalomares@vdm.btlconsultants.com.mxuH 3!U !im2023-07-06 15:58:37ma.navarroma.navarro@gto.btlconsultants.com.mxma.navarroBEGIN:VCARD VERSION:3.0 UID:2022-11-1620:51:59.05bb2a3b-5dd5-08f4-fab8-a40b31b6af1c.ma.navarro@gto.btlconsultants.com.mx N:ma.navarro;;;; FN:ma.navarro EMAIL;TYPE=INTERNET;TYPE=INTERNET:ma.navarro@gto.btlconsultants.com.mx END:VCARD ma.navarro ma.navarro@gto.btlconsultants.com.mxlG 3S ai2023-07-06 15:58:37v.armentav.armenta@sin.btlconsultants.com.mxv.armentaBEGIN:VCARD VERSION:3.0 UID:2022-11-1617:30:38.c20bf7dd-f9c2-d12a-00cd-2fd892edb38d.v.armenta@sin.btlconsultants.com.mx N:v.armenta;;;; FN:v.armenta EMAIL;TYPE=INTERNET;TYPE=INTERNET:v.armenta@sin.btlconsultants.com.mx END:VCARD v.armenta v.armenta@sin.btlconsultants.com.mxsF 3!U !ii2023-07-06 15:58:37lrodriguezlrodriguez@bcn.btlconsultants.com.mxlrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-11-1617:28:16.1855a440-76ed-d58c-b9b9-b49bac76cfee.lrodriguez@bcn.btlconsultants.com.mx N:lrodriguez;;;; FN:lrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lrodriguez@bcn.btlconsultants.com.mx END:VCARD lrodriguz lrodriguz@bcn.btlconsultants.com.mxuE 3!U !im2023-07-06 15:58:37kfernandezkfernandez@vdm.btlconsultants.com.mxkfernandezBEGIN:VCARD VERSION:3.0 UID:2022-11-1617:27:08.4d027b50-5467-e98d-7ef1-3944bd2d25ab.kfernandez@vdm.btlconsultants.com.mx N:kfernandez;;;; FN:kfernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:kfernandez@vdm.btlconsultants.com.mx END:VCARD kfernandez kfernandez@vdm.btlconsultants.com.mx   U D&yZ 3!W !mo2023-07-06 15:58:38kcastruitakcastruita@coah.btlconsultants.com.mxkcastruitaBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:51:01.4d7dd36e-62e4-2591-3a6f-4b6dad4f718b.kcastruita@coah.btlconsultants.com.mx N:kcastruita;;;; FN:kcastruita EMAIL;TYPE=INTERNET;TYPE=INTERNET:kcastruita@coah.btlconsultants.com.mx END:VCARD kcastruita kcastruita@coah.btlconsultants.com.mxlY 3S ai2023-07-06 15:58:38mavendanomavendano@mty.btlconsultants.com.mxmavendanoBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:49:42.32b696e5-d567-56a4-0359-a3f6404e1c34.mavendano@mty.btlconsultants.com.mx N:mavendano;;;; FN:mavendano EMAIL;TYPE=INTERNET;TYPE=INTERNET:mavendano@mty.btlconsultants.com.mx END:VCARD mavendano mavendano@mty.btlconsultants.com.mxZX 3O Qa2023-07-06 15:58:38tmarinotmarino@bcn.btlconsultants.com.mxtmarinoBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:49:13.6b3962d9-55c3-b92a-59c0-d1615e23463b.tmarino@bcn.btlconsultants.com.mx N:tmarino;;;; FN:tmarino EMAIL;TYPE=INTERNET;TYPE=INTERNET:tmarino@bcn.btlconsultants.com.mx END:VCARD tmarino tmarino@bcn.btlconsultants.com.mxLW 3M E[2023-07-06 15:58:38svegasvega@tlax.btlconsultants.com.mxsvegaBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:44:16.75bec37e-7e80-4cba-c627-58f7dc716c71.svega@tlax.btlconsultants.com.mx N:svega;;;; FN:svega EMAIL;TYPE=INTERNET;TYPE=INTERNET:svega@tlax.btlconsultants.com.mx END:VCARD svega svega@tlax.btlconsultants.com.mxHV 3K AY2023-07-06 15:58:38dlaradlara@mty.btlconsultants.com.mxdlaraBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:43:28.28fa6ff6-48f0-af30-3015-b72f50847033.dlara@mty.btlconsultants.com.mx N:dlara;;;; FN:dlara EMAIL;TYPE=INTERNET;TYPE=INTERNET:dlara@mty.btlconsultants.com.mx END:VCARD dlara dlara@mty.btlconsultants.com.mxlU 3S ai2023-07-06 15:58:38ditgarciaditgarcia@vdm.btlconsultants.com.mxditgarciaBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:42:54.c6680efa-e145-57d6-98d7-1b2b37ff7c83.ditgarcia@vdm.btlconsultants.com.mx N:ditgarcia;;;; FN:ditgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ditgarcia@vdm.btlconsultants.com.mx END:VCARD ditgarcia ditgarcia@vdm.btlconsultants.com.mxQT 3M I]2023-07-06 15:58:38krubiokrubio@mor.btlconsultants.com.mxkrubioBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:41:42.bb08b1f8-ac7f-3234-bb22-3f02665f426e.krubio@mor.btlconsultants.com.mx N:krubio;;;; FN:krubio EMAIL;TYPE=INTERNET;TYPE=INTERNET:krubio@mor.btlconsultants.com.mx END:VCARD krubio krubio@mor.btlconsultants.com.mxQS 3M I]2023-07-06 15:58:38breyesbreyes@mty.btlconsultants.com.mxbreyesBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:38:21.c0efc5f4-edd0-3a35-2cd4-bf0174a37d94.breyes@mty.btlconsultants.com.mx N:breyes;;;; FN:breyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:breyes@mty.btlconsultants.com.mx END:VCARD breyes breyes@mty.btlconsultants.com.mxbR 3Q Yc2023-07-06 15:58:38osolorioosolorio@pue.btlconsultants.com.mxosolorioBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:36:55.84db5200-cff5-39ab-bcd3-727aff73b9ff.osolorio@pue.btlconsultants.com.mx N:osolorio;;;; FN:osolorio EMAIL;TYPE=INTERNET;TYPE=INTERNET:osolorio@pue.btlconsultants.com.mx END:VCARD osolorio osolorio@pu.btlconsultants.com.mxuQ 3!U !im2023-07-06 15:58:38ehernandezehernandez@oax.btlconsultants.com.mxehernandezBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:35:53.3326738e-c91e-f075-585c-0f74d9745b49.ehernandez@oax.btlconsultants.com.mx N:ehernandez;;;; FN:ehernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ehernandez@oax.btlconsultants.com.mx END:VCARD ehernandez ehernandez@oax.btlconsultants.com.mxsP 3!U !ii2023-07-06 15:58:38jvelasquezjvelasquez@ver.btlconsultants.com.mxjvelasquezBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:34:40.434ce5ad-b966-f8f8-1946-b84160d731e0.jvelasquez@ver.btlconsultants.com.mx N:jvelasquez;;;; FN:jvelasquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvelasquez@ver.btlconsultants.com.mx END:VCARD jvelasquz jvelasquz@ver.btlconsultants.com.mx K 2 Ir =K~e 3#W #qq2023-07-06 15:58:38magutierrezmagutierrez@vdm.btlconsultants.com.mxmagutierrezBEGIN:VCARD VERSION:3.0 UID:2022-11-2321:54:34.42ae562c-c6a3-ffbd-60c4-7f215bf4b9fa.magutierrez@vdm.btlconsultants.com.mx N:magutierrez;;;; FN:magutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:magutierrez@vdm.btlconsultants.com.mx END:VCARD magutierrez magutierrez@vdm.btlconsultants.com.mxld 3S ai2023-07-06 15:58:38jcalderonjcalderon@vdm.btlconsultants.com.mxjcalderonBEGIN:VCARD VERSION:3.0 UID:2022-11-2321:53:20.1354f384-1682-c39c-45f3-536df9213aa8.jcalderon@vdm.btlconsultants.com.mx N:jcalderon;;;; FN:jcalderon EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcalderon@vdm.btlconsultants.com.mx END:VCARD jcalderon jcalderon@vdm.btlconsultants.com.mx~c 3#W #qq2023-07-06 15:58:38jcgutierrezjcgutierrez@vdm.btlconsultants.com.mxjcgutierrezBEGIN:VCARD VERSION:3.0 UID:2022-11-2321:48:44.46948d6a-ad92-640d-bd2e-9a881238c48d.jcgutierrez@vdm.btlconsultants.com.mx N:jcgutierrez;;;; FN:jcgutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcgutierrez@vdm.btlconsultants.com.mx END:VCARD jcgutierrez jcgutierrez@vdm.btlconsultants.com.mxHb 3K AY2023-07-06 15:58:38ccejacceja@vdm.btlconsultants.com.mxccejaBEGIN:VCARD VERSION:3.0 UID:2022-11-2321:47:42.740b1716-41d4-8eff-29b9-ae5b0a75fa95.cceja@vdm.btlconsultants.com.mx N:cceja;;;; FN:cceja EMAIL;TYPE=INTERNET;TYPE=INTERNET:cceja@vdm.btlconsultants.com.mx END:VCARD cceja cceja@vdm.btlconsultants.com.mxca 3Q Ye2023-07-06 15:58:38jsanchezjsanchez@gto.btlconsultants.com.mxjsanchezBEGIN:VCARD VERSION:3.0 UID:2022-11-2321:46:47.3296b1d9-a7a5-a52e-d8e3-634704e302fc.jsanchez@gto.btlconsultants.com.mx N:jsanchez;;;; FN:jsanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsanchez@gto.btlconsultants.com.mx END:VCARD jsanchez jsanchez@gto.btlconsultants.com.mxc` 3Q Ye2023-07-06 15:58:38mchaviramchavira@vdm.btlconsultants.com.mxmchaviraBEGIN:VCARD VERSION:3.0 UID:2022-11-2321:46:01.47615bca-eb1a-efbb-cc02-28f0fab5b644.mchavira@vdm.btlconsultants.com.mx N:mchavira;;;; FN:mchavira EMAIL;TYPE=INTERNET;TYPE=INTERNET:mchavira@vdm.btlconsultants.com.mx END:VCARD mchavira mchavira@vdm.btlconsultants.com.mxl_ 3S ai2023-07-06 15:58:38mhernadezmhernadez@vdm.btlconsultants.com.mxmhernadezBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:53:51.deae90a0-84a7-b78f-56a3-c3f8138b076e.mhernadez@vdm.btlconsultants.com.mx N:mhernadez;;;; FN:mhernadez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mhernadez@vdm.btlconsultants.com.mx END:VCARD mhernadez mhernadez@vdm.btlconsultants.com.mxl^ 3S ai2023-07-06 15:58:38ggrajalesggrajales@ver.btlconsultants.com.mxggrajalesBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:53:31.de18ca90-f8ed-f7c2-ec7f-e8075a10d819.ggrajales@ver.btlconsultants.com.mx N:ggrajales;;;; FN:ggrajales EMAIL;TYPE=INTERNET;TYPE=INTERNET:ggrajales@ver.btlconsultants.com.mx END:VCARD ggrajales ggrajales@ver.btlconsultants.com.mxu] 3!U !im2023-07-06 15:58:38igmartinezigmartinez@vdm.btlconsultants.com.mxigmartinezBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:53:08.02bd3825-0bd4-260f-7972-e1fa5c222123.igmartinez@vdm.btlconsultants.com.mx N:igmartinez;;;; FN:igmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:igmartinez@vdm.btlconsultants.com.mx END:VCARD igmartinez igmartinez@vdm.btlconsultants.com.mxc\ 3Q Ye2023-07-06 15:58:38lnapoleslnapoles@vdm.btlconsultants.com.mxlnapolesBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:52:32.ffcc5225-6aa1-6288-537a-96bc64d8a05f.lnapoles@vdm.btlconsultants.com.mx N:lnapoles;;;; FN:lnapoles EMAIL;TYPE=INTERNET;TYPE=INTERNET:lnapoles@vdm.btlconsultants.com.mx END:VCARD lnapoles lnapoles@vdm.btlconsultants.com.mxc[ 3Q Ye2023-07-06 15:58:38vmgarciavmgarcia@vdm.btlconsultants.com.mxvmgarciaBEGIN:VCARD VERSION:3.0 UID:2022-11-2215:52:03.e242bf6f-8fa6-2542-bcc6-c481fd0bb8c3.vmgarcia@vdm.btlconsultants.com.mx N:vmgarcia;;;; FN:vmgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:vmgarcia@vdm.btlconsultants.com.mx END:VCARD vmgarcia vmgarcia@vdm.btlconsultants.com.mx  D TbZp 3O Qa2023-07-06 15:58:38cmorenocmoreno@chi.btlconsultants.com.mxcmorenoBEGIN:VCARD VERSION:3.0 UID:2022-11-2419:05:10.4908df25-93a1-b547-6099-e68323afc709.cmoreno@chi.btlconsultants.com.mx N:cmoreno;;;; FN:cmoreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmoreno@chi.btlconsultants.com.mx END:VCARD cmoreno cmoreno@chi.btlconsultants.com.mxyo 3!W !mo2023-07-06 15:58:38yhernandezyhernandez@chih.btlconsultants.com.mxyhernandezBEGIN:VCARD VERSION:3.0 UID:2022-11-2418:25:29.c6446b5e-3702-2ec4-19fe-09e98f3f2de9.yhernandez@chih.btlconsultants.com.mx N:yhernandez;;;; FN:yhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:yhernandez@chih.btlconsultants.com.mx END:VCARD yhernandez yhernandez@chih.btlconsultants.com.mxun 3!U !im2023-07-06 15:58:38c.arrezolac.arrezola@bcn.btlconsultants.com.mxc.arrezolaBEGIN:VCARD VERSION:3.0 UID:2022-11-2322:57:00.0c31aa90-9263-eefc-1454-ce4d75c48d36.c.arrezola@bcn.btlconsultants.com.mx N:c.arrezola;;;; FN:c.arrezola EMAIL;TYPE=INTERNET;TYPE=INTERNET:c.arrezola@bcn.btlconsultants.com.mx END:VCARD c.arrezola c.arrezola@bcn.btlconsultants.com.mxum 3!U !im2023-07-06 15:58:38ohernandezohernandez@vdm.btlconsultants.com.mxohernandezBEGIN:VCARD VERSION:3.0 UID:2022-11-2322:01:33.54cec64e-c765-234f-839e-beb72d32d0d7.ohernandez@vdm.btlconsultants.com.mx N:ohernandez;;;; FN:ohernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ohernandez@vdm.btlconsultants.com.mx END:VCARD ohernandez ohernandez@vdm.btlconsultants.com.mxXl 3Q Q_2023-07-06 15:58:38sperezsperez@guerr.btlconsultants.com.mxsperezBEGIN:VCARD VERSION:3.0 UID:2022-11-2322:00:31.f6219bd2-86fa-e02c-6eb4-620c1ff777dd.sperez@guerr.btlconsultants.com.mx N:sperez;;;; FN:sperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:sperez@guerr.btlconsultants.com.mx END:VCARD sperez sperez@gurr.btlconsultants.com.mxjk 3U ag2023-07-06 15:58:38ajgarciaajgarcia@guerr.btlconsultants.com.mxajgarciaBEGIN:VCARD VERSION:3.0 UID:2022-11-2321:59:44.f6bffd30-03c9-8179-306c-29c1be3bda7e.ajgarcia@guerr.btlconsultants.com.mx N:ajgarcia;;;; FN:ajgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ajgarcia@guerr.btlconsultants.com.mx END:VCARD ajgarcia ajgarcia@gurr.btlconsultants.com.mxhj 3U ac2023-07-06 15:58:38eguevaraeguevara@guerr.btlconsultants.com.mxeguevaraBEGIN:VCARD VERSION:3.0 UID:2022-11-2321:58:46.ece72b66-1d01-c6eb-1379-df0312acda8e.eguevara@guerr.btlconsultants.com.mx N:eguevara;;;; FN:eguevara EMAIL;TYPE=INTERNET;TYPE=INTERNET:eguevara@guerr.btlconsultants.com.mx END:VCARD eguvara eguvara@gurr.btlconsultants.com.mxXi 3Q Q_2023-07-06 15:58:38sromansroman@guerr.btlconsultants.com.mxsromanBEGIN:VCARD VERSION:3.0 UID:2022-11-2321:57:55.b5e384fd-6f2d-fae4-3fb2-07cd6daecec3.sroman@guerr.btlconsultants.com.mx N:sroman;;;; FN:sroman EMAIL;TYPE=INTERNET;TYPE=INTERNET:sroman@guerr.btlconsultants.com.mx END:VCARD sroman sroman@gurr.btlconsultants.com.mxZh 3O Qa2023-07-06 15:58:38dcastrodcastro@qro.btlconsultants.com.mxdcastroBEGIN:VCARD VERSION:3.0 UID:2022-11-2321:57:02.7f59a459-3e67-7036-1b34-233989bb460e.dcastro@qro.btlconsultants.com.mx N:dcastro;;;; FN:dcastro EMAIL;TYPE=INTERNET;TYPE=INTERNET:dcastro@qro.btlconsultants.com.mx END:VCARD dcastro dcastro@qro.btlconsultants.com.mxlg 3S ai2023-07-06 15:58:38bdorantesbdorantes@vdm.btlconsultants.com.mxbdorantesBEGIN:VCARD VERSION:3.0 UID:2022-11-2321:56:23.8373789c-1a67-45ee-80b4-a80297290faa.bdorantes@vdm.btlconsultants.com.mx N:bdorantes;;;; FN:bdorantes EMAIL;TYPE=INTERNET;TYPE=INTERNET:bdorantes@vdm.btlconsultants.com.mx END:VCARD bdorantes bdorantes@vdm.btlconsultants.com.mxHf 3K AY2023-07-06 15:58:38agazaagaza@mty.btlconsultants.com.mxagazaBEGIN:VCARD VERSION:3.0 UID:2022-11-2321:55:35.001f39d8-4322-13a4-1172-ef3c23ed8e4d.agaza@mty.btlconsultants.com.mx N:agaza;;;; FN:agaza EMAIL;TYPE=INTERNET;TYPE=INTERNET:agaza@mty.btlconsultants.com.mx END:VCARD agaza agaza@mty.btlconsultants.com.mx x @ j +xZ{ 3O Qa2023-07-06 15:58:38sacostasacosta@zac.btlconsultants.com.mxsacostaBEGIN:VCARD VERSION:3.0 UID:2022-11-2915:18:50.a091d4ca-b84d-f130-e4f4-cbab16dbfd8e.sacosta@zac.btlconsultants.com.mx N:sacosta;;;; FN:sacosta EMAIL;TYPE=INTERNET;TYPE=INTERNET:sacosta@zac.btlconsultants.com.mx END:VCARD sacosta sacosta@zac.btlconsultants.com.mxQz 3M I]2023-07-06 15:58:38garciagarcia@gdl.btlconsultants.com.mxgarciaBEGIN:VCARD VERSION:3.0 UID:2022-11-2915:16:51.a0b20dde-b57e-5c75-42a2-eda53d116899.garcia@gdl.btlconsultants.com.mx N:garcia;;;; FN:garcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:garcia@gdl.btlconsultants.com.mx END:VCARD garcia garcia@gdl.btlconsultants.com.mxuy 3!U !im2023-07-06 15:58:38je.cardonaje.cardona@vdm.btlconsultants.com.mxje.cardonaBEGIN:VCARD VERSION:3.0 UID:2022-11-2522:38:52.c6ab8890-5ebd-aa46-2ada-d858b8c798e6.je.cardona@vdm.btlconsultants.com.mx N:je.cardona;;;; FN:je.cardona EMAIL;TYPE=INTERNET;TYPE=INTERNET:je.cardona@vdm.btlconsultants.com.mx END:VCARD je.cardona je.cardona@vdm.btlconsultants.com.mxQx 3M I]2023-07-06 15:58:38sreyessreyes@hgo.btlconsultants.com.mxsreyesBEGIN:VCARD VERSION:3.0 UID:2022-11-2522:38:12.fffc5501-73e6-d9aa-c7de-0811c1967774.sreyes@hgo.btlconsultants.com.mx N:sreyes;;;; FN:sreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:sreyes@hgo.btlconsultants.com.mx END:VCARD sreyes sreyes@hgo.btlconsultants.com.mxw 3'[ 'u2023-07-06 15:58:38gdr.rodriguezgdr.rodriguez@gto.btlconsultants.com.mxgdr.rodriguezBEGIN:VCARD VERSION:3.0 UID:2022-11-2522:37:43.6c270420-5014-6937-c2a3-1812f7276054.gdr.rodriguez@gto.btlconsultants.com.mx N:gdr.rodriguez;;;; FN:gdr.rodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:gdr.rodriguez@gto.btlconsultants.com.mx END:VCARD gdr.rodriguz gdr.rodriguz@gto.btlconsultants.com.mxyv 3!W !mo2023-07-06 15:58:38s.alvarados.alvarado@qroo.btlconsultants.com.mxs.alvaradoBEGIN:VCARD VERSION:3.0 UID:2022-11-2519:17:34.639b33d8-1565-4d79-e6ca-281d69a74010.s.alvarado@qroo.btlconsultants.com.mx N:s.alvarado;;;; FN:s.alvarado EMAIL;TYPE=INTERNET;TYPE=INTERNET:s.alvarado@qroo.btlconsultants.com.mx END:VCARD s.alvarado s.alvarado@qroo.btlconsultants.com.mx^u 3Q Uc2023-07-06 15:58:38mvaldezmvaldez@qroo.btlconsultants.com.mxmvaldezBEGIN:VCARD VERSION:3.0 UID:2022-11-2518:22:59.bfe9d219-8ea4-2b23-e6cb-4df803523953.mvaldez@qroo.btlconsultants.com.mx N:mvaldez;;;; FN:mvaldez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mvaldez@qroo.btlconsultants.com.mx END:VCARD mvaldez mvaldez@qroo.btlconsultants.com.mxUt 3O M_2023-07-06 15:58:38bdamasbdamas@qroo.btlconsultants.com.mxbdamasBEGIN:VCARD VERSION:3.0 UID:2022-11-2518:15:45.4c4e90e0-45d8-50f1-e3f4-3276427717e5.bdamas@qroo.btlconsultants.com.mx N:bdamas;;;; FN:bdamas EMAIL;TYPE=INTERNET;TYPE=INTERNET:bdamas@qroo.btlconsultants.com.mx END:VCARD bdamas bdamas@qroo.btlconsultants.com.mxys 3!W !mo2023-07-06 15:58:38jhernandezjhernandez@chih.btlconsultants.com.mxjhernandezBEGIN:VCARD VERSION:3.0 UID:2022-11-2518:14:35.3703a193-bbf3-1854-d2b4-06f426d055e4.jhernandez@chih.btlconsultants.com.mx N:jhernandez;;;; FN:jhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jhernandez@chih.btlconsultants.com.mx END:VCARD jhernandez jhernandez@chih.btlconsultants.com.mxQr 3M I]2023-07-06 15:58:38plopezplopez@vdm.btlconsultants.com.mxplopezBEGIN:VCARD VERSION:3.0 UID:2022-11-2518:13:12.38b3c339-549c-3b5f-6a97-72459a067856.plopez@vdm.btlconsultants.com.mx N:plopez;;;; FN:plopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:plopez@vdm.btlconsultants.com.mx END:VCARD plopez plopez@vdm.btlconsultants.com.mxgq 3S ]g2023-07-06 15:58:38ojimenezojimenez@qroo.btlconsultants.com.mxojimenezBEGIN:VCARD VERSION:3.0 UID:2022-11-2518:11:53.ed45aaab-78db-b1f8-018b-68996b291631.ojimenez@qroo.btlconsultants.com.mx N:ojimenez;;;; FN:ojimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ojimenez@qroo.btlconsultants.com.mx END:VCARD ojimenez ojimenez@qroo.btlconsultants.com.mx   m &Xc 3Q Ye2023-07-06 15:58:39jreynosojreynoso@gdl.btlconsultants.com.mxjreynosoBEGIN:VCARD VERSION:3.0 UID:2022-11-3021:43:57.9740c918-7653-5f5e-62d8-291053d6cfb7.jreynoso@gdl.btlconsultants.com.mx N:jreynoso;;;; FN:jreynoso EMAIL;TYPE=INTERNET;TYPE=INTERNET:jreynoso@gdl.btlconsultants.com.mx END:VCARD jreynoso jreynoso@gdl.btlconsultants.com.mxP 3M I[2023-07-06 15:58:39i.sotoi.soto@pue.btlconsultants.com.mxi.sotoBEGIN:VCARD VERSION:3.0 UID:2022-11-3018:57:23.b4a7bcea-d36d-ee89-7e7c-1d172442cd2d.i.soto@pue.btlconsultants.com.mx N:i.soto;;;; FN:i.soto EMAIL;TYPE=INTERNET;TYPE=INTERNET:i.soto@pue.btlconsultants.com.mx END:VCARD i.soto i.soto@pu.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:39emaciasemacias@gdl.btlconsultants.com.mxemaciasBEGIN:VCARD VERSION:3.0 UID:2022-11-3018:27:01.50d07079-5c9b-6465-a484-cb647f8b8a4f.emacias@gdl.btlconsultants.com.mx N:emacias;;;; FN:emacias EMAIL;TYPE=INTERNET;TYPE=INTERNET:emacias@gdl.btlconsultants.com.mx END:VCARD emacias emacias@gdl.btlconsultants.com.mxl 3S ai2023-07-06 15:58:38jjherrerajjherrera@slp.btlconsultants.com.mxjjherreraBEGIN:VCARD VERSION:3.0 UID:2022-11-2923:03:25.0369d666-a5ac-dce9-3068-2d5fcdaa4531.jjherrera@slp.btlconsultants.com.mx N:jjherrera;;;; FN:jjherrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:jjherrera@slp.btlconsultants.com.mx END:VCARD jjherrera jjherrera@slp.btlconsultants.com.mxl 3S ai2023-07-06 15:58:38jolivarezjolivarez@vdm.btlconsultants.com.mxjolivarezBEGIN:VCARD VERSION:3.0 UID:2022-11-2923:02:44.5b2fc626-e0f5-2a5d-355c-1fa39301e6c2.jolivarez@vdm.btlconsultants.com.mx N:jolivarez;;;; FN:jolivarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jolivarez@vdm.btlconsultants.com.mx END:VCARD jolivarez jolivarez@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:58:38ecisnerosecisneros@slp.btlconsultants.com.mxecisnerosBEGIN:VCARD VERSION:3.0 UID:2022-11-2923:02:01.f724258d-ba4d-d561-b625-d546fb8b4b7c.ecisneros@slp.btlconsultants.com.mx N:ecisneros;;;; FN:ecisneros EMAIL;TYPE=INTERNET;TYPE=INTERNET:ecisneros@slp.btlconsultants.com.mx END:VCARD ecisneros ecisneros@slp.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:38jblancasjblancas@gdl.btlconsultants.com.mxjblancasBEGIN:VCARD VERSION:3.0 UID:2022-11-2923:01:22.24e5688e-37b9-06d1-3470-ec3878eade41.jblancas@gdl.btlconsultants.com.mx N:jblancas;;;; FN:jblancas EMAIL;TYPE=INTERNET;TYPE=INTERNET:jblancas@gdl.btlconsultants.com.mx END:VCARD jblancas jblancas@gdl.btlconsultants.com.mxH 3K AY2023-07-06 15:58:38eruizeruiz@vdm.btlconsultants.com.mxeruizBEGIN:VCARD VERSION:3.0 UID:2022-11-2923:00:46.bc403531-37ea-5561-6b69-2274b740d3b2.eruiz@vdm.btlconsultants.com.mx N:eruiz;;;; FN:eruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:eruiz@vdm.btlconsultants.com.mx END:VCARD eruiz eruiz@vdm.btlconsultants.com.mxZ~ 3O Qa2023-07-06 15:58:38b.ramosb.ramos@vdm.btlconsultants.com.mxb.ramosBEGIN:VCARD VERSION:3.0 UID:2022-11-2922:59:52.9987832f-01dc-dcdf-2b0a-f7d95a7d28dd.b.ramos@vdm.btlconsultants.com.mx N:b.ramos;;;; FN:b.ramos EMAIL;TYPE=INTERNET;TYPE=INTERNET:b.ramos@vdm.btlconsultants.com.mx END:VCARD b.ramos b.ramos@vdm.btlconsultants.com.mxl} 3S ai2023-07-06 15:58:38bmartinezbmartinez@ver.btlconsultants.com.mxbmartinezBEGIN:VCARD VERSION:3.0 UID:2022-11-2917:11:04.d68ec859-d511-1983-e787-c08f58cce7a3.bmartinez@ver.btlconsultants.com.mx N:bmartinez;;;; FN:bmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:bmartinez@ver.btlconsultants.com.mx END:VCARD bmartinez bmartinez@ver.btlconsultants.com.mxu| 3!U !im2023-07-06 15:58:38c.ibarrazac.ibarraza@vdm.btlconsultants.com.mxc.ibarrazaBEGIN:VCARD VERSION:3.0 UID:2022-11-2915:19:49.5df55342-57c5-abe1-1d40-12ac7151b31a.c.ibarraza@vdm.btlconsultants.com.mx N:c.ibarraza;;;; FN:c.ibarraza EMAIL;TYPE=INTERNET;TYPE=INTERNET:c.ibarraza@vdm.btlconsultants.com.mx END:VCARD c.ibarraza c.ibarraza@vdm.btlconsultants.com.mx  + Ddrl 3S ai2023-07-06 15:58:39cmartinezcmartinez@ver.btlconsultants.com.mxcmartinezBEGIN:VCARD VERSION:3.0 UID:2022-12-0222:45:49.66db6865-2e15-143b-00ed-cff94a32434e.cmartinez@ver.btlconsultants.com.mx N:cmartinez;;;; FN:cmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmartinez@ver.btlconsultants.com.mx END:VCARD cmartinez cmartinez@ver.btlconsultants.com.mx~ 3#W #qq2023-07-06 15:58:39eo.monsalvoeo.monsalvo@vdm.btlconsultants.com.mxeo.monsalvoBEGIN:VCARD VERSION:3.0 UID:2022-12-0221:51:09.c93ee88d-6100-4286-465a-849b8898f384.eo.monsalvo@vdm.btlconsultants.com.mx N:eo.monsalvo;;;; FN:eo.monsalvo EMAIL;TYPE=INTERNET;TYPE=INTERNET:eo.monsalvo@vdm.btlconsultants.com.mx END:VCARD eo.monsalvo eo.monsalvo@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:58:39lmelendezlmelendez@mty.btlconsultants.com.mxlmelendezBEGIN:VCARD VERSION:3.0 UID:2022-12-0221:09:33.a7dc601a-d970-2081-0ce0-3409bc13270a.lmelendez@mty.btlconsultants.com.mx N:lmelendez;;;; FN:lmelendez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lmelendez@mty.btlconsultants.com.mx END:VCARD lmelendez lmelendez@mty.btlconsultants.com.mx~ 3#W #qq2023-07-06 15:58:39cmazariegoscmazariegos@chi.btlconsultants.com.mxcmazariegosBEGIN:VCARD VERSION:3.0 UID:2022-12-0219:59:32.7d9b4ba2-01d5-f23a-9b12-573cb9279908.cmazariegos@chi.btlconsultants.com.mx N:cmazariegos;;;; FN:cmazariegos EMAIL;TYPE=INTERNET;TYPE=INTERNET:cmazariegos@chi.btlconsultants.com.mx END:VCARD cmazariegos cmazariegos@chi.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:39zentzanazentzana@vdm.btlconsultants.com.mxzentzanaBEGIN:VCARD VERSION:3.0 UID:2022-12-0122:43:04.5b158cb1-864d-837c-6035-2263c938bdfe.zentzana@vdm.btlconsultants.com.mx N:zentzana;;;; FN:zentzana EMAIL;TYPE=INTERNET;TYPE=INTERNET:zentzana@vdm.btlconsultants.com.mx END:VCARD zentzana zentzana@vdm.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:39jdelagarzajdelagarza@mty.btlconsultants.com.mxjdelagarzaBEGIN:VCARD VERSION:3.0 UID:2022-12-0121:38:23.09c47135-f7eb-cdd4-aa54-d090faf88239.jdelagarza@mty.btlconsultants.com.mx N:jdelagarza;;;; FN:jdelagarza EMAIL;TYPE=INTERNET;TYPE=INTERNET:jdelagarza@mty.btlconsultants.com.mx END:VCARD jdelagarza jdelagarza@mty.btlconsultants.com.mxs 3W ik2023-07-06 15:58:39shernadezshernadez@guerr.btlconsultants.com.mxshernadezBEGIN:VCARD VERSION:3.0 UID:2022-12-0119:41:44.a13d75d0-1fac-7c3d-31a2-f01d00f719b5.shernadez@guerr.btlconsultants.com.mx N:shernadez;;;; FN:shernadez EMAIL;TYPE=INTERNET;TYPE=INTERNET:shernadez@guerr.btlconsultants.com.mx END:VCARD shernadez shernadez@gurr.btlconsultants.com.mxl 3S ai2023-07-06 15:58:39omontalvoomontalvo@vdm.btlconsultants.com.mxomontalvoBEGIN:VCARD VERSION:3.0 UID:2022-11-3022:21:09.d64f1037-05d2-31c7-2719-4cae97a485a0.omontalvo@vdm.btlconsultants.com.mx N:omontalvo;;;; FN:omontalvo EMAIL;TYPE=INTERNET;TYPE=INTERNET:omontalvo@vdm.btlconsultants.com.mx END:VCARD omontalvo omontalvo@vdm.btlconsultants.com.mxk 3S ag2023-07-06 15:58:39mframirezmframirez@pue.btlconsultants.com.mxmframirezBEGIN:VCARD VERSION:3.0 UID:2022-11-3021:46:02.f306fdc6-5b41-15fe-c238-9b3bf0a851de.mframirez@pue.btlconsultants.com.mx N:mframirez;;;; FN:mframirez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mframirez@pue.btlconsultants.com.mx END:VCARD mframirez mframirez@pu.btlconsultants.com.mxb 3Q Yc2023-07-06 15:58:39a.romeroa.romero@pue.btlconsultants.com.mxa.romeroBEGIN:VCARD VERSION:3.0 UID:2022-11-3021:44:56.ea03bf06-3d2d-29cc-bf02-b69205961c76.a.romero@pue.btlconsultants.com.mx N:a.romero;;;; FN:a.romero EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.romero@pue.btlconsultants.com.mx END:VCARD a.romero a.romero@pu.btlconsultants.com.mx  ) B}Qu 3!U !im2023-07-06 15:58:39h.arellanoh.arellano@slp.btlconsultants.com.mxh.arellanoBEGIN:VCARD VERSION:3.0 UID:2022-12-0621:52:22.77fd36d3-e43e-bb0c-ab70-b9fb16a2557e.h.arellano@slp.btlconsultants.com.mx N:h.arellano;;;; FN:h.arellano EMAIL;TYPE=INTERNET;TYPE=INTERNET:h.arellano@slp.btlconsultants.com.mx END:VCARD h.arellano h.arellano@slp.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:39rsaucedarsauceda@mty.btlconsultants.com.mxrsaucedaBEGIN:VCARD VERSION:3.0 UID:2022-12-0621:50:01.7f119585-5202-bd6d-469b-e0efc94d9b23.rsauceda@mty.btlconsultants.com.mx N:rsauceda;;;; FN:rsauceda EMAIL;TYPE=INTERNET;TYPE=INTERNET:rsauceda@mty.btlconsultants.com.mx END:VCARD rsauceda rsauceda@mty.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:39jbarronjbarron@vdm.btlconsultants.com.mxjbarronBEGIN:VCARD VERSION:3.0 UID:2022-12-0621:20:50.36c1951c-32da-dfeb-76e6-8306475eded4.jbarron@vdm.btlconsultants.com.mx N:jbarron;;;; FN:jbarron EMAIL;TYPE=INTERNET;TYPE=INTERNET:jbarron@vdm.btlconsultants.com.mx END:VCARD jbarron jbarron@vdm.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:39drosalesdrosales@gdl.btlconsultants.com.mxdrosalesBEGIN:VCARD VERSION:3.0 UID:2022-12-0621:20:28.857f196b-fafb-8936-ba4d-c6b423a07040.drosales@gdl.btlconsultants.com.mx N:drosales;;;; FN:drosales EMAIL;TYPE=INTERNET;TYPE=INTERNET:drosales@gdl.btlconsultants.com.mx END:VCARD drosales drosales@gdl.btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:39ddamasoddamaso@ver.btlconsultants.com.mxddamasoBEGIN:VCARD VERSION:3.0 UID:2022-12-0619:31:28.f66e1ba7-2f96-40ef-48e7-2d59dbd2b23e.ddamaso@ver.btlconsultants.com.mx N:ddamaso;;;; FN:ddamaso EMAIL;TYPE=INTERNET;TYPE=INTERNET:ddamaso@ver.btlconsultants.com.mx END:VCARD ddamaso ddamaso@ver.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:39aaguilaraaguilar@chi.btlconsultants.com.mxaaguilarBEGIN:VCARD VERSION:3.0 UID:2022-12-0617:30:29.024f79b1-108b-de7a-8558-ad40f89dfecf.aaguilar@chi.btlconsultants.com.mx N:aaguilar;;;; FN:aaguilar EMAIL;TYPE=INTERNET;TYPE=INTERNET:aaguilar@chi.btlconsultants.com.mx END:VCARD aaguilar aaguilar@chi.btlconsultants.com.mxs 3!U !ii2023-07-06 15:58:39arodriguezarodriguez@ags.btlconsultants.com.mxarodriguezBEGIN:VCARD VERSION:3.0 UID:2022-12-0523:04:25.45a9080b-1fb6-2660-af92-cc920d448ddc.arodriguez@ags.btlconsultants.com.mx N:arodriguez;;;; FN:arodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:arodriguez@ags.btlconsultants.com.mx END:VCARD arodriguz arodriguz@ags.btlconsultants.com.mxl 3S ai2023-07-06 15:58:39h.aguirreh.aguirre@mty.btlconsultants.com.mxh.aguirreBEGIN:VCARD VERSION:3.0 UID:2022-12-0522:07:10.d392d8f0-50d2-50ea-3c9b-bc85924c429b.h.aguirre@mty.btlconsultants.com.mx N:h.aguirre;;;; FN:h.aguirre EMAIL;TYPE=INTERNET;TYPE=INTERNET:h.aguirre@mty.btlconsultants.com.mx END:VCARD h.aguirre h.aguirre@mty.btlconsultants.com.mxl 3S ai2023-07-06 15:58:39rgonzalezrgonzalez@mty.btlconsultants.com.mxrgonzalezBEGIN:VCARD VERSION:3.0 UID:2022-12-0522:01:07.e0ad21d4-b938-f8e3-74c7-d7dc21b1676d.rgonzalez@mty.btlconsultants.com.mx N:rgonzalez;;;; FN:rgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rgonzalez@mty.btlconsultants.com.mx END:VCARD rgonzalez rgonzalez@mty.btlconsultants.com.mxc 3Q Ye2023-07-06 15:58:39jfnajerajfnajera@ver.btlconsultants.com.mxjfnajeraBEGIN:VCARD VERSION:3.0 UID:2022-12-0515:59:32.0d3f32d6-f952-1100-05d8-aec458e97d43.jfnajera@ver.btlconsultants.com.mx N:jfnajera;;;; FN:jfnajera EMAIL;TYPE=INTERNET;TYPE=INTERNET:jfnajera@ver.btlconsultants.com.mx END:VCARD jfnajera jfnajera@ver.btlconsultants.com.mx q J  6ql$ 3S ai2023-07-06 15:58:39asandovalasandoval@vdm.btlconsultants.com.mxasandovalBEGIN:VCARD VERSION:3.0 UID:2022-12-0723:00:13.340cd5e9-cffb-3486-779a-7672ad2a10a1.asandoval@vdm.btlconsultants.com.mx N:asandoval;;;; FN:asandoval EMAIL;TYPE=INTERNET;TYPE=INTERNET:asandoval@vdm.btlconsultants.com.mx END:VCARD asandoval asandoval@vdm.btlconsultants.com.mxQ# 3M I]2023-07-06 15:58:39areyesareyes@slp.btlconsultants.com.mxareyesBEGIN:VCARD VERSION:3.0 UID:2022-12-0722:16:03.accbda7a-2004-f48c-ef84-653865e288af.areyes@slp.btlconsultants.com.mx N:areyes;;;; FN:areyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:areyes@slp.btlconsultants.com.mx END:VCARD areyes areyes@slp.btlconsultants.com.mxb" 3Q Yc2023-07-06 15:58:39lpalafoxlpalafox@pue.btlconsultants.com.mxlpalafoxBEGIN:VCARD VERSION:3.0 UID:2022-12-0719:38:03.a33e5cbc-2270-1b70-e89f-dc1c9a586df2.lpalafox@pue.btlconsultants.com.mx N:lpalafox;;;; FN:lpalafox EMAIL;TYPE=INTERNET;TYPE=INTERNET:lpalafox@pue.btlconsultants.com.mx END:VCARD lpalafox lpalafox@pu.btlconsultants.com.mxl! 3S ai2023-07-06 15:58:39ce.roblesce.robles@qro.btlconsultants.com.mxce.roblesBEGIN:VCARD VERSION:3.0 UID:2022-12-0719:37:10.579e7c69-0d37-ec54-4c1d-01af505152c3.ce.robles@qro.btlconsultants.com.mx N:ce.robles;;;; FN:ce.robles EMAIL;TYPE=INTERNET;TYPE=INTERNET:ce.robles@qro.btlconsultants.com.mx END:VCARD ce.robles ce.robles@qro.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:39m.arellanom.arellano@vdm.btlconsultants.com.mxm.arellanoBEGIN:VCARD VERSION:3.0 UID:2022-12-0719:36:11.0c184e14-e3c5-9b8f-5e59-d0383161c830.m.arellano@vdm.btlconsultants.com.mx N:m.arellano;;;; FN:m.arellano EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.arellano@vdm.btlconsultants.com.mx END:VCARD m.arellano m.arellano@vdm.btlconsultants.com.mxu 3!U !im2023-07-06 15:58:39lfernandezlfernandez@vdm.btlconsultants.com.mxlfernandezBEGIN:VCARD VERSION:3.0 UID:2022-12-0719:35:23.f26ad55e-3b6b-bda5-4737-3a68771917fe.lfernandez@vdm.btlconsultants.com.mx N:lfernandez;;;; FN:lfernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:lfernandez@vdm.btlconsultants.com.mx END:VCARD lfernandez lfernandez@vdm.btlconsultants.com.mxH 3K AY2023-07-06 15:58:39hrioshrios@mer.btlconsultants.com.mxhriosBEGIN:VCARD VERSION:3.0 UID:2022-12-0719:34:04.31294cf3-02ac-203b-6710-4145d36dd2c7.hrios@mer.btlconsultants.com.mx N:hrios;;;; FN:hrios EMAIL;TYPE=INTERNET;TYPE=INTERNET:hrios@mer.btlconsultants.com.mx END:VCARD hrios hrios@mer.btlconsultants.com.mxQ 3M I]2023-07-06 15:58:39sceronsceron@vdm.btlconsultants.com.mxsceronBEGIN:VCARD VERSION:3.0 UID:2022-12-0718:48:43.92b92844-0fb9-ab74-d43e-027acedc4518.sceron@vdm.btlconsultants.com.mx N:sceron;;;; FN:sceron EMAIL;TYPE=INTERNET;TYPE=INTERNET:sceron@vdm.btlconsultants.com.mx END:VCARD sceron sceron@vdm.btlconsultants.com.mxl 3S ai2023-07-06 15:58:39j.almanzaj.almanza@sin.btlconsultants.com.mxj.almanzaBEGIN:VCARD VERSION:3.0 UID:2022-12-0718:47:40.dab9e129-2e45-808f-b90f-19806bd00645.j.almanza@sin.btlconsultants.com.mx N:j.almanza;;;; FN:j.almanza EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.almanza@sin.btlconsultants.com.mx END:VCARD j.almanza j.almanza@sin.btlconsultants.com.mxm 3?k ?Q!2023-07-06 15:58:39carlos.robles.provisionalcarlos.robles.provisional@btlconsultants.com.mxcarlos.robles.provisionalBEGIN:VCARD VERSION:3.0 UID:2022-12-0718:25:06.6bc17dd7-bf3e-b7ac-509d-b4c7c8311f84.carlos.robles.provisional@btlconsultants.com.mx N:carlos.robles.provisional;;;; FN:carlos.robles.provisional EMAIL;TYPE=INTERNET;TYPE=INTERNET:carlos.robles.provisional@btlconsultants.com.mx END:VCARD carlos.robles.provisional carlos.robles.provisional@btlconsultants.com.mx }{tmf_XQJC<5.'  xqjc\UNG@92+$ | u n g ` Y R K D = 6 / ( !    y r k d ] V O H A : 3 , %     } v o h a Z S L E > 7 0 ) "    z s l e ^ W P I B ; 4 - &     ~ w p i b [ T M F ? 8 1 * #     {tmf_XQJC<5.'  xqjc\UNG@92+$|ung`YRKD=6/(! yrkd]VOHA:3,% }  a  `  _  ^  ]  \  [  Z  Y  X  W  V  U  T  S  R  Q  P  O  N  M  L  K  J  I  H  G  F  E  D  C  B  A  @  ?  >  =  <  ;  :  9  8  7  6  5  4  3  2  1  0  /  .  -  ,  +  *  )  (  '  &  %  $  #  "  !                                                                                                                                                                                                                                                                                                                                      ~  }  |  {  z  y  x  w  v  u  t  s  r  q  p  o  n  m  l  k  j  i  h  g  f  e  d  c  b  a  `  _  ^  ]  \  [  Z  Y  X  W  V  U  T  S  R  Q  P  O  N  M  L  K  J  I  H  G  F  E  D  C  B  A  @  ?  >  =  <  ;  :  9  8  7  6  5  4  3  2  1  0  /  .  -  ,  +  *  )  (  '  &  %  $  #  "  !                                                                                                                                                                                                        \  Pq:\c/ 3Q Ye2023-07-06 15:58:40j.orozcoj.orozco@zac.btlconsultants.com.mxj.orozcoBEGIN:VCARD VERSION:3.0 UID:2022-12-1318:03:35.79a224d3-cb16-d688-fb83-3bce59c53e3f.j.orozco@zac.btlconsultants.com.mx N:j.orozco;;;; FN:j.orozco EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.orozco@zac.btlconsultants.com.mx END:VCARD j.orozco j.orozco@zac.btlconsultants.com.mxs. 3!U !ii2023-07-06 15:58:40jrodriguezjrodriguez@mor.btlconsultants.com.mxjrodriguezBEGIN:VCARD VERSION:3.0 UID:2022-12-1318:02:58.c8f7d60b-48db-9b13-73d7-e2d5cf9aa16b.jrodriguez@mor.btlconsultants.com.mx N:jrodriguez;;;; FN:jrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jrodriguez@mor.btlconsultants.com.mx END:VCARD jrodriguz jrodriguz@mor.btlconsultants.com.mx~- 3#W #qq2023-07-06 15:58:40oarmendarizoarmendariz@mty.btlconsultants.com.mxoarmendarizBEGIN:VCARD VERSION:3.0 UID:2022-12-1318:02:30.5e7e52c1-610e-b331-d131-14ac3652efce.oarmendariz@mty.btlconsultants.com.mx N:oarmendariz;;;; FN:oarmendariz EMAIL;TYPE=INTERNET;TYPE=INTERNET:oarmendariz@mty.btlconsultants.com.mx END:VCARD oarmendariz oarmendariz@mty.btlconsultants.com.mx8, 3C 1Q2023-07-06 15:58:40jlunajluna@btlconsultants.com.mxjlunaBEGIN:VCARD VERSION:3.0 UID:2022-12-1317:34:32.3f111514-858e-d57e-c21a-e4fa9f710cdd.jluna@btlconsultants.com.mx N:jluna;;;; FN:jluna EMAIL;TYPE=INTERNET;TYPE=INTERNET:jluna@btlconsultants.com.mx END:VCARD jluna jluna@btlconsultants.com.mxu+ 3!U !im2023-07-06 15:58:40bhernandezbhernandez@gdl.btlconsultants.com.mxbhernandezBEGIN:VCARD VERSION:3.0 UID:2022-12-1219:58:15.0e651e68-848a-262a-3597-5a9e9e51cd2f.bhernandez@gdl.btlconsultants.com.mx N:bhernandez;;;; FN:bhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:bhernandez@gdl.btlconsultants.com.mx END:VCARD bhernandez bhernandez@gdl.btlconsultants.com.mxl* 3S ai2023-07-06 15:58:40r.moralesr.morales@qro.btlconsultants.com.mxr.moralesBEGIN:VCARD VERSION:3.0 UID:2022-12-0917:49:17.e6133a84-66b6-1dda-c6f2-2c2697e0aa59.r.morales@qro.btlconsultants.com.mx N:r.morales;;;; FN:r.morales EMAIL;TYPE=INTERNET;TYPE=INTERNET:r.morales@qro.btlconsultants.com.mx END:VCARD r.morales r.morales@qro.btlconsultants.com.mxk) 3S ag2023-07-06 15:58:40smartinezsmartinez@pue.btlconsultants.com.mxsmartinezBEGIN:VCARD VERSION:3.0 UID:2022-12-0900:24:45.e969ab34-5a49-740b-99a4-d6848295bd10.smartinez@pue.btlconsultants.com.mx N:smartinez;;;; FN:smartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:smartinez@pue.btlconsultants.com.mx END:VCARD smartinez smartinez@pu.btlconsultants.com.mxa( 3Q Ya2023-07-06 15:58:40jvazquezjvazquez@zac.btlconsultants.com.mxjvazquezBEGIN:VCARD VERSION:3.0 UID:2022-12-0822:11:51.3bb0eb17-6cdf-72c9-41a9-40d3ddf4730f.jvazquez@zac.btlconsultants.com.mx N:jvazquez;;;; FN:jvazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvazquez@zac.btlconsultants.com.mx END:VCARD jvazquz jvazquz@zac.btlconsultants.com.mxZ' 3O Qa2023-07-06 15:58:40jtorresjtorres@mor.btlconsultants.com.mxjtorresBEGIN:VCARD VERSION:3.0 UID:2022-12-0821:57:09.f02edfca-2dc9-91a4-2b7e-10c476eb467d.jtorres@mor.btlconsultants.com.mx N:jtorres;;;; FN:jtorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:jtorres@mor.btlconsultants.com.mx END:VCARD jtorres jtorres@mor.btlconsultants.com.mx~& 3#W #qq2023-07-06 15:58:40m_gutierrezm_gutierrez@vdm.btlconsultants.com.mxm_gutierrezBEGIN:VCARD VERSION:3.0 UID:2022-12-0821:56:33.341ca017-2af4-015e-46a0-c127e04f2a2f.m_gutierrez@vdm.btlconsultants.com.mx N:m_gutierrez;;;; FN:m_gutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:m_gutierrez@vdm.btlconsultants.com.mx END:VCARD m_gutierrez m_gutierrez@vdm.btlconsultants.com.mxg% 3S ]g2023-07-06 15:58:39mnolascomnolasco@coah.btlconsultants.com.mxmnolascoBEGIN:VCARD VERSION:3.0 UID:2022-12-0818:30:41.3d0084cd-7b9c-ed25-4e16-3d728d58594a.mnolasco@coah.btlconsultants.com.mx N:mnolasco;;;; FN:mnolasco EMAIL;TYPE=INTERNET;TYPE=INTERNET:mnolasco@coah.btlconsultants.com.mx END:VCARD mnolasco mnolasco@coah.btlconsultants.com.mx  D  (cu: 3!U !im2023-07-06 15:58:40mcervantesmcervantes@gto.btlconsultants.com.mxmcervantesBEGIN:VCARD VERSION:3.0 UID:2022-12-1623:01:08.36158e7e-47c3-1c4f-3876-4f82f08952b4.mcervantes@gto.btlconsultants.com.mx N:mcervantes;;;; FN:mcervantes EMAIL;TYPE=INTERNET;TYPE=INTERNET:mcervantes@gto.btlconsultants.com.mx END:VCARD mcervantes mcervantes@gto.btlconsultants.com.mxc9 3Q Ye2023-07-06 15:58:40a.toledoa.toledo@vdm.btlconsultants.com.mxa.toledoBEGIN:VCARD VERSION:3.0 UID:2022-12-1623:00:38.6fb73a4e-9c45-6a1e-9ca4-151f4f919aee.a.toledo@vdm.btlconsultants.com.mx N:a.toledo;;;; FN:a.toledo EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.toledo@vdm.btlconsultants.com.mx END:VCARD a.toledo a.toledo@vdm.btlconsultants.com.mxl8 3S ai2023-07-06 15:58:40echamarroechamarro@vdm.btlconsultants.com.mxechamarroBEGIN:VCARD VERSION:3.0 UID:2022-12-1622:59:55.1953266a-3551-0c2c-7d26-47bdeb26d53f.echamarro@vdm.btlconsultants.com.mx N:echamarro;;;; FN:echamarro EMAIL;TYPE=INTERNET;TYPE=INTERNET:echamarro@vdm.btlconsultants.com.mx END:VCARD echamarro echamarro@vdm.btlconsultants.com.mxQ7 3M I]2023-07-06 15:58:40erivaserivas@vdm.btlconsultants.com.mxerivasBEGIN:VCARD VERSION:3.0 UID:2022-12-1622:58:08.b807531c-6f20-3dab-9a8c-2d33a86922dc.erivas@vdm.btlconsultants.com.mx N:erivas;;;; FN:erivas EMAIL;TYPE=INTERNET;TYPE=INTERNET:erivas@vdm.btlconsultants.com.mx END:VCARD erivas erivas@vdm.btlconsultants.com.mx~6 3#W #qq2023-07-06 15:58:40iphernandeziphernandez@vdm.btlconsultants.com.mxiphernandezBEGIN:VCARD VERSION:3.0 UID:2022-12-1622:02:21.428d84e7-291c-c50f-c87a-7f310c7f121b.iphernandez@vdm.btlconsultants.com.mx N:iphernandez;;;; FN:iphernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:iphernandez@vdm.btlconsultants.com.mx END:VCARD iphernandez iphernandez@vdm.btlconsultants.com.mxa5 3Q Ya2023-07-06 15:58:40cquezadacquezada@vdm.btlconsultants.com.mxcquezadaBEGIN:VCARD VERSION:3.0 UID:2022-12-1521:50:34.adb8b6ba-36f4-91b8-4717-811438dfdc69.cquezada@vdm.btlconsultants.com.mx N:cquezada;;;; FN:cquezada EMAIL;TYPE=INTERNET;TYPE=INTERNET:cquezada@vdm.btlconsultants.com.mx END:VCARD cquzada cquzada@vdm.btlconsultants.com.mxl4 3S ai2023-07-06 15:58:40eelizaldeeelizalde@vdm.btlconsultants.com.mxeelizaldeBEGIN:VCARD VERSION:3.0 UID:2022-12-1521:49:54.39db5e85-a152-b2e9-fb69-d45458a50f2e.eelizalde@vdm.btlconsultants.com.mx N:eelizalde;;;; FN:eelizalde EMAIL;TYPE=INTERNET;TYPE=INTERNET:eelizalde@vdm.btlconsultants.com.mx END:VCARD eelizalde eelizalde@vdm.btlconsultants.com.mxc3 3Q Ye2023-07-06 15:58:40aandradeaandrade@gdl.btlconsultants.com.mxaandradeBEGIN:VCARD VERSION:3.0 UID:2022-12-1419:20:14.49b17994-67d6-91a1-8e38-3d1a6a7cf036.aandrade@gdl.btlconsultants.com.mx N:aandrade;;;; FN:aandrade EMAIL;TYPE=INTERNET;TYPE=INTERNET:aandrade@gdl.btlconsultants.com.mx END:VCARD aandrade aandrade@gdl.btlconsultants.com.mxZ2 3O Qa2023-07-06 15:58:40omolinaomolina@vdm.btlconsultants.com.mxomolinaBEGIN:VCARD VERSION:3.0 UID:2022-12-1322:29:54.d9db8a7c-b029-2b55-3ece-ca5a1a56e610.omolina@vdm.btlconsultants.com.mx N:omolina;;;; FN:omolina EMAIL;TYPE=INTERNET;TYPE=INTERNET:omolina@vdm.btlconsultants.com.mx END:VCARD omolina omolina@vdm.btlconsultants.com.mxQ1 3M I]2023-07-06 15:58:40lreyeslreyes@oax.btlconsultants.com.mxlreyesBEGIN:VCARD VERSION:3.0 UID:2022-12-1321:59:25.b04e18bf-f2c0-1510-d263-8dcadbb0e57a.lreyes@oax.btlconsultants.com.mx N:lreyes;;;; FN:lreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:lreyes@oax.btlconsultants.com.mx END:VCARD lreyes lreyes@oax.btlconsultants.com.mxc0 3Q Ye2023-07-06 15:58:40gsorianogsoriano@gdl.btlconsultants.com.mxgsorianoBEGIN:VCARD VERSION:3.0 UID:2022-12-1319:02:45.c59b2393-e671-987b-8c89-741f2c5e2ef1.gsoriano@gdl.btlconsultants.com.mx N:gsoriano;;;; FN:gsoriano EMAIL;TYPE=INTERNET;TYPE=INTERNET:gsoriano@gdl.btlconsultants.com.mx END:VCARD gsoriano gsoriano@gdl.btlconsultants.com.mx  tX< x\@$ | ` D ( d H ,  h L 0  l P 4  p T 8  tX< x\@$|`D( dH,hL0lP4pT8tX< @ 3 @2023-07-06 15:58:43? 3 ?2023-07-06 15:58:43> 3 >2023-07-06 15:58:43= 3 =2023-07-06 15:58:43< 3 <2023-07-06 15:58:43; 3 ;2023-07-06 15:58:43: 3 :2023-07-06 15:58:439 3 92023-07-06 15:58:438 3 82023-07-06 15:58:437 3 72023-07-06 15:58:436 3 62023-07-06 15:58:435 3 52023-07-06 15:58:434 3 42023-07-06 15:58:423 3 32023-07-06 15:58:422 3 22023-07-06 15:58:421 3 12023-07-06 15:58:420 3 02023-07-06 15:58:42/ 3 /2023-07-06 15:58:42. 3 .2023-07-06 15:58:42- 3 -2023-07-06 15:58:42, 3 ,2023-07-06 15:58:42+ 3 +2023-07-06 15:58:42* 3 *2023-07-06 15:58:42) 3 )2023-07-06 15:58:42( 3 (2023-07-06 15:58:42' 3 '2023-07-06 15:58:42& 3 &2023-07-06 15:58:42% 3 %2023-07-06 15:58:42$ 3 $2023-07-06 15:58:42# 3 #2023-07-06 15:58:42" 3 "2023-07-06 15:58:42! 3 !2023-07-06 15:58:42  3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42  3 2023-07-06 15:58:42  3 2023-07-06 15:58:42  3 2023-07-06 15:58:42  3 2023-07-06 15:58:42  3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:42 3 2023-07-06 15:58:41 3 2023-07-06 15:58:41 3 2023-07-06 15:58:41 3 2023-07-06 15:58:41~ 3 2023-07-06 15:58:41} 3 2023-07-06 15:58:41| 3 2023-07-06 15:58:41{ 3 2023-07-06 15:58:41z 3 2023-07-06 15:58:41y 3 2023-07-06 15:58:41x 3 2023-07-06 15:58:41w 3 2023-07-06 15:58:41v 3 2023-07-06 15:58:41u 3 2023-07-06 15:58:41t 3 2023-07-06 15:58:41s 3 2023-07-06 15:58:41r 3 2023-07-06 15:58:41q 3 2023-07-06 15:58:41p 3 2023-07-06 15:58:41o 3 2023-07-06 15:58:41n 3 2023-07-06 15:58:41m 3 2023-07-06 15:58:41l 3 2023-07-06 15:58:41k 3 2023-07-06 15:58:41j 3 2023-07-06 15:58:41i 3 2023-07-06 15:58:41h 3 2023-07-06 15:58:41g 3 2023-07-06 15:58:41f 3 2023-07-06 15:58:41e 3 2023-07-06 15:58:41d 3 2023-07-06 15:58:41c 3 2023-07-06 15:58:41b 3 2023-07-06 15:58:41a 3 2023-07-06 15:58:41` 3 2023-07-06 15:58:41_ 3 2023-07-06 15:58:41^ 3 2023-07-06 15:58:40] 3 2023-07-06 15:58:40\ 3 2023-07-06 15:58:40[ 3 2023-07-06 15:58:40Z 3 2023-07-06 15:58:40Y 3 2023-07-06 15:58:40X 3 2023-07-06 15:58:40W 3 2023-07-06 15:58:40V 3 2023-07-06 15:58:40U 3 2023-07-06 15:58:40T 3 2023-07-06 15:58:40S 3 2023-07-06 15:58:40R 3 2023-07-06 15:58:40Q 3 2023-07-06 15:58:40P 3 2023-07-06 15:58:40O 3 2023-07-06 15:58:40N 3 2023-07-06 15:58:40M 3 2023-07-06 15:58:40L 3 2023-07-06 15:58:40K 3 2023-07-06 15:58:40J 3 2023-07-06 15:58:40I 3 2023-07-06 15:58:40H 3 2023-07-06 15:58:40G 3 2023-07-06 15:58:40F 3 2023-07-06 15:58:40E 3 2023-07-06 15:58:40D 3 2023-07-06 15:58:40C 3 2023-07-06 15:58:40B 3 2023-07-06 15:58:40A 3 2023-07-06 15:58:40@ 3 2023-07-06 15:58:40? 3 2023-07-06 15:58:40> 3 2023-07-06 15:58:40= 3 2023-07-06 15:58:40< 3 2023-07-06 15:58:40; 3 2023-07-06 15:58:40: 3 2023-07-06 15:58:409 3 2023-07-06 15:58:40 z F f  6zZE 3O Qa2023-07-06 15:58:40jjtrejojjtrejo@vdm.btlconsultants.com.mxjjtrejoBEGIN:VCARD VERSION:3.0 UID:2022-12-2616:05:44.30f862e9-68a3-9e28-9606-624bd29bd191.jjtrejo@vdm.btlconsultants.com.mx N:jjtrejo;;;; FN:jjtrejo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jjtrejo@vdm.btlconsultants.com.mx END:VCARD jjtrejo jjtrejo@vdm.btlconsultants.com.mxZD 3O Qa2023-07-06 15:58:40rtorresrtorres@gdl.btlconsultants.com.mxrtorresBEGIN:VCARD VERSION:3.0 UID:2022-12-2317:55:08.cef1f39c-5fc2-27b3-63a5-418a879ba1dc.rtorres@gdl.btlconsultants.com.mx N:rtorres;;;; FN:rtorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:rtorres@gdl.btlconsultants.com.mx END:VCARD rtorres rtorres@gdl.btlconsultants.com.mxuC 3!U !im2023-07-06 15:58:40ehernandezehernandez@gto.btlconsultants.com.mxehernandezBEGIN:VCARD VERSION:3.0 UID:2022-12-2219:56:44.32999619-2b80-92cf-6e12-daf1ef1b8c12.ehernandez@gto.btlconsultants.com.mx N:ehernandez;;;; FN:ehernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ehernandez@gto.btlconsultants.com.mx END:VCARD ehernandez ehernandez@gto.btlconsultants.com.mxZB 3O Qa2023-07-06 15:58:40atejedaatejeda@gdl.btlconsultants.com.mxatejedaBEGIN:VCARD VERSION:3.0 UID:2022-12-2121:31:28.57e21d93-b672-ddb8-a34f-378d5bd86482.atejeda@gdl.btlconsultants.com.mx N:atejeda;;;; FN:atejeda EMAIL;TYPE=INTERNET;TYPE=INTERNET:atejeda@gdl.btlconsultants.com.mx END:VCARD atejeda atejeda@gdl.btlconsultants.com.mx~A 3#W #qq2023-07-06 15:58:40ahernandezpahernandezp@vdm.btlconsultants.com.mxahernandezpBEGIN:VCARD VERSION:3.0 UID:2022-12-2121:30:06.e1ebd1fd-7830-749f-131a-a556a7395ca3.ahernandezp@vdm.btlconsultants.com.mx N:ahernandezp;;;; FN:ahernandezp EMAIL;TYPE=INTERNET;TYPE=INTERNET:ahernandezp@vdm.btlconsultants.com.mx END:VCARD ahernandezp ahernandezp@vdm.btlconsultants.com.mxu@ 3!U !im2023-07-06 15:58:40jcaballerojcaballero@chi.btlconsultants.com.mxjcaballeroBEGIN:VCARD VERSION:3.0 UID:2022-12-2121:27:52.e187452c-ce4b-9c2d-f912-cea7ccda7068.jcaballero@chi.btlconsultants.com.mx N:jcaballero;;;; FN:jcaballero EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcaballero@chi.btlconsultants.com.mx END:VCARD jcaballero jcaballero@chi.btlconsultants.com.mxZ? 3O Qa2023-07-06 15:58:40jjuarezjjuarez@qro.btlconsultants.com.mxjjuarezBEGIN:VCARD VERSION:3.0 UID:2022-12-2121:05:09.36135b8a-72b6-05da-7bf1-c0396fa3b04f.jjuarez@qro.btlconsultants.com.mx N:jjuarez;;;; FN:jjuarez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jjuarez@qro.btlconsultants.com.mx END:VCARD jjuarez jjuarez@qro.btlconsultants.com.mxc> 3Q Ye2023-07-06 15:58:40spadillaspadilla@gdl.btlconsultants.com.mxspadillaBEGIN:VCARD VERSION:3.0 UID:2022-12-2119:07:09.73d7a29e-2a79-0358-400d-1f7bbd67f2d7.spadilla@gdl.btlconsultants.com.mx N:spadilla;;;; FN:spadilla EMAIL;TYPE=INTERNET;TYPE=INTERNET:spadilla@gdl.btlconsultants.com.mx END:VCARD spadilla spadilla@gdl.btlconsultants.com.mxu= 3!U !im2023-07-06 15:58:40v.liberatov.liberato@vdm.btlconsultants.com.mxv.liberatoBEGIN:VCARD VERSION:3.0 UID:2022-12-2022:34:40.0e37703c-b6f3-6765-5d8e-5f4c00abfc9f.v.liberato@vdm.btlconsultants.com.mx N:v.liberato;;;; FN:v.liberato EMAIL;TYPE=INTERNET;TYPE=INTERNET:v.liberato@vdm.btlconsultants.com.mx END:VCARD v.liberato v.liberato@vdm.btlconsultants.com.mxQ< 3M I]2023-07-06 15:58:40jsaurijsauri@vdm.btlconsultants.com.mxjsauriBEGIN:VCARD VERSION:3.0 UID:2022-12-2022:05:58.0c5fe676-e97b-ce9f-26af-f253f8c5e642.jsauri@vdm.btlconsultants.com.mx N:jsauri;;;; FN:jsauri EMAIL;TYPE=INTERNET;TYPE=INTERNET:jsauri@vdm.btlconsultants.com.mx END:VCARD jsauri jsauri@vdm.btlconsultants.com.mxa; 3Q Ya2023-07-06 15:58:40oquezadaoquezada@vdm.btlconsultants.com.mxoquezadaBEGIN:VCARD VERSION:3.0 UID:2022-12-1923:00:26.17041e3f-f854-b79c-cd27-168fb3a7528c.oquezada@vdm.btlconsultants.com.mx N:oquezada;;;; FN:oquezada EMAIL;TYPE=INTERNET;TYPE=INTERNET:oquezada@vdm.btlconsultants.com.mx END:VCARD oquzada oquzada@vdm.btlconsultants.com.mx  G { XcP 3Q Ye2023-07-06 15:58:40jatorresjatorres@vdm.btlconsultants.com.mxjatorresBEGIN:VCARD VERSION:3.0 UID:2023-01-1021:15:29.f646c1db-5682-a1c0-acfe-fc8f27eaecc4.jatorres@vdm.btlconsultants.com.mx N:jatorres;;;; FN:jatorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:jatorres@vdm.btlconsultants.com.mx END:VCARD jatorres jatorres@vdm.btlconsultants.com.mxuO 3!U !im2023-07-06 15:58:40jlgonzalezjlgonzalez@gto.btlconsultants.com.mxjlgonzalezBEGIN:VCARD VERSION:3.0 UID:2023-01-0921:57:01.a737338e-4411-9fed-0dcf-e8f944395e04.jlgonzalez@gto.btlconsultants.com.mx N:jlgonzalez;;;; FN:jlgonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jlgonzalez@gto.btlconsultants.com.mx END:VCARD jlgonzalez jlgonzalez@gto.btlconsultants.com.mxcN 3Q Ye2023-07-06 15:58:40k_segurak_segura@vdm.btlconsultants.com.mxk_seguraBEGIN:VCARD VERSION:3.0 UID:2023-01-0919:00:45.983078c2-61ff-e8b9-d8d3-adaf002b0958.k_segura@vdm.btlconsultants.com.mx N:k_segura;;;; FN:k_segura EMAIL;TYPE=INTERNET;TYPE=INTERNET:k_segura@vdm.btlconsultants.com.mx END:VCARD k_segura k_segura@vdm.btlconsultants.com.mxZM 3O Qa2023-07-06 15:58:40agarciaagarcia@tab.btlconsultants.com.mxagarciaBEGIN:VCARD VERSION:3.0 UID:2023-01-0521:51:52.acdd58c3-59a9-f64e-1b55-b13a31e4b40b.agarcia@tab.btlconsultants.com.mx N:agarcia;;;; FN:agarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:agarcia@tab.btlconsultants.com.mx END:VCARD agarcia agarcia@tab.btlconsultants.com.mxcL 3Q Ye2023-07-06 15:58:40j.anguloj.angulo@bcn.btlconsultants.com.mxj.anguloBEGIN:VCARD VERSION:3.0 UID:2023-01-0319:13:22.c8c91f10-01c1-5e2c-a4be-a1d82364c12d.j.angulo@bcn.btlconsultants.com.mx N:j.angulo;;;; FN:j.angulo EMAIL;TYPE=INTERNET;TYPE=INTERNET:j.angulo@bcn.btlconsultants.com.mx END:VCARD j.angulo j.angulo@bcn.btlconsultants.com.mxZK 3O Qa2023-07-06 15:58:40ma.sosama.sosa@vdm.btlconsultants.com.mxma.sosaBEGIN:VCARD VERSION:3.0 UID:2022-12-3021:27:25.6f34d7a9-02e8-510a-9340-f2a2532a6724.ma.sosa@vdm.btlconsultants.com.mx N:ma.sosa;;;; FN:ma.sosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:ma.sosa@vdm.btlconsultants.com.mx END:VCARD ma.sosa ma.sosa@vdm.btlconsultants.com.mxZJ 3O Qa2023-07-06 15:58:40ysantosysantos@ver.btlconsultants.com.mxysantosBEGIN:VCARD VERSION:3.0 UID:2022-12-2917:11:49.789ee9f7-1187-3812-0ce3-5d63c745fe98.ysantos@ver.btlconsultants.com.mx N:ysantos;;;; FN:ysantos EMAIL;TYPE=INTERNET;TYPE=INTERNET:ysantos@ver.btlconsultants.com.mx END:VCARD ysantos ysantos@ver.btlconsultants.com.mxjI 3U ag2023-07-06 15:58:40ahilarioahilario@guerr.btlconsultants.com.mxahilarioBEGIN:VCARD VERSION:3.0 UID:2022-12-2822:40:55.fc74c215-21f8-52ba-c49f-7853ef3931a4.ahilario@guerr.btlconsultants.com.mx N:ahilario;;;; FN:ahilario EMAIL;TYPE=INTERNET;TYPE=INTERNET:ahilario@guerr.btlconsultants.com.mx END:VCARD ahilario ahilario@gurr.btlconsultants.com.mxZH 3O Qa2023-07-06 15:58:40rchavezrchavez@tam.btlconsultants.com.mxrchavezBEGIN:VCARD VERSION:3.0 UID:2022-12-2820:16:26.3d1240f5-cf0b-ff87-23b4-b978fff0e7ec.rchavez@tam.btlconsultants.com.mx N:rchavez;;;; FN:rchavez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rchavez@tam.btlconsultants.com.mx END:VCARD rchavez rchavez@tam.btlconsultants.com.mx\G 3K Qa2023-07-06 15:58:40recepcionrecepcion@btlconsultants.com.mxrecepcionBEGIN:VCARD VERSION:3.0 UID:2022-12-2817:37:34.cf65e9eb-9cae-ed8a-c267-e0dcfc61ecda.recepcion@btlconsultants.com.mx N:recepcion;;;; FN:recepcion EMAIL;TYPE=INTERNET;TYPE=INTERNET:recepcion@btlconsultants.com.mx END:VCARD recepcion recepcion@btlconsultants.com.mxUF 3O M_2023-07-06 15:58:40uperezuperez@qroo.btlconsultants.com.mxuperezBEGIN:VCARD VERSION:3.0 UID:2022-12-2817:30:31.8e38f774-cd79-6788-e82c-82adf48d429a.uperez@qroo.btlconsultants.com.mx N:uperez;;;; FN:uperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:uperez@qroo.btlconsultants.com.mx END:VCARD uperez uperez@qroo.btlconsultants.com.mx g|  7EgsZ 3W ik2023-07-06 15:58:40bfdelgadobfdelgado@guerr.btlconsultants.com.mxbfdelgadoBEGIN:VCARD VERSION:3.0 UID:2023-01-1716:27:37.3cf50ba0-08b0-b73a-11d7-4707eebde4af.bfdelgado@guerr.btlconsultants.com.mx N:bfdelgado;;;; FN:bfdelgado EMAIL;TYPE=INTERNET;TYPE=INTERNET:bfdelgado@guerr.btlconsultants.com.mx END:VCARD bfdelgado bfdelgado@gurr.btlconsultants.com.mxcY 3Q Ye2023-07-06 15:58:40b.floresb.flores@vdm.btlconsultants.com.mxb.floresBEGIN:VCARD VERSION:3.0 UID:2023-01-1716:20:45.9d0c28b3-d102-f8f2-5a99-2fd6a6593fbb.b.flores@vdm.btlconsultants.com.mx N:b.flores;;;; FN:b.flores EMAIL;TYPE=INTERNET;TYPE=INTERNET:b.flores@vdm.btlconsultants.com.mx END:VCARD b.flores b.flores@vdm.btlconsultants.com.mx~X 3#W #qq2023-07-06 15:58:40m.cervantesm.cervantes@gto.btlconsultants.com.mxm.cervantesBEGIN:VCARD VERSION:3.0 UID:2023-01-1621:59:50.392ee44d-79d9-2c20-f0fc-4a01feabbe9e.m.cervantes@gto.btlconsultants.com.mx N:m.cervantes;;;; FN:m.cervantes EMAIL;TYPE=INTERNET;TYPE=INTERNET:m.cervantes@gto.btlconsultants.com.mx END:VCARD m.cervantes m.cervantes@gto.btlconsultants.com.mxlW 3S ai2023-07-06 15:58:40ja.riveraja.rivera@slp.btlconsultants.com.mxja.riveraBEGIN:VCARD VERSION:3.0 UID:2023-01-1621:58:42.8f583545-f52a-7247-cbb2-2329db7765ff.ja.rivera@slp.btlconsultants.com.mx N:ja.rivera;;;; FN:ja.rivera EMAIL;TYPE=INTERNET;TYPE=INTERNET:ja.rivera@slp.btlconsultants.com.mx END:VCARD ja.rivera ja.rivera@slp.btlconsultants.com.mx~V 3#W #qq2023-07-06 15:58:40ma.gonzalezma.gonzalez@vdm.btlconsultants.com.mxma.gonzalezBEGIN:VCARD VERSION:3.0 UID:2023-01-1621:57:12.9637dd3c-c6aa-e9f7-8a05-3eab4612fa23.ma.gonzalez@vdm.btlconsultants.com.mx N:ma.gonzalez;;;; FN:ma.gonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ma.gonzalez@vdm.btlconsultants.com.mx END:VCARD ma.gonzalez ma.gonzalez@vdm.btlconsultants.com.mxcU 3Q Ye2023-07-06 15:58:40lpinellilpinelli@son.btlconsultants.com.mxlpinelliBEGIN:VCARD VERSION:3.0 UID:2023-01-1621:55:11.ff34a6bf-3941-a244-cfa4-f901a813bd10.lpinelli@son.btlconsultants.com.mx N:lpinelli;;;; FN:lpinelli EMAIL;TYPE=INTERNET;TYPE=INTERNET:lpinelli@son.btlconsultants.com.mx END:VCARD lpinelli lpinelli@son.btlconsultants.com.mxgT 3S ]g2023-07-06 15:58:40edelgadoedelgado@chih.btlconsultants.com.mxedelgadoBEGIN:VCARD VERSION:3.0 UID:2023-01-1618:48:34.ce3e7a95-11ca-cc47-8638-bf4c2b1b7e37.edelgado@chih.btlconsultants.com.mx N:edelgado;;;; FN:edelgado EMAIL;TYPE=INTERNET;TYPE=INTERNET:edelgado@chih.btlconsultants.com.mx END:VCARD edelgado edelgado@chih.btlconsultants.com.mxS 3#Y #us2023-07-06 15:58:40e_hernandeze_hernandez@qroo.btlconsultants.com.mxe_hernandezBEGIN:VCARD VERSION:3.0 UID:2023-01-1223:02:12.63eebb78-6537-5b14-5c66-16cd1d8a4bd1.e_hernandez@qroo.btlconsultants.com.mx N:e_hernandez;;;; FN:e_hernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:e_hernandez@qroo.btlconsultants.com.mx END:VCARD e_hernandez e_hernandez@qroo.btlconsultants.com.mxgR 3S ]g2023-07-06 15:58:40m_valdezm_valdez@qroo.btlconsultants.com.mxm_valdezBEGIN:VCARD VERSION:3.0 UID:2023-01-1222:19:04.6cec9007-f4b7-7429-23c4-2d0de1641271.m_valdez@qroo.btlconsultants.com.mx N:m_valdez;;;; FN:m_valdez EMAIL;TYPE=INTERNET;TYPE=INTERNET:m_valdez@qroo.btlconsultants.com.mx END:VCARD m_valdez m_valdez@qroo.btlconsultants.com.mxQ 3#Y #uo2023-07-06 15:58:40dvillanuevadvillanueva@camp.btlconsultants.com.mxdvillanuevaBEGIN:VCARD VERSION:3.0 UID:2023-01-1022:07:03.cde8f615-ce46-3075-8027-20d6cdf2552e.dvillanueva@camp.btlconsultants.com.mx N:dvillanueva;;;; FN:dvillanueva EMAIL;TYPE=INTERNET;TYPE=INTERNET:dvillanueva@camp.btlconsultants.com.mx END:VCARD dvillanuva dvillanuva@camp.btlconsultants.com.mx  2 >UDce 3Q Ye2023-07-06 15:58:41u_pinedau_pineda@vdm.btlconsultants.com.mxu_pinedaBEGIN:VCARD VERSION:3.0 UID:2023-01-1822:28:12.a306d0f4-2e40-bb75-419f-f00d83036733.u_pineda@vdm.btlconsultants.com.mx N:u_pineda;;;; FN:u_pineda EMAIL;TYPE=INTERNET;TYPE=INTERNET:u_pineda@vdm.btlconsultants.com.mx END:VCARD u_pineda u_pineda@vdm.btlconsultants.com.mxZd 3O Qa2023-07-06 15:58:41jpsolisjpsolis@vdm.btlconsultants.com.mxjpsolisBEGIN:VCARD VERSION:3.0 UID:2023-01-1822:26:44.0fe5e584-b651-cdc7-f4a4-2926f2f64088.jpsolis@vdm.btlconsultants.com.mx N:jpsolis;;;; FN:jpsolis EMAIL;TYPE=INTERNET;TYPE=INTERNET:jpsolis@vdm.btlconsultants.com.mx END:VCARD jpsolis jpsolis@vdm.btlconsultants.com.mxHc 3K AY2023-07-06 15:58:41tcruztcruz@vdm.btlconsultants.com.mxtcruzBEGIN:VCARD VERSION:3.0 UID:2023-01-1822:24:44.1abd4a58-a047-5992-48d8-d73da9457f81.tcruz@vdm.btlconsultants.com.mx N:tcruz;;;; FN:tcruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:tcruz@vdm.btlconsultants.com.mx END:VCARD tcruz tcruz@vdm.btlconsultants.com.mxHb 3K AY2023-07-06 15:58:41jvelajvela@qro.btlconsultants.com.mxjvelaBEGIN:VCARD VERSION:3.0 UID:2023-01-1822:22:38.c782cac6-eee6-6f44-8678-3cf5dda5f978.jvela@qro.btlconsultants.com.mx N:jvela;;;; FN:jvela EMAIL;TYPE=INTERNET;TYPE=INTERNET:jvela@qro.btlconsultants.com.mx END:VCARD jvela jvela@qro.btlconsultants.com.mxua 3!U !im2023-07-06 15:58:41vg.armentavg.armenta@sin.btlconsultants.com.mxvg.armentaBEGIN:VCARD VERSION:3.0 UID:2023-01-1820:40:32.db9c64d3-8fad-4bdc-5627-20218027dda4.vg.armenta@sin.btlconsultants.com.mx N:vg.armenta;;;; FN:vg.armenta EMAIL;TYPE=INTERNET;TYPE=INTERNET:vg.armenta@sin.btlconsultants.com.mx END:VCARD vg.armenta vg.armenta@sin.btlconsultants.com.mxu` 3!U !im2023-07-06 15:58:41gagonzalezgagonzalez@mty.btlconsultants.com.mxgagonzalezBEGIN:VCARD VERSION:3.0 UID:2023-01-1820:38:47.9f341fd1-0d16-2f2b-4068-a64068f825b5.gagonzalez@mty.btlconsultants.com.mx N:gagonzalez;;;; FN:gagonzalez EMAIL;TYPE=INTERNET;TYPE=INTERNET:gagonzalez@mty.btlconsultants.com.mx END:VCARD gagonzalez gagonzalez@mty.btlconsultants.com.mxl_ 3S ai2023-07-06 15:58:41rmsaucedarmsauceda@mty.btlconsultants.com.mxrmsaucedaBEGIN:VCARD VERSION:3.0 UID:2023-01-1820:37:31.f0c3e8e7-34df-2e25-2c6a-fd4c81e8c651.rmsauceda@mty.btlconsultants.com.mx N:rmsauceda;;;; FN:rmsauceda EMAIL;TYPE=INTERNET;TYPE=INTERNET:rmsauceda@mty.btlconsultants.com.mx END:VCARD rmsauceda rmsauceda@mty.btlconsultants.com.mxw^ 3%Q %im2023-07-06 15:58:40temp18011108temp18011108@btlconsultants.com.mxtemp18011108BEGIN:VCARD VERSION:3.0 UID:2023-01-1817:09:20.f5ac4234-9c7d-4c21-d09e-f50429bb1704.temp18011108@btlconsultants.com.mx N:temp18011108;;;; FN:temp18011108 EMAIL;TYPE=INTERNET;TYPE=INTERNET:temp18011108@btlconsultants.com.mx END:VCARD temp18011108 temp18011108@btlconsultants.com.mxu] 3!U !im2023-07-06 15:58:40jcontrerasjcontreras@bcn.btlconsultants.com.mxjcontrerasBEGIN:VCARD VERSION:3.0 UID:2023-01-1721:46:14.6d16a10f-fb99-e254-4567-4f5244686897.jcontreras@bcn.btlconsultants.com.mx N:jcontreras;;;; FN:jcontreras EMAIL;TYPE=INTERNET;TYPE=INTERNET:jcontreras@bcn.btlconsultants.com.mx END:VCARD jcontreras jcontreras@bcn.btlconsultants.com.mxl\ 3S ai2023-07-06 15:58:40v_galeanav_galeana@son.btlconsultants.com.mxv_galeanaBEGIN:VCARD VERSION:3.0 UID:2023-01-1718:00:27.a095b970-58b3-867e-1c6f-4ed2f809ba43.v_galeana@son.btlconsultants.com.mx N:v_galeana;;;; FN:v_galeana EMAIL;TYPE=INTERNET;TYPE=INTERNET:v_galeana@son.btlconsultants.com.mx END:VCARD v_galeana v_galeana@son.btlconsultants.com.mxZ[ 3O Qa2023-07-06 15:58:40jocampojocampo@son.btlconsultants.com.mxjocampoBEGIN:VCARD VERSION:3.0 UID:2023-01-1717:59:24.25a50eab-f6ce-4248-c68a-70698895e531.jocampo@son.btlconsultants.com.mx N:jocampo;;;; FN:jocampo EMAIL;TYPE=INTERNET;TYPE=INTERNET:jocampo@son.btlconsultants.com.mx END:VCARD jocampo jocampo@son.btlconsultants.com.mx Jxph`XPH@80( xph`XPH@80(  x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    x p h ` X P H @ 8 0 (    xph`XPH@80( xph`XPH@80( xph`XPH@80(  a a ` ` _ _ ^ ^ ] ] \ \ [ [ Z Z Y Y X X W W V V U U T T S S R R Q Q P P O O N N M M L L K K J J I I H H G G F F E E D D C C B B A A @ @ ? ? > > = = < < ; ; : : 9 9 8 8 7 7 6 6 5 5 4 4 3 3 2 2 1 1 0 0 / / . . - - , , + + * * ) ) ( ( ' ' & & % % $ $ # # " " ! !                                                                                                                                                                                              ~ ~ } } | | { { z z y y x x w w v v u u t t s s r r q q p p o o n n m m l l k k j j i i h h g g f f e e d d c c b b a a ` ` _ _ ^ ^ ] ] \ \ [ [ Z Z Y Y X X W W V V U U T T S S R R Q Q P P O O N N M M L L K K J J I I H H G G F F E E D D C C B B A A @ @ ? ? > > = = < < ; ; : : 9 9 8 8 7 7 6 6 5 5 4 4 3 3 2 2 1 1 0 0 / / . . - - , , + + * * ) ) ( ( ' ' & & % % $ $ # # " " ! !                  p ; `O>pQp 3M I]2023-07-06 15:58:41c.meloc.melo@mor.btlconsultants.com.mxc.meloBEGIN:VCARD VERSION:3.0 UID:2023-01-2519:57:40.683e08ba-4c19-e301-5f02-6ec32e524ce7.c.melo@mor.btlconsultants.com.mx N:c.melo;;;; FN:c.melo EMAIL;TYPE=INTERNET;TYPE=INTERNET:c.melo@mor.btlconsultants.com.mx END:VCARD c.melo c.melo@mor.btlconsultants.com.mxuo 3!U !im2023-07-06 15:58:41dodriozoladodriozola@dgo.btlconsultants.com.mxdodriozolaBEGIN:VCARD VERSION:3.0 UID:2023-01-2519:55:21.f8b6a94a-a8ba-c216-0a79-98fe2b6e4bd0.dodriozola@dgo.btlconsultants.com.mx N:dodriozola;;;; FN:dodriozola EMAIL;TYPE=INTERNET;TYPE=INTERNET:dodriozola@dgo.btlconsultants.com.mx END:VCARD dodriozola dodriozola@dgo.btlconsultants.com.mxn 3'] '{2023-07-06 15:58:41jazempoaltecajazempoalteca@tlax.btlconsultants.com.mxjazempoaltecaBEGIN:VCARD VERSION:3.0 UID:2023-01-2422:57:51.5b2b1989-e92a-c1d0-e652-d120c507827d.jazempoalteca@tlax.btlconsultants.com.mx N:jazempoalteca;;;; FN:jazempoalteca EMAIL;TYPE=INTERNET;TYPE=INTERNET:jazempoalteca@tlax.btlconsultants.com.mx END:VCARD jazempoalteca jazempoalteca@tlax.btlconsultants.com.mxum 3!U !im2023-07-06 15:58:41jfmartinezjfmartinez@qro.btlconsultants.com.mxjfmartinezBEGIN:VCARD VERSION:3.0 UID:2023-01-2415:46:55.081c365b-3374-cc25-4584-997940b5bc73.jfmartinez@qro.btlconsultants.com.mx N:jfmartinez;;;; FN:jfmartinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jfmartinez@qro.btlconsultants.com.mx END:VCARD jfmartinez jfmartinez@qro.btlconsultants.com.mx?l 3I 9U2023-07-06 15:58:41lfatlfat@slp.btlconsultants.com.mxlfatBEGIN:VCARD VERSION:3.0 UID:2023-01-2415:43:25.aa605f3d-b714-cb51-02c8-b7896d3a9c31.lfat@slp.btlconsultants.com.mx N:lfat;;;; FN:lfat EMAIL;TYPE=INTERNET;TYPE=INTERNET:lfat@slp.btlconsultants.com.mx END:VCARD lfat lfat@slp.btlconsultants.com.mxZk 3O Qa2023-07-06 15:58:41esolanoesolano@gto.btlconsultants.com.mxesolanoBEGIN:VCARD VERSION:3.0 UID:2023-01-2415:42:01.37d93e83-5b97-983e-069e-05f09ecbf113.esolano@gto.btlconsultants.com.mx N:esolano;;;; FN:esolano EMAIL;TYPE=INTERNET;TYPE=INTERNET:esolano@gto.btlconsultants.com.mx END:VCARD esolano esolano@gto.btlconsultants.com.mxlj 3S ai2023-07-06 15:58:41echaparroechaparro@vdm.btlconsultants.com.mxechaparroBEGIN:VCARD VERSION:3.0 UID:2023-01-2322:20:58.a1ba57b0-d5e0-b6e9-4009-8178d750e4b8.echaparro@vdm.btlconsultants.com.mx N:echaparro;;;; FN:echaparro EMAIL;TYPE=INTERNET;TYPE=INTERNET:echaparro@vdm.btlconsultants.com.mx END:VCARD echaparro echaparro@vdm.btlconsultants.com.mxli 3S ai2023-07-06 15:58:41upimentelupimentel@vdm.btlconsultants.com.mxupimentelBEGIN:VCARD VERSION:3.0 UID:2023-01-2316:12:41.982194f0-cdac-fb9e-4bd8-679a7d526310.upimentel@vdm.btlconsultants.com.mx N:upimentel;;;; FN:upimentel EMAIL;TYPE=INTERNET;TYPE=INTERNET:upimentel@vdm.btlconsultants.com.mx END:VCARD upimentel upimentel@vdm.btlconsultants.com.mxgh 3S ]g2023-07-06 15:58:41ojroblesojrobles@qroo.btlconsultants.com.mxojroblesBEGIN:VCARD VERSION:3.0 UID:2023-01-2023:15:03.e1bda19a-e781-77e7-f53a-1d6ee79b88fd.ojrobles@qroo.btlconsultants.com.mx N:ojrobles;;;; FN:ojrobles EMAIL;TYPE=INTERNET;TYPE=INTERNET:ojrobles@qroo.btlconsultants.com.mx END:VCARD ojrobles ojrobles@qroo.btlconsultants.com.mxZg 3O Qa2023-07-06 15:58:41aubaldoaubaldo@ver.btlconsultants.com.mxaubaldoBEGIN:VCARD VERSION:3.0 UID:2023-01-2023:12:59.36516986-b665-d012-2cac-866f38185ed0.aubaldo@ver.btlconsultants.com.mx N:aubaldo;;;; FN:aubaldo EMAIL;TYPE=INTERNET;TYPE=INTERNET:aubaldo@ver.btlconsultants.com.mx END:VCARD aubaldo aubaldo@ver.btlconsultants.com.mxcf 3Q Ye2023-07-06 15:58:41llugardollugardo@vdm.btlconsultants.com.mxllugardoBEGIN:VCARD VERSION:3.0 UID:2023-01-1822:31:49.8e030c30-abfc-1cb0-daa7-41ffa68bf0b0.llugardo@vdm.btlconsultants.com.mx N:llugardo;;;; FN:llugardo EMAIL;TYPE=INTERNET;TYPE=INTERNET:llugardo@vdm.btlconsultants.com.mx END:VCARD llugardo llugardo@vdm.btlconsultants.com.mx  ) e 'c.~{ 3#W #qq2023-07-06 15:58:41j_gutierrezj_gutierrez@vdm.btlconsultants.com.mxj_gutierrezBEGIN:VCARD VERSION:3.0 UID:2023-01-3115:33:20.8f32acdd-44f0-e640-7cf5-82aa860ae159.j_gutierrez@vdm.btlconsultants.com.mx N:j_gutierrez;;;; FN:j_gutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:j_gutierrez@vdm.btlconsultants.com.mx END:VCARD j_gutierrez j_gutierrez@vdm.btlconsultants.com.mxjz 3S ae2023-07-06 15:58:41levazquezlevazquez@tam.btlconsultants.com.mxlevazquezBEGIN:VCARD VERSION:3.0 UID:2023-01-3023:11:52.85c19821-50f4-76dc-7063-73a26528b3eb.levazquez@tam.btlconsultants.com.mx N:levazquez;;;; FN:levazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:levazquez@tam.btlconsultants.com.mx END:VCARD levazquz levazquz@tam.btlconsultants.com.mxQy 3M I]2023-07-06 15:58:41lreyeslreyes@ags.btlconsultants.com.mxlreyesBEGIN:VCARD VERSION:3.0 UID:2023-01-3023:06:36.3e524eb1-5827-1f4c-f6e7-a117b91aea6a.lreyes@ags.btlconsultants.com.mx N:lreyes;;;; FN:lreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:lreyes@ags.btlconsultants.com.mx END:VCARD lreyes lreyes@ags.btlconsultants.com.mxnx 3#O #ai2023-07-06 15:58:41socialmediasocialmedia@btlconsultants.com.mxsocialmediaBEGIN:VCARD VERSION:3.0 UID:2023-01-3022:44:24.4b0bc64e-4362-e556-5605-8d593e3f7b7c.socialmedia@btlconsultants.com.mx N:socialmedia;;;; FN:socialmedia EMAIL;TYPE=INTERNET;TYPE=INTERNET:socialmedia@btlconsultants.com.mx END:VCARD socialmedia socialmedia@btlconsultants.com.mxbw 3Q Yc2023-07-06 15:58:41dserranodserrano@pue.btlconsultants.com.mxdserranoBEGIN:VCARD VERSION:3.0 UID:2023-01-2722:21:25.481b728a-fb2c-64eb-3bb4-abe1b6b8a323.dserrano@pue.btlconsultants.com.mx N:dserrano;;;; FN:dserrano EMAIL;TYPE=INTERNET;TYPE=INTERNET:dserrano@pue.btlconsultants.com.mx END:VCARD dserrano dserrano@pu.btlconsultants.com.mxZv 3O Qa2023-07-06 15:58:41mfloresmflores@bcs.btlconsultants.com.mxmfloresBEGIN:VCARD VERSION:3.0 UID:2023-01-2720:27:55.8aa34ba4-eb3d-8d01-87ed-b07f25e3ff56.mflores@bcs.btlconsultants.com.mx N:mflores;;;; FN:mflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:mflores@bcs.btlconsultants.com.mx END:VCARD mflores mflores@bcs.btlconsultants.com.mx:u 3I 5S2023-07-06 15:58:41nucnuc@qroo.btlconsultants.com.mxnucBEGIN:VCARD VERSION:3.0 UID:2023-01-2718:27:49.43100a21-7ce5-7684-f69b-57649ab76346.nuc@qroo.btlconsultants.com.mx N:nuc;;;; FN:nuc EMAIL;TYPE=INTERNET;TYPE=INTERNET:nuc@qroo.btlconsultants.com.mx END:VCARD nuc nuc@qroo.btlconsultants.com.mxkt 3S ag2023-07-06 15:58:41mgmirandamgmiranda@pue.btlconsultants.com.mxmgmirandaBEGIN:VCARD VERSION:3.0 UID:2023-01-2718:03:13.f96ad957-65c1-e09e-ecda-8706e8cc9d87.mgmiranda@pue.btlconsultants.com.mx N:mgmiranda;;;; FN:mgmiranda EMAIL;TYPE=INTERNET;TYPE=INTERNET:mgmiranda@pue.btlconsultants.com.mx END:VCARD mgmiranda mgmiranda@pu.btlconsultants.com.mxQs 3M I]2023-07-06 15:58:41vsilvavsilva@son.btlconsultants.com.mxvsilvaBEGIN:VCARD VERSION:3.0 UID:2023-01-2718:02:25.0fc09155-c0d0-c25e-e319-7a9f34dbf09f.vsilva@son.btlconsultants.com.mx N:vsilva;;;; FN:vsilva EMAIL;TYPE=INTERNET;TYPE=INTERNET:vsilva@son.btlconsultants.com.mx END:VCARD vsilva vsilva@son.btlconsultants.com.mxur 3!U !im2023-07-06 15:58:41mcontrerasmcontreras@dgo.btlconsultants.com.mxmcontrerasBEGIN:VCARD VERSION:3.0 UID:2023-01-2716:05:05.0c3d6195-a347-7bca-e5de-917eca2bdc7b.mcontreras@dgo.btlconsultants.com.mx N:mcontreras;;;; FN:mcontreras EMAIL;TYPE=INTERNET;TYPE=INTERNET:mcontreras@dgo.btlconsultants.com.mx END:VCARD mcontreras mcontreras@dgo.btlconsultants.com.mxZq 3O Qa2023-07-06 15:58:41cpreyescpreyes@gdl.btlconsultants.com.mxcpreyesBEGIN:VCARD VERSION:3.0 UID:2023-01-2617:04:03.f04d3fd1-c6af-0668-6256-afd337ae8805.cpreyes@gdl.btlconsultants.com.mx N:cpreyes;;;; FN:cpreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:cpreyes@gdl.btlconsultants.com.mx END:VCARD cpreyes cpreyes@gdl.btlconsultants.com.mx p~ 2 vexp 3'S 'qq2023-07-06 15:58:42paola.sanchezpaola.sanchez@btlconsultants.com.mxpaola.sanchezBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:38:49.421ee17a-46ed-5a26-2d28-6758a742b165.paola.sanchez@btlconsultants.com.mx N:paola.sanchez;;;; FN:paola.sanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:paola.sanchez@btlconsultants.com.mx END:VCARD paola.sanchez paola.sanchez@btlconsultants.com.mx 3'S 'qq2023-07-06 15:58:42juan.caudillojuan.caudillo@btlconsultants.com.mxjuan.caudilloBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:38:46.5c7eeabb-64b5-5f4a-5260-a210336a518f.juan.caudillo@btlconsultants.com.mx N:juan.caudillo;;;; FN:juan.caudillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:juan.caudillo@btlconsultants.com.mx END:VCARD juan.caudillo juan.caudillo@btlconsultants.com.mx\ 3K Qa2023-07-06 15:58:41roy.rojasroy.rojas@btlconsultants.com.mxroy.rojasBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:38:43.08a19f81-a853-9079-d3a9-936f30def0b5.roy.rojas@btlconsultants.com.mx N:roy.rojas;;;; FN:roy.rojas EMAIL;TYPE=INTERNET;TYPE=INTERNET:roy.rojas@btlconsultants.com.mx END:VCARD roy.rojas roy.rojas@btlconsultants.com.mx  3)U )yu2023-07-06 15:58:41josel.mastachejosel.mastache@btlconsultants.com.mxjosel.mastacheBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:38:40.71cbceda-42ea-216d-6baa-4a286a4aac3b.josel.mastache@btlconsultants.com.mx N:josel.mastache;;;; FN:josel.mastache EMAIL;TYPE=INTERNET;TYPE=INTERNET:josel.mastache@btlconsultants.com.mx END:VCARD josel.mastache josel.mastache@btlconsultants.com.mx  3)U )yu2023-07-06 15:58:41rebeca.sanchezrebeca.sanchez@btlconsultants.com.mxrebeca.sanchezBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:38:38.6232493c-dcc7-cc6f-0df9-9cd4fdf431b0.rebeca.sanchez@btlconsultants.com.mx N:rebeca.sanchez;;;; FN:rebeca.sanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rebeca.sanchez@btlconsultants.com.mx END:VCARD rebeca.sanchez rebeca.sanchez@btlconsultants.com.mx 3'S 'qq2023-07-06 15:58:41paola.valeriopaola.valerio@btlconsultants.com.mxpaola.valerioBEGIN:VCARD VERSION:3.0 UID:2023-02-0116:10:33.a5ec5a09-22ce-ddaa-9a77-dde3d287c3ff.paola.valerio@btlconsultants.com.mx N:paola.valerio;;;; FN:paola.valerio EMAIL;TYPE=INTERNET;TYPE=INTERNET:paola.valerio@btlconsultants.com.mx END:VCARD paola.valerio paola.valerio@btlconsultants.com.mxZ 3O Qa2023-07-06 15:58:41ngarciangarcia@oax.btlconsultants.com.mxngarciaBEGIN:VCARD VERSION:3.0 UID:2023-01-3118:18:14.09f4c4cf-d476-8724-f520-b8a31ee189f2.ngarcia@oax.btlconsultants.com.mx N:ngarcia;;;; FN:ngarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ngarcia@oax.btlconsultants.com.mx END:VCARD ngarcia ngarcia@oax.btlconsultants.com.mxZ~ 3O Qa2023-07-06 15:58:41ovargasovargas@gto.btlconsultants.com.mxovargasBEGIN:VCARD VERSION:3.0 UID:2023-01-3115:35:44.1b120d61-3ecf-c500-6cfd-fb42baedfa0f.ovargas@gto.btlconsultants.com.mx N:ovargas;;;; FN:ovargas EMAIL;TYPE=INTERNET;TYPE=INTERNET:ovargas@gto.btlconsultants.com.mx END:VCARD ovargas ovargas@gto.btlconsultants.com.mxH} 3K AY2023-07-06 15:58:41mmatammata@slp.btlconsultants.com.mxmmataBEGIN:VCARD VERSION:3.0 UID:2023-01-3115:34:56.2cba5e93-1358-4d84-1d01-202c3327000c.mmata@slp.btlconsultants.com.mx N:mmata;;;; FN:mmata EMAIL;TYPE=INTERNET;TYPE=INTERNET:mmata@slp.btlconsultants.com.mx END:VCARD mmata mmata@slp.btlconsultants.com.mx~| 3#W #qq2023-07-06 15:58:41mvcervantesmvcervantes@vdm.btlconsultants.com.mxmvcervantesBEGIN:VCARD VERSION:3.0 UID:2023-01-3115:34:09.e71323a8-241e-dc86-081c-acddcaef939e.mvcervantes@vdm.btlconsultants.com.mx N:mvcervantes;;;; FN:mvcervantes EMAIL;TYPE=INTERNET;TYPE=INTERNET:mvcervantes@vdm.btlconsultants.com.mx END:VCARD mvcervantes mvcervantes@vdm.btlconsultants.com.mx lW a " l 3+W +y2023-07-06 15:58:42adriana.macarioadriana.macario@btlconsultants.com.mxadriana.macarioBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:42:37.126f53b2-3861-b171-9d13-5656e4b6597f.adriana.macario@btlconsultants.com.mx N:adriana.macario;;;; FN:adriana.macario EMAIL;TYPE=INTERNET;TYPE=INTERNET:adriana.macario@btlconsultants.com.mx END:VCARD adriana.macario adriana.macario@btlconsultants.com.mx  3)U )yu2023-07-06 15:58:42juanc.martinezjuanc.martinez@btlconsultants.com.mxjuanc.martinezBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:42:33.34eb1a13-3e8b-97a3-0aee-3f9863e8c2d0.juanc.martinez@btlconsultants.com.mx N:juanc.martinez;;;; FN:juanc.martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:juanc.martinez@btlconsultants.com.mx END:VCARD juanc.martinez juanc.martinez@btlconsultants.com.mxw 3%Q %im2023-07-06 15:58:42jose.manoatljose.manoatl@btlconsultants.com.mxjose.manoatlBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:42:30.cb42d3ee-ec9f-48d6-7d65-df83824eb74a.jose.manoatl@btlconsultants.com.mx N:jose.manoatl;;;; FN:jose.manoatl EMAIL;TYPE=INTERNET;TYPE=INTERNET:jose.manoatl@btlconsultants.com.mx END:VCARD jose.manoatl jose.manoatl@btlconsultants.com.mx 3'S 'qq2023-07-06 15:58:42salvador.leonsalvador.leon@btlconsultants.com.mxsalvador.leonBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:42:27.3b1eab09-7908-aa2e-c72d-96c828c98d37.salvador.leon@btlconsultants.com.mx N:salvador.leon;;;; FN:salvador.leon EMAIL;TYPE=INTERNET;TYPE=INTERNET:salvador.leon@btlconsultants.com.mx END:VCARD salvador.leon salvador.leon@btlconsultants.com.mx 3+W +u2023-07-06 15:58:42israel.espinosaisrael.espinosa@btlconsultants.com.mxisrael.espinosaBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:42:23.74c9b250-173c-701b-68ef-5bc10b92902d.israel.espinosa@btlconsultants.com.mx N:israel.espinosa;;;; FN:israel.espinosa EMAIL;TYPE=INTERNET;TYPE=INTERNET:israel.espinosa@btlconsultants.com.mx END:VCARD isral.espinosa isral.espinosa@btlconsultants.com.mx 3+W +y2023-07-06 15:58:42armando.carreraarmando.carrera@btlconsultants.com.mxarmando.carreraBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:42:20.ea792868-858d-873b-0d2d-7d0f0b90c348.armando.carrera@btlconsultants.com.mx N:armando.carrera;;;; FN:armando.carrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:armando.carrera@btlconsultants.com.mx END:VCARD armando.carrera armando.carrera@btlconsultants.com.mx% 3/[ /2023-07-06 15:58:42carolina.aguileracarolina.aguilera@btlconsultants.com.mxcarolina.aguileraBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:42:17.b4ecad4a-9690-b63f-1b0b-0e644622d476.carolina.aguilera@btlconsultants.com.mx N:carolina.aguilera;;;; FN:carolina.aguilera EMAIL;TYPE=INTERNET;TYPE=INTERNET:carolina.aguilera@btlconsultants.com.mx END:VCARD carolina.aguilera carolina.aguilera@btlconsultants.com.mxe 3!M !Ye2023-07-06 15:58:42irai.munozirai.munoz@btlconsultants.com.mxirai.munozBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:42:13.baabfc39-18f5-c5b4-644e-32688a78a70f.irai.munoz@btlconsultants.com.mx N:irai.munoz;;;; FN:irai.munoz EMAIL;TYPE=INTERNET;TYPE=INTERNET:irai.munoz@btlconsultants.com.mx END:VCARD irai.munoz irai.munoz@btlconsultants.com.mx  3)U )yu2023-07-06 15:58:42francisco.razofrancisco.razo@btlconsultants.com.mxfrancisco.razoBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:42:09.8460fe7c-5198-5ad0-f245-e85536b528cd.francisco.razo@btlconsultants.com.mx N:francisco.razo;;;; FN:francisco.razo EMAIL;TYPE=INTERNET;TYPE=INTERNET:francisco.razo@btlconsultants.com.mx END:VCARD francisco.razo francisco.razo@btlconsultants.com.mx% 3/[ /2023-07-06 15:58:42francisco.manoatlfrancisco.manoatl@btlconsultants.com.mxfrancisco.manoatlBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:42:02.7acead39-bdc6-17a8-05db-625d894baffb.francisco.manoatl@btlconsultants.com.mx N:francisco.manoatl;;;; FN:francisco.manoatl EMAIL;TYPE=INTERNET;TYPE=INTERNET:francisco.manoatl@btlconsultants.com.mx END:VCARD francisco.manoatl francisco.manoatl@btlconsultants.com.mx tj F | t 3+W +y2023-07-06 15:58:42susana.zacariassusana.zacarias@btlconsultants.com.mxsusana.zacariasBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:14.54eaee52-e30b-b55e-4578-55695f61fa58.susana.zacarias@btlconsultants.com.mx N:susana.zacarias;;;; FN:susana.zacarias EMAIL;TYPE=INTERNET;TYPE=INTERNET:susana.zacarias@btlconsultants.com.mx END:VCARD susana.zacarias susana.zacarias@btlconsultants.com.mxn 3#O #ai2023-07-06 15:58:42ana.hidalgoana.hidalgo@btlconsultants.com.mxana.hidalgoBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:11.16a81d9c-da0e-cbdb-dfed-8f1d7b1c9c2d.ana.hidalgo@btlconsultants.com.mx N:ana.hidalgo;;;; FN:ana.hidalgo EMAIL;TYPE=INTERNET;TYPE=INTERNET:ana.hidalgo@btlconsultants.com.mx END:VCARD ana.hidalgo ana.hidalgo@btlconsultants.com.mx 3'S 'qq2023-07-06 15:58:42tania.salcedotania.salcedo@btlconsultants.com.mxtania.salcedoBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:07.43848799-07ad-a2f5-1459-4f13a89a088c.tania.salcedo@btlconsultants.com.mx N:tania.salcedo;;;; FN:tania.salcedo EMAIL;TYPE=INTERNET;TYPE=INTERNET:tania.salcedo@btlconsultants.com.mx END:VCARD tania.salcedo tania.salcedo@btlconsultants.com.mx  3)U )yu2023-07-06 15:58:42cecilia.florescecilia.flores@btlconsultants.com.mxcecilia.floresBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:03.ce8ff7c2-f801-c020-52a5-911d4058484d.cecilia.flores@btlconsultants.com.mx N:cecilia.flores;;;; FN:cecilia.flores EMAIL;TYPE=INTERNET;TYPE=INTERNET:cecilia.flores@btlconsultants.com.mx END:VCARD cecilia.flores cecilia.flores@btlconsultants.com.mx  3)U )yu2023-07-06 15:58:42victor.esparzavictor.esparza@btlconsultants.com.mxvictor.esparzaBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:42:54.f92748bf-b7f0-853e-a176-31a9879398dc.victor.esparza@btlconsultants.com.mx N:victor.esparza;;;; FN:victor.esparza EMAIL;TYPE=INTERNET;TYPE=INTERNET:victor.esparza@btlconsultants.com.mx END:VCARD victor.esparza victor.esparza@btlconsultants.com.mx  3)U )yu2023-07-06 15:58:42abigail.medinaabigail.medina@btlconsultants.com.mxabigail.medinaBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:42:51.de45d9f3-57c6-5c6e-64a6-c609dab72857.abigail.medina@btlconsultants.com.mx N:abigail.medina;;;; FN:abigail.medina EMAIL;TYPE=INTERNET;TYPE=INTERNET:abigail.medina@btlconsultants.com.mx END:VCARD abigail.medina abigail.medina@btlconsultants.com.mx 3-Y - }2023-07-06 15:58:42fernando.mirandafernando.miranda@btlconsultants.com.mxfernando.mirandaBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:42:48.bfec87d2-7891-2253-b6d8-909dabd39574.fernando.miranda@btlconsultants.com.mx N:fernando.miranda;;;; FN:fernando.miranda EMAIL;TYPE=INTERNET;TYPE=INTERNET:fernando.miranda@btlconsultants.com.mx END:VCARD fernando.miranda fernando.miranda@btlconsultants.com.mx% 3/[ /2023-07-06 15:58:42alejandra.venturaalejandra.ventura@btlconsultants.com.mxalejandra.venturaBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:42:45.e35459fc-2b6d-1989-b988-07f4ef431d95.alejandra.ventura@btlconsultants.com.mx N:alejandra.ventura;;;; FN:alejandra.ventura EMAIL;TYPE=INTERNET;TYPE=INTERNET:alejandra.ventura@btlconsultants.com.mx END:VCARD alejandra.ventura alejandra.ventura@btlconsultants.com.mxw 3%Q %im2023-07-06 15:58:42nataly.silvanataly.silva@btlconsultants.com.mxnataly.silvaBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:42:42.c0107239-cfb2-06cc-6f69-f934c0099ac1.nataly.silva@btlconsultants.com.mx N:nataly.silva;;;; FN:nataly.silva EMAIL;TYPE=INTERNET;TYPE=INTERNET:nataly.silva@btlconsultants.com.mx END:VCARD nataly.silva nataly.silva@btlconsultants.com.mx 3+W +y2023-07-06 15:58:42ariana.martinezariana.martinez@btlconsultants.com.mxariana.martinezBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:42:40.8283fca3-721b-bfaa-8a88-814661877412.ariana.martinez@btlconsultants.com.mx N:ariana.martinez;;;; FN:ariana.martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:ariana.martinez@btlconsultants.com.mx END:VCARD ariana.martinez ariana.martinez@btlconsultants.com.mx ypg^ULC:1( }tkbYPG>5,# x o f ] T K B 9 0 '    | s j a X O F = 4 + "    w n e \ S J A 8 / &    { r i ` W N E < 3 * !     v m d [ R I @ 7 . %   zqh_VMD;2) ~ulcZQH?6-$   a a  ` `  _ _  ^ ^  ] ]  \ \  [ [  Z Z  Y Y  X X  W W  V V  U U  T T  S S  R R  Q Q  P P  O O  N N  M M  L L  K K  J J  I I  H H  G G  F F  E E  D D  C C  B B  A A  @ @  ? ?  > >  = =  < <  ; ;  : :  9 9  8 8  7 7  6 6  5 5  4 4  3 3  2 2  1 1  0 0  / /  . .  - -  , ,  + +  * *  ) )  ( (  ' '  & &  % %  $ $  # #  " "  ! !                                                                                                                                                                                                                                                                                                                                                                 ~ ~  } }  | |  { {  z z  y y  x x  w w  v v  u u  t t  s s  r r  q q  p p  o o  n n  m m  l l  k k  j j  i i  h h  g g  f f  e e  d d  c c  b b  a a  ` ` ma b Hcme# 3!M !Ye2023-07-06 15:58:42ana.garciaana.garcia@btlconsultants.com.mxana.garciaBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:45.801c7ce0-d9ca-3c07-468b-8885811a745d.ana.garcia@btlconsultants.com.mx N:ana.garcia;;;; FN:ana.garcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:ana.garcia@btlconsultants.com.mx END:VCARD ana.garcia ana.garcia@btlconsultants.com.mx " 3)U )yu2023-07-06 15:58:42gustavo.ibarragustavo.ibarra@btlconsultants.com.mxgustavo.ibarraBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:42.2e25b0b8-608b-1952-04f0-bf64cfbe92bc.gustavo.ibarra@btlconsultants.com.mx N:gustavo.ibarra;;;; FN:gustavo.ibarra EMAIL;TYPE=INTERNET;TYPE=INTERNET:gustavo.ibarra@btlconsultants.com.mx END:VCARD gustavo.ibarra gustavo.ibarra@btlconsultants.com.mx7! 33_ 3! 2023-07-06 15:58:42jocelyn.bohoslavskyjocelyn.bohoslavsky@btlconsultants.com.mxjocelyn.bohoslavskyBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:40.357ea0e4-a65f-378d-71c5-28908bbe3aa7.jocelyn.bohoslavsky@btlconsultants.com.mx N:jocelyn.bohoslavsky;;;; FN:jocelyn.bohoslavsky EMAIL;TYPE=INTERNET;TYPE=INTERNET:jocelyn.bohoslavsky@btlconsultants.com.mx END:VCARD jocelyn.bohoslavsky jocelyn.bohoslavsky@btlconsultants.com.mx 3'S 'qq2023-07-06 15:58:42amparo.molinaamparo.molina@btlconsultants.com.mxamparo.molinaBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:37.984c2fe5-6020-5995-7805-e0c024f874ad.amparo.molina@btlconsultants.com.mx N:amparo.molina;;;; FN:amparo.molina EMAIL;TYPE=INTERNET;TYPE=INTERNET:amparo.molina@btlconsultants.com.mx END:VCARD amparo.molina amparo.molina@btlconsultants.com.mx" 3/[ /}2023-07-06 15:58:42violeta.velazquezvioleta.velazquez@btlconsultants.com.mxvioleta.velazquezBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:32.d7291e4b-5ab6-6c2e-eeaf-e65edd047cdb.violeta.velazquez@btlconsultants.com.mx N:violeta.velazquez;;;; FN:violeta.velazquez EMAIL;TYPE=INTERNET;TYPE=INTERNET:violeta.velazquez@btlconsultants.com.mx END:VCARD violeta.velazquz violeta.velazquz@btlconsultants.com.mx 3+W +y2023-07-06 15:58:42rosario.sanchezrosario.sanchez@btlconsultants.com.mxrosario.sanchezBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:29.42ccf199-754b-1ef8-b93a-d8dd9ef3670c.rosario.sanchez@btlconsultants.com.mx N:rosario.sanchez;;;; FN:rosario.sanchez EMAIL;TYPE=INTERNET;TYPE=INTERNET:rosario.sanchez@btlconsultants.com.mx END:VCARD rosario.sanchez rosario.sanchez@btlconsultants.com.mx 3'S 'qq2023-07-06 15:58:42irene.estevezirene.estevez@btlconsultants.com.mxirene.estevezBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:26.e57ef2e0-25fa-214f-f07c-8aa5ef12978b.irene.estevez@btlconsultants.com.mx N:irene.estevez;;;; FN:irene.estevez EMAIL;TYPE=INTERNET;TYPE=INTERNET:irene.estevez@btlconsultants.com.mx END:VCARD irene.estevez irene.estevez@btlconsultants.com.mxw 3%Q %im2023-07-06 15:58:42carlos.avilacarlos.avila@btlconsultants.com.mxcarlos.avilaBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:23.866bc824-78a8-ee73-4718-83e77e564dbc.carlos.avila@btlconsultants.com.mx N:carlos.avila;;;; FN:carlos.avila EMAIL;TYPE=INTERNET;TYPE=INTERNET:carlos.avila@btlconsultants.com.mx END:VCARD carlos.avila carlos.avila@btlconsultants.com.mx 3'S 'qq2023-07-06 15:58:42socorro.avilasocorro.avila@btlconsultants.com.mxsocorro.avilaBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:20.0f2983b3-7e8f-cde5-ca85-3510f54c5895.socorro.avila@btlconsultants.com.mx N:socorro.avila;;;; FN:socorro.avila EMAIL;TYPE=INTERNET;TYPE=INTERNET:socorro.avila@btlconsultants.com.mx END:VCARD socorro.avila socorro.avila@btlconsultants.com.mx 3-Y - }2023-07-06 15:58:42francisco.garciafrancisco.garcia@btlconsultants.com.mxfrancisco.garciaBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:17.2b8fb57e-30fb-4195-ceae-fcf92f9ac3a2.francisco.garcia@btlconsultants.com.mx N:francisco.garcia;;;; FN:francisco.garcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:francisco.garcia@btlconsultants.com.mx END:VCARD francisco.garcia francisco.garcia@btlconsultants.com.mx QW  |bQw- 3%Q %im2023-07-06 15:58:42nadiac.ortiznadiac.ortiz@btlconsultants.com.mxnadiac.ortizBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:44:17.c60d03ff-3d49-daae-b532-b25e9058924a.nadiac.ortiz@btlconsultants.com.mx N:nadiac.ortiz;;;; FN:nadiac.ortiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:nadiac.ortiz@btlconsultants.com.mx END:VCARD nadiac.ortiz nadiac.ortiz@btlconsultants.com.mx, 3+W +y2023-07-06 15:58:42salvatore.lopezsalvatore.lopez@btlconsultants.com.mxsalvatore.lopezBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:44:11.5a1403f1-50e3-e56b-99ee-a69a2a990fcf.salvatore.lopez@btlconsultants.com.mx N:salvatore.lopez;;;; FN:salvatore.lopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:salvatore.lopez@btlconsultants.com.mx END:VCARD salvatore.lopez salvatore.lopez@btlconsultants.com.mx + 3)U )yu2023-07-06 15:58:42fernanda.lopezfernanda.lopez@btlconsultants.com.mxfernanda.lopezBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:44:07.a73d7911-343b-9289-bca1-70fedd6ab11c.fernanda.lopez@btlconsultants.com.mx N:fernanda.lopez;;;; FN:fernanda.lopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:fernanda.lopez@btlconsultants.com.mx END:VCARD fernanda.lopez fernanda.lopez@btlconsultants.com.mx * 3)U )yu2023-07-06 15:58:42klender.galvanklender.galvan@btlconsultants.com.mxklender.galvanBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:44:05.30b15bcf-b40c-0fa3-8930-d70b23005368.klender.galvan@btlconsultants.com.mx N:klender.galvan;;;; FN:klender.galvan EMAIL;TYPE=INTERNET;TYPE=INTERNET:klender.galvan@btlconsultants.com.mx END:VCARD klender.galvan klender.galvan@btlconsultants.com.mxn) 3#O #ai2023-07-06 15:58:42isaac.avilaisaac.avila@btlconsultants.com.mxisaac.avilaBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:44:02.8500bd47-e242-9125-0035-9f7937aff92c.isaac.avila@btlconsultants.com.mx N:isaac.avila;;;; FN:isaac.avila EMAIL;TYPE=INTERNET;TYPE=INTERNET:isaac.avila@btlconsultants.com.mx END:VCARD isaac.avila isaac.avila@btlconsultants.com.mx( 3+W +u2023-07-06 15:58:42enrique.trevinoenrique.trevino@btlconsultants.com.mxenrique.trevinoBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:58.20665056-3a2f-f5c8-76f8-3d0be2a82a98.enrique.trevino@btlconsultants.com.mx N:enrique.trevino;;;; FN:enrique.trevino EMAIL;TYPE=INTERNET;TYPE=INTERNET:enrique.trevino@btlconsultants.com.mx END:VCARD enriqu.trevino enriqu.trevino@btlconsultants.com.mx' 3+W +y2023-07-06 15:58:42maricela.matiasmaricela.matias@btlconsultants.com.mxmaricela.matiasBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:56.78d6adbf-405f-3bd2-9b5e-503dab457a1a.maricela.matias@btlconsultants.com.mx N:maricela.matias;;;; FN:maricela.matias EMAIL;TYPE=INTERNET;TYPE=INTERNET:maricela.matias@btlconsultants.com.mx END:VCARD maricela.matias maricela.matias@btlconsultants.com.mx7& 33_ 3! 2023-07-06 15:58:42macarmen.bustamantemacarmen.bustamante@btlconsultants.com.mxmacarmen.bustamanteBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:52.180588ef-92e9-dae3-89d2-8b72342d7fdd.macarmen.bustamante@btlconsultants.com.mx N:macarmen.bustamante;;;; FN:macarmen.bustamante EMAIL;TYPE=INTERNET;TYPE=INTERNET:macarmen.bustamante@btlconsultants.com.mx END:VCARD macarmen.bustamante macarmen.bustamante@btlconsultants.com.mx% 3'S 'qq2023-07-06 15:58:42claudia.salasclaudia.salas@btlconsultants.com.mxclaudia.salasBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:50.3fa5d0b5-c4a8-9fc9-5b9a-d482c681ea6a.claudia.salas@btlconsultants.com.mx N:claudia.salas;;;; FN:claudia.salas EMAIL;TYPE=INTERNET;TYPE=INTERNET:claudia.salas@btlconsultants.com.mx END:VCARD claudia.salas claudia.salas@btlconsultants.com.mx%$ 3/[ /2023-07-06 15:58:42jonathan.martinezjonathan.martinez@btlconsultants.com.mxjonathan.martinezBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:43:47.445c227b-e337-9b79-8e62-7917acb2a857.jonathan.martinez@btlconsultants.com.mx N:jonathan.martinez;;;; FN:jonathan.martinez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jonathan.martinez@btlconsultants.com.mx END:VCARD jonathan.martinez jonathan.martinez@btlconsultants.com.mx  d /017 3+W +y2023-07-06 15:58:43azucena.badilloazucena.badillo@btlconsultants.com.mxazucena.badilloBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:44:59.8b636696-4998-296c-c335-fb4f03d9e9c4.azucena.badillo@btlconsultants.com.mx N:azucena.badillo;;;; FN:azucena.badillo EMAIL;TYPE=INTERNET;TYPE=INTERNET:azucena.badillo@btlconsultants.com.mx END:VCARD azucena.badillo azucena.badillo@btlconsultants.com.mx6 3'S 'qq2023-07-06 15:58:43janet.brisenojanet.briseno@btlconsultants.com.mxjanet.brisenoBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:44:54.c1729f5c-8cc9-4a73-36ba-55097b5c43b6.janet.briseno@btlconsultants.com.mx N:janet.briseno;;;; FN:janet.briseno EMAIL;TYPE=INTERNET;TYPE=INTERNET:janet.briseno@btlconsultants.com.mx END:VCARD janet.briseno janet.briseno@btlconsultants.com.mxw5 3%Q %im2023-07-06 15:58:42pilar.florespilar.flores@btlconsultants.com.mxpilar.floresBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:44:49.93e91a17-fe76-7ad2-e433-275483f0fb7c.pilar.flores@btlconsultants.com.mx N:pilar.flores;;;; FN:pilar.flores EMAIL;TYPE=INTERNET;TYPE=INTERNET:pilar.flores@btlconsultants.com.mx END:VCARD pilar.flores pilar.flores@btlconsultants.com.mx 4 3)U )yu2023-07-06 15:58:42diego.becerrildiego.becerril@btlconsultants.com.mxdiego.becerrilBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:44:42.92806f1c-f844-e62e-ce0c-2426a5422f2a.diego.becerril@btlconsultants.com.mx N:diego.becerril;;;; FN:diego.becerril EMAIL;TYPE=INTERNET;TYPE=INTERNET:diego.becerril@btlconsultants.com.mx END:VCARD diego.becerril diego.becerril@btlconsultants.com.mxn3 3#O #ai2023-07-06 15:58:42karen.avilakaren.avila@btlconsultants.com.mxkaren.avilaBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:44:37.9a50ae95-a870-ab47-6b2f-58423e975607.karen.avila@btlconsultants.com.mx N:karen.avila;;;; FN:karen.avila EMAIL;TYPE=INTERNET;TYPE=INTERNET:karen.avila@btlconsultants.com.mx END:VCARD karen.avila karen.avila@btlconsultants.com.mx2 3-Y - }2023-07-06 15:58:42jessica.victoriajessica.victoria@btlconsultants.com.mxjessica.victoriaBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:44:33.35f2122a-7cfb-9146-fb35-b4ce51415f63.jessica.victoria@btlconsultants.com.mx N:jessica.victoria;;;; FN:jessica.victoria EMAIL;TYPE=INTERNET;TYPE=INTERNET:jessica.victoria@btlconsultants.com.mx END:VCARD jessica.victoria jessica.victoria@btlconsultants.com.mx1 3+W +y2023-07-06 15:58:42carlos.carranzacarlos.carranza@btlconsultants.com.mxcarlos.carranzaBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:44:29.96463d8d-f651-acbe-637e-d461a06c3f29.carlos.carranza@btlconsultants.com.mx N:carlos.carranza;;;; FN:carlos.carranza EMAIL;TYPE=INTERNET;TYPE=INTERNET:carlos.carranza@btlconsultants.com.mx END:VCARD carlos.carranza carlos.carranza@btlconsultants.com.mx 0 3)U )yu2023-07-06 15:58:42mariana.ibarramariana.ibarra@btlconsultants.com.mxmariana.ibarraBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:44:26.ca8882a0-e015-20fe-44ab-452b85351e47.mariana.ibarra@btlconsultants.com.mx N:mariana.ibarra;;;; FN:mariana.ibarra EMAIL;TYPE=INTERNET;TYPE=INTERNET:mariana.ibarra@btlconsultants.com.mx END:VCARD mariana.ibarra mariana.ibarra@btlconsultants.com.mx/ 3+W +u2023-07-06 15:58:42jacqueline.arcejacqueline.arce@btlconsultants.com.mxjacqueline.arceBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:44:23.e4fb6f20-f239-8c64-390a-7e5224fd1d7c.jacqueline.arce@btlconsultants.com.mx N:jacqueline.arce;;;; FN:jacqueline.arce EMAIL;TYPE=INTERNET;TYPE=INTERNET:jacqueline.arce@btlconsultants.com.mx END:VCARD jacquline.arce jacquline.arce@btlconsultants.com.mxw. 3%Q %im2023-07-06 15:58:42donaji.nunezdonaji.nunez@btlconsultants.com.mxdonaji.nunezBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:44:20.ca1065d5-6966-3740-297c-4029d96abeb9.donaji.nunez@btlconsultants.com.mx N:donaji.nunez;;;; FN:donaji.nunez EMAIL;TYPE=INTERNET;TYPE=INTERNET:donaji.nunez@btlconsultants.com.mx END:VCARD donaji.nunez donaji.nunez@btlconsultants.com.mx u R ^'~wA 3%Q %im2023-07-06 15:58:43roman.morenoroman.moreno@btlconsultants.com.mxroman.morenoBEGIN:VCARD VERSION:3.0 UID:2023-02-0218:16:21.5353d2f8-024b-2aaf-3dcf-7e9195b0859b.roman.moreno@btlconsultants.com.mx N:roman.moreno;;;; FN:roman.moreno EMAIL;TYPE=INTERNET;TYPE=INTERNET:roman.moreno@btlconsultants.com.mx END:VCARD roman.moreno roman.moreno@btlconsultants.com.mx%@ 3/[ /2023-07-06 15:58:43alejandro.cabreraalejandro.cabrera@btlconsultants.com.mxalejandro.cabreraBEGIN:VCARD VERSION:3.0 UID:2023-02-0218:13:34.d41161e1-6061-9a4e-4e20-22e72def3dae.alejandro.cabrera@btlconsultants.com.mx N:alejandro.cabrera;;;; FN:alejandro.cabrera EMAIL;TYPE=INTERNET;TYPE=INTERNET:alejandro.cabrera@btlconsultants.com.mx END:VCARD alejandro.cabrera alejandro.cabrera@btlconsultants.com.mx ? 3)U )yu2023-07-06 15:58:43lizzete.floreslizzete.flores@btlconsultants.com.mxlizzete.floresBEGIN:VCARD VERSION:3.0 UID:2023-02-0218:12:56.732a2482-ae81-4810-2f2d-a9bdbd1f8850.lizzete.flores@btlconsultants.com.mx N:lizzete.flores;;;; FN:lizzete.flores EMAIL;TYPE=INTERNET;TYPE=INTERNET:lizzete.flores@btlconsultants.com.mx END:VCARD lizzete.flores lizzete.flores@btlconsultants.com.mxH> 3K AY2023-07-06 15:58:43aruizaruiz@qro.btlconsultants.com.mxaruizBEGIN:VCARD VERSION:3.0 UID:2023-02-0216:53:35.8ba0532f-2801-868e-6626-9dc0370e7d9f.aruiz@qro.btlconsultants.com.mx N:aruiz;;;; FN:aruiz EMAIL;TYPE=INTERNET;TYPE=INTERNET:aruiz@qro.btlconsultants.com.mx END:VCARD aruiz aruiz@qro.btlconsultants.com.mxZ= 3O Qa2023-07-06 15:58:43fvargasfvargas@qro.btlconsultants.com.mxfvargasBEGIN:VCARD VERSION:3.0 UID:2023-02-0216:52:12.2c683cb7-2fdc-d891-892f-a50a4d99e026.fvargas@qro.btlconsultants.com.mx N:fvargas;;;; FN:fvargas EMAIL;TYPE=INTERNET;TYPE=INTERNET:fvargas@qro.btlconsultants.com.mx END:VCARD fvargas fvargas@qro.btlconsultants.com.mx\< 3K Qa2023-07-06 15:58:43luis.diasluis.dias@btlconsultants.com.mxluis.diasBEGIN:VCARD VERSION:3.0 UID:2023-02-0122:24:44.38d48aa7-c482-6d3e-6a73-035f75668006.luis.dias@btlconsultants.com.mx N:luis.dias;;;; FN:luis.dias EMAIL;TYPE=INTERNET;TYPE=INTERNET:luis.dias@btlconsultants.com.mx END:VCARD luis.dias luis.dias@btlconsultants.com.mx; 3+W +u2023-07-06 15:58:43miguel.saavedramiguel.saavedra@btlconsultants.com.mxmiguel.saavedraBEGIN:VCARD VERSION:3.0 UID:2023-02-0122:24:15.66dd7de1-65a0-aa27-9437-d1edf62126e1.miguel.saavedra@btlconsultants.com.mx N:miguel.saavedra;;;; FN:miguel.saavedra EMAIL;TYPE=INTERNET;TYPE=INTERNET:miguel.saavedra@btlconsultants.com.mx END:VCARD migul.saavedra migul.saavedra@btlconsultants.com.mx: 3-Y - }2023-07-06 15:58:43rocio.valdespinorocio.valdespino@btlconsultants.com.mxrocio.valdespinoBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:45:24.da1b5f82-064f-01d6-8d81-b9235a5771c6.rocio.valdespino@btlconsultants.com.mx N:rocio.valdespino;;;; FN:rocio.valdespino EMAIL;TYPE=INTERNET;TYPE=INTERNET:rocio.valdespino@btlconsultants.com.mx END:VCARD rocio.valdespino rocio.valdespino@btlconsultants.com.mx9 3'S 'qq2023-07-06 15:58:43jennifer.lunajennifer.luna@btlconsultants.com.mxjennifer.lunaBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:45:15.3927c522-8ba0-f04c-9772-5d3bbc8137a1.jennifer.luna@btlconsultants.com.mx N:jennifer.luna;;;; FN:jennifer.luna EMAIL;TYPE=INTERNET;TYPE=INTERNET:jennifer.luna@btlconsultants.com.mx END:VCARD jennifer.luna jennifer.luna@btlconsultants.com.mx8 3)U )yq2023-07-06 15:58:43noemi.federiconoemi.federico@btlconsultants.com.mxnoemi.federicoBEGIN:VCARD VERSION:3.0 UID:2023-02-0121:45:09.6824debe-80b1-3239-0a4d-b952dfca33e9.noemi.federico@btlconsultants.com.mx N:noemi.federico;;;; FN:noemi.federico EMAIL;TYPE=INTERNET;TYPE=INTERNET:noemi.federico@btlconsultants.com.mx END:VCARD nomi.federico nomi.federico@btlconsultants.com.mx ! dtX< x\@$ | ` D ( da 3 a2023-07-06 15:58:44` 3 `2023-07-06 15:58:43_ 3 _2023-07-06 15:58:43^ 3 ^2023-07-06 15:58:43] 3 ]2023-07-06 15:58:43\ 3 \2023-07-06 15:58:43[ 3 [2023-07-06 15:58:43Z 3 Z2023-07-06 15:58:43Y 3 Y2023-07-06 15:58:43X 3 X2023-07-06 15:58:43W 3 W2023-07-06 15:58:43V 3 V2023-07-06 15:58:43U 3 U2023-07-06 15:58:43T 3 T2023-07-06 15:58:43S 3 S2023-07-06 15:58:43R 3 R2023-07-06 15:58:43Q 3 Q2023-07-06 15:58:43P 3 P2023-07-06 15:58:43O 3 O2023-07-06 15:58:43N 3 N2023-07-06 15:58:43M 3 M2023-07-06 15:58:43L 3 L2023-07-06 15:58:43K 3 K2023-07-06 15:58:43J 3 J2023-07-06 15:58:43I 3 I2023-07-06 15:58:43H 3 H2023-07-06 15:58:43G 3 G2023-07-06 15:58:43F 3 F2023-07-06 15:58:43E 3 E2023-07-06 15:58:43D 3 D2023-07-06 15:58:43C 3 C2023-07-06 15:58:43B 3 B2023-07-06 15:58:43A 3 A2023-07-06 15:58:43  9 v !j9ZL 3O Qa2023-07-06 15:58:43e.lopeze.lopez@mty.btlconsultants.com.mxe.lopezBEGIN:VCARD VERSION:3.0 UID:2023-02-0917:43:27.152d1eac-c8bb-663f-571e-072ee3c7bb43.e.lopez@mty.btlconsultants.com.mx N:e.lopez;;;; FN:e.lopez EMAIL;TYPE=INTERNET;TYPE=INTERNET:e.lopez@mty.btlconsultants.com.mx END:VCARD e.lopez e.lopez@mty.btlconsultants.com.mxsK 3!U !ii2023-07-06 15:58:43jrodriguezjrodriguez@bcs.btlconsultants.com.mxjrodriguezBEGIN:VCARD VERSION:3.0 UID:2023-02-0917:41:04.65a702c3-d986-ac16-ad9c-d14b75abe665.jrodriguez@bcs.btlconsultants.com.mx N:jrodriguez;;;; FN:jrodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:jrodriguez@bcs.btlconsultants.com.mx END:VCARD jrodriguz jrodriguz@bcs.btlconsultants.com.mxaJ 3S Yc2023-07-06 15:58:43eabarcaeabarca@guerr.btlconsultants.com.mxeabarcaBEGIN:VCARD VERSION:3.0 UID:2023-02-0917:39:27.aad4f47c-1775-a3f0-b5d2-173e541dd893.eabarca@guerr.btlconsultants.com.mx N:eabarca;;;; FN:eabarca EMAIL;TYPE=INTERNET;TYPE=INTERNET:eabarca@guerr.btlconsultants.com.mx END:VCARD eabarca eabarca@gurr.btlconsultants.com.mxQI 3M I]2023-07-06 15:58:43freyesfreyes@gdl.btlconsultants.com.mxfreyesBEGIN:VCARD VERSION:3.0 UID:2023-02-0818:23:15.8a1e595b-ebbe-8504-4c63-2eecd95f8ea0.freyes@gdl.btlconsultants.com.mx N:freyes;;;; FN:freyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:freyes@gdl.btlconsultants.com.mx END:VCARD freyes freyes@gdl.btlconsultants.com.mxUH 3O M_2023-07-06 15:58:43mreyesmreyes@chih.btlconsultants.com.mxmreyesBEGIN:VCARD VERSION:3.0 UID:2023-02-0818:21:50.6ddafbb6-3e1a-1b33-5ea9-c4aa87ae2aa1.mreyes@chih.btlconsultants.com.mx N:mreyes;;;; FN:mreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:mreyes@chih.btlconsultants.com.mx END:VCARD mreyes mreyes@chih.btlconsultants.com.mxZG 3O Qa2023-07-06 15:58:43gjordangjordan@ver.btlconsultants.com.mxgjordanBEGIN:VCARD VERSION:3.0 UID:2023-02-0818:05:17.aa8c886a-6e06-91a8-4e9f-7bbce8741318.gjordan@ver.btlconsultants.com.mx N:gjordan;;;; FN:gjordan EMAIL;TYPE=INTERNET;TYPE=INTERNET:gjordan@ver.btlconsultants.com.mx END:VCARD gjordan gjordan@ver.btlconsultants.com.mxQF 3M I]2023-07-06 15:58:43yochoayochoa@tab.btlconsultants.com.mxyochoaBEGIN:VCARD VERSION:3.0 UID:2023-02-0720:04:53.4ac51614-9afa-a48a-545a-e4003f62ca82.yochoa@tab.btlconsultants.com.mx N:yochoa;;;; FN:yochoa EMAIL;TYPE=INTERNET;TYPE=INTERNET:yochoa@tab.btlconsultants.com.mx END:VCARD yochoa yochoa@tab.btlconsultants.com.mxZE 3O Qa2023-07-06 15:58:43lrreyeslrreyes@oax.btlconsultants.com.mxlrreyesBEGIN:VCARD VERSION:3.0 UID:2023-02-0720:03:35.5d78cb38-be57-cde7-51ed-528e3d135bef.lrreyes@oax.btlconsultants.com.mx N:lrreyes;;;; FN:lrreyes EMAIL;TYPE=INTERNET;TYPE=INTERNET:lrreyes@oax.btlconsultants.com.mx END:VCARD lrreyes lrreyes@oax.btlconsultants.com.mxaD 3Q Ya2023-07-06 15:58:43afuentesafuentes@ver.btlconsultants.com.mxafuentesBEGIN:VCARD VERSION:3.0 UID:2023-02-0319:56:02.03f9fbda-d57b-4dd5-38ae-39725fcd0745.afuentes@ver.btlconsultants.com.mx N:afuentes;;;; FN:afuentes EMAIL;TYPE=INTERNET;TYPE=INTERNET:afuentes@ver.btlconsultants.com.mx END:VCARD afuntes afuntes@ver.btlconsultants.com.mxcC 3Q Ye2023-07-06 15:58:43cnegretecnegrete@gdl.btlconsultants.com.mxcnegreteBEGIN:VCARD VERSION:3.0 UID:2023-02-0319:54:15.5bef0f93-1626-c584-4a2a-54e58113d1ec.cnegrete@gdl.btlconsultants.com.mx N:cnegrete;;;; FN:cnegrete EMAIL;TYPE=INTERNET;TYPE=INTERNET:cnegrete@gdl.btlconsultants.com.mx END:VCARD cnegrete cnegrete@gdl.btlconsultants.com.mx\B 3K Qa2023-07-06 15:58:43luis.diazluis.diaz@btlconsultants.com.mxluis.diazBEGIN:VCARD VERSION:3.0 UID:2023-02-0221:10:16.0bc8fd1f-0d37-f4ed-e4a1-559aabf385ee.luis.diaz@btlconsultants.com.mx N:luis.diaz;;;; FN:luis.diaz EMAIL;TYPE=INTERNET;TYPE=INTERNET:luis.diaz@btlconsultants.com.mx END:VCARD luis.diaz luis.diaz@btlconsultants.com.mx \ . `"L\sW 3!U !ii2023-07-06 15:58:43erodriguezerodriguez@ver.btlconsultants.com.mxerodriguezBEGIN:VCARD VERSION:3.0 UID:2023-02-1318:25:55.d3a6ad20-3191-e0d3-7e95-03876a63d6af.erodriguez@ver.btlconsultants.com.mx N:erodriguez;;;; FN:erodriguez EMAIL;TYPE=INTERNET;TYPE=INTERNET:erodriguez@ver.btlconsultants.com.mx END:VCARD erodriguz erodriguz@ver.btlconsultants.com.mxuV 3!U !im2023-07-06 15:58:43opalomaresopalomares@bcn.btlconsultants.com.mxopalomaresBEGIN:VCARD VERSION:3.0 UID:2023-02-1318:24:48.f0956f6e-9ad7-aea5-6c04-d74957c358ed.opalomares@bcn.btlconsultants.com.mx N:opalomares;;;; FN:opalomares EMAIL;TYPE=INTERNET;TYPE=INTERNET:opalomares@bcn.btlconsultants.com.mx END:VCARD opalomares opalomares@bcn.btlconsultants.com.mxtU 3!U !ik2023-07-06 15:58:43mhernandezmhernandez@pue.btlconsultants.com.mxmhernandezBEGIN:VCARD VERSION:3.0 UID:2023-02-1316:05:44.07c749d1-ea8e-740c-a5e2-323aaf01597d.mhernandez@pue.btlconsultants.com.mx N:mhernandez;;;; FN:mhernandez EMAIL;TYPE=INTERNET;TYPE=INTERNET:mhernandez@pue.btlconsultants.com.mx END:VCARD mhernandez mhernandez@pu.btlconsultants.com.mxZT 3O Qa2023-07-06 15:58:43nfloresnflores@son.btlconsultants.com.mxnfloresBEGIN:VCARD VERSION:3.0 UID:2023-02-0921:17:19.1b9761f2-726d-748d-cb7b-337d16dfaee2.nflores@son.btlconsultants.com.mx N:nflores;;;; FN:nflores EMAIL;TYPE=INTERNET;TYPE=INTERNET:nflores@son.btlconsultants.com.mx END:VCARD nflores nflores@son.btlconsultants.com.mxuS 3!U !im2023-07-06 15:58:43egutierrezegutierrez@gto.btlconsultants.com.mxegutierrezBEGIN:VCARD VERSION:3.0 UID:2023-02-0919:47:24.ce83fe61-c493-6476-b8cb-e8247e7402fc.egutierrez@gto.btlconsultants.com.mx N:egutierrez;;;; FN:egutierrez EMAIL;TYPE=INTERNET;TYPE=INTERNET:egutierrez@gto.btlconsultants.com.mx END:VCARD egutierrez egutierrez@gto.btlconsultants.com.mxZR 3O Qa2023-07-06 15:58:43a.sauria.sauri@vdm.btlconsultants.com.mxa.sauriBEGIN:VCARD VERSION:3.0 UID:2023-02-0919:46:14.3bc0ee77-c5ca-c050-f930-70744716ab88.a.sauri@vdm.btlconsultants.com.mx N:a.sauri;;;; FN:a.sauri EMAIL;TYPE=INTERNET;TYPE=INTERNET:a.sauri@vdm.btlconsultants.com.mx END:VCARD a.sauri a.sauri@vdm.btlconsultants.com.mxcQ 3Q Ye2023-07-06 15:58:43d_torresd_torres@vdm.btlconsultants.com.mxd_torresBEGIN:VCARD VERSION:3.0 UID:2023-02-0919:44:38.0a4d300e-17ef-1f49-72b8-2cb81626d1e6.d_torres@vdm.btlconsultants.com.mx N:d_torres;;;; FN:d_torres EMAIL;TYPE=INTERNET;TYPE=INTERNET:d_torres@vdm.btlconsultants.com.mx END:VCARD d_torres d_torres@vdm.btlconsultants.com.mxuP 3!U !im2023-07-06 15:58:43e_monsalvoe_monsalvo@vdm.btlconsultants.com.mxe_monsalvoBEGIN:VCARD VERSION:3.0 UID:2023-02-0918:02:05.3bc1eed0-5252-4976-c98d-18846de864a9.e_monsalvo@vdm.btlconsultants.com.mx N:e_monsalvo;;;; FN:e_monsalvo EMAIL;TYPE=INTERNET;TYPE=INTERNET:e_monsalvo@vdm.btlconsultants.com.mx END:VCARD e_monsalvo e_monsalvo@vdm.btlconsultants.com.mxQO 3M I]2023-07-06 15:58:43d_cruzd_cruz@vdm.btlconsultants.com.mxd_cruzBEGIN:VCARD VERSION:3.0 UID:2023-02-0917:53:40.bbbd30e0-d893-b775-f111-0b564848db5d.d_cruz@vdm.btlconsultants.com.mx N:d_cruz;;;; FN:d_cruz EMAIL;TYPE=INTERNET;TYPE=INTERNET:d_cruz@vdm.btlconsultants.com.mx END:VCARD d_cruz d_cruz@vdm.btlconsultants.com.mxuN 3!U !im2023-07-06 15:58:43a_arellanoa_arellano@vdm.btlconsultants.com.mxa_arellanoBEGIN:VCARD VERSION:3.0 UID:2023-02-0917:49:53.0487dd27-fc99-7a29-5e66-49a88e51f2d1.a_arellano@vdm.btlconsultants.com.mx N:a_arellano;;;; FN:a_arellano EMAIL;TYPE=INTERNET;TYPE=INTERNET:a_arellano@vdm.btlconsultants.com.mx END:VCARD a_arellano a_arellano@vdm.btlconsultants.com.mxUM 3O M_2023-07-06 15:58:43c_riosc_rios@coah.btlconsultants.com.mxc_riosBEGIN:VCARD VERSION:3.0 UID:2023-02-0917:45:48.4d003fe1-d31f-527e-ae5f-280a7d930d1a.c_rios@coah.btlconsultants.com.mx N:c_rios;;;; FN:c_rios EMAIL;TYPE=INTERNET;TYPE=INTERNET:c_rios@coah.btlconsultants.com.mx END:VCARD c_rios c_rios@coah.btlconsultants.com.mx . D o g.la 3S ai2023-07-06 15:58:43manolascomanolasco@slp.btlconsultants.com.mxmanolascoBEGIN:VCARD VERSION:3.0 UID:2023-02-1522:09:51.215dd85d-f1d7-90ee-b1bb-7a479fcde5ff.manolasco@slp.btlconsultants.com.mx N:manolasco;;;; FN:manolasco EMAIL;TYPE=INTERNET;TYPE=INTERNET:manolasco@slp.btlconsultants.com.mx END:VCARD manolasco manolasco@slp.btlconsultants.com.mxZ` 3O Qa2023-07-06 15:58:43g.perezg.perez@vdm.btlconsultants.com.mxg.perezBEGIN:VCARD VERSION:3.0 UID:2023-02-1322:36:49.3b654851-a5cb-af61-dc9b-6e6198cf3fc3.g.perez@vdm.btlconsultants.com.mx N:g.perez;;;; FN:g.perez EMAIL;TYPE=INTERNET;TYPE=INTERNET:g.perez@vdm.btlconsultants.com.mx END:VCARD g.perez g.perez@vdm.btlconsultants.com.mxg_ 3S ]g2023-07-06 15:58:43j_aumadaj_aumada@qroo.btlconsultants.com.mxj_aumadaBEGIN:VCARD VERSION:3.0 UID:2023-02-1322:31:33.b936e0f2-b45c-77ec-eb8e-fe8ce1af5a85.j_aumada@qroo.btlconsultants.com.mx N:j_aumada;;;; FN:j_aumada EMAIL;TYPE=INTERNET;TYPE=INTERNET:j_aumada@qroo.btlconsultants.com.mx END:VCARD j_aumada j_aumada@qroo.btlconsultants.com.mxQ^ 3M I]2023-07-06 15:58:43dperezdperez@slp.btlconsultants.com.mxdperezBEGIN:VCARD VERSION:3.0 UID:2023-02-1320:03:55.c8273501-218a-1fba-5999-dbd87352f975.dperez@slp.btlconsultants.com.mx N:dperez;;;; FN:dperez EMAIL;TYPE=INTERNET;TYPE=INTERNET:dperez@slp.btlconsultants.com.mx END:VCARD dperez dperez@slp.btlconsultants.com.mxQ] 3M I]2023-07-06 15:58:43cgamezcgamez@slp.btlconsultants.com.mxcgamezBEGIN:VCARD VERSION:3.0 UID:2023-02-1320:02:32.2d6c2779-9032-db6a-f7fd-bef99b1c83ba.cgamez@slp.btlconsultants.com.mx N:cgamez;;;; FN:cgamez EMAIL;TYPE=INTERNET;TYPE=INTERNET:cgamez@slp.btlconsultants.com.mx END:VCARD cgamez cgamez@slp.btlconsultants.com.mxZ\ 3O Qa2023-07-06 15:58:43r.sobalr.sobal@ver.btlconsultants.com.mxr.sobalBEGIN:VCARD VERSION:3.0 UID:2023-02-1319:23:03.83040766-cbbe-5437-4139-3d87d4b7b93e.r.sobal@ver.btlconsultants.com.mx N:r.sobal;;;; FN:r.sobal EMAIL;TYPE=INTERNET;TYPE=INTERNET:r.sobal@ver.btlconsultants.com.mx END:VCARD r.sobal r.sobal@ver.btlconsultants.com.mxa[ 3Q Ya2023-07-06 15:58:43afuentesafuentes@vdm.btlconsultants.com.mxafuentesBEGIN:VCARD VERSION:3.0 UID:2023-02-1319:07:15.78e71cee-42fa-7046-08f3-12cf24ebb6b8.afuentes@vdm.btlconsultants.com.mx N:afuentes;;;; FN:afuentes EMAIL;TYPE=INTERNET;TYPE=INTERNET:afuentes@vdm.btlconsultants.com.mx END:VCARD afuntes afuntes@vdm.btlconsultants.com.mxlZ 3S ai2023-07-06 15:58:43e.jimeneze.jimenez@vdm.btlconsultants.com.mxe.jimenezBEGIN:VCARD VERSION:3.0 UID:2023-02-1318:53:34.f69f3a73-6e03-5921-0d3d-e7bfad683c35.e.jimenez@vdm.btlconsultants.com.mx N:e.jimenez;;;; FN:e.jimenez EMAIL;TYPE=INTERNET;TYPE=INTERNET:e.jimenez@vdm.btlconsultants.com.mx END:VCARD e.jimenez e.jimenez@vdm.btlconsultants.com.mxZY 3O Qa2023-07-06 15:58:43tgarciatgarcia@mty.btlconsultants.com.mxtgarciaBEGIN:VCARD VERSION:3.0 UID:2023-02-1318:38:58.e4339da4-baba-6299-50d7-eb0907604906.tgarcia@mty.btlconsultants.com.mx N:tgarcia;;;; FN:tgarcia EMAIL;TYPE=INTERNET;TYPE=INTERNET:tgarcia@mty.btlconsultants.com.mx END:VCARD tgarcia tgarcia@mty.btlconsultants.com.mxZX 3O Qa2023-07-06 15:58:43ztorresztorres@gdl.btlconsultants.com.mxztorresBEGIN:VCARD VERSION:3.0 UID:2023-02-1318:27:21.7b2c6d87-aabc-9288-8644-beae9a4c171e.ztorres@gdl.btlconsultants.com.mx N:ztorres;;;; FN:ztorres EMAIL;TYPE=INTERNET;TYPE=INTERNET:ztorres@gdl.btlconsultants.com.mx END:VCARD ztorres ztorres@gdl.btlconsultants.com.mx