@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    display: flex;
    color: #777;
    text-align: center;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    background-color: whitesmoke;
    /* user-select: none; */
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

a {
    color: #777;
    text-decoration: none;
}

header {
    position: relative;
    margin: 0 auto;
    display: flex;
    min-height: 100px;
    max-height: 100px;
    height: 100px;
    flex: 0 1 100%;
}

main {
    position: relative;
    margin: 0 auto;
    width: 100%;
    flex: 1 1 100%;
    min-height: fit-content;
}



footer {
    margin: 100px auto 0 auto;
    width: 100%;
    background: #10395e;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    font-size: 10px;
    color: #fff;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 44px 22px;
}

footer a {
    color: #fff;
    text-decoration: none;
    flex: 1;
}

h1,
h2,
h3 {
    font-weight: 300;
}

hr {
    position: relative;
    margin: 10px auto;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e6e6e6;
}

.logOfic {
    position: relative;
    margin: 20px auto 30px auto;
    max-width: 180px;
}

ol,
ul {
    width: 100%;
    text-align: left;
}

.login_f {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    margin: 0 auto;
    max-width: 340px;
    border: 10px solid transparent;
    text-align: center;
    justify-items: center;
}

.login_f input[type=text],
.login_f input[type=password],
.login_f input[type=submit] {
    margin-bottom: 6px;
    border-radius: 50px;
    line-height: 50px;
}

#placeholder {
    color: #ddd !important;
}

.login_f input[type=text],
.login_f input[type=password] {
    width: 260px;
    color: #545759;
    border: 1px solid #fff;
    box-shadow: 0 5px 10px -5px #00000045;
    -webkit-input-placeholder: #ddd !important;
}

.login_f input[type=submit] {
    width: 321px;
    height: 50px;
    background: #10395e;
    color: #e7e8e9;
    cursor: pointer;
    -webkit-input-placeholder: #ddd !important;
}

.correo {
    background: #e6e6e6;
    background-image: url(../imagenes/sobresito.png);
    background-position: -30px 16px;
    background-repeat: no-repeat;
}

.llavex {
    background: #f3f3f3;
    background-image: url(../imagenes/llavesita.png);
    background-position: 12px 18px;
    background-repeat: no-repeat;
    padding-left: 50px;
}


.forma2 {
    position: relative;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    width: 340px;
}

.forma2 input,
.forma2 select {
    margin-bottom: 8px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fefefe;
}

.forma2 input[type=text],
.forma2 input[type=email] {
    padding: 0 10px;
    width: 320px;
}

.forma2 input[type=submit] {
    width: 342px;
    background: #39a7cf;
    color: #fff;
    cursor: pointer;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.cajon-texto-top {
    position: relative;
    margin: 0 auto;
    min-width: 320px;
    max-width: 480px;
    width: 100%;
}


.atencion {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: #cc9827;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 24px;
    -webkit-transform: translate(190px, -42px);
    transform: translate(190px, -42px);
}


/*.selector1{
  position:relative;display:flex;justify-content:space-around;margin:100px auto;width:1000px;height:111px;background:#eee;
}*/

.selector1 {
    position: relative;
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    margin: 100px auto;
    padding: 2px 3px;
    border: 10px solid transparent;
    width: 860px;
    height: auto;
    background: #eee;
}

/* Toggle selector */

#acceptBox {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 34px;
}

#acceptBox input[type="checkbox"] {
    display: none;
}

#acceptBox label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 34px;
    border-radius: 17px;
    background-color: #ccc;
    outline: 1px solid #fff;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

#acceptBox input[type="checkbox"]:checked+label {
    background-color: #39a7cf;
}

#acceptBox label::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
}

#acceptBox input[type="checkbox"]:checked+label::before {
    transform: translateX(26px);
}



.selector1 a,
.selector1_1 a {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    border-radius: 4px;
    background: #4c4c4c;
    color: #fff;
    min-width: 200px;
    margin: 2px;
    height: 100px;
    text-decoration: none;
    font-size: 20px;
    -webkit-transition: -webkit-background 256ms ease;
    transition: background 256ms ease;
}

.selector1 a:not(:last-child) {
    border-right: 1px solid #eee;
}

.selector1 a:hover,
.selector1_1 a:hover {
    background: #777;
}

.selectorV {
    position: relative;
    display: flex;
    flex-flow: column;
    margin: 50px auto;
    width: 340px;
    background: #eee;
}

.selectorV input[type=submit] {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    padding: 57px 0;
    width: 100%;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: -webkit-background 256ms ease;
    transition: background 256ms ease;
}

.selectorV #almn_btn {
    background: #10395e;
    box-shadow: 0 -29px 75px #031525 inset
}

.selectorV #almn_btn:hover {
    background: #516281;
}

