<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">//&lt;style type="text/css"&gt;




/* TEMA INTRANET */
body {
    background-color: #F0F3F3;
}

.theme-default #header {
    background: #FFFFFF;
    color: #0D3149;
}
.theme-default #header .logo,
.theme-default #header .sidebar-toggle,
.theme-default #header #toggle-profile,
.theme-default #header #toggle-fullscreen,
.theme-default #header .nav li.profile &gt; a {
    color: #0D3149;
}
.theme-default #header .sidebar-toggle:hover,
.theme-default #header .sidebar-toggle:active,
.theme-default #header #toggle-profile:hover,
.theme-default #header #toggle-profile:active,
.theme-default #header #toggle-fullscreen:hover,
.theme-default #header #toggle-fullscreen:active {
    background: #FF0000;
}
.theme-default #header .nav li.profile &gt; a:hover,
.theme-default #header .nav li.profile &gt; a:active,
.theme-default #header .nav li.profile &gt; a:focus {
    background: #FFFFFF52;
}

.theme-default #header .nav li.profile .dropdown-menu, .sidebar-profile .profile-body.dropdown &gt; .dropdown-menu {
    background: #FFFFFF;
}

.theme-default #header .nav li.profile .dropdown-menu li a:hover,
.theme-default #header .nav li.profile .dropdown-menu li a:active,
.theme-default #header .nav li.profile .dropdown-menu li a:focus,
.sidebar-profile .profile-body.dropdown &gt; .dropdown-menu li a:hover,
.sidebar-profile .profile-body.dropdown &gt; .dropdown-menu li a:active,
.sidebar-profile .profile-body.dropdown &gt; .dropdown-menu li a:focus {
    /*background: #FF0000;*/
}

.theme-default #header .nav li.profile .dropdown-menu li a, .sidebar-profile .profile-body.dropdown &gt; .dropdown-menu li a {
    color: #0D3149;
}

.theme-default #header .nav li.profile .dropdown-menu li .arrow.top:after, .sidebar-profile .profile-body.dropdown &gt; .dropdown-menu:before {
    border-bottom-color: #FFFFFF;
}

#header .brand .dropdown-menu {
    background: #FFFFFF;
}

.nav .open&gt;a,.nav .open&gt;a:hover,.nav .open&gt;a:focus {
    background-color: #FFFFFF52;
    border-color: transparent;
}

.theme-default .sidebar-left {
    background-color: #FFFFFF;
    color: #0D3149;
}

.sidebar-left a {
    color: #0D3149;
}

.sidebar-left a:focus,
.sidebar-left a:hover {
    color: #000000;
    background-color: transparent;
}

.theme-default .sidebar-mini .sidebar-left .nav &gt; li.active &gt; a:focus,
.theme-default .sidebar-mini .sidebar-left .nav &gt; li.active &gt; a:hover,
.theme-default .sidebar-left .nav &gt; li.active &gt; a,
.theme-default .sidebar-left .nav &gt; li.active &gt; a:focus,
.theme-default .sidebar-left .nav &gt; li.active &gt; a:hover {
    background-color: #D2A973;
}
.theme-default .sidebar-left .nav &gt; li.open &gt; a,
.theme-default .sidebar-left .nav &gt; li &gt; a:hover {
    color: #0D3149;
    background-color: #D2A973;
}
.theme-default.sidebar-mini .sidebar-left .nav &gt; li.nav-dropdown-open &gt; .nav-sub,
.theme-default.sidebar-mini .sidebar-left .nav &gt; li:hover &gt; .nav-sub {
    background-color: #FFFFFF;
}
.theme-default .sidebar-profile {
    background: #0D3149;
}
.theme-default.sidebar-mini .sidebar-left .nav &gt; li.active &gt; a,
.theme-default.sidebar-mini .sidebar-left .nav &gt; li.active &gt; a:focus,
.theme-default.sidebar-mini .sidebar-left .nav &gt; li.active &gt; a:hover,
.theme-default .sidebar-left .nav &gt; li.active &gt; a,
.theme-default .sidebar-left .nav &gt; li.active &gt; a:focus,
.theme-default .sidebar-left .nav &gt; li.active &gt; a:hover {
    background-color: #D2A973;
}
.theme-default.sidebar-mini .sidebar-left .nav &gt; li.nav-dropdown-open &gt; a,
.theme-default.sidebar-mini .sidebar-left .nav &gt; li:hover &gt; a {
    color: #0D3149;
    background-color: #D2A973;
}

.sidebar-left .nav-sub li.open &gt; a {
    color: #000000;
}

