From dc642225b4cabc938dfdb948db7d78970cc82e82 Mon Sep 17 00:00:00 2001 From: AHernandez <424129695@pcpuma.acatlan.unam.mx> Date: Sat, 12 Oct 2024 22:39:00 -0600 Subject: [PATCH] Agregacion de estilos y nuevas vistas --- Computo/computo.css | 125 ++++++- Computo/computo2.css | 196 +++++++++++ Computo/computo2.less | 175 ++++++++++ Computo/index.html | 756 ++++++++++++++++++++++++++-------------- Computo/index2.html | 787 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 1765 insertions(+), 274 deletions(-) create mode 100644 Computo/computo2.css create mode 100644 Computo/computo2.less create mode 100644 Computo/index2.html diff --git a/Computo/computo.css b/Computo/computo.css index 003a55b..a3857a0 100644 --- a/Computo/computo.css +++ b/Computo/computo.css @@ -1,6 +1,6 @@ #computo { width: 100%; - height: 100%; + height: 93vh; background: url("../Computo/cedetec_01.png") top center; background-size: cover; position: relative; @@ -8,7 +8,7 @@ #computo:before { content: ""; - background: rgba(43, 43, 43, 0); + background: rgba(0,0,0,0.527); position: absolute; bottom: 0; top: 0; @@ -121,8 +121,6 @@ background: rgba(255, 255, 255, 0.08); border-radius: 5px; height: 100%; - backdrop-filter: blur(3px); - -webkit-backdrop-filter: blur(3px); box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); position: relative; } @@ -134,8 +132,8 @@ position: absolute; top: 10px; left: 10px; - border-left: 2px solid #1e3c70; - border-top: 2px solid #1e3c70; + border-left: 6px solid #1e3c70; + border-top: 6px solid #1e3c70; border-radius: 3px; } @@ -147,8 +145,8 @@ position: absolute; bottom: 10px; right: 10px; - border-right: 2px solid #1e3c70; - border-bottom: 2px solid #1e3c70; + border-right: 6px solid #1e3c70; + border-bottom: 6px solid #1e3c70; border-radius: 3px; } #computo .transparent-cart2{ @@ -174,13 +172,17 @@ color: #bb8800; } +#Center div .contenido-centrado { + text-align: center; + } + #Centro ul li a { color: #bb8800; } #computo .cta-btn:hover { - background: #1e3c70; - border-color: #1e3c70; + background: #fff; + border-color: #fff; color: #fff; } @@ -305,3 +307,106 @@ .tab-content .active{ display: block; } + + + #Center .div-flex .active { + color: #bb8800; + } + + #Center .nav-tabs .active { + color: #1e3c70; + background-color: #ffff; + } + #Center .b-ground { + background: url("../../../assets/img/bg/solid.png"); + padding: 0; + margin: 0; + } + #Center table thead { + color: #ffff; + font-size: medium; + } + #Center p { + color: #000; + } + @media (max-width: 992px) { + #Center .div-flex { + display: block; + } + #Center .div-flex .active { + border-bottom: 2px solid #bb8800; + } + } + @media (min-width: 993px) { + #Center .div-flex { + display: flex; + } + .div-flex .line { + border-bottom: 2px solid #bb8800; + } + #Center .div-flex .boxx nav .nav-item { + margin-top: 10px; + } + } + @media (max-width: 992px) { + #Center .normal .nav-link { + border: 0; + padding: 10px; + } + } + #Center .boxx { + height: 8vh; + margin-right: 10px; + text-align: center; + align-items: center; + } + #Center .color { + color: #bb8800; + } + #Center .contenido-centrado-negro { + text-align: center; + color: #000; + border-bottom: 2px solid #bb8800; + margin: 35px 0px; + border-top: 2px solid #bb8800; + padding: 10px 0px; + } + #Center .row { + margin: 1rem; + padding: 1rem; + border-bottom: #b3b1b1 solid 2px; + } + #Center .accordion-body a i { + color: #000; + } + #Center .accordion-body a { + color: #bb8800; + } + #Center div .line-accor { + border-bottom: 2px solid #bb8800; + } + #Center .accordion-header .collapsed { + background-color: #ffffff; + color: #000000; + } + #Center .accordion-header button { + background-color: #bb8800; + color: #ffffff; + } + #Center .div-flex .active { + box-shadow: 2px 2px 2px 2px #b3b1b1; + border-color: #b3b1b1; + } + #Center .accordion-button:focus { + box-shadow: 2px 2px 2px 2px #b3b1b1; + border-color: #b3b1b1; + } + + #Center .icon-box { + /*padding: ;*/ + transition: ease-in-out 0.3s; + border: 1px solid rgba(255, 255, 255, 0.3); + text-align: center; + height: 250px; +} + diff --git a/Computo/computo2.css b/Computo/computo2.css new file mode 100644 index 0000000..ffb463e --- /dev/null +++ b/Computo/computo2.css @@ -0,0 +1,196 @@ +#hero { + width: 100%; + height: 93vh; + background: url("../Computo/cedetec_01.png") top center; + background-size: cover; + position: relative; + } + #Center div .contenido-centrado { + text-align: center; + } + #hero .transparent-cart { + padding: 1.7rem; + background: rgba(255, 255, 255, 0.08); + border-radius: 5px; + height: 100%; + box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); + position: relative; + } + #hero .transparent-cart ::after { + content: ""; + width: 60px; + height: 60px; + position: absolute; + bottom: 10px; + right: 10px; + border-right: 6px solid #1e3c70; + border-bottom: 6px solid #1e3c70; + border-radius: 3px; + } + #hero .transparent-cart ::before { + content: ""; + width: 60px; + height: 60px; + position: absolute; + top: 10px; + left: 10px; + border-left: 6px solid #1e3c70; + border-top: 6px solid #1e3c70; + border-radius: 3px; + } + +#hero .transparent-cart2{ + padding: 1.7rem; + background: rgba(14, 26, 80, 0.479); + border-radius: 5px; + height: 100%; + backdrop-filter: blur(3px); + -webkit-backdrop-filter: blur(3px); + box-shadow: 0 4px 30px rgba(7, 26, 194, 0.418); + position: relative; +} + + #hero .carousel h3 { + color:#bb8800; + font-size: xx-large; + font-weight: bold; + } + #hero .carousel h4 { + color: #bb8800; + font-size: xx-large; + font-weight: bold; + } + #hero .carousel p { + color: white + } + #Center ul li a { + color: #1e3c70; + } + #Center .div-flex .active { + color: #bb8800; + } + #Center .nav-tabs .active { + color: #1e3c70; + background-color: #ffff; + } + #Center .b-ground { + background: url("../../../assets/img/bg/solid.png"); + padding: 0; + margin: 0; + } + #Center table thead { + color: #ffff; + font-size: medium; + } + #Center p { + color: #000; + } + @media (max-width: 992px) { + #Center .div-flex { + display: block; + } + #Center .div-flex .active { + border-bottom: 2px solid #bb8800; + } + } + @media (min-width: 993px) { + #Center .div-flex { + display: flex; + } + .div-flex .line { + border-bottom: 2px solid #bb8800; + } + #Center .div-flex .boxx nav .nav-item { + margin-top: 10px; + } + } + @media (max-width: 992px) { + #Center .normal .nav-link { + border: 0; + padding: 10px; + } + } + #Center .boxx { + height: 8vh; + margin-right: 10px; + text-align: center; + align-items: center; + } + #Center .color { + color: #bb8800; + } + #Center .contenido-centrado-negro { + text-align: center; + color: #000; + border-bottom: 2px solid #bb8800; + margin: 35px 0px; + border-top: 2px solid #bb8800; + padding: 10px 0px; + } + #Center .row { + margin: 1rem; + padding: 1rem; + border-bottom: #b3b1b1 solid 2px; + } + #Center .accordion-body a i { + color: #000; + } + #Center .accordion-body a { + color: #bb8800; + } + #Center div .line-accor { + border-bottom: 2px solid #bb8800; + } + #Center .accordion-header .collapsed { + background-color: #ffffff; + color: #000000; + } + #Center .accordion-header button { + background-color: #bb8800; + color: #ffffff; + } + #Center .div-flex .active { + box-shadow: 2px 2px 2px 2px #b3b1b1; + border-color: #b3b1b1; + } + #Center .accordion-button:focus { + box-shadow: 2px 2px 2px 2px #b3b1b1; + border-color: #b3b1b1; + } + + #Center .icon-box { + /*padding: ;*/ + transition: ease-in-out 0.3s; + border: 1px solid rgba(255, 255, 255, 0.3); + text-align: center; + height: 250px; +} + +#hero .icon-box i { + font-size: 32px; + line-height: 1; + color: #ffc451; +} + +#hero .icon-box h3 { + font-weight: 700; + margin-top: auto; + padding: 0; + line-height: 1; + font-size: 20px; + line-height: 26px; + background-color: rgba(187, 136, 0, 0.8); +} + +#hero .icon-box h3 a { + color: #fff; + transition: ease-in-out 0.3s; +} + +#hero .icon-box h3 a:hover { + color: #1e3c70; +} + +#hero .icon-box:hover { + border-color: #1e3c70; +} \ No newline at end of file diff --git a/Computo/computo2.less b/Computo/computo2.less new file mode 100644 index 0000000..ebefbbc --- /dev/null +++ b/Computo/computo2.less @@ -0,0 +1,175 @@ +#computo { + width: 100%; + height: 93vh; + background: linear-gradient(rgba(255, 217, 0, 0.1), rgba(255, 247, 0, 0.096)), + url("../css/img/cedetec.jpeg") top center; + background-size: cover; + position: relative; + } + + #Center div .contenido-centrado { + text-align: center; + } + + #computo .transparent-cart { + padding: 1.7rem; + background: rgba(112, 112, 112, 0.027); + border-radius: 5px; + height: 100%; + box-shadow: 0 4px 30px rgba(0, 0, 0, 0.082); + position: relative; + } + + #computo .transparent-cart ::after { + content: ""; + width: 40px; + height: 40px; + position: absolute; + bottom: 10px; + right: 10px; + border-right: 6px solid #bb8800; + border-bottom: 6px solid #bb8800; + border-radius: 3px; + } + + #computo .transparent-cart ::before { + content: ""; + width: 40px; + height: 40px; + position: absolute; + top: 10px; + left: 10px; + border-left: 6px solid #bb8800; + border-top: 6px solid #bb8800; + border-radius: 3px; + } + + #computo .carousel h3 { + color: #1e3c70; + font-size: xx-large; + font-weight: bold; + } + + #computo .carousel h4 { + color: #1e3c70; + font-size: xx-large; + font-weight: bold; + } + + #computo .carousel p { + color: black; + } + + #Center ul li a { + color: #1e3c70; + } + + #Center .div-flex .active { + color: #bb8800; + } + + #Center .nav-tabs .active { + color: #1e3c70; + background-color: #ffff; + } + + #Center .b-ground { + background: url("../../../assets/img/bg/solid.png"); + padding: 0; + margin: 0; + } + + #Center table thead { + color: #ffff; + font-size: medium; + } + + #Center p { + color: #000; + } + + @media (max-width: 992px) { + #Center .div-flex { + display: block; + } + + #Center .div-flex .active { + border-bottom: 2px solid #bb8800; + } + } + + @media (min-width: 993px) { + #Center .div-flex { + display: flex; + } + .div-flex .line { + border-bottom: 2px solid #bb8800; + } + #Center .div-flex .boxx nav .nav-item{ + margin-top: 10px; + } + } + + @media (max-width: 992px) { + #Center .normal .nav-link { + border: 0; + padding: 10px; + } + } + + #Center .boxx { + height: 8vh; + margin-right: 10px; + text-align: center; + align-items: center; + } + + #Center .color { + color: #bb8800; + } + + #Center .contenido-centrado-negro { + text-align: center; + color: #000; + border-bottom: 2px solid #bb8800; + margin: 35px 0px; + border-top: 2px solid #bb8800; + padding: 10px 0px; + } + + #Center .row { + margin: 1rem; + padding: 1rem; + border-bottom: #b3b1b1 solid 2px; + } + + #Center .accordion-body a i { + color: #000; + } + #Center .accordion-body a { + color:#bb8800; + } + + #Center div .line-accor { + border-bottom: 2px solid #bb8800; + } + + #Center .accordion-header .collapsed { + background-color: #ffffff; + color:#000000; + } + + #Center .accordion-header button { + background-color: #bb8800; + color:#ffffff; + } + + #Center .div-flex .active { + box-shadow: 2px 2px 2px 2px #b3b1b1; + border-color: #b3b1b1; + } + + #Center .accordion-button:focus { + box-shadow:2px 2px 2px 2px #b3b1b1; + border-color: #b3b1b1; + } \ No newline at end of file diff --git a/Computo/index.html b/Computo/index.html index 9019119..f5d0e14 100644 --- a/Computo/index.html +++ b/Computo/index.html @@ -224,279 +224,371 @@ -
-
+
-
+
- - -
-
-
- -

