LEON, Guanajuato – Jesus, a conch-eater, was shot and killed outside a business in the San Felipe de Jess neighborhood.
The victim was identified as Jesus Valdez, aged between 30 and 35; Neighbors commented that the man A few months back he was attacked with bullets.
The murder took place a few minutes after 3:00 pm. On Sion Avenue corner along Babel Street.
ALSO: Violence in Leon, butcher injured in Colinas de la Platas
They kill a man in San Felipe de Jesus. The Public Ministry intervened at the crime scene to carry out the investigation. Photo: AM
Hitmen enter and Jesus is out of business, but bullets hit him.
Witnesses and merchants commented that Jesus was inside the seafood restaurant at the time. Many men arrived and entered by force,


The area of the murder was demarcated in order to be able to work on the investigation. Photo: AM
After this, when Jesus saw his attackers, he ran to the street, but was caught by armed men and shot repeatedly.
Because of the effects it received, Jesus disappeared, so merchants tried to help him while others marked him 911 emergency number.
Paramedics arrived at the scene, but when they gave Jesus first aid, they could do nothing for him, he was already dead.
Police officers cordoned off the area. City police and Mexican army agents. public ministry agent He has started investigation.
what’s more:
Accident in Irapuato: Drunk driver runs red light and runs over a policeman
Accident in Irapuato: A drunk driver ran a red light and Mariano J. A police officer traveling on a motorcycle was crushed on Garcia Boulevard. full note
even on video
‘I want justice’ version of survivor of attack by National Guard in Irapuato
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', "https://circulo.am.com.mx/suscribir-8am.php", 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="https://news.google.com/"; }else{ location.reload(); } }, 3000);
}
} }
request.open( 'POST', "https://circulo.am.com.mx/send/am/login-article/", 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 = "https://connect.facebook.net/es_LA/sdk.js"; 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="https://news.google.com/"; }else{ location.reload(); } } } }
request.open( 'POST', "https://circulo.am.com.mx/send/am/registrosocial/", true); request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); request.send(objectToQueryString( params )); console.log(objectToQueryString( params ));
}