<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #FFF;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}
a.primary-color {
    color: #16a085;
}
.text-green {
    color: #16a085;
}
.overview-black-07 {
    background-color: rgba(0, 0, 0, 0.7);
}
.body-register {
    padding: 20px 0 100px;
}
.panel-smart {
    padding: 20px;
    background: #fff;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.panel-smart .panel-heading {
    padding: 5px 0 10px 0;
    color: #292929;
    border-bottom: 1px solid #929497;
}
.panel-smart .panel-heading h3.panel-title {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
    font-size: 24px;
    margin: 0;
}
.panel-smart .panel-heading.inner {
    margin-top: 30px;
    margin-bottom: 20px;
}
.panel-smart .panel-body {
    padding: 20px 0 0;
}
.panel-smart .panel-body p {
    font-size: 14px;
    font-weight: 300;
}
.panel-smart .panel-body ul,
.panel-smart .panel-body ol {
    font-size: 14px;
    font-weight: 300;
}
.form-control {
    font-weight: 200;
}
.has-error .g-recaptcha &gt; div {
    border: 1px solid #a94442;
}
input.error,
textarea.error,
select.error {
    border: 1px solid red !important;
    box-shadow: 0 0 8px red inset !important;
    outline: 0 none;
}
label.error {
    color: red;
    font-size: 11px !important;
    font-weight: 300 !important;
    padding-top: 0 !important;
    text-align: left !important;
}


#top-bar {
    padding-top: 5px;
    padding-bottom: 3px;
    color: #afafaf;
    background-color: #282828;
}
#top-bar span {
    color: #fff;
    font-weight: 500;
}
#top-bar .fa {
    margin-right: 10px;
    color: #FFF;
    font-size: 20px;
    vertical-align: middle;
}
#main-container {
    padding-top: 10px;
    padding-bottom: 30px;
}
#main-container #main-banner {
    padding-top: 35px;
    padding-bottom: 35px;
    background: url('../images/admin/main-banner.jpg') no-repeat center;
    margin-bottom: 2px;
}
#main-container #main-banner h1,
#main-banner h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}
#main-container #main-banner h1 {
    font-size: 60px;
    font-weight: bold;
}
#main-container #main-banner h2 {
    font-size: 22px;
    font-weight: 300;
}

#main-container .breadcrumb {
    margin-bottom: 30px;
    padding: 10px 30px;
    text-transform: uppercase;
    background: #292929;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#main-container .breadcrumb li,
.breadcrumb &gt; li + li::before,
.breadcrumb li a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
#main-container .breadcrumb &gt; .active {
    color: #f1f1f1;
}
#main-container .title-section h2 {
    font-size: 28px;
    font-weight: bold;
    color: #16a085;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 25px;
}
#main-container .title-section h2 span {
    display: block;
    color: #878a8c;
    font-size: 18px;
}
#main-container .content-section {
    padding-bottom: 80px;
}
#main-container .content-section #search {
    margin-bottom: 30px;
}
#main-container .content-section #search #txtBuscar {
    color: #878a8c;
    font-size: 18px;
    border: 1px solid #e4e4e4;
    background-color: #F5F5F5;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 16px 10px 25px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#main-container .content-section #search #txtBuscar::placeholder {
    color: #CBCBCB;
}
#main-container .content-section #search .btn-view02 {
    color: #ffffff;
    background-color: #16a085;
    border: 1px solid #16a085;
    padding: 7px 30px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#main-container .content-section #search .btn-view02:hover {
    background-color: #12806A;
    border: 1px solid #12806A;
}
#main-container .content-section #search .total-results {
    font-size: 11px;
    font-weight: 300;
    margin-top: 4px;
}
#main-container .content-section .panel-result {
    margin-bottom: 30px !important;
    padding: 20px;
    background: #F5F5F5;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}
