// JavaScript Document
function aprovecha()
{
	var oferta = document.getElementById("ofertas");
		oferta.style.visibility="hidden";
}
