
/*@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');*/

  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');


html { font-size: 16px; color:#000; font-family: 'Roboto', arial;}
html b{font-weight:700;}
body { color: #000; line-height: 1.5; font-family: 'Roboto', arial;}
body,
button,
label,
input,
select,
textarea {
  font-family: arial;
}

.navbar.is-spaced {padding: 0rem 0.5rem; }
.mTitulo_cab{font-size: 1.6rem;}

#mPrincipal{ width: 100%; height:100%;}
#mPrincipal_izq{ float: left; width: 200px; font-size: 0.95em; border-right: 1px solid 0 2px 4px rgba(10, 10, 10, 0.1);
    padding: 0 1em 0 1em; margin-right: 1em;}
#mPrincipal_der{ width:auto; margin-left:200px; padding: 1em 1em 0 1em;}

@media screen and (max-width: 1023px) { #mPrincipal_izq {display:none; clear: both; content: " "; }}
@media screen and (max-width: 1023px) { #mPrincipal_der {margin-left:0;}}
/*****************/
.p_principal td{padding:7px 8px;border-right: 1px solid #e0e0e0;}
.p_principal td:last-child  {border-right: none;}
.p_principal{
  margin-bottom: 10px;
  font-family: 'Roboto', arial;
  font-size:1.2em;
  cursor: pointer;
  width:100%;
  height:60px;
  text-align: center;
  border-collapse:separate;
  border-spacing: 10;
  border: 1px solid #e0e0e0;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius: 4px; 
  line-height: 45px;
  color:white;
}

.stage {
    height: 100px;
    width: 160px;
    position: absolute;
    top: 115px;
    right: 0;
    bottom: 0;
    left: 20px;
    perspective: 9999px;
    transform-style: preserve-3d;
  }
  
  .layer {
    width: 90%;
    height: 90%;
    position: absolute;
    transform-style: preserve-3d;
    animation: ಠ_ಠ 5s infinite alternate ease-in-out -7.5s;
    animation-fill-mode: forwards;
    transform: rotateY(10deg) rotateX(20deg) translateZ(0);

  }
  
  .layer:after {
    font: 40px/0.65 "Pacifico", "Kaushan Script", Futura, "Roboto", "Trebuchet MS", Helvetica, sans-serif;
    content: "Edunet\a    Perú!";
    white-space: pre;
    text-align: center;
    height: 90%;
    width: 90%;
    position: absolute;
    top: 30px;
    color: whitesmoke;
    letter-spacing: -2px;
    text-shadow: 4px 0 10px rgba(0, 0, 0, 0.13);
  }
  
  .layer:nth-child(1):after {
    transform: translateZ(0px);
  }
  
  .layer:nth-child(2):after {
    transform: translateZ(-1.5px);
  }
  
  .layer:nth-child(3):after {
    transform: translateZ(-3px);
  }
  
  .layer:nth-child(4):after {
    transform: translateZ(-4.5px);
  }
  
  .layer:nth-child(5):after {
    transform: translateZ(-6px);
  }
  
  .layer:nth-child(6):after {
    transform: translateZ(-7.5px);
  }
  
  .layer:nth-child(7):after {
    transform: translateZ(-9px);
  }
  
  .layer:nth-child(8):after {
    transform: translateZ(-10.5px);
  }
  
  .layer:nth-child(9):after {
    transform: translateZ(-12px);
  }
  
  .layer:nth-child(10):after {
    transform: translateZ(-13.5px);
  }
  
  .layer:nth-child(11):after {
    transform: translateZ(-15px);
  }
  
  .layer:nth-child(12):after {
    transform: translateZ(-16.5px);
  }
  
  .layer:nth-child(13):after {
    transform: translateZ(-18px);
  }
  
  .layer:nth-child(14):after {
    transform: translateZ(-19.5px);
  }
  
  .layer:nth-child(15):after {
    transform: translateZ(-21px);
  }
  
  .layer:nth-child(16):after {
    transform: translateZ(-22.5px);
  }
  
  .layer:nth-child(17):after {
    transform: translateZ(-24px);
  }
  
  .layer:nth-child(18):after {
    transform: translateZ(-25.5px);
  }
  
  .layer:nth-child(19):after {
    transform: translateZ(-27px);
  }
  
  .layer:nth-child(20):after {
    transform: translateZ(-28.5px);
  }
  
  .layer:nth-child(n+10):after {
    -webkit-text-stroke: 3px rgba(0, 0, 0, 0.25);
  }
  
  .layer:nth-child(n+11):after {
    -webkit-text-stroke: 15px dodgerblue;
    text-shadow: 6px 0 6px #00366b, 5px 5px 5px #002951, 0 6px 6px #00366b;
  }
  
  .layer:nth-child(n+12):after {
    -webkit-text-stroke: 15px #0077ea;
  }
  
  .layer:last-child:after {
    -webkit-text-stroke: 17px rgba(0, 0, 0, 0.1);
  }
  
  .layer:first-child:after {
    color: #fff;
    text-shadow: none;
  }
  
  @keyframes ಠ_ಠ {
    100% {
      transform: rotateY(-40deg) rotateX(-43deg);
    }
  }
/*VIENE DE BULMA*/
.menu-label {font-size: 0.9em; font-weight: bold; font-family: "Arial Narrow"; letter-spacing: 0.1em; text-transform: uppercase; }
.menu-label:not(:first-child) { margin-top: 0.8em; }
.menu-label:not(:last-child) {margin-bottom: 0.1em;}

.menu-list {line-height: 1;}
.menu-list a { border-radius: 2px;color: #333; display: block; padding: 0.5em 0.5em 0.5em 0.75em;}
.menu-list a:hover { background-color: whitesmoke; color: #363636;}
.menu-list a.is-active {background-color: #000ad1c8; color: #fff;}
.menu-list li ul {border-left: 1px solid #dbdbdb; margin: 0.65em; padding-left: 0.75em;}
  

.m_box{background-color:#fafafa; padding:4px 10px; margin: 7px 0 8px 0; border-radius: 6px;
    display:inline-block; width: 100%;border: 1px solid #ddd;}
.m_box_sb{border: 1px solid #ccc; padding:4px 10px; margin: 7px 0 8px 0; border-radius: 5px;
    display:inline-block; width: 100%;}
.m_box_col{border: 1px solid #ccc; padding:4px 10px; margin: 0; border-radius: 5px;
        display:inline-block; width: 100%;}
.m_box_resumen_bg{background-image:url(../img/bg_resumen.png);border:1px solid #f8bbd0;padding-bottom:5px; border-radius: 5px;;}
.m_box_resumen_prueba{background-color:#fff; padding:0; margin: 0; border-radius: 4px;
    border: 1px solid #000; color:#000 ; font-family: 'Roboto', sans-serif;
    font-size: 1rem; font-weight: 500;display: inline-block;}
.m_box_resumen_prueba td{padding-top: 5px;padding-bottom: 0;}
.m_box_resumen_prueba .numero{font-size: 1.1rem;}

/*CUESTIONARIOS*/
.m_box_pregunta {
    background-color: white;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
            box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    color: #000;
    display: block;
    padding: 1rem;
    font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
    .m_box_pregunta {
        border:none;
        display: block;
        color:white;
        padding: 0;
    }
  }
.m_pregunta{color:#000;display:block;padding: 0 0 5px 0; margin-bottom: 5px;text-align: justify; width: 100%;}
.m_pregunta .m_titulo{font-size:1.1rem;background-color:#dde8ed; padding:8px 10px 4px 10px; margin: 0 0 8px 0; border-radius: 4px;text-align: left;
    font-family:"arial narrow"; text-transform: uppercase; color:#222; font-weight:bold; display:block;border:1px solid #cfd8dcce}
.m_pregunta img{border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding:5px;
        margin:10px 0 0 0; border: 1px solid #cccccc; display: inline-block;}
.m_pregunta .img_float{border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding:5px;
    margin:10px 0 0 0; border: 1px solid #cccccc; float:left;margin-right: 20px; margin-bottom:20px;}
.m_pregunta .img_center{border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding:5px;
    margin:10px 0 0 0; border: 1px solid #cccccc; display:block;  margin:auto;}
.m_pregunta .img_sb{padding:0; margin:10px 0 0 0; display: inline-block; border:none;}
.m_pregunta .columns{margin-bottom: 0;}

.num_alternativa{float:left; font-size:0.7em; font-weight:normal; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    margin:3px 10px 0px 0px; padding: 0 0.5em 0 0.5em;border: 1px solid #666;}

@media (min-width: 992px) {.num_alternativa{float:left; font-size:0.7em; font-weight:normal;
        -moz-border-radius: 4px; -webkit-border-radius: 4px; margin:3px 10px 0px 0px; padding: 0px 6px 0px 6px;border: 1px solid #666;}}

.m_alternativa{ padding:0 0 0 1px; margin:0px; font-size:1.05em; color:#000;}
hr{margin-top:10px; margin-bottom:10px;}

@media (min-width: 992px) {.m_alternativa{ padding:0 0 0 1px; margin:0px; font-size:1.05em; color:#000;}
    hr{margin-top:10px; margin-bottom:10px;}}

.mAlternativa-label{color:#222;padding-top:2px; padding-bottom:1px; cursor:pointer;}

@media (min-width: 992px) {.m_alternativa-label{color:#222;padding-top:2px; padding-bottom:1px; font-size:1.05em; cursor:pointer;}}

.m_alternativa-pregunta{
    padding-top:2px;
    padding-bottom:1px;
    padding-left: 0;
    margin-left: 0;
    font-size:1em;
    font-weight: bold;
    color:#333;
}
.m_comentario_tit_cl{
    font-weight: bold;
    color:#1b5e20 ;
    font-style: italic;
}

/* input[type=radio].check-tabla {margin:0;}
input[type=radio].css-checkbox {display:none;}
input[type=radio].css-checkbox + label.css-label { padding-left:19px; height:26px;  display:inline-block; line-height:26px;
						background-repeat:no-repeat; background-position: 0 0; vertical-align:middle; cursor:pointer;}
input[type=radio].css-checkbox:checked + label.css-label {background-position: 0 -28px;}
label.css-label {background-image:url(../img/radio01.png); -webkit-touch-callout: none; -webkit-user-select: none;
            -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;} */

input[type=checkbox].check-tabla {margin:0;}
input[type=checkbox].css-checkbox {display:none;}
input[type=checkbox].css-checkbox + label.css-label { padding-left:19px; height:14px;  display:inline-block; line-height:18px;
						background-repeat:no-repeat; background-position: 0 0; vertical-align:middle; cursor:pointer;}
input[type=checkbox].css-checkbox:checked + label.css-label {background-position: 0 -14px;}
label.css-label {background-image:url(../img/checkbox01.png); -webkit-touch-callout: none; -webkit-user-select: none;
            -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}

.rptas_titulo{
    color:#000;
    font-size: 1.3rem;
    margin-top:1.5rem;
    margin-bottom:0.5rem;
    padding-bottom: 0;
    display:inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: left;
}

.num_pregunta{float:left; font-size:0.8em; font-weight:normal; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    margin-right:10px; padding: 0 0.5em 0 0.5em;}

@media (min-width: 992px) {.num_pregunta{float:left; font-size:0.9em; font-weight:normal;
        -moz-border-radius: 4px; -webkit-border-radius: 4px; margin-right:6px; padding: 0px 6px 1px 6px;}}

        .num_pregunta_cl{
            font-size:0.9em;
            font-weight:bold;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            margin-right:10px;
            margin-bottom:10px;
            width: auto;
            height:30px;
            line-height: 30px;
            display: block;
            text-align: center;
            font-weight: normal;
        }
        @media (min-width: 992px) {
            .num_pregunta_cl{
                float:left;
                font-size:0.9em;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                margin-right:6px;
                width: auto;
                padding: 0px 7px 0px 6px;
                height:28px;
                line-height: 28px;
                font-weight: normal;
            }
        }

.num_fucsia{color:white; font-weight:normal; background-color:#c2185b;}
.num_green{color:white; font-weight:normal; background-color:#2fa807;}
.num_cl{color:white; font-weight:normal; background-color:#c2185b;}
.num_rm{color:#fff; font-weight:normal; background-color:#434642;}





/********************************/
.supidc {vertical-align:super;/*superindice*/  font-size:0.85rem;}
.subidc {vertical-align:sub;/*subindice*/ font-size:0.85rem; }
.m_pregunta ul{padding:0; display:inline-block;}
.m_pregunta ul li{margin:0 0 0 1rem; padding:0;}
.m_pregunta ol{padding:0; display:inline-block;}
.m_pregunta ol li{margin:0 0 0 1rem; padding:0;}
.rpta_comentario ul{padding:0; display:inline-block;}
.rpta_comentario ul li{margin:0 0 0 1rem; padding:0;}
.rpta_comentario ol{padding:0; display:inline-block;}
.rpta_comentario ol li{margin:0 0 0 1rem; padding:0;}

/********************************/
.rpta_mal{
    display:inline-block;
    color:#E74C3C;
    font-family: arial;
    font-size: 0.95em;
    width: 100%;
    padding: 2px 10px;
    margin: 10px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #e4a29c;
}
.rpta_ok{
    display:inline-block;
    color:#111213;
    font-family: arial;
    font-size: 0.95em;
    width: 100%;
    padding: 6px 10px;
    margin: 10px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #808386;
}
.rpta_comentario{
    background-color:#fff;
    border: 1px solid rgb(206, 205, 205);
    padding:10px;
    margin: 5px 0 5px 0;
    border-radius: 5px;
    color:#111;
    font-family: arial;
    font-size: 0.96em;
    text-align: justify;
}
.rpta_comentario br{content: ""; margin: 1.3em; display: block; font-size: 24%;}
.rpta_comentario .rpta{
    color:#000;
    font-family: arial;
    font-size: 0.95em;
    width: 100%;
    padding: 0 0 5px 0;
    margin-bottom: 8px;
    border-bottom: 1px solid rgb(206, 205, 205);
    display: inline-block;
}
.rpta_comentario br{
    line-height:1.8em;
}
.rpta_exa_aprobado{
    font-size:1.2em;
}

@media (min-width: 992px) {
    .rpta_exa_aprobado{
        font-size:20px;
    }
}
.mTiempo{
    margin-top:-10px;
}
.box_division{
    display:block;
    width:100%;
    border-bottom: 1px solid rgb(206, 205, 205);
    margin: 15px 0 10px 0;
}

.box_wiki {
    background-color: white;
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    border-radius: 4px;
    display: block;
    padding: 0.5rem;
    font-size: 0.95rem;
}
.box_wiki .content{
    color:#333;
}
.box_wiki:hover {
    color:#fff;
    background-color: #31B404;
    -webkit-box-shadow: 0 2px 3px #2a9905, 0 0 0 1px #2a9905;
    box-shadow: 0 2px 3px #2a9905, 0 0 0 1px #2a9905;
}
.box_wiki .content:hover {
    color:#fff;
}
.box_wiki .content .icon:hover{
    color:red;
}
.box_wiki a{
    color: #424141;
}
.box_wiki_titulo{
    font-family: 'Arial Narrow';
}

.wiki{
    color:#111;
    font-family: Arial;
}
.wiki_titulo{
    color:#000;
    font-size: 1.3rem;
    margin-top:1.5rem;
    margin-bottom:0.5rem;
    padding-bottom: 0;
    display:inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: left;
}
.wiki_stitulo{
    color:#000;
    font-size: 1.1rem;
    margin-top:0.5rem;
    margin-bottom:0;
    padding-bottom: 0;
    display:inline-block;
    text-align: left;
    margin-top:1rem;
    margin-bottom:0.5rem;
    font-family: 'Roboto', sans-serif;
}
.wiki_sstitulo{
    padding-top:1em;
    font-family: 'Roboto', sans-serif;
    color:#000;
    text-transform: uppercase;
}
.wiki_pregunta{
    color:#d81b60;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    font: italic bold 30px Georgia, Serif;
    text-shadow: 1px 2px 0 #f48fb1 , 2px 3px 0 #0a0e27;
}
.wiki_sresaltar{
    color:red;
    font-size: 1.1rem;
    margin-top:0.5rem;
    margin-bottom:0;
    padding-bottom: 0;
    display:inline-block;
    text-align: left;
    margin-top:1rem;
    margin-bottom:0.5rem;
    font-family: "arial narrow";
    font-weight: bold;
}
.wiki_tresaltar{
    font-size: 1.2rem;
}
.wiki_tcursiva{
    font-size: 1.05rem;
    font-style: italic;
}
.wiki_tbox{
    color:#c2185b;
    border: 1px solid #f48fb1;
    border-radius:4px;
    background-color: #fce4ec;
    padding: 10px;
}
.wiki_tbox3d{
    float:left;
    text-align: left;
    margin: 0 10px 2px 0;
    width:40%;
    padding:5px 10px;
    color:#000;
    transform:
    perspective(25em)
    rotateX(9deg);
  box-shadow:
    rgba(245, 160, 228, 0.42) 10px 10px 31px -5px,
    rgba(19, 26, 32, 0.08) 5px 8px 17px -5px;
  border-radius: 10px;
  border: 1px solid;
  border-color:
    rgb(189, 66, 168)
    rgb(235, 126, 229)
    rgb(241, 87, 221);
}
.wiki_cabecera{
    background-color: #185cc2;
    border: 1px solid #0b5cd4 ;
    color:#fff;
    font-size: 1.2rem;
    border-radius: 4px;
    width: 100%;
    padding: 0.4rem 0.8rem;
    margin: 0;
    font-family: 'Arial';
    display:block;
    text-align: left;
}
.wiki_cabecera_verde{
    background-color: #17be2e;
    border: 1px solid #aad1d1 ;
    color:#000;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 4px;
    width: 100%;
    padding: 0.5rem 0.5rem;
    margin: 0;
    font-family: 'Arial Narrow';
    display:block;
    text-align: left;
}
.wiki_parrafo{
    border-left: 4px solid #bebebe;
    padding: 5px 5px 5px 10px;
    background-color: #fafafa ;
    margin-bottom: 15px;
    font-size: 0.95rem;
}
.wiki_parrafo .importante{
    color: #222;
    font-family: 'Arial Narrow';
    font-size: 1rem;
    font-size: 0.9rem;
}
.wiki_tema{
    font-size: 1rem;
    line-height:1.6rem;
    text-align: justify;
    color:#222;
}
.wiki_tema .tip{
    font-family: 'Arial Narrow';
    font-size: 1.1rem;
    font-weight: 600;
}
.wiki_tema ul{
    padding:0;
    display:inline-block;
}
.wiki_tema ul li{
    margin:0 0 0 1rem;
    padding:0;
}
.leccion ul{
    padding:0;
    display:inline-block;
}
.leccion ul li{
    margin:0 0 0 1rem;
    padding:0;
}
.wiki_tema ol{
    padding:0;
    display:inline-block;
}
.wiki_tema ol li{
    margin:0 0 0 1rem;
    padding:0;
}
.leccion ol{
    padding:0;
    display:inline-block;
}
.leccion ol li{
    margin:0 0 0 1rem;
    padding:0;
}
.wiki_tema br{
    content: "";
    margin: 1.9em;
    display: block;
    font-size: 24%;
}
.wiki_tema img{
    width:auto;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #cccccc;
    margin-right:10px;
    margin-top:5px;
    margin-bottom:5px;
    padding:5px;
    float:left;
}
.wiki_tema .img_sb{
    width:auto;
    margin-right:10px;
    margin-top:5px;
    margin-bottom:5px;
    padding:5px;
    float:left;
}
.wiki_tema .inicio{
    margin-top:1rem;
}
.wiki_tema .pointer {
    width: auto;
    min-height: 40px;
    position: relative;
    background: #d81b60;
    padding-top: 5px;
    padding-left: 25px;
    color: white;
    font-weight: normal;
}
.wiki_tema .pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
.wiki_tema  .pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #d81b60;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
.wiki_box{
    font-size: 0.95rem;
    font-family: Arial;
    background-color: #fafafa;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 0.3rem 0.6rem;
    color:#000;
    margin: 0.3rem 0 0.5rem 0;
    line-height: 1.4rem;
}
.wiki_box_sb{
    font-size: 0.95rem;
    font-family: Arial;
    border-radius: 5px;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 0.4rem 0.7rem;
    margin: 0.3rem 0 0 0;
    line-height: 1.4rem;
}
.wiki_box .tip{
    font-family: 'Arial Narrow';
    font-size: 1.1rem;
    font-weight: 600;
}
.wiki_box .importante{
    font-family: "Arial-Narrow";
    font-weight: bold;
    color:#333;
}
.wiki_tema .importante{
    color: #555;
    font-family: 'Arial Narrow';
    font-size: 1.1rem;
    font-weight: bold;
}
.wiki_tema table{
    margin: 1rem 0 0 0;
}
.wiki_concepto{
    font-size: 0.95rem;
    background-color: #e8f5e9;
    border-radius: 4px;
    border: 1px solid #c8e6c9;
    display: block;
    padding: 0.5rem 0.8rem;
    color:#000;
    margin: 1rem 0 0 0;
    line-height: 1.4rem;
}
.wiki_videoteca{
    font-size: 0.95rem;
    background-color: #fafafa ;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    display: block;
    padding: 0.5rem 0.8rem;
    color:#000;
    margin: 0;
    line-height: 1.4rem;
}
.wiki_videoteca_titulo{
    color:#000;
    font-size: 1.1rem;
    font-family: "arial narrow";
    margin-top:0.3rem;
    margin-bottom:0.3rem;
    padding-bottom: 0;
    text-transform: uppercase;
    display:inline-block;
    font-weight: bold;
    text-align: left;
}
.mBR_videoteca{
    margin:0;
    padding: 0;
    display:block;
    height: 0.3rem;
}
.wiki_concepto_resaltar{
    color:#000;
    font-size: 0.95rem;
    font-style: italic; 
}
.wiki_div_img{

}
.wiki_img{
    width:100%;
    overflow:hidden;
    float:left;
}
.mb-Titulo{
    font-weight: bold;
    font-family:'arial narrow';
    color:#01579b ;
    font-size:1.2em;
}

@media (min-width: 992px) {
    .mb-Titulo{
        font-weight: bold;
        font-family:'arial narrow';
        color:#01579b  ;
        font-size:1.2em;
    }
}
.mb-sTitulo{
    margin:0.8rem 0 0 0;
    padding: 0;
    font-weight: bold;
    font-family:'arial narrow';
    color:#01579b ;
    font-size:1em;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .mb-sTitulo{
        margin:0.8rem 0 0 0;
        padding: 0;
        font-size:1.1em;
        font-weight: bold;
        font-family:'arial narrow';
        color:#01579b ;
        text-transform: uppercase;
    }
}
.mb-ssTitulo{
    padding-top:1em;
    font-family:'arial narrow';
    font-weight: bold;
    color:#333;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .mb-ssTitulo{
        padding-top:0.5em;
        font-size:1em;
        font-family:'arial narrow';
        font-weight: bold;
        color:#333;
        text-transform: uppercase;
    }
}
.mb-ssResaltar{
    padding-top:0.3em;
    font-weight: bold;
    color:red;
}
/********************************/
.yt-video {
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.yt-video iframe,
.yt-video object,
.yt-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video_yt{
    border-radius:4px;
    margin-bottom: 0px;
    border-color: 1px solid #fafafa;
    
}
.video_titulo{
    font-family: 'Roboto', sans-serif;
    color:#000;
    font-size: 0.9rem;
    font-weight:500;
    padding: 0 0 0 5px;
    margin: 0;
}
.video_stitulo{
    color:#000;
    font-size: 0.8rem;
    padding: 0;
    margin: 0 0 0 5px;
}
.video_titulo_red{
    font-size: 0.9em;
    font-weight:bold;
    padding: 0 0 0 5px;
    margin: 0;
    color: #E74C3C;
}
.video_stitulo_red{
    font-size: 0.8em;
    padding: 0;
    margin: 0 0 0 5px;
    color: #E74C3C;
}
.video_contenedor{
    padding: 5px;
}
.video_detalle{
    background-color: #FDEDEC;
    border: 1px solid #FADBD8;
    border-radius:4px;
    padding: 5px;
    margin-top:5px;
    color:#E74C3C;
}
.video_contenedor:hover{
    background-color: #fafafa;
}
/********************************/
.wiki_video_yt{
    border-radius:4px;
    margin-bottom: 0px;
    border-color: 1px solid #fafafa;
}
.wiki_video_titulo{
    font-size: 0.9em;
    font-weight:bold;
    padding: 0 0 0 5px;
    margin: 0;
}
.wiki_video_stitulo{
    font-size: 0.95em;
    font-weight:bold;
    font-family: "Arial Narrow";
    padding: 5px 0 0 0;
    margin: 0 0 0 5px;
}

.wiki_video_contenedor{
    padding: 5px;
    margin:0;
}
.wiki_video_detalle{
    background-color: #FDEDEC;
    border: 1px solid #FADBD8;
    border-radius:4px;
    padding: 5px;
    margin-top:5px;
    color:#E74C3C;
}
.wiki_video_contenedor:hover{
    background-color: #fafafa;
}
/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 407px;
    vertical-align: middle;
    width: 450px;
    position: relative;
    border-radius: 8px;
    padding: 15px;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */
#tbl_switch .td-switch {
    padding:5px 8px;
    cursor:pointer;
    border: #0b5cd4 1px solid;
  }
  .round_table {
    border-collapse:separate;
    border-spacing: 10;
    border: #0b5cd4 1px solid;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius: 6px;    
  }
  #tbl_switch_portafolio .td-switch {
    padding:5px 8px;
    cursor:pointer;
  }
.m_descarga{background-color:#ebe7e7; padding:10px 15px; margin: 5px 0 5px 0; border-radius: 5px;
    font-size: 0.95em; font-weight:normal; color:#000; display:block; width: 100%;}


  .nPregunta{
    text-align: center;
    height:30px;
    width:120px; 
    background-color:#cfd8dcdd;
    border-radius: 4px;
    padding-top:2px;
    font-weight:500;

    margin-bottom: 6px;
    color:#000;
  }
  .m_popup h1 {
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
    color: #06D85F;
    margin: 80px 0;
  }
  
/*   .m_popup .box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
  } */
  
  .m_popup .button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .m_popup .button:hover {
    background: #06D85F;
  }
  
  .m_popup .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
  }
  .m_popup .overlay:target {
    visibility: visible;
    opacity: 1;
  }

  .m_popup .popup {
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 55%;
    position: relative;
    transition: all 5s ease-in-out;
    color:#222;
    line-height : 20px;
  }
  .m_popup .popup br{content: ""; margin: 1.8em; display: block; font-size: 24%;}
  
  .m_popup .popup h2 {
    margin-top: 0;
    padding-bottom:10px;
    color: #222;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
  }
  .m_popup .popup .close {
    position: absolute;
    top: 10px;
    right: 12px;
    transition: all 200ms;
    font-size: 25px;
    text-decoration: none;
    color: #ad1457;
  }
  .m_popup .popup .close:hover {
    color: #000;
  }
  .m_popup .popup .content {
    max-height: 30%;
    overflow: auto;
  }
  
  @media screen and (max-width: 700px){
    .m_popup .box{
      width: 90%;
    }
    .m_popup .popup{
        margin-top:20px;
      width: 90%;
    }
  }

/*2022*/
@media screen and (max-width: 1023px) { 
    .notification {background-color: #d81b60; border-radius: 20px; padding: 0.8em 0.5em 0.2em 0.5em;
        color:white; position: relative;font-size: 1em;line-height: 1.1em; margin-left:-0.5em;margin-right:-0.5em;}
}
@media screen and (min-width: 1023px) { 
    .notification {background-color: #d81b60; border-radius: 18px; padding: 0.9em 0.3em 0.3em 0.4em;
        color:white; position: relative;font-size: 1.1em;line-height: 1.2em;}
}
@media screen and (max-width: 1023px) { 
    .mAyuda {background: #fff;
        border: 1px solid #740d33; text-align: center;
        -webkit-box-shadow: 0 2px 3px #eef1ee, 0 0 0 1px #ebebeb;
        box-shadow: 1px -1px 2px #7a1234, 0 0 0 0.5px #8f143d;
        color:#07671a; border-radius: 14; font-weight: normal; 
        height:30px; width: 80px; margin-top:2px;
    } 
}
@media screen and (min-width: 1023px) { 
    .mAyuda {background: #fff;
        border: 1px solid #ce4577; text-align: center;
        -webkit-box-shadow: 0 2px 3px #a7e8ac, 0 0 0 1px #e8f5e9;
        box-shadow: 1px -1px 2px #992b4f, 0 0 0 0.5px #cd1c57;
        color:#07671a; border-radius: 14px; font-weight: normal; 
        height:36px; width: 80px;
    }
}

@media screen and (max-width: 1023px) { 
    .circulo {
        width: 38px;
        height: 36px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #970f4a;
        float:left;
        margin-left:-4px;
        margin-top: -10px;
        margin-right:6px;
        padding-top: 0.6em;
        padding-left:0.1em;
        text-align: center;
        color: white;
        font-size: 1rem;
        border: 1px solid #c47b93;
        -webkit-box-shadow: 0 2px 3px #a7e8ac, 0 0 0 1px #e8f5e9;
        box-shadow: -1px -1px 2px #5e0d28, 0 0 0 0.5px #5e0d28;
    }
}
@media screen and (min-width: 1023px) { 
    .circulo {
        width: 40px;
        height: 40px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #a41947;
        float:left;
        margin-top: -10px;
        margin-right: 5px;;
        padding-top: 0.6em;
        text-align: center;
        line-height: 1em;
        color: white;
        font-size: 1em;
        border: 1px solid #f1d2dd;
        -webkit-box-shadow: 0 2px 3px #a7e8ac, 0 0 0 1px #e8f5e9;
        box-shadow: -1px -1px 2px #5e0d28, 0 0 0 0.5px #5e0d28;
    }
}
.circulo_aviso {
    width: 30px;
    height: 30px;
    padding: 2px 7px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #008080;
    text-align: center;
    color: white;
    font-size: 1rem;
    border: none;
    margin-top:-4px;
    margin-bottom:2px;
}
.circulo_resumen_ok {
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1d8224;
line-height: 30px;
    text-align: center;
    color: white;
    font-size: 1rem;
    border: none;
    margin-top:-3px;
    margin-bottom:2px;
    display:inline-table;
}
.circulo_resumen_error {
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #b71c1c;
    line-height: 30px;
    text-align: center;
    color: white;
    font-size: 1rem;
    border: none;
    margin-top:-3px;
    margin-bottom:2px;
    display:inline-table;
}
.m_msg_black{border: 1px solid #111; padding: 5px;background-color: #222;color: #fff;}
.mPregunta .edge_round10{border-radius: 10px;}
.mPregunta .edge_round8{border-radius: 8px;}
.mPregunta .edge_round6{border-radius: 6px;}
.colFlex{display: flex; justify-content: center; align-items: center;}
.edge_round4{border-radius: 4px;}
table .m_cabecera {
	color: #fff;
	background-color: #004d40;
    text-align: center;
}
table .m_cabecera td{
	padding-top: 6px;
    padding-bottom: 6px;
}

.box_temario {
    background-color: white;
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    border-radius: 5px;
    display: block;
    padding: 0.5rem;
    font-size: 0.95rem;
    font-family: 'Roboto', sans-serif;
    line-height:1.3rem;
}
.box_temario .content{
    color:#222;
}
.box_temario .content .a_titulo{
    margin-bottom: 2px;
    font-weight: 500;
}
.box_temario:hover {
    background: rgb(16,55,111);
background: linear-gradient(0deg, rgba(16,55,111,0.23021708683473385) 0%, rgba(255,254,252,0.27503501400560226) 27%);
    -webkit-box-shadow: 0 2px 3px #a7e8ac, 0 0 0 1px #e8f5e9;
    box-shadow: 0 1px 2px #0c358e, 0 0 0 0.5px #0c358e;
    border-radius: 0;
    cursor:pointer;
}
.box_temario a{
    color: #424141;
}
/*--------------*/
.temario{
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
}
@media screen and (max-width: 1023px) { 
    .temario_tema{
        font-size: 18px;
        line-height:1.5em;
        text-align: left;
        color:#000000;
        margin-bottom: 10px;
        font-family: 'Roboto', sans-serif;
    }
}
@media screen and (min-width: 1023px) { 
    .temario_tema{
        font-size: 16px;
        line-height:1.6em;
        text-align: justify;
        color:#000000;
        margin-bottom: 10px;
        font-family: 'Roboto', sans-serif;
    }
}
.temario_cabecera{
    background-color: #185cc2;
    border: 1px solid #0b5cd4 ;
    color:#fff;
    font-size: 1.1em;
    border-radius: 6px;
    width: 100%;
    padding: 0.4em 0.8em;
    margin: 0;
    font-family: 'Arial';
    display:block;
    text-align: left;
    line-height:1.6rem;
}
.temario_tema .t_titulo {
    width: auto;
    min-height: 36px;
    position: relative;
    background: #d81b60;
    padding-top: 5px;
    padding-bottom:5px;
    padding-left: 25px;
    color: white;
    font-weight: normal;
    margin-top:2em;
    margin-bottom:0.5em;
    display:inline-block;
    text-align: left;
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif;
}
.temario_tema .t_titulo:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 18px solid white;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
  }
  .temario_tema  .t_titulo:before {
    content: "";
    position: absolute;
    right: -17px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 18px solid #d81b60;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
 }
 .temario_tema .t_stitulo{
    font-size: 1.3em;
    margin-top:1em;
    margin-bottom:0.2em;
    padding-bottom: 0;
    display:inline-block;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.temario_tema .t_sstitulo{
    color:#178c1c;
    font-size: 1.2em;
    margin-top:0.8em;
    margin-bottom:0.2em;
    padding-bottom: 0;
    display:inline-block;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.temario_tema .t_ssstitulo{
    font-size: 1.1em;
    margin-top:0.8em;
    padding-bottom: 0;
    display:inline;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}
.temario_tema .t_bstitulo{
    font-size: 1.2em;
    margin-top:0.8em;
    margin-bottom:0.2em;
    padding-bottom: 0;
    display:inline-block;
    text-align: left;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}
.temario_tema .t_box{
    font-size: 1em;
    font-family: Arial;
    border-radius: 5px;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 0.4rem 0.7rem;
    line-height: 1.4rem;
    margin-top:0.2em;
    margin-bottom:0.2em;
}
.temario_tema .t_box3d{
    float:left;
    text-align: left;
    margin: 0 18px 1px 0;
    width:40%;
    padding:5px 10px;
    color:#004d40;
    font-family: arial;
    box-shadow:
    #558b82 4px 4px 10px -5px;
    font-size: 1.05em;;
  border-radius: 10px;
  border: 1px solid;
  border-color:#03362e;
}
.temario_tema .t_box_adj{
    font-size: 1em;
    font-family: Arial;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0.4rem 0.7rem;
    line-height: 1.4rem;
    margin-top:0.2em;
    margin-bottom:0.2em;
}
.temario_tema .t_important{
    color:#c2185b;
    font-size: 1.1em;
    padding-bottom: 0;
    display:inline-block;
    text-align: left;
    margin-top:0.5em;
    margin-bottom:0.2em;
    margin-left:0.5em;
    font-family: 'Roboto', sans-serif;
}
.temario_tema .t_important:before{
    font-family: FontAwesome;
    content: "\f19d";
    font-size: 2em;
    padding-right: 1px;
}
.temario_tema .t_concepto{
    font-size: 1em;
    font-family: Arial;
    border-radius: 5px;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 0.5rem 0.7rem;
    margin-top:0.5em;
    margin-bottom:0.5em;
    line-height: 1.5em;
}
.temario_tema .t_concepto:before{
    font-family: FontAwesome;
    content: "\f028";
    font-size: 1.3em;
    background: #f8f8f8;
    color:#000;
    border: 1px solid #dfe1e2e6;
    padding: .2em;
    border-radius: 3em;
    line-height: 0.9em;
    text-align: center;
    margin-right:6px;
    margin-left:-4px;
}
.temario_tema .t_resumen{
    font-size: 1em;
    font-family: Arial;
    border-radius: 5px;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 0.5rem 0.7rem;
    margin-top:0.5em;
    margin-bottom:0.5em;
    line-height: 1.5em;
}
.temario_tema .t_resumen:before{
    font-family: FontAwesome;
    content: "\f028";
    font-size: 1.3em;
    background: #f8f8f8;
    color:#000;
    border: 1px solid #dfe1e2e6;
    padding: .2em;
    border-radius: 3em;
    line-height: 0.9em;
    text-align: center;
    margin-right:6px;
    margin-left:-4px;
}
.temario_tema .t_tip{
    font-size: 1em;
    font-family: Arial;
    border-radius: 5px;
    border: 1px solid #81c784;
    display:inline-block;
    padding: 0.4em 0.8em 0.5em 0.8em;
    margin-top:0.5em;
    margin-bottom:0.5em;
    line-height: 1.5em;
    text-align: left;
}
.temario_tema .t_tip:before{
    font-family: FontAwesome;
    content: "\f086";
    font-size: 1.5em;
    color:#43a047;
    margin-right:6px;
    margin-left:-4px;
}
.temario_tema .t_tip_adj{
    font-size: 1em;
    margin-top:0.6em;
    margin-bottom:0.6em;
    line-height: 1.5em;
    display: inline;
}
.temario_tema .t_tip_adj:before{
    font-family: FontAwesome;
    content: "\f086";
    font-size: 1.4em;
    color:#43a047;
    margin-right:6px;
    margin-left:-4px;
}
.temario_tema .t_lista {
    counter-reset: li; 
    list-style: none; 
    list-style: decimal; 
    padding: 0;
    margin-bottom: 0.2em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    line-height:1.4em;
    text-align: left;
}
.temario_tema .t_lista ol {
    margin: 0 0 0 2em; 
}
.temario_tema .t_lista li{
    position: relative;
    display: block;
    padding: .3em .4em .3em 2em;
    padding-left: 1.3em;
    margin: .3em 0;
    margin-left:10px;
    border: 1px solid #eeebeb;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}
.temario_tema .t_lista li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -0.9em;
    background: #e9f8da;
    color:#204d0e;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.2em;
    border: .1em solid #dcedc8;
    text-align: center;
    border-radius: 2em;
    margin-left:5px;
    padding: 0.2em;
    font-size: 0.9em;
}
.temario_tema .t_vineta {
    counter-reset: li; 
    list-style: none; 
    list-style: disc; 
    padding: 0;
    margin-bottom: 0.2em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    line-height:1.5rem;
    text-align: left;
}
.temario_tema .t_vineta ul {
    margin: 0 0 0 2em; 
}
.temario_tema .t_vineta li{
    position: relative;
    display: block;
    padding: .3em .4em .3em 2em;
    padding-left: 1.3em;
    margin: .3em 0;
    margin-left:10px;
    border: 1px solid #eeebeb;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}
.temario_tema .t_vineta li:before{
    content: "✔";
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -0.9em;
    background: #f1f8e9;
    color:#33691e;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.2em;
    border: .1em solid #dcedc8;
    text-align: center;
    border-radius: 2em;
    margin-left:5px;
    padding: 0.2em;
    font-size: 0.9em;
}
.temario_tema .t_vineta_tbl {
    counter-reset: li; 
    list-style: none; 
    list-style: disc; 
    padding: 0;
    margin-bottom: 0.2em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    line-height:1.4em;
    text-align: left;
}
.temario_tema .t_vineta_tbl ul {
    margin: 0 0 0 2em;
}
.temario_tema .t_vineta_tbl li{
    position: relative;
    display: block;
    padding: .2em .4em .2em 2em;
    padding-left: 1em;
    margin: .3em 0;
    margin-left:10px;
    border: 1px solid #f1efef;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}
.temario_tema .t_vineta_tbl li:before{
    font-family: FontAwesome;
    content: "\f058";
    position: absolute; 
    left: -1.1em;
    top: 50%;
    margin-top: -0.7em;
    background: #f1f8e9;
    color:#33691e;
    height: 1.4em;
    width: 1.4em;
    line-height: 0.9em;
    border: .1em solid #dcedc8;
    text-align: center;
    border-radius: 2em;
    margin-left:5px;
    padding: 0.2em;
    font-size: 0.9em;
}
.temario_tema .t_pregunta{
    font-size: 1em;
    font-family: Arial;
    border-radius: 5px;
    border: 1px solid #004d40;
    display:inline-block;
    padding: 0.2em 0.8em 0.5em 0.8em;
    margin-top:0.5em;
    margin-bottom:0.5em;
    line-height: 1.5em;
    text-align: left;
}
.temario_tema .t_pregunta:before{
    content: "¿Puedes?";
    color:#000;
    font-weight: 700;
    font: italic normal 1.6em Georgia, Serif;
    text-shadow: 1px 1px 0 #423d3f , 2px 3px 0 #423d3f;
    margin-right:0.5em;
    margin-top:0;
}
.temario_tema .table{
    text-align: left;
}
.temario_tema .table th{
    background-color: #f1f8e9;;
    font-weight: 500;
    text-align: center;
}
.temario_tema .t_img{
    margin-right:15px;
}
.temario_tema .tip{
    font-weight: 500;
}
.t_important .tip{
    font-weight: 500;
}
.t_concepto .tip{
    font-weight: 600;
}
.t_tip .tip{
    font-weight: 600;
}
.t_box .tip{
    font-weight: 600;
}
.t_parrafo .tip{
    font-weight: 500;
}
.t_box3d .tip{
    font-weight: 600;
}
.t_flex {
    text-align: left;
    display: flex;
    margin: 0;
    padding: 0;
}
.t_point_num{
    background: #f1f8e9;
    color:#33691e;
    height: 1.4em;
    width: 1.4em;
    line-height: 0.5em;
    border: .1px solid #d3ebb8;
    text-align: center;
    border-radius: 2em;
    margin-right:8px;
    margin-top:3px;
    padding: 0.5em 0.3em;
    font-size: 0.9em;
    font-family: Arial;
}
.t_point_check:before{
    content: "✔";
    background: #f1f8e9;
    color:#33691e;
    height: 1.8em;
    width: 1.8em;
    line-height: 1.2em;
    border: .1px solid #d3ebb8;
    text-align: center;
    border-radius: 2em;
    margin-right:8px;
    padding: 0em 0.3em;
    font-size: 0.9em;
}
.t_num_green{
    background-color:#277e2f;
    padding:0.1em 0.45em;
    color:white;
    font-size:0.9em;
    text-align: center;
    border-radius: 290486px;
    border: 1px solid #fff;
    margin-right:8px;
    box-shadow:
    0px 0px 2px 2px rgba(26, 156, 24, 0.508);
}
.t_parrafo{
    border-left: 5px solid #33691e;
    padding: 5px 10px 5px 10px;
    background-color: #f1f8e9 ;
    color:#33691e;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.05em;
    line-height: 1.5em;
    text-align: left;
}
.tip{
    font-weight: 600;
    font-size: 1.05em;
}

.temario_resumen{
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    background-color: #e9f4ea;
    border-radius: 6px;
    border: 1px solid #bceabd;
    display: block;
    padding: 0.5rem 0.8rem;
    color:#03251f;
    margin: 1rem 0 0 0;
    line-height: 1.4rem;
    text-align: left;
}
.temario_resumen:before{
    font-family: FontAwesome;
    content: "\f19d";
    font-size: 2em;
    height: 30px;
    width: 50px;
    float: left;
    margin-left: -5px;
    margin-top: 1px;
}

/* BULLMA */
@media screen and (max-width: 1023px) { 
    .g_box{
        background-color: white;
        border: 1px solid #f0ecec;
        border-radius: 4px;
        -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
                box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
        display: block;
        padding: 0.5em;
        margin:-0.5em;
    }
}
@media screen and (min-width: 1023px) { 
    .g_box {
        background-color: white;
        border-radius: 4px;
        -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
                box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
        display: block;
        padding: 1em;
    }
}

  
.temario_titulo{
    color:#000;
    font-size: 1.3rem;
    margin-top:1.5rem;
    margin-bottom:0.5rem;
    padding-bottom: 0;
    display:inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: left;
}
.temario_stitulo{
    color:#000;
    font-size: 1.1rem;
    margin-top:0.5rem;
    margin-bottom:0;
    padding-bottom: 0;
    display:inline-block;
    text-align: left;
    margin-top:1rem;
    margin-bottom:0.5rem;
    font-family: 'Roboto', sans-serif;
}
.temario_sstitulo{
    padding-top:1em;
    font-family: 'Roboto', sans-serif;
    color:#000;
    text-transform: uppercase;
}
.temario_pregunta{
    color:#d81b60;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    font: italic bold 30px Georgia, Serif;
    text-shadow: 1px 2px 0 #f48fb1 , 2px 3px 0 #0a0e27;
}
.temario_sresaltar{
    color:red;
    font-size: 1.1rem;
    margin-top:0.5rem;
    margin-bottom:0;
    padding-bottom: 0;
    display:inline-block;
    text-align: left;
    margin-top:1rem;
    margin-bottom:0.5rem;
    font-family: "arial narrow";
    font-weight: bold;
}
.temario_tresaltar{
    font-size: 1.2rem;
}
.temario_tcursiva{
    font-size: 1.05rem;
    font-style: italic;
}
.temario_tbox{
    color:#c2185b;
    border: 1px solid #f48fb1;
    border-radius:4px;
    background-color: #fce4ec;
    padding: 10px;
}
.temario_tbox3d{
    float:left;
    text-align: left;
    margin: 0 10px 2px 0;
    width:40%;
    padding:5px 10px;
    color:#000;
    transform:
    perspective(25em)
    rotateX(9deg);
  box-shadow:
    rgba(245, 160, 228, 0.42) 10px 10px 31px -5px,
    rgba(19, 26, 32, 0.08) 5px 8px 17px -5px;
  border-radius: 10px;
  border: 1px solid;
  border-color:
    rgb(189, 66, 168)
    rgb(235, 126, 229)
    rgb(241, 87, 221);
}

.temario_parrafo{
    border-left: 4px solid #bebebe;
    padding: 5px 5px 5px 10px;
    background-color: #fafafa ;
    margin-bottom: 15px;
    font-size: 0.95rem;
}
.temario_parrafo .importante{
    color: #222;
    font-family: 'Arial Narrow';
    font-size: 1rem;
    font-size: 0.9rem;
}

.temario_tema ul{
    padding:0;
    display:inline-block;
}
.temario_tema ul li{
    margin:0 0 0 1rem;
    padding:0;
}
.leccion ul{
    padding:0;
    display:inline-block;
}
.leccion ul li{
    margin:0 0 0 1rem;
    padding:0;
}
.temario_tema ol{
    padding:0;
    display:inline-block;
}
.temario_tema ol li{
    margin:0 0 0 1rem;
    padding:0;
}
.leccion ol{
    padding:0;
    display:inline-block;
}
.leccion ol li{
    margin:0 0 0 1rem;
    padding:0;
}
.temario_tema br{
    content: "";
    margin: 1.9em;
    display: block;
    font-size: 24%;
}
.temario_tema img{
    width:auto;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #cccccc;
    margin-right:10px;
    margin-top:5px;
    margin-bottom:5px;
    padding:5px;
    float:left;
}
.temario_tema .img_sb{
    width:auto;
    border:none;
    margin-right:10px;
    margin-top:5px;
    margin-bottom:5px;
    padding:5px;
    float:left;
}
.temario_tema .inicio{
    margin-top:1rem;
}
.temario_tema .columns{
    margin:0px;
}
.temario_tema .column{
    margin:0px;
}
  .temario_box{
    font-size: 0.95rem;
    font-family: Arial;
    background-color: #fafafa;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 0.3rem 0.6rem;
    color:#000;
    margin: 0.3rem 0 0.5rem 0;
    line-height: 1.4rem;
}
.temario_box_sb{
    font-size: 0.95rem;
    font-family: Arial;
    border-radius: 5px;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 0.4rem 0.7rem;
    margin: 0.3rem 0 0 0;
    line-height: 1.4rem;
}
.temario_box .tip{
    font-family: 'Arial Narrow';
    font-size: 1.1rem;
    font-weight: 600;
}
.temario_box .importante{
    font-family: "Arial-Narrow";
    font-weight: bold;
    color:#333;
}
.temario_tema .importante{
    color: #555;
    font-family: 'Arial Narrow';
    font-size: 1.1rem;
    font-weight: bold;
}
.temario_tema table{
    margin: 1rem 0 0 0;
}
.temario_concepto{
    font-size: 0.95rem;
    background-color: #e8f5e9;
    border-radius: 4px;
    border: 1px solid #c8e6c9;
    display: block;
    padding: 0.5rem 0.8rem;
    color:#000;
    margin: 1rem 0 0 0;
    line-height: 1.4rem;
}
.temario_videoteca{
    font-size: 0.95rem;
    background-color: #fafafa ;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    display: block;
    padding: 0.5rem 0.8rem;
    color:#000;
    margin: 0;
    line-height: 1.4rem;
}
.temario_videoteca_titulo{
    color:#000;
    font-size: 1.1rem;
    font-family: "arial narrow";
    margin-top:0.3rem;
    margin-bottom:0.3rem;
    padding-bottom: 0;
    text-transform: uppercase;
    display:inline-block;
    font-weight: bold;
    text-align: left;
}
.temario_concepto_resaltar{
    color:#000;
    font-size: 0.95rem;
    font-style: italic; 
}
.temario_img{
    width:100%;
    overflow:hidden;
    float:left;
}
.bordeGrafico{
    border: 1px solid #888;
    border-radius: 10px;
    padding: 30px 30px 10px 30px;
  }
  /*--*/
span.green2 {
  background: #2d9e08;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  color: #ffffff;
  display: inline-block;
  line-height: 2em;
  text-align: center;
  width: 2em;
  -webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    2px 2px 1px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         2px 1px 1px 0px rgba(50, 50, 50, 0.75);
}
.modalmask {
  position: fixed;
  font-family: 'Roboto', arial;
  font-size:16px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  pointer-events: none;
}
.modalmask:target {
  opacity:1;
  pointer-events: auto;
}
.modalbox{
  font-size:1em;
  width: 600px;
  position: relative;
  padding: 15px 15px 15px 20px;
  background: #fff;
  border-radius:6px;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  color:#000;
}
.modalbox .titulo{
  font-size:1.1em;
  font-weight: 500;
}
.modalbox .close {
  background: #161314;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius:25px;
  font-size:20px;
  padding-left:1px;            }

.modalbox .close:hover { 
  background: #b71c1c; 
  color:#fff;
}
.modalbox .tbl_mes .td{
  padding:4px 5px;
  font-size: 28px;
}
.modalbox .save{
  background-color: #1b2631;
  border-color: transparent;
  color: #fff;
}
.modalbox .save:hover{
  background-color: #111;
  border-color: transparent;
  color: #fff;
}
.movedown {
  margin: 0 auto;
}
.rotate {
  margin: 10% auto;
  -webkit-transform: scale(-5,-5); 
  transform: scale(-5,-5);
}
.resize {
  margin: 10% auto;
  width:0;
  height:0;

}
.modalmask:target .movedown{		
  margin:10% auto;
}
.modalmask:target .rotate{		
  transform: rotate(360deg) scale(1,1);
    -webkit-transform: rotate(360deg) scale(1,1);
}

.modalmask:target .resize{
  width:500px;
  height:auto;
}
/* DOCENTES */
.p_contenedor{
    width:100%;
    
    padding:20px;
    background-color: white;
    border-radius: 6px;
}
.p_switch_home td{padding:7px 8px;border-right: 1px solid #e0e0e0;}
.p_switch_home td:last-child  {border-right: none;}
.p_switch_home .resaltar{background-color: #e0e0e0; color:#000;}
.p_switch_home{
  margin-bottom: 10px;
  font-family: 'Roboto', arial;
  font-size:1em;
  cursor: pointer;
  width:100%;
  text-align: center;
  border-collapse:separate;
  border-spacing: 10;
  border: 1px solid #9e9e9e;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius: 6px; 
  line-height: 20px;
  color: #e0e0e0 ;
}
.p_switch td{padding:7px 8px;border-right: 1px solid #c2185b;}
.p_switch td:last-child  {border-right: none;}
.p_switch .resaltar{background-color: #d81b60; color:white;}
.p_switch{
  margin-bottom: 10px;
  font-family: 'Roboto', arial;
  font-size:0.95em;
  cursor: pointer;
  width:100%;
  text-align: center;
  border-collapse:separate;
  border-spacing: 10;
  border: 1px solid #c2185b;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius: 6px; 
  line-height: 20px;
}
.p_switch_black td{padding:7px 8px;border-right: 1px solid #000;}
.p_switch_black td:last-child  {border-right: none;}
.p_switch_black .resaltar{background-color: #1b2631; color:white;}
.p_switch_black{
  margin-bottom: 10px;
  font-family: 'Roboto', arial;
  font-size:0.95em;
  cursor: pointer;
  text-align: center;
  border-collapse:separate;
  border-spacing: 10;
  border: 1px solid #000;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius: 6px; 
  line-height: 20px;
}
.p_switch_portafolio td{padding:7px 8px;border-right: 1px solid #00796b;}
.p_switch_portafolio td:last-child  {border-right: none;}
.p_switch_portafolio .resaltar{background-color: #00796b; color:white;}
.p_switch_portafolio{
  margin-bottom: 10px;
  font-family: 'Roboto', arial;
  font-size:0.95em;
  cursor: pointer;
  width:100%;
  text-align: center;
  border-collapse:separate;
  border-spacing: 10;
  border: 1px solid #00796b;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius: 6px; 
  line-height: 20px;
}
.p_cabecera{
  display:block;
  margin-bottom: 10px;
  text-align: center;
}
.p_titulo{
  font-size: 1.3em;
  display: block;
  font-family: 'Roboto', arial;
  font-weight: 500;
}
.p_stitulo{
  font-size: 1.1em;
  display:block;
  font-family: 'Roboto', arial;
  font-weight: 500;
}
.p_filtro{
  margin-bottom: 10px;
  padding:6px 6px 2px 6px;
  border:#e5e7e9 1px solid;
  background-color: #f9f9f9;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius: 6px;   
}
.p_filtro .columns{margin:0px; padding:0px;}
.p_filtro .columns .column{margin:0px; padding:0px;}
.p_filtro_portafolio{
  margin-bottom: 10px;
  padding:6px 8px 2px 8px;
  border:#c8e6c9 1px solid;
  background-color:#f5f5f5;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius: 6px;   
}
.p_filtro_portafolio .columns{margin:0px; padding:0px;}
.p_filtro_portafolio .columns .column{margin:0px; padding:0px;}
.colUltimaOculta tbody tr td:last-child{display:none;}
.colPrimeraOculta tbody tr td:first-child{display:none;}
table{width:100%;}
table td .titulo{
  font-size: 0.9em;
  color: #000;
  font-family: 'Roboto', arial;
  font-weight: 500;
}
table td .stitulo{
  font-size: 0.9em;
  color: #000;
  font-family: 'Roboto', arial;
}
table caption{
  text-align: center;
  font-family: 'Roboto', arial;
  font-size: 1.2em;
  font-weight: 500;
  padding-bottom: 10px;
}
table thead tr{
  text-align: center;
  font-family: 'Roboto', arial;
}
table thead tr th{
  font-size: 1em;
  font-weight: 500;
}
table tbody tr th{
  text-align: center;
  font-family: 'Roboto', arial;
  font-size: 1em;
  font-weight: 500;
}
table tbody tr td{
  font-size: 1em;
}
.content table td {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.45em 0.6em;
  vertical-align: top;
}
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.3em;
  vertical-align: middle;
  text-align: center;
}
.avisoTD{border-left: 1px solid #bdbdbd;border-bottom: 1px solid #bdbdbd;
    width: 16px; height:16px;font-size:14px; 
    text-align:center;line-height:15px;
    font-family:Arial;border-radius:0px 4px;
    position:absolute; top:0; right:0;
}
.td_flex{
  display: flex; 
  justify-content: center;
  align-items:center;
}
.tooltip {
  position: relative;
  display: inline-block;
  font-size:0.8em;
}
/*----*/
.tooltip .tiptext {
  visibility: hidden;
  min-width: 70px;
  background-color: #004d40;
  color: #fff;
  text-align: center;
  line-height: 18px;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  box-shadow: 2px 1px 5px rgba(36, 192, 91, 0.2);
}
.tooltip .tiptext::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
}
.tooltip .tiptext_delete {
  visibility: hidden;
  min-width: 70px;
  background-color: #c2185b;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
}
.tooltip .tiptext_delete::after {
  content: "";
  position: absolute;
  border-width: 4px;
  border-style: solid;
}
.tooltip .tiptext_word {
  visibility: hidden;
  min-width: 70px;
  background-color: #0a3e8b;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
}
.tooltip .tiptext_word::after {
  content: "";
  position: absolute;
  border-width: 4px;
  border-style: solid;
}
.tooltip:hover .tiptext {
  visibility: visible;
}
.tooltip:hover .tiptext_delete {
  visibility: visible;
}
.tooltip:hover .tiptext_word {
  visibility: visible;
}
/* CSS para Tooltip abajo */
.tooltip.bottom .tiptext{
    margin-left: -35px;
    top: 120%;
    left: 50%;
}
.tooltip.bottom .tiptext::after{
    margin-left: -5px;
    bottom: 100%;
    left: 50%;
    border-color: transparent transparent #004d40 transparent;
}
.tooltip.bottom .tiptext_tbl{
  margin-left: -35px;
  top: 120%;
  left: 50%;
}
.tooltip.bottom .tiptext_tbl::after{
  margin-left: -5px;
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent #c2185b transparent;
}
.tooltip.bottom .tiptext_delete{
  margin-left: -35px;
  top: 120%;
  left: 50%;
}
.tooltip.bottom .tiptext_delete::after{
  margin-left: -5px;
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent #c2185b transparent;
}
.tooltip.bottom .tiptext_word{
  margin-left: -35px;
  top: 120%;
  left: 50%;
}
.tooltip.bottom .tiptext_word::after{
  margin-left: -5px;
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent #0d47a1 transparent;
}
.p_icon{
  /* display: flex; */
  text-align: center;
  justify-content: center;
  align-items:center;
  border-radius: 100px;
  border: 1px solid #000;
  padding-top:1px;
  width:22px;
  height: 22px;
}
.p_icon .i_add_p{
  font-size:1.5em;
  color:#000;
}
.p_icon .i_add{
  font-size:17px;
  color:#004d40;
}
.p_icon .i_edit{
  font-size:15px;
  color:#004d40;
}
.p_icon .i_delete{
  font-size:16px;
  color:#b71c1c;
}
.p_icon .i_word{
  font-size:16px;
  color:#0a3576;
}
.p_icon .i_download{
  font-size:16px;
  color:#072654;
}
span.green2 {
  background: #2d9e08;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  color: #ffffff;
  display: inline-block;
  font-size:1.5em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  -webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    2px 2px 1px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         2px 2px 1px 0px rgba(50, 50, 50, 0.75);
}
span.red2 {
  background: red;
   border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  color: #ffffff;
  display: inline-block;
  font-size:1.5em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  -webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    2px 2px 1px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         2px 2px 1px 0px rgba(50, 50, 50, 0.75);
}
span.yellow2 {
  background: yellow;
   border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  color: #000;
  display: inline-block;
  font-size:1.5em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  -webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    2px 2px 1px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         2px 2px 1px 0px rgba(50, 50, 50, 0.75);
}
span.green2_sb {
  border: 2px solid #2c9709;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #000;
  display: inline-block;
  font-size:1.2em;
  line-height: 36px;
  text-align: center;
  padding:5px;
  height:49px;
  width: 50px;
  -webkit-box-shadow: 0px 0px 1px 3px rgba(8, 162, 11);
  -moz-box-shadow:    0px 0px 1px 3px rgba(8, 162, 11);
  box-shadow:         0px 0px 1px 3px rgba(8, 162, 11);
}
span.red2_sb {
  border: 2px solid #ec1212;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #000;
  display: inline-block;
  font-size:1.2em;
  line-height: 36px;
  text-align: center;
  padding:5px;
  height:49px;
  width: 50px;
  -webkit-box-shadow: 0px 0px 1px 3px rgba(26, 152, 53, 0.75);
  -moz-box-shadow:    0px 0px 1px 3px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 1px 3px rgba(240, 38, 22);
}
span.yellow2_sb {
  border: 2px solid #ffbf00f5;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #000;
  display: inline-block;
  font-size:1.2em;
  line-height: 36px;
  text-align: center;
  padding:5px;
  height:49px;
  width: 50px;
  -webkit-box-shadow: 0px 0px 1px 3px rgba(26, 152, 53, 0.75);
  -moz-box-shadow:    0px 0px 1px 3px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 1px 3px rgba(247, 126, 12);
}
/*************************************************/
/***********************************************
  * Layout
  ***********************************************/
  #_wModal_bg{
    background-color:#000; z-index:10000;
    opacity:0.2; filter:alpha(opacity=20);
}

#_wModal_pixel{z-index:10001;}

/***********************************************
* Global
***********************************************/
._wModal{
    position:relative; width:340px; overflow:hidden;
    font-family:arial; font-size:14px; line-height:20px;
    background-color:#FFF; color:#333;
    border:1px solid rgba(51, 51, 51, 0.5); border-radius:8px;
    box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);
}
._wModal_header{
    font-family:roboto; padding:10px;
    font-size:16px; font-weight:500;
    border-bottom:solid 1px #DDD;
}
._wModal_close{
    position:absolute; right:10px; top:10px;
    font-weight:normal; font-size:14px; cursor:pointer;
    color: #BABABA;
}
._wModal_msg{
    padding:25px;
    color:#000;
}
._wModal_btns_left,
._wModal_btns_center,
._wModal_btns_right{
    padding:10px 15px;
    font-size:10px; font-weight:bold;
    border-top:solid 1px #DDD;
    background-color:#EFEFEF;
}
._wModal_btns_left{text-align:left;}
._wModal_btns_center{text-align:center;}
._wModal_btns_right{text-align:right;}

._wModal_btn{
    display:inline-block; width:90px; height:30px; line-height:30px;
    margin-left:10px;
    text-align:center; cursor:pointer;
    border-radius:5px;
    font-size:14px;
    font-weight: normal;
}

/***********************************************
* Colors
***********************************************/

/*** blue ***/
._wModal_btn_blue{
    box-shadow:rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
    text-shadow:rgba(0, 0, 0, 0.247059) 0px -1px 0px;
    border:1px solid rgba(0, 0, 0, 0.0980392);
    border-bottom-color:rgba(0, 0, 0, 0.247059);
    background-color:#006DCC;
    color:#FFF;
}
._wModal_btn_blue:hover{background-color:#0044CC}

/*** grey ***/
._wModal_btn_grey{
    box-shadow:rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
    text-shadow:rgba(255, 255, 255, 0.75) 0 1px 1px;
    border:1px solid rgba(0, 0, 0, 0.14902);
    border-bottom-color:rgba(0, 0, 0, 0.247059);
    background-color:#F5F5F5;
    color:#333;
}
._wModal_btn_grey:hover{background-color:#E6E6E6;}

/*** greeen ***/
._wModal_btn_green{
    box-shadow:rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
    text-shadow:rgba(0, 0, 0, 0.247059) 0px -1px 0px;
    border:1px solid rgba(0, 0, 0, 0.0980392);
    border-bottom-color:rgba(0, 0, 0, 0.247059);
    background-color:#11A011;
    color:#FFF;
}
._wModal_btn_green:hover{background-color:#028902;}

/*** orange ***/
._wModal_btn_orange{
  box-shadow:rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
  text-shadow:rgba(0, 0, 0, 0.247059) 0px -1px 0px;
  border:1px solid rgba(0, 0, 0, 0.0980392);
  border-bottom-color:rgba(0, 0, 0, 0.247059);
  background-color:#11A011;
  color:#FFF;
}
._wModal_btn_orange:hover{background-color:#098409;}

/*** delete ***/
._wModal_btn_red{
    box-shadow:rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
    text-shadow:rgba(0, 0, 0, 0.247059) 0px -1px 0px;
    border:1px solid rgba(0, 0, 0, 0.0980392);
    border-bottom-color:rgba(0, 0, 0, 0.247059);
    background-color:#bc322d;
    color:#FFF;
}
._wModal_btn_red:hover{background-color:#BD362F;}

/*** lightblue ***/
._wModal_btn_lightblue{
    box-shadow:rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
    text-shadow:rgba(0, 0, 0, 0.247059) 0px -1px 0px;
    border:1px solid rgba(0, 0, 0, 0.0980392);
    border-bottom-color:rgba(0, 0, 0, 0.247059);
    background-color:#177C9B;
    color:#FFF;
}
._wModal_btn_lightblue:hover{background-color:#157693;}

/*** black ***/
._wModal_btn_black{
    box-shadow:rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
    text-shadow:rgba(0, 0, 0, 0.247059) 0px -1px 0px;
    border:1px solid rgba(0, 0, 0, 0.0980392);
    border-bottom-color:rgba(0, 0, 0, 0.247059);
    background-color:#363636;
    color:#FFF;
}
._wModal_btn_black:hover{background-color:#222222;}

/**********************************************************/
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #c3c9d4;
  border-radius: 4px;
  padding: 4px 22px 3px 12px;
  height: 36px;
}
.select2-container--default.select2-container--open {
  border-color: #215d7f;
}
.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1f6085;
  color: white;
}
.select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de;
}
.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none;
  border: 1px solid #3c8dbc;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}
/******************************/