#main-container .content-section .panel-result .panel-result-heading {
    padding: 5px 0 20px 0;
    color: #292929;
    border-bottom: 1px solid #929497;
    font-family: 'Oswald', sans-serif !important;
}
#main-container .content-section .panel-result .panel-result-heading h3.panel-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
#main-container .content-section .panel-result .panel-result-heading .help-block {
    display: block;
    color: #737373;
    font-size: 14px;
    font-weight: 300;
}
#main-container .content-section .panel-result .panel-result-body {
    padding: 20px 0 0;
}
#main-container .content-section .panel-result .table-view02 &gt; thead &gt; tr &gt; th {
    border-top: none;
    font-size: 16px;
    padding: 8px;
    vertical-align: middle;
}
#main-container .content-section .panel-result .table-view02 &gt; tbody &gt; tr &gt; td {
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
}
#main-container .content-section .panel-result .table-view02 &gt; tbody &gt; tr &gt; td .btn {
    font-size: 12px;
}
/**************** MENU ADMINISTRACIÃ“N *****************************************/
#main-container #menu-principal .administracion-item {
    text-align: center;
    padding: 20px;
    background-color: #F9F9F9;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
    min-height: 235px;
}
#main-container #menu-principal .administracion-item a {
    text-decoration: none;
}
#main-container #menu-principal .administracion-item a i {
    font-size: 40px;
    border: 2px solid #16A085;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding-top: 25px;
    transition: 0.4s ease-in-out 0s;
    background-color: #16A085;
    color: #FFFFFF;
}
#main-container #menu-principal .administracion-item a:hover i {
    background-color: #FFF;
    color: #16a085;
}
#main-container #menu-principal .administracion-item a .item-body h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Oswald', sans-serif !important;
    color: #555555;
    transition: 0.3s ease-in-out 0s;
    margin: 20px 0 10px;
}
#main-container #menu-principal .administracion-item a .item-body p {
    font-size: 14px;
    color: #666666;
    margin: 0;
    font-weight: 300;
}
/**************** ADMINISTRACIÃ“N POST ****************************************/
.file-hidden {
    display: none !important;
}
.upload-loading-imagen {
    color: #449d44;
    font-size: 25px;
    display: none;
}
#contenedor-imagenes {
    margin-top: 50px;
    min-height: 100px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
}
#contenedor-imagenes .imagen-uploaded {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0 #a2958a;
    height: auto;
    margin: 8px;
    padding: 6px;
    position: relative;
    text-align: center;
    width: 162px;
    display: inline-block;
}
#contenedor-imagenes .imagen-uploaded img {
    height: 150px;
    max-width: 150px;
}
#contenedor-imagenes .imagen-uploaded .progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
}
#contenedor-imagenes .imagen-uploaded .progress .progress-bar {
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
}
#contenedor-imagenes .imagen-uploaded .tools {
    margin-top: 15px;
    padding: 0 3px;
}
#contenedor-imagenes .imagen-uploaded .tools a {
    color: #a94442;
}
.upload-loading-arhivo {
    color: #449d44;
    font-size: 25px;
    display: none;
}
#contenedor-archivos {
    margin-top: 50px;
    min-height: 100px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
}
#contenedor-archivos .archivo-uploaded {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0 #a2958a;
    height: auto;
    margin: 8px;
    padding: 6px;
    position: relative;
    text-align: center;
    width: 162px;
    display: inline-block;
}
#contenedor-archivos .archivo-uploaded .pdf-img {
    color: #a94442;
    font-size: 90px;
    height: 130px;
    max-width: 150px;
    text-align: center;
}
#contenedor-archivos .archivo-uploaded .pdf-name {
    font-size: 10px;
    font-weight: 400;
    padding-bottom: 5px;
    text-transform: uppercase;
}
#contenedor-archivos .archivo-uploaded .tools {
    margin-top: 15px;
    padding: 0 3px;
}
#contenedor-archivos .archivo-uploaded .tools a {
    color: #a94442;
}
#contenedor-videos {
    margin-top: 50px;
    min-height: 100px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
}
#contenedor-videos .videos-uploaded {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0 #a2958a;
    height: auto;
    margin: 8px;
    padding: 6px;
    position: relative;
    text-align: center;
    width: 162px;
    display: inline-block;
}
#contenedor-videos .videos-uploaded .video {
    height: 100px;
    text-align: center;
}
#contenedor-videos .videos-uploaded .video-name {
    font-size: 10px;
    font-weight: 400;
    padding-bottom: 5px;
    text-transform: uppercase;
}
#contenedor-videos .videos-uploaded .tools {
    margin-top: 15px;
    padding: 0 3px;
}
#contenedor-videos .videos-uploaded .tools a {
    color: #a94442;
}
/**************** ADMINISTRACIÃ“N CONFERENCIAS ****************************************/
.fc-event-time {
    font-size: 12px;
}
.fc-event-title {
    font-size: 16px;
    font-weight: 600;
}
.fc-event-title .ponente {
    font-size: 12px;
    font-weight: 400;
}
.fc-event-title .bloque {
    font-size: 10px;
    font-weight: 400;
}
/**************** FOOTER  **************************************************/
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}
#footer .copyright {
    background: #161616;
    padding: 18px 0 8px;
}
#footer .copyright,
#footer .copyright a,
#footer .copyright a:hover {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
/**************** BOOTSTRAP CSS *********************************************/
.form-group .col-form-label,
.form-group .control-label {
    color: #8b8b8b;
    font-weight: 600;
    font-size: 14px;
}
@media (min-width: 768px) {
    .form-group .col-form-label {
        text-align: right;
    }
}
.form-group .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    resize: none;
}
.form-group .form-text {
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 12px;
}
.form-group .input-group-text {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.btn-view02 {
    color: #ffffff;
    background-color: #16a085;
    border: 1px solid #16a085;
    padding: 7px 30px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-view02:hover {
    color: #ffffff;
    background-color: #12806A;
    border: 1px solid #12806A;
}
.jfilestyle {
    margin-bottom: 5px !important;
}
.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.pagination .page-item .page-link {
    color: #000;
    font-weight: 400;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #16a085;
    border-color: #16a085;
}
/**************** PRELOADER CSS *********************************************/
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
    display: table;
    text-align: center;
}
#preloader .loader {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 200px;
    height: 200px;
}
#preloader .loader-icon {
    width: 80px;
    height: 80px;
    border: 5px solid #0b101f;
    border-right-color: #eee;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto;
}
@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: inherit !important;
}

/**************** UTILITIES CSS *********************************************/
.space10 {
    min-height: 10px;
}
.space20 {
    min-height: 20px;
}
.space30 {
    min-height: 30px;
}
.space40 {
    min-height: 40px;
}
.space50 {
    min-height: 50px;
}

.modal{
    z-index: 10500 !important;
}</pre></body></html>