﻿.kanit-thin {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.kanit-extralight {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.kanit-light {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.kanit-regular {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kanit-medium {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.kanit-semibold {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.kanit-bold {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.kanit-extrabold {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.kanit-black {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.kanit-thin-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.kanit-extralight-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.kanit-light-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.kanit-regular-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.kanit-medium-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.kanit-semibold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.kanit-bold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.kanit-extrabold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.kanit-black-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: italic;
}

html{
    background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.selectNone
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.easeOut
{
	-webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.secMain
{
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
    margin: 0 0 0 0;
    width: 100%;
	z-index: 1;
	overflow: hidden;
}

.cidelHeader
{
    padding: 0px 0px 0px 0px;
    margin: 20px 0 0 0;
    width: 100%;
	z-index: 1;
	overflow: hidden;
}

.cidelFechas
{
    padding: 0px 0px 0px 0px;
    margin: 0 0 0 0;
    width: 100%;
	z-index: 1;
	overflow: hidden;
	background: linear-gradient(270deg, #005b89, #028bd0);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 4s ease infinite;
    -moz-animation: AnimationName 4s ease infinite;
    -o-animation: AnimationName 4s ease infinite;
    animation: AnimationName 4s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.cidelLlamado
{
    padding: 0px 0px 0px 0px;
    margin: 0 0 0 0;
    width: 100%;
	z-index: 1;
	overflow: hidden;
    background: linear-gradient(270deg, #d0ab46, #a37c12);
    background-size: 400% 400%;
    -webkit-animation: llamdo 4s ease infinite;
    -moz-animation: llamdo 4s ease infinite;
    -o-animation: llamdo 4s ease infinite;
    animation: llamdo 4s ease infinite;
}

@-webkit-keyframes llamdo {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes llamdo {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes llamdo {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes llamdo {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.cidelFooter
{
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 980px;
	z-index: 1;
	overflow: hidden;
}

.secMainContainer
{
    padding: 0px 0px 0px 0px;
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 980px;
	z-index: 1;
	overflow: hidden;
}

.mnuContainer
{
    top: 0;
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 2000;
    background-color: #d5b547;
    opacity: 0.9;
    overflow: hidden;
    box-shadow: 1px 1px 6px #afafaf;
}

.mnuLine
{
    padding: 0 36px 0 0px;
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 980px;
	z-index: 1;
	overflow: hidden;
}

.mnuOpci
{
    cursor: pointer;
    display: block;
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 50px;
    padding: 0 17px 0 17px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mnuOpci:hover
{
    color: #ffd649;
}

.sideMnu
{
    padding: 52px 20px 20px 20px;
    position: absolute;
    top: 0px;
    left: 30px;
    width: 280px;
    background-color: #d5b547;
    box-shadow: 1px 1px 6px #afafaf;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    opacity: 0.9;
    display: none;
    z-index: 1900;
}

.sideMnuOpci
{
    margin: 8px 0 0 0;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    padding: 0 0 8px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px dashed #FFFFFF;
    z-index: 1900;
}

.sideMnuOpci:hover
{
    color: #ffd649;
}

.secContent
{
    padding: 0 0 0 0;
    width: 100%;
    overflow: hidden;
}

.contentArea
{
    padding: 30px 30px 30px 30px;
    margin: 0 0 0 0;
    width: 100%;
    position: relative;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    overflow: hidden;
}

.areaTitle
{
    margin: 20px 0 20px 0;
    padding: 6px 10px 6px 10px;
    background-color: #005b89;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 200px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footerTitle
{
    margin: 6px 0 30px 0;
    padding: 6px 6px 6px 6px;
    background-color: #005b89;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 130px;
    display: block;
    float: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.secFooter
{
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 980px;
	z-index: 1;
	overflow: hidden;
}

.footerLogo
{
    display: block;
    float: left;
    width: 175px;
    height: 156px;
    /*scale: 0.85;*/
}

.footerData
{
    margin: 20px 0 0 0px;
    color: #72777a;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-align: left;
    width: 100%;
    min-width: 250px;
    display: block;
    float: left;
}

.globalix
{
    margin: 10px 0 0 0;
    display: block;
    float: left;
    width: 100%;
}

.sesionNumero
{
    padding: 6px 16px 6px 16px;
    margin: 0 0 0 0;
    background-color: #c19c35;
    color: #FFFFFF;
    font-size: 26px;
    text-align: center;
    display: block;
    float: left;
    width: 60px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sesionNombre
{
    margin: 0 0 0 0;
    padding: 14px 0 0 12px;
    color: #00699d;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    display: block;
    float: left;
    width: calc( 100% - 60px );
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px 1px #e3e3e3;
}

.tema
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: block;
    float: left;
    width: 90%;
}

.temaBullet
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    color: #72777a;
    font-size: 33px;
    text-align: center;
    display: block;
    float: left;
    width: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.temaNombre
{
    margin: 0 0 0 0;
    padding: 4px 0 0 12px;
    color: #72777a;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    display: block;
    float: left;
    width: calc( 100% - 21px );
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px 1px #e3e3e3;
}

.video-container {
    width: 100%;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 1px 1px 6px #afafaf;
}

.video-container video {
    width: 100%;
    height: auto;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

.video-container .caption {
    z-index: 1;
    position: relative;
    text-align: center;
    color: #dc0000;
    padding: 10px;
}

.footer-block
{
    width:50%;
    display: block;
    float: left;
    min-height: 260px;
}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