- LUNES A VIERNES: Del 30 de septiembre al 12 de octubre 2024
- 2 hrs diarias -

- - - - - - - - - - - +

+ + Cursos +

+ +
+ + + +
+
+
+

+ LUNES A VIERNES: Del 30 de septiembre al 12 de octubre + 2024
+ 2 hrs diarias +

+
+
- CURSO Y HORARIO - - APORTACIÓN -
Intro. a la computación para 3era edad
- 20 hrs.
- 09 a 11 hrs (Presencial)
UNAM: $ 1,720.00
- EXUNAM: $ 2,295.00
- EXTERNO: $ 2,870.00
+ + + + + - - - - - - - - - - + - - - - - - - - - - + + - - - - - - + + - - - - - - + + - - + + - -
CURSO Y HORARIOAPORTACIÓN
Word básico
- 20 hrs.
- 09 a 11 hrs (Presencial)
UNAM: $ 1,720.00
- EXUNAM: $ 2,295.00
- EXTERNO: $ 2,870.00
Excel básico
- 25 hrs.
- 09 a 11 hrs (Presencial)
- 19 a 21 hrs (en línea)
UNAM: $ 2,150.00
- EXUNAM: $ 2,870.00
- EXTERNO: $ 3,587.00 -
Excel avanzado
- 25 hrs.
- 09 a 11 hrs (Presencial)
- 19 a 21 hrs (en línea)
UNAM: $ 2,150.00
- EXUNAM: $ 2,870.00
- EXTERNO: $ 3,587.00 +
+ Intro. a la computación para 3era edad
20 hrs. +
+ 09 a 11 hrs (Presencial) +
+ UNAM: $ 1,720.00
EXUNAM: $ 2,295.00 +
EXTERNO: $ 2,870.00
Power Query y Power Pivot en Excel
- 20 hrs.
- 19 a 21 hrs. (Presencial)
UNAM: $ 1,720.00
- EXUNAM: $ 2,295.00
- EXTERNO: $ 2,870.00 -
Base de datos con SQL server básico
- 20 hrs.
- 10 a 12 hrs (en línea)
UNAM: $ 1,720.00
- EXUNAM: $ 2,295.00
- EXTERNO: $ 2,870.00
Python básico – intermedio
- 20 hrs.
- 19 a 21 hrs (en línea) -
UNAM: $ 1,720.00
- EXUNAM: $ 2,295.00
- EXTERNO: $ 2,870.00
+ Word básico
20 hrs.
+ 09 a 11 hrs (Presencial) +
+ UNAM: $ 1,720.00
EXUNAM: $ 2,295.00 +
EXTERNO: $ 2,870.00 +
Ciberdelitos ¡Para todos!
- 10 hrs.
- 17 a 19 hrs (en línea)
UNAM: $ 860.00
- EXUNAM: $ 1,147.50
- EXTERNO: $ 1,435.00
Introducción a la programación
- 20 hrs.
- 19 a 21 hrs (en línea)
UNAM: $ 1,720.00
- EXUNAM: $ 2,295.00
- EXTERNO: $ 2,870.00
+ Excel básico
25 hrs.
+ 09 a 11 hrs (Presencial)
+ 19 a 21 hrs (en línea) +
+ UNAM: $ 2,150.00
EXUNAM: $ 2,870.00 +
EXTERNO: $ 3,587.00 +
Análisis de datos con Python
- 20 hrs.
- 19 a 21 hrs (en línea)
UNAM: $ 1,720.00
- EXUNAM: $ 2,295.00
- EXTERNO: $ 2,870.00
Manejo de R en Python
- 20 hrs.
- 19 a 21 hrs (en línea)
UNAM: $ 1,720.00
- EXUNAM: $ 2,295.00
- EXTERNO: $ 2,870.00
+ Excel avanzado
25 hrs.
+ 09 a 11 hrs (Presencial)
+ 19 a 21 hrs (en línea) +
+ UNAM: $ 2,150.00
EXUNAM: $ 2,870.00 +
EXTERNO: $ 3,587.00 +
Niñas, niños y adolescentes en Ciberriesgo
- 10 hrs.
- 19 a 21 hrs (10 hrs en línea)
UNAM: $ 860.00
- EXUNAM: $ 1,147.50
- EXTERNO: $ 1,435.00
+ Power Query y Power Pivot en Excel
20 hrs. +
+ 19 a 21 hrs. (Presencial) +
+ UNAM: $ 1,720.00
EXUNAM: $ 2,295.00 +
EXTERNO: $ 2,870.00 +
-
-
-
- -