.sidebar-left .active &gt; a,
.sidebar-left .active &gt; a:focus,
.sidebar-left .active &gt; a:hover {
  color: #000000;
}


.panel-primary &gt; .panel-heading {
  color: #FFFFFF !important;
  background-color: #0D3149 !important;
  border-color: #0D3149 !important;
}

.panel-secondary &gt; .panel-heading {
  color: #FFFFFF !important;
  background-color: #0D3149 !important;
  border-color: #0D3149 !important;
}



/* BOTON PRIMARIO */
/*
COLOR ALTO:   #0D3149;
COLOR MEDIO:  #1D4166;
*/
.btn-primary {
    background-color: #0D3149;
}
.btn-primary,
a.btn-primary:link,
a.btn-primary:visited {
    color: #FFFFFF;
    background-color: #0D3149;
}
a.btn-primary:hover,
a.btn-primary:active {
    color: #FFFFFF;
    background-color: #0D3149;
    border-color: #0D3149;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #FFFFFF;
    background-color: #0D3149;
    border-color: #0D3149;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background: #0D3149;
    border-color: #0D3149;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #0D3149;
    border-color: #0D3149;
}



/* BOTON SECUNDARIO */
/*
COLOR ALTO:   #0D3149;
COLOR MEDIO:  #1D4166;
*/
.btn-secondary {
    background-color: #0D3149;
}
.btn-secondary,
a.btn-secondary:link,
a.btn-secondary:visited {
    color: #FFFFFF;
    background-color: #0D3149;
}
a.btn-secondary:hover,
a.btn-secondary:active {
    color: #FFFFFF;
    background-color: #0D3149;
    border-color: #0D3149;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
    color: #FFFFFF;
    background-color: #0D3149;
    border-color: #0D3149;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
    background: #0D3149;
    border-color: #0D3149;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
    background-color: #0D3149;
    border-color: #0D3149;
}



/* BOTON TERNARIO */
/*
COLOR ALTO:   #0D3149;
COLOR MEDIO:  #1D4166;
*/
.btn-ternary {
    background-color: #0D3149;
}
.btn-ternary,
a.btn-ternary:link,
a.btn-ternary:visited {
    color: #FFFFFF;
    background-color: #0D3149;
}
a.btn-ternary:hover,
a.btn-ternary:active {
    color: #FFFFFF;
    background-color: #0D3149;
    border-color: #0D3149;
}
.btn-ternary:hover,
.btn-ternary:focus,
.btn-ternary:active,
.btn-ternary.active,
.open .dropdown-toggle.btn-ternary {
    color: #FFFFFF;
    background-color: #0D3149;
    border-color: #0D3149;
}
.btn-ternary:active,
.btn-ternary.active,
.open .dropdown-toggle.btn-ternary {
    background: #0D3149;
    border-color: #0D3149;
}
.btn-ternary.disabled,
.btn-ternary[disabled],
fieldset[disabled] .btn-ternary,
.btn-ternary.disabled:hover,
.btn-ternary[disabled]:hover,
fieldset[disabled] .btn-ternary:hover,
.btn-ternary.disabled:focus,
.btn-ternary[disabled]:focus,
fieldset[disabled] .btn-ternary:focus,
.btn-ternary.disabled:active,
.btn-ternary[disabled]:active,
fieldset[disabled] .btn-ternary:active,
.btn-ternary.disabled.active,
.btn-ternary[disabled].active,
fieldset[disabled] .btn-ternary.active {
    background-color: #0D3149;
    border-color: #0D3149;
}





/* Sidebar Right */

#sidebar-right .sidebar-title {
    color: #FFFFFF;
    background-color: #0D3149;
}

#sidebar-right #widget-user .item-user {
    color: #0D3149;
}

#sidebar-right #widget-user .item-user.active, #widget-user .item-user:hover {
    background-color: #0D3149;
    color: #FFFFFF;
}

#sidebar-right #widget-list-wrapper .heading #btnGroupSalones button {
    color: #FFFFFF;
    background-color: #0D3149;
}

/* Tabs */
.tab-primary.tab-wrapper .nav-tabs &gt; li.active &gt; a {
    border-top-color: #0D3149;
    color: #0D3149;
    border-bottom-color: #0D3149;
}



/* Bienvenida */
.bienvenida {
    background: #FFFFFF;
    color: #0D3149;
}





/* Calendario */

.fc-day-header {
    background-color: #FFFFFF;
    color: #0D3149;
}

.fc-toolbar {
    background-color: #0D3149;
}

.fc .fc-toolbar .fc-center h2 {
    color: #FFFFFF;
    text-transform: capitalize;
}

