---
config:
theme: redux
layout: dagre
fontSize: 10
---
flowchart TD
A(["Registro a cursos"]) --> n1["Iniciar sesión como participante"]
n1 --> n2["Seleccionar curso a registrarse"]
n2 --> n3["¿El curso tiene grupos disponibles?
"]
n3 -- Si
--> n4["Seleccionar grupo"]
n3 -- No
--> n2
n4 --> n5["¿El grupo está habilitado para su departamento?"]
n5 -- No
--> n4
n5 -- Si
--> n6["Registrarse al curso"]
n2@{ shape: rect}
n3@{ shape: diam}
n5@{ shape: diam}
A:::Sky
n1:::Rose
n2:::Rose
n3:::Ash
n4:::Rose
n5:::Ash
n6:::Rose
classDef Ash stroke-width:1px, stroke-dasharray:none, stroke:#999999, fill:#EEEEEE, color:#000000
classDef Sky stroke-width:1px, stroke-dasharray:none, stroke:#374D7C, fill:#E2EBFF, color:#374D7C
classDef Rose stroke-width:1px, stroke-dasharray:none, stroke:#FF5978, fill:#FFDFE5, color:#8E2236