function mostra_div(){
	document.getElementById('cores').style.display = 'block';
}
function fecha_div(){
	document.getElementById('cores').style.display = 'none';
}

function closecomunicado(){
	document.getElementById('comunicado').style.display = 'none';
	document.getElementById('closecomunicado').style.display = 'none';
	
}
