window.onload = function() {
	doIt();
};

function fecha_div_noticia() {
	document.getElementById("noticias").style.display = "none";
}

function fecha_div_banner() {
	document.getElementById("banner").style.display = "none";
}

function fecha_div_video() {
	document.getElementById("video").style.display = "none";
}