.fc td {
    background-color: #0D3149;
    color: #FFFFFF;
}

.fc button {
    background-color: #FFFFFF;
    color: #0D3149;
}





#calendario-v2.fc th, #calendario-v2.fc td, #calendario-v2.fc thead, #calendario-v2.fc tbody, #calendario-v2.fc .fc-divider, #calendario-v2.fc .fc-row, #calendario-v2.fc .fc-popover {
    border-color: #cecece;/*#ECEFF0*/
}

#calendario-v2.fc td {
    background-color: #fff;
    color: #0D3149;
}

#calendario-v2 .fc-day-header {
    background-color: #0D3149;
    color: #FFFFFF;
    border-color: #0D3149 !important;
}

#calendario-v2 .fc-day-number {
    font-size: 14px;
    font-weight: 600;
}

#calendario-v2 .fc-toolbar {
    background-color: #fff;
    margin-bottom: 0.3em;
}

#calendario-v2 .fc-toolbar .fc-left {
    padding: 4px 4px 4px 0px;
}

#calendario-v2 .fc-toolbar h2 {
    width: 200px;
    height: 34px;
    background-color: #0D3149;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

#calendario-v2 .fc-toolbar h2 span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

#calendario-v2 .fc .fc-toolbar h2 {
    text-transform: none;
}

#calendario-v2 .fc-button-group .fc-button {
    background-color: #fff;
    border: 2px solid #0D3149;
    color: #0D3149;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin-left: 4px;
    padding: 0px;
}

#calendario-v2 .fc-imprimir-button {
    background-color: #fff;
    border: 2px solid #0D3149;
    color: #0D3149;
    border-radius: 4px;
    width: 34px;
    height: 34px;
    margin-left: 12px;
    font-size: 18px;
    padding: 0px;
}

#calendario-v2 .fc-verMes-button, #calendario-v2 .fc-verSemana-button, #calendario-v2 .fc-verDia-button {
    background-color: #fff;
    border: 0px !important;
    color: #0D3149;
    border-radius: 4px !important;
    width: 34px;
    height: 34px;
    font-size: 18px;
    box-shadow: none;
    padding: 0px;
    margin-left: 0px !important;
}

#calendario-v2 .fc-verMes-button.fc-state-active, #calendario-v2 .fc-verSemana-button.fc-state-active, #calendario-v2 .fc-verDia-button.fc-state-active {
    background-color: #E6E9ED;
}




#calendario-v2.mini .fc-toolbar h2 {
    width: 132px;
}

#calendario-v2.mini .fc-day-grid .fc-row {
    cursor: pointer;
}

#calendario-v2.mini .fc-basicWeek-view .fc-day-grid .fc-row {
    padding-top: 28px;
    padding-bottom: 36px;
}

#calendario-v2.mini .fc-basicWeek-view .fc-content-skeleton {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 207px;
    height: 207px;
    max-height: 207px;
    overflow: hidden;
}

#calendario-v2.mini .fc-basicWeek-view .fc-bg .fc-day {
    position: relative;
}

#calendario-v2.mini .fc-basicWeek-view .fc-bg .fc-day .numero-dia {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    padding: 6px 0px 4px 0px;
    font-size: 13px;
    font-weight: 600;
}

#calendario-v2.mini .fc-basicWeek-view .fc-bg .fc-day .ver-mas {
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 60%;
}

#calendario-v2.mini .fc-basicWeek-view .fc-bg .fc-day .cantidad {
    position: relative;
    left: -50%;
    border-radius: 3px;
    background-color: #F5F6F7;
    padding: 5px 0px;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

#calendario-v2.mini .fc-toolbar h2 {
    font-size: 12px;
    line-height: 33px;
}

















.calendario-v2.fc th, .calendario-v2.fc td, .calendario-v2.fc thead, .calendario-v2.fc tbody, .calendario-v2.fc .fc-divider, .calendario-v2.fc .fc-row, .calendario-v2.fc .fc-popover {
    border-color: #cecece;/*#ECEFF0*/
}

.calendario-v2.fc td {
    background-color: #fff;
    color: #0D3149;
}

.calendario-v2 .fc-day-header {
    background-color: #0D3149;
    color: #FFFFFF;
    border-color: #0D3149 !important;
}

.calendario-v2 .fc-day-number {
    font-size: 14px;
    font-weight: 600;
}

.calendario-v2 .fc-toolbar {
    background-color: #fff;
    margin-bottom: 0.3em;
}

.calendario-v2 .fc-toolbar .fc-left {
    padding: 4px 4px 4px 0px;
}

