function prenderTitulo(modulo_id){
	$("#editarTitulo_"+modulo_id).toggle();
}
