// JavaScript Document
function cerrar(){
document.getElementById('secretaria').style.display = 'none';
}

function mostrar() {
	
document.getElementById('secretaria').style.display = 'block';

}// JavaScript Document
function cerrar(){
document.getElementById('secretaria').style.display = 'none';
}

function mostrar() {
	
document.getElementById('secretaria').style.display = 'block';

}
