Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Mazzone <mazzone.diego@gmail.com>2011-03-29 03:57:05 (GMT)
committer Diego Mazzone <mazzone.diego@gmail.com>2011-03-29 03:57:05 (GMT)
commit7eda9caa4a4cf9e0b3408a23b37e0ddc4a20b60b (patch)
tree8900df0a7f82e82eb55a19b0cc2a6870c3716b78
parent4f8533d38674bbc40c147eb5150a18e30ef45b47 (diff)
parent3a9aa05e2e03cdda146eb1ecd904bbb34d2b0e10 (diff)
Merge branch 'master' of git.sugarlabs.org:saludame/mainline
-rw-r--r--Saludame.activity/activity.py1
-rw-r--r--Saludame.activity/app_init.py235
-rw-r--r--Saludame.activity/assets/slides/help.pngbin151961 -> 160157 bytes
-rwxr-xr-xSaludame.activity/content/01-Introducción.html33
-rwxr-xr-xSaludame.activity/content/02-Alimentación/01-Alimentación y Nutrición.html134
-rwxr-xr-xSaludame.activity/content/02-Alimentación/02-Macronutrientes.html204
-rwxr-xr-xSaludame.activity/content/02-Alimentación/03-Micronutrientes.html145
-rwxr-xr-xSaludame.activity/content/02-Alimentación/04-Grupos de alimentos.html154
-rwxr-xr-xSaludame.activity/content/02-Alimentación/05-El agua.html63
-rwxr-xr-xSaludame.activity/content/02-Alimentación/06-Higiene de los alimentos.html122
-rwxr-xr-xSaludame.activity/content/02-Alimentación/Grupos de alimentos_html_95cae6e.jpgbin43327 -> 0 bytes
-rwxr-xr-xSaludame.activity/content/02-Alimentación/La diferencia_html_18d28622.pngbin96957 -> 0 bytes
-rwxr-xr-xSaludame.activity/content/03-Actividad Física/Actividad física.html113
-rwxr-xr-xSaludame.activity/content/03-Actividad Física/Cuidados del sol.html59
-rwxr-xr-xSaludame.activity/content/03-Actividad Física/Prevención de accidentes.html62
-rwxr-xr-xSaludame.activity/content/04-Higiene corporal.html81
-rwxr-xr-xSaludame.activity/content/05-Salud bucal.html150
-rwxr-xr-xSaludame.activity/content/06-Agroquímicos.html71
-rwxr-xr-xSaludame.activity/content/07-Sistema inmunológico.html47
-rwxr-xr-xSaludame.activity/content/08-Diversión ocio y tiempo libre.html32
-rwxr-xr-xSaludame.activity/content/09-Controles en salud.html50
-rwxr-xr-xSaludame.activity/content/99-Eventos.html47
-rw-r--r--Saludame.activity/content_window.py58
-rw-r--r--Saludame.activity/credits.py52
-rw-r--r--Saludame.activity/credits/Logotipo PLAN CEIBAL.pngbin0 -> 25161 bytes
-rw-r--r--Saludame.activity/credits/Logotipo Rayuela.pngbin0 -> 13908 bytes
-rw-r--r--Saludame.activity/credits/background.jpgbin0 -> 28617 bytes
-rw-r--r--Saludame.activity/credits/logoCeibalJAM.pngbin0 -> 21521 bytes
-rw-r--r--Saludame.activity/credits/logoMovimiento.pngbin0 -> 50350 bytes
-rw-r--r--Saludame.activity/credits/logoNCDO.pngbin0 -> 87642 bytes
-rwxr-xr-xSaludame.activity/credits/saludame.svg1914
-rw-r--r--Saludame.activity/events.py25
-rw-r--r--Saludame.activity/game.py15
-rw-r--r--Saludame.activity/kid_window.py4
-rw-r--r--Saludame.activity/locale/es/LC_MESSAGES/org.ceibaljam.Saludame.mobin7631 -> 5153 bytes
-rw-r--r--Saludame.activity/menu_creator.py6
-rwxr-xr-xSaludame.activity/po/Saludame.pot481
-rwxr-xr-xSaludame.activity/po/es.po614
-rw-r--r--Saludame.activity/status_bars.py21
-rw-r--r--Saludame.activity/status_bars_creator.py31
40 files changed, 2262 insertions, 2762 deletions
diff --git a/Saludame.activity/activity.py b/Saludame.activity/activity.py
index 1ae4742..786b50a 100644
--- a/Saludame.activity/activity.py
+++ b/Saludame.activity/activity.py
@@ -117,6 +117,7 @@ class SaludameActivity(Activity):
self.guides.show()
if index == 4:
+ self.credits.before_show()
self.credits.show()
#Override activity.Activity's can_close method
diff --git a/Saludame.activity/app_init.py b/Saludame.activity/app_init.py
index fd56529..0509a6d 100644
--- a/Saludame.activity/app_init.py
+++ b/Saludame.activity/app_init.py
@@ -206,8 +206,9 @@ class AppLoader:
return self.weather_effects
def __load_events(self, bars_controller):
+
#Events constructor params:
- #(directory_path, kid_animation_path, id, description, appereance_probability, time_span, kind, event_status, effect, kid_message, level, preferred_mood=9, message_time_span = time_span)
+ #(directory_path, kid_animation_path, id, description, appereance_probability, time_span, kind, event_status, effect, kid_message, level=1, preferred_mood=9)
sick_3 = 0; sick_2 = 1; sick_1 = 2; sad_3 = 3; sad_2 = 4; sad_1 = 5; angry_3 = 6; angry_2 = 7; angry_1 = 8; normal = 9; happy_1 = 10; happy_2 = 11; happy_3 = 12
@@ -223,133 +224,305 @@ class AppLoader:
# probabiliy configuration: (bar, type, threshold, probability_percentaje)
probability = ("all", [("v_frutas", "indirect", 20, 60)])
effect = effects.Effect(bars_controller, [("energy", -10), ("fun", -5), ("h_check", -5)])
- event = events.PersonalEvent("assets/events/personal/stomach_ache", None, "constipation", u"Estreñimiento", "neg", None, None, probability, effect, u"Me duele la panza y no \n puedo ir al baño", sick_2, 2, 150)
+ event = events.PersonalEvent("assets/events/personal/stomach_ache", None, "constipation", u"Estreñimiento", "neg", None, None, probability, effect, u"Me duele la panza y no\npuedo ir al baño", sick_2)
_events.append(event)
probability = ("all", [("w_hands", "indirect", 10, 60), ("defenses", "indirect", 10, 60)])
effect = effects.Effect(bars_controller, [("energy", -10), ("fun", -5), ("agua", -10), ("defenses", -5), ("toilet", -25), ("h_check", -5)])
- event = events.PersonalEvent("assets/events/personal/stomach_ache", None, "diarrhea", u"Diarrea", "neg", None, None, probability, effect, u"Tengo diarrea", sick_2, 2, 150)
+ event = events.PersonalEvent("assets/events/personal/stomach_ache", None, "diarrhea", u"Diarrea", "neg", None, None, probability, effect, u"Tengo diarrea", sick_2)
_events.append(event)
probability = ("any", [("nutrition", "indirect", 40, 40), ("relaxing", "indirect", 40, 40)])
effect = effects.Effect(bars_controller, [("energy", -10), ("fun", -5), ("relaxing", -5), ("h_check", -5)])
- event = events.PersonalEvent("assets/events/personal/headache", None, "headache", u"Dolor de cabeza", "neg", None, None, probability, effect, u"Me duele la cabeza", sick_1, 2, 150)
+ event = events.PersonalEvent("assets/events/personal/headache", None, "headache", u"Dolor de cabeza", "neg", None, None, probability, effect, u"Me duele la cabeza", sick_1)
_events.append(event)
probability = ("all", [("overall_bar", "triggered", 0, 1)])
effect = effects.Effect(bars_controller, [("energy", -10), ("defenses", -10), ("relaxing", 10)])
- event = events.PersonalEvent("assets/events/personal/nausea", None, "drunk", u"Borracho", "neg", None, m(2), probability, effect, u"¿Qué pasa? Me siento mal\ny estoy mareado", sick_2, 2, 150)
+ event = events.PersonalEvent("assets/events/personal/nausea", None, "drunk", u"Borracho", "neg", None, m(2), probability, effect, u"¿Qué pasa? Me siento mal\ny estoy mareado", sick_2)
_events.append(event)
probability = ("all", [("nutrition", "indirect", 15, 75), ("energy", "indirect", 15, 75)])
effect = effects.Effect(bars_controller, [("energy", -10), ("defenses", -5), ("weight", -2)])
- event = events.PersonalEvent("assets/events/personal/stomach_ache", None, "hunger", u"Hambre", "neg", None, None, probability, effect, u"¡Tengo hambre!", angry_2, 2, 150)
+ event = events.PersonalEvent("assets/events/personal/stomach_ache", None, "hunger", u"Hambre", "neg", None, None, probability, effect, u"¡Tengo hambre!", angry_2)
_events.append(event)
probability = ("all", [("agua", "indirect", 15, 75)])
effect = effects.Effect(bars_controller, [("energy", -10)])
- event = events.PersonalEvent("assets/events/personal/stomach_ache", None, "thirsty", u"Sed", "neg", None, None, probability, effect, u"¡Tengo sed!", angry_2, 2, 150)
+ event = events.PersonalEvent("assets/events/personal/stomach_ache", None, "thirsty", u"Sed", "neg", None, None, probability, effect, u"¡Tengo sed!", angry_2)
_events.append(event)
probability = ("all", [("relaxing", "indirect", 30, 70), ("nutrition", "indirect", 30, 70), ("defenses", "indirect", 30, 70)])
effect = effects.Effect(bars_controller, [("defenses", -10), ("fun", -15)])
- event = events.PersonalEvent("assets/events/personal/tired", None, "tired", u"Muy Cansado", "neg", None, None, probability, effect, u"Ufff, que cansancio\nque tengo", sad_2, 2, 150)
+ event = events.PersonalEvent("assets/events/personal/tired", None, "tired", u"Muy Cansado", "neg", None, None, probability, effect, u"Ufff, que cansancio\nque tengo", sad_2)
_events.append(event)
probability = ("all", [("w_hands", "indirect", 30, 70)])
effect = effects.Effect(bars_controller, [("defenses", -10)])
- event = events.PersonalEvent("assets/events/personal/dirty_hands", None, "dirty_hands", u"Manos sucias", "neg", None, None, probability, effect, u"Puaj, mis manos\nestán sucias", sad_1, 5, 150)
+ event = events.PersonalEvent("assets/events/personal/dirty_hands", None, "dirty_hands", u"Manos sucias", "neg", None, None, probability, effect, u"Puaj, mis manos\nestán sucias", sad_1)
_events.append(event)
probability = ("all", [("b_teeth", "indirect", 40.0, 60), ("dulces", "direct", 75, 60.0), ("nutrition", "indirect", 50, 60.0)])
effect = effects.Effect(bars_controller, [("energy", -10), ("defenses", -10), ("fun", -10), ("relaxing", -10), ("h_check", -10)])
- event = events.PersonalEvent("assets/events/personal/toothache", None, "dolor_dientes", u"Dolor de dientes", "neg", None, None, probability, effect, u"¡Ayyyy, mis dientes!", sad_3, 5, 150)
+ event = events.PersonalEvent("assets/events/personal/toothache", None, "dolor_dientes", u"Dolor de dientes", "neg", None, None, probability, effect, u"¡Ayyyy, mis dientes!", sad_3)
_events.append(event)
probability = ("all", [("fun", "indirect", 90, 50)])
effect = effects.Effect(bars_controller, [("energy", -10), ("fun", -15), ("relaxing", -10)])
- event = events.PersonalEvent("assets/events/personal/bored", None, "bored", u"Aburrido", "neg", None, m(5), probability, effect, u"Que aburrimiento tengo", sad_1, 2, 50)
+ event = events.PersonalEvent("assets/events/personal/bored", None, "bored", u"Aburrido", "neg", None, m(5), probability, effect, u"Que aburrimiento tengo", sad_1)
_events.append(event)
probability = ("all", [("fun", "constant", 90, 50), ("defenses", "constant", 90, 50), ("relaxing", "constant", 90, 50)])
effect = effects.Effect(bars_controller, [("energy", +10), ("defenses", +10)])
- event = events.PersonalEvent("assets/events/personal/happy", None, "happy", u"Feliz", "pos", None, m(2), probability, effect, u"Estoy de muy bien humor", happy_3, 2, 50)
+ event = events.PersonalEvent("assets/events/personal/happy", None, "happy", u"Feliz", "pos", None, m(2), probability, effect, u"Estoy de muy bien humor", happy_3)
_events.append(event)
probability = ("all", [("nutrition", "constant", 90, 50), ("defenses", "constant", 90, 50), ("relaxing", "constant", 90, 50), ("energy", "constant", 90, 50)])
effect = effects.Effect(bars_controller, [("defenses", +10)])
- event = events.PersonalEvent("assets/events/personal/energetic", None, "energetic", u"Mucha energía", "pos", None, m(2), probability, effect, u"¡Guauuu, que energía tengo!", happy_2, 2, 50)
+ event = events.PersonalEvent("assets/events/personal/energetic", None, "energetic", u"Mucha energía", "pos", None, m(2), probability, effect, u"¡Guauuu, que energía tengo!", happy_2)
_events.append(event)
probability = ("all", [("physica", "constant", 90, 50), ("hygiene", "constant", 90, 50), ("nutrition", "constant", 90, 50)])
effect = effects.Effect(bars_controller, [("fun", +10), ("defenses", +10)])
- event = events.PersonalEvent("assets/events/social/friend1_pos", None, "me_veo_bien", u"Me veo bien", "pos", None, m(2), probability, effect, u"Yupiiii, que bien me veo", happy_3, 2, 50)
+ event = events.PersonalEvent("assets/events/social/friend1_pos", None, "me_veo_bien", u"Me veo bien", "pos", None, m(2), probability, effect, u"Yupiiii, que bien me veo", happy_3)
_events.append(event)
probability = ("all", [("sports", "indirect", 10, 80), ("energy", "constant", 10, 80)])
effect = effects.Effect(bars_controller, [("energy", -10), ("defenses", -5), ("fun", -10)])
- event = events.PersonalEvent("assets/events/personal/tired", None, "sedentarismo", u"Sedentarismo", "neg", None, m(5), probability, effect, u"Me agito mucho.\n¿Qué me pasa?", angry_1, 2, 50)
+ event = events.PersonalEvent("assets/events/personal/tired", None, "sedentarismo", u"Sedentarismo", "neg", None, m(5), probability, effect, u"Me agito mucho.\n¿Qué me pasa?", angry_1)
_events.append(event)
probability = ("all", [("overall_bar", "constant", 50, 30)])
effect = effects.Effect(bars_controller, [("energy", -5), ("defenses", -10), ("agua", -5)])
- event = events.PersonalEvent("assets/events/personal/sunburn", None, "quemaduras_sol", u"Quemaduras por el sol", "neg", None, m(5), probability, effect, u"¡Me arde todo el cuerpo\npor el sol!", sick_2, 2, 50)
+ event = events.PersonalEvent("assets/events/personal/sunburn", None, "quemaduras_sol", u"Quemaduras por el sol", "neg", None, m(5), probability, effect, u"¡Me arde todo el cuerpo\npor el sol!", sick_2)
event.add_restriction("place", ["schoolyard", "square"])
event.add_restriction("weather", ["hot"])
_events.append(event)
probability = ("all", [("w_hands", "indirect", 20, 60)])
effect = effects.Effect(bars_controller, [("defenses", -15), ("toilet", -20), ("energy", -15), ("fun", -5), ("h_check", -5), ("relaxing", -10)])
- event = events.PersonalEvent("assets/events/personal/nausea", None, "nausea", u"Nauseas y vómitos", "neg", None, None, probability, effect, u"Me parece que voy a vomitar", sick_2, 2, 50)
+ event = events.PersonalEvent("assets/events/personal/nausea", None, "nausea", u"Nauseas y vómitos", "neg", None, None, probability, effect, u"Me parece que voy a vomitar", sick_2)
_events.append(event)
probability = ("all", [("nutrition", "direct", 90, 90)])
effect = effects.Effect(bars_controller, [("defenses", -10), ("energy", -10), ("fun", -5), ("h_check", -5), ("relaxing", -10)])
- event = events.PersonalEvent("assets/events/personal/stomach_ache", None, "stomach_ache", u"Dolor de panza", "neg", None, m(5), probability, effect, u"Comí demasiado,\nme duele la panza", sick_1, 2, 50)
+ event = events.PersonalEvent("assets/events/personal/stomach_ache", None, "stomach_ache", u"Dolor de panza", "neg", None, m(5), probability, effect, u"Comí demasiado,\nme duele la panza", sick_1)
_events.append(event)
probability = ("all", [("w_hands", "indirect", 30, 90), ("shower", "indirect", 30, 90), ("defenses", "indirect", 30, 90), ("energy", "indirect", 30, 90)])
effect = effects.Effect(bars_controller, [("defenses", -15), ("energy", -15), ("fun", -10), ("weight", -1), ("h_check", -5), ("relaxing", -10)])
- event = events.PersonalEvent("assets/events/personal/sick", None, "flu", u"Gripe", "neg", None, None, probability, effect, u"Que mal me siento, creo que me engripé", sick_3, 2, 50)
+ event = events.PersonalEvent("assets/events/personal/sick", None, "flu", u"Gripe", "neg", None, None, probability, effect, u"Que mal me siento, creo que me engripé", sick_3)
_events.append(event)
#probability = ("all", [("overall_bar", "constant", 100.0, 15.0)])
#effect = effects.Effect(bars_controller, [("defenses", -20), ("energy", -10), ("fun", -5), ("h_check", -20), ("relaxing", -10)])
- #event = events.PersonalEvent("assets/events/personal/nausea", None, "intoxicacion", u"Intoxicacion", "neg", None, None, probability, effect, "Me duele la cabeza y me pican las manos. Debe ser por la fumigación.", sick_2, 2, 50)
+ #event = events.PersonalEvent("assets/events/personal/nausea", None, "intoxicacion", u"Intoxicacion", "neg", None, None, probability, effect, "Me duele la cabeza y me pican las manos. Debe ser por la fumigación.", sick_2)
#_events.append(event)
probability = ("all", [("homework", "direct", 75, 70)])
effect = effects.Effect(bars_controller, [("fun", +10), ("energy", +10), ("defenses", +10)])
- event = events.PersonalEvent("assets/events/social/friend1_pos", None, "contento_deberes", u"Muy contento", "pos", None, None, probability, effect, u"¡Que bien que hice mi deberes!", happy_2, 2, 50)
+ event = events.PersonalEvent("assets/events/social/friend1_pos", None, "contento_deberes", u"Muy contento", "pos", None, m(2), probability, effect, u"¡Que bien que hice\nmis deberes!", happy_2)
_events.append(event)
probability = ("all", [("housekeeping", "direct", 75, 70)])
effect = effects.Effect(bars_controller, [("fun", +10), ("energy", +10), ("defenses", +10)])
- event = events.PersonalEvent("assets/events/social/friend1_pos", None, "contento_cocinar", u"Muy contento", "pos", None, None, probability, effect, u"¡Que rico que cocinamos!", happy_2, 2, 50)
+ event = events.PersonalEvent("assets/events/social/friend1_pos", None, "contento_cocinar", u"Muy contento", "pos", None, m(2), probability, effect, u"¡Que rico que cocinamos!", happy_2)
_events.append(event)
# Social events
+ mother = "assets/characters/mother.png"
+ father = "assets/characters/father.png"
+ doctor = "assets/characters/doctor.png"
+ teacher = "assets/characters/teacher.png"
+ friend = "assets/characters/friend.png"
+
+ doctor_neg = "assets/events/social/doc_neg"; doctor_pos = "assets/events/social/doc_pos";
+ teacher_neg = "assets/events/social/teacher_neg"; teacher_pos = "assets/events/social/teacher_pos"
+ mother_neg = "assets/events/social/mother_neg"; mother_pos = "assets/events/social/mother_pos"
+ father_neg = "assets/events/social/father_neg"; father_pos = "assets/events/social/father_pos"
+ friend_neg = "assets/events/social/friend1_neg"; friend_pos = "assets/events/social/friend1_pos"
+
#(directory_path, person_path, name, description, appereance_probability, time_span, condicioned_bars, message, level, message_time_span)
- probability = ("all", [("b_teeth", "indirect", 50.0, 70.0), ("dulces", "direct", 75.0, 30.0)])
- effect = None
- event = events.SocialEvent("assets/events/social/mother_neg", "assets/characters/mother.png", "p_caries", _("Prevenir caries"), "neg", 5.0, 15, probability, u"Deberías cepillarte los \ndientes", effect, 1, 150)
+
+ # Parents
+ probability = ("any", [("housekeeping", "indirect", 30, 30)])
+ effect = effects.Effect(bars_controller, [("housekeeping", -10)])
+ event = events.SocialEvent(father_neg, father, "ayuda_cocinar", u"Ayudar a cocinar", "neg", None, m(5), probability, u"¿Vamos a cocinar algo juntos?", effect, 1, 150)
+ event.add_restriction("place", ["livingroom", "bedroom"])
+ _events.append(event)
+
+ probability = ("any", [("housekeeping", "indirect", 30, 30)])
+ effect = effects.Effect(bars_controller, [("housekeeping", -10)])
+ event = events.SocialEvent(mother_neg, mother, "ayuda_limpiar", u"Ayudar con la limpieza", "neg", None, m(5), probability, u"Recuerda ordenar y\nlimpiar tu cuarto.", effect, 1, 150)
+ event.add_restriction("place", ["livingroom", "bedroom"])
+ _events.append(event)
+
+ probability = ("any", [("housekeeping", "indirect", 30, 30)])
+ effect = effects.Effect(bars_controller, [("housekeeping", -10)])
+ event = events.SocialEvent(mother_neg, mother, "ayuda_campo", u"Ayuda en el campo", "neg", None, m(5), probability, u"¿Me puedes ayudar\ncon las tareas\ndel campo?", effect, 1, 150)
+ event.add_restriction("place", ["livingroom", "bedroom"])
+ _events.append(event)
+
+ probability = ("any", [("v_frutas", "indirect", 30, 50)])
+ effect = effects.Effect(bars_controller, [("defenses", -10), ("energy", -10)])
+ event = events.SocialEvent(father_neg, father, "falta_verduras", u"Falta frutas y verduras", "neg", None, m(5), probability, u"No comiste suficientes\nfrutas y verduras.", effect, 1, 150)
+ event.add_restriction("place", ["livingroom", "bedroom", "square"])
_events.append(event)
- probability = ("all", [("responsability", "indirect", 60.0, 70.0)])
+ probability = ("all", [("g_aceites", "direct", 99, 50.0)])
effect = None
- event = events.SocialEvent("assets/events/social/father_neg", "assets/characters/father.png", "study", _("Estudiar"), "neg", 5.0, 20, probability, u"Debes hacer los deberes", effect, 1, 150)
+ event = events.SocialEvent(mother_neg, mother, "demasiadas_grasas", u"Demasiadas grasas", "neg", None, m(5), probability, u"Cuídate de comer\ndemasiadas grasas", effect, 1, 150)
+ event.add_restriction("place", ["livingroom", "bedroom", "square"])
_events.append(event)
- probability = ("all", [("responsability", "indirect", 60.0, 70.0)])
+ probability = ("all", [("dulces", "direct", 99, 50.0)])
effect = None
- event = events.SocialEvent("assets/events/social/teacher_neg", "assets/characters/father.png", "study", _("Estudiar"), "neg", 5.0, 20, probability, u"¿Estudiaste las tablas?", effect, 1, 150)
+ event = events.SocialEvent(father_neg, father, "demasiados_dulces", u"Demasiados dulces", "neg", None, m(5), probability, u"Cuídate de comer\ndemasiados dulces", effect, 1, 150)
+ event.add_restriction("place", ["livingroom", "bedroom", "square"])
+ _events.append(event)
+
+ probability = ("all", [("relaxing", "indirect", 15, 90.0)])
+ effect = effects.Effect(bars_controller, [("defenses", -5), ("energy", -5)])
+ event = events.SocialEvent(father_neg, father, "ir_a_dormir", u"Ir a dormir", "neg", None, m(5), probability, u"Llegó la hora\nde ir dormir", effect, 1, 150)
+ event.add_restriction("place", ["livingroom", "bedroom", "square"])
+ _events.append(event)
+
+ # Teacher
+ probability = ("all", [("farm", "indirect", 1, 75)])
+ effect = effects.Effect(bars_controller, [("defenses", -5), ("energy", -5)])
+ event = events.SocialEvent(teacher_pos, teacher, "huerta_preparar", u"Preparar tierra", "pos", None, None, probability, u"Vamos a preparar la\ntierra para empezar\nla huerta", effect, 1, 150)
+ event.add_restriction("place", ["classroom", "schoolyard"])
_events.append(event)
- probability = ("all", [("responsability", "indirect", 70.0, 70.0)])
+ probability = ("all", [("farm", "range", (2, 25), (100, 100))])
+ effect = effects.Effect(bars_controller, [("farm", -5)])
+ event = events.SocialEvent(teacher_pos, teacher, "huerta_sembrar", u"Sembrar", "pos", None, None, probability, u"La tierra de la\nhuerta esta lista para\nsembrar algo.", effect, 1, 150)
+ event.add_restriction("place", ["classroom", "schoolyard"])
+ _events.append(event)
+
+ probability = ("all", [("farm", "range", (26, 50), (100, 100))])
+ effect = effects.Effect(bars_controller, [("farm", -5)])
+ event = events.SocialEvent(teacher_pos, teacher, "huerta_mantener", u"Mantener huerta", "pos", None, None, probability, u"La huerta necesita\nmantenimiento.", effect, 1, 150)
+ event.add_restriction("place", ["classroom", "schoolyard"])
+ _events.append(event)
+
+ probability = ("all", [("farm", "range", (51, 75), (100, 100))])
+ effect = effects.Effect(bars_controller, [("farm", -5)])
+ event = events.SocialEvent(teacher_pos, teacher, "huerta_cosechar", u"Cosechar", "pos", None, None, probability, u"¡Juupi! En la huerta\nhay vegetales listos\npara cosechar.", effect, 1, 150)
+ event.add_restriction("place", ["classroom", "schoolyard"])
+ _events.append(event)
+
+ probability = ("all", [("farm", "direct", 99, 100)])
effect = None
- event = events.SocialEvent("assets/events/social/doc_neg", "assets/characters/doctor.png", "health_check", _("Control médico"), "neg", 5.0, 30, probability, u"¿Este año fuiste al doctor?", effect, 1, 150)
+ event = events.SocialEvent(teacher_pos, teacher, "huerta_plato", u"Nuevo plato de la huerta", "pos", None, None, probability, u"¡Ahora podemos comer\nun plato de la\nhuerta!", effect, 1, 150)
+ event.add_restriction("place", ["classroom", "schoolyard"])
+ _events.append(event)
+
+ probability = ("all", [("farm", "range", (1, 25), (10, 10))])
+ effect = effects.Effect(bars_controller, [("farm", -20)])
+ event = events.SocialEvent(teacher_neg, teacher, "huerta_erosion", u"Erosión en la huerta", "neg", None, None, probability, u"¡Uf! La lluvia dañó\nnuestra huerta.", effect, 1, 150)
+ event.add_restriction("place", ["classroom", "schoolyard"])
+ event.add_restriction("weather", ["rainy"])
+ _events.append(event)
+
+ probability = ("all", [("farm", "range", (51, 75), (10, 10))])
+ effect = effects.Effect(bars_controller, [("farm", -5)])
+ event = events.SocialEvent(teacher_neg, teacher, "huerta_seca", u"La huerta se secó", "neg", None, None, probability, u"¡Uf! Los plantines se\nsecaron con el calor.", effect, 1, 150)
+ event.add_restriction("place", ["classroom", "schoolyard"])
+ event.add_restriction("weather", ["hot"])
+ _events.append(event)
+
+ probability = ("all", [("farm", "range", (75, 100), (10, 10))])
+ effect = effects.Effect(bars_controller, [("farm", -5)])
+ event = events.SocialEvent(teacher_neg, teacher, "huerta_tormenta", u"Tormenta daña huerta", "neg", None, None, probability, u"¡Dios mio, una\ntormenta destrozó\nnuestra huerta!", effect, 1, 150)
+ event.add_restriction("place", ["classroom", "schoolyard"])
+ event.add_restriction("weather", ["rainy"])
+ _events.append(event)
+
+ probability = ("all", [("homework", "direct", 75, 80)])
+ effect = effects.Effect(bars_controller, [("homework", 5)])
+ event = events.SocialEvent(teacher_pos, teacher, "sote", u"Un sote", "pos", None, m(2), probability, u"¡Muy bien, tienes un SOTE!", effect, 1, 150)
+ event.add_restriction("place", ["classroom", "schoolyard", "livingroom", "bedroom"])
+ _events.append(event)
+
+ probability = ("all", [("overall_bar", "range", (0,100), (100, 100))])
+ effect = effects.Effect(bars_controller, [("homework", -10)])
+ event = events.SocialEvent(teacher_neg, teacher, "tunica", u"Sin túnica", "neg", None, m(5), probability, u"¡Debes usar tu túnica\nen el aula!", effect, 1, 150)
+ event.add_restriction("place", ["classroom"])
+ event.add_restriction("clothes", ["regular"])
+ _events.append(event)
+
+ probability = ("all", [("b_teeth", "indirect", 50, 100)])
+ effect = effects.Effect(bars_controller, [("h_check", -10), ("b_teeth", -10)])
+ event = events.SocialEvent(teacher_neg, teacher, "cepillar_dientes", u"Cepillar dientes", "neg", None, None, probability, u"Tienes que cepillarte\nlos dientes después\nde comer", effect, 1, 150)
+ event.add_restriction("place", ["classroom"])
+ _events.append(event)
+
+ # Doctor
+ probability = ("all", [("h_check", "indirect", 10, 90)])
+ effect = effects.Effect(bars_controller, [("h_check", -5)])
+ event = events.SocialEvent(doctor_neg, doctor, "control_salud", u"Control de salud", "neg", None, m(5), probability, u"Hace tiempo que\nno te veo para un\ncontrol de salud.", effect, 1, 150)
+ event.add_restriction("place", ["square", "schoolyard"])
+ _events.append(event)
+
+ probability = ("all", [("v_frutas", "indirect", 15, 80)])
+ effect = effects.Effect(bars_controller, [("energy", -10), ("defenses", -10)])
+ event = events.SocialEvent(doctor_neg, doctor, "falta_vitaminas", u"Falta vitaminas", "neg", None, m(5), probability, u"Debes consumir suficientes\nvitaminas para estar\nsaludable.", effect, 1, 150)
+ event.add_restriction("place", ["square", "schoolyard"])
+ _events.append(event)
+
+ probability = ("all", [("l_quesos", "indirect", 15, 80), ("c_huevos", "indirect", 15, 80)])
+ effect = effects.Effect(bars_controller, [("energy", -10), ("defenses", -10)])
+ event = events.SocialEvent(doctor_neg, doctor, "falta_proteinas", u"Falta proteínas", "neg", None, m(5), probability, u"Necesitas proteínas.\nSon nutritientes básicos\npara nuestra vida.", effect, 1, 150)
+ event.add_restriction("place", ["square", "schoolyard"])
+ _events.append(event)
+
+ probability = ("all", [("v_frutas", "indirect", 15, 80), ("c_leguminosas", "indirect", 15, 80)])
+ effect = effects.Effect(bars_controller, [("energy", -10), ("defenses", -10)])
+ event = events.SocialEvent(doctor_neg, doctor, "falta_fibras", u"Falta fibras", "neg", None, m(5), probability, u"Acuérdate de consumir\ntodos los días alimentos\nricos en fibras.", effect, 1, 150)
+ event.add_restriction("place", ["square", "schoolyard"])
+ _events.append(event)
+
+ probability = ("all", [("agua", "indirect", 15, 80)])
+ effect = effects.Effect(bars_controller, [("energy", -10), ("defenses", -10)])
+ event = events.SocialEvent(doctor_neg, doctor, "falta_agua", u"Falta agua", "neg", None, m(5), probability, u"Recuerda tomar suficiente\nagua con este calor.", effect, 1, 150)
+ event.add_restriction("place", ["square", "schoolyard"])
+ event.add_restriction("weather", ["hot"])
+ _events.append(event)
+
+ probability = ("all", [("c_leguminosas", "indirect", 15, 80), ("energy", "indirect", 15, 80)])
+ effect = effects.Effect(bars_controller, [("energy", -10), ("defenses", -10)])
+ event = events.SocialEvent(doctor_neg, doctor, "falta_carbohidratos", u"Falta carbohidratos", "neg", None, m(5), probability, u"Recuerda que los carbohidratos\nson una importante fuente\nde energía.", effect, 1, 150)
+ event.add_restriction("place", ["square", "schoolyard"])
_events.append(event)
+ probability = ("all", [("physica", "direct", 80, 90), ("hygiene", "direct", 80, 90), ("h_check", "direct", 80, 90)])
+ effect = effects.Effect(bars_controller, [("h_check", +10)])
+ event = events.SocialEvent(doctor_pos, doctor, "estas_saludable", u"Estás saludable", "pos", None, m(2), probability, u"Bien, tu control de\nsalud indica que estás\nsaludable.", effect, 1, 150)
+ event.add_restriction("place", ["square", "schoolyard"])
+ _events.append(event)
+
+ # AMIG@
+ probability = ("all", [("sports", "direct", 70, 80)])
+ effect = effects.Effect(bars_controller, [("energy", +5), ("fun", +10)])
+ event = events.SocialEvent(friend_pos, friend, "nuevos_amigos", u"Me hice nuevos amigos", "pos", None, m(2), probability, u"¿Quieres participar conmigo\nen el campeonato?", effect, 1, 150)
+ _events.append(event)
+
+ probability = ("all", [("sports", "direct", 80, 80)])
+ effect = effects.Effect(bars_controller, [("energy", +5), ("fun", +15)])
+ event = events.SocialEvent(friend_pos, friend, "amigo_alienta", u"Un amigo me alienta", "pos", None, m(2), probability, u"¡Muy bien!\nHiciste muchos goles.", effect, 1, 150)
+ _events.append(event)
+
+ probability = ("all", [("hygiene", "direct", 70, 80)])
+ effect = effects.Effect(bars_controller, [("energy", +5), ("fun", +15)])
+ event = events.SocialEvent(friend_pos, friend, "amigo_cumplido", u"Un amigo me da un cumplido", "pos", None, m(2), probability, u"¡Te ves bien!", effect, 1, 150)
+ _events.append(event)
+
+ probability = ("all", [("sports", "indirect", 25, 80)])
+ effect = effects.Effect(bars_controller, [("energy", -5), ("weight", +1)])
+ event = events.SocialEvent(friend_neg, friend, "amigo_deportes", u"Amigo invita a hacer deportes", "neg", None, m(5), probability, u"¿Vamos a hacer deporte\npara el campeonato?", effect, 1, 150)
+ _events.append(event)
+
return _events
def __load_events_actions_resolutions(self):
diff --git a/Saludame.activity/assets/slides/help.png b/Saludame.activity/assets/slides/help.png
index aa33817..4a59610 100644
--- a/Saludame.activity/assets/slides/help.png
+++ b/Saludame.activity/assets/slides/help.png
Binary files differ
diff --git a/Saludame.activity/content/01-Introducción.html b/Saludame.activity/content/01-Introducción.html
deleted file mode 100755
index e5e8d18..0000000
--- a/Saludame.activity/content/01-Introducción.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
- <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
- <TITLE></TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Linux)">
- <META NAME="AUTHOR" CONTENT="Pablo Moleri">
- <META NAME="CREATED" CONTENT="20101127;18212200">
- <META NAME="CHANGEDBY" CONTENT="Pablo Moleri">
- <META NAME="CHANGED" CONTENT="20101127;18252900">
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<H1><FONT FACE="Calibri, sans-serif"><FONT SIZE=4>Introducción</FONT></FONT></H1>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Cuando
-hablamos de hábitos saludables en la edad escolar, estamos hablando
-de salud y de lograr el mejor estado de salud de nosotros mismos y de
-todos. La mejor manera de estar sanos es aprender a ser responsables
-nosotros mismos de nuestra salud. Salud es un derecho de todos, y una
-responsabilidad social que podemos construir todos los días de
-nuestras vidas en pequeños actos.</FONT></FONT></P>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">El
-acceso a una alimentación adecuada es un derecho de todos los niñas
-y niñas así como el ser acompañados en su crecimiento y desarrollo
-y tener acceso a los servicios de salud. La correcta alimentación
-acompañado de otros hábitos saludables son actitudes fundamentales
-que todos y todas debemos aprender para llegar a un objetivo común
-que es estar y sentirnos sanos.</FONT></FONT></P>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Se
-propone en los siguientes párrafos aprender juntos de que manera
-podemos apuntar a una salud digna y responsable.</FONT></FONT></P>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Bienvenidos!</FONT></FONT></P>
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/Saludame.activity/content/02-Alimentación/01-Alimentación y Nutrición.html b/Saludame.activity/content/02-Alimentación/01-Alimentación y Nutrición.html
deleted file mode 100755
index 1c3b202..0000000
--- a/Saludame.activity/content/02-Alimentación/01-Alimentación y Nutrición.html
+++ /dev/null
@@ -1,134 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
- <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
- <TITLE></TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Linux)">
- <META NAME="AUTHOR" CONTENT="Pablo Moleri">
- <META NAME="CREATED" CONTENT="20101127;18212200">
- <META NAME="CHANGEDBY" CONTENT="Pablo Moleri">
- <META NAME="CHANGED" CONTENT="20101127;18243900">
- <STYLE TYPE="text/css">
- <!--
- P.cjk { font-size: 10pt }
- H2 { margin-bottom: 0.11cm }
- H2.western { font-family: "Cambria", serif; font-size: 12pt; font-style: italic }
- H2.cjk { font-family: "Times New Roman", serif; font-size: 10pt; font-style: italic }
- H2.ctl { font-family: "Times New Roman", serif; font-size: 14pt; font-style: italic }
- -->
- </STYLE>
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<H2 CLASS="western"><FONT FACE="Calibri, sans-serif">La diferencia</FONT></H2>
-<P CLASS="western" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Es
-muy importante antes de empezar a aprender sobre los hábitos
-saludables y la alimentación, conocer el significado de algunas
-palabras que se detallan a continuación.</FONT></FONT></P>
-<P CLASS="western" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Muchas
-veces hablamos de nutrición y alimentación como conceptos iguales
-pero en realidad tienen significados distintos. La alimentación es
-un proceso consciente y voluntario donde nosotros elegimos e
-ingerimos alimentos que están a nuestro alcance. Por ejemplo cuando
-veo una rica manzana de un árbol, voy la tomo, realizo una correcta
-higiene de la misma, me lavo las manos y la saboreo.</FONT></FONT></P>
-<P CLASS="western" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Cuando
-hablamos de nutrición hablamos de un proceso involuntario,
-inconsciente, cuya primera etapa es la alimentación y donde nuestro
-organismo recibe, transforma y utiliza todas las sustancias químicas
-contenidas en los alimentos. Aquí es donde ocurren procesos como
-digestión, absorción y transporte de los nutrientes hacia todas las
-células y tejidos de nuestro cuerpo, por lo tanto intervienen otros
-aparatos como ser digestivo, circulatorio, respiratorio y excretor.
-Por ejemplo, cuando ingerí la manzana, en todo mi aparato digestivo
-comienzan una serie de procesos que aseguran que cada componente de
-esa fruta se fragmente, se trasforme mediante procesos complejos en
-otras sustancias que nutrirán mis tejidos.</FONT></FONT></P>
-<P CLASS="western" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Si
-serán complejas estas funciones e importantes, que les cuento una
-curiosidad que seguro los va a asombrar. </FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-ES">Si
-extendiéramos el intestino delgado, éste llegaría de un extremo a
-otro de la clase, ya que tiene por término medio, unos 6,5 metros.
-El intestino grueso solo tiene 1,5 metros.</SPAN></FONT></FONT></P>
-<P CLASS="western" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">A
-modo de facilitar el aprendizaje en estos capítulos, hablaremos de
-nutrición y alimentación como similares. Para lograr el mejor
-estado de salud y lograr mantener la misma es muy importante conocer
-los alimentos y su composición para de esta manera saber que tipo de
-alimentación realizo y que aspectos de la misma podemos modificar
-para estar saludables.</FONT></FONT></P>
-<P CLASS="western" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<BR>
-</P>
-<P CLASS="western" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">¿Qué
-son los alimentos?</FONT></FONT></P>
-<P CLASS="western" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Los
-alimentos son sustancias naturales o industriales (sólidas o
-liquidas) que contienen uno o más elementos necesarios para la
-nutrición humana.</FONT></FONT></P>
-<P CLASS="western" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><I>¿Sabías
-que el promedio de</I></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><I>
-</I></FONT></FONT></FONT><FONT COLOR="#ff0000"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><I><SPAN STYLE="text-decoration: none">alimentos</SPAN></I></FONT></FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><I>
-</I></FONT></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><I>que
-un ser humano come en su vida es de 50 toneladas y 50.000 litros de
-bebidas?</I></FONT></FONT></P>
-<P CLASS="western" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<BR>
-</P>
-<P CLASS="western" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">¿Qué
-son los nutrientes?</FONT></FONT></P>
-<P CLASS="western" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Los
-nutrientes son sustancias químicas contenidas en los alimentos.
-Estos proporcionan la energía y los materiales de construcción para
-las innumerables sustancias que son esenciales para el crecimiento y
-la supervivencia de los organismos vivos. En pocas palabras: los
-nutrientes son diversas sustancias químicas que componen los
-alimentos.</FONT></FONT></P>
-<P CLASS="western" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Existen
-muchas maneras de clasificar los nutrientes, nosotros vamos a
-clasificarlos en 2 tipos: macronutrientes y micronutrientes.</FONT></FONT></P>
-<P CLASS="western" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Los
-macronutrientes son aquellos que suministran la mayor parte de la
-energía al organismo. Los principales son hidratos de carbono,
-proteínas y grasas. Se diferencian de los micronutrientes (vitaminas
-y minerales) en que estos son necesarios en pequeñas cantidades para
-mantener la salud pero no para producir energía, esto no significa
-que sean menos importantes, todos lo son y todos se relacionan entre
-si.</FONT></FONT></P>
-<P CLASS="western" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">El<B>
-</B>agua y la fibra alimentaria forman también parte de los
-alimentos y son fundamentales para el ser humano. La fibra
-alimentaria es una mezcla de hidratos de carbono complejos y regula
-funciones intestinales. Las fibras ayudan ayudan a que podamos
-movilizar el intestino sin dificultad, ayudan a regularizar el
-colesterol de nuestro organismo, e incluso se cree que ayudarían a
-disminuir la incidencia de cáncer intestinal, uno de los canceres
-más frecuentes en nuestro país, entre otras funciones beneficiosas.
-Tomar mucha agua, hacer ejercicio y comer frutas y verduras ayuda a
-mover el intestino sin dificultad. Por eso se recomienda comer
-frutas, verduras, hortalizas, legumbres y cereales integrales que
-tienen un alto contenido de fibras.</FONT></FONT></FONT></P>
-<P CLASS="western" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Como
-ejemplo se muestran las cantidades relativas de macronutrientes,
-micronutrientes, agua y fibra que contiene una manzana sin pelar.
-Como se puede observar, el agua y los macronutrientes se presentan en
-mayores proporciones que el resto de los elementos. La fibra también
-aparece por tratarse de un alimento de origen vegetal.</FONT></FONT></P>
-<P CLASS="western" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><IMG SRC="La%20diferencia_html_18d28622.png" NAME="gráficos1" ALIGN=BOTTOM WIDTH=295 HEIGHT=212 BORDER=0></P>
-<P CLASS="western" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><BR>
-</P>
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/Saludame.activity/content/02-Alimentación/02-Macronutrientes.html b/Saludame.activity/content/02-Alimentación/02-Macronutrientes.html
deleted file mode 100755
index 5774e28..0000000
--- a/Saludame.activity/content/02-Alimentación/02-Macronutrientes.html
+++ /dev/null
@@ -1,204 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
- <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
- <TITLE></TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Linux)">
- <META NAME="AUTHOR" CONTENT="Pablo Moleri">
- <META NAME="CREATED" CONTENT="20101127;18212200">
- <META NAME="CHANGEDBY" CONTENT="Pablo Moleri">
- <META NAME="CHANGED" CONTENT="20101127;18265100">
- <STYLE TYPE="text/css">
- <!--
- H2 { margin-bottom: 0.11cm }
- H2.western { font-family: "Cambria", serif; font-size: 12pt; font-style: italic }
- H2.cjk { font-family: "Times New Roman", serif; font-size: 10pt; font-style: italic }
- H2.ctl { font-family: "Times New Roman", serif; font-size: 14pt; font-style: italic }
- H3 { margin-bottom: 0.11cm }
- H3.western { font-family: "Cambria", serif; font-size: 12pt; font-style: italic; font-weight: normal }
- H3.cjk { font-family: "Times New Roman", serif; font-size: 10pt; font-style: italic; font-weight: normal }
- H3.ctl { font-family: "Times New Roman", serif; font-size: 13pt }
- -->
- </STYLE>
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<H2 CLASS="western"><FONT FACE="Calibri, sans-serif">Macronutrientes</FONT></H2>
-<H3 CLASS="western"><FONT FACE="Calibri, sans-serif">Hidratos de
-carbono, glúcidos o carbohidratos</FONT></H3>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Los
-hidratos de carbono son saludables en todas sus formas y variedades.
-Son fundamentales para un buen funcionamiento intestinal y también
-son un importante combustible para el cerebro y los músculos
-activos. Son la fuente de energía de los seres vivos.</FONT></FONT></FONT></P>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Los
-hidratos de carbono, también llamados g</FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">lúcidos
-o carbohidratos</FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">,
-forman un grupo de nutrientes que encontramos fundamentalmente en
-alimentos de origen vegetal como la miel (glucosa), frutas
-(fructosa), azúcar común (sacarosa) y en forma de almidón en los
-tubérculos, granos y cereales (papas, choclo y otros).</FONT></FONT></FONT></P>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Este
-grupo de nutrientes tiene como función principal en nuestro
-organismo la </FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">función
-energética</FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">,
-es decir, aportar la energía para que el organismo realice sus
-actividades cotidianas. Los podemos encontrar en una innumerable
-cantidad y variedad de alimentos y cumplen un rol muy importante en
-el metabolismo. Por eso deben tener una muy importante presencia en
-nuestra alimentación diaria.</FONT></FONT></FONT></P>
-<H3 CLASS="western"><FONT FACE="Calibri, sans-serif">Proteínas</FONT></H3>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Las
-proteínas son nutrientes básicos para la vida. Se encuentran
-principalmente en alimentos de origen animal (leche y derivados,
-carne roja, pollo, pescado y huevos) y también, aunque con menor
-riqueza, en alimentos de origen vegetal (legumbres como la soya los
-porotos garbanzos y lentejas y los cereales como trigo, maíz, arroz,
-avena, etcétera), el arroz es el cereal con proteína de mejor
-calidad. Las proteínas están formadas por unas unidades básicas
-llamadas </FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">aminoácidos.
-</FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">En
-nuestro o</FONT></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">rganismo
-las principales funciones serían:</FONT></FONT></P>
-<UL>
- <LI><P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Plástica:
- la queratina y el colágeno, son proteínas que forman parte de
- nuestras uñas y cabellos, así como de los huesos respectivamente.</FONT></FONT></P>
- <LI><P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Reguladora:
- ayudan a formar hormonas de crecimiento y enzimas como por ejemplo
- las enzimas digestivas, ayudando a que nuestra digestión se realice
- correctamente reduciendo los hidratos de carbono, las grasas y las
- proteínas en moléculas mas pequeñas para poder ser absorbidas por
- las células.</FONT></FONT></P>
- <LI><P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Inmunitaria:
- los anticuerpos son proteínas que nuestro organismo fábrica para
- defendernos de agentes extraños que pueden producirnos
- enfermedades.</FONT></FONT></P>
- <LI><P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Transporte:
- La hemoglobina es una proteína que transporta oxigeno desde los
- pulmones a todas las células de nuestro organismo.</FONT></FONT></P>
- <LI><P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">También
- proveen energía</FONT></FONT></P>
-</UL>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><BR>
-</P>
-<H3 CLASS="western"><FONT FACE="Calibri, sans-serif">Grasas o lípidos</FONT></H3>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Las
-unidades básicas que forman la mayor parte de los lípidos son los
-</FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">ácidos
-grasos, triglicéridos y el colesterol. Entre las funciones de las
-grasas encontramos:</FONT></FONT></P>
-<UL>
- <LI><P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Aporte
- de energía: los lípidos nos aportan mucha energía</FONT></FONT></FONT></P>
- <LI><P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Absorción:
- nos ayudan a absolver las vitaminas liposolubles (A, D, E, K)</FONT></FONT></FONT></P>
- <LI><P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Aporte:
- aportan ácidos grasos esenciales </FONT></FONT></FONT>
- </P>
- <LI><P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Formación:
- nos ayudan a formar membranas celulares</FONT></FONT></FONT></P>
- <LI><P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Absorción:
- nos ayudan a absorber calcio</FONT></FONT></FONT></P>
-</UL>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Prácticamente
-todos los alimentos contienen lípidos o grasas en mayor o menor
-proporción. Estos lípidos se diferencian entre sí por el tipo
-mayoritario de ácido graso que contienen.</FONT></FONT></P>
-<P LANG="es-MX" ALIGN=JUSTIFY STYLE="margin-right: 2.52cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Dependiendo
-del tipo de ácido graso y su conformación, las grasas pueden ser de
-tres tipos y se absorben de diferente manera en nuestro intestino y
-es muy importante saber reconocerlas, luego les contare por qué.</FONT></FONT></P>
-<P LANG="es-MX" ALIGN=JUSTIFY STYLE="margin-right: 2.52cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<BR>
-</P>
-<H3 LANG="es-MX" CLASS="western"><FONT FACE="Calibri, sans-serif">Ácidos
-grasos</FONT></H3>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX"><B>Grasas
-insaturadas</B></SPAN></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">:
-son las que se encuentran en el aceite de oliva, palta, nueces,
-frutos secos, pescados como por ejemplo el salmón. Son las grasas
-que aumentan el colesterol bueno. </SPAN></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Existe
-un tipo de grasas insaturadas que se denominan trans ¿las han oído
-nombrar? </SPAN></FONT></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Se
-encuentran en las margarinas y los productos que la contienen, como
-por ejemplo galletas y algunos productos de repostería. Este tipo de
-grasas consumido en exceso puede ser muy nocivo para la salud y
-tienen un efecto similar al de las grasas saturadas que veremos a
-continuación.</SPAN></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<BR>
-</P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX"><B>Grasas
-saturadas</B></SPAN></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">:
-jamones, embutidos, manteca, margarina, varios cortes de carne de
-vaca, cordero, cerdo, carne de pato, crema, quesos no descremados,
-etcétera.</SPAN></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">¿Por
-qué es importante saber que existen dos grupos y que alimentos
-constituyen esos grupos? A medida que aumenta el contenido de grasas
-en la alimentación de las personas aumenta el número de personas
-obesas y a su vez el número de enfermedades como son diabetes,
-hipertensión así como enfermedades cardiovasculares muy graves que
-son muy frecuentes hoy día en nuestro país.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><I>¿Sabías
-que en nuestro país un 60% de las personas adulta padecen
-sobrepeso/obesidad?</I></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Cuando
-ingerimos grandes cantidades de grasas saturadas, estamos aumentando
-la probabilidad de padecer enfermedades cardiovasculares así como de
-generar una enfermedad en nuestras arterias de todo el organismo que
-se denomina arterioesclerosis y que no es nada más y nada menos que
-el depósito de grasa en las paredes y luces de nuestras arterias
-disminuyendo su calibre y aumentando el riesgo de que se ocluyan por
-completo como por ejemplo sucede en las arterias del corazón
-constituyendo los infartos.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<BR>
-</P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><SPAN LANG="es-MX"><B>Colesterol</B></SPAN></FONT><FONT FACE="Calibri, sans-serif"><SPAN LANG="es-MX">:</SPAN></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Sintetizado
-por el organismo, pero también obtenido a partir de alimentos de
-origen animal es una sustancia esencial para la vida. A modo de
-resumen existirían dos tipos de colesterol el colesterol LDL y el
-colesterol HDL.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">El
-colesterol HDL sería lo que muchas personas denominan colesterol
-“BUENO”. Esto se debe a que este tipo de colesterol recoge las
-grasas que circulan por nuestro organismo y las devuelve al hígado,
-haciendo que exista menos posibilidad de que esas grasas que
-circulaban por nuestro organismo se depositen en las arterias y las
-ocluyan; entonces podríamos decir que si tenemos una proporción
-elevada de HDL es protector para nuestra salud cardiovascular.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">El
-colesterol LDL es conocido como el colesterol “malo” es el que se
-acumula en las arterias ocluyéndolas teniendo un efecto contrario al
-colesterol HDL o “bueno”.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Cuando
-consumimos grandes cantidades de grasas saturadas estamos aumentando
-nuestro colesterol malo o LDL y por ende estamos aumentado la
-probabilidad de padecer</SPAN></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">
-enfermedades como las cardiovasculares.</SPAN></FONT></FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Por
-tanto, el colesterol debe existir en nuestro organismo aunque siempre
-en determinadas cantidades. Cuando existe en exceso puede generar
-problemas, principalmente cardiovasculares.</FONT></FONT></FONT></P>
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/Saludame.activity/content/02-Alimentación/03-Micronutrientes.html b/Saludame.activity/content/02-Alimentación/03-Micronutrientes.html
deleted file mode 100755
index f6fc761..0000000
--- a/Saludame.activity/content/02-Alimentación/03-Micronutrientes.html
+++ /dev/null
@@ -1,145 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
- <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
- <TITLE></TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Linux)">
- <META NAME="AUTHOR" CONTENT="Pablo Moleri">
- <META NAME="CREATED" CONTENT="20101127;18212200">
- <META NAME="CHANGEDBY" CONTENT="Pablo Moleri">
- <META NAME="CHANGED" CONTENT="20101127;18274500">
- <STYLE TYPE="text/css">
- <!--
- H2 { margin-bottom: 0.11cm }
- H2.western { font-family: "Cambria", serif; font-size: 12pt; font-style: italic }
- H2.cjk { font-family: "Times New Roman", serif; font-size: 10pt; font-style: italic }
- H2.ctl { font-family: "Times New Roman", serif; font-size: 14pt; font-style: italic }
- H3 { margin-bottom: 0.11cm }
- H3.western { font-family: "Cambria", serif; font-size: 12pt; font-style: italic; font-weight: normal }
- H3.cjk { font-family: "Times New Roman", serif; font-size: 10pt; font-style: italic; font-weight: normal }
- H3.ctl { font-family: "Times New Roman", serif; font-size: 13pt }
- -->
- </STYLE>
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<H2 CLASS="western"><FONT FACE="Calibri, sans-serif">Micronutrientes</FONT></H2>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Este
-grupo de nutrientes está compuesto por las vitaminas y los
-minerales.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Hablaremos
-de algunos de ellos.</FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">
-</SPAN></FONT></FONT></FONT>
-</P>
-<H3 LANG="es-MX" CLASS="western"><FONT FACE="Calibri, sans-serif">Vitaminas</FONT></H3>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Las
-vitaminas son nutrientes que, aunque en pequeñas cantidades, son
-vitales para el organismo. En general no pueden ser fabricados por el
-organismo, por lo cual deben obtenerse de los alimentos que ingerimos
-(son nutrientes esenciales). Aunque todos los alimentos aportan
-vitaminas en mayor o menor cantidad, no hay ningún alimento que las
-posea todas y menos aún en las cantidades necesarias para el
-organismo. Por tanto, hay que buscar una dieta variada y equilibrada
-que incluya abundancia de frutas y verduras, por su gran contenido en
-vitaminas.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: 4.78cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Las
-deficiencias de vitaminas y los excesos de algunas de ellas producen
-enfermedades de mayor o menor gravedad.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: 4.78cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Conozcamos
-alguna de las vitaminas y donde las podemos encontrar:</FONT></FONT></P>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Vitamina
-c: frutas frescas, limón, pomelo, naranja, kiwi, tomates</SPAN></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">.</SPAN></FONT></FONT></FONT></P>
-<P STYLE="margin-right: 4.78cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Vitamina
-b1: cereales, l</SPAN></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">egumbres.</SPAN></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Vitamina
-b9: verduras verdes con hojas (acelga, espinacas), huevos.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Vitamina
-b3: carnes, pollo, legumbres, cereales, panes integrales.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: 4.78cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Vitamina
-b2; leche derivados, hígado, huevos, almendras.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: 4.78cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Vitamina
-A: zanahoria, pate, queso, hígado.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Vitamina
-e: aceite girasol, oliva, leche, derivados.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: 4.78cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Vitamina
-d: conservas de pescado (sardinas, atún) leche.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: 4.28cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<BR>
-</P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">El
-contenido de vitaminas en alimentos depende muchas veces del modo en
-que cocinemos o preparemos nuestros alimentos, por ejemplo si a las
-verduras las dejamos hervir durante mucho tiempo, el contenido de las
-vitaminas será menor, sucede lo mismo cuando pelamos frutas y
-verduras muchos tiempo antes de consumirlas, o cuando consumimos las
-frutas y verduras sin cascara. ¿Pero saben qué? La congelación o
-la refrigeración de los alimentos no afecta la composición de estas
-vitaminas aun cuando se congelen por periodos prolongados y si
-cocinamos a olla a presión o al vapor, se pierde menos vitaminas que
-si hervimos las verduras.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: 4.78cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<BR>
-</P>
-<H3 LANG="es-MX" CLASS="western"><FONT FACE="Calibri, sans-serif">Minerales</FONT></H3>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Los
-minerales son elementos químicos simples cuya presencia es
-imprescindible para la actividad de las células de nuestro
-organismo. En ningún caso pueden ser sintetizados por el organismo,
-es decir, son </SPAN></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">nutrientes
-esenciales</SPAN></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">.
-Intervienen en muchas funciones importantes de nuestro cuerpo por
-ejemplo dándole consistencia a nuestro esqueleto.</SPAN></FONT></FONT></P>
-<P LANG="es-MX" ALIGN=JUSTIFY STYLE="margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Algunos
-de ellos son: Calcio, fósforo, magnesio, potasio, zinc, flúor,
-hierro, iodo y sodio</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Al
-igual que en el caso de la vitaminas, ningún alimento posee todos
-los minerales en las cantidades necesarias y por ello la dieta ha de
-ser variada y equilibrada. También, como en el caso de las
-vitaminas, los excesos de algunos minerales producen alteraciones en
-el organismo; esto ha de tenerse en cuenta a la hora de tomar
-suplementos vitamínicos y de minerales. Se debe consultar con el
-médico antes de consumir estos preparados.</FONT></FONT></P>
-<P LANG="es-MX" ALIGN=JUSTIFY STYLE="margin-right: 2.02cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<BR>
-</P>
-<P LANG="es-MX" ALIGN=JUSTIFY STYLE="margin-right: 2.02cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Conozcamos
-algunos de minerales:</FONT></FONT></P>
-<UL>
- <LI><P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Calcio:
- lo encontramos en la leche y los productos lácteos como por ej. el
- yogurt o el queso. Consumir alimentos ricos en calcio es
- imprescindible en todas las etapas de la vida para fortalecer
- nuestros huesos y disminuir la probabilidad de tener una enfermedad
- cuando seamos adultos que se llama osteoporosis donde los huesos se
- van haciendo frágiles y pueden sufrir fracturas. El consumo de
- leche, el ejercicio, el no fumar, y el consumo de frutas y verduras
- disminuyen la posibilidad de padecer esa enfermedad.</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Hierro:
- se encuentra en las lentejas, el huevo, las carnes y los frutos
- secos entro otros. Todos los niños hasta sus 2 años de edad deben
- además de consumir alimentos ricos en hierro, tomar hierro en
- gotas, para prevenir una enfermedad que se denomina anemia que puede
- traerles serias alteraciones en su desarrollo.</FONT></FONT></P>
- <LI><P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Sodio/
- (sal): se encuentra en todos los alimentos naturales, pero también
- se encuentra en alimentos procesados como son los quesos, los
- fiambres y todo tipo de embutidos. Las personas que consumen
- alimentos que contienen mucha sal o que agregan mucha sal a los
- alimentos que ya contienen sal, son propensas a padecer hipertensión
- arterial en el futuro.<BR></SPAN></FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Los
- alimentos en su forma natural ya contienen sal, entonces el consumo
- moderado de sal es imprescindible para cuidar nuestra salud
- cardiovascular.</SPAN></FONT></FONT></FONT></P>
- <LI><P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"></P>
-</UL>
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/Saludame.activity/content/02-Alimentación/04-Grupos de alimentos.html b/Saludame.activity/content/02-Alimentación/04-Grupos de alimentos.html
deleted file mode 100755
index a710322..0000000
--- a/Saludame.activity/content/02-Alimentación/04-Grupos de alimentos.html
+++ /dev/null
@@ -1,154 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
- <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
- <TITLE></TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Linux)">
- <META NAME="AUTHOR" CONTENT="Pablo Moleri">
- <META NAME="CREATED" CONTENT="20101127;18293000">
- <META NAME="CHANGEDBY" CONTENT="Pablo Moleri">
- <META NAME="CHANGED" CONTENT="20101127;18304400">
- <STYLE TYPE="text/css">
- <!--
- H2 { margin-bottom: 0.11cm }
- H2.western { font-family: "Cambria", serif; font-size: 12pt; font-style: italic }
- H2.cjk { font-family: "Times New Roman", serif; font-size: 10pt; font-style: italic }
- H2.ctl { font-family: "Times New Roman", serif; font-size: 14pt; font-style: italic }
- -->
- </STYLE>
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<H1 LANG="es-MX"><FONT FACE="Calibri, sans-serif">Grupos de alimentos</FONT></H1>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">De
-acuerdo a la forma en que nos alimentamos y a la realidad de nuestro
-país, se establecieron 6 grupos de alimentos y se establecieron
-cantidades recomendables de consumo de cada uno de esos grupos.</FONT></FONT></P>
-<P LANG="es-MX" ALIGN=CENTER STYLE="margin-top: 0.3cm; margin-bottom: 0cm">
-<IMG SRC="Grupos%20de%20alimentos_html_95cae6e.jpg" NAME="gráficos2" ALIGN=BOTTOM WIDTH=320 HEIGHT=289 BORDER=0></P>
-<P LANG="es-MX" ALIGN=LEFT STYLE="margin-top: 0.3cm; margin-bottom: 0cm">
-<BR>
-</P>
-<H2 LANG="es-MX" CLASS="western"><FONT FACE="Calibri, sans-serif">Grupo
-1: Cereales, leguminosas y derivados.</FONT></H2>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Este
-grupo comprende cereales (trigo, maíz, arroz, cebada, avena,
-centeno) leguminosas (arvejas secas, garbanzos, soya, p</SPAN></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">orotos,
-lentejas</SPAN></FONT></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">)
-y sus derivados (harina de trigo, sémola, féculas, polenta,
-tapioca, gofio, panes, bizcochos, galletas, galletitas, pastas de
-todo tipo). Este grupo de alimentos es muy importante porque nos
-aporta energía, proteínas y fibras. </SPAN></FONT></FONT>
-</P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Se
-recomienda a niños y adolescentes consumir entre 5 y 7 porciones
-diarias de este grupo de alimentos. Por ejemplo media taza de
-lentejas, garbanzos o porotos cocidos seria una porción de
-leguminosas. Una porción de pan seria tres rebanadas finas, una
-porción de arroz seria media taza cocida, una porción de harina de
-maíz seria media taza cocida también.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<BR>
-</P>
-<H2 LANG="es-MX" CLASS="western"><FONT FACE="Calibri, sans-serif">Grupo
-2: Frutas y verduras</FONT></H2>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Este
-grupo comprende una enorme variedad de alimentos algunos podrían
-ser: acelga, cebolla, espinaca, repollito de Bruselas, tomate,
-zapallito, rabanito, morrón, apio, arveja fresca, chaucha, papa,
-remolacha, palta, puerro</SPAN></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">,
-zanahoria, zapallo, ananá, banana, sandia, uva, pomelo, pera,
-manzana, naranja, membrillo y muchas mas!Nos aportan muchas fibras,
-vitaminas y minerales.</SPAN></FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Se
-recomienda a niños y adolescentes consumir entre 5 y 6 porciones
-diarias de este grupo de alimentos. Por ejemplo dos tomates medianos
-o, una zanahoria o media taza de acelga o espinaca cocida o zapallo
-cocido o un zapallito, serian una porción de verduras. Media banana
-o 1 durazno o una manzana, o una naranja o una pera o ¾ tazas de
-frutillas o dos mandarinas serian una porción de frutas.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><I>¿No
-es tan difícil llegar a comer las porciones recomendadas no es así?</I></FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<BR>
-</P>
-<H2 LANG="es-MX" CLASS="western"><FONT FACE="Calibri, sans-serif">Grupo
-3: Leche, yogures y quesos</FONT></H2>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Este
-grupo incluye las leches fluidas y en polvo enteras, semidescremadas,
-y descremadas, yogures de todo tipo y otras leches fermentadas, los
-quesos de pasta blanda, semidura y dura de cualquier tenor graso y
-tiempo de maduración. Este grupo nos aporta proteínas de buena
-calidad y es la fuente más importante de calcio en la alimentación.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Se
-recomienda a niños y adolescentes consumir 2 porciones diarias de
-este grupo de alimentos. Los niños deben consumir aproximadamente
-medio litro de leche por día.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Por
-ejemplo un vaso de leche o 3 cucharadas de ricota o un trozo de queso
-del tamaño de una cajita de fósforos o un vaso de yogurt
-corresponderían a una porción de lácteos.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<BR>
-</P>
-<H2 LANG="es-MX" CLASS="western"><FONT FACE="Calibri, sans-serif">Grupo
-4: Carnes derivados y huevos</FONT></H2>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Este
-grupo incluye las carnes de vaca, cerdo, cordero, oveja, aves
-silvestres y de corral, caballo, conejo, mulita, carpincho, animales
-de caza en general, vísceras, embutidos y fiambres. También
-pescados de río, laguna y mar y frutos del mar. También integran el
-grupo los huevos de todo tipo de ave. Este grupo nos aporta proteínas
-y hierro, pero este grupo de alimentos tiene un alto contenido de
-grasas saturadas (aquellas que favorecían la ateroesclerosis) y de
-colesterol, por lo tanto el consumo debe ser moderado.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Se
-recomienda a niños y adolescentes consumir 2 o 3 porciones diarias
-de este grupo de alimentos. Por ejemplo una presa chica de pollo sin
-piel, o un lomo de pescado, o un bife chico de carne roja (con la
-menor grasa posible) serian una porción dl grupo de las carnes. En
-relación a los huevos se recomienda 2 o 3 por semana.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<BR>
-</P>
-<H2 LANG="es-MX" CLASS="western"><FONT FACE="Calibri, sans-serif">Grupo
-5: Azucares y dulces</FONT></H2>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Este
-grupo incluye el azúcar, la miel, los dulces, mermeladas y frutas,
-dulce de leche y golosinas. Este grupo tiene un alto contenido en
-azucares.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Se
-recomienda a niños y adolescentes consumir entre 4 y 5 porciones
-diarias de este grupo de</SPAN></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX"><SPAN STYLE="background: transparent">
-alimentos.</SPAN></SPAN></FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<BR>
-</P>
-<H2 LANG="es-MX" CLASS="western"><FONT FACE="Calibri, sans-serif">Grupo
-6: Grasas, aceites, frutas secas, semillas oleaginosas y chocolate</FONT></H2>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Este
-grupo incluye la grasa vacuna, grasa de cerdo, manteca, margarina,
-aceites vegetales (arroz, girasol, oliva, maíz, soya) frutas secas
-(almendra, avellana, castaña de cajú, nueces varias) semillas
-oleaginosas (girasol, lino, zapallo, sésamo) y chocolate. Como este
-grupo tiene un alto contenido de grasas se recomiendan cantidades muy
-limitadas de estos alimentos.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Se
-recomienda a niños y adolescentes consumir entre 2 y 3 porciones
-diarias de este grupo de alimentos.</SPAN></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">
-Por ejemplo una cuchara de aceite, o de manteca, o 6 nueces serian
-una porción de aceites y frutas secas.</SPAN></FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><BR>
-</P>
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/Saludame.activity/content/02-Alimentación/05-El agua.html b/Saludame.activity/content/02-Alimentación/05-El agua.html
deleted file mode 100755
index 5a2c2a9..0000000
--- a/Saludame.activity/content/02-Alimentación/05-El agua.html
+++ /dev/null
@@ -1,63 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
- <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
- <TITLE></TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Linux)">
- <META NAME="AUTHOR" CONTENT="Pablo Moleri">
- <META NAME="CREATED" CONTENT="20101127;18212200">
- <META NAME="CHANGEDBY" CONTENT="Pablo Moleri">
- <META NAME="CHANGED" CONTENT="20101127;18285400">
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<H1 LANG="es-MX"><FONT FACE="Calibri, sans-serif">El agua</FONT></H1>
-<P LANG="es-MX" ALIGN=JUSTIFY STYLE="margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">El
-agua es el principal e imprescindible componente del cuerpo humano.
-El ser humano no puede estar sin beberla más de cinco o seis días
-sin poner en peligro su vida.</FONT></FONT></P>
-<P LANG="es-MX" ALIGN=JUSTIFY STYLE="margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><I>¿Sabías
-que el 70% de nuestro peso es agua? ¿Y que las dos terceras partes
-de nuestro planeta está formado por agua?</I></FONT></FONT></P>
-<P ALIGN=JUSTIFY STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">La</SPAN></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">
-podemos ingerir como tal o formando parte de los alimentos. De las
-numerosas funciones </SPAN></FONT></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">que
-el agua tiene en nuestro organismo, las más importantes son las
-siguientes:</SPAN></FONT></FONT></P>
-<UL>
- <LI><P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Forma
- el medio acuoso donde se desarrollan todos los procesos metabólicos
- que tienen lugar en nuestro organismo.</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Contribuye
- a regular la temperatura corporal mediante la evaporación de agua a
- través de la piel.</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Posibilita
- el transporte de nutrientes a las células y de las sustancias de
- desecho desde las células.</FONT></FONT></P>
-</UL>
-<P LANG="es-MX" STYLE="margin-right: 4.78cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<BR>
-</P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Las
-necesidades de agua varían de 2 a 3 litros/día. Sin embargo, en las
-siguientes situaciones, esta cantidad debe incrementarse:</FONT></FONT></P>
-<UL>
- <LI><P LANG="es-MX" STYLE="margin-right: 4.78cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Al
- practicar ejercicio físico.</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-right: 4.78cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Cuando
- la temperatura ambiente es elevada.</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-right: 4.78cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Cuando
- tenemos fiebre.</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-right: 4.78cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Cuando
- tenemos diarrea.</FONT></FONT></P>
-</UL>
-<P LANG="es-MX" STYLE="margin-right: 4.78cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<BR>
-</P>
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/Saludame.activity/content/02-Alimentación/06-Higiene de los alimentos.html b/Saludame.activity/content/02-Alimentación/06-Higiene de los alimentos.html
deleted file mode 100755
index c8bb89b..0000000
--- a/Saludame.activity/content/02-Alimentación/06-Higiene de los alimentos.html
+++ /dev/null
@@ -1,122 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
- <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
- <TITLE></TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Linux)">
- <META NAME="AUTHOR" CONTENT="Pablo Moleri">
- <META NAME="CREATED" CONTENT="20101127;18293000">
- <META NAME="CHANGEDBY" CONTENT="Pablo Moleri">
- <META NAME="CHANGED" CONTENT="20101127;18312300">
- <STYLE TYPE="text/css">
- <!--
- H2 { margin-bottom: 0.11cm }
- H2.western { font-family: "Cambria", serif; font-size: 12pt; font-style: italic }
- H2.cjk { font-family: "Times New Roman", serif; font-size: 10pt; font-style: italic }
- H2.ctl { font-family: "Times New Roman", serif; font-size: 14pt; font-style: italic }
- -->
- </STYLE>
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<H1><FONT FACE="Calibri, sans-serif">Higiene de los alimentos</FONT></H1>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Manipular
-los alimentos una forma higiénica es muy importante para evitar la
-contaminación por microbios o sustancias toxicas que pueden
-producirnos enfermedades. Si nos ponemos a pensar, los alimentos y
-transcurren por una serie de etapas antes de ser consumidos. Estas
-etapas son: producción, transporte, almacenamiento, elaboración,
-distribución, preparación, y finalmente consumo. Imagínense todas
-las posibilidades que tienen los alimentos de ser contaminados con
-microbios mientras transita todas esas etapas y lo cuidadosos que
-debemos ser todos a la hora de consumirlos. </FONT></FONT>
-</P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">¿Por
-qué es importante aprender sobre la higiene de los alimentos? En la
-tierra, el agua, los animales, la tierra, se encuentran
-microorganismos que por ser tan pequeños no podemos ver, pero que
-pueden ser muy peligrosos y que muchas veces acarreamos en nuestras
-manos, ropa, utensilios de cocina, esponjas, trapos o cualquier otro
-elemento que no fue correctamente higienizado.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><BR>
-</P>
-<H2 CLASS="western">Almacenamiento de las comidas</H2>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Cuando
-guardamos harinas, fideos secos, azúcar debemos hacerlo en lugares
-cerrados, protegidos de insectos y roedores. Nunca debemos guardarlos
-junto a productos químicos como insecticidas, productos de limpieza,
-venenos porque los alimentos pueden contaminarse y ser muy
-perjudiciales para nuestra salud.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">La
-carne, fiambres, huevos, leche, manteca, deben ser almacenados en
-heladera.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Es
-muy importante mantener las carnes crudas de todo tipo separadas de
-otros alimentos, así como separar los alimentos crudos de los
-cocidos para de esta forma prevenir la contaminación cruzada que es
-el pasaje de microbios de un alimento a crudo a otro cocido listo
-para consumir.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Las
-frutas y verduras se conservaran en la heladera envueltas en bolsa de
-plástico limpias o en recipientes cerrados.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><BR>
-</P>
-<H2 CLASS="western" ALIGN=LEFT STYLE="widows: 2; orphans: 2"><FONT FACE="Cambria, serif"><FONT SIZE=3><SPAN LANG="es-ES"><I><B>Hábitos
-higiénicos</B></I></SPAN></FONT></FONT></H2>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Antes
-de manipular los alimentos, prepararlos, y antes de consumirlos,
-debemos lavarnos las manos por lo menos durante 30 segundos. No
-olvidemos que debemos lavarnos las manos también luego de ir al
-baño, sonarnos la nariz, jugar y practicar deportes.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Cuando
-manipulamos carnes o huevos, debemos lavar con agua caliente y jabón
-todos los utensilios de cocina que utilizamos incluso la tabla de
-picar los alimentos.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Las
-frutas y verduras deben ser lavadas cuidadosamente con agua de la
-canilla y jabón, luego debemos sumergirlas en agua con hipoclorito
-de sodio (cloro) al menos por 20 minutos (se debe colocar una
-cucharadita de cloro por litro de agua).</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">También
-es fundamental la limpieza del lugar donde comemos, las mesas, las
-sillas, el baño, y todo lo que nos rodea.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><BR>
-</P>
-<H2 CLASS="western" ALIGN=LEFT STYLE="widows: 2; orphans: 2"><FONT FACE="Cambria, serif"><FONT SIZE=3><SPAN LANG="es-ES"><I><B>Cocción</B></I></SPAN></FONT></FONT></H2>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Para
-poder destruir los microbios que existen en los alimentos, éstos
-deben cocinarse a temperaturas mayores a 70 grados. Es importante
-tener en cuenta que como los microbios se multiplican muy
-rápidamente, si vamos a recalentar alimentos ya cocidos también
-debemos hacerlo a una temperatura mayor a 70 grados. Por ejemplo, al
-calentar nuevamente una sopa, debemos calentarla hasta llegar a la
-ebullición.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">No
-deberíamos consumir huevos poco cocidos, mayonesas caseras, o
-merengues crudos, por el peligro de padecer una enfermedad que se
-llama salmonelosis y que puede ser muy grave.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Debemos
-consumir leche pasteurizada, y si no tenemos acceso a ella debemos
-siempre hervirla antes de consumirla.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><BR>
-</P>
-<H2 CLASS="western" ALIGN=LEFT STYLE="widows: 2; orphans: 2"><FONT FACE="Cambria, serif"><FONT SIZE=3><SPAN LANG="es-ES"><I><B>Enfriamiento
-y congelación</B></I></SPAN></FONT></FONT></H2>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Los
-alimentos como carnes y derivados deben colocarse en heladera lo más
-rápidamente luego de comprados. La heladera los conserva durante 3 o
-4 días, y si nuestro consumo será luego de ese plazo es necesario
-congelarlas.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">No
-es recomendable re congelar un alimento que ya fue descongelado.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Si
-los vamos a descongelar debemos colocarlos primero en la heladera y
-no descongelarlos a temperatura ambiente.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Si
-tenemos mascotas debemos mantenerlas lejos de nuestros alimentos así
-como mantener la salud de nuestras mascotas desparasitando por
-ejemplo los perros para evitar que se enfermen y que nos enfermemos
-nosotros también.</SPAN></FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><BR>
-</P>
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/Saludame.activity/content/02-Alimentación/Grupos de alimentos_html_95cae6e.jpg b/Saludame.activity/content/02-Alimentación/Grupos de alimentos_html_95cae6e.jpg
deleted file mode 100755
index e269a6a..0000000
--- a/Saludame.activity/content/02-Alimentación/Grupos de alimentos_html_95cae6e.jpg
+++ /dev/null
Binary files differ
diff --git a/Saludame.activity/content/02-Alimentación/La diferencia_html_18d28622.png b/Saludame.activity/content/02-Alimentación/La diferencia_html_18d28622.png
deleted file mode 100755
index 94e961a..0000000
--- a/Saludame.activity/content/02-Alimentación/La diferencia_html_18d28622.png
+++ /dev/null
Binary files differ
diff --git a/Saludame.activity/content/03-Actividad Física/Actividad física.html b/Saludame.activity/content/03-Actividad Física/Actividad física.html
deleted file mode 100755
index e82d07a..0000000
--- a/Saludame.activity/content/03-Actividad Física/Actividad física.html
+++ /dev/null
@@ -1,113 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
- <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
- <TITLE></TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Linux)">
- <META NAME="AUTHOR" CONTENT="Pablo Moleri">
- <META NAME="CREATED" CONTENT="20101127;18314200">
- <META NAME="CHANGEDBY" CONTENT="Pablo Moleri">
- <META NAME="CHANGED" CONTENT="20101127;18324700">
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<H1><FONT FACE="Calibri, sans-serif"><SPAN LANG="es-MX">Actividad</SPAN></FONT><FONT FACE="Calibri, sans-serif">
-</FONT><FONT FACE="Calibri, sans-serif"><SPAN LANG="es-MX">física</SPAN></FONT></H1>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">La
-actividad física debe formar parte de los hábitos saludables, y es</SPAN></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">
-tan importante como una buena alimentación. Cuando realizamos
-actividad física, no solo estamos moviendo nuestros músculos y
-huesos, sino que también gastamos energía, interactuamos con la
-naturaleza y con nuestros amigos, nos ponemos de mejor humor, y es
-por eso y mucho mas que protegemos nuestra salud. Estos son solo
-algunos de los numerosos beneficios que logramos al realizar
-actividad física:</SPAN></FONT></FONT></P>
-<UL>
- <LI><P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Nos
- ayuda a controlar nuestro peso corporal</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Propicia
- una buena circulación a todos nuestro organismo</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Mejora
- la actividad de nuestro corazón</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Disminuye
- el estrés y libera tensiones</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Mejora
- nuestra digestión</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Nos
- ayuda a descansar mejor y tener un sueño adecuado.</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Mejora
- nuestra imagen personal</FONT></FONT></P>
- <LI><P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Nos
- </SPAN></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">ayuda
- a prevenir enfermedades como obesidad e hipertensión arterial </SPAN></FONT></FONT></FONT>
- </P>
- <LI><P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
- <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Previene
- la osteoporosis</FONT></FONT></P>
-</UL>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<BR>
-</P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">¿Qué
-es el sedentarismo y porque hablamos de él cuando hablamos de
-actividad física?</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Se
-dice que una persona es sedentaria cuando su actividad física no
-llega a ser de por lo menos media hora diaria por lo menos 5 días a
-la semana, en otras palabras para no ser sedentarios debemos hacer
-actividad física de moderada intensidad por lo menos 5 días a la
-semana con una duración de 30 min por día. El sedentarismo es una
-de los factores de riesgo principales para las enfermedades
-cardiovasculares.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX"><I>¿Sabias
-que el 40 por ciento de los niños de </I></SPAN></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX"><I>Uruguay
-son sedentarios?</I></SPAN></FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">La
-gran mayoría de las personas deben realizar actividad física para
-mantenerse sanos, y no interesa la edad de la persona. Existen
-innumerables actividades que las personas de todas las edades pueden
-realizar por ejemplo bailar, caminar, nadar, trotar, practicar juegos
-de pelota, andar a caballo, andar en</SPAN></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">
-bicicleta, y miles de actividades más.</SPAN></FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Es
-muy importante antes de empezar una actividad física, realizarnos
-controles médicos para saber cómo esta nuestra salud y qué tipo de
-actividad física podemos realizar, por ejemplo las personas que
-tuvieron un infarto al corazón necesitan hacer ejercicio pues eso es
-muy beneficioso para ellos, pero de una manera especial, donde una
-persona capacitada debe orientarlos para poder hacerlos
-correctamente. También es importante empezar a realizar actividad
-física poco a poco sobre todo cuando estuvimos mucho tiempo
-sedentario así como estirar nuestros músculos antes y después del
-ejercicio.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Es
-conveniente, para evitar el sedentarismo, no pasar más de dos horas
-diarias sentados frente a la TV, la computadora, los juegos de
-computación, los videos, </SPAN></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">etcétera</SPAN></FONT></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">.
-Tampoco se debe ingerir alimentos en esos momentos, porque al estar
-distraídos aumenta en forma importante la ingesta energética y se
-torna adictiva, entonces corremos el riesgo de comer más de lo
-recomendable inconscientemente y nuestra salud puede verse muy
-perjudicada.</SPAN></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Todas
-las veces que hagamos actividad física es muy importante tomar agua
-antes, durante y después de movernos, para evitar complicaciones que
-pueden ser muy graves para nuestras salud, pues podemos llegar a
-perder hasta 2 litros y medio por hora de agua a través de la
-traspiración ¿lo sabías?</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<BR>
-</P>
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/Saludame.activity/content/03-Actividad Física/Cuidados del sol.html b/Saludame.activity/content/03-Actividad Física/Cuidados del sol.html
deleted file mode 100755
index efd8b6a..0000000
--- a/Saludame.activity/content/03-Actividad Física/Cuidados del sol.html
+++ /dev/null
@@ -1,59 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
- <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
- <TITLE></TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Linux)">
- <META NAME="AUTHOR" CONTENT="Pablo Moleri">
- <META NAME="CREATED" CONTENT="20101127;18314200">
- <META NAME="CHANGEDBY" CONTENT="Pablo Moleri">
- <META NAME="CHANGED" CONTENT="20101127;18372000">
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<H1><EM><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX"><SPAN STYLE="font-style: normal">Cuidados
-del sol</SPAN></SPAN></FONT></FONT></EM></H1>
-<P STYLE="margin-top: 0.49cm; margin-bottom: 0.49cm"><EM><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX"><SPAN STYLE="font-style: normal">El
-s</SPAN></SPAN></FONT></FONT></EM><EM><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-style: normal">ol
-es fundamental</SPAN></FONT></FONT></EM><EM><FONT COLOR="#ff0000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-style: normal">
-</SPAN></FONT></FONT></FONT></EM><EM><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-style: normal">para
-la vida, nos da luz, calor, es fuente de energía y es parte de
-nuestro ambiente. Pero también sabemos que la luz del sol emite
-diferentes tipos de radiaciones, entre los que se encuentran los
-rayos ultravioletas (UV) que no podemos ver ni sentir. Cuando las
-recibimos en exceso puede dañarse la salud de nuestra piel, ojos y
-sistema inmunológico. </SPAN></FONT></FONT></EM>
-</P>
-<P STYLE="margin-top: 0.49cm; margin-bottom: 0.49cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">La
-piel el órgano más voluminoso que envuelve nuestro cuerpo. Sus
-funciones son innumerables, pero una de las de mayor importancia es
-la de defensa. Es el órgano que nos contacta con el medio que nos
-rodea. Nos da la sensación de frío, calor, textura, humedad, todo
-lo que podríamos incluir en lo que llamamos tacto. Colabora con el
-mantenimiento de la temperatura corporal y es una reserva corporal de
-agua y grasa.</FONT></FONT></P>
-<P STYLE="margin-top: 0.49cm; margin-bottom: 0.49cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">El
-color de la piel se debe a la concentración del pigmento cutáneo
-llamado melanina, la principal defensa contra la radiación
-ultravioleta solar (UV). A medida que la melanina aumenta con la
-radiación solar, la piel se broncea más, sin embargo este bronceado
-que se lo llama “saludable”, es un signo del daño producido por
-el sol. Las piel de los niños es mas fina y mas propensa a sufrir
-los daños del sol a edades muy tempranas.</FONT></FONT></P>
-<P STYLE="margin-top: 0.49cm; margin-bottom: 0.49cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Es</FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">
-recomendable no exponernos al sol durante las horas 11:00 y 17:00 del
-día, pues es en esas horas donde el riesgo de daño es mayor. Es muy
-importante tener en cuenta que cualquier mancha en nuestra en piel,
-lunar, mancha, o lastimadura que nos llame la atención sea vista por
-un médico, por mas indefensa que sea, para de esa manera evitar el
-progreso de un cáncer de piel subyacente.</FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.49cm; margin-bottom: 0.49cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><FONT COLOR="#000000">Cuando
-vamos a estar al sol es recomendable usar ropa oscura, que nos tape
-brazos hombros y piernas, usar gorro que nos proteja cara y orejas.
-Es recomendable tomar abundante agua y buscar lugares de sombra, así
-como usar lentes de sol que nos protejas de los rayos UV y
-protectores solares para evitar quemaduras y enfermedades graves que
-pueden afectar nuestra piel.</FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.49cm; margin-bottom: 0.49cm"><BR><BR>
-</P>
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/Saludame.activity/content/03-Actividad Física/Prevención de accidentes.html b/Saludame.activity/content/03-Actividad Física/Prevención de accidentes.html
deleted file mode 100755
index 6ea4eb4..0000000
--- a/Saludame.activity/content/03-Actividad Física/Prevención de accidentes.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
- <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
- <TITLE></TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Linux)">
- <META NAME="AUTHOR" CONTENT="Pablo Moleri">
- <META NAME="CREATED" CONTENT="20101127;18314200">
- <META NAME="CHANGEDBY" CONTENT="Pablo Moleri">
- <META NAME="CHANGED" CONTENT="20101127;18360100">
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<H1 LANG="es-MX"><FONT FACE="Calibri, sans-serif">Prevención de
-accidentes</FONT></H1>
-<P STYLE="margin-right: -0cm; margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Cuando
-hablamos de actividad física nos podemos dejar de aprender algunos
-cuidados que debemos tener a la hora de disfrutar el aire libre y el
-contacto con nuestr</SPAN></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">a
-naturaleza para evitar accidentes y proteger nuestra salud.</SPAN></FONT></FONT></P>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Algunas
-recomendaciones: </FONT></FONT></FONT>
-</P>
-<UL>
- <LI><P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Cuando
- por vamos a un arroyo, o aun río a disfrutar del día y combatir el
- agobiante calor, es necesario tener en cuenta algunas
- recomendaciones además de los cuidados del sol.</FONT></FONT></FONT></P>
- <LI><P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Los
- niveles de profundidad en arroyos, bañados, </FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">lagos,
- etc. cambian</FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">
- constantemente en función de los fenómenos climáticos, es por eso
- muy importante hacer un reconocimiento previo del lugar donde vamos
- a ir, por más conocido que sea.</FONT></FONT></FONT></P>
- <LI><P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Concurrir
- con un adulto y no solos.</FONT></FONT></P>
- <LI><P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Tratar
- de comer por lo menos 2 horas antes de ir.</FONT></FONT></P>
- <LI><P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">No
- meternos al agua si no sabemos nadar.</FONT></FONT></P>
- <LI><P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Estar
- en lugares del agua donde damos pie y en lo posible con el agua
- hacia al cintura, y no simular que nos estamos ahogando como broma
- porque podemos provocar un accidente en quien nos viene engañados a
- rescatar.</FONT></FONT></P>
- <LI><P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">En
- caso de padecer la desgracia de que alguno de los bañistas comienza
- a ahogarse, correr inmediatamente a pedir ayuda y tirarle una soga o
- un gomón atado, o una rama, pero jamás intentar meternos a
- salvarlo, pues muchas personas mueren en el intento de hacerlo.</FONT></FONT></P>
- <LI><P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Si
- llevamos gomones, o juegos inflables al agua, atarlos fuertemente a
- un árbol o rama gruesa.</FONT></FONT></P>
- <LI><P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">No
- nadar contra la corriente pues podemos agotarnos y ahogarnos, es
- preferible en ese caso de agotamiento flotar y dejar que la
- corriente nos lleve hasta que podamos agarrarnos de algo seguro o
- hasta recibir ayuda.</FONT></FONT></P>
-</UL>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><BR>
-</P>
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/Saludame.activity/content/04-Higiene corporal.html b/Saludame.activity/content/04-Higiene corporal.html
deleted file mode 100755
index 5c46c70..0000000
--- a/Saludame.activity/content/04-Higiene corporal.html
+++ /dev/null
@@ -1,81 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
- <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
- <TITLE></TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Linux)">
- <META NAME="AUTHOR" CONTENT="Pablo Moleri">
- <META NAME="CREATED" CONTENT="20101127;18373400">
- <META NAME="CHANGEDBY" CONTENT="Pablo Moleri">
- <META NAME="CHANGED" CONTENT="20101127;18400600">
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<H1 LANG="es-MX"><FONT FACE="Calibri, sans-serif">Higiene corporal y
-lavado de manos</FONT></H1>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">¿Sabías
-que el día mundial del lavado de manos es el 15 de octubre?</FONT></FONT></FONT></P>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">El
-lavado de manos </SPAN></FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">es
-tan importante como una buena alimentación </SPAN></FONT></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">y
-forma parte sin duda de los hábitos saludables que debemos aprender
-para mantenernos sanos.</SPAN></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">La
-higiene corporal diaria, también lo es y el bañarnos todos los días
-es cuidar de nuestras salud, porque además nos sentimos bien,
-descansamos, y evitamos la aparición de enfermedades-</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Hablemos
-ahora de la forma en que debemos lavarnos las manos.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">El
-lavado de manos, cuando se realiza en forma correcta, es la manera
-más eficaz de prevenir la trasmisión de enfermedades.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Siga
-estos cuatro pasos simples para mantener sus manos limpias:</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">1.
-Mójese las manos con agua tibia corriente.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">2.
-Agregue jabón y frote sus manos juntas, haciendo espuma jabonosa.
-Haga esto fuera del agua corriente durante por lo menos 20 segundos,
-manteniendo siempre la espuma. Lave el frente y la palma de sus
-manos, entre los dedos y debajo de las uñas.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">3.
-Enjuague bien sus manos debajo de agua corriente. Deje el agua correr
-al lavadero y no hacia sus codos.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">4.
-Seque bien sus manos con una toalla limpia. Después cierre la llave
-con una toalla de papel limpia y tire la toalla al basurero</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Es
-importante animar y ayuda a todas las personas a lavarse las manos
-antes de comer, después de jugar al aire libre o de jugar con
-mascotas y después de ir al baño y después de sonarse las narices.
-Aún cuando las manos se vean limpias, pueden tener gérmenes o
-microorganismo que causan enfermedades</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><BR>
-</P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">¿Qué
-errores debo evitar cuando me lavo las manos?</FONT></FONT></P>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm">• <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Tratar
-de no usar la misma toalla húmeda para lavar las manos de un grupo
-de niños.</SPAN></FONT></FONT></P>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm">• <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">En
-lo posible no usar una fuente agua estancada para lavar las manos.</SPAN></FONT></FONT></P>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm">• <FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">No
-usar toallas de mano común. Siempre use toallas desechables en
-guarderías o lugar para preparar alimentos.</SPAN></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><BR>
-</P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">¿Podemos
-usar alcohol en gel?</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">El
-alcohol en gel también es eficaz para eliminar gérmenes pero debo
-usarlos sólo cuando no dispongo de agua y jabón y cuando en mis
-manos no veo suciedad. Para usarlo en forma correcta, debemos aplicar
-el alcohol en la palma de una mano y enseguida frotar ambas manos,
-asegurando de frotar el dorso, palma y las uñas de ambas manos.
-Dejar que el alcohol se seque por unos 30 segundos. Si sus manos
-están sucias y no tiene otra manera de lavárselas, podemos usar el
-alcohol, pero después debemos lavarnos las manos con agua y jabón
-en cuanto pueda.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><BR>
-</P>
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/Saludame.activity/content/05-Salud bucal.html b/Saludame.activity/content/05-Salud bucal.html
deleted file mode 100755
index 2fc004a..0000000
--- a/Saludame.activity/content/05-Salud bucal.html
+++ /dev/null
@@ -1,150 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
- <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
- <TITLE></TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Linux)">
- <META NAME="AUTHOR" CONTENT="Pablo Moleri">
- <META NAME="CREATED" CONTENT="20101127;18373400">
- <META NAME="CHANGEDBY" CONTENT="Pablo Moleri">
- <META NAME="CHANGED" CONTENT="20101127;18412900">
- <STYLE TYPE="text/css">
- <!--
- H2 { margin-bottom: 0.11cm }
- H2.western { font-family: "Cambria", serif; font-size: 12pt; font-style: italic }
- H2.cjk { font-family: "Times New Roman", serif; font-size: 10pt; font-style: italic }
- H2.ctl { font-family: "Times New Roman", serif; font-size: 14pt; font-style: italic }
- -->
- </STYLE>
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<H1 LANG="es-MX"><FONT FACE="Calibri, sans-serif">Salud bucal</FONT></H1>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Tener
-una boca</SPAN></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">
-sana y aprender cuidarla de la mejor manera contribuye a nuestra
-salud de la misma manera que saber alimentarnos. Nos hace sentir
-mejor pues mejora nuestra autoestima, nos vemos bien y nos ven bien
-cuando sonreímos y nuestros dientes están sanos. La cavidad bucal
-está compuesta por muchos elementos como mejillas, huesos, dientes,
-labios, encías, glándulas salivales etc., y es muy importante
-aprender a cuidar nada uno de ellos.</SPAN></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">
-</SPAN></FONT></FONT></FONT><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 30pt"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">El
-control del niño desde el nacimiento permite al odontólogo: </SPAN></FONT></FONT></FONT></FONT></FONT>
-</P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT COLOR="#000000"><FONT COLOR="#000000">• <FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT SIZE=6 STYLE="font-size: 30pt"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">Analizar
-que las funciones de la cavidad bucal se cumplan con normalidad
-(respiración, deglución y masticación). </SPAN></FONT></FONT></FONT></FONT></FONT></FONT>
-</P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT COLOR="#000000"><FONT COLOR="#000000">• <FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT SIZE=6 STYLE="font-size: 30pt"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">Verificar
-el normal desarrollo y recambio dentario. </SPAN></FONT></FONT></FONT></FONT></FONT></FONT>
-</P>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT COLOR="#000000"><FONT COLOR="#000000">•
-<FONT SIZE=6 STYLE="font-size: 30pt"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">Controlar
-los posibles procesos cariosos.</SPAN></FONT></FONT></FONT></FONT></FONT></P>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 30pt"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">El
-hábito de fumar afecta perjudica seriamente nuestra salud bucal
-además de otros sistemas muy importantes y aumenta la probabilidad
-de padecer muchos tipos de cáncer como por ejemplo el cáncer de
-pulmón. </SPAN></FONT></FONT></FONT></FONT></FONT><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 25pt"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">Las
-dos enfermedades más comunes de la cavidad bucal: caries dental y
-enfermedad periodontal (gingivitis o inflamación de la encía),
-pueden ser controladas fundamentalmente a través de las medidas de
-auto cuidado que son las siguientes:</SPAN></FONT></FONT></FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT COLOR="#000000"><FONT COLOR="#000000">• <FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT SIZE=6 STYLE="font-size: 25pt"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">Correcto
-cepillado: </SPAN></FONT></FONT></FONT></FONT></FONT></FONT>
-</P>
-<P LANG="es-MX" STYLE="margin-left: 1.25cm; margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 25pt"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">-
-después de cada comida incluso cuando tengo dientes de leche.</SPAN></FONT></FONT></FONT></FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-left: 1.25cm; margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 25pt"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">-
-utilizando un cepillo adecuada con una técnica que garantice la
-desorganización</SPAN></FONT></FONT></FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">
-</FONT></FONT></FONT><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 25pt"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">de
-la placa microbiana</SPAN></FONT></FONT></FONT></FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT COLOR="#000000"><FONT COLOR="#000000">• <FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT SIZE=6 STYLE="font-size: 25pt"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">Control
-del consumo de azúcar: </SPAN></FONT></FONT></FONT></FONT></FONT></FONT>
-</P>
-<P LANG="es-MX" STYLE="text-indent: 1.25cm; margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 25pt"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">-
-disminuir el consumo</SPAN></FONT></FONT></FONT></FONT></FONT></FONT></P>
-<P STYLE="text-indent: 1.25cm; margin-top: 0.3cm; margin-bottom: 0cm">
-<FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">-
-</SPAN></FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Consumir
-alimentos ricos en calcio y flúor</SPAN></FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="text-indent: 1.25cm; margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 25pt"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">-
-realizar un correcto cepillado después</SPAN></FONT></FONT></FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">
-</FONT></FONT></FONT><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 25pt"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">de
-comerlo</SPAN></FONT></FONT></FONT></FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT COLOR="#000000"><FONT COLOR="#000000">• <FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT SIZE=6 STYLE="font-size: 25pt"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">Utilización
-de flúor: </SPAN></FONT></FONT></FONT></FONT></FONT></FONT>
-</P>
-<P LANG="es-MX" STYLE="text-indent: 1.25cm; margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 25pt"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">-
-fundamentalmente a través de la pasta dental</SPAN></FONT></FONT></FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">
-</FONT></FONT></FONT><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 25pt"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">y
-de la sal fluorada.</SPAN></FONT></FONT></FONT></FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT COLOR="#000000"><FONT COLOR="#000000">• <FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT SIZE=6 STYLE="font-size: 25pt"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">Control
-odontológico: </SPAN></FONT></FONT></FONT></FONT></FONT></FONT>
-</P>
-<P LANG="es-MX" STYLE="margin-left: 1.25cm; margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 25pt"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">-
-cada 6 meses</SPAN></FONT></FONT></FONT></FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="text-indent: 1.25cm; margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 25pt"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">-
-permite mantener la salud de la boca</SPAN></FONT></FONT></FONT></FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="text-indent: 1.25cm; margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 25pt"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">-
-detectar los posibles problemas para atenderlos precozmente</SPAN></FONT></FONT></FONT></FONT></FONT></FONT></P>
-<H2 CLASS="western"><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 25pt"><FONT COLOR="#000000"><FONT SIZE=3><SPAN STYLE="font-weight: normal">Técnicas</SPAN></FONT></FONT></FONT></FONT></H2>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 30pt"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">Cepillado:
-La forma técnica del cepillado debe adecuarse a cada persona. Por
-regla general se puede esquematizar de la siguiente manera:</SPAN></FONT></FONT></FONT></FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 30pt"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">-
-el cepillado debe realizarse de encía a diente en las caras externas
-e internas de los dientes superiores e inferiores.</SPAN></FONT></FONT></FONT></FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 30pt"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">-
-de adelante hacia atrás en las superficies masticatorias de los
-molares superiores e inferiores.</SPAN></FONT></FONT></FONT></FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT COLOR="#000000"><FONT SIZE=6 STYLE="font-size: 30pt"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">Uso
-del hilo dental: El cepillado no desorganiza la placa microbiana
-entre diente y diente (espacio interdentario), por eso se hace
-necesario el uso del hilo dental.</SPAN></FONT></FONT></FONT></FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm; line-height: 100%">
-<FONT FACE="FXERCB+HelveticaRounded-Bold, Helvetica Rounded, sans-serif"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">La
-nutrición: </FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">juega
-un papel clave en su salud bucal. Los azúcares y almidones de muchos
-alimentos y bebidas ayudan a la formación de placa y la misma
-destruye el esmalte dental. Limite la frecuencia con que ingiere
-alimentos: cada vez que consume alimentos y bebidas que contienen
-azúcares o almidón, sus dientes son atacados por ácidos que dañan
-los dientes y los enferman. Una dieta equilibrada con alimentos de
-los cinco grupos constituye una gran diferencia para su salud bucal.
-Elija alimentos nutritivos, tales como queso, vegetales crudos,
-yogurt común o frutas.</FONT></FONT></FONT></FONT></P>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Es
-importante también aprender en la escuela acerca de nuestra salud
-bucal porque podemos también enseñar a nuestros compañeros más
-pequeños.</FONT></FONT></FONT></P>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">El
-mal aliento puede significar algún problema en mi sistema bucal.</FONT></FONT></FONT></P>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Si
-perdemos un diente por un traumatismo o accidentes en recomendable
-sujetarlo por su corona (parte blanca) y ponerlo en leche o agua sin
-lavarlo, y llevarlo al odontólogo inmediatamente para valorar si es
-posible reimplantarlo en su lugar.</FONT></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><BR>
-</P>
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/Saludame.activity/content/06-Agroquímicos.html b/Saludame.activity/content/06-Agroquímicos.html
deleted file mode 100755
index 1d03afe..0000000
--- a/Saludame.activity/content/06-Agroquímicos.html
+++ /dev/null
@@ -1,71 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
- <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
- <TITLE></TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Linux)">
- <META NAME="AUTHOR" CONTENT="Pablo Moleri">
- <META NAME="CREATED" CONTENT="20101127;18373400">
- <META NAME="CHANGEDBY" CONTENT="Pablo Moleri">
- <META NAME="CHANGED" CONTENT="20101127;18380400">
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<H1><FONT FACE="Calibri, sans-serif">Agroquímicos</FONT></H1>
-<P STYLE="margin-right: -0cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Muchos
-alimentos pueden estar contaminados con agroquímicos usados en los
-campos donde se cultivaron, por esta razón también es importante la
-correcta higiene de los mismos ya descrita, pero además, es
-importante reconocer una probable intoxicación de nosotros mismos
-frente a una exposición de estos productos, para poder recibir ayuda
-adecuada lo antes posible y mejor aun, aprender a prevenir la
-exposición accidental.</FONT></FONT></P>
-<P STYLE="margin-right: -0cm; margin-bottom: 0cm"><BR>
-</P>
-<P STYLE="margin-bottom: 0cm; font-weight: normal"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Recomendaciones:</FONT></FONT></P>
-<UL>
- <LI><P LANG="es-MX" STYLE="margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">No
- fumar, comer, ni beber durante la manipulación de agroquímicos.</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-right: -0cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">No
- tocarse los ojos, nariz o boca mientras se está en contacto con
- agroquímicos.</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Durante
- el traslado de los productos, proteger los envases de la luz solar
- directa y/o lluvia.</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Evitar
- las temperaturas extremas.</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">En
- los lugares de almacenamiento, tener a disposición material
- absorbente (aserrín o arena), para cubrir cualquier derrame
- accidental.</FONT></FONT></P>
- <LI><P STYLE="margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Mantener
- en lo posible los productos en sus envases originales. En caso de
- </SPAN></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">fraccionamiento,
- identificar claramente el envase, evitando el uso de envases que
- podrían llevar a confusión, como los provenientes de refrescos,
- medicamentos o alimentos.</SPAN></FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-right: -0cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Usar
- ropa de protección específica para esa actividad</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Luego
- de haberlos aplicado colgar en ambiente ventilado la vestimenta de
- protección utilizada durante la aplicación.</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Ducharse
- con abundante agua y jabón.</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">No
- mezclar la ropa contaminada con agroquímicos con ropa no
- contaminada.</FONT></FONT></P>
- <LI><P LANG="es-MX" STYLE="margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Lavar
- la ropa contaminada con abundante agua y jabón. Utilizar guantes
- durante el lavado de la ropa.</FONT></FONT></P>
- <LI><P STYLE="margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">En
- caso de haber tenido contacto con una sustancia química, y tener
- algún síntoma como ardor ocular, alteraciones en la piel,
- dificultad para respirar o falta de aire, </SPAN></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">malestar
- digestivo,</SPAN></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">
- etc. </SPAN></FONT></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">desvestir
- a la persona, lavar con abundante agua, y consultar al médico lo
- más rápido posible.</SPAN></FONT></FONT></P>
-</UL>
-<P STYLE="margin-bottom: 0cm"><BR>
-</P>
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/Saludame.activity/content/07-Sistema inmunológico.html b/Saludame.activity/content/07-Sistema inmunológico.html
deleted file mode 100755
index c6003cc..0000000
--- a/Saludame.activity/content/07-Sistema inmunológico.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
- <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
- <TITLE></TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Linux)">
- <META NAME="AUTHOR" CONTENT="Pablo Moleri">
- <META NAME="CREATED" CONTENT="20101127;18373400">
- <META NAME="CHANGEDBY" CONTENT="Pablo Moleri">
- <META NAME="CHANGED" CONTENT="20101127;18425200">
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<H1 LANG="es-MX"><FONT FACE="Calibri, sans-serif">Nuestro sistema
-inmunológico</FONT></H1>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Las
-defensas del cuerpo forman una </FONT></FONT><STRONG><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">barrera
-protectora</SPAN></FONT></FONT></STRONG><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">,
-que mantiene alejadas muchas enfermedades, la alimentación adecuada
-previene muchas </FONT></FONT><STRONG><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN STYLE="font-weight: normal">enfermedades
-importantes.</SPAN></FONT></FONT></STRONG></P>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Cuan</SPAN></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">do
-no tenemos una buena alimentación uno de los sistemas de nuestro
-organismo que se verá afectado es nuestro sistema inmune es decir
-nuestras defensas. Por ejemplo cuando estamos ingiriendo alimentos en
-menor proporción a lo que necesitamos, podemos volvernos más
-susceptibles a las infecciones. Sucede lo mismo cuando los consumimos
-en exceso, por ejemplo cuando consumimos grasas en exceso podemos
-desarrollar sobrepeso u obesidad y estas enfermedades pueden
-disminuir nuestras defensas, y también enfermarnos con infecciones y
-otras enfermedades.</SPAN></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">El
-ejercicio, el disfrute del tiempo libre, el estar con amigos, el
-reír, el estar con la familia, el estar de buen humor, también
-favorecen que nuestro sistema inmune no se vea afectado.</FONT></FONT></P>
-<P STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">Las
-vacunas nos protegen de enfermedades y trabajan con nuestro sistema
-</SPAN></FONT></FONT><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt"><SPAN LANG="es-MX">inmunológico
-por eso es muy importante tener nuestro carne de vacunas al día, y
-llevarlo a nuestros controles al médico, recibir gratuitamente las
-vacunas obligatorias que figuran en el calendario de vacunas es un
-derecho de todos los niñas y niñas. Los adultos también tienen
-vacunas obligatorias y también tienen derecho a recibirlas
-gratuitamente</SPAN></FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><BR>
-</P>
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/Saludame.activity/content/08-Diversión ocio y tiempo libre.html b/Saludame.activity/content/08-Diversión ocio y tiempo libre.html
deleted file mode 100755
index affd1a6..0000000
--- a/Saludame.activity/content/08-Diversión ocio y tiempo libre.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
- <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
- <TITLE></TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Linux)">
- <META NAME="AUTHOR" CONTENT="Pablo Moleri">
- <META NAME="CREATED" CONTENT="20101127;18373400">
- <META NAME="CHANGEDBY" CONTENT="Pablo Moleri">
- <META NAME="CHANGED" CONTENT="20101127;18404200">
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<H1 LANG="es-MX"><FONT FACE="Calibri, sans-serif">Diversión ocio y
-tiempo libre</FONT></H1>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">La
-importancia de tener un tiempo libre para divertirnos, jugar,
-recrearnos, estar con amigos, nos ayuda a cuidar de nuestra salud
-también, pues la recreación, la diversión y el disfrute del tiempo
-libre y el ocio, son parte de nuestra salud, y aportan de manera muy
-positiva a nuestra calidad de vida.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Si
-trabajamos sin parar, si estudiamos sin parar, si dormimos pocas
-horas, si no descansamos, si estamos estresados, corremos el riesgo
-de enfermar pues en nuestro organismo comienzan a ocurrir una serie
-de procesos que pueden incluso bajar nuestras defensas y enfermarnos.
-Es por esto que es importante tomarnos un momento del día para hacer
-actividades que nos agraden, que nos permita el descanso, la risa,
-compartir, estar con amigos, recrearnos.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><BR>
-</P>
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/Saludame.activity/content/09-Controles en salud.html b/Saludame.activity/content/09-Controles en salud.html
deleted file mode 100755
index 2641e84..0000000
--- a/Saludame.activity/content/09-Controles en salud.html
+++ /dev/null
@@ -1,50 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
- <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
- <TITLE></TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Linux)">
- <META NAME="AUTHOR" CONTENT="Pablo Moleri">
- <META NAME="CREATED" CONTENT="20101127;18373400">
- <META NAME="CHANGEDBY" CONTENT="Pablo Moleri">
- <META NAME="CHANGED" CONTENT="20101127;18431500">
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<H1 LANG="es-MX"><FONT FACE="Calibri, sans-serif">Controles en salud</FONT></H1>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">¿Porque
-debemos visitar el centro de salud?</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Todas
-las personas tenemos derecho a cuidar nuestra salud y a atendernos
-cuando estamos enfermos. Los niños tienen derecho a que los adultos
-los lleven a controlar su salud.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Los
-controles en salud son oportunidades en donde el equipo de salud
-puede ayudar a evitar que nos enfermemos porque podemos aprender
-sobre hábitos saludables, sobre nuestro cuerpo, sobre cómo podemos
-evitar enfermarnos, sobre nuestra sexualidad y muchísimas cosas más.
-</FONT></FONT>
-</P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">En
-los controles en salud controlamos nuestra visión y ojos,
-controlamos nuestra presión arterial, vemos como aumenta nuestra
-altura y conocemos nuestro peso, nuestros cuerpo, nuestra piel,
-nuestra columna, el estado de ánimo, revisamos nuestras vacunas,
-nuestros dientes, aprendemos a prevenir accidentes, a alimentarnos
-mejor, a llevarnos mejor con amigos y familia y muchísimas cosas más
-entonces además de prevenir enfermedades aprendemos a seguir estando
-sanos. Es por todo esto que no solo debemos ir centro de salud cuando
-estamos enfermos, sino que tenemos que acostumbrarnos y
-responsabilizarnos de ir cuando estamos sanos.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><FONT FACE="Calibri, sans-serif"><FONT SIZE=2 STYLE="font-size: 11pt">Además
-de que acceder a la salud es un derecho de todos, también es un
-deber y una obligación de todos controlarnos en salud y concurrir el
-centro de salud todas las veces que el equipo de salud te lo indique
-en tu carne de controles así como las veces que tengas una inquietud
-en relación a tu salud. La frecuencia de controles en salud depende
-de la edad de las personas, lo niños pequeños deben concurrir con
-más frecuencia que los mayores, los escolares deben controlarse por
-lo menos una vez al año.</FONT></FONT></P>
-<P LANG="es-MX" STYLE="margin-top: 0.3cm; margin-bottom: 0cm"><BR>
-</P>
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/Saludame.activity/content/99-Eventos.html b/Saludame.activity/content/99-Eventos.html
deleted file mode 100755
index a999482..0000000
--- a/Saludame.activity/content/99-Eventos.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
- <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
- <TITLE></TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Linux)">
- <META NAME="AUTHOR" CONTENT="Pablo Moleri">
- <META NAME="CREATED" CONTENT="20101129;450000">
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<H1>Eventos Personales</H1>
-<H2><A NAME="constipation"></A>Constipación</H2>
-<P STYLE="margin-bottom: 0cm">Usualmente se identifica por un dolor
-en la panza....</P>
-<P STYLE="margin-bottom: 0cm">Una de las principales causas es estar
-ingiriendo pocas frutas y verduras.</P>
-<P STYLE="margin-bottom: 0cm">Y algunas formas de solucionarlo son
-comiendo frutas y verduras, bebiendo líquidos o haciendo ejercicio.</P>
-<P STYLE="margin-bottom: 0cm">Si quieres saber más sobre cómo nos
-ayudan las fibras con este problema, puede leer más sobre este <A HREF="02-Alimentaci%C3%B3n/04-Grupos%20de%20alimentos.html">grupo
-de alimentos</A>.</P>
-<H2><A NAME="diarrhea"></A>Diarrea</H2>
-<P STYLE="margin-bottom: 0cm">Usualmente se identifica por un dolor
-en la panza....</P>
-<P STYLE="margin-bottom: 0cm">Una de las principales causas son los
-problemas de higiene.</P>
-<P STYLE="margin-bottom: 0cm">Y algunas formas de solucionarlo son
-tomar líquidos e ingerir comidas como arroz, fideos o polenta.</P>
-<H2><A NAME="headache"></A>Dolor de cabeza</H2>
-<P STYLE="margin-bottom: 0cm">Una de las principales causas son la
-falta de descanso o una nutrición mala.</P>
-<P STYLE="margin-bottom: 0cm">La mejor forma de solucionarlo es
-descansando.</P>
-<H2><A NAME="caries"></A>Caries</H2>
-<P STYLE="margin-bottom: 0cm">Se identifica por un fuerte dolor en
-los dientes.</P>
-<P STYLE="margin-bottom: 0cm">La principal causa es una pobre higiene
-bucal, pero también es necesario hacerse controles con un dentista
-para identificar las caries antes de que nos lastimen severamente.</P>
-<P STYLE="margin-bottom: 0cm">Para solucionarlo es importante ir al
-dentista y mejorar la higiene bucal.</P>
-<H2>Dolor de panza</H2>
-<P STYLE="margin-bottom: 0cm">…</P>
-<P STYLE="margin-bottom: 0cm"><BR>
-</P>
-</BODY>
-</HTML>
diff --git a/Saludame.activity/content_window.py b/Saludame.activity/content_window.py
index a26b561..f55f7bf 100644
--- a/Saludame.activity/content_window.py
+++ b/Saludame.activity/content_window.py
@@ -12,7 +12,9 @@ else:
ROOT_PATH = os.path.join(activity.get_bundle_path(), 'content/')
STARTUP_DIR = os.path.join(activity.get_activity_root(), 'data/gecko')
-HOME_PAGE = os.path.join(ROOT_PATH, u'01-Introducción.html')
+ignore_list = ["images", "old", "bak"]
+
+HOME_PAGE = os.path.join(ROOT_PATH, u'01-Introducción-avanzado.html')
hulahop_ok = True
try:
@@ -112,28 +114,45 @@ class ContentWindow(gtk.HBox):
self.web_view = None
self.hide()
- def _load_treeview(self):
- iters = {ROOT_PATH: None}
+ #def _load_treeview(self):
+ #iters = {ROOT_PATH: None}
- for root, dirs, files in os.walk(ROOT_PATH):
- all = []
- all += [(file, 'f') for file in files]
- all += [(dir, 'd') for dir in dirs]
- all = sorted(all)
+ #for root, dirs, files in os.walk(ROOT_PATH):
+ #all = []
+ #all += [(file, 'f') for file in files]
+ #all += [(dir, 'd') for dir in dirs]
+ #all = sorted(all)
- for node_name, node_type in all:
- if node_type == 'f':
- if node_name.endswith(".html"):
- display_name = self.get_display_name(node_name)
- fullpath = os.path.join(root, node_name)
- self.treestore.append(iters[root], (display_name, fullpath))
- else:
- display_name = self.get_display_name(node_name)
- _iter = self.treestore.append(iters[root], (display_name, root))
- iters[os.path.join(root, node_name)] = _iter
-
+ #for node_name, node_type in all:
+ #if node_type == 'f':
+ #if node_name.endswith(".html"):
+ #display_name = self.get_display_name(node_name)
+ #fullpath = os.path.join(root, node_name)
+ #self.treestore.append(iters[root], (display_name, fullpath))
+ #else:
+ #display_name = self.get_display_name(node_name)
+ #_iter = self.treestore.append(iters[root], (display_name, root))
+ #iters[os.path.join(root, node_name)] = _iter
+
+ def _load_treeview(self, directory=ROOT_PATH, parent_iter=None):
+ dirList = os.listdir(directory)
+ for node in sorted(dirList):
+ nodepath = os.path.join(directory, node)
+ if os.path.isfile(nodepath):
+ pass
+ if node.endswith(".html"):
+ display_name = self.get_display_name(node)
+ self.treestore.append(parent_iter, (display_name, nodepath))
+ else:
+ if not node in ignore_list:
+ display_name = self.get_display_name(node)
+ _iter = self.treestore.append(parent_iter, (display_name, nodepath))
+ self._load_treeview(nodepath, _iter)
+
def get_display_name(self, file_name):
display_name = file_name.replace(".html", "")
+ display_name = display_name.replace("-avanzado", "")
+ display_name = display_name.replace("-simple", "")
display_name = display_name.split("-", 1)[-1]
return display_name
@@ -147,5 +166,6 @@ if __name__ == "__main__":
window = ContentWindow()
main_window = gtk.Window(gtk.WINDOW_TOPLEVEL)
main_window.add(window)
+ main_window.set_size_request(800,600)
main_window.show_all()
gtk.main()
diff --git a/Saludame.activity/credits.py b/Saludame.activity/credits.py
index a9d18a6..8831f04 100644
--- a/Saludame.activity/credits.py
+++ b/Saludame.activity/credits.py
@@ -3,20 +3,50 @@
import gtk
import rsvg
-class Credits(gtk.DrawingArea):
+class Credits(gtk.Fixed):
def __init__(self):
+ gtk.Fixed.__init__(self)
self.loaded = False
- gtk.DrawingArea.__init__(self)
- self.connect('expose-event', self._expose_cb)
-
-
- def _expose_cb(self, widget, event):
+
+ self.connect("expose-event", self._expose_cb)
+
+ self.viewport_initialized = False
+
+ def before_show(self):
if not self.loaded:
- icon_file = open("credits/saludame.svg", 'r')
- data = icon_file.read()
- icon_file.close()
+ self.pixbuf = gtk.gdk.pixbuf_new_from_file("credits/background.jpg")
+
+ self.credits_pixbuf = rsvg.Handle(file="credits/saludame.svg").get_pixbuf()
- pixbuf = rsvg.Handle(data=data).get_pixbuf()
- self.window.draw_pixbuf(None, pixbuf, 0, 0, 0, 0)
+ height = self.credits_pixbuf.get_height()
+ self.adj = gtk.Adjustment(value=0, lower=0, upper=height, step_incr=20, page_incr=200, page_size=550)
+ scroll = gtk.VScrollbar(self.adj)
+ scroll.set_size_request(-1, 550)
+ scroll.show()
+ scroll.connect("value-changed", self.scrolled)
+
+ self.put(scroll, 1158, 150)
+
self.loaded = True
+
+ def scrolled(self, gtkrange):
+ self.queue_draw()
+
+ def _expose_cb(self, widget, event):
+ widget.window.draw_pixbuf(widget.style.bg_gc[gtk.STATE_NORMAL], self.pixbuf, 0, 0, 0, 0)
+
+ y = int(self.adj.get_value())
+ width = self.credits_pixbuf.get_width()
+ height = 550
+ widget.window.draw_pixbuf(widget.style.bg_gc[gtk.STATE_NORMAL], self.credits_pixbuf, 0, y, 50, 150, width, height)
+
+if __name__ == "__main__":
+ c = Credits()
+ c.before_show()
+ main_window = gtk.Window(gtk.WINDOW_TOPLEVEL)
+ main_window.set_size_request(1200,700)
+ main_window.add(c)
+ main_window.show_all()
+ gtk.main()
+ \ No newline at end of file
diff --git a/Saludame.activity/credits/Logotipo PLAN CEIBAL.png b/Saludame.activity/credits/Logotipo PLAN CEIBAL.png
new file mode 100644
index 0000000..144d5f9
--- /dev/null
+++ b/Saludame.activity/credits/Logotipo PLAN CEIBAL.png
Binary files differ
diff --git a/Saludame.activity/credits/Logotipo Rayuela.png b/Saludame.activity/credits/Logotipo Rayuela.png
new file mode 100644
index 0000000..34f9981
--- /dev/null
+++ b/Saludame.activity/credits/Logotipo Rayuela.png
Binary files differ
diff --git a/Saludame.activity/credits/background.jpg b/Saludame.activity/credits/background.jpg
new file mode 100644
index 0000000..26d58c9
--- /dev/null
+++ b/Saludame.activity/credits/background.jpg
Binary files differ
diff --git a/Saludame.activity/credits/logoCeibalJAM.png b/Saludame.activity/credits/logoCeibalJAM.png
new file mode 100644
index 0000000..cc7aa39
--- /dev/null
+++ b/Saludame.activity/credits/logoCeibalJAM.png
Binary files differ
diff --git a/Saludame.activity/credits/logoMovimiento.png b/Saludame.activity/credits/logoMovimiento.png
new file mode 100644
index 0000000..e43e250
--- /dev/null
+++ b/Saludame.activity/credits/logoMovimiento.png
Binary files differ
diff --git a/Saludame.activity/credits/logoNCDO.png b/Saludame.activity/credits/logoNCDO.png
new file mode 100644
index 0000000..888c978
--- /dev/null
+++ b/Saludame.activity/credits/logoNCDO.png
Binary files differ
diff --git a/Saludame.activity/credits/saludame.svg b/Saludame.activity/credits/saludame.svg
index ad98f04..3f6945d 100755
--- a/Saludame.activity/credits/saludame.svg
+++ b/Saludame.activity/credits/saludame.svg
@@ -13,168 +13,631 @@
id="svg2"
version="1.1"
inkscape:version="0.47 r22583"
- width="1200"
- height="780"
+ width="1100"
+ height="2300"
xml:space="preserve"
- sodipodi:docname="saludame.svg"><metadata
+ sodipodi:docname="saludame.svg"
+ inkscape:export-filename="/home/pmoleri/saludame/Saludame.activity/credits/creditos.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs6"><inkscape:perspective
- sodipodi:type="inkscape:persp3d"
- inkscape:vp_x="0 : 129.30641 : 1"
- inkscape:vp_y="0 : 1000 : 0"
- inkscape:vp_z="332.51871 : 129.30641 : 1"
- inkscape:persp3d-origin="166.25935 : 86.204274 : 1"
- id="perspective78" /><linearGradient
- x1="0"
- y1="0"
- x2="1"
- y2="0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(114.53613,0,0,-114.53613,441.28955,333.07178)"
- spreadMethod="pad"
- id="linearGradient42"><stop
- style="stop-opacity:1;stop-color:#4ac200"
- offset="0"
- id="stop44" /><stop
- style="stop-opacity:1;stop-color:#95e700"
- offset="1"
- id="stop46" /></linearGradient><linearGradient
- x1="0"
- y1="0"
- x2="1"
- y2="0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(114.53613,0,0,-114.53613,441.28955,333.07178)"
- spreadMethod="pad"
- id="linearGradient62"><stop
- style="stop-opacity:1;stop-color:#4ac200"
- offset="0"
- id="stop64" /><stop
- style="stop-opacity:1;stop-color:#95e700"
- offset="1"
- id="stop66" /></linearGradient><clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath94"><path
- d="m 601.399,399.449 c 0.859,-6.443 -0.129,-12.471 11.552,-17.703 l 0,0 c 10.672,-4.779 15.497,-3.82 17.417,-2.84 l 0,0 c 0.408,2.795 1.855,15.096 -3.747,18.947 l 0,0 c -5.967,4.107 -23.289,12.534 -26.732,18.939 l 0,0 c 0.205,-4.995 1.002,-13.529 1.51,-17.343"
- id="path96" /></clipPath><linearGradient
- x1="0"
- y1="0"
- x2="1"
- y2="0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(30.950195,0,0,-30.950195,599.88916,397.44824)"
- spreadMethod="pad"
- id="linearGradient102"><stop
- style="stop-opacity:1;stop-color:#4ac200"
- offset="0"
- id="stop104" /><stop
- style="stop-opacity:1;stop-color:#95e700"
- offset="1"
- id="stop106" /></linearGradient><clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath114"><path
- d="m 600.049,413.835 c 3.723,-7.836 10.311,-19.286 18.287,-22.738 l 0,0 c 8.751,-3.782 11.371,-8.629 12.161,-11.202 l 0,0 c 0.486,3.982 1.217,14.461 -3.876,17.958 l 0,0 c -5.967,4.107 -23.289,12.534 -26.732,18.939 l 0,0 c 0.038,-0.888 0.094,-1.89 0.16,-2.957"
- id="path116" /></clipPath><linearGradient
- x1="0"
- y1="0"
- x2="1"
- y2="0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(30.950195,0,0,-30.950195,599.88916,398.34375)"
- spreadMethod="pad"
- id="linearGradient122"><stop
- style="stop-opacity:1;stop-color:#4ac200"
- offset="0"
- id="stop124" /><stop
- style="stop-opacity:1;stop-color:#4ac200"
- offset="1"
- id="stop126" /></linearGradient><clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath134"><path
- d="M 0,600 800,600 800,0 0,0 0,600 z"
- id="path136" /></clipPath><linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient42"
- id="linearGradient4316"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(114.53613,0,0,-114.53613,97.923294,13.705519)"
- spreadMethod="pad"
- x1="0"
- y1="0"
- x2="1"
- y2="0" /><linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient62"
- id="linearGradient4318"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(114.53613,0,0,-114.53613,97.923294,13.705519)"
- spreadMethod="pad"
- x1="0"
- y1="0"
- x2="1"
- y2="0" /><linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient102"
- id="linearGradient4320"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-30.950195,0,0,-30.950195,1004.6756,78.081979)"
- spreadMethod="pad"
- x1="0"
- y1="0"
- x2="1"
- y2="0" /><linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient122"
- id="linearGradient4322"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-30.950195,0,0,-30.950195,1004.6756,78.977489)"
- spreadMethod="pad"
- x1="0"
- y1="0"
- x2="1"
- y2="0" /><linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient42"
- id="linearGradient3713"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(114.53613,0,0,-114.53613,94.297041,13.705519)"
- spreadMethod="pad"
- x1="0"
- y1="0"
- x2="1"
- y2="0" /><linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient62"
- id="linearGradient3715"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(114.53613,0,0,-114.53613,94.297041,13.705519)"
- spreadMethod="pad"
- x1="0"
- y1="0"
- x2="1"
- y2="0" /><linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient102"
- id="linearGradient3717"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-30.950195,0,0,-30.950195,1008.3019,78.081979)"
- spreadMethod="pad"
- x1="0"
- y1="0"
- x2="1"
- y2="0" /><linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient122"
- id="linearGradient3719"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-30.950195,0,0,-30.950195,1008.3019,78.977489)"
- spreadMethod="pad"
- x1="0"
- y1="0"
- x2="1"
- y2="0" /></defs><sodipodi:namedview
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 129.30641 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="332.51871 : 129.30641 : 1"
+ inkscape:persp3d-origin="166.25935 : 86.204274 : 1"
+ id="perspective78" /><linearGradient
+ x1="0"
+ y1="0"
+ x2="1"
+ y2="0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(114.53613,0,0,-114.53613,441.28955,333.07178)"
+ spreadMethod="pad"
+ id="linearGradient42"><stop
+ style="stop-opacity:1;stop-color:#4ac200"
+ offset="0"
+ id="stop44" /><stop
+ style="stop-opacity:1;stop-color:#95e700"
+ offset="1"
+ id="stop46" /></linearGradient><linearGradient
+ x1="0"
+ y1="0"
+ x2="1"
+ y2="0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(114.53613,0,0,-114.53613,441.28955,333.07178)"
+ spreadMethod="pad"
+ id="linearGradient62"><stop
+ style="stop-opacity:1;stop-color:#4ac200"
+ offset="0"
+ id="stop64" /><stop
+ style="stop-opacity:1;stop-color:#95e700"
+ offset="1"
+ id="stop66" /></linearGradient><clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath94"><path
+ d="m 601.399,399.449 c 0.859,-6.443 -0.129,-12.471 11.552,-17.703 l 0,0 c 10.672,-4.779 15.497,-3.82 17.417,-2.84 l 0,0 c 0.408,2.795 1.855,15.096 -3.747,18.947 l 0,0 c -5.967,4.107 -23.289,12.534 -26.732,18.939 l 0,0 c 0.205,-4.995 1.002,-13.529 1.51,-17.343"
+ id="path96" /></clipPath><linearGradient
+ x1="0"
+ y1="0"
+ x2="1"
+ y2="0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(30.950195,0,0,-30.950195,599.88916,397.44824)"
+ spreadMethod="pad"
+ id="linearGradient102"><stop
+ style="stop-opacity:1;stop-color:#4ac200"
+ offset="0"
+ id="stop104" /><stop
+ style="stop-opacity:1;stop-color:#95e700"
+ offset="1"
+ id="stop106" /></linearGradient><clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath114"><path
+ d="m 600.049,413.835 c 3.723,-7.836 10.311,-19.286 18.287,-22.738 l 0,0 c 8.751,-3.782 11.371,-8.629 12.161,-11.202 l 0,0 c 0.486,3.982 1.217,14.461 -3.876,17.958 l 0,0 c -5.967,4.107 -23.289,12.534 -26.732,18.939 l 0,0 c 0.038,-0.888 0.094,-1.89 0.16,-2.957"
+ id="path116" /></clipPath><linearGradient
+ x1="0"
+ y1="0"
+ x2="1"
+ y2="0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(30.950195,0,0,-30.950195,599.88916,398.34375)"
+ spreadMethod="pad"
+ id="linearGradient122"><stop
+ style="stop-opacity:1;stop-color:#4ac200"
+ offset="0"
+ id="stop124" /><stop
+ style="stop-opacity:1;stop-color:#4ac200"
+ offset="1"
+ id="stop126" /></linearGradient><clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath134"><path
+ d="M 0,600 800,600 800,0 0,0 0,600 z"
+ id="path136" /></clipPath><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient42"
+ id="linearGradient4316"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(114.53613,0,0,-114.53613,97.923294,13.705519)"
+ spreadMethod="pad"
+ x1="0"
+ y1="0"
+ x2="1"
+ y2="0" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient62"
+ id="linearGradient4318"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(114.53613,0,0,-114.53613,97.923294,13.705519)"
+ spreadMethod="pad"
+ x1="0"
+ y1="0"
+ x2="1"
+ y2="0" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient102"
+ id="linearGradient4320"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-30.950195,0,0,-30.950195,1004.6756,78.081979)"
+ spreadMethod="pad"
+ x1="0"
+ y1="0"
+ x2="1"
+ y2="0" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient122"
+ id="linearGradient4322"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-30.950195,0,0,-30.950195,1004.6756,78.977489)"
+ spreadMethod="pad"
+ x1="0"
+ y1="0"
+ x2="1"
+ y2="0" /><clipPath
+ id="clipPath134-9"
+ clipPathUnits="userSpaceOnUse"><path
+ id="path136-2"
+ d="M 0,600 800,600 800,0 0,0 0,600 z" /></clipPath><linearGradient
+ id="linearGradient122-7"
+ spreadMethod="pad"
+ gradientTransform="matrix(30.950195,0,0,-30.950195,599.88916,398.34375)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop124-9"
+ offset="0"
+ style="stop-opacity:1;stop-color:#4ac200" /><stop
+ id="stop126-3"
+ offset="1"
+ style="stop-opacity:1;stop-color:#4ac200" /></linearGradient><clipPath
+ id="clipPath114-2"
+ clipPathUnits="userSpaceOnUse"><path
+ id="path116-4"
+ d="m 600.049,413.835 c 3.723,-7.836 10.311,-19.286 18.287,-22.738 l 0,0 c 8.751,-3.782 11.371,-8.629 12.161,-11.202 l 0,0 c 0.486,3.982 1.217,14.461 -3.876,17.958 l 0,0 c -5.967,4.107 -23.289,12.534 -26.732,18.939 l 0,0 c 0.038,-0.888 0.094,-1.89 0.16,-2.957" /></clipPath><linearGradient
+ id="linearGradient102-0"
+ spreadMethod="pad"
+ gradientTransform="matrix(30.950195,0,0,-30.950195,599.88916,397.44824)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop104-8"
+ offset="0"
+ style="stop-opacity:1;stop-color:#4ac200" /><stop
+ id="stop106-6"
+ offset="1"
+ style="stop-opacity:1;stop-color:#95e700" /></linearGradient><clipPath
+ id="clipPath94-8"
+ clipPathUnits="userSpaceOnUse"><path
+ id="path96-7"
+ d="m 601.399,399.449 c 0.859,-6.443 -0.129,-12.471 11.552,-17.703 l 0,0 c 10.672,-4.779 15.497,-3.82 17.417,-2.84 l 0,0 c 0.408,2.795 1.855,15.096 -3.747,18.947 l 0,0 c -5.967,4.107 -23.289,12.534 -26.732,18.939 l 0,0 c 0.205,-4.995 1.002,-13.529 1.51,-17.343" /></clipPath><linearGradient
+ id="linearGradient62-1"
+ spreadMethod="pad"
+ gradientTransform="matrix(114.53613,0,0,-114.53613,441.28955,333.07178)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop64-0"
+ offset="0"
+ style="stop-opacity:1;stop-color:#4ac200" /><stop
+ id="stop66-4"
+ offset="1"
+ style="stop-opacity:1;stop-color:#95e700" /></linearGradient><linearGradient
+ id="linearGradient42-6"
+ spreadMethod="pad"
+ gradientTransform="matrix(114.53613,0,0,-114.53613,441.28955,333.07178)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop44-0"
+ offset="0"
+ style="stop-opacity:1;stop-color:#4ac200" /><stop
+ id="stop46-4"
+ offset="1"
+ style="stop-opacity:1;stop-color:#95e700" /></linearGradient><inkscape:perspective
+ id="perspective3104"
+ inkscape:persp3d-origin="166.25935 : 86.204274 : 1"
+ inkscape:vp_z="332.51871 : 129.30641 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 129.30641 : 1"
+ sodipodi:type="inkscape:persp3d" />
+<filter
+ height="97.478996"
+ width="166.39799"
+ y="98.264"
+ x="0"
+ filterUnits="userSpaceOnUse"
+ id="Adobe_OpacityMaskFilter"
+ color-interpolation-filters="sRGB">
+
+ <feColorMatrix
+ id="feColorMatrix3565"
+ result="source"
+ color-interpolation-filters="sRGB"
+ values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"
+ type="matrix" />
+ </filter>
+ <inkscape:perspective
+ id="perspective3681"
+ inkscape:persp3d-origin="83.198997 : 65.247665 : 1"
+ inkscape:vp_z="166.39799 : 97.871498 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 97.871498 : 1"
+ sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+ id="perspective3803"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+<filter
+ height="97.478996"
+ width="166.39799"
+ y="98.264"
+ x="0"
+ filterUnits="userSpaceOnUse"
+ id="Adobe_OpacityMaskFilter-7"
+ color-interpolation-filters="sRGB">
+
+ <feColorMatrix
+ id="feColorMatrix4144"
+ result="source"
+ color-interpolation-filters="sRGB"
+ values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"
+ type="matrix" />
+ </filter>
+ <inkscape:perspective
+ id="perspective4260"
+ inkscape:persp3d-origin="83.198997 : 65.247665 : 1"
+ inkscape:vp_z="166.39799 : 97.871498 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 97.871498 : 1"
+ sodipodi:type="inkscape:persp3d" /><linearGradient
+ id="linearGradient4805"
+ spreadMethod="pad"
+ gradientTransform="matrix(0,-14.901367,14.901367,0,369.97656,358.94922)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop4807"
+ offset="0"
+ style="stop-opacity:1;stop-color:#706d6e" /><stop
+ id="stop4809"
+ offset="1"
+ style="stop-opacity:1;stop-color:#868484" /></linearGradient><linearGradient
+ id="linearGradient4795"
+ spreadMethod="pad"
+ gradientTransform="matrix(0,-16.905273,16.905273,0,249.90771,358.94922)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop4797"
+ offset="0"
+ style="stop-opacity:1;stop-color:#706d6e" /><stop
+ id="stop4799"
+ offset="1"
+ style="stop-opacity:1;stop-color:#868484" /></linearGradient><linearGradient
+ id="linearGradient4785"
+ spreadMethod="pad"
+ gradientTransform="matrix(0,-15.416992,15.416992,0,350.99219,358.4375)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop4787"
+ offset="0"
+ style="stop-opacity:1;stop-color:#706d6e" /><stop
+ id="stop4789"
+ offset="1"
+ style="stop-opacity:1;stop-color:#868484" /></linearGradient><linearGradient
+ id="linearGradient4775"
+ spreadMethod="pad"
+ gradientTransform="matrix(0,-17.147461,17.147461,0,331.70508,358.4668)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop4777"
+ offset="0"
+ style="stop-opacity:1;stop-color:#706d6e" /><stop
+ id="stop4779"
+ offset="1"
+ style="stop-opacity:1;stop-color:#868484" /></linearGradient><linearGradient
+ id="linearGradient4765"
+ spreadMethod="pad"
+ gradientTransform="matrix(0,-17.677734,17.677734,0,305.03125,358.55273)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop4767"
+ offset="0"
+ style="stop-opacity:1;stop-color:#706d6e" /><stop
+ id="stop4769"
+ offset="1"
+ style="stop-opacity:1;stop-color:#868484" /></linearGradient><linearGradient
+ id="linearGradient4755"
+ spreadMethod="pad"
+ gradientTransform="matrix(0,-28.306641,28.306641,0,277.33838,369.2666)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop4757"
+ offset="0"
+ style="stop-opacity:1;stop-color:#706d6e" /><stop
+ id="stop4759"
+ offset="1"
+ style="stop-opacity:1;stop-color:#868484" /></linearGradient><linearGradient
+ id="linearGradient4745"
+ spreadMethod="pad"
+ gradientTransform="matrix(0,-12.378906,12.378906,0,218.02734,358.55176)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop4747"
+ offset="0"
+ style="stop-opacity:1;stop-color:#706d6e" /><stop
+ id="stop4749"
+ offset="1"
+ style="stop-opacity:1;stop-color:#868484" /></linearGradient><linearGradient
+ id="linearGradient4735"
+ spreadMethod="pad"
+ gradientTransform="matrix(0,-0.0703125,0.0703125,0,327.80859,341.66113)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop4737"
+ offset="0"
+ style="stop-opacity:1;stop-color:#706d6e" /><stop
+ id="stop4739"
+ offset="1"
+ style="stop-opacity:1;stop-color:#868484" /></linearGradient><clipPath
+ id="clipPath4727"
+ clipPathUnits="userSpaceOnUse"><path
+ id="path4729"
+ d="m 215.04,369.267 166.398,0 0,-28.392 -166.398,0 0,28.392 z" /></clipPath><clipPath
+ id="clipPath4723"
+ clipPathUnits="userSpaceOnUse"><path
+ id="path4725"
+ d="m 215.04,369.267 166.398,0 0,-97.479 -166.398,0 0,97.479 z" /></clipPath><mask
+ id="mask4695"
+ height="1"
+ width="1"
+ y="0"
+ x="0"
+ maskUnits="userSpaceOnUse"><g
+ id="g4697"><g
+ style="opacity:0.80000299"
+ id="g4699"
+ clip-path="url(#clipPath4677)"><g
+ id="g4701"><g
+ id="g4703" /><g
+ id="g4705"><g
+ id="g4707"
+ clip-path="url(#clipPath4681)"><g
+ id="g4709"><g
+ id="g4711"><g
+ id="g4713"><g
+ id="g4715"><path
+ id="path4717"
+ style="fill:url(#linearGradient4689);stroke:none"
+ d="m 208,370.89 195,0 0,-112 -195,0 0,112 z" /></g></g></g></g></g></g></g></g></g></mask><linearGradient
+ id="linearGradient4689"
+ spreadMethod="pad"
+ gradientTransform="matrix(0,112,112,0,305.5,258.88965)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop4691"
+ offset="0"
+ style="stop-opacity:1;stop-color:#ffffff" /><stop
+ id="stop4693"
+ offset="1"
+ style="stop-opacity:1;stop-color:#231f20" /></linearGradient><clipPath
+ id="clipPath4681"
+ clipPathUnits="userSpaceOnUse"><path
+ id="path4683"
+ d="m 208,370.89 195,0 0,-112 -195,0 0,112 z" /></clipPath><clipPath
+ id="clipPath4677"
+ clipPathUnits="userSpaceOnUse"><path
+ id="path4679"
+ d="m 208,370.89 195,0 0,-112 -195,0 0,112 z" /></clipPath><linearGradient
+ id="linearGradient4583"
+ spreadMethod="pad"
+ gradientTransform="matrix(0,14.901367,14.901367,0,369.97656,380.37012)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop4585"
+ offset="0"
+ style="stop-opacity:1;stop-color:#706d6e" /><stop
+ id="stop4587"
+ offset="1"
+ style="stop-opacity:1;stop-color:#868484" /></linearGradient><linearGradient
+ id="linearGradient4573"
+ spreadMethod="pad"
+ gradientTransform="matrix(0,16.905273,16.905273,0,249.90771,380.37012)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop4575"
+ offset="0"
+ style="stop-opacity:1;stop-color:#706d6e" /><stop
+ id="stop4577"
+ offset="1"
+ style="stop-opacity:1;stop-color:#868484" /></linearGradient><linearGradient
+ id="linearGradient4563"
+ spreadMethod="pad"
+ gradientTransform="matrix(0,15.416992,15.416992,0,350.99219,380.88184)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop4565"
+ offset="0"
+ style="stop-opacity:1;stop-color:#706d6e" /><stop
+ id="stop4567"
+ offset="1"
+ style="stop-opacity:1;stop-color:#868484" /></linearGradient><linearGradient
+ id="linearGradient4553"
+ spreadMethod="pad"
+ gradientTransform="matrix(0,17.147461,17.147461,0,331.70508,380.85254)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop4555"
+ offset="0"
+ style="stop-opacity:1;stop-color:#706d6e" /><stop
+ id="stop4557"
+ offset="1"
+ style="stop-opacity:1;stop-color:#868484" /></linearGradient><linearGradient
+ id="linearGradient4543"
+ spreadMethod="pad"
+ gradientTransform="matrix(0,17.677734,17.677734,0,305.03125,380.7666)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop4545"
+ offset="0"
+ style="stop-opacity:1;stop-color:#706d6e" /><stop
+ id="stop4547"
+ offset="1"
+ style="stop-opacity:1;stop-color:#868484" /></linearGradient><linearGradient
+ id="linearGradient4533"
+ spreadMethod="pad"
+ gradientTransform="matrix(0,28.306641,28.306641,0,277.33838,370.05273)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop4535"
+ offset="0"
+ style="stop-opacity:1;stop-color:#706d6e" /><stop
+ id="stop4537"
+ offset="1"
+ style="stop-opacity:1;stop-color:#868484" /></linearGradient><linearGradient
+ id="linearGradient4523"
+ spreadMethod="pad"
+ gradientTransform="matrix(0,12.378906,12.378906,0,218.02734,380.76758)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop4525"
+ offset="0"
+ style="stop-opacity:1;stop-color:#706d6e" /><stop
+ id="stop4527"
+ offset="1"
+ style="stop-opacity:1;stop-color:#868484" /></linearGradient><linearGradient
+ id="linearGradient4513"
+ spreadMethod="pad"
+ gradientTransform="matrix(0,0.0703125,0.0703125,0,327.80859,397.6582)"
+ gradientUnits="userSpaceOnUse"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0"><stop
+ id="stop4515"
+ offset="0"
+ style="stop-opacity:1;stop-color:#706d6e" /><stop
+ id="stop4517"
+ offset="1"
+ style="stop-opacity:1;stop-color:#868484" /></linearGradient><clipPath
+ id="clipPath4505"
+ clipPathUnits="userSpaceOnUse"><path
+ id="path4507"
+ d="m 215.04,398.444 166.398,0 0,-28.391 -166.398,0 0,28.391 z" /></clipPath><clipPath
+ id="clipPath4421"
+ clipPathUnits="userSpaceOnUse"><path
+ id="path4423"
+ d="m 0,841.89 595.276,0 L 595.276,0 0,0 0,841.89 z" /></clipPath><inkscape:perspective
+ id="perspective4413"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+ id="perspective6085"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+ id="perspective6099"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+ id="perspective6113"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+ id="perspective6127"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+ id="perspective6141"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+ id="perspective6159"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+ id="perspective6244"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+ id="perspective6273"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+ id="perspective6337"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+ id="perspective6373"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+ id="perspective6387"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+ id="perspective266"
+ inkscape:persp3d-origin="810 : 360 : 1"
+ inkscape:vp_z="1620 : 540 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 540 : 1"
+ sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+ id="perspective6524"
+ inkscape:persp3d-origin="60 : 14 : 1"
+ inkscape:vp_z="120 : 21 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 21 : 1"
+ sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+ id="perspective3290"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" /></defs><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
@@ -183,144 +646,1015 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
- inkscape:window-width="1280"
+ inkscape:window-width="1256"
inkscape:window-height="725"
id="namedview4"
showgrid="false"
- inkscape:zoom="0.44500587"
- inkscape:cx="695.87547"
- inkscape:cy="556.39142"
+ inkscape:zoom="0.51"
+ inkscape:cx="602.35928"
+ inkscape:cy="615.18511"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1"
- inkscape:current-layer="g12" /><g
+ inkscape:current-layer="g12-8" /><g
id="g12"
inkscape:groupmode="layer"
inkscape:label="saludame"
- transform="matrix(1.25,0,0,-1.25,0,780)"><g
- id="isologotipo"
- transform="translate(3.6262533,0)"
- inkscape:label="#g3662"><g
- transform="translate(-82.83514,131.02846)"
- id="equis"><path
- d="m 445.441,386.187 c -5.536,-5.535 -5.536,-14.511 0,-20.046 l 0,0 86.184,-86.187 c 5.535,-5.535 14.512,-5.535 20.049,0 l 0,0 c 5.536,5.537 5.536,14.512 0,20.047 l 0,0 -86.185,86.186 c -2.767,2.769 -6.394,4.154 -10.022,4.154 l 0,0 c -3.628,0 -7.257,-1.385 -10.026,-4.154"
- style="fill:url(#linearGradient3713);stroke:none"
- id="path48" /><path
- d="M 531.625,386.187 445.44,300.003 c -5.535,-5.536 -5.535,-14.512 0,-20.049 l 0,0 c 5.537,-5.535 14.511,-5.535 20.047,0 l 0,0 86.185,86.187 c 5.538,5.535 5.538,14.511 0,20.046 l 0,0 c -2.767,2.769 -6.395,4.154 -10.023,4.154 l 0,0 c -3.628,0 -7.256,-1.385 -10.024,-4.154"
- style="fill:url(#linearGradient3715);stroke:none"
- id="path68" /></g><g
- transform="translate(-82.83514,131.02846)"
- id="manzanayhoja"><g
- id="caboyhoja"
- transform="matrix(-1,0,0,1,1261.1985,0)"><g
- transform="translate(631.9438,372.8486)"
- id="cabo"
- inkscape:label="#g82"><title
- id="title3341">cabo</title><path
- id="path84"
- style="fill:#404407;fill-opacity:1;fill-rule:nonzero;stroke:none"
- d="m 0,0 c 0,0 -1.447,16.203 9.256,18.521 3.185,0.289 4.633,0 3.185,3.471 C 10.703,22.57 9.26,24.017 8.969,25.463 6.941,26.045 7.217,24.016 6.5,22.283 5.785,20.546 -3.402,18.23 -2.57,0 -1.143,-0.335 0,0 0,0" /></g><g
- id="hoja"
- inkscape:label="#g3325"><title
- id="title3339">hoja</title><g
- id="g86"
- transform="translate(630.2739,378.3281)"><path
- d="m 0,0 c 0,0 2.684,15.17 -3.652,19.525 -6.336,4.355 -25.457,13.579 -27.205,20.086 -1.752,6.512 -0.067,-13.443 0.793,-19.886 C -29.207,13.278 -30.193,7.25 -18.512,2.017 -3.383,-4.761 0,0 0,0"
- style="fill:#11a30a;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path88" /></g><g
- id="g90"><g
- id="g92"
- clip-path="url(#clipPath94)"><g
- id="g98"><g
- id="g100"><path
- d="m 601.399,399.449 c 0.859,-6.443 -0.129,-12.471 11.552,-17.703 l 0,0 c 10.672,-4.779 15.497,-3.82 17.417,-2.84 l 0,0 c 0.408,2.795 1.855,15.096 -3.747,18.947 l 0,0 c -5.967,4.107 -23.289,12.534 -26.732,18.939 l 0,0 c 0.205,-4.995 1.002,-13.529 1.51,-17.343"
- style="fill:url(#linearGradient3717);stroke:none"
- id="path108" /></g></g></g></g><g
- id="g110"><g
- id="g112"
- clip-path="url(#clipPath114)"><g
- id="g118"><g
- id="g120"><path
- d="m 600.049,413.835 c 3.723,-7.836 10.311,-19.286 18.287,-22.738 l 0,0 c 8.751,-3.782 11.371,-8.629 12.161,-11.202 l 0,0 c 0.486,3.982 1.217,14.461 -3.876,17.958 l 0,0 c -5.967,4.107 -23.289,12.534 -26.732,18.939 l 0,0 c 0.038,-0.888 0.094,-1.89 0.16,-2.957"
- style="fill:url(#linearGradient3719);stroke:none"
- id="path128" /></g></g></g></g></g></g><g
- id="manzana"><g
- transform="translate(685.3013,359.8232)"
- id="g78"><path
- id="path80"
- style="fill:#ef0c0c;fill-opacity:1;fill-rule:nonzero;stroke:none"
- d="m 0,0 c 0,0 -11.281,17.939 -29.225,17.361 -17.398,-0.56 -19.009,-1.46 -26.486,-2.25 -7.473,0.79 -9.084,1.69 -26.486,2.25 C -100.133,17.939 -111.42,0 -111.42,0 c 0,0 -22.225,-34.18 13.022,-73.491 14.796,-16.507 28.478,-7.941 42.687,-7.542 14.215,-0.399 27.893,-8.965 42.693,7.542 C 22.227,-34.18 0,0 0,0" /></g><g
- clip-path="url(#clipPath134)"
- id="g132"><g
- transform="translate(672.2837,286.332)"
- id="g138"><path
- id="path140"
- style="fill:#ce0505;fill-opacity:1;fill-rule:nonzero;stroke:none"
- d="m 0,0 c 35.244,39.312 13.018,73.491 13.018,73.491 0,0 -2.973,4.719 -8.288,9.24 C 8.461,74.058 14.186,51.78 9.852,32.908 6.238,17.165 -6.322,-1.653 -16.752,-5.124 -33.865,-8.888 -35.008,10.655 -60.998,-4.658 -67.969,-8.77 -84.66,3.17 -93.102,9.796 -90.898,6.577 -88.348,3.308 -85.381,0 -70.584,-16.507 -56.902,-7.94 -42.693,-7.542 -28.479,-7.94 -14.801,-16.507 0,0" /></g><g
- transform="translate(594.6958,350.0508)"
- id="g142"><path
- id="path144"
- style="fill:#f2683d;fill-opacity:1;fill-rule:nonzero;stroke:none"
- d="m 0,0 c -9.213,-11.185 -12.77,-30.338 -19.738,-24.72 -4.506,3.63 -2.895,28.236 8.099,39.06 12,11.807 29.682,11.956 38.241,4.673 C 32.727,13.801 10.787,13.1 0,0" /></g></g></g></g><g
- transform="translate(-82.83514,131.02846)"
- id="logotipo"><g
- id="g246"
- transform="translate(525.7524,259.5244)"><path
- d="M 0,0 C 2.734,1.882 10.676,5.746 12.254,8.681 12.16,6.391 11.795,2.479 11.563,0.731 11.168,-2.222 11.621,-4.986 6.266,-7.384 1.375,-9.575 -0.836,-9.136 -1.717,-8.686 -1.904,-7.404 -2.568,-1.767 0,0"
- style="fill:#4cdd17;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path248" /></g><g
- id="g250"
- transform="translate(429.0024,222.4189)"><path
- d="m 0,0 c 2.66,-1.75 6.441,-3.01 10.641,-3.01 4.55,0 8.681,2.45 8.681,7.001 0,3.08 -2.029,5.18 -6.58,7.631 -5.461,2.94 -9.592,6.65 -9.592,12.321 0,9.031 7.842,14.631 17.362,14.631 5.252,0 8.681,-1.26 10.502,-2.38 l -2.66,-6.72 c -1.541,0.839 -4.692,2.17 -8.471,2.099 -5.25,0 -8.192,-3.01 -8.192,-6.16 0,-3.221 2.661,-5.181 7.071,-7.631 5.742,-3.01 9.172,-6.791 9.172,-12.531 0,-9.451 -7.702,-15.262 -18.204,-15.262 -5.74,0.071 -10.429,1.681 -12.531,3.29 L 0,0 z"
- style="fill:#4cdd17;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path252" /></g><g
- id="g254"
- transform="translate(483.9556,241.3213)"><path
- d="m 0,0 c -0.842,0.21 -1.891,0.351 -3.361,0.351 -7.491,0 -13.371,-8.472 -13.371,-16.243 0,-3.57 1.33,-6.51 4.9,-6.51 3.85,0 8.471,4.76 10.082,13.441 L 0,0 z m -3.291,-28.213 c 0,2.03 0.279,4.761 0.561,7.631 l -0.141,0 c -3.359,-6.231 -7.91,-8.401 -12.252,-8.401 -6.09,0 -10.08,4.76 -10.08,11.622 0,11.621 8.121,24.011 24.012,24.011 C 2.52,6.65 6.51,5.95 9.17,5.11 L 5.6,-12.671 C 4.619,-17.712 4.061,-24.152 4.199,-28.213 l -7.49,0 z"
- style="fill:#4cdd17;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path256" /></g><g
- id="g258"
- transform="translate(491.9341,213.1084)"><path
- d="m 0,0 9.451,49.705 8.19,0 L 8.119,0 0,0 z"
- style="fill:#4cdd17;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path260" /></g><g
- id="g262"
- transform="translate(540.5864,247.2021)"><path
- d="m 0,0 -4.48,-23.522 c -0.77,-4.061 -1.26,-7.631 -1.68,-10.572 l -7.281,0 0.769,5.95 -0.141,0 c -3.289,-4.41 -7.56,-6.72 -11.83,-6.72 -4.97,0 -8.89,2.661 -8.89,9.661 0,1.82 0.209,3.78 0.699,6.091 L -29.193,0 l 8.121,0 -3.5,-18.622 c -0.352,-1.681 -0.561,-3.36 -0.561,-4.691 0,-2.8 1.119,-4.831 4.34,-4.831 3.781,0 8.121,4.481 9.522,11.552 L -8.191,0 0,0 z"
- style="fill:#4cdd17;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path264" /></g><g
- id="g266"
- transform="translate(565.3657,240.3408)"><path
- d="m 0,0 c -0.98,0.771 -2.66,1.331 -4.689,1.331 -7.002,0 -12.182,-7.771 -12.182,-15.402 0,-4.13 1.609,-7.351 5.461,-7.351 3.639,0 8.051,3.99 9.381,11.062 L 0,0 z M 12.322,22.473 5.182,-15.051 C 4.41,-19.042 3.852,-23.522 3.641,-27.232 l -7.491,0 0.7,6.02 -0.141,0 c -3.01,-4.62 -7.279,-6.791 -11.689,-6.791 -6.092,0 -10.362,4.901 -10.362,12.602 0,12.041 8.75,23.032 21.281,23.032 1.75,0 3.782,-0.35 5.25,-0.98 l 3.012,15.822 8.121,0 z"
- style="fill:#4cdd17;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path268" /></g><g
- id="g270"
- transform="translate(599.1763,241.3213)"><path
- d="m 0,0 c -0.84,0.21 -1.891,0.351 -3.359,0.351 -7.493,0 -13.373,-8.472 -13.373,-16.243 0,-3.57 1.33,-6.51 4.902,-6.51 3.85,0 8.471,4.76 10.08,13.441 L 0,0 z m -3.291,-28.213 c 0,2.03 0.281,4.761 0.561,7.631 l -0.139,0 c -3.361,-6.231 -7.912,-8.401 -12.252,-8.401 -6.092,0 -10.082,4.76 -10.082,11.622 0,11.621 8.121,24.011 24.014,24.011 3.709,0 7.701,-0.7 10.361,-1.54 L 5.602,-12.671 C 4.621,-17.712 4.061,-24.152 4.201,-28.213 l -7.492,0 z"
- style="fill:#4cdd17;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path272" /></g><g
- id="g274"
- transform="translate(607.3638,213.1084)"><path
- d="m 0,0 4.34,23.522 c 0.771,4.061 1.262,7.631 1.681,10.572 l 7.071,0 -0.77,-5.951 0.139,0 c 3.15,4.55 7.422,6.72 11.902,6.72 5.321,0 7.701,-3.429 7.981,-7 3.08,4.62 7.351,6.931 12.111,7 4.621,0 8.26,-3.009 8.26,-9.1 0,-1.47 -0.279,-3.991 -0.559,-5.811 L 48.445,0 l -7.91,0 3.5,19.042 c 0.279,1.33 0.49,2.94 0.49,4.271 0,2.94 -1.191,4.9 -4.13,4.9 -3.782,0 -7.911,-4.691 -9.241,-11.901 L 28.143,0 20.232,0 23.943,19.322 c 0.209,1.4 0.42,2.731 0.42,3.991 0,2.52 -0.771,4.9 -4.131,4.9 -3.781,0 -8.121,-5.181 -9.38,-12.111 L 7.91,0 0,0 z"
- style="fill:#4cdd17;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path276" /></g><g
- id="g278"
- transform="translate(679.7466,241.8818)"><path
- d="M 0,0 C -5.109,0 -8.471,-4.551 -9.451,-8.682 -1.049,-8.751 4.342,-7.631 4.342,-3.501 4.342,-1.331 2.59,0 0,0 m 7.771,-26.813 c -3.361,-1.75 -7.91,-2.731 -12.041,-2.731 -9.451,0 -14.001,5.811 -14.001,14.142 0,10.291 7.56,21.492 19.322,21.492 6.72,0 10.99,-3.85 10.99,-9.591 0,-8.751 -9.17,-11.551 -22.332,-11.271 -0.139,-1.19 0.141,-3.5 0.91,-4.831 1.33,-2.31 3.781,-3.5 7.002,-3.5 3.85,0 6.93,0.98 9.381,2.241 l 0.769,-5.951 z"
- style="fill:#4cdd17;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path280" /></g></g></g><text
- xml:space="preserve"
- style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#4cdd17;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
- x="478.90625"
- y="-231.90706"
- id="text2884"
- transform="scale(1,-1)"><tspan
- sodipodi:role="line"
- id="tspan2886"
- x="478.90625"
- y="-231.90706">Próximamente se mencionaran las personas y</tspan><tspan
- sodipodi:role="line"
- x="478.90625"
- y="-191.90706"
- id="tspan3660">organizaciones involucradas en el proyecto</tspan></text>
-</g></svg> \ No newline at end of file
+ transform="matrix(1.25,0,0,-1.25,0,2300)"><g
+ transform="translate(173.50533,348.68374)"
+ inkscape:label="saludame"
+ id="g12-8"><image
+ sodipodi:absref="/home/pmoleri/saludame/Saludame.activity/credits/Logotipo PLAN CEIBAL.png"
+ xlink:href="Logotipo PLAN CEIBAL.png"
+ y="-1259.4812"
+ x="377.21964"
+ id="image6087"
+ height="128"
+ width="152.38094"
+ transform="scale(1,-1)" /><image
+ sodipodi:absref="/home/pmoleri/saludame/Saludame.activity/credits/logoCeibalJAM.png"
+ xlink:href="logoCeibalJAM.png"
+ y="-1450.3025"
+ x="354.96069"
+ id="image6115"
+ height="96"
+ width="246.94533"
+ transform="scale(1,-1)" /><image
+ sodipodi:absref="/home/pmoleri/saludame/Saludame.activity/credits/logoMovimiento.png"
+ xlink:href="logoMovimiento.png"
+ y="-1441.1071"
+ x="-11.7166"
+ id="image6129"
+ height="87.209084"
+ width="222.53352"
+ transform="scale(1,-1)" /><image
+ sodipodi:absref="/home/pmoleri/saludame/Saludame.activity/credits/logoNCDO.png"
+ xlink:href="logoNCDO.png"
+ y="-1240.1196"
+ x="-36.038971"
+ id="image6143"
+ height="100"
+ width="264.43301"
+ transform="scale(1,-1)" /><text
+ xml:space="preserve"
+ style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="168.60112"
+ y="-1456.3872"
+ id="text6147"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan6149"
+ x="168.60112"
+ y="-1456.3872">Producido por</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="164.35112"
+ y="-1263.7734"
+ id="text6147-6"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan6149-3"
+ x="164.35112"
+ y="-1263.7734">Financiado por</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans Bold"
+ x="-153.50597"
+ y="-854.41095"
+ id="text6176"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan6178"
+ x="-153.50597"
+ y="-854.41095">Equipo responsable y coordinación</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="-153.64659"
+ y="-829.67413"
+ id="text6180"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan6182"
+ x="-153.64659"
+ y="-829.67413">Digna Hoogenboom, Mark Brul (Movimiento Foundation)</tspan><tspan
+ sodipodi:role="line"
+ x="-153.64659"
+ y="-805.67413"
+ id="tspan6184">Pablo Moleri (ceibalJAM)</tspan><tspan
+ sodipodi:role="line"
+ x="-153.64659"
+ y="-781.67413"
+ id="tspan6186">Elisa Martinez Luaces, Leticia Folgar</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="-153.64659"
+ y="-743.04834"
+ id="text6200"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan6202"
+ x="-153.64659"
+ y="-743.04834" /><tspan
+ sodipodi:role="line"
+ x="-153.64659"
+ y="-719.04834"
+ id="tspan6206">Pablo Moleri (responsable), Diego Mazzone, Emiliano Chinelli</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans Bold"
+ x="-153.50597"
+ y="-747.03937"
+ id="text6210"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan6212"
+ x="-153.50597"
+ y="-747.03937">Programación</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans Bold"
+ x="-153.50597"
+ y="-683.79517"
+ id="text6214"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan6216"
+ x="-153.50597"
+ y="-683.79517">Diseño gráfico e ilustraciones</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="-150.05597"
+ y="-655.84033"
+ id="text6218"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan6220"
+ x="-150.05597"
+ y="-655.84033">Juan Pablo Colasso</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans Bold"
+ x="-152.66222"
+ y="-617.90881"
+ id="text6222"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan6224"
+ x="-152.66222"
+ y="-617.90881">Sonidos</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="-150.05597"
+ y="-592.36322"
+ id="text6226"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan6228"
+ x="-150.05597"
+ y="-592.36322">Juan Fornos (efectos), Leonardo Fiorelli (producción), Anaclara Rómboli,</tspan><tspan
+ sodipodi:role="line"
+ x="-150.05597"
+ y="-568.36322"
+ id="tspan6230">Elisa Martinez Luaces, Mark Brul, Digna Hoogenboom (voces)</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:17.60000038px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="-37.606098"
+ y="-1326.196"
+ id="text6232"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan6234"
+ x="-37.606098"
+ y="-1326.196">www.movimientofoundation.com</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:17.60000038px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="429.55527"
+ y="-1327.7146"
+ id="text6232-0"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ x="429.55527"
+ y="-1327.7146"
+ id="tspan6261">ceibaljam.org</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans Bold"
+ x="-153.50597"
+ y="-533.37274"
+ id="text6222-0"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan6224-6"
+ x="-153.50597"
+ y="-533.37274">Música</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="-150.05597"
+ y="-504.62808"
+ id="text6226-6"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ x="-150.05597"
+ y="-504.62808"
+ id="tspan6230-8">Juan Fornos</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans Bold"
+ x="-153.50597"
+ y="-462.51678"
+ id="text6301"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan6303"
+ x="-153.50597"
+ y="-462.51678">Biblioteca</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="-151.78096"
+ y="-428.77356"
+ id="text6305"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan6307"
+ x="-151.78096"
+ y="-428.77356">Alejandra Paulo (parte salud), Cecilia Piñeyro (parte salud), Graciela Sosa (redacción)</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="-152.95284"
+ y="-396.25317"
+ id="text6309"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan6311"
+ x="-152.95284"
+ y="-396.25317">Colaboración: Lucía Manta</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu;-inkscape-font-specification:Dejavu"
+ x="-148.39032"
+ y="-392.3168"
+ id="text6313"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan6315"
+ x="-148.39032"
+ y="-392.3168" /></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="-152.95284"
+ y="-363.78735"
+ id="text6317"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan6319"
+ x="-152.95284"
+ y="-363.78735">Con uso permitido y parcialmente adaptado de:</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:17.60000038px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
+ x="96.1119"
+ y="-1102.2531"
+ id="text6321"
+ transform="scale(1,-1)"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ x="96.111893"
+ y="-1102.2531"
+ id="tspan3919">Movimiento Foundation (Holanda) con apoyo de NCDO,</tspan><tspan
+ sodipodi:role="line"
+ x="96.111893"
+ y="-1080.2531"
+ id="tspan3923">Comisión Nacional para Colaboración Internacional y</tspan><tspan
+ sodipodi:role="line"
+ x="96.111908"
+ y="-1080.2531"
+ id="tspan3931">Desarrollo Sostenible (Holanda), programa KPA 2010</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:17.60000038px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="529.35974"
+ y="-1102.2531"
+ id="text6321-5"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ x="529.35974"
+ y="-1102.2531"
+ id="tspan6327-4">Plan Ceibal, Rayuela</tspan><tspan
+ sodipodi:role="line"
+ x="529.35974"
+ y="-1080.2531"
+ id="tspan6397">2do Concurso de Ideas, 2010</tspan></text>
+
+
+
+
+
+
+
+
+
+<g
+ transform="matrix(0.44939362,0,0,-0.44939362,-593.066,1262.5732)"
+ id="layer1"
+ inkscape:label="Layer 1"><g
+ transform="matrix(0.7699756,0,0,0.7699756,955.70653,26.833869)"
+ id="g2875"><path
+ style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="path2877"
+ d="m 225.50908,761.79412 c 0,0 -0.007,0 -0.007,0 -0.61733,0 -1.1624,0.20365 -1.67471,0.61745 -0.38093,0.30204 -0.6437,0.70934 -0.85386,1.16252 0,0 0.0263,0 0.0263,0 0.21015,-0.45318 0.47293,-0.86048 0.84723,-1.16252 0.51231,-0.4138 1.05738,-0.61082 1.6617,-0.61745 z" /><path
+ style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="path2879"
+ d="m 225.52872,761.79412 c -0.007,0 -0.0131,0 -0.0196,0 0.63708,0.007 1.05739,0.2234 1.3398,0.68971 0.12477,0.19702 0.1904,0.49256 0.1904,0.86686 0,0.0658 -0.0131,0.15114 -0.0196,0.2234 0,0 0.0262,0 0.0262,0 0,-0.0723 0.0131,-0.15764 0.0131,-0.2234 0,-0.3743 -0.0591,-0.66984 -0.1839,-0.86686 -0.28241,-0.47293 -0.70933,-0.68971 -1.34641,-0.68971 z" /><g
+ style="fill:#663366;fill-opacity:1"
+ id="g2881"
+ transform="matrix(0.385154,0,0,0.385154,330.53849,1073.2023)"><g
+ style="fill:#663366;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="g2883"
+ transform="matrix(1.705222,0,0,1.705222,-769.6823,-728.9956)"><path
+ style="fill:#663366;fill-opacity:1"
+ id="path2885"
+ d="m 0,36 c 0,0 7.46,0 7.46,0 0,0 3.35,-14 3.35,-14 0,0 12.12,0 12.12,0 0,0 1.56,-6 1.56,-6 0,0 -12.17,0 -12.17,0 0,0 2.02,-9 2.02,-9 0,0 12.95,0 12.95,0 0,0 1.56,-7 1.56,-7 C 28.85,0 8.4,0 8.4,0 8.4,0 0,36 0,36 z" /></g><g
+ style="fill:#663366;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="g2887"
+ transform="matrix(1.705222,0,0,1.705222,-725.4318,-711.9434)"><path
+ style="fill:#663366;fill-opacity:1"
+ id="path2889"
+ d="m 7.51,26 c 0,0 2.24,-9.4 2.24,-9.4 1.18,-5.09 3.67,-9.6 8.38,-9.6 0.42,0 0.83,0.21 1.14,0.26 0,0 1.82,-7.21 1.82,-7.21 -0.42,0 -0.88,-0.05 -1.4,-0.05 -3.47,0 -6.38,2.44 -8.32,5.94 0,0 -0.2,0 -0.2,0 C 11.46,4.23 11.71,2.61 11.9,1 11.9,1 5.47,1 5.47,1 5.1,3.08 4.53,7.15 3.66,10.82 3.66,10.82 0,26 0,26 c 0,0 7.51,0 7.51,0 z" /></g><g
+ style="fill:#663366;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="g2891"
+ transform="matrix(1.705222,0,0,1.705222,-690.253,-711.9434)"><path
+ style="fill:#663366;fill-opacity:1"
+ id="path2893"
+ d="M 20.06,19.25 C 17.99,20.26 15.63,20 12.88,20 10.71,20 9.03,19.62 8.11,18.88 7.63,18.07 7.43,16.81 7.47,16 17.6,16.27 23.99,13.93 24.31,7.53 24.55,2.7 21.02,0 15.89,0 6.73,0 0.73,8.08 0.34,15.86 0,22.65 3.52,26 10.78,26 c 2.79,0 6.49,-0.32 9.52,-1.23 0,0 -0.24,-5.52 -0.24,-5.52 z M 17.32,7.53 C 17.2,9.91 14.26,10.05 8.47,10 9.1,7.91 11.22,6 14.69,6 c 1.71,0 2.69,0.65 2.63,1.53 z" /></g><g
+ style="fill:#663366;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="g2895"
+ transform="matrix(1.705222,0,0,1.705222,-645.0305,-711.9434)"><path
+ style="fill:#663366;fill-opacity:1"
+ id="path2897"
+ d="M 20.05,19.25 C 17.98,20.26 15.62,20 12.88,20 10.7,20 9.03,19.62 8.11,18.88 7.63,18.07 7.42,16.81 7.46,16 17.6,16.27 23.98,13.93 24.31,7.53 24.55,2.7 21.02,0 15.89,0 6.72,0 0.72,8.08 0.33,15.86 0,22.65 3.52,26 10.77,26 c 2.8,0 6.5,-0.32 9.53,-1.23 0,0 -0.25,-5.52 -0.25,-5.52 z M 17.32,7.53 C 17.2,9.91 14.26,10.05 8.46,10 9.1,7.91 11.21,6 14.68,6 c 1.71,0 2.7,0.65 2.64,1.53 z" /></g><g
+ style="fill:#663366;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="g2899"
+ transform="matrix(1.705222,0,0,1.705222,-583.796,-711.9434)"><path
+ style="fill:#663366;fill-opacity:1"
+ id="path2901"
+ d="M 22.74,26 C 22.8,22.83 23.56,17.85 24.35,14.58 24.35,14.58 27.56,1 27.56,1 25.52,0.31 22.34,0 19.28,0 6.86,0 0.7,9.2 0.27,17.82 0,23.23 2.93,26 7.49,26 c 2.95,0 6.28,-1.43 8.87,-5.73 0,0 0.11,0 0.11,0 -0.2,2.07 -0.44,4.08 -0.57,5.73 0,0 6.84,0 6.84,0 z M 17.61,11.72 C 16.15,18.08 13.17,20 10.95,20 8.88,20 7.98,18.53 8.1,16.39 8.34,11.56 12.16,6 16.98,6 c 0.78,0 1.39,-0.14 1.96,-0.28 0,0 -1.33,6 -1.33,6 z" /></g><g
+ style="fill:#663366;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="g2903"
+ transform="matrix(1.705222,0,0,1.705222,-536.6807,-711.9434)"><path
+ style="fill:#663366;fill-opacity:1"
+ id="path2905"
+ d="m 0,24.82 c 1.44,1.12 4.46,1.13 7.61,1.18 6.73,0.05 11.81,-2.89 12.11,-8.29 0.17,-3.6 -2.62,-5.73 -5.35,-7.16 C 12.4,9.6 11.41,8.69 11.46,7.63 11.53,6.2 12.87,6 14.84,6 c 2.22,0 4,0.27 5.02,0.47 0,0 2.02,-5.42 2.02,-5.42 C 20.73,0.36 18.43,0 15.48,0 8.95,0 4.17,3.45 3.9,8.69 c -0.16,3.24 2.17,5.42 4.99,6.9 2.28,1.17 3.06,2.07 3,3.34 C 11.82,20.21 10.68,20 8.61,20 6.18,20 3.49,19.68 2.07,19.46 2.07,19.46 0,24.82 0,24.82 z" /></g><g
+ style="fill:#663366;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="g2907"
+ transform="matrix(1.705222,0,0,1.705222,-481.3463,-730.7008)"><path
+ style="fill:#663366;fill-opacity:1"
+ id="path2909"
+ d="m 7.45,37 c 0,0 6.05,-25 6.05,-25 0,0 -7.41,0 -7.41,0 0,0 -6.09,25 -6.09,25 0,0 7.45,0 7.45,0 z M 10.92,9 C 13.46,9 15.72,6.9 15.86,3.3 15.98,0.86 14.4,0 12.07,0 9.64,0 7.42,1.58 7.29,3.94 7.17,6.32 8.75,9 10.92,9 z" /></g><g
+ style="fill:#663366;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="g2911"
+ transform="matrix(1.705222,0,0,1.705222,-456.9787,-710.7668)"><path
+ style="fill:#663366;fill-opacity:1"
+ id="path2913"
+ d="m 7.46,25.31 c 0,0 2.64,-11.26 2.64,-11.26 1.37,-5.73 4.32,-7.74 6.75,-7.74 1.92,0 2.48,0.82 2.39,2.01 -0.05,0.96 -0.2,1.97 -0.4,2.87 0,0 -3.36,14.12 -3.36,14.12 0,0 7.46,0 7.46,0 0,0 3.54,-14.81 3.54,-14.81 C 26.75,9.22 27.05,7.31 27.11,6.15 27.33,1.64 25.08,0 20.94,0 c -3.32,0 -6.55,1.54 -9.1,4.88 0,0 -0.1,0 -0.1,0 0,0 0.68,-4.57 0.68,-4.57 0,0 -6.58,0 -6.58,0 C 5.41,2.45 4.86,5.04 4.08,8.06 4.08,8.06 0,25.31 0,25.31 c 0,0 7.46,0 7.46,0 z" /></g><g
+ style="fill:#663366;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="g2915"
+ transform="matrix(1.705222,0,0,1.705222,-389.5201,-728.9956)"><path
+ style="fill:#663366;fill-opacity:1"
+ id="path2917"
+ d="m 0,36 c 0,0 7.46,0 7.46,0 0,0 3.36,-14 3.36,-14 0,0 12.11,0 12.11,0 0,0 1.56,-6 1.56,-6 0,0 -12.17,0 -12.17,0 0,0 2.02,-9 2.02,-9 0,0 12.95,0 12.95,0 0,0 1.56,-7 1.56,-7 C 28.85,0 8.4,0 8.4,0 8.4,0 0,36 0,36 z" /></g><g
+ style="fill:#663366;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="g2919"
+ transform="matrix(1.705222,0,0,1.705222,-345.2696,-711.9434)"><path
+ style="fill:#663366;fill-opacity:1"
+ id="path2921"
+ d="m 7.51,26 c 0,0 2.24,-9.4 2.24,-9.4 1.18,-5.09 3.67,-9.6 8.38,-9.6 0.42,0 0.83,0.21 1.14,0.26 0,0 1.82,-7.21 1.82,-7.21 -0.42,0 -0.88,-0.05 -1.4,-0.05 -3.47,0 -6.38,2.44 -8.32,5.94 0,0 -0.2,0 -0.2,0 C 11.46,4.23 11.71,2.61 11.9,1 11.9,1 5.47,1 5.47,1 5.11,3.08 4.53,7.15 3.66,10.82 3.66,10.82 0,26 0,26 c 0,0 7.51,0 7.51,0 z" /></g><g
+ style="fill:#663366;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="g2923"
+ transform="matrix(1.705222,0,0,1.705222,-310.0908,-711.9434)"><path
+ style="fill:#663366;fill-opacity:1"
+ id="path2925"
+ d="M 20.06,19.25 C 17.99,20.26 15.63,20 12.88,20 10.71,20 9.03,19.62 8.11,18.88 7.63,18.07 7.43,16.81 7.47,16 17.6,16.27 23.99,13.93 24.31,7.53 24.55,2.7 21.02,0 15.89,0 6.73,0 0.73,8.08 0.34,15.86 0,22.65 3.53,26 10.78,26 c 2.79,0 6.5,-0.32 9.52,-1.23 0,0 -0.24,-5.52 -0.24,-5.52 z M 17.32,7.53 C 17.2,9.91 14.26,10.05 8.47,10 9.1,7.91 11.22,6 14.69,6 c 1.71,0 2.69,0.65 2.63,1.53 z" /></g><g
+ style="fill:#663366;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="g2927"
+ transform="matrix(1.705222,0,0,1.705222,-264.8684,-711.9434)"><path
+ style="fill:#663366;fill-opacity:1"
+ id="path2929"
+ d="M 20.05,19.25 C 17.98,20.26 15.62,20 12.88,20 10.7,20 9.03,19.62 8.11,18.88 7.63,18.07 7.42,16.81 7.46,16 17.6,16.27 23.98,13.93 24.31,7.53 24.55,2.7 21.02,0 15.89,0 6.72,0 0.72,8.08 0.33,15.86 0,22.65 3.52,26 10.77,26 c 2.8,0 6.5,-0.32 9.53,-1.23 0,0 -0.25,-5.52 -0.25,-5.52 z M 17.32,7.53 C 17.2,9.91 14.26,10.05 8.46,10 9.1,7.91 11.21,6 14.68,6 c 1.71,0 2.7,0.65 2.64,1.53 z" /></g><g
+ style="fill:#663366;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="g2931"
+ transform="matrix(1.705222,0,0,1.705222,-219.8846,-730.7008)"><path
+ style="fill:#663366;fill-opacity:1"
+ id="path2933"
+ d="M 23.31,0 C 23.31,0 20.5,11.36 20.5,11.36 19.48,10.94 18.15,11 17.11,11 7.53,11 0.75,19.2 0.3,28.08 0,34.34 3.34,37 7.64,37 c 3.01,0 6.18,-1.33 8.58,-4.77 0,0 0.1,0 0.1,0 0,0 -0.57,4.77 -0.57,4.77 0,0 6.78,0 6.78,0 0.31,-3 0.96,-6.57 1.69,-9.83 0,0 6.49,-27.17 6.49,-27.17 0,0 -7.4,0 -7.4,0 z M 17.47,24.42 C 16.3,29.35 13.54,31 11.36,31 9.19,31 7.98,29.49 8.13,26.8 8.38,21.82 11.8,17 16.25,17 c 1.25,0 2.32,0.19 2.91,0.47 0,0 -1.69,6.95 -1.69,6.95 z" /></g><g
+ style="fill:#663366;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="g2935"
+ transform="matrix(1.705222,0,0,1.705222,-169.2225,-711.9434)"><path
+ style="fill:#663366;fill-opacity:1"
+ id="path2937"
+ d="M 10.61,26 C 19.31,26 26.02,19.41 26.49,10.44 26.78,4.5 23.08,0 16.25,0 7.23,0 0.76,7.3 0.31,16.12 0,22.54 4.14,26 10.61,26 z m 1.17,-6 C 9.24,20 7.84,18.38 7.99,15.96 8.19,11.93 10.68,6 14.97,6 c 2.96,0 3.87,2.27 3.75,4.5 -0.22,4.4 -2.9,9.5 -6.94,9.5 z" /></g><g
+ style="fill:#663366;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="g2939"
+ transform="matrix(1.705222,0,0,1.705222,-120.5213,-711.9434)"><path
+ style="fill:#663366;fill-opacity:1"
+ id="path2941"
+ d="M 7.2,26 C 7.2,26 9.9,14.58 9.9,14.58 11.03,9.49 13.85,6 16.38,6 c 1.82,0 2.32,1.33 2.23,3.07 -0.05,0.9 -0.25,1.91 -0.46,2.91 0,0 -3.34,14.02 -3.34,14.02 0,0 7.2,0 7.2,0 0,0 2.7,-11.47 2.7,-11.47 C 25.95,9.28 28.61,6 31.09,6 c 1.71,0 2.42,1.22 2.34,2.96 -0.05,1.01 -0.26,2.12 -0.52,3.13 0,0 -3.24,13.91 -3.24,13.91 0,0 7.25,0 7.25,0 0,0 3.49,-14.81 3.49,-14.81 0.27,-1.33 0.58,-3.4 0.63,-4.46 C 41.26,2.33 39.11,0 35.23,0 31.91,0 28.68,1.5 26.23,4.66 26.14,2.38 24.51,0 20.47,0 17.2,0 14.08,1.48 11.58,4.83 c 0,0 -0.1,0 -0.1,0 0,0 0.67,-3.83 0.67,-3.83 0,0 -6.42,0 -6.42,0 C 5.31,3.14 4.8,5.73 4.02,8.75 4.02,8.75 0,26 0,26 c 0,0 7.2,0 7.2,0 z" /></g></g><path
+ style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:#663266;stroke-width:5.84586048;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+ d="m 242.27371,772.00406 c 0.26666,0.68537 0.5332,1.3697 0.81093,2.03897 0.42773,0.90933 0.922,1.77974 1.51639,2.59227 3.21051,4.36413 8.58716,6.75366 15.41353,7.34862 0,0 7.34302,0 7.34302,0 2.32173,-0.18116 4.75464,-0.51882 7.27636,-1.01207 4.34906,-0.85043 8.95929,-2.15678 13.74726,-3.90261 3.62705,-1.32245 7.3541,-2.88712 11.13662,-4.70567 8.23729,-3.94873 16.74671,-9.04148 25.09506,-15.18751 2.74946,-2.02242 5.38772,-4.09758 7.92063,-6.20767 2.32173,-1.93179 4.54905,-3.89371 6.67649,-5.8772 5.93759,-5.72219 10.42009,-11.53376 12.95848,-16.63667 2.64386,-5.31398 3.17158,-9.85744 1.00533,-12.71967 -1.32747,-1.7569 -3.54931,-2.69843 -6.40983,-2.91999 12.88633,-9.6692 20.3959,-21.3985 17.70204,-28.79369 -0.85545,-2.36008 -2.73838,-4.12086 -5.43784,-5.09458 -1.19973,-0.43149 -2.54946,-0.70488 -4.02144,-0.82931 0,0 -3.96585,0 -3.96585,0 -5.53772,0.39942 -13.59076,2.38234 -20.42273,5.73052"
+ sodipodi:nodetypes="cccccssccccscccsccc"
+ id="path2943" /><path
+ id="path2945"
+ style="fill:#663366;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 62.777261,682.66638 c 0,0 -22.84339,99.66531 -22.84339,99.66531 0.0066,0 60.091419,0 60.104559,0 26.42484,0 105.67884,0 105.67884,0 1.2e-4,0 54.96371,0 54.96371,0 -6.54796,-0.57145 -11.71765,-2.87011 -14.79791,-7.06027 -0.57133,-0.77509 -1.04346,-1.60999 -1.45715,-2.48348 -0.26277,-0.64359 -0.5098,-1.293 -0.75945,-1.94971 -0.65682,-2.08863 -0.91869,-4.40613 -0.80043,-6.87568 0.32842,-6.883 3.5581,-15.07028 9.15381,-23.64386 5.94375,-9.11134 14.55819,-18.66102 25.22417,-27.52283 2.39067,-1.98475 4.86262,-3.94473 7.45021,-5.84947 3.19852,-2.35311 6.4217,-4.52039 9.64637,-6.54715 11.881,-7.48001 23.73254,-12.71397 34.23437,-15.37255 -10.03552,3.27397 -21.3098,8.83212 -32.4487,16.39877 -0.40067,0.27054 -0.79632,0.5477 -1.19049,0.82098 -6.18016,4.28216 -11.77917,8.82996 -16.66554,13.42273 -15.72323,14.78398 -24.0338,30.10322 -20.25732,39.07804 0.26928,0.61733 0.59027,1.20681 0.96458,1.76513 4.05888,5.97 14.11814,7.00193 26.86612,3.7969 0.86698,-0.21666 1.73396,-0.4622 2.62708,-0.71835 4.07201,-1.17554 8.39527,-2.76338 12.8482,-4.72051 1.07052,-0.47293 2.15256,-0.95887 3.24282,-1.4778 0.11164,-0.0525 0.21666,-0.10502 0.3283,-0.16415 14.05501,-6.98345 24.85648,-15.01891 27.19453,-19.84684 0.51232,-1.05019 0.63548,-1.94559 0.28732,-2.64763 -1.66821,-3.38242 -13.34145,-1.09733 -27.48185,5.02838 -1.13615,0.49267 -2.28554,0.99951 -3.44806,1.53933 0.94574,-0.87805 1.93019,-1.75953 2.93495,-2.62708 1.60257,-1.38055 3.26176,-2.73051 5.02848,-4.0638 2.76498,-2.09376 5.56032,-3.98662 8.31229,-5.66465 12.88587,-9.72159 19.40027,-18.91764 18.04072,-22.33031 -0.25615,-0.64301 -0.80122,-1.08524 -1.64195,-1.35464 -2.68621,-0.85442 -7.58902,0.16541 -13.5459,2.60665 -4.91274,2.01501 -10.55524,5.00338 -16.27572,8.72277 0,0 -0.77988,0.51312 -0.77988,0.51312 0,0 -0.14372,0.0821 -0.14372,0.0821 0,0 -2.75013,1.82665 -2.75013,1.82665 0,0 1.58031,-2.89385 1.58031,-2.89385 2.34467,-4.2921 6.16384,-8.77026 10.91882,-12.93028 3.48744,-3.04157 7.47167,-5.90734 11.76034,-8.41491 1.6222,-0.94974 3.24201,-1.83178 4.86422,-2.62708 1.6617,-0.81184 3.32409,-1.53328 4.9463,-2.17561 4.71308,-1.86387 9.89054,-4.21767 13.81404,-4.52565 -0.3573,0 -11.69996,1.22131 -11.69996,1.22131 0,0 -37.14877,0 -37.14877,0 0,0 -163.80326,0 -163.80326,0 0,0 -73.075879,0 -73.075879,0 z m 177.933719,0.14371 c -0.64359,9.82331 1.26103,24.21153 5.58258,40.18623 0.76846,2.84249 1.60497,5.73531 2.52446,8.66124 0.57144,1.80679 1.16092,3.58527 1.76512,5.33624 -0.35467,0.52145 -0.71173,1.03969 -1.04677,1.55988 -5.39206,8.26343 -8.54378,16.07287 -9.3385,22.86386 -2.27904,-7.63171 -3.99473,-15.99091 -4.96685,-24.85477 -0.27579,-2.53965 -0.49165,-5.05098 -0.63616,-7.53229 -1.06401,-18.02383 1.28888,-34.36245 6.11612,-46.22039 z m -107.60809,12.78645 c 0.12294,-0.003 0.24417,0 0.3694,0 0,0 24.28013,0 24.28013,0 2.07539,0 3.68036,0.38903 4.82313,1.16994 1.13615,0.78548 1.56228,1.80154 1.29299,3.03757 0,0 -2.89385,13.07388 -2.89385,13.07388 0,0 -8.55862,0 -8.55862,0 0,0 2.81178,-12.72492 2.81178,-12.72492 0,0 -21.42715,0 -21.42715,0 0,0 -7.73764,34.97305 -7.73764,34.97305 0,0 -2.79135,12.6635 -2.79135,12.6635 0,0 21.40671,0 21.40671,0 0,0 0.0206,-0.0821 0.0206,-0.0821 0,0 4.28958,-19.37493 4.28958,-19.37493 0,0 -10.05685,0 -10.05685,0 0,0 0.96469,-4.37155 0.96469,-4.37155 0,-1.1e-4 18.61537,0 18.61537,0 0,-1.1e-4 -5.33624,24.1774 -5.33624,24.1774 -0.0723,0.34417 -0.19874,0.65592 -0.36951,0.9647 -0.44006,0.80122 -1.20761,1.4875 -2.27812,2.05244 -1.48431,0.78148 -3.26085,1.16982 -5.33636,1.16982 0,0 -24.25947,0 -24.25947,0 -2.07539,0 -3.68036,-0.38834 -4.82324,-1.16982 -1.13615,-0.7816 -1.56884,-1.77974 -1.29299,-3.01714 0,0 10.69314,-48.33436 10.69314,-48.33436 0.27579,-1.23603 1.13615,-2.25209 2.62696,-3.03757 0.0526,-0.0283 0.11176,-0.0347 0.16427,-0.0615 1.3608,-0.6816 2.95778,-1.0648 4.80269,-1.10841 z m 38.05183,0 c -1.2e-4,0 30.5604,0 30.5604,0 2.04913,0 3.65981,0.38903 4.8027,1.16994 1.14927,0.78548 1.58933,1.80154 1.31354,3.03757 0,0 -5.70575,25.77837 -5.70575,25.77837 -0.26928,1.22816 -1.15019,2.23018 -2.64763,3.01703 -1.49744,0.78947 -3.26005,1.19037 -5.31581,1.19037 0,0 -22.20714,0 -22.20714,0 0,0 -4.28947,19.35427 -4.28947,19.35427 0,0 -0.69781,3.18128 -0.69781,3.18128 0,0 -8.37392,0 -8.37392,0 0,0 0.63628,-2.87342 0.63628,-2.87342 0,0 11.92461,-53.85541 11.92461,-53.85541 z m 42.21812,0 c 0,0 8.37381,0 8.37381,0 0,0 -9.48211,42.83397 -9.48211,42.83397 0,0 -2.07299,9.35905 -2.07299,9.35905 0,0 20.03165,0 20.03165,0 0.21015,1.53614 0.45557,3.045 0.71835,4.53581 0,0 -30.12948,0 -30.12948,0 0,0 2.38074,-10.75466 2.38074,-10.75466 0,0 10.18003,-45.97417 10.18003,-45.97417 z m -34.84999,4.55647 c 0,0 -5.56214,25.08045 -5.56214,25.08045 0,0 20.87316,0 20.87316,0 0,0 5.54149,-25.08045 5.54149,-25.08045 0,0 -20.85251,0 -20.85251,0 z m -44.50903,59.19428 c 0.082,-0.003 0.16381,0 0.24634,0 0.972,0 1.82094,0.17065 2.50391,0.49256 0.72909,0.34154 1.25042,0.84883 1.53934,1.51879 0.28241,0.6502 0.35626,1.38819 0.20524,2.19604 0,0 -0.0615,0.30787 -0.0615,0.30787 0,0 -2.40129,0 -2.40129,0 -1.1e-4,0 0.0204,-0.28732 0.0204,-0.28732 0.0621,-0.56448 -0.008,-1.0083 -0.22567,-1.31354 -0.0284,-0.0382 -0.0696,-0.0888 -0.10274,-0.12317 -0.0541,-0.0554 -0.1355,-0.11849 -0.20513,-0.16415 -0.33606,-0.21175 -0.86161,-0.32841 -1.53933,-0.32841 -0.89986,0 -1.57221,0.15673 -2.0319,0.47201 -0.44667,0.30867 -0.72908,0.65352 -0.82098,1.06732 -0.092,0.4203 0.059,0.64119 0.16415,0.75933 0.003,0.003 0.0166,0.0169 0.0205,0.0205 0.1331,0.11335 0.59519,0.37933 2.0319,0.71836 1.30041,0.31528 2.16157,0.59849 2.64763,0.84152 0.73559,0.3743 1.2495,0.85956 1.51878,1.45714 0.26929,0.5912 0.32842,1.28318 0.16415,2.0319 -0.16415,0.72909 -0.53605,1.40144 -1.08775,2.0319 -0.54507,0.63046 -1.23877,1.12964 -2.07299,1.4778 -0.82748,0.34154 -1.73544,0.53355 -2.66806,0.53355 -1.18227,0 -2.13132,-0.17888 -2.87342,-0.53355 -0.77498,-0.36779 -1.33409,-0.94825 -1.66239,-1.70359 -0.31529,-0.73548 -0.38263,-1.5705 -0.20536,-2.48337 0,0 0.0616,-0.28732 0.0616,-0.28732 0,0 2.36031,0 2.36031,0 0,0 -0.0205,0.28732 -0.0205,0.28732 -0.0591,0.54507 -8e-4,0.98513 0.1436,1.31354 0.13801,0.31529 0.40067,0.57635 0.82098,0.77988 0.44667,0.21678 1.00487,0.32842 1.64195,0.32842 0.57144,0 1.09357,-0.096 1.55988,-0.26677 0.45969,-0.16427 0.82509,-0.38093 1.08775,-0.65683 0.25616,-0.27579 0.40638,-0.56733 0.47202,-0.88251 0.0657,-0.28241 0.0501,-0.52133 -0.0615,-0.71835 -0.12477,-0.21015 -0.37191,-0.39656 -0.75945,-0.55409 0,-1.2e-4 -2.01135,-0.5953 -2.01135,-0.5953 -1.12302,-0.28241 -1.87916,-0.5517 -2.31921,-0.82098 -0.5977,-0.35456 -1.02862,-0.80945 -1.25202,-1.35452 -0.22328,-0.53857 -0.24702,-1.13547 -0.10251,-1.78567 0.15103,-0.69621 0.48675,-1.35863 1.00568,-1.94971 0.52544,-0.5977 1.2035,-1.06652 2.01135,-1.37518 0.71424,-0.2678 1.46582,-0.42488 2.25757,-0.45147 z m 21.55043,0.041 c 0.1299,-0.01 0.25205,0 0.38994,0 0,0 1.47769,0.16415 1.47769,0.16415 0,0 0.49257,0.0411 0.49257,0.0411 1.1e-4,0 -0.71825,1.82665 -0.71825,1.82665 0,0 -0.14371,0.28732 -0.14371,0.28732 0,0 -1.12885,-0.10262 -1.12885,-0.10262 -0.33332,0 -0.57817,0.0515 -0.7389,0.16427 -0.0106,0.008 -0.0312,0.0324 -0.041,0.041 -0.0216,0.0189 -0.0578,0.0518 -0.0821,0.0822 -0.0989,0.12957 -0.21917,0.36118 -0.30787,0.77989 0,0 -0.0427,0.17727 -0.0821,0.32841 0.51881,0 1.76501,0 1.76501,0 0,0 -0.45147,2.0319 -0.45147,2.0319 0,0 -1.2906,0 -1.72403,0 -0.13139,0.59107 -1.74458,7.8196 -1.74458,7.8196 0,0 -2.38086,0 -2.38086,0 0,0 1.54755,-6.94612 1.74458,-7.8196 -0.40067,0 -1.37507,0 -1.37507,0 0,0 0.45147,-2.0319 0.45147,-2.0319 0,0 0.98022,0 1.35464,0 0.0656,-0.28241 0.16414,-0.63628 0.16414,-0.63628 0.14452,-0.65683 0.29554,-1.12884 0.49257,-1.45726 0.2694,-0.45318 0.64941,-0.83239 1.12884,-1.10829 0.39497,-0.22945 0.89438,-0.36666 1.45726,-0.41049 z m 5.6852,0.10262 c 0,0 -0.62235,2.80036 -0.77988,3.5097 0.45969,0 1.53922,0 1.53922,0 0,0 -0.45147,2.0319 -0.45147,2.0319 0,0 -1.13216,0 -1.53934,0 -0.12476,0.5647 -1.10829,4.9463 -1.10829,4.9463 0,0 -0.0821,0.52623 -0.0821,0.67726 1.2e-4,0.005 -4.5e-4,0.0168 0,0.0205 3.4e-4,0.002 -4.5e-4,0.0192 0,0.0205 5.7e-4,10e-4 0.0196,-8e-4 0.0204,0 0,0 0.24633,0.0204 0.24633,0.0204 0,0 1.12885,-0.0821 1.12885,-0.0821 0,0 -0.12317,1.82665 -0.12317,1.82665 0,0 0.0205,0.32841 0.0205,0.32841 0,0 -1.62141,0.1847 -1.62141,0.1847 -0.64359,0 -1.11572,-0.10502 -1.45726,-0.32841 -0.36117,-0.23641 -0.57133,-0.54998 -0.65671,-0.94404 -0.0131,-0.0723 -0.0411,-0.17739 -0.0411,-0.32841 0,-0.29554 0.0558,-0.79552 0.24634,-1.6625 0,0 0.86276,-3.86506 1.04666,-4.67941 -0.30867,0 -1.12873,0 -1.12873,0 0,0 0.45147,-2.0319 0.45147,-2.0319 0,0 0.80043,0 1.12884,0 0.10513,-0.47293 0.47202,-2.09354 0.47202,-2.09354 0,0 1.90884,-1.00567 1.90884,-1.00567 0,0 0.77988,-0.41049 0.77988,-0.41049 z m -75.631539,0.0821 c 0,0 9.23587,0 9.23587,0 0,0 -0.5131,2.29879 -0.5131,2.29879 0,0 -6.16135,0 -6.75245,0 -0.10506,0.46631 -0.52622,2.35449 -0.67728,3.03757 0.85381,0 5.84937,0 5.84937,0 0,0 -0.51311,2.29867 -0.51311,2.29867 0,0 -5.25827,0 -5.84937,0 -0.12479,0.57144 -1.25198,5.6441 -1.25198,5.6441 0,0 -2.48343,0 -2.48343,0 0,0 2.95548,-13.27913 2.95548,-13.27913 z m 12.37608,3.24293 c 0.09266,-0.0114 0.19392,0 0.28731,0 0.5911,0 1.13707,0.17979 1.66248,0.5541 0,0 0.328389,0.22579 0.328389,0.22579 0,0 -1.272509,2.09342 -1.272509,2.09342 0,0 -0.34892,-0.24634 -0.34892,-0.24634 -0.25612,-0.16415 -0.53196,-0.24622 -0.82095,-0.24622 -0.24958,0 -0.4819,0.0887 -0.71834,0.24622 -0.24958,0.16427 -0.45811,0.38184 -0.61571,0.67738 -0.27585,0.50569 -0.47783,1.07211 -0.61575,1.68293 0,0 -1.10832,5.04892 -1.10832,5.04892 0,0 -2.38079,0 -2.38079,0 0,0 2.19611,-9.8515 2.19611,-9.8515 0,0 2.2166,0 2.2166,0 0,0 -0.07638,0.29874 -0.10264,0.41038 0.10511,-0.0788 0.21591,-0.1871 0.30789,-0.24623 0.3181,-0.18983 0.65411,-0.30832 0.98515,-0.34885 z m 7.060299,0 c 0.14335,-0.0109 0.28446,0 0.43102,0 1.3398,0 2.35368,0.46951 3.01703,1.39562 0.41377,0.59758 0.63628,1.33649 0.63628,2.21659 0,0.48595 -0.0599,1.00899 -0.18472,1.58032 0,0 -0.18472,0.71835 -0.18472,0.71835 0,0 -6.02097,0 -6.6909,0 -0.0131,0.1379 -0.0205,0.28572 -0.0205,0.41049 0,0.51231 0.10511,0.91538 0.32838,1.21092 0.10612,0.14451 0.22914,0.27465 0.36944,0.36939 0.26454,0.1726 0.60601,0.26689 1.00572,0.26689 0.48599,0 0.9129,-0.1339 1.31353,-0.38994 0.38091,-0.24303 0.74543,-0.63137 1.06726,-1.16994 0,0 2.54499,0 2.54499,0 0,0 -0.22574,0.49256 -0.22574,0.49256 -0.48603,0.98524 -1.16417,1.7536 -2.01139,2.29879 -0.84722,0.54507 -1.85948,0.84141 -2.97601,0.84141 -1.45145,0 -2.53185,-0.46951 -3.20175,-1.39562 -0.663349,-0.90636 -0.806199,-2.15917 -0.451559,-3.73538 0.354699,-1.60257 1.062339,-2.88324 2.093469,-3.77647 0.92422,-0.80135 1.97295,-1.24585 3.14021,-1.33398 z m 10.69313,0 c 0.14326,-0.0109 0.28446,0 0.43092,0 1.33991,0 2.3538,0.46951 3.01714,1.39562 0.41379,0.59758 0.63616,1.33649 0.63616,2.21659 0,0.47944 -0.0599,0.99495 -0.1847,1.55977 0,0 -0.18469,0.7389 -0.18469,0.7389 0,0 -6.02097,0 -6.69087,0 -0.007,0.092 -0.014,0.17488 -0.0205,0.26677 -0.005,0.0345 0.002,0.0869 0,0.12317 -1.9e-4,0.006 0,0.0148 0,0.0205 0,0.0985 0.0139,0.19543 0.0205,0.28732 0.0328,0.37442 0.13054,0.68719 0.30786,0.9236 0.0338,0.046 0.0655,0.10274 0.1026,0.14372 0.30081,0.32179 0.72656,0.49256 1.27251,0.49256 0.48602,0 0.91945,-0.1339 1.3135,-0.38994 0.38104,-0.24303 0.74552,-0.63137 1.06732,-1.16994 0,0 2.56544,0 2.56544,0 0,0 -0.24623,0.49256 -0.24623,0.49256 -0.48606,0.98524 -1.16412,1.7536 -2.01135,2.29879 -0.84723,0.54507 -1.85953,0.84141 -2.976,0.84141 -1.45149,0 -2.53189,-0.46951 -3.20178,-1.39562 -0.43346,-0.59108 -0.63624,-1.34391 -0.63624,-2.23714 0,-0.1379 0.007,-0.28652 0.0205,-0.43104 0.0263,-0.34142 0.0788,-0.68628 0.16419,-1.0672 0.35465,-1.59595 1.0418,-2.88324 2.07293,-3.77647 0.92419,-0.80135 1.99344,-1.24585 3.16076,-1.33398 z m 29.12369,0 c 0.14669,-0.0113 0.28161,0 0.43104,0 1.36616,0 2.41613,0.46209 3.0991,1.37507 0.67657,0.91287 0.84072,2.14434 0.49267,3.69429 -0.26928,1.20852 -0.65842,2.18463 -1.19048,2.89397 -0.53195,0.70933 -1.21001,1.28888 -2.01135,1.68293 -0.79461,0.39405 -1.63614,0.59519 -2.48337,0.59519 -1.39242,0 -2.42925,-0.47613 -3.09921,-1.39562 -0.43343,-0.58457 -0.65671,-1.33728 -0.65671,-2.23714 0,-0.48594 0.0533,-1.00236 0.18469,-1.58031 0.39405,-1.76022 1.19859,-3.10081 2.38075,-3.96117 0.86778,-0.62647 1.82619,-0.98833 2.85287,-1.06721 z m 36.06102,0 c 0.17317,-0.0107 0.33344,0 0.51311,0 0.82749,0 1.47769,0.0837 1.97026,0.28732 0.52544,0.21016 0.89814,0.50729 1.10829,0.86196 0.20365,0.33492 0.30787,0.74632 0.30787,1.25201 0,0 -0.24622,1.49824 -0.24622,1.49824 0,0 -0.45159,2.0319 -0.45159,2.0319 -0.38754,1.73385 -0.47281,2.38405 -0.49256,2.62708 -0.0197,0.32841 0.0106,0.6485 0.10262,0.94415 0,0 0.16415,0.53354 0.16415,0.53354 0,0 -2.42184,0 -2.42184,0 0,0 -0.10262,-0.30786 -0.10262,-0.30786 -0.0394,-0.14441 -0.0279,-0.3283 -0.041,-0.49257 -0.4598,0.28241 -0.92029,0.53286 -1.33409,0.67726 -0.61082,0.21027 -1.24459,0.32842 -1.88829,0.32842 -1.1164,0 -1.9432,-0.29063 -2.44239,-0.86196 -0.38081,-0.42031 -0.55409,-0.93422 -0.55409,-1.51879 0,-0.22328 0.0296,-0.45478 0.0821,-0.6978 0.11164,-0.49919 0.31449,-0.96139 0.63628,-1.37519 0.31528,-0.40718 0.68799,-0.7421 1.10829,-0.98513 0.40718,-0.24302 0.86116,-0.41539 1.33409,-0.53365 0,0 1.45726,-0.24623 1.45726,-0.24623 1.12302,-0.13139 1.96124,-0.29474 2.56544,-0.47213 0.0131,-0.0656 0.0411,-0.1436 0.0411,-0.1436 0.0952,-0.42259 0.0833,-0.74027 -0.0205,-0.90305 -0.008,-0.0105 -0.0324,-0.0321 -0.0411,-0.0411 -0.0221,-0.0236 -0.0562,-0.0607 -0.0821,-0.0821 -0.24702,-0.19543 -0.66824,-0.28732 -1.23147,-0.28732 -0.63708,0 -1.10829,0.10422 -1.43659,0.30786 -0.32191,0.20354 -0.61985,0.57624 -0.88262,1.1083 0,0 -2.48337,0 -2.48337,0 0,0 0.22568,-0.49256 0.22568,-0.49256 0.29554,-0.68308 0.64781,-1.24962 1.08786,-1.68305 0.44006,-0.43343 1.03444,-0.76927 1.72403,-1.00568 0.52841,-0.17442 1.10556,-0.29017 1.72403,-0.3283 z m 10.40571,0 c 0.0927,-0.0114 0.19394,0 0.28732,0 0.5977,0 1.15761,0.17979 1.68305,0.5541 0,0 0.30786,0.22579 0.30786,0.22579 0,0 -1.27256,2.09342 -1.27256,2.09342 0,0 -0.34884,-0.24634 -0.34884,-0.24634 -0.25616,-0.16415 -0.51814,-0.24622 -0.80043,-0.24622 -0.24965,0 -0.49599,0.0887 -0.73891,0.24622 -0.24965,0.16427 -0.43103,0.38184 -0.59518,0.67738 -0.26929,0.50569 -0.47784,1.07211 -0.61574,1.68293 0,0 -1.12884,5.04892 -1.12884,5.04892 0,0 -2.38086,0 -2.38086,0 0,0 2.19616,-9.8515 2.19616,-9.8515 0,0 2.2166,0 2.2166,0 0,0 -0.0558,0.29874 -0.0821,0.41038 0.10502,-0.0788 0.20936,-0.1871 0.30787,-0.24623 0.313,-0.18983 0.63377,-0.30832 0.96458,-0.34885 z m 7.03983,0 c 0.14315,-0.0109 0.28447,0 0.43093,0 1.33991,0 2.36031,0.46951 3.01713,1.39562 0.42031,0.59758 0.63617,1.33649 0.63617,2.21659 0,0.48595 -0.0804,1.00899 -0.20524,1.58032 0,0 -0.16415,0.71835 -0.16415,0.71835 0,0 -6.02754,0 -6.69088,0 -0.0131,0.1379 -0.0411,0.28572 -0.0411,0.41049 0,0.51231 0.11175,0.91538 0.32841,1.21092 0.0338,0.046 0.086,0.10274 0.12317,0.14372 0.0216,0.0229 0.0594,0.0607 0.0821,0.0821 0.2936,0.26689 0.69325,0.41049 1.19038,0.41049 0.48605,0 0.91298,-0.1339 1.31354,-0.38994 0.38104,-0.24303 0.7389,-0.63137 1.06731,-1.16994 0,0 2.56556,0 2.56556,0 0,0 -0.24634,0.49256 -0.24634,0.49256 -0.48606,0.98524 -1.17074,1.7536 -2.01135,2.29879 -0.85385,0.54507 -1.85291,0.84141 -2.97604,0.84141 -1.45144,0 -2.51134,-0.46951 -3.18118,-1.39562 -0.66333,-0.90636 -0.82017,-2.15917 -0.47213,-3.73538 0.35467,-1.60257 1.04186,-2.88324 2.07299,-3.77647 0.93,-0.80135 1.99457,-1.24585 3.16074,-1.33398 z m -35.93785,0.1847 c 0,0 2.44239,0 2.44239,0 0,0 0.30124,5.84604 0.30786,5.93143 0.0985,-0.20936 0.175,-0.38549 0.1847,-0.41049 0,0 2.68872,-5.52094 2.68872,-5.52094 0,0 2.23714,0 2.23714,0 0,0 0.20525,5.77538 0.20525,5.80826 0.0656,-0.11815 3.058,-5.80826 3.058,-5.80826 0,0 2.42184,0 2.42184,0 0,0 -5.33624,9.8515 -5.33624,9.8515 0,0 -2.19604,0 -2.19604,0 0,0 -0.21267,-5.34194 -0.2258,-5.6441 -0.90636,1.85872 -2.75025,5.6441 -2.75025,5.6441 0,0 -2.25769,0 -2.25769,0 0,0 -0.77988,-9.8515 -0.77988,-9.8515 z m -57.34448,1.86763 c -0.56575,0.0239 -1.07959,0.22785 -1.55984,0.61574 -0.38091,0.30216 -0.63789,0.71675 -0.84148,1.16982 0,1.2e-4 4.04324,0 4.04324,0 0.007,-0.0721 0.0205,-0.16004 0.0205,-0.22568 0,-0.37441 -0.0665,-0.66504 -0.18472,-0.86207 -0.28894,-0.47281 -0.7175,-0.69781 -1.35459,-0.69781 -0.0382,0 -0.0854,-0.002 -0.12313,0 z m 10.69306,0 c -0.56574,0.0239 -1.07953,0.22785 -1.55983,0.61574 -0.38091,0.30216 -0.6313,0.71675 -0.84148,1.16982 0,1.2e-4 4.04326,0 4.04326,0 0.007,-0.0721 0.0206,-0.16004 0.0206,-0.22568 0,-0.37441 -0.0599,-0.66504 -0.1847,-0.86207 -0.0574,-0.096 -0.13504,-0.19154 -0.20524,-0.26677 -0.27431,-0.28332 -0.65169,-0.43104 -1.14939,-0.43104 -0.0382,0 -0.0854,-0.002 -0.12317,0 z m 82.71244,0 c -0.58183,0.0179 -1.12519,0.21495 -1.62152,0.61574 -0.3743,0.30216 -0.63126,0.71675 -0.84141,1.16982 0,1.2e-4 4.0227,0 4.0227,0 0.007,-0.0721 0.0206,-0.16004 0.0206,-0.22568 0,-0.37441 -0.0599,-0.66504 -0.1847,-0.86207 -0.28241,-0.46631 -0.71756,-0.69119 -1.35464,-0.69781 -0.0188,2.3e-4 -0.0223,-5.7e-4 -0.041,0 z m -53.77333,0.0411 c -0.54291,0.0644 -1.0478,0.3122 -1.51879,0.73879 -0.56482,0.51231 -0.97451,1.31685 -1.21092,2.38085 -0.0985,0.44656 -0.14371,0.8284 -0.14371,1.16983 0,0.46631 0.0895,0.8325 0.26688,1.10829 0.0471,0.0709 0.10982,0.14566 0.16415,0.20525 0.292,0.31003 0.69964,0.47213 1.21092,0.47213 0.66334,0 1.24791,-0.24714 1.80611,-0.75945 0.56482,-0.51882 0.96789,-1.33158 1.21092,-2.42184 0.22328,-0.99825 0.19211,-1.74366 -0.12317,-2.21659 -0.30205,-0.45969 -0.74381,-0.67726 -1.35453,-0.67726 -0.10364,0 -0.20729,-0.012 -0.30786,0 z m 37.08713,3.59166 c -0.5582,0.15114 -1.18387,0.2783 -2.01135,0.39006 -0.61733,0.0919 -1.05739,0.1888 -1.31354,0.28731 -0.22328,0.0919 -0.40307,0.21918 -0.55421,0.38995 -0.1444,0.16415 -0.24131,0.33651 -0.28732,0.53365 -0.0131,0.0788 -0.0205,0.16004 -0.0205,0.22568 0,0.005 -1.2e-4,0.0153 0,0.0205 6.8e-4,0.0156 -0.002,0.0465 0,0.0616 0.004,0.0297 0.0124,0.0748 0.0205,0.10251 0.003,0.009 0.0171,0.0322 0.0205,0.0411 0.007,0.0177 0.0116,0.0448 0.0206,0.0616 0.009,0.0166 0.03,0.0455 0.041,0.0615 0.0172,0.0236 0.0406,0.0599 0.0616,0.0821 0.16415,0.1839 0.49176,0.26677 0.96458,0.26677 0.51893,0 1.018,-0.0985 1.4778,-0.3283 0.45319,-0.22339 0.81847,-0.55672 1.08775,-0.94415 0.19703,-0.27579 0.35467,-0.70032 0.49257,-1.25201 z m -125.364659,-16.45612 55.082599,-56.87199 8.99518,0 -13.2998,56.87199 -7.398629,0 3.776339,-16.37106 -23.091518,0 -15.692032,16.37106 -8.372139,0 m 29.675679,-22.22896 18.88598,0 3.48449,-14.27618 c 1.40629,-5.66388 2.75996,-10.38381 4.06102,-14.1598 -2.60007,3.25873 -6.04001,7.1252 -10.31982,11.59939 L 86.12566,729.8159" /></g></g><g
+ id="layer1-5"
+ inkscape:label="Layer 1"
+ transform="matrix(1.1428572,0,0,-1.1428572,-151.78088,952.91848)"><g
+ inkscape:export-ydpi="300.23013"
+ inkscape:export-xdpi="300.23013"
+ inkscape:export-filename="/mnt/hgfs/Bov/Documents/Work/2007/cc/identity/srr buttons/big/by-nc-sa.png"
+ id="g117"
+ transform="matrix(0.9937808,0,0,0.9936696,-437.12334,-74.436914)"><path
+ style="fill:#aab2ab"
+ d="m 443.28857,75.3667 114.06348,0.20264 c 1.59375,0 3.01758,-0.23633 3.01758,3.18066 l -0.13965,37.56689 -119.82031,0 0,-37.70654 c 0,-1.68506 0.16308,-3.24365 2.8789,-3.24365 z"
+ nodetypes="ccccccc"
+ id="path3817_5_" /><path
+ id="path120"
+ d="m 558.34912,74.91113 -116.22851,0 c -1.24707,0 -2.26172,1.01465 -2.26172,2.26123 l 0,39.49609 c 0,0.28174 0.22852,0.51025 0.51074,0.51025 l 119.72949,0 c 0.28223,0 0.51074,-0.22852 0.51074,-0.51025 l 0,-39.49609 c 0,-1.24658 -1.01465,-2.26123 -2.26074,-2.26123 z m -116.22851,1.02149 116.22852,0 c 0.68359,0 1.23926,0.55615 1.23926,1.23975 0,0 0,15.89697 0,27.39404 l -83.07324,0 c -3.04492,5.50586 -8.91211,9.24414 -15.64453,9.24414 -6.73438,0 -12.59961,-3.73486 -15.64258,-9.24414 l -4.34766,0 c 0,-11.49707 0,-27.39404 0,-27.39404 -10e-6,-0.6836 0.55663,-1.23975 1.24023,-1.23975 z" /><g
+ transform="matrix(0.872921,0,0,0.872921,50.12536,143.2144)"
+ id="g5908_5_"><path
+ style="fill:#ffffff"
+ d="m 486.26599,-55.7066 c 0.006,8.68079 -7.02789,15.7215 -15.70813,15.72708 -8.68018,0.0056 -15.7215,-7.02786 -15.72705,-15.7081 0,-0.0067 0,-0.01227 0,-0.01898 -0.006,-8.68079 7.02783,-15.7215 15.70807,-15.72711 8.68134,-0.005 15.7226,7.02783 15.72711,15.70807 0,0.0062 0,0.01287 0,0.01904 z"
+ rx="22.939548"
+ type="arc"
+ cy="264.3577"
+ ry="22.939548"
+ cx="296.35416"
+ id="path5906_5_" /><g
+ transform="translate(-289.6157,99.0653)"
+ id="g5706_5_"><path
+ d="m 772.94165,-167.5741 c 3.48486,3.48541 5.22778,7.75336 5.22778,12.80219 0,5.04938 -1.71277,9.27203 -5.13831,12.66794 -3.63586,3.57602 -7.93176,5.36374 -12.89001,5.36374 -4.89783,0 -9.11987,-1.77264 -12.66394,-5.31955 -3.54639,-3.54526 -5.31848,-7.78244 -5.31848,-12.71213 0,-4.92859 1.77209,-9.19598 5.31848,-12.80219 3.45459,-3.48651 7.67664,-5.22949 12.66394,-5.22949 5.04883,0 9.31458,1.74298 12.80054,5.22949 z m -23.11853,2.34485 c -2.94678,2.97638 -4.42017,6.46289 -4.42017,10.46179 0,3.9989 1.45886,7.45581 4.37427,10.37122 2.9176,2.9165 6.38904,4.37476 10.4176,4.37476 4.02856,0 7.53015,-1.47281 10.50708,-4.41895 2.82593,-2.73645 4.23889,-6.17767 4.23889,-10.32703 0,-4.11749 -1.4364,-7.61292 -4.30823,-10.48419 -2.87061,-2.87061 -6.34985,-4.30652 -10.43774,-4.30652 -4.08789,0 -7.54699,1.44318 -10.3717,4.32892 z m 7.75391,8.70319 c -0.44971,-0.98169 -1.12317,-1.47284 -2.02271,-1.47284 -1.58862,0 -2.38293,1.07007 -2.38293,3.20911 0,2.13953 0.79431,3.2085 2.38293,3.2085 1.04944,0 1.79895,-0.52075 2.24866,-1.56458 l 2.20276,1.17303 c -1.05042,1.86548 -2.62561,2.79901 -4.72546,2.79901 -1.62,0 -2.91772,-0.4967 -3.89209,-1.48956 -0.97546,-0.99341 -1.46326,-2.36334 -1.46326,-4.10852 0,-1.71503 0.50342,-3.07654 1.50806,-4.08502 1.00452,-1.00854 2.25757,-1.51257 3.75781,-1.51257 2.22058,0 3.8092,0.87488 4.77136,2.62286 l -2.38513,1.22058 z m 10.36389,0 c -0.45081,-0.98169 -1.11206,-1.47284 -1.98242,-1.47284 -1.62097,0 -2.43213,1.07007 -2.43213,3.20911 0,2.13953 0.81116,3.2085 2.43213,3.2085 1.05164,0 1.78772,-0.52075 2.20728,-1.56458 l 2.25195,1.17303 c -1.04822,1.86548 -2.62109,2.79901 -4.71765,2.79901 -1.61768,0 -2.91199,-0.4967 -3.88647,-1.48956 -0.97217,-0.99341 -1.45996,-2.36334 -1.45996,-4.10852 0,-1.71503 0.49451,-3.07654 1.48352,-4.08502 0.98779,-1.00854 2.24524,-1.51257 3.77344,-1.51257 2.21619,0 3.80371,0.87488 4.76135,2.62286 l -2.43104,1.22058 z"
+ id="path5708_5_" /></g></g><g
+ id="g126"><circle
+ style="fill:#ffffff"
+ sodipodi:ry="10.80615"
+ sodipodi:rx="10.80615"
+ sodipodi:cy="90.231934"
+ sodipodi:cx="491.94629"
+ id="circle128"
+ r="10.80615"
+ cy="90.231934"
+ cx="491.94629"
+ d="m 502.75244,90.231934 c 0,5.968072 -4.83808,10.806146 -10.80615,10.806146 -5.96807,0 -10.80615,-4.838074 -10.80615,-10.806146 0,-5.968072 4.83808,-10.806151 10.80615,-10.806151 5.96807,0 10.80615,4.838079 10.80615,10.806151 z" /><g
+ id="g130"><path
+ id="path132"
+ d="m 495.07373,87.10498 c 0,-0.4165 -0.33789,-0.75391 -0.75391,-0.75391 l -4.77246,0 c -0.41602,0 -0.75391,0.3374 -0.75391,0.75391 l 0,4.77295 1.33105,0 0,5.65186 3.61719,0 0,-5.65186 1.33203,0 0,-4.77295 1e-5,0 z" /><circle
+ sodipodi:ry="1.63232"
+ sodipodi:rx="1.63232"
+ sodipodi:cy="84.090332"
+ sodipodi:cx="491.93359"
+ id="circle134"
+ r="1.63232"
+ cy="84.090332"
+ cx="491.93359"
+ d="m 493.56591,84.090332 c 0,0.901505 -0.73081,1.63232 -1.63232,1.63232 -0.9015,0 -1.63232,-0.730815 -1.63232,-1.63232 0,-0.901505 0.73082,-1.63232 1.63232,-1.63232 0.90151,0 1.63232,0.730815 1.63232,1.63232 z" /></g><path
+ style="fill-rule:evenodd"
+ id="path136-5"
+ d="m 491.91846,78.3252 c -3.23145,0 -5.96777,1.12793 -8.20703,3.38379 -2.29785,2.3335 -3.44629,5.0957 -3.44629,8.28467 0,3.18897 1.14844,5.93164 3.44629,8.22705 2.29785,2.29395 5.03418,3.44189 8.20703,3.44189 3.21289,0 5.99805,-1.15674 8.35449,-3.47168 2.21973,-2.19727 3.3291,-4.92969 3.3291,-8.19727 0,-3.26758 -1.12891,-6.02881 -3.3877,-8.28467 -2.25879,-2.25586 -5.02343,-3.38378 -8.29589,-3.38378 z m 0.0303,2.0996 c 2.64844,0 4.89648,0.93408 6.74609,2.80127 1.87012,1.84717 2.80469,4.10352 2.80469,6.76758 0,2.68359 -0.91504,4.91064 -2.74609,6.68066 -1.92773,1.90576 -4.19629,2.8584 -6.80469,2.8584 -2.61035,0 -4.85938,-0.94287 -6.74805,-2.82959 -1.88867,-1.88623 -2.83301,-4.12256 -2.83301,-6.70947 0,-2.58691 0.9541,-4.84229 2.8623,-6.76758 1.83107,-1.86718 4.07032,-2.80127 6.71876,-2.80127 z"
+ clip-rule="evenodd" /></g><g
+ id="g138"
+ enable-background="new "><path
+ style="fill:#ffffff"
+ id="path140"
+ d="m 488.56299,107.86719 c 0.31738,0 0.60742,0.0283 0.86914,0.084 0.26172,0.0557 0.48633,0.14746 0.67383,0.27539 0.18652,0.12695 0.33105,0.29688 0.43457,0.50781 0.10254,0.21191 0.1543,0.47266 0.1543,0.78418 0,0.33594 -0.0762,0.61523 -0.22949,0.83887 -0.15234,0.22461 -0.37891,0.40723 -0.67773,0.55078 0.41211,0.11816 0.71973,0.3252 0.92285,0.62109 0.20312,0.29589 0.30469,0.65234 0.30469,1.06934 0,0.33594 -0.0654,0.62695 -0.19629,0.87305 -0.13086,0.24512 -0.30762,0.44629 -0.5293,0.60156 -0.2207,0.15625 -0.47363,0.27148 -0.75684,0.3457 -0.28418,0.0752 -0.5752,0.1123 -0.875,0.1123 l -3.23633,0 0,-6.66406 3.1416,0 0,1e-5 z m -0.1875,2.69531 c 0.26172,0 0.47656,-0.0625 0.64453,-0.18652 0.16895,-0.12402 0.25293,-0.3252 0.25293,-0.60449 0,-0.15527 -0.0283,-0.2832 -0.084,-0.38184 -0.0566,-0.0996 -0.13086,-0.17676 -0.22461,-0.2334 -0.0937,-0.0557 -0.20117,-0.0947 -0.32227,-0.11621 -0.12207,-0.0215 -0.24805,-0.0322 -0.37891,-0.0322 l -1.37305,0 0,1.55469 1.48536,0 z m 0.0859,2.82812 c 0.14355,0 0.28027,-0.0137 0.41113,-0.042 0.13086,-0.0283 0.24609,-0.0752 0.34668,-0.13965 0.0996,-0.0654 0.17871,-0.1543 0.23828,-0.2666 0.0586,-0.11133 0.0889,-0.25488 0.0889,-0.42871 0,-0.3418 -0.0967,-0.58594 -0.29004,-0.73242 -0.19336,-0.14551 -0.44922,-0.21875 -0.7666,-0.21875 l -1.59961,0 0,1.82812 1.57129,0 z" /><path
+ style="fill:#ffffff"
+ id="path142"
+ d="m 491.27393,107.86719 1.64258,0 1.56055,2.63184 1.55176,-2.63184 1.63379,0 -2.47461,4.10645 0,2.55762 -1.46875,0 0,-2.59473 -2.44532,-4.06934 z" /></g><g
+ id="g144"
+ enable-background="new "><path
+ style="fill:#ffffff"
+ id="path146"
+ d="m 538.91553,112.88379 c 0.0811,0.15527 0.1875,0.28125 0.32129,0.37793 0.13379,0.0967 0.29004,0.16797 0.4707,0.21484 0.17969,0.0469 0.36523,0.0703 0.55859,0.0703 0.12988,0 0.26953,-0.0107 0.41895,-0.0332 0.14844,-0.0215 0.28809,-0.0635 0.41895,-0.12598 0.12988,-0.0615 0.23828,-0.14746 0.32617,-0.25684 0.0859,-0.1084 0.12988,-0.24707 0.12988,-0.41504 0,-0.18066 -0.0576,-0.32617 -0.17285,-0.43848 -0.11426,-0.1123 -0.26562,-0.20508 -0.45117,-0.28027 -0.18652,-0.0742 -0.39844,-0.13965 -0.63379,-0.19629 -0.23633,-0.0557 -0.47559,-0.11816 -0.71777,-0.18652 -0.24902,-0.0625 -0.49121,-0.13867 -0.72754,-0.22852 -0.23535,-0.0898 -0.44727,-0.20703 -0.63379,-0.35059 -0.18555,-0.14258 -0.33691,-0.32129 -0.45117,-0.53613 -0.11523,-0.21484 -0.17285,-0.47461 -0.17285,-0.7793 0,-0.34277 0.0732,-0.63965 0.21875,-0.8916 0.14648,-0.25195 0.33789,-0.46191 0.57324,-0.63086 0.23633,-0.16797 0.50391,-0.29199 0.80273,-0.37305 0.29785,-0.0811 0.59668,-0.12109 0.89453,-0.12109 0.34863,0 0.68262,0.0391 1.00293,0.11719 0.31934,0.0772 0.60449,0.2041 0.85254,0.37793 0.24902,0.1748 0.44629,0.39746 0.59277,0.66797 0.14551,0.27148 0.21875,0.59961 0.21875,0.98535 l -1.42188,0 c -0.0127,-0.19922 -0.0537,-0.36426 -0.125,-0.49414 -0.0713,-0.13086 -0.16602,-0.2334 -0.28418,-0.30859 -0.11719,-0.0742 -0.25195,-0.12793 -0.40332,-0.1582 -0.15137,-0.0312 -0.31738,-0.0469 -0.49707,-0.0469 -0.11719,0 -0.23535,0.0127 -0.35254,0.0371 -0.11816,0.0254 -0.22461,0.0684 -0.32031,0.13086 -0.0967,0.0625 -0.1748,0.13965 -0.2373,0.2334 -0.0615,0.0937 -0.0928,0.21191 -0.0928,0.35449 0,0.13086 0.0244,0.2373 0.0742,0.31738 0.0498,0.0811 0.14746,0.15625 0.29395,0.22461 0.14649,0.0684 0.34766,0.13672 0.60547,0.20508 0.25781,0.0684 0.5957,0.15625 1.01172,0.26172 0.12402,0.0244 0.29688,0.0703 0.5166,0.13574 0.2207,0.0654 0.44043,0.16895 0.65723,0.3125 0.21777,0.14355 0.40527,0.33496 0.56445,0.57422 0.1582,0.23926 0.2373,0.5459 0.2373,0.91992 0,0.30469 -0.0596,0.58789 -0.17773,0.84961 -0.11816,0.26172 -0.29395,0.4873 -0.52734,0.67676 -0.2334,0.19043 -0.52246,0.33789 -0.86816,0.44336 -0.34473,0.10645 -0.74414,0.15918 -1.19922,0.15918 -0.36719,0 -0.72266,-0.0459 -1.06836,-0.13574 -0.3457,-0.0908 -0.65039,-0.23242 -0.91406,-0.42578 -0.26465,-0.19336 -0.47461,-0.44043 -0.63086,-0.73926 -0.15527,-0.29883 -0.23047,-0.65332 -0.22363,-1.06445 l 1.42188,0 c -3e-5,0.22364 0.04,0.41407 0.12107,0.56934 z" /><path
+ style="fill:#ffffff"
+ id="path148"
+ d="m 547.17236,107.86719 2.49219,6.66406 -1.52148,0 -0.50391,-1.48438 -2.49219,0 -0.52344,1.48438 -1.47461,0 2.52051,-6.66406 1.50293,0 z m 0.084,4.08593 -0.83984,-2.44336 -0.0195,0 -0.86719,2.44336 1.72656,0 z" /></g><g
+ id="g150"
+ enable-background="new "><path
+ style="fill:#ffffff"
+ id="path152"
+ d="m 512.83057,107.86719 2.78418,4.4707 0.0156,0 0,-4.4707 1.375,0 0,6.66406 -1.46582,0 -2.77344,-4.46191 -0.0186,0 0,4.46191 -1.375,0 0,-6.66406 1.45801,0 z" /><path
+ style="fill:#ffffff"
+ id="path154"
+ d="m 522.56885,109.64258 c -0.0869,-0.14062 -0.19629,-0.26367 -0.32715,-0.36914 -0.13086,-0.10547 -0.27832,-0.18848 -0.44336,-0.24707 -0.16504,-0.0596 -0.33789,-0.0889 -0.51758,-0.0889 -0.33008,0 -0.61035,0.0635 -0.84082,0.19141 -0.23047,0.12695 -0.41699,0.29785 -0.55957,0.5127 -0.14355,0.21484 -0.24805,0.45898 -0.31348,0.73242 -0.0654,0.27344 -0.0977,0.55664 -0.0977,0.84863 0,0.28027 0.0322,0.55273 0.0977,0.81641 0.0654,0.26465 0.16992,0.50293 0.31348,0.71387 0.14258,0.21191 0.3291,0.38086 0.55957,0.50879 0.23047,0.12793 0.51074,0.19141 0.84082,0.19141 0.44727,0 0.79785,-0.13672 1.0498,-0.41113 0.25195,-0.27344 0.40625,-0.63477 0.46191,-1.08301 l 1.41895,0 c -0.0371,0.41699 -0.13379,0.79395 -0.28906,1.12988 -0.15527,0.33691 -0.36133,0.62305 -0.61621,0.86035 -0.25488,0.2373 -0.55371,0.41797 -0.89648,0.54297 -0.3418,0.125 -0.71875,0.1875 -1.12891,0.1875 -0.51074,0 -0.96973,-0.0889 -1.37793,-0.2666 -0.40723,-0.17676 -0.75195,-0.42188 -1.03223,-0.73242 -0.28027,-0.31152 -0.49609,-0.67773 -0.64551,-1.09766 -0.14941,-0.4209 -0.22461,-0.87305 -0.22461,-1.35938 0,-0.49805 0.0752,-0.95996 0.22461,-1.38672 0.14941,-0.42676 0.36523,-0.79883 0.64551,-1.11621 0.28028,-0.31738 0.625,-0.56641 1.03223,-0.74707 0.4082,-0.18066 0.86719,-0.27051 1.37793,-0.27051 0.36719,0 0.71387,0.0527 1.04004,0.15918 0.32715,0.10547 0.62012,0.25977 0.87793,0.46289 0.25879,0.20215 0.47168,0.45312 0.63965,0.75195 0.16797,0.29883 0.27344,0.6416 0.31738,1.02734 l -1.41895,0 c -0.0254,-0.16797 -0.0811,-0.32226 -0.16796,-0.46191 z" /></g><g
+ transform="matrix(0.624995,0,0,0.624995,152.2987,316.9328)"
+ id="g6332_1_"><path
+ style="fill:#ffffff"
+ d="m 644.57642,-363.11569 c 0.008,9.4118 -7.61731,17.04779 -17.02979,17.05481 -9.4126,0.005 -17.047,-7.61725 -17.05493,-17.03137 0,-0.007 0,-0.0164 0,-0.0234 -0.006,-9.4118 7.6189,-17.04779 17.02991,-17.05481 9.4126,-0.007 17.047,7.61804 17.05481,17.02905 0,0.009 0,0.0164 0,0.0258 z"
+ rx="29.209877"
+ type="arc"
+ cy="252.08646"
+ ry="29.209877"
+ cx="475.97119"
+ id="path6334_1_" /><g
+ transform="translate(-23.9521,-89.72962)"
+ id="g6336_1_"><path
+ d="m 651.36426,-292.05655 c -5.17188,0 -9.55005,1.80548 -13.13135,5.41333 -3.67651,3.73444 -5.51562,8.15399 -5.51562,13.25714 0,5.10315 1.83911,9.48993 5.51562,13.1626 3.67505,3.67194 8.05322,5.50787 13.13135,5.50787 5.14075,0 9.59546,-1.85236 13.36572,-5.55396 3.55164,-3.51721 5.32825,-7.88916 5.32825,-13.11652 0,-5.22742 -1.80627,-9.64697 -5.422,-13.25714 -3.61401,-3.60784 -8.03748,-5.41332 -13.27197,-5.41332 z m 0.0469,3.36096 c 4.23755,0 7.83447,1.49298 10.79541,4.48132 2.99072,2.95544 4.48596,6.56329 4.48596,10.82819 0,4.29376 -1.46399,7.85632 -4.3938,10.68994 -3.08276,3.04846 -6.71411,4.57269 -10.88757,4.57269 -4.17505,0 -7.77344,-1.5094 -10.79541,-4.5274 -3.02185,-3.01874 -4.53284,-6.59613 -4.53284,-10.73523 0,-4.1391 1.52502,-7.74847 4.57971,-10.82819 2.92823,-2.98834 6.51099,-4.48132 10.74854,-4.48132 z"
+ id="path6338_1_" /><path
+ d="m 643.08923,-276.02048 c 0.74377,-4.69849 4.05005,-7.20941 8.19543,-7.20941 5.95935,0 9.59216,4.32501 9.59216,10.09222 0,5.62817 -3.8656,9.99854 -9.68604,9.99854 -4.00464,0 -7.59058,-2.46332 -8.24219,-7.30084 l 4.70312,0 c 0.14062,2.51099 1.77039,3.39532 4.09851,3.39532 2.6532,0 4.37659,-2.46484 4.37659,-6.23206 0,-3.95471 -1.48901,-6.04614 -4.28442,-6.04614 -2.04846,0 -3.81726,0.74451 -4.19067,3.30237 l 1.36719,-0.009 -3.70154,3.70319 -3.70166,-3.70319 1.47352,0.009 z"
+ id="path6340_1_" /></g></g><g
+ transform="matrix(1.146822,0,0,1.146822,-85.92464,166.153)"
+ id="g6361_1_"><path
+ style="fill:#ffffff"
+ d="m 536.23669,-66.41458 c 0.004,5.22845 -4.23126,9.46783 -9.45801,9.4725 -5.2276,0.0034 -9.46912,-4.23129 -9.47253,-9.45886 0,-0.0047 0,-0.0094 0,-0.01364 -0.004,-5.2276 4.23132,-9.46783 9.45807,-9.4725 5.2276,-0.0034 9.46912,4.23172 9.47247,9.45889 0,0.0038 0,0.0094 0,0.01361 z"
+ rx="29.209877"
+ type="arc"
+ cy="252.08646"
+ ry="29.209877"
+ cx="475.97119"
+ id="path6363_1_" /><path
+ d="m 526.75824,-76.5896 c 2.85266,0 5.26337,0.98395 7.23297,2.95016 1.97046,1.96747 2.95483,4.37604 2.95483,7.22485 0,2.84881 -0.9682,5.23141 -2.90289,7.14825 -2.0556,2.01813 -4.48334,3.02676 -7.28491,3.02676 -2.76752,0 -5.1535,-1.00055 -7.15631,-3.00165 -2.00366,-2.00027 -3.00592,-4.39224 -3.00592,-7.17337 0,-2.78113 1.00226,-5.1897 3.00592,-7.22485 1.95257,-1.9662 4.33771,-2.95015 7.15631,-2.95015 z m -7.87244,7.44159 c -0.30402,0.85834 -0.45557,1.7695 -0.45557,2.73343 0,2.25574 0.82343,4.20532 2.47028,5.85049 1.64685,1.64474 3.60797,2.46735 5.8833,2.46735 2.27527,0 4.25342,-0.83069 5.93433,-2.49289 0.56201,-0.5437 1.02612,-1.13681 1.38971,-1.77972 l -3.83533,-1.70816 c -0.2597,1.29092 -1.4101,2.16205 -2.80066,2.26465 l 0,1.56897 -1.16833,0 0,-1.56897 c -1.14105,-0.01318 -2.24463,-0.48026 -3.0885,-1.21854 l 1.40161,-1.41272 c 0.67523,0.63483 1.34967,0.9201 2.27106,0.9201 0.59778,0 1.2594,-0.23334 1.2594,-1.01163 0,-0.27505 -0.1073,-0.46707 -0.27502,-0.61099 l -0.96991,-0.43216 -1.20831,-0.53775 c -0.59778,-0.26608 -1.10364,-0.49091 -1.61115,-0.71741 l -5.19691,-2.31405 z m 7.89801,-5.60992 c -2.30939,0 -4.26111,0.81363 -5.85773,2.4422 -0.43433,0.43811 -0.81238,0.89624 -1.13342,1.37439 l 3.88983,1.7316 c 0.35168,-1.07889 1.37695,-1.73373 2.62103,-1.80655 l 0,-1.56894 1.16833,0 0,1.56894 c 0.80469,0.03918 1.68689,0.25974 2.55713,0.93329 l -1.33691,1.37396 c -0.4939,-0.34955 -1.11633,-0.59607 -1.73969,-0.59607 -0.5058,0 -1.21942,0.15497 -1.21942,0.78979 0,0.0975 0.0324,0.18307 0.0911,0.25845 l 1.30115,0.57947 0.88049,0.39255 c 0.56372,0.25122 1.10107,0.48962 1.63409,0.7272 l 5.21399,2.32132 c 0.172,-0.68295 0.258,-1.4093 0.258,-2.17825 0,-2.32428 -0.81488,-4.29047 -2.44391,-5.90115 -1.61364,-1.62858 -3.57476,-2.4422 -5.88409,-2.4422 z"
+ id="path6365_1_" /></g></g></g><text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="-4.0950513"
+ y="-935.86932"
+ id="text6558"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ x="-4.0950513"
+ y="-935.86932"
+ id="tspan6562">La biblioteca de salúd es distribuida bajo la licencia Creative Commons</tspan><tspan
+ sodipodi:role="line"
+ x="-4.0950513"
+ y="-911.86932"
+ id="tspan6564">Reconocimiento-NoComercial-CompartirIgual 3.0 Unported License</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="-3.8606761"
+ y="-999.1781"
+ id="text6566"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan6568"
+ x="-3.8606761"
+ y="-999.1781">Este programa es software libre y</tspan><tspan
+ sodipodi:role="line"
+ x="-3.8606761"
+ y="-975.1781"
+ id="tspan6570">es distribuido bajo la licencia AGPL v3</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:17.60000038px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="-135.7809"
+ y="-337.65372"
+ id="text6578"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ x="-135.7809"
+ y="-337.65372"
+ id="tspan6596">La huerta y la nutrición, Manual elaborado para la implementación de huertas</tspan><tspan
+ sodipodi:role="line"
+ x="-135.7809"
+ y="-315.65372"
+ id="tspan7452">orgánicas familiares y el adecuado procesamiento y consumo de los alimentos,</tspan><tspan
+ sodipodi:role="line"
+ x="-135.7809"
+ y="-293.65372"
+ id="tspan3121">Fundación Puente al Sur, 2006.</tspan><tspan
+ sodipodi:role="line"
+ x="-135.7809"
+ y="-271.65372"
+ id="tspan6582" /><tspan
+ sodipodi:role="line"
+ x="-135.7809"
+ y="-249.65372"
+ id="tspan6584">Habilidades de la huerta y la nutrición, El Abrojo, 2010.</tspan><tspan
+ sodipodi:role="line"
+ x="-135.7809"
+ y="-227.65372"
+ id="tspan6586" /><tspan
+ sodipodi:role="line"
+ x="-135.7809"
+ y="-205.65372"
+ id="tspan6588">Alimentos en la huerta. Guía para la producción y consumo saludable, </tspan><tspan
+ sodipodi:role="line"
+ x="-135.7809"
+ y="-183.65372"
+ id="tspan3123">INIA - OPS - UdelaR, 2008</tspan><tspan
+ sodipodi:role="line"
+ x="-135.7809"
+ y="-161.65372"
+ id="tspan6592" /><tspan
+ sodipodi:role="line"
+ x="-135.7809"
+ y="-139.65372"
+ id="tspan6594">Guía de alimentación saludable a precios mínimos, Programa Nacional de Nutrición,</tspan><tspan
+ sodipodi:role="line"
+ x="-135.7809"
+ y="-117.65371"
+ id="tspan7372">Ministerio Salud Publica, 2009</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:17.60000038px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="-137.41216"
+ y="-84.163376"
+ id="text7374"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan7376"
+ x="-137.41216"
+ y="-84.163376" /><tspan
+ sodipodi:role="line"
+ x="-137.41216"
+ y="-62.163376"
+ id="tspan7380">http://morguefile.com/</tspan><tspan
+ sodipodi:role="line"
+ x="-137.41216"
+ y="-40.163376"
+ id="tspan7384">http://www.flickr.com/creativecommons/</tspan><tspan
+ sodipodi:role="line"
+ x="-137.41216"
+ y="-18.163374"
+ id="tspan7388">http://www.wpclipart.com/</tspan><tspan
+ sodipodi:role="line"
+ x="-137.41216"
+ y="3.8366261"
+ id="tspan7392">http://www.pdclipart.org/</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="-153.64659"
+ y="-84.037849"
+ id="text7402"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan7404"
+ x="-153.64659"
+ y="-84.037849">Las imágenes usadas son de licencia libre de:</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="-152.95284"
+ y="49.985687"
+ id="text7406"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ x="-152.95284"
+ y="49.985687"
+ id="tspan7410" /><tspan
+ sodipodi:role="line"
+ x="-152.95284"
+ y="73.985687"
+ id="tspan7412">Ramon Soto, Jose ‘Pepe’ Ghelfi, Marianne Sosa, Oscar Irabuena, Gabriel Kaplún,</tspan><tspan
+ sodipodi:role="line"
+ x="-152.95284"
+ y="97.985687"
+ id="tspan7420">Alicia Sosa, Graciela Sosa, Pablo Flores, Gabriel Eirea, Oscar Caffaro, Gustavo Martínez</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans Bold"
+ x="-152.89659"
+ y="45.279747"
+ id="text7416"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan7418"
+ x="-152.89659"
+ y="45.279747">Contribuciones de</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans"
+ x="-151.78096"
+ y="229.02888"
+ id="text7422"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ x="-151.78096"
+ y="229.02888"
+ id="tspan7426" /><tspan
+ sodipodi:role="line"
+ x="-151.78096"
+ y="253.02888"
+ id="tspan7428">Programa Salud Rural del Ministerio y Programa Escuelas Promotores de Salud Pública,</tspan><tspan
+ sodipodi:role="line"
+ x="-151.78096"
+ y="277.0289"
+ id="tspan7430">Intendencia de Salto,</tspan><tspan
+ sodipodi:role="line"
+ x="-151.78096"
+ y="301.0289"
+ id="tspan7444">ANEP regional Salto,</tspan><tspan
+ sodipodi:role="line"
+ x="-151.78096"
+ y="325.0289"
+ id="tspan7442">Fundación Manuel Espínola Gómez</tspan></text>
+
+
+
+
+
+
+
+
+
+<text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Dejavu Sans;-inkscape-font-specification:Dejavu Sans Bold"
+ x="-151.78096"
+ y="224.32301"
+ id="text7434"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan7436"
+ x="-151.78096"
+ y="224.32301">Apoyan</tspan></text>
+
+
+
+
+
+
+
+
+
+<image
+ sodipodi:absref="/home/pmoleri/saludame/Saludame.activity/credits/Logotipo Rayuela.png"
+ xlink:href="Logotipo Rayuela.png"
+ y="-1259.3157"
+ x="561.69476"
+ id="image3292"
+ height="128"
+ width="108.8"
+ transform="scale(1,-1)" /><text
+ xml:space="preserve"
+ style="font-size:19.20000076px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
+ x="-151.81847"
+ y="131.93068"
+ id="text3125"
+ transform="scale(1,-1)"><tspan
+ sodipodi:role="line"
+ id="tspan3127"
+ x="-151.81847"
+ y="131.93068">Todos los maestros y niños de las escuelas en Itapebí, Celeste, Biassini, Paso Potrero,</tspan><tspan
+ sodipodi:role="line"
+ x="-151.81847"
+ y="155.93068"
+ id="tspan3129">Carumbé, Corral de Piedra, Paso de las Piedras, Pepe Núñez y</tspan><tspan
+ sodipodi:role="line"
+ x="-151.81847"
+ y="179.93068"
+ id="tspan3907">Estación Quintana en el departamento Salto.</tspan></text>
+</g></g></svg> \ No newline at end of file
diff --git a/Saludame.activity/events.py b/Saludame.activity/events.py
index 541f461..6c7c53c 100644
--- a/Saludame.activity/events.py
+++ b/Saludame.activity/events.py
@@ -31,7 +31,7 @@ class Event:
self.restrictions = {}
def check_restrictions(self, restrictions):
- for restriction_id, values in self.restrictions:
+ for restriction_id, values in self.restrictions.items():
value = restrictions[restriction_id]
if not value in values:
return False
@@ -58,14 +58,23 @@ class Event:
prob = 0.0
if probability_type == "direct":
- if bar_value > threshold:
+ if bar_value >= threshold:
prob = max_prob * ((bar_value - threshold) / (MAX_BAR_VALUE - threshold))
+
elif probability_type == "indirect":
- if bar_value < threshold:
+ if bar_value <= threshold:
prob = max_prob * ((threshold - bar_value) / threshold)
+
elif probability_type == "constant":
- if bar_value < threshold :
+ if bar_value <= threshold :
prob = float(max_prob)
+
+ elif probability_type == "range":
+ rMin, rMax = threshold
+ pMin, pMax = max_prob
+ if rMin <= bar_value and bar_value <= rMax:
+ prob = pMin + (bar_value-rMin)*(pMax-pMin)/(rMax-rMin)
+
elif probability_type == "triggered" and triggered:
prob = 1.0
@@ -107,19 +116,19 @@ class Event:
class PersonalEvent(Event):
- def __init__(self, picture, kid_animation_path, name, description, impact, appereance_probability, time_span, conditioned_bars, effect, kid_message, level=1, preferred_mood=9, message_time_span=5):
+ def __init__(self, picture, kid_animation_path, name, description, impact, appereance_probability, time_span, conditioned_bars, effect, kid_message, level=1, preferred_mood=9):
Event.__init__(self, picture, name, description, impact, appereance_probability, time_span, conditioned_bars, effect, level, preferred_mood)
self.kid_animation_path = kid_animation_path
# Messages at ballon
self.kid_message = kid_message
- self.message_time_span = message_time_span
+ self.message_time_span = 250
class SocialEvent(Event):
- def __init__(self, picture, person_path, name, description, impact, appereance_probability, time_span, conditioned_bars, message, effect, level=1, preferred_mood=9, message_time_span=5):
+ def __init__(self, picture, person_path, name, description, impact, appereance_probability, time_span, conditioned_bars, message, effect, level=1, preferred_mood=9):
Event.__init__(self, picture, name, description, impact, appereance_probability, time_span, conditioned_bars, effect, level, preferred_mood)
print conditioned_bars
@@ -129,4 +138,4 @@ class SocialEvent(Event):
self.person_path = person_path
self.person_message = message
- self.message_time_span = message_time_span
+ self.message_time_span = 250
diff --git a/Saludame.activity/game.py b/Saludame.activity/game.py
index 6a7a5e5..f890f5a 100644
--- a/Saludame.activity/game.py
+++ b/Saludame.activity/game.py
@@ -39,13 +39,14 @@ def set_library_function(link):
class Main():
- def __init__(self):
+ def __init__(self, target_size=(1200, 780)):
self.windows_controller = None
global main_class
main_class = self
self.gender = "boy"
self.name = ""
self.started = False
+ self.target_size = target_size
def main(self, from_sugar):
self.init(from_sugar)
@@ -62,8 +63,7 @@ class Main():
pygame.init()
if not from_sugar:
- target_size = (1000, 650) #(1200, 800) # In regular computers the native resolution is too high (5/6)
- screen = pygame.display.set_mode(target_size)
+ screen = pygame.display.set_mode(self.target_size)
screen = pygame.display.get_surface()
assert screen, "No screen"
@@ -171,8 +171,13 @@ if __name__ == "__main__":
gender = sys.argv[1]
else:
gender = "boy"
-
- m = Main()
+
+ if len(sys.argv) > 1 and "full" in sys.argv[1:]:
+ m = Main()
+ else:
+ # In regular computers the native resolution is too high (5/6)
+ m = Main((1000, 650))
+
m.gender = gender
m.name = ""
m.main(False)
diff --git a/Saludame.activity/kid_window.py b/Saludame.activity/kid_window.py
index 48eb12b..c80195f 100644
--- a/Saludame.activity/kid_window.py
+++ b/Saludame.activity/kid_window.py
@@ -248,9 +248,9 @@ class MessageBalloon(gui.Window):
def set_text(self, text):
if self.b_type == 'A':
- self.text = gui.TextBlock(self.rect, 135, 40, 1, text, 18, pygame.Color("black"), "normal", False)
+ self.text = gui.TextBlock(self.rect, 135, 40, 1, text, 18, pygame.Color("#0f5e65"), "normal", False)
else:
- self.text = gui.TextBlock(self.rect, 40, 40, 1, text, 18, pygame.Color("black"), "normal", False)
+ self.text = gui.TextBlock(self.rect, 40, 40, 1, text, 20, pygame.Color("#0f5e65"), "normal", False)
self.text.keep_dirty = True
self.add_child(self.text)
diff --git a/Saludame.activity/locale/es/LC_MESSAGES/org.ceibaljam.Saludame.mo b/Saludame.activity/locale/es/LC_MESSAGES/org.ceibaljam.Saludame.mo
index 091a47b..7be51a7 100644
--- a/Saludame.activity/locale/es/LC_MESSAGES/org.ceibaljam.Saludame.mo
+++ b/Saludame.activity/locale/es/LC_MESSAGES/org.ceibaljam.Saludame.mo
Binary files differ
diff --git a/Saludame.activity/menu_creator.py b/Saludame.activity/menu_creator.py
index 9c6c472..fe08628 100644
--- a/Saludame.activity/menu_creator.py
+++ b/Saludame.activity/menu_creator.py
@@ -10,8 +10,8 @@ MA = ["morning", "afternoon"]
NN = ["night", "noon"]
CC = ["bedroom", "livingroom"]
-EP = ["school", "square"]
-ALL_BUT_SQUARE = ["bedroom", "livingroom", "school", "classroom"]
+EP = ["schoolyard", "square"]
+ALL_BUT_SQUARE = ["bedroom", "livingroom", "schoolyard", "classroom"]
items = [
# ("display_name", "action_id", "tooltip", [Children], place_restrictions, time_restrictions),
@@ -151,7 +151,6 @@ items = [
(_("Jump the rope"), "sport_jump", None, None, EP),
(_("Play footbal"), "sport_football", None, None, EP),
]),
- (_("Ir al baño"), "toilet", None, None, ALL_BUT_SQUARE),
(_("Go to sleep"), "sleep", None, None, ["bedroom"]),
]),
@@ -173,6 +172,7 @@ items = [
(_("Bañarse"), "shower", None, None, ALL_BUT_SQUARE),
(_("Cepillarse los dientes"), "brush_teeth", None, None, ALL_BUT_SQUARE),
(_("Lavarse las manos"), "wash_hands", None, None, ALL_BUT_SQUARE),
+ (_("Ir al baño"), "toilet", None, None, ALL_BUT_SQUARE),
]),
(_("Huerta..."), None, None, [
diff --git a/Saludame.activity/po/Saludame.pot b/Saludame.activity/po/Saludame.pot
index 7dfde6d..e1975c4 100755
--- a/Saludame.activity/po/Saludame.pot
+++ b/Saludame.activity/po/Saludame.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-16 23:32-0300\n"
+"POT-Creation-Date: 2011-03-25 20:05-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -36,632 +36,430 @@ msgstr ""
msgid "Hot"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/app_init.py:218
-msgid "Constipation"
+#: /home/pmoleri/saludame/Saludame.activity/app_init.py:370
+msgid "Ayuda en el campo"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/app_init.py:223
-msgid "Diarrhea"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/app_init.py:228
-msgid "Headache"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/app_init.py:233
-msgid "Caries"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/app_init.py:238
-msgid "Stomach ache"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/app_init.py:244
-msgid "Prevenir caries"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/app_init.py:248
-#: /home/pmoleri/saludame/Saludame.activity/app_init.py:252
+#: /home/pmoleri/saludame/Saludame.activity/app_init.py:375
+#: /home/pmoleri/saludame/Saludame.activity/app_init.py:380
msgid "Estudiar"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/app_init.py:256
+#: /home/pmoleri/saludame/Saludame.activity/app_init.py:385
msgid "Control médico"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:12
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:19
msgid "Alimentarse..."
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:14
-msgid "Almuerzo..."
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:22
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:34
+msgid "Platos..."
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:15
-msgid "Comidas completas..."
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:23
+msgid "Pan con queso"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:17
-msgid "Stew"
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:24
+msgid "Pan con manteca"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:18
-msgid "Currasco"
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:25
+msgid "Galletas con dulce"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:20
-msgid "Milanesa"
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:26
+msgid "Torta frita"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:21
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:59
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:94
-msgid "Torta frita"
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:27
+msgid "Refuerzo fiambre"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:22
-msgid "Ensalada"
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:28
+msgid "Bizcochos"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:23
-msgid "Pascualina"
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:29
+msgid "Torta"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:28
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:66
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:30
+msgid "Rosca Chicharrones"
+msgstr ""
+
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:65
msgid "Frutas..."
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:29
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:67
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:66
msgid "Manzana"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:30
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:68
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:67
msgid "Naranja"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:31
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:69
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:68
msgid "Banana"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:32
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:34
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:70
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:72
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:69
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:71
msgid "Ciruelas"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:33
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:71
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:70
msgid "Pelón"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:35
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:73
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:72
msgid "Frutillas"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:36
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:74
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:73
msgid "Durazno"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:37
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:75
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:74
msgid "Mandarina"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:41
-msgid "Desayuno y merienda..."
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:43
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:77
msgid "Bebidas..."
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:44
-msgid "Leche"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:45
-msgid "Leche Chocolatada"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:46
-msgid "Café con leche"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:47
-msgid "Yogur"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:48
-msgid "Jugo Natural"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:49
-msgid "Licuado con Leche"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:50
-msgid "refresco"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:51
-msgid "Mate"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:52
-msgid "Café"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:55
-msgid "Platos..."
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:56
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:91
-msgid "Pan con queso"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:57
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:92
-msgid "Pan con manteca"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:58
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:93
-msgid "Galletas con dulce"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:60
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:95
-msgid "Refuerzo fiambre"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:61
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:96
-msgid "Bizcochos"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:62
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:97
-msgid "Torta"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:63
#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:98
-msgid "Rosca Chicharrones"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:78
msgid "Golosinas y Snacks..."
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:79
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:99
msgid "Papas chips"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:80
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:100
msgid "Ticholos"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:81
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:101
msgid "Rapadura"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:82
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:102
msgid "Caramelo"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:83
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:103
msgid "Galletitas dulces"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:84
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:104
msgid "Alfajor"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:85
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:105
msgid "Chicle"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:86
-msgid "Chupetin"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:87
-msgid "Chocolate"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:90
-msgid "Otros..."
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:104
-msgid "Líquidos..."
-msgstr ""
-
#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:106
-#: /home/pmoleri/saludame/Saludame.activity/status_bars_creator.py:35
-msgid "Agua"
+msgid "Chupetin"
msgstr ""
#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:107
-msgid "Limonada"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:108
-msgid "Jugo de naranja"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:109
-msgid "Jugo de peras"
+msgid "Chocolate"
msgstr ""
#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:110
-msgid "Jugo de zanahorias"
+msgid "Otros..."
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:116
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:124
msgid "Diversión..."
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:117
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:125
msgid "Jugar XO"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:118
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:126
msgid "Escondida"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:120
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:128
msgid "Rayuela"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:121
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:129
msgid "Ver televisión"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:122
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:130
msgid "Leer"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:123
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:131
msgid "Escuchar música"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:124
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:132
msgid "Locuras"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:125
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:133
msgid "Bailar"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:126
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:134
msgid "Cantar"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:129
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:137
msgid "Hacer..."
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:130
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:138
msgid "Talk with a friend"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:131
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:139
msgid "Do homework"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:132
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:140
msgid "Clean up the bedroom"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:133
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:141
+msgid "Tareas domésticas"
+msgstr ""
+
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:142
+msgid "Ayudar en el campo"
+msgstr ""
+
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:143
msgid "Cocinar"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:134
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:144
+msgid "Descanzar"
+msgstr ""
+
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:145
msgid "Cambiar de ropa..."
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:135
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:146
msgid "School"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:136
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:147
msgid "Normal"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:138
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:149
msgid "Deporte..."
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:139
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:150
msgid "Run"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:140
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:151
msgid "Jump the rope"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:141
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:152
msgid "Play footbal"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:145
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:154
+msgid "Ir al baño"
+msgstr ""
+
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:155
+msgid "Go to sleep"
+msgstr ""
+
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:158
msgid "Ir a..."
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:146
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:159
msgid "Schoolyard"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:147
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:160
msgid "Classroom"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:148
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:161
msgid "Square"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:149
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:162
msgid "Home..."
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:150
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:163
msgid "Living room"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:151
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:164
msgid "Bedroom"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:153
-msgid "Ir al baño"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:154
-msgid "Go to sleep"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:155
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:166
msgid "Ir al médico..."
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:156
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:167
msgid "Dentista"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:157
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:168
msgid "Doctor"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:161
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:172
msgid "Higiene..."
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:162
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:173
msgid "Bañarse"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:163
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:174
msgid "Cepillarse los dientes"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:164
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:175
msgid "Lavarse las manos"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:167
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:178
msgid "Huerta..."
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:168
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:179
msgid "Preparar tierra"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:169
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:180
msgid "Sembrar"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:170
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:181
msgid "Mantener"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:171
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:182
msgid "Regar"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:172
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:183
msgid "Fumigar"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:173
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:184
msgid "Limpiar"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:175
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:186
msgid "Cocechar"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges.py:289
+#: /home/pmoleri/saludame/Saludame.activity/challenges.py:290
+#: /home/pmoleri/saludame/Saludame.activity/challenges.py:316
#: /home/pmoleri/saludame/Saludame.activity/customization.py:58
msgid "Continue"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:42
-msgid "Which foods do we need to eat every day?"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:42
-msgid "Some food from each group every day"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:42
-msgid "Some fruits and vegetables only"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:42
-msgid "Some food from all the groups but not fats and sugar"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:43
-msgid "What is the most important meal of the day?"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:43
-msgid "Breakfast"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:43
-msgid "Lunch"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:43
-msgid "Tea"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:43
-msgid "Dinner"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:44
-msgid "How regularly should children exercise?"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:44
-msgid "Once a month"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:44
-msgid "Once a week"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:44
-msgid "Once a day"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:45
-msgid "What percentage of the body is made up of water?"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:54
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:51
msgid ""
"La alimentación adecuada previene muchas enfermedades \n"
"importantes"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:55
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:52
msgid ""
"Si no nos vacunamos con las vacunas obligatorias podemos \n"
"enfermarnos"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:56
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:53
msgid ""
"Cuando estamos ingiriendo alimentos en menor proporción \n"
"a lo que necesitamos, podemos volvernos más \n"
"susceptibles a las infecciones "
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:61
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:58
msgid ""
"Muchos alimentos pueden estar contaminados con agroquímicos, \n"
"y pesticidas porque son frecuentemente usados"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:62
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:59
msgid "Si no voy a comer no necesito lavarme las manos "
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:63
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:60
msgid ""
"Lo primero que hay que hay que hacer cuando vamos a lavarnos \n"
"las manos es ponernos jabón"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:68
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:65
msgid ""
"Cuando aprendemos hábitos saludables estamos cuidando nuestra \n"
"salud"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:69
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:66
msgid ""
"Tomar mucha agua, hacer ejercicio y comer frutas y verduras \n"
"ayuda a mover el intestino sin dificultad"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:70
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:67
msgid "El desayuno no es importante en nuestra alimentación"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:75
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:72
msgid "La actividad física mejora nuestra imagen"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:76
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:73
msgid ""
"La actividad física no nos ayuda prevenir enfermedades \n"
"como el sobrepeso y la obesidad "
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:77
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:74
msgid ""
"Ser sedentarios no tiene importancia y no afecta nuestra \n"
"salud"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:82
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:79
msgid "Hay que hacer los deberes en la escuela"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:83
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:80
msgid "Es bueno ayudar en las tareas domésticas"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:97
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:94
msgid "False"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:97
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:94
msgid "True"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/startup_window.py:51
-msgid "New game"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/startup_window.py:55
-msgid "Load last game"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/startup_window.py:59
-msgid "Load game from journal"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/startup_window.py:79
-msgid "Boy"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/startup_window.py:84
-msgid "Girl"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/startup_window.py:154
-msgid "< Back"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/startup_window.py:161
-msgid "Next >"
-msgstr ""
-
#: /home/pmoleri/saludame/Saludame.activity/panel_window.py:41
msgid "Clima"
msgstr ""
@@ -718,11 +516,6 @@ msgstr ""
msgid "Credits"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/content_window.py:116
-#: /home/pmoleri/saludame/Saludame.activity/guides_window.py:116
-msgid "Library"
-msgstr ""
-
#: /home/pmoleri/saludame/Saludame.activity/status_bars.py:61
msgid "TOTAL"
msgstr ""
@@ -767,6 +560,10 @@ msgstr ""
msgid "Defenses"
msgstr ""
+#: /home/pmoleri/saludame/Saludame.activity/status_bars_creator.py:22
+msgid "Physica"
+msgstr ""
+
#: /home/pmoleri/saludame/Saludame.activity/status_bars_creator.py:24
msgid "Peso"
msgstr ""
@@ -787,6 +584,10 @@ msgstr ""
msgid "Toilet"
msgstr ""
+#: /home/pmoleri/saludame/Saludame.activity/status_bars_creator.py:30
+msgid "Hygiene"
+msgstr ""
+
#: /home/pmoleri/saludame/Saludame.activity/status_bars_creator.py:35
msgid "Cereales y leguminosas"
msgstr ""
@@ -811,6 +612,10 @@ msgstr ""
msgid "Leches y quesos"
msgstr ""
+#: /home/pmoleri/saludame/Saludame.activity/status_bars_creator.py:35
+msgid "Agua"
+msgstr ""
+
#: /home/pmoleri/saludame/Saludame.activity/status_bars_creator.py:36
msgid "Alimentation"
msgstr ""
diff --git a/Saludame.activity/po/es.po b/Saludame.activity/po/es.po
index 44fd8f7..12f3635 100755
--- a/Saludame.activity/po/es.po
+++ b/Saludame.activity/po/es.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-16 23:32-0300\n"
+"POT-Creation-Date: 2011-03-25 20:05-0300\n"
"PO-Revision-Date: 2010-11-07 20:45-0200\n"
"Last-Translator: Pablo Moleri <pmoleri@gmail.com>\n"
"Language-Team: Spanish\n"
@@ -37,632 +37,430 @@ msgstr "Frío"
msgid "Hot"
msgstr "Caluroso"
-#: /home/pmoleri/saludame/Saludame.activity/app_init.py:218
-msgid "Constipation"
-msgstr "Constipación"
-
-#: /home/pmoleri/saludame/Saludame.activity/app_init.py:223
-msgid "Diarrhea"
-msgstr "Diarrea"
-
-#: /home/pmoleri/saludame/Saludame.activity/app_init.py:228
-msgid "Headache"
-msgstr "Dolor de Cabeza"
-
-#: /home/pmoleri/saludame/Saludame.activity/app_init.py:233
-msgid "Caries"
-msgstr "Caries"
-
-#: /home/pmoleri/saludame/Saludame.activity/app_init.py:238
-msgid "Stomach ache"
-msgstr "Dolor de panza"
-
-#: /home/pmoleri/saludame/Saludame.activity/app_init.py:244
-msgid "Prevenir caries"
-msgstr "Prevenir caries"
+#: /home/pmoleri/saludame/Saludame.activity/app_init.py:370
+msgid "Ayuda en el campo"
+msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/app_init.py:248
-#: /home/pmoleri/saludame/Saludame.activity/app_init.py:252
+#: /home/pmoleri/saludame/Saludame.activity/app_init.py:375
+#: /home/pmoleri/saludame/Saludame.activity/app_init.py:380
msgid "Estudiar"
msgstr "Estudiar"
-#: /home/pmoleri/saludame/Saludame.activity/app_init.py:256
+#: /home/pmoleri/saludame/Saludame.activity/app_init.py:385
msgid "Control médico"
msgstr "Control médico"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:12
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:19
msgid "Alimentarse..."
msgstr "Alimentarse..."
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:14
-msgid "Almuerzo..."
-msgstr "Almuerzo..."
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:15
-msgid "Comidas completas..."
-msgstr "Comidas completas..."
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:22
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:34
+msgid "Platos..."
+msgstr "Platos..."
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:17
-msgid "Stew"
-msgstr "Guiso"
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:23
+msgid "Pan con queso"
+msgstr "Pan con queso"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:18
-msgid "Currasco"
-msgstr "Churrasco"
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:24
+msgid "Pan con manteca"
+msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:20
-msgid "Milanesa"
-msgstr "Milanesa"
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:25
+msgid "Galletas con dulce"
+msgstr "Galletas con dulce"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:21
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:59
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:94
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:26
msgid "Torta frita"
msgstr "Torta frita"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:22
-msgid "Ensalada"
-msgstr "Ensalada"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:23
-msgid "Pascualina"
-msgstr "Pascualina"
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:27
+msgid "Refuerzo fiambre"
+msgstr "Refuerzo fiambre"
#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:28
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:66
+msgid "Bizcochos"
+msgstr ""
+
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:29
+msgid "Torta"
+msgstr "Torta"
+
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:30
+msgid "Rosca Chicharrones"
+msgstr ""
+
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:65
msgid "Frutas..."
msgstr "Frutas..."
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:29
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:67
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:66
msgid "Manzana"
msgstr "Manzana"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:30
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:68
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:67
msgid "Naranja"
msgstr "Naranja"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:31
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:69
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:68
msgid "Banana"
msgstr "Banana"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:32
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:34
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:70
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:72
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:69
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:71
msgid "Ciruelas"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:33
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:71
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:70
msgid "Pelón"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:35
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:73
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:72
msgid "Frutillas"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:36
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:74
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:73
msgid "Durazno"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:37
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:75
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:74
msgid "Mandarina"
msgstr "Mandarina"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:41
-msgid "Desayuno y merienda..."
-msgstr "Desayuno y merienda..."
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:43
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:77
msgid "Bebidas..."
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:44
-msgid "Leche"
-msgstr "Leche"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:45
-msgid "Leche Chocolatada"
-msgstr "Leche Chocolatada"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:46
-msgid "Café con leche"
-msgstr "Café con leche"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:47
-msgid "Yogur"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:48
-msgid "Jugo Natural"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:49
-msgid "Licuado con Leche"
-msgstr "Licuado con Leche"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:50
-msgid "refresco"
-msgstr "refresco"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:51
-msgid "Mate"
-msgstr "Mate"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:52
-msgid "Café"
-msgstr "Café"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:55
-msgid "Platos..."
-msgstr "Platos..."
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:56
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:91
-msgid "Pan con queso"
-msgstr "Pan con queso"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:57
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:92
-msgid "Pan con manteca"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:58
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:93
-msgid "Galletas con dulce"
-msgstr "Galletas con dulce"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:60
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:95
-msgid "Refuerzo fiambre"
-msgstr "Refuerzo fiambre"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:61
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:96
-msgid "Bizcochos"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:62
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:97
-msgid "Torta"
-msgstr "Torta"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:63
#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:98
-msgid "Rosca Chicharrones"
-msgstr ""
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:78
msgid "Golosinas y Snacks..."
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:79
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:99
msgid "Papas chips"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:80
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:100
msgid "Ticholos"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:81
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:101
msgid "Rapadura"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:82
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:102
msgid "Caramelo"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:83
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:103
msgid "Galletitas dulces"
msgstr "Galletitas dulces"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:84
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:104
msgid "Alfajor"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:85
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:105
msgid "Chicle"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:86
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:106
msgid "Chupetin"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:87
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:107
msgid "Chocolate"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:90
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:110
msgid "Otros..."
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:104
-msgid "Líquidos..."
-msgstr "Líquidos..."
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:106
-#: /home/pmoleri/saludame/Saludame.activity/status_bars_creator.py:35
-msgid "Agua"
-msgstr "Agua"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:107
-msgid "Limonada"
-msgstr "Limonada"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:108
-msgid "Jugo de naranja"
-msgstr "Jugo de naranja"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:109
-msgid "Jugo de peras"
-msgstr "Jugo de peras"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:110
-msgid "Jugo de zanahorias"
-msgstr "Jugo de zanahorias"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:116
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:124
msgid "Diversión..."
msgstr "Diversión..."
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:117
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:125
msgid "Jugar XO"
msgstr "Jugar XO"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:118
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:126
msgid "Escondida"
msgstr "Escondida"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:120
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:128
msgid "Rayuela"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:121
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:129
msgid "Ver televisión"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:122
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:130
msgid "Leer"
msgstr "Leer"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:123
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:131
msgid "Escuchar música"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:124
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:132
msgid "Locuras"
msgstr "Locuras"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:125
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:133
msgid "Bailar"
msgstr "Bailar"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:126
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:134
msgid "Cantar"
msgstr "Cantar"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:129
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:137
msgid "Hacer..."
msgstr "Hacer..."
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:130
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:138
msgid "Talk with a friend"
msgstr "Hablar con un amigo"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:131
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:139
msgid "Do homework"
msgstr "Hacer deberes"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:132
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:140
msgid "Clean up the bedroom"
msgstr "Limpiar el cuarto"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:133
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:141
+msgid "Tareas domésticas"
+msgstr "Tareas domésticas"
+
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:142
+msgid "Ayudar en el campo"
+msgstr ""
+
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:143
msgid "Cocinar"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:134
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:144
+msgid "Descanzar"
+msgstr "Descanzar"
+
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:145
msgid "Cambiar de ropa..."
msgstr "Cambiar de ropa..."
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:135
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:146
msgid "School"
msgstr "Escuela"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:136
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:147
msgid "Normal"
msgstr "Normal"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:138
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:149
msgid "Deporte..."
msgstr "Deporte..."
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:139
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:150
msgid "Run"
msgstr "Correr"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:140
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:151
msgid "Jump the rope"
msgstr "Saltar la cuerda"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:141
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:152
msgid "Play footbal"
msgstr "Jugar al fútbol"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:145
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:154
+msgid "Ir al baño"
+msgstr "Ir al baño"
+
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:155
+msgid "Go to sleep"
+msgstr "Ir a dormir"
+
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:158
msgid "Ir a..."
msgstr "Ir a..."
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:146
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:159
msgid "Schoolyard"
msgstr "Patio de la escuela"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:147
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:160
msgid "Classroom"
msgstr "Clase"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:148
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:161
msgid "Square"
msgstr "Plaza"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:149
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:162
msgid "Home..."
msgstr "Casa..."
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:150
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:163
msgid "Living room"
msgstr "Living"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:151
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:164
msgid "Bedroom"
msgstr "Habitación"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:153
-msgid "Ir al baño"
-msgstr "Ir al baño"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:154
-msgid "Go to sleep"
-msgstr "Ir a dormir"
-
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:155
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:166
msgid "Ir al médico..."
msgstr "Ir al médico..."
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:156
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:167
msgid "Dentista"
msgstr "Dentista"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:157
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:168
msgid "Doctor"
msgstr "Doctor"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:161
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:172
msgid "Higiene..."
msgstr "Higiene..."
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:162
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:173
msgid "Bañarse"
msgstr "Bañarse"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:163
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:174
msgid "Cepillarse los dientes"
msgstr "Cepillarse los dientes"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:164
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:175
msgid "Lavarse las manos"
msgstr "Lavarse las manos"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:167
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:178
msgid "Huerta..."
msgstr "Huerta..."
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:168
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:179
msgid "Preparar tierra"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:169
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:180
msgid "Sembrar"
msgstr "Sembrar"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:170
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:181
msgid "Mantener"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:171
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:182
msgid "Regar"
msgstr "Regar"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:172
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:183
msgid "Fumigar"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:173
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:184
msgid "Limpiar"
msgstr "Limpiar"
-#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:175
+#: /home/pmoleri/saludame/Saludame.activity/menu_creator.py:186
msgid "Cocechar"
msgstr "Cosechar"
-#: /home/pmoleri/saludame/Saludame.activity/challenges.py:289
+#: /home/pmoleri/saludame/Saludame.activity/challenges.py:290
+#: /home/pmoleri/saludame/Saludame.activity/challenges.py:316
#: /home/pmoleri/saludame/Saludame.activity/customization.py:58
msgid "Continue"
msgstr "Continuar"
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:42
-msgid "Which foods do we need to eat every day?"
-msgstr "¿Qué comidas necesitamos comer todos los días?"
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:42
-msgid "Some food from each group every day"
-msgstr "Algo de cada grupo todos los días"
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:42
-msgid "Some fruits and vegetables only"
-msgstr "Solo frutas y vegetales"
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:42
-msgid "Some food from all the groups but not fats and sugar"
-msgstr "Algo de fruta de todos los grupos pero no grasas y azucar"
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:43
-msgid "What is the most important meal of the day?"
-msgstr "¿Cual es la comida más importante del día?"
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:43
-msgid "Breakfast"
-msgstr "Desayuno"
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:43
-msgid "Lunch"
-msgstr "Almuerzo"
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:43
-msgid "Tea"
-msgstr "Té"
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:43
-msgid "Dinner"
-msgstr "Cena"
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:44
-msgid "How regularly should children exercise?"
-msgstr "¿Cuán a menudo deben ejercitarse los niños?"
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:44
-msgid "Once a month"
-msgstr "Al menos una vez al mes"
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:44
-msgid "Once a week"
-msgstr "Al menos una vez a la semana"
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:44
-msgid "Once a day"
-msgstr "Al menos una vez al día"
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:45
-msgid "What percentage of the body is made up of water?"
-msgstr "¿Qué porcentaje del cuerpo está hecho de agua?"
-
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:54
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:51
msgid ""
"La alimentación adecuada previene muchas enfermedades \n"
"importantes"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:55
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:52
msgid ""
"Si no nos vacunamos con las vacunas obligatorias podemos \n"
"enfermarnos"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:56
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:53
msgid ""
"Cuando estamos ingiriendo alimentos en menor proporción \n"
"a lo que necesitamos, podemos volvernos más \n"
"susceptibles a las infecciones "
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:61
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:58
msgid ""
"Muchos alimentos pueden estar contaminados con agroquímicos, \n"
"y pesticidas porque son frecuentemente usados"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:62
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:59
msgid "Si no voy a comer no necesito lavarme las manos "
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:63
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:60
msgid ""
"Lo primero que hay que hay que hacer cuando vamos a lavarnos \n"
"las manos es ponernos jabón"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:68
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:65
msgid ""
"Cuando aprendemos hábitos saludables estamos cuidando nuestra \n"
"salud"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:69
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:66
msgid ""
"Tomar mucha agua, hacer ejercicio y comer frutas y verduras \n"
"ayuda a mover el intestino sin dificultad"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:70
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:67
msgid "El desayuno no es importante en nuestra alimentación"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:75
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:72
msgid "La actividad física mejora nuestra imagen"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:76
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:73
msgid ""
"La actividad física no nos ayuda prevenir enfermedades \n"
"como el sobrepeso y la obesidad "
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:77
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:74
msgid ""
"Ser sedentarios no tiene importancia y no afecta nuestra \n"
"salud"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:82
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:79
msgid "Hay que hacer los deberes en la escuela"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:83
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:80
msgid "Es bueno ayudar en las tareas domésticas"
msgstr ""
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:97
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:94
msgid "False"
msgstr "Falso"
-#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:97
+#: /home/pmoleri/saludame/Saludame.activity/challenges_creator.py:94
msgid "True"
msgstr "Verdadero"
-#: /home/pmoleri/saludame/Saludame.activity/startup_window.py:51
-msgid "New game"
-msgstr "Nuevo juego"
-
-#: /home/pmoleri/saludame/Saludame.activity/startup_window.py:55
-msgid "Load last game"
-msgstr "Cargar último juego"
-
-#: /home/pmoleri/saludame/Saludame.activity/startup_window.py:59
-msgid "Load game from journal"
-msgstr "Cargar juego del diario"
-
-#: /home/pmoleri/saludame/Saludame.activity/startup_window.py:79
-msgid "Boy"
-msgstr "Niño"
-
-#: /home/pmoleri/saludame/Saludame.activity/startup_window.py:84
-msgid "Girl"
-msgstr "Niña"
-
-#: /home/pmoleri/saludame/Saludame.activity/startup_window.py:154
-msgid "< Back"
-msgstr "< Atrás"
-
-#: /home/pmoleri/saludame/Saludame.activity/startup_window.py:161
-msgid "Next >"
-msgstr "Siguiente >"
-
#: /home/pmoleri/saludame/Saludame.activity/panel_window.py:41
msgid "Clima"
msgstr ""
@@ -719,11 +517,6 @@ msgstr "Guías"
msgid "Credits"
msgstr "Créditos"
-#: /home/pmoleri/saludame/Saludame.activity/content_window.py:116
-#: /home/pmoleri/saludame/Saludame.activity/guides_window.py:116
-msgid "Library"
-msgstr "Biblioteca"
-
#: /home/pmoleri/saludame/Saludame.activity/status_bars.py:61
msgid "TOTAL"
msgstr "TOTAL"
@@ -768,6 +561,10 @@ msgstr "Energía"
msgid "Defenses"
msgstr "Defensas"
+#: /home/pmoleri/saludame/Saludame.activity/status_bars_creator.py:22
+msgid "Physica"
+msgstr ""
+
#: /home/pmoleri/saludame/Saludame.activity/status_bars_creator.py:24
msgid "Peso"
msgstr "Peso"
@@ -788,6 +585,10 @@ msgstr "Cepillarse Dientes"
msgid "Toilet"
msgstr "Ir al Baño"
+#: /home/pmoleri/saludame/Saludame.activity/status_bars_creator.py:30
+msgid "Hygiene"
+msgstr "Higiene"
+
#: /home/pmoleri/saludame/Saludame.activity/status_bars_creator.py:35
msgid "Cereales y leguminosas"
msgstr "Cereales y leguminosas"
@@ -812,6 +613,10 @@ msgstr "Grasas y aceites"
msgid "Leches y quesos"
msgstr "Leches y quesos"
+#: /home/pmoleri/saludame/Saludame.activity/status_bars_creator.py:35
+msgid "Agua"
+msgstr "Agua"
+
#: /home/pmoleri/saludame/Saludame.activity/status_bars_creator.py:36
msgid "Alimentation"
msgstr "Alimentación"
@@ -860,120 +665,3 @@ msgstr "Salir"
#: /home/pmoleri/saludame/Saludame.activity/menu.py:59
msgid "back"
msgstr "Atrás"
-
-#~ msgid "Relaxing"
-#~ msgstr "Relajarse"
-
-#~ msgid "Kiwi"
-#~ msgstr "Kiwi"
-
-#~ msgid "Tostadas con membrillo"
-#~ msgstr "Tostadas con membrillo"
-
-#~ msgid "Queso"
-#~ msgstr "Queso"
-
-#~ msgid "Galletitas saladas"
-#~ msgstr "Galletitas saladas"
-
-#~ msgid "Galletitas con dulce de leche"
-#~ msgstr "Galletitas con dulce de leche"
-
-#~ msgid "Leche con cereales"
-#~ msgstr "Leche con cereales"
-
-#~ msgid "Arar"
-#~ msgstr "Arar"
-
-#~ msgid "Cosechar"
-#~ msgstr "Cosechar"
-
-#~ msgid "Multiple choice"
-#~ msgstr "Múltiple opción"
-
-#~ msgid "True or false"
-#~ msgstr "Verdadero o Falso"
-
-#~ msgid "Master challenge"
-#~ msgstr "Gran desafío"
-
-#~ msgid "Name"
-#~ msgstr "Nombre"
-
-#~ msgid "Tiempo libre..."
-#~ msgstr "Tiempo libre..."
-
-#~ msgid "Country"
-#~ msgstr "Campo"
-
-#~ msgid "Cooking"
-#~ msgstr "Cocina"
-
-#~ msgid "Ducharse"
-#~ msgstr "Ducharse"
-
-#~ msgid "Lavarse Manos"
-#~ msgstr "Lavarse Manos"
-
-#~ msgid "Cepillarse Dientes"
-#~ msgstr "Cepillarse Dientes"
-
-#~ msgid "Ir al Baño"
-#~ msgstr "Ir al Baño"
-
-#~ msgid "Diversión"
-#~ msgstr "Diversión"
-
-#~ msgid "Descanso"
-#~ msgstr "Descanso"
-
-#~ msgid "Deberes"
-#~ msgstr "Deberes"
-
-#~ msgid "Tareas domésticas"
-#~ msgstr "Tareas domésticas"
-
-#~ msgid "Hide and Seek"
-#~ msgstr "Escondidas"
-
-#~ msgid "Kitchen"
-#~ msgstr "Cocina"
-
-#~ msgid "Sunny"
-#~ msgstr "Caluroso"
-
-#~ msgid "Socks"
-#~ msgstr "Medias"
-
-#~ msgid "Dientes"
-#~ msgstr "Dientes"
-
-#~ msgid "Baño"
-#~ msgstr "Baño"
-
-#~ msgid "Accept"
-#~ msgstr "Aceptar"
-
-#~ msgid "Do sports..."
-#~ msgstr "Hacer deportes..."
-
-#~ msgid "Bathroom"
-#~ msgstr "Baño"
-
-#~ msgid "Complete meals"
-#~ msgstr "Comidas completas"
-
-#~ msgid "Challenges module"
-#~ msgstr "Desafíos"
-
-#~ msgid "Resistencia"
-#~ msgstr "Resistencia"
-
-#~ msgid "Nutrition"
-#~ msgstr "Nutrición"
-
-#~ msgid "Carpincho"
-#~ msgstr "Carpincho"
-
-#~ msgid "Tortilla de verdura"
-#~ msgstr "Tortilla de verdura"
diff --git a/Saludame.activity/status_bars.py b/Saludame.activity/status_bars.py
index 25d31dd..c4712a0 100644
--- a/Saludame.activity/status_bars.py
+++ b/Saludame.activity/status_bars.py
@@ -34,7 +34,6 @@ ROOT_BAR_PARTITIONS = {33: pygame.Color("#cb0e12"), 100: pygame.Color("#7ee113")
SUB_BAR_PARTITIONS = {100: pygame.Color("#a742bd")} # Violet until hundred
SCORE_BAR_PARTITIONS = {100: pygame.Color("#51b8ed")} # Skyblue until hundred
-TEXT_COLOR_TUPLE = (255, 255, 255)
TEXT_COLOR = "#0f5e65"
SUB_BAR_TEXT_COLOR = "#ffffff"
@@ -490,10 +489,11 @@ class StatusBar:
self.children_list = children_list # conjunto de barras hijas
self.last_increase = 0.0
+ self.ignore = False # An ingored bar doesn't affect the parent bar
def get_score(self):
return self.value
-
+
def increase(self, increase_rate):
"""
Incrementa el valor de la barra y repercute en los hijos y la barra padre
@@ -516,10 +516,9 @@ class StatusBar:
self.parent.recalculate()
def recalculate(self):
- children = len(self.children_list)
- if children > 0:
- values = sum([child.get_score() for child in self.children_list])
- value = float(values) / children
+ if self.children_list:
+ values = [child.get_score() for child in self.children_list if not child.ignore]
+ value = float(sum(values)) / len(values)
if self.value <> value:
self.value = value
if self.parent:
@@ -532,7 +531,8 @@ class StatusBar:
self.last_increase = increase_rate
if len(self.children_list) > 0:
for child in self.children_list:
- child.increase_from_parent(increase_rate)
+ if not child.ignore:
+ child.increase_from_parent(increase_rate)
self.recalculate()
else:
self.value += increase_rate
@@ -550,10 +550,11 @@ class WeightBar(StatusBar):
def get_score(self):
return self.max - abs(2 * self.value - self.max)
-class FarmBar(StatusBar):
+class IgnoreBar(StatusBar):
def __init__(self, id, label, parent_bar, children_list, max_value, init_value):
StatusBar.__init__(self, id, label, parent_bar, children_list, max_value, init_value)
-
+ self.ignore = True
+
def get_score(self):
- return self.max
+ return None
diff --git a/Saludame.activity/status_bars_creator.py b/Saludame.activity/status_bars_creator.py
index 916c704..495e983 100644
--- a/Saludame.activity/status_bars_creator.py
+++ b/Saludame.activity/status_bars_creator.py
@@ -10,44 +10,45 @@ class BarsLoader:
"""
def __init__(self):
- hard_level = (100, 50)
+ max_points = 100
+ init_points = 50
self.score_bar = status_bars.StatusBar("score_bar", _("Score"), None, [], 100, 0)
- self.overall_bar = status_bars.StatusBar("overall_bar", _("Overall"), None, [], hard_level[0], hard_level[1])
+ self.overall_bar = status_bars.StatusBar("overall_bar", _("Overall"), None, [], max_points, init_points)
#'hard_level' para plasmar que la idea es que los valores por defecto de las barras
#se carguen segun un nivel de dificultad
# physica
physica_children_id = [("energy", _(u"Energía")), ("defenses", _("Defenses"))]
- physica = status_bars.StatusBar("physica", "Physica", self.overall_bar, [], hard_level[0], hard_level[1])
- physica_children_bar = [status_bars.StatusBar(id[0], id[1], physica, [], hard_level[0], hard_level[1]) for id in physica_children_id]
- weight_bar = status_bars.WeightBar("weight", _("Peso"), physica, [], hard_level[0], hard_level[1])
+ physica = status_bars.StatusBar("physica", _("Physica"), self.overall_bar, [], max_points, init_points)
+ physica_children_bar = [status_bars.StatusBar(id[0], id[1], physica, [], max_points, init_points) for id in physica_children_id]
+ weight_bar = status_bars.WeightBar("weight", _("Peso"), physica, [], max_points, init_points)
physica_children_bar.append(weight_bar)
physica.children_list = physica_children_bar
### hygiene
hygiene_children_id = [("shower", _("Shower")), ("w_hands", _("Wash Hands")), ("b_teeth", _("Brush Teeth")), ("toilet", _(u"Toilet"))]
- hygiene = status_bars.StatusBar("hygiene", "Hygiene", self.overall_bar, [], hard_level[0], hard_level[1])
- hygiene_children_bar = [status_bars.StatusBar(id[0], id[1], hygiene, [], hard_level[0], hard_level[1]) for id in hygiene_children_id]
+ hygiene = status_bars.StatusBar("hygiene", _("Hygiene"), self.overall_bar, [], max_points, init_points)
+ hygiene_children_bar = [status_bars.StatusBar(id[0], id[1], hygiene, [], max_points, init_points) for id in hygiene_children_id]
hygiene.children_list = hygiene_children_bar
### nutrition
nutrition_children_id = [("c_leguminosas", _("Cereales y leguminosas")), ("v_frutas", _("Verduras y frutas")), ("c_huevos", _("Carnes y huevos")), ("dulces", _("Dulces")), ("g_aceites", _("Grasas y aceites")), ("l_quesos", _("Leches y quesos")), ("agua", _("Agua"))]
- nutrition = status_bars.StatusBar("nutrition", _("Alimentation"), self.overall_bar, [], hard_level[0], hard_level[1])
- nutrition_children_bar = [status_bars.StatusBar(id[0], id[1], nutrition, [], hard_level[0], hard_level[1]) for id in nutrition_children_id]
+ nutrition = status_bars.StatusBar("nutrition", _("Alimentation"), self.overall_bar, [], max_points, init_points)
+ nutrition_children_bar = [status_bars.StatusBar(id[0], id[1], nutrition, [], max_points, init_points) for id in nutrition_children_id]
nutrition.children_list = nutrition_children_bar
### spare time
fun_children_id = [("sports", _("Sports")), ("fun", _(u"Fun")), ("relaxing", _("Rest"))]
- fun = status_bars.StatusBar("spare_time", _("Tiempo Libre"), self.overall_bar, [], hard_level[0], hard_level[1])
- fun_children_bar = [status_bars.StatusBar(id[0], id[1], fun, [], hard_level[0], hard_level[1]) for id in fun_children_id]
+ fun = status_bars.StatusBar("spare_time", _("Tiempo Libre"), self.overall_bar, [], max_points, init_points)
+ fun_children_bar = [status_bars.StatusBar(id[0], id[1], fun, [], max_points, init_points) for id in fun_children_id]
fun.children_list = fun_children_bar
### responsability
- resp_children_id = [("homework", _(u"Homework")), ("housekeeping", _("Housekeeping")), ("farm", _("Huerta")), ("h_check", _("Health Check"))]
- resp = status_bars.StatusBar("responsability", _("Responsabilidad"), self.overall_bar, [], hard_level[0], hard_level[1])
- resp_children_bar = [status_bars.StatusBar(id[0], id[1], fun, [], hard_level[0], hard_level[1]) for id in resp_children_id]
- farm_bar = status_bars.FarmBar("farm", _("Huerta"), resp, [], hard_level[0], hard_level[1])
+ resp_children_id = [("homework", _(u"Homework")), ("housekeeping", _("Housekeeping")), ("h_check", _("Health Check"))]
+ resp = status_bars.StatusBar("responsability", _("Responsabilidad"), self.overall_bar, [], max_points, init_points)
+ resp_children_bar = [status_bars.StatusBar(id[0], id[1], fun, [], max_points, init_points) for id in resp_children_id]
+ farm_bar = status_bars.IgnoreBar("farm", _("Huerta"), resp, [], max_points, 0)
resp_children_bar.append(farm_bar)
resp.children_list = resp_children_bar