// JavaScript Document
function porencima(nom)
{	document.getElementById(nom).style.cursor="hand";	}
function fuera(nom)
{ 	document.getElementById(nom).style.cursor="auto";	}
function abrir(nom)
{	window.location=nom + ".html";}