- SABATINOS: Del 05 al 26 de octubre 2024
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Base de datos con SQL server básico
20 hrs. +
+ 10 a 12 hrs (en línea) +
+ UNAM: $ 1,720.00
EXUNAM: $ 2,295.00 +
EXTERNO: $ 2,870.00 +
+ Python básico – intermedio
20 hrs.
+ 19 a 21 hrs (en línea) +
+ UNAM: $ 1,720.00
EXUNAM: $ 2,295.00 +
EXTERNO: $ 2,870.00 +
+ Ciberdelitos ¡Para todos!
10 hrs.
+ 17 a 19 hrs (en línea) +
+ UNAM: $ 860.00
EXUNAM: $ 1,147.50
EXTERNO: + $ 1,435.00 +
+ Introducción a la programación
20 hrs. +
+ 19 a 21 hrs (en línea) +
+ UNAM: $ 1,720.00
+ EXUNAM: $ 2,295.00
EXTERNO: $ 2,870.00 +
+ Análisis de datos con Python
20 hrs.
+ 19 a 21 hrs (en línea) +
+ UNAM: $ 1,720.00
EXUNAM: $ 2,295.00 +
EXTERNO: $ 2,870.00 +
+ Manejo de R en Python
20 hrs.
19 a 21 hrs + (en línea) +
+ UNAM: $ 1,720.00
EXUNAM: $ 2,295.00 +
EXTERNO: $ 2,870.00 +
+ Niñas, niños y adolescentes en Ciberriesgo
+ 10 hrs. +
+ 19 a 21 hrs (10 hrs en línea) +
+ UNAM: $ 860.00
EXUNAM: $ 1,147.50
EXTERNO: + $ 1,435.00 +
+
+
+
+

