2026-08-13 17:51:46 -06:00
|
|
|
<!doctype html>
|
2026-06-04 12:20:40 -06:00
|
|
|
<html>
|
2026-08-13 17:51:46 -06:00
|
|
|
<head>
|
|
|
|
|
<style>
|
|
|
|
|
.sec0 {
|
|
|
|
|
background-image: url(img/fondos/bg3.jpg);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center;
|
|
|
|
|
}
|
|
|
|
|
.sec0 .card {
|
|
|
|
|
border: none;
|
|
|
|
|
border-radius: 25px;
|
|
|
|
|
background: #ff002d;
|
|
|
|
|
background: #ff002d;
|
|
|
|
|
background: #ff002d;
|
|
|
|
|
background: linear-gradient(to right, #ff002d 0%, #d90026 100%);
|
|
|
|
|
}
|
|
|
|
|
.cuadro_navegacion {
|
|
|
|
|
background-color: #00263a !important;
|
|
|
|
|
border-radius: 25px;
|
|
|
|
|
}
|
|
|
|
|
.cuadro_navegacion .card-header {
|
|
|
|
|
border: 1px solid #657380;
|
|
|
|
|
}
|
|
|
|
|
.main-txt {
|
|
|
|
|
margin-left: -140px;
|
|
|
|
|
}
|
|
|
|
|
.anim {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2026-06-04 12:20:40 -06:00
|
|
|
<div class="section_charge bg w-100 h-100">
|
2026-08-13 17:51:46 -06:00
|
|
|
<div class="d-none"></div>
|
|
|
|
|
<section id="sec0" class="sec0 w-100 h-100">
|
|
|
|
|
<div class="container h-100">
|
|
|
|
|
<div class="row justify-content-center align-items-center h-100">
|
|
|
|
|
<div class="col-4 align-self-end">
|
|
|
|
|
<div class="personaje_m_0"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-7">
|
|
|
|
|
<div class="card shadow p-3 anim anim1 text-white">
|
|
|
|
|
<p class="text-center">
|
|
|
|
|
Los
|
|
|
|
|
<b>temas</b>
|
|
|
|
|
que revisaremos a lo largo del curso son los siguientes:
|
|
|
|
|
</p>
|
|
|
|
|
<ul class="text-left">
|
|
|
|
|
<li>Aspectos generales</li>
|
|
|
|
|
<li>Conceptos previstos en las nuevas disposiciones</li>
|
|
|
|
|
<li>Aspectos centrales en las nuevas Disposiciones de PLD/FT</li>
|
|
|
|
|
<li>Operaciones Inusuales, Relevantes e Internas Preocupantes</li>
|
|
|
|
|
<li>Estructuras internas</li>
|
|
|
|
|
<li>Reservas de confidencialidad</li>
|
|
|
|
|
<li>Otras obligaciones</li>
|
|
|
|
|
<li>Intercambio de información</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
2026-06-04 12:20:40 -06:00
|
|
|
</div>
|
2026-08-13 17:51:46 -06:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
2026-06-04 12:20:40 -06:00
|
|
|
</div>
|
2026-08-13 17:51:46 -06:00
|
|
|
</body>
|
2026-06-04 12:20:40 -06:00
|
|
|
</html>
|
|
|
|
|
<script>
|
2026-08-13 17:51:46 -06:00
|
|
|
jQuery(document).ready(function ($) {
|
2026-06-04 12:20:40 -06:00
|
|
|
instruccion(0);
|
2026-08-13 17:51:46 -06:00
|
|
|
var Audio_3 = newSound('audio/Audio_3_Marcos.mp3');
|
|
|
|
|
Audio_3.on('end', function () {
|
|
|
|
|
fn_end();
|
|
|
|
|
$('.personaje_m_0').removeClass('play');
|
2026-06-04 12:20:40 -06:00
|
|
|
});
|
|
|
|
|
|
2026-08-13 17:51:46 -06:00
|
|
|
$('.layer-load').show();
|
2026-06-04 12:20:40 -06:00
|
|
|
$('.section_charge').waitForImages({
|
2026-08-13 17:51:46 -06:00
|
|
|
finished: function () {
|
|
|
|
|
$('.section_charge').css('visibility', 'visible');
|
|
|
|
|
$('.wloader').hide();
|
|
|
|
|
fn_animate();
|
|
|
|
|
},
|
|
|
|
|
each: function (loaded, count, success) {
|
|
|
|
|
var total = Math.floor((loaded * 100) / count);
|
|
|
|
|
$('.wloader').show();
|
|
|
|
|
},
|
|
|
|
|
waitForAll: true
|
2026-06-04 12:20:40 -06:00
|
|
|
});
|
|
|
|
|
|
2026-08-13 17:51:46 -06:00
|
|
|
function fn_animate() {
|
|
|
|
|
var tl = new TimelineMax();
|
|
|
|
|
tl.fromTo('.anim2', 1, { opacity: 0, x: -150 }, { opacity: 1, x: 0, ease: Expo.easeInOut });
|
|
|
|
|
tl.fromTo('.anim1', 0.7, { opacity: 0, y: -250 }, { opacity: 1, y: 0, ease: Expo.easeInOut });
|
|
|
|
|
tl.call(fn_firstAudio);
|
2026-06-04 12:20:40 -06:00
|
|
|
}
|
|
|
|
|
|
2026-08-13 17:51:46 -06:00
|
|
|
function fn_firstAudio() {
|
|
|
|
|
stopAllSoundsAndPlay(Audio_3);
|
|
|
|
|
$('.personaje_m_0').addClass('play');
|
2026-06-04 12:20:40 -06:00
|
|
|
}
|
|
|
|
|
|
2026-08-13 17:51:46 -06:00
|
|
|
function fn_end() {
|
|
|
|
|
instruccion(1);
|
2026-06-04 12:20:40 -06:00
|
|
|
}
|
2026-08-13 17:51:46 -06:00
|
|
|
});
|
|
|
|
|
</script>
|