function cerrarinfo()
{
document.getElementById('info').style.display = 'none';
}