+ SABATINOS: Del 19 de octubre al 16 de noviembre 2024 +
5 hrs por sesión

- - - - CURSO Y HORARIO - - - APORTACIÓN - - +
+ + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - + + - - - - - - - - - - - + + + - - - - -
CURSO Y HORARIOAPORTACIÓN
Intro. a la computación para 3era edad
- 20 hrs.
- 09 a 11 hrs (Presencial)
UNAM: $ 1,720.00
- EXUNAM: $ 2,295.00
- EXTERNO: $ 2,870.00
Word básico
- 20 hrs.
- 09 a 11 hrs (Presencial)
UNAM: $ 1,720.00
- EXUNAM: $ 2,295.00
- EXTERNO: $ 2,870.00
Excel básico
- 25 hrs.
- 09 a 11 hrs (Presencial)
- 19 a 21 hrs (en línea)
UNAM: $ 2,150.00
- EXUNAM: $ 2,870.00
- EXTERNO: $ 3,587.00 -
Excel avanzado
- 25 hrs.
- 09 a 11 hrs (Presencial)
- 19 a 21 hrs (en línea)
UNAM: $ 2,150.00
- EXUNAM: $ 2,870.00
- EXTERNO: $ 3,587.00 +
+ AutoCAD
+ 20 hrs.
+ 09 a 14 hrs (en línea)
Power Query y Power Pivot en Excel
- 20 hrs.
- 19 a 21 hrs. (Presencial)
UNAM: $ 1,720.00
- EXUNAM: $ 2,295.00
+
+ UNAM: $ 1,720.00
+ EXUNAM: $ 2,295.00
EXTERNO: $ 2,870.00
Base de datos con SQL server básico
- 20 hrs.
- 10 a 12 hrs (en línea)
UNAM: $ 1,720.00
- EXUNAM: $ 2,295.00
- EXTERNO: $ 2,870.00
Python básico – intermedio
- 20 hrs.
- 19 a 21 hrs (en línea) -
UNAM: $ 1,720.00
- EXUNAM: $ 2,295.00
- EXTERNO: $ 2,870.00
+ Excel básico
+ 25 hrs.
09 a 14 hrs (Presencial o en línea) +
+ UNAM: $ 2,150.00
EXUNAM: $ 2,870.00
+ EXTERNO: $ 3,587.00 +
Ciberdelitos ¡Para todos!
- 10 hrs.
- 17 a 19 hrs (en línea)
UNAM: $ 860.00
- EXUNAM: $ 1,147.50
- EXTERNO: $ 1,435.00
+ Excel avanzado
25 hrs.
09 a 14 hrs + (Presencial o en línea) +
+ UNAM: $ 2,150.00
EXUNAM: $ 2,870.00 +
EXTERNO: $ 3,587.00 +
Introducción a la programación
- 20 hrs.
- 19 a 21 hrs (en línea)
UNAM: $ 1,720.00
- EXUNAM: $ 2,295.00
- EXTERNO: $ 2,870.00
Análisis de datos con Python
- 20 hrs.
- 19 a 21 hrs (en línea)
UNAM: $ 1,720.00
- EXUNAM: $ 2,295.00
- EXTERNO: $ 2,870.00
Manejo de R en Python
- 20 hrs.
- 19 a 21 hrs (en línea)
UNAM: $ 1,720.00
- EXUNAM: $ 2,295.00
- EXTERNO: $ 2,870.00
+ Power Query y Power Pivot en Excel
20 hrs. +
09 a 14 hrs (Presencial o en línea) +
+ UNAM: $ 1,720.00
EXUNAM: $ 2,295.00 +
EXTERNO: $ 2,870.00 +
Niñas, niños y adolescentes en Ciberriesgo
- 10 hrs.
- 19 a 21 hrs (10 hrs en línea)
UNAM: $ 860.00
- EXUNAM: $ 1,147.50
- EXTERNO: $ 1,435.00
-
-
+ + Base de datos con SQL server básico
+ 20 hrs.
09 a 14 hrs (en línea) + + + UNAM: $ 1,720.00
EXUNAM: $ 2,295.00 +
EXTERNO: $ 2,870.00 + + + + + Base de datos con SQL server avanzado
20 hrs.
+ 09 a 14 hrs (en línea) + + + UNAM: $ 1,720.00
EXUNAM: $ 2,295.00 +
EXTERNO: $ 2,870.00 + + + + + Programación de Macros con Excel
20 hrs.
+ 09 a 14 hrs (en línea) + + + UNAM: $ 1,720.00
EXUNAM: $ 2,295.00 +
EXTERNO: $ 2,870.00 + + + + + Seguridad de la información
20 hrs.
+ 09 a 14 hrs (Presencial) + + + UNAM: $ 1,720.00
EXUNAM: $ 2,295.00 +
EXTERNO: $ 2,870.00 + + + + + Introducción a la Ciberseguridad
10 hrs. +
09 a 14 hrs (en línea) + + + UNAM: $ 860.00
EXUNAM: $ 1,147.50
EXTERNO: + $ 1,435.00 + + + + + Ataques y defensas en Aplicaciones Web
20 hrs. +
09 a 14 hrs (Presencial) + + + UNAM: $ 1,720.00
EXUNAM: $ 2,295.00 +
EXTERNO: $ 2,870.00 + + + + + Introducción a la programación
20 hrs.
+ 09 a 14 hrs (en línea) + + + UNAM: $ 1,720.00
+ EXUNAM: $ 2,295.00
EXTERNO: $ 2,870.00 + + + + + Python básico – intermedio
20 hrs.
09 a 14 + hrs (en línea) + + + UNAM: $ 1,720.00
EXUNAM: $ 2,295.00 +
EXTERNO: $ 2,870.00 + + + + + Análisis de datos con Python
+ 20 hrs.
09 a 14 hrs (en línea) + + + UNAM: $ 1,720.00
EXUNAM: $ 2,295.00 +
EXTERNO: $ 2,870.00 + + + + + Programación interactiva para videojuegos con JOGL
+ 20 hrs.
09 a 14 hrs (en línea) + + + UNAM: $ 1,720.00
EXUNAM: $ 2,295.00 +
EXTERNO: $ 2,870.00 + + + + +
@@ -511,37 +603,173 @@ role="tabpanel" aria-labelledby="temario-tab" > -

Contenido de Temario

-
+
+

+ + Temario +

+
+
+

+ +

+ +
+
+

+ +

+ +
+
+

+ +

+
+
Temario
+
+
+
+
+
+ + +
+
-
-

Contenido de registro

+

+ + Registro +

+
- +
-

Contenido de avisos

+
+ +

+ + Informes +

+
+

+ Importante +

+

Para aplicar la aportación UNAM o EXALUMNO UNAM

+

Únicamente se recibirán los siguientes documentos:

+ +

INAPAM: Credencial INAPAM

+

+ UNAM: Tira de materias del semestre vigente y + credencial UNAM o INE +

+

+ EXALUMNO-UNAM: Credencial EXALUMNO UNAM, para + tramitarla consulte: https://www.pveu.unam.mx/credencial.php +

+

tel.: 55-5622-6186 o 55-5622-6057

+
+
+

FES Acatlán

+ Centro de Desarrollo Tecnológico +

+ Av. Alcanfores y San Juan Totoltepec s/n Naucalpan, Edo. de + México
+ e-mail: cursos@acatlan.unam.mx
+ Tels: 5623 1761 y 5623 1509 +

+
- - - - - -
+
+
+ + + + + +