function ocultarMostrarCapa(capa,opcion){
	document.getElementById(capa).style.display=opcion;
}