// JavaScript Document

			function setFotoCapa(file){
				document.getElementById("foto_capa").src = file;
			}
