
function correo_sin_spam(tio, dominio, asunto){
   window.location = "mailto:" + tio + "@" + dominio +"?subject=" + asunto;
}