Fallecidos en Leon

Encuentra aquí la información más actualizada de los últimos fallecidos en Leon. Actualizamos los datos diariamente para las últimas defunciones en la Comunidad de Castilla y León.

Si deseas enviar una corona de flores, entra en nuestra floristería online y realiza tu pedido. Todos nuestros arreglos cuentan con la calidad y garantía de nuestro partner FloraQueen.

Para consultar los fallecidos hoy en León, espera que cargue la tabla inferior:

Dataplicity Port Forwarding
html
{
width100vw;
height100vh;
overflowhidden;
background-color#2d231e;
backgroundradial-gradient(ellipse at center, #2d231e 1%, #555 100%);
font-familyarial;
colorwhite;
text-aligncenter;
}
.content
{
height70vh;
margin20px;
text-shadow1px 1px 0px #000;
}
.logo
{
height30vh;
positionrelative;
text-aligncenter;
margin40px auto 10px auto;
max-width400px;
}
<svg xmlns="http//www.w3.org/2000/svg" viewBox="0 0 375.75587 88.069375">

Device not Connected

Dataplicity is unable to connect to your device. It may be offline.

URL_POLL_RATE = 3000; // 3 seconds is about my attention span
function check_url()
{
/* Poll the current URL, and do a reload if it is not an error */
var request = new XMLHttpRequest();
request.onreadystatechange = function() {
if (request.readyState == 4)
{
/* Wormhole sets this header on responses it generates */
var wormhole_response = request.getResponseHeader('Wormhole-Template') !== null;
if (wormhole_response)
{
/* Try again if we didn't get a response from the device */
setTimeout(check_url, URL_POLL_RATE);
}
else
{
/* The device returned a response, reload to page */
window.location.reload();
}
}
};
request.onerror = function()
{
setTimeout(check_url, URL_POLL_RATE);
}
request.open("GET", window.location.href, true);
request.send();
}
setTimeout(check_url, URL_POLL_RATE);