// JavaScript Document

// fechar box
function fecharBox(){
document.getElementById("boxFundo").style.display = "none";
}