// JavaScript Document
function cerrar(capa) {
	
	div = document.getElementById(capa);
	document.getElementById(capa).className='invisible';
	
}