.calendario-v2 .fc-toolbar h2 {
    width: 200px;
    height: 34px;
    background-color: #0D3149;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.calendario-v2 .fc-toolbar h2 span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.calendario-v2 .fc .fc-toolbar h2 {
    text-transform: none;
}

.calendario-v2 .fc-button-group .fc-button {
    background-color: #fff;
    border: 2px solid #0D3149;
    color: #0D3149;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin-left: 4px;
    padding: 0px;
}

.calendario-v2 .fc-imprimir-button {
    background-color: #fff;
    border: 2px solid #0D3149;
    color: #0D3149;
    border-radius: 4px;
    width: 34px;
    height: 34px;
    margin-left: 12px;
    font-size: 18px;
    padding: 0px;
}

.calendario-v2 .fc-verMes-button, .calendario-v2 .fc-verSemana-button, .calendario-v2 .fc-verDia-button {
    background-color: #fff;
    border: 0px !important;
    color: #0D3149;
    border-radius: 4px !important;
    width: 34px;
    height: 34px;
    font-size: 18px;
    box-shadow: none;
    padding: 0px;
    margin-left: 0px !important;
}

.calendario-v2 .fc-verMes-button.fc-state-active, .calendario-v2 .fc-verSemana-button.fc-state-active, .calendario-v2 .fc-verDia-button.fc-state-active {
    background-color: #E6E9ED;
}




.calendario-v2.mini .fc-toolbar h2 {
    width: 132px;
}

.calendario-v2.mini .fc-day-grid .fc-row {
    cursor: pointer;
}

.calendario-v2.mini .fc-basicWeek-view .fc-day-grid .fc-row {
    padding-top: 28px;
    padding-bottom: 36px;
}

.calendario-v2.mini .fc-basicWeek-view .fc-content-skeleton {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 207px;
    height: 207px;
    max-height: 207px;
    overflow: hidden;
}

.calendario-v2.mini .fc-basicWeek-view .fc-bg .fc-day {
    position: relative;
}

.calendario-v2.mini .fc-basicWeek-view .fc-bg .fc-day .numero-dia {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    padding: 6px 0px 4px 0px;
    font-size: 13px;
    font-weight: 600;
}

.calendario-v2.mini .fc-basicWeek-view .fc-bg .fc-day .ver-mas {
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 60%;
}

.calendario-v2.mini .fc-basicWeek-view .fc-bg .fc-day .cantidad {
    position: relative;
    left: -50%;
    border-radius: 3px;
    background-color: #F5F6F7;
    padding: 5px 0px;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.calendario-v2.mini .fc-toolbar h2 {
    font-size: 12px;
    line-height: 33px;
}










.cronograma-usuario-visor .fecha {
    color: #0D3149;
}








/*@keyframes radar{
    0%{
        width:5px;
        height:5px;
        border:4px 
        solid #0D3149;
        opacity:0;
    }50%{
        opacity:.2;
    }
    90%{
        width:58px;
        height:58px;
    }
    90%,100%{
        border:1px 
        solid #0D3149;
        opacity:0;
    }100%{
        width:116px;
        height:116px;
    }
}

.radar {
    border-color: #0D3149;
}*/




/* AULA VIRTUAL */

#widget-list-wrapper #widget-list ul li .row .nombre-curso, #widget-list-wrapper #widget-list ul li .row .nombre-grupo, #widget-list-wrapper #widget-list ul li .row .chevron {
    color: #0D3149;
}

#widget-list-wrapper #widget-list ul li .row .nombre-salon {
    color: #0D3149;
}

#reloj-digital.dark {
    background-color: #0D3149;
}

#reloj-digital.dark .display {
    background-color: #0D3149;
}

div.panel.panel-curso .icono-curso, div.panel.panel-curso div.datos-curso .nombre-curso, div.panel.panel-curso div.datos-curso .nombre-grupo {
    color: #0D3149;
}

div.panel.panel-curso div.datos-curso .nombre-salon {
    color: #0D3149;
}

div.panel.panel-curso .descripcion-periodo, div.panel.panel-curso .descripcion-unidad, div.panel.panel-curso .descripcion-sesion {
    color: #0D3149;
}

div.panel.panel-curso i.chevron {
    color: #0D3149;
}

div.panel.periodo .descripcion-periodo span.rango, div.panel.unidad .descripcion-unidad span.rango, div.panel.sesion .descripcion-sesion span.rango {
    color: #0D3149;
}





input:checked+.slider {
    background-color: #0D3149;
}

input:focus+.slider {
    box-shadow: 0 0 1px #0D3149;
}</pre></body></html>