function mandaemail(){
dest1="info";
dest2="eficaciajuridica.com";
dest="mailto:"+dest1+"@"+dest2;
location.href=dest;
}
