Accidente en León, Guanajuato.- Naciones Unidas hombre que caminaba por la ciclovia de la calle Calzada de los Héroes, en La Martinica, murió tras posiblemente sufrir un infarto.
La victima de entre 40 y 45 añoshasta el momento no ha sido identificado.
El deceso se hizo minutos antes de las 10:30 de la mañana de este sábado, sobre la calle Calzada de los Héroes cruce con la calle 11 de Junio, casi frente a la Biblioteca Central Estatal Wigberto Jiménez Moreno.
Accidente en León: Hombre caminaba rumbo al Centro cuando murió
De acuerdo con testigos, el hombre caminaba sobre la ciclovía en dirección a la Zona Centropero poco antes de llegar a la calle 11 de Junio, sufrio el infarto y murio.
El Sistema Único de Emergencias 911 recibió el informe y al sitio acudieron elementos de Protección Civil, pero la víctima ya no presentó signos vitales.
En la zona se hicieron presentes agentes de Policía Vial, así como policías municipales, quienes acordonaron el área para evitar el paso de los curiosos.

Accidente en León: El hombre de desvaneció cuando caminaba rumbo al Centro, murió debido a un infarto. Foto: Personal AM.
Se espera la llegada de personal de la Fiscalía General del Estado para iniciar con los peritajes correspondientes y después trasladar el cuerpo a las instalaciones de Semefo para practicarle la necropsia de ley y determinar su identidad.
TE PUEDE INTERESAR: Acribillan a mujer en ‘casa de pánico’ en León
ADEMÁS: Graban ‘in fraganti’ a conductores ebrios en León
ÉCHALE UN VISTAZO: Se quedan sin luz 12 horas. Afecta apagon a 4 colonias de leon
SOY
function objectToQueryString( obj ) { return Object.keys( obj ).map(function( key ) { return encodeURIComponent( key ) + '=' + encodeURIComponent( obj[ key ] ); }).join( '&' ); }
function amEmail(){ var email__am = document.querySelector( "#form-email-login-article").value, nombre__am = document.querySelector( "#form-nombre-login-article").value, apellido__am = document.querySelector( "#form-apellido-login-article").value;
var params="email=" + email__am + '&nombre=" + nombre__am + "&apellido=' + apellido__am ; var request = new XMLHttpRequest();
request.onreadystatechange = function() { if ( request.readyState == 4 && request.status == 200 ){ var requestJSON = JSON.parse( request.responseText ); console.log(requestJSON); console.log(requestJSON.result);
} }
request.open( 'POST', " true); request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); request.send(params);
} function openForm(){
btnEditarEmail.style.display = "none"; actionLoginArticle.setAttribute("value", "0"); inputEmailLoginArticle.disabled = false; FormCrearArticle.style.display ="none"; LoginAarticleShow.style.display ="none"; inputPassLoginArticle.disabled = true; inputNombreLoginArticle.disabled = true; inputApellidoLoginArticle.disabled = true; messageLoginArticle.innerHTML = ""; document.querySelector(".form--box__btn_login-article" ).innerHTML = "Continuar"; document.querySelector( ".block-social").style.height = "auto"; document.querySelector( ".check_8am").style.display = "none"; document.querySelector( ".terminos_crear_cuenta").style.display = "none"; document.querySelector( ".parrafo-login-article_02").style.display = "block"; document.querySelector( ".form--box__btn_login-article" ).style.opacity = "1"; document.querySelector( ".form--box__btn_login-article" ).disabled = false; document.querySelector( "#suscribeAM").disabled = true; document.querySelector( "#form-email-login-article" ).disabled = false;
} function recuperaPass(){ if( ModalRecupera.classList.contains( "login-open" ) ){ ModalRecupera.classList.remove( "login-open" ); ModalLogin.classList.add( "login-open" ); }else{ ModalLogin.classList.remove( "login-open" ); ModalRecupera.classList.add( "login-open" ); limpiarFormulario(); }
}
var FormLoginArticle = document.querySelector( "#form-login-am-article" ), inputEmailLoginArticle = FormLoginArticle .querySelector( "#form-email-login-article" ), inputPassLoginArticle = FormLoginArticle .querySelector( "#form-pass-login-article" ), inputNombreLoginArticle =FormLoginArticle .querySelector( "#form-nombre-login-article" ), inputApellidoLoginArticle =FormLoginArticle .querySelector( "#form-apellido-login-article" ), BtnpreloadArticle = FormLoginArticle .querySelector( ".preloadLoginArticle" ), LoginAarticleShow = FormLoginArticle .querySelector( ".login-article-show" ), messageLoginArticle = FormLoginArticle .querySelector( ".form--box__mensaje_login-article" ), messageLoginArticleBefore = FormLoginArticle .querySelector( ".login-Before" ), actionLoginArticle = FormLoginArticle .querySelector( "#action-login-article" ), btnEditarEmail = FormLoginArticle .querySelector( ".btn-editar-email" ), BtnRecuperaArticle = document.querySelector( ".a-recuperar-article" ), FormCrearArticle = FormLoginArticle .querySelector( ".form-crear" );
BtnRecuperaArticle.addEventListener( "click", recuperaPass, false ); FormLoginArticle .addEventListener( "submit", onSubmitLoginArticle, false );
function onSubmitLoginArticle(){ event.preventDefault(); var urlRegistro = window.parent.location.href;
BtnpreloadArticle.style.opacity = "1"; messageLoginArticle.innerHTML = ""; messageLoginArticleBefore.innerHTML = ""; btnEditarEmail.style.display = "block"; inputEmailLoginArticle.disabled = true;
var params = { email: inputEmailLoginArticle.value, password: inputPassLoginArticle.value, nombre: inputNombreLoginArticle.value, apellido: inputApellidoLoginArticle.value, action: actionLoginArticle.value, url_registro:urlRegistro
};
var request = new XMLHttpRequest();
request.onreadystatechange = function() { if ( request.readyState == 4 && request.status == 200 ){
BtnpreloadArticle.style.opacity = "0"; var requestJSON = JSON.parse( request.responseText ); console.log(requestJSON);
var Accion_Form = requestJSON['estatus_form']; var checkBox = document.getElementById("suscribeAM");
if (checkBox.checked == true){ amEmail(); }
var RespuestaAction = requestJSON['estatus_Respuesta']; var estatus = requestJSON['estatus']; var estatus_check = requestJSON['estatus_check'];
if(RespuestaAction == 1){ actionLoginArticle.setAttribute("value", "Login_Social"); document.querySelector( ".form--box__btn_login-article" ).innerHTML = "Crear contraseña";
}else if(RespuestaAction == 2){ actionLoginArticle.setAttribute("value", "Login"); LoginAarticleShow.style.display ="block"; inputPassLoginArticle.disabled = false; document.querySelector( ".block-social").style.height = "0px";
}else if(RespuestaAction == 3){
document.querySelector( ".form--box__btn_login-article" ).innerHTML = "Crear Cuenta"; FormCrearArticle.style.display ="block"; LoginAarticleShow.style.display ="block"; inputPassLoginArticle.disabled = false; inputNombreLoginArticle.disabled = false; inputApellidoLoginArticle.disabled = false; actionLoginArticle.setAttribute("value", "Crear"); document.querySelector( ".div-recuperar").style.display = "none"; document.querySelector( ".block-social").style.height = "0px"; document.querySelector( "#suscribeAM").disabled = false; document.querySelector( ".check_8am").style.display = "block"; document.querySelector( ".terminos_crear_cuenta").style.display = "block"; document.querySelector( ".parrafo-login-article_02").style.display = "none";
}else{ actionLoginArticle.setAttribute("value", ""); }
if(estatus_check){
messageLoginArticleBefore.innerHTML = requestJSON['estatus_text']; messageLoginArticleBefore.style.display ="block";
actionLoginArticle.setAttribute("value", requestJSON['estatus_Respuesta']);
}
if(estatus == false){ messageLoginArticle.innerHTML = requestJSON['estatus_text_action']; actionLoginArticle.setAttribute("value", requestJSON['estatus_Respuesta']); document.querySelector( ".form--box__btn_login-article" ).innerHTML = "Continuar";
var btn_continuar = requestJSON['btn_continuar']; if(btn_continuar == true){ document.querySelector( ".form--box__btn_login-article" ).style.opacity = "0.4"; document.querySelector( ".form--box__btn_login-article" ).disabled = true; document.querySelector( "#form-email-login-article" ).disabled = true; document.querySelector( ".btn-editar-email").style.display = "none"; }
}else if(estatus == true){ var href = location.href; var hrefLocation = href.match(/([^\/]*)\/*$/)[1]; messageLoginArticle.innerHTML = requestJSON['estatus_text_action']; window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event' : 'login', 'login_page_url': document.location.href, 'login_page_title': document.title });
setTimeout(function(){ var token = requestJSON['token']; setCookie('token_login_am',token,30);
var href = location.href; var hrefLocation = href.match(/([^\/]*)\/*$/)[1];
if(hrefLocation == 'sign-in' || hrefLocation == 'forgot-password'){ location.href=" }else{ location.reload(); } }, 3000);
}
} }
request.open( 'POST', " true); request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); request.send(objectToQueryString( params ));
}
/**Social**/
function getCookie(cname) {
let name = cname + "=";
let decodedCookie = decodeURIComponent(document.cookie);
let ca = decodedCookie.split(';');
for(let i = 0; i
}
window.fbAsyncInit = function() { FB.init({ appId : '1258211021258612', cookie : true, xfbml : true, version : 'v11.0' }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = " fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
window.addEventListener('load', (event) => { FB.getLoginStatus(function(response) { // See the onlogin handler statusChangeCallback(response); }); });
function statusChangeCallback(response) { // Called with the results from FB.getLoginStatus(). console.log(response); // The current login status of the person. if (response.status === 'connected') { // Logged into your webpage and Facebook.
} else { // Not logged into your webpage or we are unable to tell.
} }
function onloginfacebook(){ FB.login((response) => { if(response.authResponse){ FB.api('/me', { locale: 'en_US', fields: 'first_name, email, last_name' }, function(response) {
var socialcokkie = getCookie('token_login_am');
if(socialcokkie != "social" || socialcokkie.length == 0){ signUpSocial(response.first_name,response.last_name,response.email,"facebook"); } });
} },{scope: 'email,public_profile'}) }
function signUpSocial(nombre,apellido,correo,type){
var urlRegistro = window.parent.location.href;
if(getCookie('token_login_am') == "social") return;
var params = { nombre: nombre, apellido: apellido, emailregistro: correo, passregistro: "", url_registro:urlRegistro
};
var request = new XMLHttpRequest();
request.onreadystatechange = function() { if ( request.readyState == 4 && request.status == 200 ){ var requestJSON = JSON.parse( request.responseText ); console.log(requestJSON); console.log(requestJSON.result); console.log(requestJSON['estatus_text']);
if(requestJSON['estatus_registro'] == true){ setCookie('token_login_am',"social",30); console.log("ESTATUS REGISTRO TRUE"); console.log(type); if(type == "facebook"){ window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event' : 'login_facebook', 'login_page_url': document.location.href, 'login_page_title': document.title }); }else if(type == "google"){ window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event' : 'login_google', 'login_page_url': document.location.href, 'login_page_title': document.title }); }
var href = location.href; var hrefLocation = href.match(/([^\/]*)\/*$/)[1];
if(hrefLocation == 'sign-in' || hrefLocation == 'forgot-password'){ location.href=" }else{ location.reload(); } } } }
request.open( 'POST', " true); request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); request.send(objectToQueryString( params )); console.log(objectToQueryString( params ));
}
Puede consultar la nota original aqui https://www.am.com.mx/leon/Accidente-en-Leon-Muere-hombre-de-infarto-en-Calzada-de-los-Heroes-en-La-Martinica-20220618-0014.html