.selectorV #tchr_btn {
    background: #9b3422;
    background: #9b3422;
    box-shadow: 0 -29px 75px #4a1708 inset;
}

.selectorV #tchr_btn:hover {
    background: #824d52;
}

table {
    position: relative;
    margin: 0 auto;
    width: 800px;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: left;
}

table th {
    padding: 10px;
    background: #545759;
    color: #cfcfcf;
}

table td {
    padding: 10px;
    border: 1px solid #eee;
}

table td a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

table td:nth-last-child(-n+2),
table th:nth-last-child(-n+2) {
    width: 60px;
}

.liga_imagen {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 130px;
    height: 30px;
    color: #656b51;
    text-decoration: none;
    font-weight: 600;
    line-height: 30px;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}

.liga_imagen img {
    position: absolute;
    top: 4px;
    right: -25px;
    display: inline-block;
    -webkit-transition: -webkit-transform 256ms ease;
    transition: transform 256ms ease;
}

.liga_imagen:hover>img {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.retotno_btn {
    position: relative;
    display: inline-block;
    margin: 40px auto;
    color: #777;
    text-decoration: none;
}

.retotno_btn img {
    -webkit-transition: -webkit-transform 256ms ease;
    transition: transform 256ms ease;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

.retotno_btn img:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.selector2 {
    position: relative;
    margin: 0 auto;
    padding-top: 10px;
    width: 600px;
    border-top: 1px solid #ddd;
    text-align: left;
}

.selecrt_niv {
    position: relative;
    float: left;
    width: 200px;
    height: 100px;
    text-align: center;
}

.selecrt_grp,
.selecrt_hrr {
    position: relative;
    float: left;
    width: 150px;
    height: 100px;
    text-align: center;
}

.nv_label,
.gr_label,
.hr_label {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 6px;
    background: #546c75;
    color: #fff;
    text-shadow: 0 0 30px #46b5ba, 0 0 20px white, 0 0 10px white;
    font-size: 20px;
    line-height: 100px;
    cursor: pointer;
    -webkit-transition: -webkit-background 256ms ease;
    transition: background 256ms ease;
}

.nv_label:hover,
.gr_label:hover,
.selecrt_hrr:hover {
    background: #267c9c;
}

input[type='radio']:checked+label {
    background: #39a7cf;
}

input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.selector2 legend {
    position: relative;
    margin: 0 20px;
    padding: 0 20px;
    letter-spacing: 5px;
    font-size: 10px;
}

.aviso1 {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 30px;
    width: 340px;
    background: #ffaf20;
    box-shadow: -2px 4px 19px -1px #a28644;
    color: #000;
    text-decoration: none;
    text-shadow: 3px 2px 10px #fff;
    font-weight: 600;
}

.separador20px {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 100px;
}

[type='date'] {
    background: #fff url(../imagenes/microCalendario.png) 98% 50% no-repeat;
}

[type='date']::-webkit-inner-spin-button {
    display: none;
}

[type='date']::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.inputDiv {
    position: relative;
    margin: 40px auto;
    width: 600px;
}

input[type='range'] {
    display: block;
    width: 600px;
    height: 40px;
    border: 0;
}

input[type='range']:focus {
    outline: none;
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
    margin-top: -9px;
    width: 20px;
    height: 20px;
    border: 3px solid #334248;
    border-radius: 50%;
    background-color: #546c75;
}

input[type=range]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border: 3px solid #333;
    border-radius: 50%;
    background-color: #546c75;
}

input[type=range]::-ms-thumb {
    width: 20px;
    height: 20px;
    border: 3px solid #333;
    border-radius: 50%;
    background-color: #546c75;
}

input[type=range]::-webkit-slider-runnable-track {
    height: 1px;
    background-color: #708e99;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    outline: none;
}

input[type=range]::-moz-range-track {
    height: 3px;
    background-color: #485d65;
}

input[type=range]::-ms-track {
    height: 3px;
    background-color: #485d65;
}

input[type=range]::-ms-fill-lower {
    background-color: #39a7cf;
}

input[type=range]::-ms-fill-upper {
    background-color: #39a7cf;
}

.etiqueta {
    position: absolute;
    top: -45px;
    z-index: 9;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #39a7cf;
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
}

.etiqueta:after {
    position: relative;
    top: -8px;
    left: 13px;
    z-index: 8;
    display: block;
    width: 15px;
    height: 15px;
    background-color: #39a7cf;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.selector2 .meses_sel {
    margin: 40px 0;
    padding: 10px;
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f8fbff;
    color: #5c6669;
    font-size: 18px;
}

.control_td_a {
    padding: 0 !important;
}

.control_td_a a {
    display: block;
    padding: 10px;
    -webkit-transition: all 256ms ease;
    transition: all 256ms ease;
}

.control_td_a a img {
    -webkit-transition: all 256ms ease;
    transition: all 256ms ease;
}

.control_td_a a:hover img {
    -webkit-transform: scale(.85);
    transform: scale(.85);
}

.onoffswitch {
    position: relative;
    width: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 20px;
    cursor: pointer;
}

.onoffswitch-inner {
    display: block;
    margin-left: -100%;
    width: 200%;
    -webkit-transition: margin .3s ease-in 0s;
    transition: margin .3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0;
    width: 50%;
    height: 30px;
    color: black;
    font-weight: bold;
    font-size: 12px;
    font-family: Trebuchet, Arial, sans-serif;
    line-height: 30px;
}

.onoffswitch-inner:before {
    padding-left: 12px;
    background-color: #39a7cf;
    color: #fff;
    content: 'ACTIVO';
}

.onoffswitch-inner:after {
    padding-right: 6px;
    background-color: #e85764;
    color: #fff;
    content: 'INACTIVO';
    text-align: right;
}

.onoffswitch-switch {
    position: absolute;
    top: 0;
    right: 67px;
    bottom: 0;
    display: block;
    margin: 5px;
    width: 20px;
    border: 2px solid #fff;
    border-radius: 20px;
    background: #fff;
    -webkit-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.tabla-3 {
    position: relative;
    margin: 0 auto;
    width: 300px;
}

.tabla-3 .fila_a td:first-child {
    padding: 0;
    width: 15px;
    background: #5a666b;
    color: #fff;
    text-align: center;
}

.tabla-3 .fila_b td:last-child {
    padding: 0 !important;
    width: 15px;
    background: #5a666b;
    color: #fff;
    text-align: center;
    line-height: 1px;
}

.tabla-3 input[type=checkbox] {
    width: 20px;
    height: 20px;
    background: transparent;
}

.microform {
    position: relative;
    display: block;
    margin: 0;
    height: 37px;
}

.round {
    position: absolute;
    top: 0;
    left: 0;
}

.round label {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 37px;
    text-align: center;
    cursor: pointer;
}

.round label::before {
    position: absolute;
    top: 16.5px;
    left: 13.5px;
    color: #414a4e;
    content: ' \2298';
    font-size: 19px;
    opacity: 1;
}

.round label::after {
    position: absolute;
    top: 17px;
    left: 14px;
    content: ' \2605';
    font-size: 22px;
    opacity: 0;
}

.round input[type='checkbox'] {
    visibility: hidden;
}

.round input[type='checkbox']:checked+label {
    background-color: #39a7cf;
}

.round input[type='checkbox']:checked+label::after {
    opacity: 1;
}

.round input[type='checkbox']:checked+label::before {
    opacity: 0;
}

.boton_azul {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 107%;
    height: 38px;
    border-radius: 3px;
    background: #39a7cf;
    color: #fff;
    text-shadow: 0 1px 2px #105872;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: -webkit-background 256ms ease;
    transition: background 256ms ease;
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
}

.boton_azul:hover {
    background: #63bad9;
}

.nomail {
    display: block;
    width: 100%;
    height: 37px;
    background: #d8d8bb;
    box-shadow: 0 0 12px #9b9b7d inset;
    color: #9f9f93;
    text-align: center;
    text-shadow: 0 0 10px #353529;
    font-size: 16px;
    line-height: 37px;
}

.funcionesadicionales {
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    margin: 0 AUTO;
    width: 340PX;
}

.funcionesadicionales a {
    flex: 1;
    padding: 10px 0;
    border-radius: 3px;
    background: #ff6800;
    color: #fff;
    text-shadow: -1px 1px 1px #c96816;
    font-weight: 600;
    font-size: 11px;
    -webkit-transition: -webkit-background 256ms ease;
    transition: background 256ms ease;
}

.funcionesadicionales a:hover {
    background: #ff9130;
}

.funcionesadicionales a:not(:nth-last-of-type(-n+1)) {
    margin-right: 1px;
}

.advertencia,
.exitomensaje {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 20px;
    border-radius: 3px;
    color: #fff;
}

.advertencia {
    background: #d17780;
    text-shadow: -1px 1px 1px #761e26;
}

.exitomensaje {
    background: #b2d134;
    text-shadow: -1px 1px 1px #62741a;
}

.filaseparadora {
    background: #eee;
    color: #6f7f85;
    text-align: center;
    font-size: 10px;
}

.agregadoOK {
    background-image: url(../imagenes/aprobar.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.ligaInstrucciones {
    position: relative;
    margin: 0 auto;
    font-weight: bolder !important;
    font-size: 10px;
    letter-spacing: 12px;
}

.alerta {
    padding: 20px;
    margin: 20px;
    border-radius: 6px;
    background-color: #7c0b0b;
    color: #ffffff;
    font-size: .9rem;
}