function fuera(columna) {
	columna.style.backgroundImage='';
	columna.style.cursor="default";
} 
function encima(columna) {
	columna.style.backgroundImage = 'url(imagenes/overThumb.png)';
	columna.style.cursor="hand";
} 



