
digraph {
  bgcolor="transparent"

  node [penwidth=0.5 fontsize="12" shape="box" style="filled" fontcolor="white" fontname="Courier New"]
  edge [penwidth=2 fontsize="10" color="#0A1931" arrowsize=0.8 fontname="Courier New"]

#########
# NODES #
#########
  id_13faff84_2223_4c8f_9be0_6399e40db9d1 [id="id_13faff84_2223_4c8f_9be0_6399e40db9d1#Begin" pos="0.0,10000.0!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="Begin" tooltip="Begin" shape="ellipse" fillcolor="#8de4ff" color="#00799e" fontcolor="#982b13"] 
  id_53957399_3c3a_436f_a13a_e61292b1bbab [id="id_53957399_3c3a_436f_a13a_e61292b1bbab#Declare" pos="0.0,9999.0625!" height=0.4 width=1.19 fixedsize=true group="fun-main"    label="saldo = 0" tooltip="saldo: Real = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_669500d5_7e80_4e8c_aee5_f9e1a33c3f57 [id="id_669500d5_7e80_4e8c_aee5_f9e1a33c3f57#Declare" pos="0.0,9998.125!" height=0.4 width=1.3 fixedsize=true group="fun-main"    label="retiro = 0" tooltip="retiro: Real = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_adaf3faf_6d4c_401d_8079_993bde264d64 [id="id_adaf3faf_6d4c_401d_8079_993bde264d64#Output" pos="0.0,9997.1875!" height=0.4 width=12.74 fixedsize=true group="fun-main"    label="\"este programa le pedirá su sueldo actual y la cantidad que quiere retirar, para luego mostrarle su saldo final\"" tooltip="\"este programa le pedirá su sueldo actual y la cantidad que quiere retirar, para luego mostrarle su saldo final\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_8a34a5de_3822_49d0_b479_ddceb8b0cbcf [id="id_8a34a5de_3822_49d0_b479_ddceb8b0cbcf#Output" pos="0.0,9996.25!" height=0.4 width=3.1700000000000004 fixedsize=true group="fun-main"    label="\"ingrese su saldo actual\"" tooltip="\"ingrese su saldo actual\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_3d2786be_5b7c_4817_b3cc_02bb71ed36fd [id="id_3d2786be_5b7c_4817_b3cc_02bb71ed36fd#Input" pos="0.0,9995.3125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="saldo" tooltip="saldo" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_7e331f51_a923_4231_91f0_970bc3602c46 [id="id_7e331f51_a923_4231_91f0_970bc3602c46#Output" pos="0.0,9994.375!" height=0.4 width=3.72 fixedsize=true group="fun-main"    label="\"ingrese cuanto desea retirar\"" tooltip="\"ingrese cuanto desea retirar\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_5434b472_b9d8_48a6_adb3_792ba1253d93 [id="id_5434b472_b9d8_48a6_adb3_792ba1253d93#Input" pos="0.0,9993.4375!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="retiro" tooltip="retiro" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_ab905aa5_b068_4f26_a1ae_7183b36fae05 [id="id_ab905aa5_b068_4f26_a1ae_7183b36fae05#If" pos="0.0,9992.5!" height=0.5 width=1.93 fixedsize=true group="fun-main" 
    label="saldo>=retiro" tooltip="saldo>=retiro" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_ab905aa5_b068_4f26_a1ae_7183b36fae05 [pos="3.75,9992.5!" shape=point width=0]
  false_dummy_up_id_ab905aa5_b068_4f26_a1ae_7183b36fae05 [pos="-2.5,9992.5!" shape=point width=0]
  
  id_3f630c74_de84_40b3_937d_0293e317606f [id="id_3f630c74_de84_40b3_937d_0293e317606f#Output" pos="3.75,9991.5625!" height=0.4 width=4.38 fixedsize=true group="id_2b9ebf7a_1963_4b8f_9aaa_8c6f5b0e4319"    label="\"su nuevo saldo es \" +(saldo-retiro)" tooltip="\"su nuevo saldo es \" +(saldo-retiro)" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_f3e097cc_9bb8_4cda_bd61_e915667f0ecb [id="id_f3e097cc_9bb8_4cda_bd61_e915667f0ecb#Output" pos="-2.5,9991.5625!" height=0.4 width=2.8400000000000003 fixedsize=true group="id_3df05fa2_5961_44b7_aaff_34829e20d518"    label="\"fondos insuficientes\"" tooltip="\"fondos insuficientes\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  
  true_dummy_down_id_ab905aa5_b068_4f26_a1ae_7183b36fae05 [ pos="3.75,9990.625!" shape=point width=0]
  false_dummy_down_id_ab905aa5_b068_4f26_a1ae_7183b36fae05 [ pos="-2.5,9990.625!" shape=point width=0]
  
  end_id_ab905aa5_b068_4f26_a1ae_7183b36fae05 [id="end_id_ab905aa5_b068_4f26_a1ae_7183b36fae05#IfEnd" class="flowrun-not-selectable" pos="0.0,9990.625!" group="fun-main" fillcolor="#ffd166" color="#8f6400" fontcolor="black"
    label="" tooltip=" " shape="circle" fixedsize=true width=0.2 height=0.2]
  
  
  id_a82a5eb5_72ad_41d4_b485_9fbb612e4291 [id="id_a82a5eb5_72ad_41d4_b485_9fbb612e4291#Return" pos="0.0,9989.6875!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="End" tooltip="End" shape="ellipse" fillcolor="#8de4ff" color="#00799e" fontcolor="#982b13"] 

#########
# EDGES #
#########
  id_13faff84_2223_4c8f_9be0_6399e40db9d1:s -> id_53957399_3c3a_436f_a13a_e61292b1bbab:n [id="id_13faff84_2223_4c8f_9be0_6399e40db9d1@fun-main" tailtooltip=" " edgetooltip=" "]
  id_53957399_3c3a_436f_a13a_e61292b1bbab:s -> id_669500d5_7e80_4e8c_aee5_f9e1a33c3f57:n [id="id_53957399_3c3a_436f_a13a_e61292b1bbab@fun-main" tailtooltip=" " edgetooltip=" "]
  id_669500d5_7e80_4e8c_aee5_f9e1a33c3f57:s -> id_adaf3faf_6d4c_401d_8079_993bde264d64:n [id="id_669500d5_7e80_4e8c_aee5_f9e1a33c3f57@fun-main" tailtooltip=" " edgetooltip=" "]
  id_adaf3faf_6d4c_401d_8079_993bde264d64:s -> id_8a34a5de_3822_49d0_b479_ddceb8b0cbcf:n [id="id_adaf3faf_6d4c_401d_8079_993bde264d64@fun-main" tailtooltip=" " edgetooltip=" "]
  id_8a34a5de_3822_49d0_b479_ddceb8b0cbcf:s -> id_3d2786be_5b7c_4817_b3cc_02bb71ed36fd:n [id="id_8a34a5de_3822_49d0_b479_ddceb8b0cbcf@fun-main" tailtooltip=" " edgetooltip=" "]
  id_3d2786be_5b7c_4817_b3cc_02bb71ed36fd:s -> id_7e331f51_a923_4231_91f0_970bc3602c46:n [id="id_3d2786be_5b7c_4817_b3cc_02bb71ed36fd@fun-main" tailtooltip=" " edgetooltip=" "]
  id_7e331f51_a923_4231_91f0_970bc3602c46:s -> id_5434b472_b9d8_48a6_adb3_792ba1253d93:n [id="id_7e331f51_a923_4231_91f0_970bc3602c46@fun-main" tailtooltip=" " edgetooltip=" "]
  id_5434b472_b9d8_48a6_adb3_792ba1253d93:s -> id_ab905aa5_b068_4f26_a1ae_7183b36fae05:n [id="id_5434b472_b9d8_48a6_adb3_792ba1253d93@fun-main" tailtooltip=" " edgetooltip=" "]
  ## IF-TRUE
  id_ab905aa5_b068_4f26_a1ae_7183b36fae05:e -> true_dummy_up_id_ab905aa5_b068_4f26_a1ae_7183b36fae05 [id="id_ab905aa5_b068_4f26_a1ae_7183b36fae05@id_2b9ebf7a_1963_4b8f_9aaa_8c6f5b0e4319" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_ab905aa5_b068_4f26_a1ae_7183b36fae05 -> id_3f630c74_de84_40b3_937d_0293e317606f:n [id="id_ab905aa5_b068_4f26_a1ae_7183b36fae05@id_2b9ebf7a_1963_4b8f_9aaa_8c6f5b0e4319" tailtooltip=" " edgetooltip=" "]
  
  id_3f630c74_de84_40b3_937d_0293e317606f:s -> true_dummy_down_id_ab905aa5_b068_4f26_a1ae_7183b36fae05:n [id="id_3f630c74_de84_40b3_937d_0293e317606f@id_2b9ebf7a_1963_4b8f_9aaa_8c6f5b0e4319" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_ab905aa5_b068_4f26_a1ae_7183b36fae05 -> end_id_ab905aa5_b068_4f26_a1ae_7183b36fae05 [id="id_3f630c74_de84_40b3_937d_0293e317606f@id_2b9ebf7a_1963_4b8f_9aaa_8c6f5b0e4319" tailtooltip=" " edgetooltip=" "]
  
  
  ## IF-FALSE
  id_ab905aa5_b068_4f26_a1ae_7183b36fae05:w -> false_dummy_up_id_ab905aa5_b068_4f26_a1ae_7183b36fae05 [id="id_ab905aa5_b068_4f26_a1ae_7183b36fae05@id_3df05fa2_5961_44b7_aaff_34829e20d518" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_ab905aa5_b068_4f26_a1ae_7183b36fae05 -> id_f3e097cc_9bb8_4cda_bd61_e915667f0ecb:n [id="id_ab905aa5_b068_4f26_a1ae_7183b36fae05@id_3df05fa2_5961_44b7_aaff_34829e20d518" tailtooltip=" " edgetooltip=" "]
  
  id_f3e097cc_9bb8_4cda_bd61_e915667f0ecb:s -> false_dummy_down_id_ab905aa5_b068_4f26_a1ae_7183b36fae05:n [id="id_f3e097cc_9bb8_4cda_bd61_e915667f0ecb@id_3df05fa2_5961_44b7_aaff_34829e20d518" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  false_dummy_down_id_ab905aa5_b068_4f26_a1ae_7183b36fae05 -> end_id_ab905aa5_b068_4f26_a1ae_7183b36fae05 [id="id_f3e097cc_9bb8_4cda_bd61_e915667f0ecb@id_3df05fa2_5961_44b7_aaff_34829e20d518" tailtooltip=" " edgetooltip=" "]
  
  ## IF-END
  end_id_ab905aa5_b068_4f26_a1ae_7183b36fae05:s -> id_a82a5eb5_72ad_41d4_b485_9fbb612e4291:n [id="end_id_ab905aa5_b068_4f26_a1ae_7183b36fae05@fun-main" tailtooltip=" " edgetooltip=" "]
  

}
