@charset "utf-8";
/*******************************************************
    Open+Sans:300,400,600,700
    #089FCF rgba(8,159,207,1.00)    BLUE
    #DC7828 rgba(220,120,40,1.00)   ORANGE
    #9E0B0F rgba(158,11,15,1.00)    ORANGE-DARK
    #F4D7BE rgba(224,215,190,1.00)  ORANGE-30
    #F9E9DD rgba(249,233,221,1.00)  ORANGE-16
    xs:0, sm:576px, md:768px, lg:992px, xl:1200px
*******************************************************/
body,
td,
th {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6em;
    color: #333333;
    text-transform: none;
}
body {
    margin: 0px;
    background-color: #fdfdfd;
}
/* -------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 48px 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #222222;
    line-height: 1.3em;
    letter-spacing: -0.02em !important;
    text-transform: none;
    cursor: default;
}
h1,
.h1 {
    font-size: 35px;
}
h2,
.h2 {
    font-size: 28px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 21px;
}
h5,
.h5 {
    font-size: 18px;
}
h6,
.h6 {
    font-size: 18px;
    font-style: italic;
}
.page-title,
.page-header h1 {
    margin: 0px 0px 48px 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    font-weight: 400;
    color: #222222;
    line-height: 1.3em;
    letter-spacing: -0.02em !important;
    text-transform: none;
    cursor: default;
}
/* -------------------------------------------------- */
* {
    outline: none !important;
}
p {
    margin: 0px 0px 1.6em 0px;
}
b,
strong {
    font-weight: 600;
}
.small {
    font-size: 80% !important;
    line-height: 1.3em !important;
    color: #999999;
}
a {
    color: #dc7828;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #9e541a;
    text-decoration: none;
    outline: none !important;
}
a.xtc-anchor {
    display: block;
    position: relative;
    top: -220px !important;
    visibility: hidden !important;
}
a > .xtc-thumb-cover {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    -webkit-filter: opacity(0);
    filter: opacity(0);
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(220, 120, 40, 0.8);
    /*** TRANSITION ***/
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
a > .xtc-thumb-cover.xtc-thumb-link {
    background-image: url(images/icon_link.png);
}
a > .xtc-thumb-cover.xtc-thumb-more {
    background-image: url(images/icon_more.png);
}
a:hover > .xtc-thumb-cover,
a:focus > .xtc-thumb-cover {
    -webkit-filter: opacity(1);
    filter: opacity(1);
    opacity: 1;
}
span.xtc-nowrap {
    white-space: nowrap;
}
span.xtc-break {
    display: block;
}
span.xtc-anchor {
    display: block;
    position: relative;
    top: -180px !important;
    visibility: hidden !important;
}
@media (max-width: 767px) {
    span.xtc-anchor {
        top: -20px !important;
    }
}
blockquote {
    margin: 0px 0px 1em 0px;
    padding: 10px 20px;
    font-size: inherit;
    line-height: inherit;
    border-left: 4px solid #e1e1e1;
}
.t3-mainbody .margin-bottom-1x {
    margin-bottom: 1.6em;
}
.jsn-p-fields dl dd .margin-bottom-1x {
    margin-bottom: 1.4em;
}
.xtc-crs-dfl {
    cursor: default;
}
.xtc-crs-pnt {
    cursor: pointer;
}
.xtc-clear {
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 0px !important;
    clear: both !important;
}
::-moz-selection {
    color: #000000;
    background-color: #f4d7be;
}
::selection {
    color: #000000;
    background-color: #f4d7be;
}
/* -----------------------------------------------------
    DATA-HELPER [TEMPORAL]
----------------------------------------------------- */
.xtc-dataHELP {
    min-width: 100px;
    position: fixed;
    top: 0px;
    left: 160px;
    margin: 0px;
    padding: 0px 8px;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
    background-color: #ffaa00;
    z-index: 9999;
}
/*************************************************************************************************************
    
*************************************************************************************************************/
/*******************************************************
    INPUT
*******************************************************/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
    padding: 6px 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 0px;
    border: 1px solid #cccccc;
}
input[type="text"],
input[type="text"]:focus,
input[type="password"],
input[type="password"]:focus {
    border: 1px solid #dc7828;
}
label {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none;
}
span.highlight {
    padding: 0px;
    font-weight: 400;
    color: #000000;
    background-color: #f4d7be;
}
.chzn-container {
    font-size: 14px;
    vertical-align: top;
    line-height: normal;
}
.chzn-container .chzn-results {
    color: #444;
    margin: 0px;
    padding: 0px;
    border: 1px solid #dc7828;
}
.chzn-container-active .chzn-single {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.chzn-container-single .chzn-single,
.chzn-container-active.chzn-with-drop .chzn-single {
    border: 1px solid #e1e1e1;
    background: none;
}
.chzn-container-single .chzn-single {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.chzn-container .chzn-drop {
    border: none;
    border-top: 1px solid #e1e1e1;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    background: #ffffff;
}
.chzn-container .chzn-results li.highlighted {
    color: #ffffff;
    background-image: none;
    background-color: #dc7828;
}
input[type="radio"] {
    display: inline-block;
    position: relative !important;
    vertical-align: middle !important;
    margin: 0px 4px 2px -20px !important;
    line-height: normal !important;
}
/* -------------------------------------------------- */
.btn {
    text-transform: none;
}
.btn {
    display: inline-block;
    margin-bottom: 0px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 2px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-image: none;
    cursor: pointer;
}
.btn-primary {
    color: #ffffff !important;
    border: 2px solid #dc7828;
    background-color: #dc7828 !important;
    /*** TRANSITION ***/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
    color: #333333 !important;
    border-color: #dc7828 !important;
    background-color: #ffffff !important;
}
.btn-lg {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    padding: 6px 24px;
}
/*******************************************************
    EDIT PROFILE
*******************************************************/
@media screen and (min-width: 992px) {
    .profile-edit {
        width: 100%;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .form-horizontal .control-group .control-label {
        width: 180px;
    }
}
.form-horizontal .control-group .controls {
    margin-left: 200px;
}
@media (max-width: 766px) {
    .form-horizontal .control-group .controls {
        margin-left: 0px;
    }
}
.form-horizontal > .control-group {
    text-align: right;
}
.form-horizontal .control-group .jsn_registration_controls .btn-primary,
.form-horizontal .control-group .jsn_registration_controls .btn-danger {
    min-width: 160px;
}
.form-horizontal .control-group .jsn_registration_controls .btn-primary {
    color: #ffffff !important;
    border-color: #5cb85c !important;
    background-color: #5cb85c !important;
}
.form-horizontal .control-group .jsn_registration_controls .btn-primary {
    color: #ffffff !important;
    border-color: #5cb85c !important;
    background-color: #5cb85c !important;
}
.form-horizontal .control-group .jsn_registration_controls .btn-primary:hover,
.form-horizontal .control-group .jsn_registration_controls .btn-primary:focus,
.form-horizontal .control-group .jsn_registration_controls .btn-primary.focus,
.form-horizontal .control-group .jsn_registration_controls .btn-primary:active,
.form-horizontal .control-group .jsn_registration_controls .btn-primary.active {
    color: #5cb85c !important;
    background-color: #ffffff !important;
}
.profile-edit .well {
    padding: 20px;
    margin: 0px;
    background-color: #ffffff;
    border: 2px solid #dddddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#jsn-form .z-content .jsn-form-fieldset {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    color: #333333;
    text-transform: none;
}
#jsn-form .z-content .jsn-form-fieldset .control-label,
#jsn-form .z-content .jsn-form-fieldset .control-label label,
#jsn-form .z-content .jsn-form-fieldset .controls {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #333333;
    text-transform: none;
}
#jsn-form .z-content .jsn-form-fieldset .control-label label {
    font-weight: 600 !important;
}
#jsn-form .z-content .jsn-form-fieldset .chzn-container {
    font-size: 16px;
    line-height: 1.5em;
    vertical-align: initial;
}
#jsn-form .z-content .jsn-form-fieldset .chzn-container .chzn-choices li.search-choice {
    margin: 4px 2px;
    padding: 3px 24px 3px 8px;
    color: #333333;
    line-height: 1.5em;
    cursor: default;
}
#jsn-form .z-content .jsn-form-fieldset .chzn-container .chzn-choices li.search-choice .search-choice-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 16px;
    height: 16px;
    font-size: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 2px;
    background: url(images/icon_close-white16.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ff0000;
}
.profile-edit #member-profile .controls > input {
    border: none;
    border-left: 3px solid #ffaa00;
}
.profile-edit .chzn-container {
    width: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.profile-edit .chzn-container-single .chzn-single {
    height: auto;
    padding: 6px 0px 6px 12px;
    border: none;
    border-left: 3px solid #ffaa00;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.profile-edit .chzn-container-single .chzn-single div {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 100%;
}
.profile-edit .chzn-container-single .chzn-single div b {
    display: inline-block;
    /*background-position: 4px 8px;*/
    background: url(images/icon_caret-down-white16.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffaa00;
}
.profile-edit .avatar-group .img_avatar {
    width: 120px !important;
    margin-right: 20px !important;
    margin-bottom: 0px !important;
}
.profile-edit .avatar-group .checkboxes {
    clear: none !important;
    float: left;
}
.wf-editor-container {
    padding: 0px;
}
.profile-edit .wf-editor-container .wf-editor-tabs {
    margin-top: 0px;
    margin-bottom: 5px;
}
.wf-editor-container .nav-tabs {
    border: none;
}
.wf-editor-header {
    min-height: 0px;
}
.profile-edit .curriculum-group .profile-edit input.curriculum {
    display: block;
    width: 100%;
    float: none;
    margin-top: 0px;
    clear: both;
}
.profile-edit .curriculum-group input#jform_upload_curriculum {
    padding: 6px 12px;
    background-color: #ffffff;
}
@media (min-width: 768px) {
    .profile-edit .curriculum-group .profile-edit input.curriculum {
        display: block;
        width: 100%;
        float: none;
        margin-top: 0px;
        clear: both;
    }
}
.profile-edit .curriculum-group .controls > input[type="file"] {
    width: 100% !important;
    margin-bottom: 10px;
    padding: 0px;
}
.profile-edit .curriculum-group .controls > div {
    margin-bottom: 0px !important;
    float: none;
}
.profile-edit .chzn-container-multi .chzn-choices {
    padding: 6px 12px;
    border: none;
    border-left: 3px solid #ffaa00;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.profile-edit .chzn-container-multi .chzn-choices li.search-choice {
    border: 1px solid #dddddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-image: none !important;
    background-color: #ffffff;
}
.profile-edit input[type="radio"] {
    margin-top: 3px !important;
}
/* -------------------------------------------------- */
.profile-edit input[type="text"][readonly],
.profile-edit input[type="email"][readonly] {
    border-color: #000000 !important;
    background-color: #ffffff;
}
.profile-edit input[type="file"] {
    /* VACIO */
}
.profile-edit .firstname-group .control-label label .star,
.profile-edit .lastname-group .control-label label .star,
.profile-edit .email1-group .control-label label .star {
    display: none;
}
.profile-edit .area_select-group .controls,
.profile-edit .grado_lic-group .controls,
.profile-edit .docencia_select-group .controls,
.profile-edit .especialidad_lineas_select-group .controls,
.profile-edit .posgrado_lineas_select-group .controls,
.profile-edit .nucleo_select-group .controls,
.profile-edit .vinculacion_select-group .controls {
    padding-left: 16px;
    border-left: 3px solid #ffaa00;
}
.profile-edit .sede-group .controls .chzn-single,
.profile-edit .nombramiento-group .controls .chzn-single,
.profile-edit .area_select-group .controls .chzn-single,
.profile-edit .area_otra-group .controls .chzn-single {
    border-left: none;
}
.profile-edit .sede-group .controls,
.profile-edit .nombramiento-group .controls,
.profile-edit .area_select-group .controls,
.profile-edit .area_otra-group .controls {
    border-left: 3px solid #000000 !important;
}
.profile-edit .sede-group .controls .chzn-single div b,
.profile-edit .nombramiento-group .controls .chzn-single div b,
.profile-edit .area_select-group .controls .chzn-single div b,
.profile-edit .area_otra-group .controls .chzn-single div b {
    background-color: #cccccc;
    display: none !important;
}
.profile-edit .username-group .controls,
.profile-edit .email1-group .controls,
.profile-edit .area_select-group .controls {
    /*opacity: 0.5 !important;*/
}
.profile-edit .area_select-group .controls input {
    cursor: not-allowed;
}
.profile-edit .area_select-group .controls label {
    cursor: default !important;
}
.profile-edit .area_select-group .controls > fieldset.disabled,
.chzn-disabled {
    opacity: 0.5 !important;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
/*******************************************************
    TOOLTIPSTER
*******************************************************/
.tooltipster-sidetip.theme-orange .tooltipster-box {
    border: 1px dotted #dc7828;
    border-bottom: 2px solid #dc7828;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #ffffff;
}
.tooltipster-sidetip.theme-orange.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}
.tooltipster-sidetip.theme-orange .tooltipster-content {
    padding: 6px 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    line-height: 1.4em;
    cursor: default;
}
.tooltipster-sidetip.theme-orange .tooltipster-arrow-background {
    display: none;
}
.tooltipster-sidetip.theme-orange.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #dc7828;
}
.tooltipster-sidetip.theme-orange.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #dc7828;
}
.tooltipster-sidetip.theme-orange.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #dc7828;
}
.tooltipster-sidetip.theme-orange.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #dc7828;
}
/*******************************************************
    SEARCH
*******************************************************/
.searchintro,
.form-horizontal {
    cursor: default;
}
.badge {
    display: inline-block;
    min-width: 30px;
    padding: 4px 8px 4px 8px;
    font-size: inherit;
    font-weight: 400;
    color: #ffffff;
    line-height: inherit;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    text-transform: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #dc7828;
}
.searchintro .badge,
.form-horizontal .badge {
    font-size: 100%;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #dc7828;
}
.search-results .result-title {
    font-size: 22px;
    color: #222222;
    line-height: 1.4em;
}
.search-results .result-title a {
    color: #222222;
}
.search-results .result-title a:hover,
.search-results .result-title a:focus,
.search-results .result-title a:active {
    color: #dc7828;
}
.search-results .result-text {
    font-size: 16px;
    color: #333333;
    line-height: 1.5em;
}
/*************************************************************************************************************
    
*************************************************************************************************************/
/*******************************************************
    WRAPPER [OFF-CANVAS]
*******************************************************/
.off-canvas-open .t3-wrapper:after {
    z-index: 99999;
}
/*******************************************************
    HEADER
*******************************************************/
.t3-header {
    margin: 0px;
    padding: 50px 0px 0px 0px;
    /*background-color: #DC7828;*/
    /*background-color: rgba(220, 120, 40, 1.00);*/
    background-color: rgba(255, 255, 255, 1);
}
#xtc-features .t3-header {
    /*background-color: rgba(255, 255, 255, 1.00);*/
}
/* -------------------------------------------------- */
#t3-header .logo-wrapper {
    margin: 0px;
    padding: 0px;
}
#t3-header .logo-wrapper > .container {
    position: relative;
}
/* -------------------------------------------------- */
.t3-header .header-logo {
    margin: 0px;
    padding: 0px;
    /*** TRANSITION ***/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.t3-header .logo-conacyt {
    float: left;
    width: 98px;
}
.t3-header .logo-centrogeo {
    float: right;
    width: 98px;
}
.t3-header .header-logo img {
    width: 100%;
    /*opacity: 0.8;
    filter: alpha(opacity=80);*/
}
#xtc-features .t3-header .header-logo img {
    /*opacity: 1.0;
    filter: alpha(opacity=100);*/
}
.t3-header .header-sitename {
    position: absolute;
    top: 0px;
    right: 120px;
    left: 120px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-align: center;
    border-top: 1px dotted rgba(255, 255, 255, 0);
    /*** TRANSITION ***/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.t3-header .header-sitename h1 {
    margin: 0px;
    padding: 0px;
    /*font-size: 18px;*/
    font-size: 24px;
    /*font-weight: 400;*/
    font-weight: 400;
    line-height: 1.3em;
    /*color: rgba(255, 255, 255, 0.8);*/
    color: rgba(61, 64, 69, 1);
    /*** TRANSITION ***/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.t3-header .header-sitename h1 span {
    display: block !important;
}
#xtc-features .t3-header .header-sitename h1 {
    /*font-weight: 600;
    color: rgba(61, 64, 69, 1.00);*/
}
.t3-header .header-sitename small {
    display: block;
    margin-top: 6px;
}
/* -----------------------------------------------------
    HEADER [NOTICE]
----------------------------------------------------- */
#header-notice {
    margin: -14px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.4em;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);*/
    background-color: #fcf8e3;
}
#header-notice .notice-wrapper {
    margin: 0px;
    padding: 10px 0px;
    border-bottom: 1px dotted rgba(220, 120, 40, 1);
}
/* -----------------------------------------------------
    OFF-CANVAS [TOGGLE]
----------------------------------------------------- */
.off-canvas-toggle {
    position: relative;
    width: 60px;
    height: 32px;
    float: right;
    top: 0px;
    right: 20px;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    border: 1px solid #dc7828;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #dc7828;
}
.off-canvas-toggle:hover {
    background-color: #ffffff;
}
.off-canvas-toggle .patty {
    display: inline-block;
    position: relative;
    top: -2px;
    height: 2px;
    width: 20px;
    background-color: #ffffff;
}
.off-canvas-toggle .patty:before,
.off-canvas-toggle .patty:after {
    content: "";
    display: block;
    height: 2px;
    width: 20px;
    background-color: #ffffff;
}
.off-canvas-toggle:hover .patty,
.off-canvas-toggle:hover .patty:after,
.off-canvas-toggle:hover .patty:before {
    background: #dc7828;
}
/* -------------------------------------------------- */
@media (max-width: 1300px) {
    .off-canvas-toggle {
        position: relative;
        width: 60px;
        height: 32px;
        float: right;
        top: 0px;
        right: 15px;
        margin: 0px;
        padding: 0px;
        line-height: 0px;
        border: 1px solid #dc7828;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        background-color: #dc7828;
    }
}
@media (max-width: 849px) {
    .off-canvas-toggle,
    .off-canvas-open .navigation-wrapper > .off-canvas-toggle {
        /*position: absolute;*/
        /*top: 46px !important;*/
    }
    #xtc-features .off-canvas-toggle,
    #xtc-features.off-canvas-open .navigation-wrapper > .off-canvas-toggle {
        position: relative;
        top: 0px !important;
    }
}
@media (max-width: 767px) {
    .off-canvas-toggle,
    .off-canvas-open .navigation-wrapper > .off-canvas-toggle {
        /*position: relative;*/
        /*top: 0px !important;*/
    }
    #xtc-features .off-canvas-toggle,
    #xtc-features.off-canvas-open .navigation-wrapper > .off-canvas-toggle {
        position: relative;
        top: 0px !important;
    }
}
/* -----------------------------------------------------
    NAVBAR [TOGGLE]
----------------------------------------------------- */
.navbar-toggle {
    position: relative;
    width: 60px;
    height: 32px;
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    color: #ffffff;
    line-height: 0px;
    border: 1px solid #dc7828;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-image: none;
    background-color: #dc7828;
}
.navbar-default .navbar-toggle {
    border: 1px solid #dc7828;
}
.navbar-toggle:focus {
    outline: 0;
    color: #ff0000;
}
/* -------------------------------------------------- */
.navbar-toggle .patty {
    display: inline-block;
    position: relative;
    top: -2px;
    height: 2px;
    width: 20px;
    background-color: #ffffff;
    /*** TRANSITION ***/
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.navbar-toggle .patty:before,
.navbar-toggle .patty:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #ffffff;
    /*** TRANSITION ***/
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.navbar-toggle .patty:after {
    top: 6px;
}
.navbar-toggle .patty:before {
    top: -6px;
}
.navbar-toggle:hover .patty,
.navbar-toggle:focus .patty,
.navbar-toggle:hover .patty:after,
.navbar-toggle:focus .patty:after,
.navbar-toggle:hover .patty:before,
.navbar-toggle:focus .patty:before {
    background: #dc7828;
}
/* -----------------------------------------------------
    MAINNAV
----------------------------------------------------- */
#t3-header .navigation-wrapper {
    position: relative;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    border-bottom: 1px dotted rgba(220, 120, 40, 1);
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 1);
    /*** TRANSITION ***/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#xtc-features #t3-header .navigation-wrapper {
    background-color: rgba(255, 255, 255, 1);
}
#t3-mainnav.navbar {
    min-height: 0px;
    margin: 0px;
    border: none;
}
.t3-mainnav .t3-navbar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.t3-mainnav .navbar-nav {
    float: none;
}
.t3-mainnav .navbar-nav > li > a,
.t3-mainnav .navbar-nav > li > span {
    margin: 0px 2px;
    padding: 8px 8px 10px 8px;
    font-size: 14px;
    line-height: 14px;
    text-transform: none;
    letter-spacing: -0.02em !important;
    /*** TRANSITION ***/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.t3-mainnav .navbar-nav > li > span {
    cursor: default;
}
#xtc-features .t3-mainnav .navbar-nav > li > a,
#xtc-features .t3-mainnav .navbar-nav > li > span {
    /*line-height: 40px;*/
}
.t3-mainnav ul.navbar-nav > li:last-of-type > a {
    margin-right: 0px;
}
.t3-mainnav .navbar-nav > li > a::before,
.t3-mainnav .navbar-nav > li > span::before {
    content: "";
    width: 0px;
    margin: 0px;
    border-bottom: none;
    display: none !important;
}
/* -----------------------------------------------------
    MAINNAV [COLLAPSE]
----------------------------------------------------- */
.t3-mainnav .t3-navbar-collapse {
    position: absolute;
    width: auto;
    max-width: calc(100% - 30px);
    /*top: calc(100% + 3px);*/
    top: calc(100% - 1px);
    left: 0px;
    margin: 0px;
    padding: 10px 0px;
    border: 1px solid #dc7828;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 1);
}
.navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
    float: left;
    margin: 0px;
}
#t3-mainnav .t3-navbar-collapse .navbar-nav > li {
    float: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > span {
    position: relative;
    display: block;
    margin: 4px 0px;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4em;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a:focus,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > span:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > span:focus {
    color: #ffffff;
    background-color: rgba(220, 120, 40, 1);
}
/* -------------------------------------------------- */
#t3-mainnav .t3-navbar-collapse.navbar-collapse,
#t3-mainnav .t3-navbar-collapse.navbar-collapse.in {
    overflow: visible !important;
    height: auto !important;
    /*** TRANSITION ***/
    -webkit-transition: all 0ms;
    -moz-transition: all 0ms;
    -ms-transition: all 0ms;
    -o-transition: all 0ms;
    transition: all 0ms;
}
#t3-mainnav .t3-navbar-collapse .navbar-nav > li {
    position: relative;
}
#t3-mainnav .t3-navbar-collapse .navbar-nav > li > ul.nav-child {
    overflow: hidden;
    width: 240px;
    max-height: 20px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -11px;
    left: calc(100% - 40px);
    float: none;
    margin: 0px;
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    border: 1px solid #dc7828;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 1);
    z-index: -1;
    /*** TRANSITION ***/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#t3-mainnav .t3-navbar-collapse .navbar-nav > li > ul.nav-child > li {
    display: block;
    position: relative;
    float: none;
}
#t3-mainnav .t3-navbar-collapse .navbar-nav > li > ul.nav-child > li > a {
    display: block;
    margin: 4px 0px;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4em;
    background-color: rgba(220, 120, 40, 0);
    /*** TRANSITION ***/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#t3-mainnav .t3-navbar-collapse .navbar-nav > li > ul.nav-child > li.active > a,
#t3-mainnav .t3-navbar-collapse .navbar-nav > li > ul.nav-child > li.alias-parent-active > a,
#t3-mainnav .t3-navbar-collapse .navbar-nav > li > ul.nav-child > li > a:hover,
#t3-mainnav .t3-navbar-collapse .navbar-nav > li > ul.nav-child > li > a:focus {
    color: #ffffff;
    background-color: rgba(220, 120, 40, 1);
}
#t3-mainnav .t3-navbar-collapse .navbar-nav > li:hover > .nav-child,
#t3-mainnav .t3-navbar-collapse .navbar-nav > li:hover > .nav-child li,
#t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > ul.nav-child {
    /* VACIO */
}
#t3-mainnav .t3-navbar-collapse .navbar-nav > li:hover > ul.nav-child {
    max-height: 600px;
    visibility: visible;
    opacity: 1;
    left: calc(100% + 3px);
}
/* -------------------------------------------------- */
#xtc-features .t3-header .t3-navbar .navbar-nav {
    visibility: hidden;
    opacity: 0;
    /*** TRANSITION ***/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.t3-mainnav .t3-navbar .navbar-nav > li.active > a,
.t3-mainnav .t3-navbar .navbar-nav > li.active > span,
.t3-mainnav .t3-navbar .navbar-nav > li.alias-parent-active > a,
.t3-mainnav .t3-navbar .navbar-nav > li.alias-parent-active > span {
    background-image: url(images/mainnav_current.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    /*** TRANSITION ***/
    -webkit-transition: background-position 0s ease 0s;
    -moz-transition: background-position 0s ease 0s;
    -ms-transition: background-position 0s ease 0s;
    -o-transition: background-position 0s ease 0s;
    transition: background-position 0s ease 0s;
}
#xtc-features .t3-mainnav .t3-navbar .navbar-nav > li.active > a,
#xtc-features .t3-mainnav .t3-navbar .navbar-nav > li.active > span,
#xtc-features .t3-mainnav .t3-navbar .navbar-nav > li.alias-parent-active > a,
#xtc-features .t3-mainnav .t3-navbar .navbar-nav > li.alias-parent-active > span {
    background-image: url(images/mainnav_current-features.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    /*** TRANSITION ***/
    -webkit-transition: background-position 0s ease 0s;
    -moz-transition: background-position 0s ease 0s;
    -ms-transition: background-position 0s ease 0s;
    -o-transition: background-position 0s ease 0s;
    transition: background-position 0s ease 0s;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.alias-parent-active > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > span,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.alias-parent-active > span {
    color: #ffffff;
    background-color: rgba(220, 120, 40, 1);
}
/* -------------------------------------------------- */
.off-canvas-right.off-canvas-open .t3-header .navbar {
    min-height: 36px;
}
.t3-header.ja-affix-top .t3-navbar-collapse .navbar-nav > li > a,
.off-canvas-right.off-canvas-open .t3-header .t3-navbar-collapse .navbar-nav > li > a,
.t3-header.ja-affix-top .t3-navbar-collapse .navbar-nav > li > span,
.off-canvas-right.off-canvas-open .t3-header .t3-navbar-collapse .navbar-nav > li > span {
    margin: 4px 0px;
    padding: 3px 20px;
    line-height: 1.4em;
}
/* -----------------------------------------------------
    HEADER [AFFIX-TOP]
----------------------------------------------------- */
.t3-header.ja-affix-top .header-sitename {
    margin-top: 0px;
}
.t3-header.ja-affix-top .header-sitename h1 {
    font-size: 20px;
    line-height: 1.3em;
}
#t3-header.ja-affix-top .navigation-wrapper {
    margin-top: 10px;
}
.t3-header.ja-affix-top,
.off-canvas-right.off-canvas-open .t3-header {
    padding-top: 50px;
    padding-bottom: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*background-color: rgba(220, 120, 40, 1.00);*/
    background-color: rgba(255, 255, 255, 1);
}
#xtc-features .t3-header.ja-affix-top,
#xtc-features .off-canvas-right.off-canvas-open .t3-header {
    /*background-color: rgba(255, 255, 255, 1.00);*/
}
.t3-header.ja-affix-top .logo-conacyt {
    width: 76px;
}
.t3-header.ja-affix-top .logo-centrogeo {
    width: 76px;
}
#xtc-features .t3-header.ja-affix-top .t3-navbar .navbar-nav {
    visibility: visible;
    opacity: 1;
}
.t3-header.ja-affix-top .navbar-nav > li > a,
.off-canvas-right.off-canvas-open .t3-header .navbar-nav > li > a,
.t3-header.ja-affix-top .navbar-nav > li > span,
.off-canvas-right.off-canvas-open .t3-header .navbar-nav > li > span {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 32px;
}
.t3-header.ja-affix-top .navbar-toggle,
.off-canvas-right.off-canvas-open .t3-header .navbar-toggle {
    line-height: 0px;
}
/* -------------------------------------------------- */
.t3-header.ja-affix-top .off-canvas-toggle,
.off-canvas-right.off-canvas-open .t3-header .off-canvas-toggle {
    width: 60px;
    height: 32px;
    top: 0px;
    line-height: 0px;
}
.off-canvas-open .off-canvas-toggle .patty:before,
.off-canvas-open .off-canvas-toggle .patty:after {
    background: #ffffff;
}
/* -----------------------------------------------------
    MEDIA
----------------------------------------------------- */
@media (max-width: 991px) {
    .t3-header .header-sitename {
        margin: 0px 0px 0px 0px;
    }
    .t3-header.ja-affix-top .header-sitename {
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    .t3-header,
    .t3-header.ja-affix-top {
        padding-top: 50px;
    }
    .t3-header .header-logo {
        margin-left: 6%;
        margin-right: 6%;
    }
    .t3-header .logo-conacyt,
    .t3-header.ja-affix-top .logo-conacyt {
        width: 90px;
    }
    .t3-header .logo-centrogeo,
    .t3-header.ja-affix-top .logo-centrogeo {
        width: 90px;
    }
    .t3-header .header-sitename {
        width: 100%;
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        float: left;
        margin: 12px 0px 0px 0px;
        padding: 0px;
        text-align: center;
        border-top-color: rgba(0, 0, 0, 0.2);
    }
    #xtc-features .t3-header .header-sitename {
        /*border-top-color: rgba(0, 0, 0, 0.20);*/
    }
    .t3-header .header-sitename h1,
    .t3-header.ja-affix-top .header-sitename h1 {
        margin: 12px 0px;
        font-size: 22px;
        line-height: 1.5em;
    }
    .t3-header .header-sitename,
    .t3-header.ja-affix-top .header-sitename {
        padding-left: 0px;
    }
    #t3-header .navigation-wrapper,
    #t3-header.ja-affix-top .navigation-wrapper {
        margin: 0px;
        padding: 0px;
    }
    .t3-header .navbar-toggle {
        padding: 0px;
        line-height: 0px;
    }
    .t3-header .off-canvas-toggle,
    .t3-header.ja-affix-top .off-canvas-toggle,
    .off-canvas-right.off-canvas-open .t3-header .off-canvas-toggle {
        width: 60px;
        height: 32px;
        margin-top: 0px;
        margin-bottom: 0px;
        top: 0px;
        line-height: 0px;
    }
    .t3-mainnav .t3-navbar-collapse {
        left: 15px;
    }
}
/*************************************************************************************************************
    
*************************************************************************************************************/
/*******************************************************
    NAVIGATION [MENU]
*******************************************************/
.nav-stacked > li > a:hover,
.nav-stacked > li > a:focus,
.nav-stacked li.active a,
.nav-stacked li.current a {
    margin-left: 0px;
}
.nav-stacked > li > a {
    padding: 6px 0px;
    color: #333333;
    text-transform: none;
    font-size: 13px;
    line-height: 1.3em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
/*******************************************************
    MEGAMENU
*******************************************************/
.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret,
.t3-megamenu .mega.open > .dropdown-toggle:after {
    display: none !important;
}
/* -------------------------------------------------- */
.t3-megamenu .mega > .mega-dropdown-menu {
    min-width: 240px;
}
.t3-megamenu ul.navbar-nav > li.dropdown .dropdown-menu {
    /*top: calc(100% + 1px);*/
    margin: 0px;
    padding: 10px 0px;
    border: 1px solid #dc7828;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 1);
}
.t3-megamenu ul.navbar-nav > li.dropdown .mega-dropdown-inner > .row,
.t3-megamenu ul.navbar-nav > li.dropdown .mega-dropdown-inner > .row .mega-col-module {
    margin: 0px;
    padding: 0px;
}
.t3-megamenu ul.navbar-nav > li.dropdown .mega-inner,
.t3-megamenu ul.navbar-nav > li.dropdown .mega-inner .t3-module {
    margin: 0px;
    padding: 0px;
}
.t3-megamenu .t3-module ul,
.t3-megamenu .t3-module ul.nav {
    margin: 0px;
    padding: 0px;
}
.t3-megamenu .t3-module ul li,
.t3-megamenu .t3-module ul.nav li {
    float: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
/* -------------------------------------------------- */
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li > a,
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li > span {
    display: block;
    margin: 4px 0px;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4em;
    /*white-space: nowrap;*/
}
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li > a:hover,
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li > a:focus,
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li > span:hover,
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li > span:focus {
    color: #ffffff;
    background-color: rgba(220, 120, 40, 1);
}
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li.active > a,
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li.active > span,
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li.alias-parent-active > a,
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li.alias-parent-active > span {
    color: #ffffff;
    background-color: rgba(220, 120, 40, 1);
}
/*******************************************************
    MAINNAV [COLLAPSE]
*******************************************************/
#t3-mainnav .navbar-nav li[data-id="119"] ul.nav-stacked > li > a,
#t3-mainnav .navbar-nav li.item-242 ul.nav-child > li > a {
    font-weight: 300;
    color: #ffffff;
}
#t3-mainnav .navbar-nav li[data-id="119"] ul.nav-stacked > li > a:before,
#t3-mainnav .navbar-nav li.item-242 ul.nav-child > li > a:before {
    /*content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 9px;
    left: -10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.00);*/
    /*** TRANSITION ***/
    /*-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s l ease-in-out;*/
}
#t3-mainnav .navbar-nav li[data-id="119"] ul.nav-stacked > li > a:focus:before,
#t3-mainnav .navbar-nav li[data-id="119"] ul.nav-stacked > li > a:hover:before,
#t3-mainnav .navbar-nav li[data-id="119"] ul.nav-stacked > li.active > a:before,
#t3-mainnav .navbar-nav li.item-242 ul.nav-child > li > a:focus:before,
#t3-mainnav .navbar-nav li.item-242 ul.nav-child > li > a:hover:before,
#t3-mainnav .navbar-nav li.item-242 ul.nav-child > li.active > a:before {
    /*left: 5px;
    background-color: rgba(255, 255, 255, 1.00);*/
}
#t3-mainnav .navbar-nav li[data-id="119"] ul.nav-stacked > li > a,
#t3-mainnav .navbar-nav li.item-242 ul.nav-child > li > a {
    background-image: url(images/megamenu_current.png);
    background-repeat: no-repeat;
    background-position: -20px 4px;
    /*** TRANSITION ***/
    -webkit-transition: background-position 0.2s ease-in-out;
    -moz-transition: background-position 0.2s ease-in-out;
    -ms-transition: background-position 0.2s ease-in-out;
    -o-transition: background-position 0.2s ease-in-out;
    transition: background-position 0.2s ease-in-out;
}
#t3-mainnav .navbar-nav li[data-id="119"] ul.nav-stacked > li > a:hover,
#t3-mainnav .navbar-nav li.item-242 ul.nav-child > li > a:hover,
#t3-mainnav .navbar-nav li[data-id="119"] ul.nav-stacked > li > a:focus,
#t3-mainnav .navbar-nav li.item-242 ul.nav-child > li > a:focus,
#t3-mainnav .navbar-nav li[data-id="119"] ul.nav-stacked > li.active > a,
#t3-mainnav .navbar-nav li.item-242 ul.nav-child > li.active > a {
    background-position: 0px 4px;
}
/*******************************************************
    MEGAMENU - MAINNAV
    MENU-HEADER [ Acerca de Vinculación | Innovación ]
*******************************************************/
@media (min-width: 768px) {
    .t3-megamenu.animate .mega[data-id="121"] > .mega-dropdown-menu {
        /*opacity: 1 !important;
        display: block !important;*/
    }
    .t3-megamenu.animate .mega[data-id="123"] > .mega-dropdown-menu {
        /*opacity: 1 !important;
        display: block !important;*/
    }
}
.t3-megamenu.animate .mega[data-id="121"] > .mega-dropdown-menu,
.t3-megamenu.animate .mega[data-id="123"] > .mega-dropdown-menu,
#t3-mainnav .t3-navbar-collapse .navbar-nav > .item-260 > ul.nav-child,
#t3-mainnav .t3-navbar-collapse .navbar-nav > .item-265 > ul.nav-child {
    padding-top: 0px;
}
.t3-megamenu #Mod99 ul.nav li.item-493 > a,
.t3-megamenu #Mod101 ul.nav li.item-513 > a,
#t3-mainnav .t3-navbar-collapse .navbar-nav > .item-260 > ul.nav-child li.item-494 > a,
#t3-mainnav .t3-navbar-collapse .navbar-nav > .item-265 > ul.nav-child li.item-514 > a {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #333333;
    border-bottom: 1px dotted #dc7828;
    background-image: url(images/sidebar_current.png);
    background-repeat: no-repeat;
    background-position: -20px 14px;
    background-color: transparent;
    /*** TRANSITION ***/
    -webkit-transition: background-position 0.2s ease-in-out;
    -moz-transition: background-position 0.2s ease-in-out;
    -ms-transition: background-position 0.2s ease-in-out;
    -o-transition: background-position 0.2s ease-in-out;
    transition: background-position 0.2s ease-in-out;
}
.t3-megamenu #Mod99 ul.nav li.item-493 > a:hover,
.t3-megamenu #Mod99 ul.nav li.item-493 > a:focus,
.t3-megamenu #Mod99 ul.nav li.item-493.active > a,
.t3-megamenu #Mod101 ul.nav li.item-513 > a:hover,
.t3-megamenu #Mod101 ul.nav li.item-513 > a:focus,
.t3-megamenu #Mod101 ul.nav li.item-513.active > a,
#t3-mainnav .t3-navbar-collapse .navbar-nav > .item-260 > ul.nav-child li.item-494 > a:hover,
#t3-mainnav .t3-navbar-collapse .navbar-nav > .item-260 > ul.nav-child li.item-494 > a:focus,
#t3-mainnav .t3-navbar-collapse .navbar-nav > .item-260 > ul.nav-child li.item-494.active > a,
#t3-mainnav .t3-navbar-collapse .navbar-nav > .item-265 > ul.nav-child li.item-514 > a:hover,
#t3-mainnav .t3-navbar-collapse .navbar-nav > .item-265 > ul.nav-child li.item-514 > a:focus,
#t3-mainnav .t3-navbar-collapse .navbar-nav > .item-265 > ul.nav-child li.item-514.active > a {
    color: #333333;
    background-color: transparent;
    background-position: 0px 14px;
}
/*******************************************************
    SIDEBAR
*******************************************************/
.t3-sidebar {
    padding-top: 0px;
    font-size: 15px;
    line-height: 1.4em;
    text-transform: none;
    background-color: transparent;
    cursor: default;
}
.t3-sidebar > .inner {
    padding: 0px;
    background-color: transparent;
}
.t3-sidebar > .inner .t3-module {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border: 1px dotted #dadada;
    background-color: #ffffff;
}
.t3-sidebar ul.nav-stacked li {
    display: block;
    position: relative;
    float: none;
    list-style: none;
}
.t3-sidebar ul.nav-stacked li a {
    font-size: 15px;
    line-height: 1.4em;
    color: #333333;
}
.t3-sidebar ul.nav-stacked > li.active > a,
.t3-sidebar ul.nav-stacked > li.active > a:hover,
.t3-sidebar ul.nav-stacked > li.active > a:focus {
    /* BOOTSTRAP-RESET */
    background-image: url(images/sidebar_current.png) !important;
    background-repeat: no-repeat;
}
.t3-sidebar ul.nav-stacked li a,
.t3-sidebar ul.nav-stacked li .separator {
    display: block;
    margin: 0px;
    padding: 6px 10px 6px 20px;
    background-image: url(images/sidebar_current.png);
    background-repeat: no-repeat;
    background-position: -20px 8px;
    /*** TRANSITION ***/
    -webkit-transition: background-position 0.2s ease-in-out;
    -moz-transition: background-position 0.2s ease-in-out;
    -ms-transition: background-position 0.2s ease-in-out;
    -o-transition: background-position 0.2s ease-in-out;
    transition: background-position 0.2s ease-in-out;
}
.t3-sidebar ul.nav-stacked li > a:hover,
.t3-sidebar ul.nav-stacked li > a:focus,
.t3-sidebar ul.nav-stacked li.current > a {
    color: #333333;
    background-position: 0px 8px;
}
.t3-sidebar ul.nav-stacked li.parent > a {
    /*background-position: -20px 18px;*/
    background-position: -20px 8px;
}
.t3-sidebar ul.nav-stacked li.parent > a:hover,
.t3-sidebar ul.nav-stacked li.parent > a:focus,
.t3-sidebar ul.nav-stacked li.current.parent > a {
    /*background-position: 0px 18px !important;*/
    background-position: 0px 8px !important;
}
.t3-sidebar ul.nav-stacked li > ul {
    margin-left: 0px;
    padding-left: 0px;
}
.t3-sidebar ul.nav-stacked li > ul.nav-child > li > ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    border-left: 1px solid #dfdfdf;
}
.t3-sidebar ul.nav-stacked li > ul.nav-child > li.current.parent > a {
    background-position: 0px 8px !important;
}
/* MOD-ADD [191016] */
.t3-sidebar ul.nav > li.parent > a {
    background-position: -20px 18px !important;
}
.t3-sidebar ul.nav > li.parent > a:hover,
.t3-sidebar ul.nav > li.parent > a:focus,
.t3-sidebar ul.nav > li.current.parent > a {
    background-position: 0px 18px !important;
}
/* -------------------------------------------------- */
.t3-sidebar ul.nav-stacked > li.parent {
    /*margin-top: -10px !important;*/
}
.t3-sidebar ul.nav-stacked > li.parent > a {
    margin: -10px 0px 10px 0px;
    padding: 16px 10px 16px 20px;
    font-size: 15px;
    line-height: 1.4em;
    border-bottom: 1px dotted #dc7828;
}
/* -------------------------------------------------- */
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-header {
    margin: -10px 0px 10px 0px;
    padding: 10px 10px 10px 20px;
    font-size: 15px;
    line-height: 1.4em;
    border-bottom: 1px dotted #dadada;
}
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-link {
    position: relative;
    margin: 0px;
    padding: 6px 16px 6px 30px;
    background: none;
    background-color: rgba(220, 120, 40, 0);
}
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-link:hover,
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-link:focus {
    color: #ffffff;
    background-color: rgba(220, 120, 40, 1);
}
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .fa {
    display: block;
    position: absolute;
    left: 8px;
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 1.4em;
    color: #dc7828;
}
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-link:hover .fa,
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-link:focus .fa {
    color: #ffffff;
}
/* -------------------------------------------------- */
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-item {
    position: relative;
    margin: 0px;
    padding: 6px 10px 6px 20px;
    cursor: pointer;
}
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-item-btn {
    position: relative;
    margin: 0px;
    padding: 6px 16px 6px 30px;
    font-size: 14px;
    line-height: 1.3em;
    color: #333333;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #ffffff;
    cursor: pointer;
}
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-item-btn:hover,
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-item-btn:focus {
    color: #ffffff;
    background-color: #dc7828;
}
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-item-btn .fa {
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 1.4em;
    color: #dc7828;
}
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-item-btn:hover .fa,
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-item-btn:focus .fa {
    color: #ffffff;
}
/* -------------------------------------------------- */
#t3-mainbody .t3-sidebar {
    position: relative;
    z-index: 98;
}
#t3-mainbody .t3-sidebar .xtc-sidebar-toggle {
    display: none;
    visibility: hidden;
    opacity: 0;
    width: 60px;
    height: 32px;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    border: 1px solid #dc7828;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #dc7828;
    z-index: -1;
    cursor: default;
}
#t3-mainbody .t3-sidebar .xtc-sidebar-toggle .fa {
    font-size: 18px;
    color: #ffffff;
    line-height: 32px;
}
/* -------------------------------------------------- */
@media (max-width: 767px) {
    #t3-mainbody .t3-sidebar > .inner {
        width: 210px;
        height: 0px;
    }
    #t3-mainbody .t3-sidebar {
        width: 210px;
        position: absolute;
        top: 0px;
        right: 15px;
        margin-top: -40px;
        padding: 0px;
        /*** TRANSITION ***/
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #t3-mainbody .t3-sidebar .xtc-sidebar-toggle {
        display: block;
        visibility: visible;
        opacity: 1;
        /*** TRANSITION ***/
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #t3-mainbody .t3-sidebar .xtc-sidebar-inner {
        position: relative;
        right: -15px;
        visibility: hidden;
        opacity: 0;
        /*** TRANSITION ***/
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #t3-mainbody .t3-sidebar .xtc-sidebar-inner > .t3-module {
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.08);
    }
    #t3-mainbody .t3-sidebar .xtc-sidebar-inner.xtc-open {
        right: 0px;
        visibility: visible;
        opacity: 1;
    }
}
/*******************************************************
    BACK-TO-TOP
*******************************************************/
.back-to-top {
    right: 20px;
}
.back-to-top .btn-inverse {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.back-to-top .btn-inverse .fa-angle-double-up:before {
    font-family: "FontAwesome";
    content: "\f102";
}
/*******************************************************
    OFF-CANVAS
*******************************************************/
.t3-off-canvas .t3-off-canvas-header {
    height: 46px;
    padding: 0px 0px 0px 20px;
    color: #ffffff;
    background: #111111;
    line-height: 0px;
}
/* -------------------------------------------------- */
.t3-off-canvas .t3-off-canvas-header .t3-module {
    padding-bottom: 0px;
}
.t3-off-canvas .t3-off-canvas-header .t3-module .form-search label {
    height: 0px;
    margin: 0px;
    padding: 0px;
    display: none;
}
.t3-off-canvas .t3-off-canvas-header .t3-module .form-search input[type="search"] {
    width: calc(100% - 58px);
    height: 46px;
    float: left;
    color: #666666;
    margin: 0px;
    padding: 0px 0px;
    font-size: 14px;
    line-height: 16px;
    border: none;
}
.t3-off-canvas .t3-off-canvas-header .t3-module .form-search input[type="search"]:hover,
.t3-off-canvas .t3-off-canvas-header .t3-module .form-search input[type="search"]:focus {
    color: #ffffff;
}
.t3-off-canvas .t3-off-canvas-header .t3-module .form-search input[type="image"] {
    display: block;
    float: right;
    width: 46px;
    height: 46px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #dc7828;
}
.t3-off-canvas .t3-off-canvas-header .t3-module .form-search input[type="image"]:hover,
.t3-off-canvas .t3-off-canvas-header .t3-module .form-search input[type="image"]:focus {
    background-color: #dc7828;
}
/* -------------------------------------------------- */
.t3-off-canvas .t3-off-canvas-body .t3-module {
    /*margin-bottom: 25px;*/
    /*padding-bottom: 0;*/
    cursor: default;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a,
.t3-off-canvas .t3-off-canvas-body .nav > li > span {
    display: inline-block;
    margin: 0px;
    padding: 10px 20px;
    font-size: 15px;
    color: #999999;
    line-height: 1.4em;
    text-transform: none;
    /*** TRANSITION ***/
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a:hover,
.t3-off-canvas .t3-off-canvas-body .nav > li > a:focus,
.t3-off-canvas .t3-off-canvas-body .nav > li > a:active {
    color: #dc7828;
    padding-left: 20px;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > .nav-child {
    padding-left: 0;
    margin-left: 0;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > .nav-child > li {
    /* VACIO */
}
.t3-off-canvas .t3-off-canvas-body .nav > li > .nav-child > li > a,
.t3-off-canvas .t3-off-canvas-body .nav > li > .nav-child > li > span {
    display: inline-block;
    margin: 0px;
    padding: 3px 20px 3px 40px;
    font-size: 13px;
    color: #999999;
    line-height: 1.4em;
    text-transform: none;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > .nav-child > li > a:hover,
.t3-off-canvas .t3-off-canvas-body .nav > li > .nav-child > li > a:focus,
.t3-off-canvas .t3-off-canvas-body .nav > li > .nav-child > li > a:active {
    color: #dc7828;
    /*padding-left: 40px;*/
}
.t3-off-canvas .t3-off-canvas-body .nav > li.active > a,
.t3-off-canvas .t3-off-canvas-body .nav > li > .nav-child > li.active > a,
.t3-off-canvas .t3-off-canvas-body .nav > li > .nav-child > li.alias-parent-active > a {
    color: #dc7828;
}
/* -------------------------------------------------- */
.t3-off-canvas .t3-off-canvas-body .nav > li.item-241 > a {
    padding-bottom: 5px;
}
.t3-off-canvas .t3-off-canvas-body .nav > li.item-242 > a {
    padding-top: 5px;
}
/* -------------------------------------------------- */
@media (min-width: 992px) {
    .t3-off-canvas .t3-off-canvas-body .nav > li > a:hover,
    .t3-off-canvas .t3-off-canvas-body .nav > li > a:focus,
    .t3-off-canvas .t3-off-canvas-body .nav > li > a:active {
        color: #dc7828;
        padding-left: 20px;
    }
}
/*************************************************************************************************************
    
*************************************************************************************************************/
/*******************************************************
    LISTAS
*******************************************************/
.t3-content ul,
.t3-content ul li,
.t3-content ol,
.t3-content ol li {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.4em;
}
.t3-content ul li.mm-list-break {
    display: block !important;
    float: none !important;
    width: auto;
    height: 0px;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    overflow: hidden;
}
/* -------------------------------------------------- */
ul.xtc-simple-list li {
    margin-top: auto;
    margin-bottom: auto;
}
/* -------------------------------------------------- */
ul.xtc-arrow-list {
    margin: 2em 0px 2em 2em;
    padding: 0px;
    list-style-type: none;
    cursor: default;
}
ul.xtc-arrow-list > li a {
    color: #333333;
}
ul.xtc-arrow-list > li a:hover {
    color: #dc7828;
}
/* -------------------------------------------------- */
ul.xtc-arrow-list > li {
    min-height: 1em;
    position: relative;
    margin-bottom: 1em;
    padding-left: 0.6em;
    list-style-type: none;
}
ul.xtc-arrow-list > li:before {
    font-family: "FontAwesome";
    content: "\f061";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 3px;
    left: -1.6em;
    font-size: 0.8em;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5em;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(55, 66, 80, 0.5);
}
ul.xtc-arrow-list > li.xtc-link:before {
    background-color: #dc7828;
}
ul.xtc-arrow-list > li.xtc-highlight-list:before {
    background-color: #9e0b0f;
}
/* -------------------------------------------------- */
ul.xtc-arrow-list > li > ul {
    position: relative;
    list-style-type: none;
    padding-left: 1.2em;
}
ul.xtc-arrow-list > li > ul > li {
    position: relative;
    padding-left: 0.6em;
}
ul.xtc-arrow-list > li > ul > li:before {
    font-family: "FontAwesome";
    content: "\f061";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 3px;
    left: -1.6em;
    font-size: 0.8em;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5em;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #cccccc;
}
ul.xtc-arrow-list > li > ul > li.xtc-link:before {
    background-color: #dc7828;
}
/* -------------------------------------------------- */
ul.xtc-bullet-list {
    margin: 2em 0px 2em 2em;
    padding: 0;
    list-style-type: none;
}
ul.xtc-bullet-list > li {
    min-height: 1em;
    position: relative;
    margin-bottom: 1em;
    padding-left: 0.5em;
    list-style-type: none;
    border-left: 2px solid #e1e1e1;
}
ul.xtc-bullet-list > li:before {
    font-family: "FontAwesome";
    content: "\f096";
    width: 0.8em;
    position: absolute;
    top: 5px;
    left: -1.4em;
    font-size: 1em;
    font-weight: 400;
    color: #a3a3a3;
    line-height: 1em;
    text-align: right;
}
/* -------------------------------------------------- */
/***  style="counter-reset: li-counter 50;" ***/
ol.xtc-number-list {
    margin: 2em 0px 2em 2em;
    padding: 0;
    list-style-type: none;
    /*list-style-type: decimal !ie;/*IE7*/
    counter-reset: li-counter;
}
ol.xtc-number-list > li {
    min-height: 2.2em;
    position: relative;
    margin-bottom: 1em;
    padding-left: 0.5em;
    border-left: 2px solid #e1e1e1;
}
ol.xtc-number-list > li:before {
    content: counter(li-counter);
    counter-increment: li-counter;
    width: 1.2em;
    position: absolute;
    top: 0px;
    left: -1.5em;
    font-size: 1.6em;
    font-weight: 400;
    color: #c0c0c0;
    line-height: 1em;
    text-align: right;
}
ol.xtc-number-list > li > ul {
    padding-left: 30px;
}
ol.xtc-number-list > li > ul > li {
    list-style: none;
}
/* -------------------------------------------------- */
ul.xtc-datos-list li.list-inner {
    font-weight: 600;
}
ul.xtc-datos-list li.list-inner .list-inner-dsc {
    margin: 0.5em 0px 2em 0px;
    padding: 0px 0px 1em 0px;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.5em;
    border-bottom: 1px dotted #d1d1d1;
}
/* -------------------------------------------------- */
ol li .xtc-list-section {
    /*display: block;*/
    position: absolute;
    top: -0.5em;
    right: 0px;
    left: -40px;
    margin-left: 0px;
    padding-top: 0.4em;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3em;
    color: #333333;
    text-align: center;
    border-top: 2px dotted #cccccc;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    background-color: transparent;
    z-index: -1;
    cursor: default;
}
ol li .xtc-list-section span {
    display: block;
    margin: 0px;
    padding: 4px 8px;
    width: 110px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ecf0f0;
}
ol li .xtc-list-section span:last-of-type {
    margin-top: 4px;
}
/* -------------------------------------------------- */
ol.xtc-padding-list-rg100 > li {
    padding-right: 110px;
}
ol.xtc-notype-list > li:before {
    content: "";
    display: none;
}
/*************************************************************************************************************
    
*************************************************************************************************************/
/*******************************************************
    LOGIN
*******************************************************/
.login-wrap form .form-actions .btn,
.logout form .form-actions .btn {
    width: auto;
}
/*******************************************************
    SEARCH
*******************************************************/
#searchForm fieldset {
    margin: 0px;
}
#searchForm .ordering-box.form-group {
    margin-bottom: 0px;
}
#searchForm .form-group .input-group-btn:last-child > .btn {
    color: #ffffff;
    border: 1px solid #dc7828;
    background-color: #dc7828;
}
#searchForm .form-group .input-group-btn:last-child > .btn:hover {
    color: #ffffff;
    border-color: #dc7828;
    background-color: #dc7828;
}
.searchintro {
    margin-bottom: 25px;
    padding: 10px 25px;
    font-size: 20px;
    line-height: 20px;
    border: 1px solid #eaeaea;
    background: #f7f7f7;
}
.search .form-limit label {
    margin-bottom: 0px;
    text-transform: none;
    font-weight: 400;
}
/*******************************************************
    CATEGORY
*******************************************************/
.category-list .btn-toolbar > .btn-group {
    margin: 0px;
    width: calc(100% - 90px);
}
.category-list .btn-toolbar > .btn-group input[type="text"] {
    margin: 0px;
    width: calc(100% - 20px);
}
.category-list .btn-toolbar > .btn-group.pull-right {
    width: 90px;
}
.category-list .btn-toolbar > .btn-group.pull-right .inputbox,
.category-list .btn-toolbar > .btn-group.pull-right .inputbox.input-mini {
    width: 90px;
}
/*******************************************************
    PAGINATION
*******************************************************/
.pagination-wrap {
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    background-color: transparent;
}
.pagination-wrap > ul.pagination {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    /*** TRANSITION ***/
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}
.pagination-wrap > ul.pagination li {
    display: inline-block;
    padding: 0px;
    margin: 0px 2px;
    background-color: transparent;
}
.pagination-wrap > ul.pagination li.nav-prev {
    margin-right: 20px;
}
.pagination-wrap > ul.pagination li.nav-next {
    margin-left: 20px;
}
.pagination-wrap > ul.pagination li a {
    display: block;
    min-width: 26px;
    height: 28px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    border: 1px solid #dddddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
}
.pagination-wrap > ul.pagination li.nav-start a,
.pagination-wrap > ul.pagination li.nav-prev a,
.pagination-wrap > ul.pagination li.nav-next a,
.pagination-wrap > ul.pagination li.nav-end a {
    color: #ffffff;
    border: 1px solid #dc7828;
    background-color: #dc7828;
}
.pagination-wrap > ul.pagination li a:hover,
.pagination-wrap > ul.pagination li a:focus,
.pagination-wrap > ul.pagination li.active a {
    color: #ffffff;
    border: 1px solid #dc7828;
    background-color: #dc7828;
}
.pagination-wrap > ul.pagination li.nav-start.disabled a,
.pagination-wrap > ul.pagination li.nav-prev.disabled a,
.pagination-wrap > ul.pagination li.nav-next.disabled a,
.pagination-wrap > ul.pagination li.nav-end.disabled a,
.pagination-wrap > ul.pagination li.disabled a {
    font-weight: 400;
    color: #dddddd;
    border-color: #dddddd;
    background-color: #ffffff;
    cursor: default;
}
/* -------------------------------------------------- */
.pagination-wrap > ul.pagination li.nav-start a,
.pagination-wrap > ul.pagination li.nav-prev a,
.pagination-wrap > ul.pagination li.nav-next a,
.pagination-wrap > ul.pagination li.nav-end a {
    min-width: 32px;
    text-align: center;
}
.pagination-wrap > ul.pagination li.nav-start a:before,
.pagination-wrap > ul.pagination li.nav-start a:after,
.pagination-wrap > ul.pagination li.nav-prev a:before,
.pagination-wrap > ul.pagination li.nav-next a:before,
.pagination-wrap > ul.pagination li.nav-end a:before,
.pagination-wrap > ul.pagination li.nav-end a:after {
    font-family: "FontAwesome";
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}
.pagination-wrap > ul.pagination li.nav-start a:before,
.pagination-wrap > ul.pagination li.nav-start a:after {
    content: "\f053";
}
.pagination-wrap > ul.pagination li.nav-prev a:before {
    content: "\f053";
}
.pagination-wrap > ul.pagination li.nav-next a:before {
    content: "\f054";
}
.pagination-wrap > ul.pagination li.nav-end a:before,
.pagination-wrap > ul.pagination li.nav-end a:after {
    content: "\f054";
}
/* -------------------------------------------------- */
@media (max-width: 575px) {
    .pagination-wrap > ul.pagination li {
        display: none;
    }
    .pagination-wrap > ul.pagination {
        display: block;
        text-align: initial;
    }
    .pagination-wrap > ul.pagination li.nav-prev,
    .pagination-wrap > ul.pagination li.nav-next {
        display: inline-block;
        min-width: calc(50% - 10px);
        margin: 0px;
    }
    .pagination-wrap > ul.pagination li.nav-next {
        float: right;
    }
}
/*******************************************************
    TABLE
*******************************************************/
table {
    width: 100%;
    margin: 2em auto;
    border: none;
    cursor: default;
}
table th,
table td {
    padding: 6px 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    vertical-align: top;
}
table th[align="center"],
table td[align="center"] {
    text-align: center;
}
/* -------------------------------------------------- */
table thead th {
    color: #ffffff;
    border: none;
    background-color: #3d4045;
}
table tbody th {
    font-weight: 600;
    color: #505050;
    background-color: #ecf0f0;
}
table tbody tr td,
.table > tbody > tr > td {
    color: #333333;
    border-top: none;
    border-bottom: 1px dotted #cccccc;
    background-color: #ffffff;
}
table tbody > tr:first-child > td,
.table > tbody > tr:first-child > td {
    border-top: 1px dotted #cccccc;
}
table tbody tr td a {
    color: #333333;
    border-bottom: 1px dotted #dc7828;
}
table tbody tr td a:hover,
table tbody tr td a:focus {
    color: #000000;
    border-bottom-color: #dc7828;
}
table tfoot tr td {
    background-color: #bed0d0;
}
/* -------------------------------------------------- */
table.xtc-table-data th,
table.xtc-table-data td {
    /*padding: 4px 6px;*/
    font-size: 14px;
    line-height: 1.4em;
}
table.xtc-table-data th {
    text-align: center;
}
table.xtc-table-data.table-data-xs th,
table.xtc-table-data.table-data-xs td {
    /*padding: 4px 6px;*/
    font-size: 13px;
    line-height: 1.4em;
}
table.xtc-table-head-xs thead th {
    padding-top: 0px !important;
}
table.xtc-table-head-xs thead tr:first-of-type th {
    padding-top: 6px !important;
}
table tr.xtc-table-row-highlight td {
    color: #000000;
    background-color: #ecf0f0;
}
table.xtc-table-col-color-nth1 td:nth-child(1) {
    background-color: #ecf0f0;
}
table.xtc-table-link thead tr th a,
table.xtc-table-link tbody tr th a,
table.xtc-table-link tbody tr td a {
    color: #dc7828;
    border: none;
}
table.xtc-table-link thead tr th a:hover,
table.xtc-table-link thead tr th a:focus,
table.xtc-table-link tbody tr th a:hover,
table.xtc-table-link tbody tr th a:focus,
table.xtc-table-link tbody tr td a:hover,
table.xtc-table-link tbody tr td a:focus {
    color: #9e541a;
    border: none;
}
table.xtc-table-col-color-nth1 td:nth-child(1) {
    background-color: #ecf0f0;
}
/* -----------------------------------------------------
    DATATABLE
----------------------------------------------------- */
.dataTables_wrapper {
    margin: 2em auto;
    padding: 0px;
}
/* -------------------------------------------------- */
.dataTables_wrapper .dataTables_filter {
    float: left;
}
.dataTables_wrapper .dataTables_length {
    float: right;
}
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
    margin: 1em 0px 0.5em 0px;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    height: auto;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 14px;
}
/* -------------------------------------------------- */
table.dataTable thead th,
table.dataTable thead td {
    padding: 8px 18px 8px 12px;
    border-bottom: none;
}
table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 400;
}
table.dataTable thead > tr > th,
table.dataTable thead > tr > td,
table.dataTable tbody > tr > td {
    vertical-align: top !important;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #ffffff;
}
table.dataTable tbody td a {
    color: #333333;
    border-bottom: 1px dotted #dc7828;
}
table.dataTable tbody td a:hover,
table.dataTable tbody td a:focus {
    color: #000000;
    border-bottom-color: #dc7828;
}
table.dataTable.row-border tbody tr th,
table.dataTable.row-border tbody tr td,
table.dataTable.display tbody tr th,
table.dataTable.display tbody tr td {
    border: none;
}
table.dataTable.row-border tbody tr td,
table.dataTable.display tbody tr td {
    border-bottom: 1px dotted #cccccc;
}
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child td {
    border-top: 1px dotted #cccccc;
}
/* -------------------------------------------------- */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}
.dataTables_wrapper .dataTables_paginate {
    margin: 0.5em 0px 1em 0px;
    font-size: 14px;
    line-height: 14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 30px;
    height: 30px;
    margin: 0px 2px 0px 0px;
    padding: 0px 8px;
    color: #333333 !important;
    line-height: 30px;
    border: 1px solid transparent;
    background-color: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
    color: #ffffff !important;
    border: 1px solid #dc7828;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: inherit;
    background-color: #dc7828;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    color: #ffffff !important;
    border: 1px solid #3d4045;
    background: inherit;
    background-color: #3d4045;
}
/* -------------------------------------------------- */
@media (max-width: 767px) {
    .dataTables_wrapper .dataTables_filter label,
    .dataTables_wrapper .dataTables_filter label input,
    .dataTables_wrapper .dataTables_length label,
    .dataTables_wrapper .dataTables_length label select {
        margin: 0px;
    }
}
/* -----------------------------------------------------
    TABLE-CONTAINER
----------------------------------------------------- */
.xtc-table-container-scroll {
    margin: 2em 0px;
    padding: 0px;
    overflow: auto;
}
.xtc-table-container-scroll > table {
    margin: 0px auto;
    padding: 0px;
}
/* -----------------------------------------------------
    TABLE-MOSAICO [DROPTABLES] 
----------------------------------------------------- */
.xtc-table-mosaico {
    /*display: block;
    position: relative;
    margin: 2em 0px;
    padding: 0px;
    text-align: center;*/
}
.xtc-table-mosaico .xtc-table-mosaico-wrapper {
    /*display: inline-block;
    margin: 0px;
    padding: 0px;*/
}
.xtc-table-mosaico .xtc-table-mosaico-wrapper > .droptablestable {
    /*display: block;
    float: left;
    margin: 10px;
    padding: 0px;*/
}
.xtc-table-mosaico .xtc-table-mosaico-wrapper > .droptablestable table tbody > tr:first-child > td {
    /*border-top: none;*/
}
/* -------------------------------------------------- */
.xtc-table-mosaico .xtc-table-mosaico-wrapper > .droptablestable table td .xtc-mosaico-inner-btn {
    /* display: block;*/
    /*display: none !important;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% - 10px);
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    line-height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #DC7828;
    overflow: hidden;
    cursor: pointer;*/
    display: none !important;
}
.xtc-table-mosaico .xtc-table-mosaico-wrapper > .droptablestable table td .xtc-mosaico-inner-btn .fa {
    /*display: block;
    width: 22px;
    height: 22px;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;*/
}
/* ---------------------- ---------------------------- */
@media (min-width: 1200px) {
    .xtc-table-mosaico .xtc-table-mosaico-wrapper > .droptablestable:nth-child(3n + 4) {
        /*clear: both;*/
    }
}
@media (max-width: 1199px) {
    .xtc-table-mosaico .xtc-table-mosaico-wrapper > .droptablestable:nth-child(2n + 3) {
        /*clear: both;*/
    }
}
@media (max-width: 991px) {
    .xtc-table-mosaico .xtc-table-mosaico-wrapper > .droptablestable {
        /*float: none;
        margin: 20px;*/
    }
    .xtc-table-mosaico .xtc-table-mosaico-wrapper > .droptablestable:first-of-type {
        /*margin-top: 10px;*/
    }
    .xtc-table-mosaico .xtc-table-mosaico-wrapper > .droptablestable:last-of-type {
        /*margin-bottom: 10px;*/
    }
}
@media (max-width: 767px) {
    .xtc-table-mosaico .xtc-table-mosaico-wrapper > .droptablestable {
        /*float: left;
        margin: 10px;*/
    }
}
@media (max-width: 695px) {
    .xtc-table-mosaico .xtc-table-mosaico-wrapper > .droptablestable {
        /*float: none;
        margin: 20px;*/
    }
    .xtc-table-mosaico .xtc-table-mosaico-wrapper > .droptablestable:first-of-type {
        /*margin-top: 10px;*/
    }
    .xtc-table-mosaico .xtc-table-mosaico-wrapper > .droptablestable:last-of-type {
        /*margin-bottom: 10px;*/
    }
}
@media (max-width: 575px) {
}
/*************************************************************************************************************
    
*************************************************************************************************************/
/*******************************************************
    INICIO-SECCION
*******************************************************/
.t3-features-intro .section {
    padding-top: 110px;
    padding-bottom: 120px;
}
.t3-mast-top .features-intro {
    padding-top: 0px;
}
/* ************************************************* */
.t3-features-intro.t3-features-wrapper > #features_inicio {
    padding-top: 0px;
    padding-bottom: 50px;
}
/* ************************************************* */
.t3-features-intro.t3-features-wrapper > #features_anuncios,
.t3-features-intro.t3-features-wrapper > #features_avisos,
.t3-features-intro.t3-features-wrapper > #features_anuncios_ext {
    background-color: #f2f4f5;
}
.t3-features-intro.t3-features-wrapper > #features_anuncios {
    padding-bottom: 40px;
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
}
.t3-features-intro.t3-features-wrapper > #features_anuncios_ext {
    padding-top: 0px;
    padding-bottom: 40px;
}
.t3-features-intro.t3-features-wrapper > #features_avisos {
    padding-top: 0px;
}
/* ************************************************* */
/*.t3-features-intro.t3-features-wrapper>#features_emblematicos
.t3-features-intro.t3-features-wrapper>#features_consorcios*/
.t3-features-intro.t3-features-wrapper > #features_proyectos {
    /*background-color: #F2F4F5;*/
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
}
.t3-features-intro.t3-features-wrapper > #features_emblematicos {
    /* DESACTIVADO */
    /*padding-bottom: 40px;
    border-top: 1px dotted rgba(0, 0, 0, 0.26);*/
}
.t3-features-intro.t3-features-wrapper > #features_consorcios {
    /* DESACTIVADO */
    /*padding-top: 0px;*/
}
@media (max-width: 1199px) {
    #features_proyectos .projects-wrapper > .isotope-item:nth-child(n + 9) {
        /* VISIBLES 8 */
        display: none;
    }
}
@media (max-width: 979px) {
    #features_proyectos .projects-wrapper > .isotope-item:nth-child(n + 7) {
        /* VISIBLES 6 */
        display: none;
    }
}
@media (max-width: 599px) {
    #features_proyectos .projects-wrapper > .isotope-item:nth-child(n + 5) {
        /* VISIBLES 4 */
        display: none;
    }
}
/* ************************************************* */
.t3-features-intro.t3-features-wrapper > #features_posgrados,
.t3-features-intro.t3-features-wrapper > #features_formacion_distancia {
    background-color: #f2f4f5;
}
.t3-features-intro.t3-features-wrapper > #features_posgrados {
    padding-bottom: 40px;
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
}
.t3-features-intro.t3-features-wrapper > #features_formacion_distancia {
    padding-top: 0px;
}
/* ************************************************* */
.t3-features-intro.t3-features-wrapper > #features_difusion,
.t3-features-intro.t3-features-wrapper > #features_divulgacion {
    /*background-color: #F2F4F5;*/
}
.t3-features-intro.t3-features-wrapper > #features_difusion {
    padding-bottom: 40px;
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
}
.t3-features-intro.t3-features-wrapper > #features_divulgacion {
    padding-top: 0px;
}
/* ************************************************* */
.t3-features-intro.t3-features-wrapper > #features_conacyt {
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
    background-color: #f2f4f5;
}
/* ************************************************* */
.t3-mast-bottom.t3-features-intro .section-directorio {
    /*padding-top: 180px;*/
    padding-bottom: 40px;
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
}
.t3-mast-bottom.t3-features-intro .section-contacto {
    padding-top: 0px;
    /*padding-bottom: 60px;*/
}
/* ************************************************* */
.t3-features-intro.t3-features-wrapper .features-inicio-intro {
    margin-bottom: 0px;
    padding: 213px 0px 30px 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    color: #000;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
    background-image: url(images/xtc-area-intro_mosaico.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    /*background-color: #ECF0F1;*/
    background-color: #ffffff;
    /*** TRANSITION ***/
    -webkit-transition: padding-top 0.2s ease-out;
    -moz-transition: padding-top 0.2s ease-out;
    -ms-transition: padding-top 0.2s ease-out;
    -o-transition: padding-top 0.2s ease-out;
    transition: padding-top 0.2s ease-out;
}
.t3-features-intro.t3-features-wrapper .features-intro-btns {
    padding: 0px;
    text-align: center;
}
.t3-features-intro.t3-features-wrapper .features-intro-btns .btn {
    display: inline-block;
    width: 120px;
    margin: 0px;
    padding: 4px 0px;
    font-size: 14px;
    line-height: 14px;
    cursor: default;
}
.t3-features-intro.t3-features-wrapper .features-intro-btns .btn-cn {
    display: inline-block;
}
.t3-features-intro.t3-features-wrapper .features-intro-btns .btn-cn .btn {
    width: 280px;
    cursor: pointer;
}
.t3-features-intro.t3-features-wrapper .features-intro-btns .btn-lf,
.t3-features-intro.t3-features-wrapper .features-intro-btns .btn-cn,
.t3-features-intro.t3-features-wrapper .features-intro-btns .btn-rg {
    /*** TRANSITION ***/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.t3-features-intro.t3-features-wrapper .features-intro-btns .btn-primary {
    color: #333333 !important;
    border: 1px solid #cccccc;
    background-color: #ffffff !important;
}
.t3-features-intro.t3-features-wrapper .features-intro-btns .btn-primary:hover,
.t3-features-intro.t3-features-wrapper .features-intro-btns .btn-primary:focus {
    border-color: #dc7828;
}
.t3-features-intro.t3-features-wrapper .features-intro-btns .btn-cn .btn-primary {
    color: #ffffff !important;
    border-color: #dc7828;
    background-color: #dc7828 !important;
}
.t3-features-intro.t3-features-wrapper .features-intro-btns .btn-cn .btn-primary:hover,
.t3-features-intro.t3-features-wrapper .features-intro-btns .btn-cn .btn-primary:focus {
    color: #333333 !important;
    border-color: #dc7828;
    background-color: #ffffff !important;
}
/* -------------------------------------------------- */
@media (max-width: 575px) {
    #features_inicio .features-intro-btns .btn-lf,
    #features_inicio .features-intro-btns .btn-rg {
        width: calc(50% - 17px);
        position: relative;
        margin-top: 32px;
    }
    #features_inicio .features-intro-btns .btn-cn {
        width: 100%;
        position: absolute;
        left: 0px;
    }
    #features_inicio .features-intro-btns .btn-cn .btn {
        width: calc(100% - 30px);
        cursor: pointer;
    }
}
/* -------------------------------------------------- */
.t3-features-intro .section-title {
    position: absolute;
    left: 30px;
    height: 100%;
    width: 18px;
}
.t3-features-intro .section-title > h2 {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    /*** TRNSFORM ***/
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.t3-features-intro .section-title > h2 span {
    display: inline-block;
    width: auto;
    height: 18px;
    float: right;
    position: relative;
    top: -9px;
    right: 9px;
}
.t3-features-intro .section-title > h2 span:before {
    content: "";
    display: none;
    width: 0px;
    position: relative;
    bottom: initial;
    left: initial;
    border: none;
}
.t3-features-intro .section-title > h2 span:after {
    content: "";
    display: inline-block;
    width: 14px;
    margin-left: 3px;
    border-bottom: 2px solid #dc7828;
}
/* -------------------------------------------------- */
.t3-features-wrapper .features-intro .xtc-section-title {
    /*text-align: right;*/
}
.t3-features-wrapper .features-intro .xtc-section-title h2 {
    margin-top: 0px;
    margin-bottom: 60px;
    font-size: 32px;
    color: #333333;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    white-space: nowrap;
}
.t3-features-wrapper .features-intro .xtc-section-title h2:after {
    /*content: "";
    display: inline-block;
    width: 20px;
    margin-left: 3px;
    border-bottom: 2px solid #DC7828;*/
}
.t3-features-wrapper .features-intro .xtc-section-title h2:before {
    content: "";
    display: inline-block;
    width: 0.16em;
    height: 1em;
    margin: 0px 0.36em -0.14em 0px;
    border: none;
    background-color: #dc7828;
}
/* -------------------------------------------------- */
.xtc-features-view-more {
    display: none;
}
.t3-features-wrapper .features-intro .section-content .xtc-features-view-more {
    margin: 0px;
    padding-bottom: 0px;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    /*border-bottom: 1px dotted rgba(0, 0, 0, 0.26);*/
}
.t3-features-wrapper .features-intro .section-content .xtc-features-view-more a {
    color: #333333;
}
.t3-features-wrapper .features-intro .section-content .xtc-features-view-more a:hover,
.t3-features-wrapper .features-intro .section-content .xtc-features-view-more a:focus {
    /*color: #DC7828;*/
}
.t3-features-wrapper .features-intro .section-content .xtc-features-view-more a:after {
    font-family: "FontAwesome";
    content: "\f055";
    width: 18px;
    font-size: 18px;
    color: #dc7828;
    text-align: right;
    display: inline-block;
}
.t3-features-wrapper .features-intro .section-content .xtc-features-view-more a:hover:after,
.t3-features-wrapper .features-intro .section-content .xtc-features-view-more a:focus:after {
    color: #9e0b0f;
}
#xtc-features .xtc-features-view-more {
    display: block;
}
/* -------------------------------------------------- */
@media (max-width: 767px) {
    .t3-features-intro .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .t3-features-intro .section.section-introduccion {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .t3-features-intro.t3-features-wrapper .features-inicio-intro {
        padding-top: 30px;
    }
}
/*******************************************************
    INICIO-SECCION [INTRODUCCION]
*******************************************************/
.acm-features-intro.style-1 .features-info h1 {
    margin-top: 40px !important;
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
    text-transform: none;
    letter-spacing: -0.04em !important;
    white-space: nowrap;
}
.acm-features-intro.style-1 .features-info span {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.03em !important;
}
.acm-features-intro.style-1 .features-info p {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 18px;
}
.acm-features-intro.style-1 .bg-blur {
    display: block;
}
/* -------------------------------------------------- */
@media (max-width: 767px) {
    .acm-features-intro.style-1 .features-info p {
        display: block;
    }
}
/*******************************************************
    INICIO-SECCION [PROYECTOS]
*******************************************************/
#features-proyectos-tabs {
    margin: 0px 0px 40px 0px;
    padding: 0px;
    text-align: center;
    border: none;
}
#features-proyectos-tabs li {
    margin: 0px;
    padding: 0px 3px 3px 0px;
    font-size: 13px;
    line-height: 13px;
    color: #505050;
    text-transform: none;
    border: none;
}
#features-proyectos-tabs li > a {
    margin: 0px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    color: #505050;
    text-transform: none;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    /*** TRANSITION ***/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#features-proyectos-tabs li > a:hover,
#features-proyectos-tabs li > a:focus,
#features-proyectos-tabs li.active > a {
    color: #ffffff;
    border-color: #dc7828;
    background-color: #dc7828;
}
/* -------------------------------------------------- */
@media (max-width: 767px) {
    #features-proyectos-tabs.nav-tabs > li {
        float: left;
        width: 50%;
    }
}
@media (max-width: 575px) {
    #features-proyectos-tabs.nav-tabs > li {
        float: none;
        width: 100%;
    }
}
/* -------------------------------------------------- */
#features-proyectos-wrapper .tab-content {
    height: auto;
    margin: 0px;
    padding: 0px;
    border: none;
    /*** TRANSITION ***/
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}
#features-proyectos-wrapper .tab-content .tab-pane .portfolio-module {
    /*min-height: 396px;*/
}
#features-proyectos-wrapper .tab-content .active.in .portfolio-module {
    /*min-height: auto;*/
}
#features-proyectos-wrapper .tab-content .tab-pane .xtc-features-view-more {
    margin-top: 20px;
}
/* -------------------------------------------------- */
#features-proyectos-wrapper .tab-content .module-projects-wrapper {
    /*height: 80px;
    overflow: hidden;*/
    /*** TRANSITION ***/
    -webkit-transition: height 0.6s ease-in-out;
    -moz-transition: height 0.6s ease-in-out;
    -ms-transition: height 0.6s ease-in-out;
    -o-transition: height 0.6s ease-in-out;
    transition: height 0.6s ease-in-out;
}
#features-proyectos-wrapper .tab-content .module-projects-wrapper.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: 0;
    margin-left: 0;*/
    margin-right: -10px;
    margin-left: -10px;
}
#features-proyectos-wrapper .tab-content .module-projects-wrapper .isotope-item {
    visibility: hidden;
    opacity: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
#features_proyectos #xtc-proyectos1 .xtc-features-view-more {
    visibility: hidden;
    opacity: 0;
}
#features_proyectos #xtc-proyectos1 .portfolio-module > .module-projects-wrapper,
#features_proyectos #xtc-proyectos2 .portfolio-module > .module-projects-wrapper,
#features_proyectos #xtc-proyectos3 .portfolio-module > .module-projects-wrapper,
#features_proyectos #xtc-proyectos4 .portfolio-module > .module-projects-wrapper,
#features_proyectos #xtc-proyectos5 .portfolio-module > .module-projects-wrapper {
    visibility: visible;
    opacity: 1;
    /*min-height: 160px;*/
}
#features_proyectos .section-content .projects-wrapper > div {
    /*margin: 0px 0px 40px 0px !important;*/
}
#features_proyectos .section-content .projects-wrapper .project-img {
    border: 1px solid #dddddd;
}
#features_proyectos .section-content .projects-wrapper .project-img img {
    width: 100%;
}
#features_proyectos .section-content .projects-wrapper .project-img .project-title {
    width: 100%;
    position: absolute;
    bottom: 0px;
    margin: 0px;
    padding: 6px 10px;
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
    line-height: 1.3em;
    text-align: left;
    background-color: rgba(61, 64, 69, 1);
}
#features_proyectos .section-content .projects-wrapper .xtc-featured .project-img:before {
    content: "Proyecto Macro";
    display: block;
    max-width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    color: #ffffff;
    letter-spacing: normal;
    background-color: rgba(61, 64, 69, 1);
    overflow: hidden;
}
#features_proyectos .section-content .projects-wrapper .project-img .project-img-extra-content {
    display: block;
    width: auto;
    position: absolute;
    cursor: default;
}
/* -------------------------------------------------- */
#features_proyectos .section-content .projects-wrapper .project-item-meta {
    margin: 16px 0px 0px 0px;
}
#features_proyectos .section-content .projects-wrapper .project-item-meta h4 {
    margin: 0px;
    font-weight: 400;
    font-size: 13px;
    color: #333333;
    line-height: 1.3em;
}
#features_proyectos .section-content .projects-wrapper .project-item-meta h4 a {
    color: #333333;
}
/*******************************************************
    INICIO-SECCION [EASYBLOG]
*******************************************************/
#eb .mod-items-grid {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 0px;
    cursor: default;
}
#eb .mod-items-grid > .mod-grid {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 40px;
    clear: none !important;
}
#eb .eb-mod-head .mod-small {
    font-size: 80%;
}
#eb .eb-mod-thumb .eb-mod-image-cover {
    /*height: 220px;*/
    margin: 0px !important;
    border: 1px solid #dddddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#eb .eb-mod-thumb .eb-mod-image-cover:before {
    display: none;
}
#eb .eb-mod-title {
    padding-top: 4px;
    font-weight: 400;
    font-size: 13px;
}
#eb .eb-mod-title .eb-mod-media-title {
    font-weight: 400;
    font-size: 13px;
    color: #333333;
    line-height: 1.3em;
}
#eb .eb-mod-title .eb-mod-media-title:hover,
#eb .eb-mod-title .eb-mod-media-title:focus {
    /*color: #DC7828;*/
}
/* -------------------------------------------------- */
@media (min-width: 1200px) {
    #eb .mod-items-grid .mod-grid:nth-child(5) {
        /* COLUMNAS 4 */
        clear: left !important;
    }
    #eb .mod-items-grid .mod-grid:nth-child(n + 9) {
        /* VISIBLES 8 */
        display: none;
    }
}
@media (max-width: 1199px) {
    #eb .mod-items-grid > .mod-grid {
        /* COLUMNAS 3 */
        width: 25% !important;
    }
    #eb .mod-items-grid .mod-grid:nth-child(5) {
        /* COLUMNAS 4 */
        clear: left !important;
    }
    #eb .mod-items-grid .mod-grid:nth-child(n + 9) {
        display: none;
    }
}
@media (max-width: 991px) {
    #eb .mod-items-grid > .mod-grid {
        /* COLUMNAS 3 */
        width: 33.33% !important;
    }
    #eb .mod-items-grid .mod-grid:nth-child(4) {
        /* COLUMNAS 3 */
        clear: left !important;
    }
    #eb .mod-items-grid .mod-grid:nth-child(5) {
        /* COLUMNAS 4 */
        clear: none !important;
    }
    #eb .mod-items-grid .mod-grid:nth-child(n + 7) {
        /* VISIBLES 6 */
        display: none;
    }
}
@media (max-width: 767px) {
    #eb .mod-items-grid > .mod-grid {
        /* COLUMNAS 3 */
        width: 33.33% !important;
    }
    #eb .mod-items-grid > .mod-grid:nth-child(n + 7) {
        /* VISIBLES 6 */
        display: none;
    }
}
@media (max-width: 695px) {
    #eb .mod-items-grid > .mod-grid {
        /* COLUMNAS 2 */
        width: 50% !important;
    }
    #eb .mod-items-grid .mod-grid:nth-child(3) {
        /* COLUMNAS 2 */
        clear: left !important;
    }
    #eb .mod-items-grid .mod-grid:nth-child(4) {
        /* COLUMNAS 3 */
        clear: none !important;
    }
    #eb .mod-items-grid .mod-grid:nth-child(5) {
        /* COLUMNAS 4 */
        clear: none !important;
    }
    #eb .mod-items-grid > .mod-grid:nth-child(n + 5) {
        /* VISIBLES 4 */
        display: none;
    }
}
@media (max-width: 575px) {
    #eb .mod-items-grid > .mod-grid {
        /* COLUMNAS 2 */
        width: 50% !important;
    }
    #eb .mod-items-grid > .mod-grid:nth-child(n + 5) {
        /* VISIBLES 4 */
        display: none;
    }
}
/*******************************************************
    INICIO-SECCION [DIRECTORIO]
*******************************************************/
.acm-contact-info .info-list dt a {
    color: #dc7828;
    border-bottom: 1px dotted transparent;
}
.acm-contact-info .info-list dt a:hover,
.acm-contact-info .info-list dt a:focus,
.acm-contact-info .info-list dt a:active {
    color: #dc7828;
    border-bottom-color: #dc7828;
}
/*******************************************************
    INICIO-SECCION [CONTACTO]
*******************************************************/
.acm-contact-info .info-list {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3em;
    cursor: default;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight .acm-title {
    margin-bottom: 36px;
    font-size: 32px;
    font-weight: 400;
    color: #dc7828;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: normal !important;
}
.acm-contact-info .info-list dd a {
    border-bottom: 1px dotted transparent;
}
.acm-contact-info .info-list dd a:hover,
.acm-contact-info .info-list dd a:focus,
.acm-contact-info .info-list dd a:active {
    border-bottom-color: #dc7828;
}
/* -------------------------------------------------- */
.acm-contact-info.style-1 .info-list dt span {
    font-weight: 400;
    color: #dc7828;
    font-size: 16px;
    text-transform: none;
}
/* -------------------------------------------------- */
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div > div {
    margin-bottom: 0px;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col {
    color: #333333;
    background-color: transparent;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight .acm-title + .row > div.last-col .t3-module {
    padding-top: 0px;
    padding-bottom: 0px;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module {
    padding: 0px;
    text-align: center;
}
/* -------------------------------------------------- */
.t3-mast-bottom.t3-features-intro .section-contacto .acm-spotlight > .row > div.last-col .t3-module .info-list {
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
}
.t3-mast-bottom.t3-features-intro .section-contacto .acm-spotlight > .row > div.last-col .t3-module .info-list dt {
    display: none !important;
}
.t3-mast-bottom.t3-features-intro .section-contacto .acm-spotlight > .row > div.last-col .t3-module .info-list dd {
    /*display: inline-block;*/
    /*width: calc(33% - 2px);*/
    width: 25%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    /*text-align: center;*/
}
@media (max-width: 991px) {
    .t3-mast-bottom.t3-features-intro .section-contacto .acm-spotlight > .row > div.last-col .t3-module .info-list dd {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .t3-mast-bottom.t3-features-intro .section-contacto .acm-spotlight > .row > div.last-col .t3-module .info-list dd {
        width: 25%;
    }
}
.t3-mast-bottom.t3-features-intro .section-contacto .acm-spotlight > .row > div.last-col .t3-module .info-list dd:nth-of-type(1) {
    /*text-align: right;*/
}
.t3-mast-bottom.t3-features-intro .section-contacto .acm-spotlight > .row > div.last-col .t3-module .info-list dd:nth-of-type(3) {
    /*text-align: left;*/
}
/* -------------------------------------------------- */
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module .info-list dt span {
    display: block;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module .info-list dd a.contact-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0px;
    padding: 0px;
    color: #222222;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #dc7828;
}
/* -------------------------------------------------- */
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module.module_menu ul.nav {
    font-size: 13px;
    color: #ffffff;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module.module_menu ul.nav > li {
    display: block;
    margin: 0px 0px 16px 0px;
    padding: 0px;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module.module_menu ul.nav > li a {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.3em;
    border-bottom: 1px dotted transparent;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module.module_menu ul.nav > li a:hover,
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module.module_menu ul.nav > li a:focus,
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module.module_menu ul.nav > li.active a {
    border-bottom: 1px dotted #dc7828;
}
/* -------------------------------------------------- */
@media (max-width: 767px) {
    .t3-mast-bottom.t3-features-intro .section-contacto .acm-spotlight .acm-title + .row > div.last-col .t3-module {
        padding-top: 48px;
        padding-bottom: 0px;
    }
    .t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module.module_menu {
        padding-top: 36px;
        padding-bottom: 24px;
    }
    .t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module.module_menu ul.nav > li {
        display: inline-block;
        margin: 0px 10px 12px 10px;
    }
}
/*************************************************************************************************************
    
*************************************************************************************************************/
/*******************************************************
    MAST-BOTTOM [NORMATIVIDAD]
*******************************************************/
#section_normatividad_banners {
    position: relative;
    /*padding-top: 0px;
    padding-bottom: 0px;*/
    padding: 0px 15px;
    background-color: #ecf0f1;
}
#section_normatividad_banners .section-content {
    padding: 50px 0px;
    background-color: transparent;
}
#section_normatividad_banners .section-content .xtc-section-title {
    display: none;
}
#section_normatividad_banners .section-content .xtc-section-title h2 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 32px;
    color: #333333;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    white-space: nowrap;
}
#section_normatividad_banners .section-content .xtc-section-title h2:after {
    /*content: "";
    display: inline-block;
    width: 16px;
    margin-left: 3px;
    border-bottom: 2px solid #DC7828;*/
}
#section_normatividad_banners .section-content .xtc-section-title h2:before {
    content: "";
    display: inline-block;
    width: 0.16em;
    height: 1em;
    margin: 0px 0.36em -0.14em 0px;
    border: none;
    background-color: #dc7828;
}
#xtc-features #section_normatividad_banners .section-content .xtc-section-title {
    display: block;
}
/* -------------------------------------------------- */
.section.section-normatividad #nrm-banners {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#normatividad-banners div.grid-items {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    /** FLEX **/
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    /*justify-content: space-around;*/
    /*justify-content: space-between;*/
}
#normatividad-banners div.grid-items:last-of-type {
    margin-bottom: 0px;
}
#normatividad-banners div.grid-items .grid-item {
    position: relative;
    margin: 0px;
    padding: 5px 10px;
    /** FLEX **/
    /*flex: 0 0 20%;*/
    line-height: 0px;
    text-align: center;
}
#normatividad-banners div.grid-items .grid-item a {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
#normatividad-banners div.grid-items .grid-item a img,
#normatividad-banners div.grid-items .grid-item input {
    display: block;
    margin: 0px;
    padding: 0px;
}
#normatividad-banners div.grid-items .grid-item input[type="image"] {
    cursor: pointer;
}
/*******************************************************
    FOOTER [COPYRIGHT]
*******************************************************/
.t3-footer {
    color: #96a1a3;
    background-color: #222222;
}
.t3-footnav .t3-module {
    font-size: 14px;
    line-height: 1.4em;
    color: #96a1a3;
    margin: 0px;
    padding-bottom: 0px;
    background-color: transparent;
}
/* -------------------------------------------------- */
.t3-footer .t3-spotlight {
    /*padding: 50px 0px;*/
    padding: 40px 0px;
}
.t3-footer .t3-spotlight a {
    color: rgba(255, 255, 255, 0.5);
}
.t3-footer .t3-spotlight a:hover,
.t3-footer .t3-spotlight a:focus {
    color: rgba(255, 255, 255, 1);
}
.t3-footer .t3-spotlight .module_footer-col {
    font-size: 14px;
    line-height: 1.4em;
}
.t3-footer .t3-spotlight .module_footer-col a {
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 14px;
    line-height: 1.4em;
}
.t3-footer .t3-spotlight .module_footer-col .footer-logo img {
    margin-bottom: 0.5em;
}
/* -------------------------------------------------- */
.t3-footer .t3-spotlight .module_footer-col .nav-stacked li > a {
    padding: 0px;
    margin: 0px;
    /*color: #96A1A3;*/
    color: rgba(255, 255, 255, 0.5);
}
.t3-footer .t3-spotlight .module_footer-col .nav-stacked li > a:hover,
.t3-footer .t3-spotlight .module_footer-col .nav-stacked li > a:focus,
.t3-footer .t3-spotlight .module_footer-col .nav-stacked li.active > a {
    color: #ffffff;
}
.t3-footer .t3-spotlight .module_footer-col .nav-stacked li.active > a {
    border-bottom: 1px dotted #dc7828;
}
.t3-footer .t3-spotlight .module_footer-col .nav-stacked li {
    padding: 0px;
    margin: 0px 0px 6px 0px;
}
.t3-footer .t3-spotlight .module_footer-col .nav-stacked li:last-of-type {
    margin-bottom: 0px;
}
/* -------------------------------------------------- */
.t3-footer .t3-copyright {
    /*margin: 0px;*/
    margin: 0px 0px 30px 0px;
    /*padding: 16px 0px;*/
    padding: 0px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4em;
    text-align: center;
    /*background-color: #DC7828;*/
    background-color: transparent;
    cursor: default;
}
.t3-footer .t3-copyright .copyright {
    margin: 0px;
}
/* -------------------------------------------------- */
@media (max-width: 767px) {
    .t3-footnav .t3-module {
        text-align: center;
    }
    .t3-footer .t3-spotlight .module_footer-col {
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px dotted rgba(255, 255, 255, 0.2);
    }
    .t3-footer .t3-spotlight > div:first-of-type .module_footer-col {
        margin-top: 0px;
        padding-top: 0px;
        border-top: none;
    }
    .t3-footer .t3-spotlight .module_footer-col .nav-stacked li {
        display: inline-block;
        margin: 0px 8px;
    }
    .t3-footer .t3-spotlight .module_footer-col .nav-stacked li > a:hover,
    .t3-footer .t3-spotlight .module_footer-col .nav-stacked li > a:focus,
    .t3-footer .t3-spotlight .module_footer-col .nav-stacked li.active > a {
        color: #ffffff;
        border-bottom: 1px dotted #dc7828;
    }
}
/*************************************************************************************************************
    
*************************************************************************************************************/
/*******************************************************
    MAINBODY
*******************************************************/
.t3-mainbody {
    padding-top: 243px;
    /*padding-top: 60px;*/
    padding-bottom: 60px;
    /*** TRANSITION ***/
    -webkit-transition: padding-top 0.2s ease-out;
    -moz-transition: padding-top 0.2s ease-out;
    -ms-transition: padding-top 0.2s ease-out;
    -o-transition: padding-top 0.2s ease-out;
    transition: padding-top 0.2s ease-out;
}
#t3-mainbody > .row {
    position: relative;
}
.t3-content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.item-page .article-content {
    margin-bottom: 0px;
}
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
    .t3-mainbody {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
/*******************************************************
    ITEM-PAGE
*******************************************************/
.item-page .article-title,
.item-page .article-header h1 {
    font-size: 35px;
    margin: 0px 0px 48px 0px;
}
/*************************************************************************************************************
    
*************************************************************************************************************/
/*******************************************************
    EASYBLOG
*******************************************************/
#eb h1,
#eb h2,
#eb h3,
#eb h4,
#eb h5,
#eb h6 {
    font-weight: 400;
    line-height: 1.3em;
}
/* -------------------------------------------------- */
#eb .eb-post:first-of-type {
    padding-top: 30px;
}
.com_easyblog #eb.eb-ja_resume .eb-posts .eb-post + .eb-post {
    margin: 30px 0px 0px 0px;
    padding: 0px;
    border: none;
}
/* -------------------------------------------------- */
#eb .eb-brand-name {
    margin: 0px 0px 48px 0px;
    font-size: 35px;
    font-weight: 400;
}
.com_easyblog #eb.eb-ja_resume .eb-post-title {
    margin: 0.5em 0px 1em 0px;
    word-break: break-word;
}
.com_easyblog #eb.eb-ja_resume .eb-post-title a {
    color: #222222;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3em;
    overflow: hidden;
}
#eb .eb-entry-title {
    font-size: 28px;
    font-weight: 400;
}
#eb .eb-block-audio .audiojs-track span b {
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
}
#eb .eb-posts-search .eb-post-title {
    margin: 0px 0px 10px 0px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3em;
}
/* -------------------------------------------------- */
#eb .eb-navbar__body {
    margin: 0px 0px 20px 0px;
    padding: 4px 16px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ecf0f0;
}
#eb .eb-navbar__icon-link {
    position: relative;
    width: 28px;
    height: 28px;
    padding: 0px;
    color: #999999;
    line-height: 28px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: 0 !important;
    background-color: #ffffff;
}
#eb .eb-navbar__icon-link .eb-navbar-rss-icon,
.com_easyblog div#eb .eb-navbar-rss-icon {
    font-size: 16px;
    line-height: 28px;
    color: #999999;
}
#eb .eb-navbar__icon-link:hover,
#eb .eb-navbar__icon-link:focus {
    background-color: #ffffff;
}
#eb .eb-navbar__icon-link .eb-navbar-rss-icon:hover,
#eb .eb-navbar__icon-link .eb-navbar-rss-icon:focus {
    color: #dc7828;
}
#eb .o-nav__item,
#eb .o-nav__link {
    color: #999999;
    margin-left: 6px;
}
#eb .o-nav__item:hover,
#eb .o-nav__item:focus,
#eb .o-nav__link:hover,
#eb .o-nav__link:focus {
    color: #dc7828;
}
#eb .eb-navbar__o-nav > :not(:first-child) {
    margin-left: 6px;
}
#eb .eb-navbar__search {
    position: relative;
    display: block;
    width: auto;
    margin: 0px;
    padding: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    overflow: hidden;
}
#eb .eb-navbar__search-form {
    margin: 0px;
    padding: 0px;
}
#eb .eb-navbar__search-input {
    position: relative;
    display: block;
    height: 28px;
    width: 100%;
    margin: 0px;
    padding: 0px 20px 0px 30px;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
}
#eb .eb-navbar__search-input:hover,
#eb .eb-navbar__search-input:focus {
    color: #000000;
}
/* -------------------------------------------------- */
.com_easyblog div#eb .eb-category {
    margin-bottom: 0px;
}
.com_easyblog div#eb .eb-category .eb-category-profile {
    /* VACIO */
}
.com_easyblog div#fd .eb-category-name,
.com_easyblog div#eb .eb-category-name {
    font-size: 28px;
    line-height: 1.2em;
}
#eb .eb-category-subscribe {
    margin-top: 3px;
}
#eb .eb-category-subscribe.spans-seperator > span {
    font-size: 16px;
    line-height: 1.2em;
}
/* -------------------------------------------------- */
#eb .eb-post-title-top {
    font-size: 13px;
    line-height: 13px;
}
#eb .eb-post-meta {
    margin-bottom: 10px;
    color: #999999;
    line-height: 1.4em;
    cursor: default;
}
#eb .eb-post-meta a {
    color: #999999;
}
#eb .eb-post-meta a:hover,
#eb .eb-post-meta a:focus {
    color: #dc7828;
}
.com_easyblog div#fd .text-muted,
.com_easyblog div#eb .text-muted,
.com_easyblog div#fd .text-muted a,
.com_easyblog div#eb .text-muted a {
    font-size: 13px;
    line-height: 13px;
    text-transform: none;
}
#eb .eb-post-thumb .eb-post-image {
    border: 1px solid #dddddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px !important;
    margin: 0px !important;
}
/* -------------------------------------------------- */
.com_easyblog #eb.eb-ja_resume .eb-post-foot {
    margin: 15px 0px 0px 0px;
    padding: 0px;
}
/* -------------------------------------------------- */
@media (max-width: 991px) {
    #eb .eb-post-thumb.is-left {
        float: none;
        margin-right: 0px;
    }
    #eb .eb-post-thumb .eb-post-image {
        width: 100% !important;
    }
}
/* -------------------------------------------------- */
#eb .eb-post-author .fa,
#eb .eb-post-date .fa,
#eb .eb-post-category .fa {
    width: 16px;
    height: 16px;
    padding-top: 3px;
    color: #999999;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    vertical-align: text-bottom;
}
#eb .eb-entry-meta {
    margin: 0.6em 0px 1.6em 0px;
    font-size: 14px;
    color: #999999;
    line-height: 1.4em;
    text-transform: none;
    cursor: default;
}
#eb .eb-entry-meta a {
    color: #999999;
}
#eb .eb-entry-meta a:hover,
#eb .eb-entry-meta a:focus {
    color: #dc7828;
}
#eb .eb-post-body .eb-entry-fields,
#eb .eb-entry-body .eb-entry-fields {
    margin-bottom: 0.6em;
    cursor: default;
}
#eb .eb-post-body .eb-entry-fields .fa,
#eb .eb-entry-body .eb-entry-fields .fa {
    font-size: 120%;
}
/* -------------------------------------------------- */
#eb .eb-image-figure,
#eb .eb-block-audio,
#eb .video-embed-wrapper,
#eb .ebd-block[data-type="buttons"] {
    margin-bottom: 1.6em;
}
#eb .eb-share {
    margin-top: 1em;
}
#eb .video-embed-wrapper.is-responsive iframe {
    border: none;
    border: 1px solid #dddddd;
}
#eb .btn {
    font-weight: 400 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#eb .btn-primary {
    color: #ffffff !important;
    border: 2px solid #dc7828 !important;
    background-color: #dc7828 !important;
    /*** TRANSITION ***/
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#eb .btn-primary:hover,
#eb .btn-primary:focus {
    color: #333333 !important;
    border: 2px solid #dc7828 !important;
    background-color: #ffffff !important;
}
.com_easyblog div#fd .btn-primary:hover,
.com_easyblog div#eb .btn-primary:hover,
.com_easyblog div#fd .btn-primary:focus,
.com_easyblog div#eb .btn-primary:focus,
.com_easyblog div#fd .btn-primary:active,
.com_easyblog div#eb .btn-primary:active,
.com_easyblog div#fd .btn-primary .open .dropdown-toggle_div#fd .btn-primary,
.com_easyblog div#eb .btn-primary .open .dropdown-toggle_div#fd .btn-primary {
    color: #333333 !important;
    border: 2px solid #dc7828 !important;
    background-color: #ffffff !important;
}
/* -------------------------------------------------- */
#eb .audiojs-track,
#eb .audiojs {
    background: #3d4045;
}
#eb .audiojs-track {
    padding: 8px 12px 6px 12px;
    font-size: 13px;
    line-height: 13px;
    border-bottom: 1px solid #3d4045;
    border: 0px;
}
#eb .audiojs .progress {
    background: #dc7828;
}
/* -------------------------------------------------- */
.com_easyblog #eb.eb-ja_resume .eb-pager,
#eb .eb-pager {
    margin-top: 50px;
    padding: 0px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
}
.com_easyblog #eb.eb-ja_resume .eb-pager a,
#eb .eb-pager a {
    display: inline-block;
    min-width: 26px;
    height: 28px;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #999999;
    white-space: nowrap;
    text-transform: none;
    text-decoration: none;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    cursor: pointer;
}
.com_easyblog #eb.eb-ja_resume .eb-pager > a.eb-pager__fast-first-link i,
#eb .eb-pager .fa-chevron-left {
    margin: 0px;
    display: inline-block;
}
.com_easyblog #eb.eb-ja_resume .eb-pager > a.eb-pager__fast-last-link i,
#eb .eb-pager .fa-chevron-right {
    margin: 0px;
    display: inline-block;
}
.com_easyblog #eb.eb-ja_resume .eb-pager > a.eb-pager__fast-first-link,
.com_easyblog #eb.eb-ja_resume .eb-pager > a.eb-pager__pre-link,
.com_easyblog #eb.eb-ja_resume .eb-pager > a.eb-pager__fast-last-link,
.com_easyblog #eb.eb-ja_resume .eb-pager > a.eb-pager__next-link {
    min-width: 32px;
}
.com_easyblog #eb.eb-ja_resume .eb-pager > a.eb-pager__fast-first-link,
.com_easyblog #eb.eb-ja_resume .eb-pager > a.eb-pager__next-link {
    margin-right: 4px;
}
.com_easyblog #eb.eb-ja_resume .eb-pager > a.disabled,
.com_easyblog #eb.eb-ja_resume .eb-pager > a.disabled:hover,
.com_easyblog #eb.eb-ja_resume .eb-pager > a.disabled:focus,
.com_easyblog #eb.eb-ja_resume .eb-pager > a.disabled:active {
    color: #dddddd;
    border-color: #dddddd;
    background-color: #ffffff;
    cursor: default;
}
.com_easyblog #eb.eb-ja_resume .eb-pager a:hover,
.com_easyblog #eb.eb-ja_resume .eb-pager a:focus,
.com_easyblog #eb.eb-ja_resume .eb-pager a:active,
.com_easyblog #eb.eb-ja_resume .eb-pager a.active {
    color: #ffffff;
    border: 1px solid #dc7828;
    background-color: #dc7828;
}
.com_easyblog div#fd .eb-pager a.active,
.com_easyblog div#eb .eb-pager a.active,
.com_easyblog div#fd .eb-pager > div a.active,
.com_easyblog div#eb .eb-pager > div a.active {
    color: #ffffff;
    border: 1px solid #dc7828;
    background: #dc7828;
}
/* -------------------------------------------------- */
#eb .eb-entry-nav {
    margin: 40px 0px 0px 0px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#eb .eb-entry-nav > div > a {
    padding: 4px 20px;
}
#eb .eb-entry-nav > div.eb-entry-nav-prev > a {
    padding-left: 10px;
}
#eb .eb-entry-nav > div.eb-entry-nav-next > a {
    padding-right: 10px;
}
.com_easyblog div#fd .eb-entry-nav > div > a,
.com_easyblog div#eb .eb-entry-nav > div > a {
    color: #333333;
}
.com_easyblog div#fd .eb-entry-nav > div > a:hover,
.com_easyblog div#eb .eb-entry-nav > div > a:hover {
    color: #ffffff;
    background: #dc7828;
    /*** TRANSITION ***/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.com_easyblog div#fd .eb-entry-nav > div > a:hover .fa,
.com_easyblog div#eb .eb-entry-nav > div > a:hover .fa {
    color: #ffffff;
}
/* -------------------------------------------------- */
span.highlight {
}
#eb .search-highlight {
    padding: 0px 5px;
    font-weight: 600;
    color: #000000;
    background-color: #f4d7be;
}
/* -------------------------------------------------- */
@media (max-width: 575px) {
    #eb .eb-pager__link-list {
        display: none;
    }
    #eb .eb-pager__fast-first-link,
    #eb .eb-pager__fast-last-link {
        display: none;
    }
    #eb .eb-pager__pre-link,
    #eb .eb-pager__next-link {
        min-width: calc(50% - 10px);
    }
}
/*******************************************************
    TZ-PORTFOLIO
*******************************************************/
#TzContent h1.page-heading {
    margin: 0px 0px 36px 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    cursor: default;
}
/* -------------------------------------------------- */
#tz_options {
    margin: 0px;
    padding: 0px;
}
#tz_options .option-combo {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 26px;
    color: #505050;
}
#tz_options .btn {
    margin: 0px;
    padding: 0px;
}
#tz_options .option-combo a {
    margin: 0px;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 13px;
    color: #505050;
    text-transform: none;
    text-align: center;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
}
#tz_options .option-combo a:hover,
#tz_options .option-combo a:focus,
#tz_options .option-combo a:active,
#tz_options a.selected {
    color: #ffffff;
    border-color: #dc7828;
    background-color: #dc7828;
}
#tz_options .option-combo .dropdown-toggle:hover,
#tz_options .option-combo .dropdown-toggle:focus,
#tz_options .option-combo .dropdown-toggle:active {
    color: #dc7828;
    background-color: #ffffff;
}
/* -------------------------------------------------- */
#TzContent .tz_item .tpp-portfolio__inner {
    display: block;
    margin: 15px;
    padding: 15px;
    border: 1px solid #e7e7e7;
    line-height: normal;
    background: #ffffff;
}
#TzContent .tz_item .tpp-portfolio__inner .tpp-portfolio__media {
    margin: 0px;
    padding: 0px;
}
#TzContent .tz_item .tpp-portfolio__inner .tpp-portfolio__media {
    margin: 0px;
    padding: 0px;
}
#TzContent .tz_item .tpp-portfolio__inner .tpp-portfolio__media .tz_portfolio_plus_image {
    width: 170px;
    margin: 0px auto;
}
#TzContent .tz_item .tpp-portfolio__inner .tpp-portfolio__media .tz_portfolio_plus_image a {
    position: relative;
    display: block;
    border: 1px solid #dddddd;
}
#TzContent .tz_item .tpp-portfolio__inner .tpp-portfolio__media .tz_portfolio_plus_image a img {
    width: 100%;
}
#TzContent .tz_item .tpp-portfolio__inner .tpp-portfolio__media .tz_portfolio_plus_image a .tz-image-caption {
    min-width: 50%;
    max-width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    color: #ffffff;
    letter-spacing: normal;
    background-color: #333333;
    overflow: hidden;
}
#TzContent .tz_item .tpp-portfolio__inner .tpp-portfolio__description {
    margin: 0px;
    padding: 15px 0px 0px 0px;
}
#TzContent .tz_item .tpp-portfolio__inner .tpp-portfolio__description .tpp-item-title {
    margin: 0px;
    font-size: 13px;
    color: #333333;
    line-height: 1.4em;
    text-align: left;
}
#TzContent .tz_item .tpp-portfolio__inner .tpp-portfolio__description .tpp-item-title a {
    color: #333333;
}
#TzContent .tz_item .tpp-portfolio__inner .tpp-portfolio__description .tpp-item-title a:hover,
#TzContent .tz_item .tpp-portfolio__inner .tpp-portfolio__description .tpp-item-title a:focus {
    /*color: #DC7828;*/
}
/* -------------------------------------------------- */
#tz_append {
    margin: 25px 0px 0px 0px;
}
/* -------------------------------------------------- */
.tpp-item-page > .tpp-item-page__inner.row a {
    text-decoration: none;
}
.tpp-item-page > .tpp-item-page__inner.row {
    margin-left: 0px;
    margin-right: 0px;
}
.tpp-item-page h1.TzHeadingTitle {
    margin: 0px 0px 36px 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    cursor: default;
}
.tpp-item-page h2.tpp-item-title {
    margin: 0px 0px 36px 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    cursor: default;
}
/* -------------------------------------------------- */
#tz-portfolio-template-media {
    margin: 0px;
    padding: 0px;
}
#tz-portfolio-template-media .tpp-item-media {
    position: relative;
    margin: 0px 0px 30px 0px;
}
#tz-portfolio-template-media .tpp-item-media .tz_portfolio_plus_image {
    width: 176px;
}
#tz-portfolio-template-media .tpp-item-media .tz_portfolio_plus_image a {
    position: relative;
    display: block;
    border: 1px solid #dddddd;
}
#tz-portfolio-template-media .tpp-item-media .tz_portfolio_plus_image a img {
    width: 100%;
}
#tz-portfolio-template-media .tpp-item-media .tz_portfolio_plus_image a .tz-image-caption {
    min-width: 50%;
    max-width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    color: #ffffff;
    letter-spacing: normal;
    background-color: #333333;
    overflow: hidden;
}
/* -------------------------------------------------- */
.tpp-extrafield {
    width: calc(100% - 210px);
    position: relative;
    margin: 0px auto 26px 20px;
    padding: 10px 0px 10px 18px;
    font-size: 14px;
    line-height: 1.4em;
    border-left: 2px solid #dc7828;
    cursor: default;
}
.tpp-extrafield > .tz-item {
    margin-bottom: 6px;
    padding: 0px;
}
.tpp-extrafield > .tz-item a {
    color: #333333;
    border-bottom: 1px dotted #dc7828;
}
.tpp-extrafield > .tz-item a:hover,
.tpp-extrafield > .tz-item a:focus {
    color: #dc7828;
}
.tpp-extrafield > .tz-item.tz-item-autores {
    margin-bottom: 12px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 600;
}
/* -------------------------------------------------- */
.tpp-item-page .tz-item-introduccion h3 {
    margin-top: 36px;
    margin-bottom: 36px;
}
.tpp-item-page .tz-item-introduccion > p {
    margin: 0px 0px 1.6em 0px;
}
.tpp-item-page .tz-item-introduccion h3:first-of-type {
    margin-top: 12px;
}
.tpp-item-page .tz-item-introduccion > p:last-child {
    margin-bottom: 0px;
}
#tz-portfolio-template-introtext {
    line-height: 1.6em;
}
#tz-portfolio-template-introtext .tz-item-titulo {
    position: relative;
    margin-top: 2em;
    margin-bottom: 1.5em;
    padding: 1.2em 0px 1.2em 26px;
    font-weight: 600;
    line-height: 1.4em;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
#tz-portfolio-template-introtext .tz-item-titulo a {
    color: #333333;
}
#tz-portfolio-template-introtext .tz-item-titulo a:hover,
#tz-portfolio-template-introtext .tz-item-titulo a:focus {
    color: #dc7828;
}
#tz-portfolio-template-introtext .tz-item-titulo:before {
    font-family: "FontAwesome";
    content: "\f14c";
    display: block;
    position: absolute;
    left: 0px;
    font-size: 1.2em;
    color: #dc7828;
}
#tz-portfolio-template-fulltext {
    margin: 0px;
    padding-left: 26px;
    font-size: 14px;
    line-height: 1.4em;
}
#tz-portfolio-template-fulltext .tz-item-legal br {
    line-height: 1.8em;
}
#tz-portfolio-template-fulltext .tz-item-url {
    position: relative;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 24px;
}
#tz-portfolio-template-fulltext .tz-item-url a {
    color: #333333;
}
#tz-portfolio-template-fulltext .tz-item-url a:hover,
#tz-portfolio-template-fulltext .tz-item-url a:focus {
    color: #dc7828;
}
#tz-portfolio-template-fulltext .tz-item-url:before {
    font-family: "FontAwesome";
    content: "\f14c";
    display: block;
    position: absolute;
    left: 0px;
    font-size: 1.4em;
    color: #dc7828;
}
/* -------------------------------------------------- */
#tz-portfolio-template-related-articles .tpp-item-related ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#tz-portfolio-template-related-articles .tpp-item-related ul .tpp-item-related__item {
    position: relative;
    margin: 12px 0px;
    padding: 0px 0px 0px 26px;
    font-size: 16px;
    color: #333333;
    line-height: 1.5em;
}
#tz-portfolio-template-related-articles .tpp-item-related ul .tpp-item-related__item:before {
    font-family: "FontAwesome";
    content: "\f0a9";
    display: block;
    position: absolute;
    left: 2px;
    font-size: 1.3em;
    color: #dc7828;
}
#tz-portfolio-template-related-articles .tpp-item-related ul .tpp-item-related__item a {
    margin: 0px;
    padding: 0px;
    color: #333333;
}
#tz-portfolio-template-related-articles .tpp-item-related ul .tpp-item-related__item a:hover,
#tz-portfolio-template-related-articles .tpp-item-related ul .tpp-item-related__item a:focus {
    margin: 0px;
    padding: 0px;
    color: #dc7828;
}
.tpp-item-page .tpp-item-related h3 {
    margin-top: 36px;
    margin-bottom: 36px;
}
/*******************************************************
    EASYPROFILE [VIEW-LIST]
*******************************************************/
#xtc-areas-nav.xtc-wrapper {
    margin-bottom: 48px;
}
#xtc-areas-nav .xtc-areas-nav {
    visibility: hidden;
    opacity: 0;
    margin: 0px;
    padding: 0px;
    /*** TRANSITION ***/
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
#xtc-areas-nav .xtc-areas-nav .t3-module {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#xtc-areas-nav .xtc-areas-nav:before,
#xtc-areas-nav .xtc-areas-nav:after {
    content: " ";
    display: table;
}
/* -------------------------------------------------- */
#xtc-areas-nav .xtc-areas-nav ul.nav-stacked ul {
    list-style: none;
}
#xtc-areas-nav .xtc-areas-nav ul.nav-stacked a {
    visibility: hidden;
    opacity: 0;
}
/* -------------------------------------------------- */
#xtc-areas-nav .xtc-areas-nav .nav-stacked {
    line-height: 0px;
}
#xtc-areas-nav .xtc-areas-nav .nav-stacked div {
    /*display: inline-block;*/
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
}
#xtc-areas-nav .xtc-areas-nav .nav-stacked > div > a {
    position: absolute;
    top: 0px;
    left: 15px;
}
.xtc-area-profile #xtc-areas-nav .xtc-areas-nav .nav-stacked > div > a,
.xtc-oarea-profile #xtc-areas-nav .xtc-areas-nav .nav-stacked > div > a,
.areas-profile #xtc-areas-nav .xtc-areas-nav .nav-stacked > div > a {
    left: 0px;
}
#xtc-areas-nav .xtc-areas-nav .nav-stacked .nav-child {
    display: block;
    padding-left: 70px;
    line-height: 0px;
}
#xtc-areas-nav .xtc-areas-nav .nav-stacked > div > .nav-child div {
    /*display: inline-block;*/
    display: block;
    float: left;
    margin: 0px 10px 0px 0px;
}
#xtc-areas-nav .xtc-areas-nav .nav-stacked div a {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 0px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #089fcf;
    /*** TRANSITION ***/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#xtc-areas-nav .xtc-areas-nav .nav-stacked .nav-child a {
    /*width: 72px;*/
}
#xtc-areas-nav .xtc-areas-nav .nav-stacked div a:hover,
#xtc-areas-nav .xtc-areas-nav .nav-stacked div a:focus {
    /*background-color: rgba(220, 120, 40, 0.00);*/
}
#xtc-areas-nav .xtc-areas-nav .nav-stacked a:before {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    position: relative;
    top: -7px;
    left: -7px;
    border: 3px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: +1;
    background-color: transparent !important;
}
#xtc-areas-nav .xtc-areas-nav .nav-stacked a:hover:before,
#xtc-areas-nav .xtc-areas-nav .nav-stacked a:focus:before,
#xtc-areas-nav .xtc-areas-nav .nav-stacked .current.active > a:before {
    border-color: rgba(0, 0, 0, 0.16);
}
#xtc-areas-nav .xtc-areas-nav .nav-stacked .nav-child .current.active > a:before {
    /*width: 72px;*/
}
/* -------------------------------------------------- */
@media (max-width: 767px) {
    #xtc-areas-nav .xtc-areas-nav .nav-stacked .current.active > a:before {
        /*height: 18px;
        top: initial;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: rgba(255, 255, 255, 0.30);*/
    }
}
/* -----------------------------------------------------
    VIEW-LIST [SECCIONES]
----------------------------------------------------- */
#t3-mainbody.xtc-areas-list .xtc-wrapper:nth-of-type(3) {
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: inset 0px 30px 20px -20px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 30px 20px -20px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px 30px 20px -20px rgba(0, 0, 0, 0.12);
}
/* -----------------------------------------------------
    VIEW-LIST [XTC-HEADER]
----------------------------------------------------- */
#xtc-header header {
    margin-bottom: 48px;
}
#xtc-header header .article-title-head {
    margin: 0px 0px 4px 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    white-space: nowrap;
}
#xtc-header header .article-title-head:after {
    /*content: "";
    display: inline-block;
    width: 12px;
    margin-left: 4px;
    border-bottom: 2px solid #DC7828;*/
}
#xtc-header header .article-title-head:before {
    content: "";
    display: inline-block;
    width: 0.2em;
    height: 1em;
    margin: 0px 0.16em -0.14em 0px;
    border: none;
    background-color: #dc7828;
}
#xtc-header header .article-title-head a {
    color: #333333;
}
#xtc-header header .article-title-head a:hover,
#xtc-header header .article-title-head a:focus {
    /*color: #DC7828;*/
    border-bottom: 1px dotted #dc7828;
}
#xtc-header header .article-title {
    margin-bottom: 0px;
}
/* -----------------------------------------------------
    VIEW-LIST [XTC-AREA-INTRO]
----------------------------------------------------- */
#xtc-area-intro {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    color: #000;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
    background-image: url(images/xtc-area-intro_mosaico.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    /*background-color: #ECF0F1;*/
    background-color: #ffffff;
}
#xtc-area-intro .custom-xtc-module p:last-child {
    margin-bottom: 0px;
}
/* -----------------------------------------------------
    VIEW-LIST [XTC-AREA-CONTENT]
----------------------------------------------------- */
#xtc-area-content {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
#xtc-area-content .custom-xtc-module > p:last-child {
    margin-bottom: 0px;
}
/* -----------------------------------------------------
    VIEW-LIST [XTC-AREA-LIST]
----------------------------------------------------- */
#xtc-areas-list {
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
#xtc-areas-list .xtc-user-list-title h2 {
    margin-top: 0px;
    margin-bottom: 36px;
}
#xtc-areas-list .xtc-user-list-title h2 > .label,
#xtc-docencia-list .xtc-user-list-title h2 > .label,
#xtc-posgrado-lineas-list .xtc-user-list-title h2 > .label,
#xtc-page-profile-list .xtc-user-list-title h2 > .label {
    margin: 0px;
    padding: 3px 12px;
    font-size: 75%;
    font-weight: 600;
    line-height: 1em;
}
#xtc-areas-list .xtc-user-list-title h2 > .label-info,
#xtc-docencia-list .xtc-user-list-title h2 > .label-info,
#xtc-posgrado-lineas-list .xtc-user-list-title h2 > .label-info,
#xtc-page-profile-list .xtc-user-list-title h2 > .label-info {
    background-color: #089fcf;
}
#xtc-areas-list .jsn_list {
    /*margin-top: 60px;*/
}
#xtc-areas-list .jsn-l-avatar.xtc-item {
    display: block;
    border: 2px solid #089fcf;
    border-bottom-width: 10px;
    border-right-width: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#xtc-areas-list .jsn-l-avatar.xtc-item img {
    display: block;
    width: 66px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
/* -----------------------------------------------------
    VIEW-LIST [XTC-AREA-GALLERY]
----------------------------------------------------- */
#xtc-area-gallery {
    padding-top: 50px;
    padding-bottom: 50px;
}
#xtc-area-gallery .xtc-gallery-title h2 {
    margin-top: 0px;
    margin-bottom: 48px;
}
#xtc-area-gallery .custom-xtc-module > p:last-child {
    margin: 0px;
}
/* -----------------------------------------------------
    VIEW-LIST [XTC-PAGE-PROFILE-CONTENT]
----------------------------------------------------- */
.xtc-page-profile.t3-mainbody {
    padding-bottom: 40px !important;
}
#xtc-page-profile-content {
    padding-top: 48px;
    padding-bottom: 48px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
#xtc-page-profile-content .item-page > article > header.article-header {
    display: none !important;
}
#xtc-page-profile-intro {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    color: #000;
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: inset 0px 30px 20px -20px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 30px 20px -20px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px 30px 20px -20px rgba(0, 0, 0, 0.12);
    background-image: url(images/xtc-area-intro_mosaico.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    /* background-color: #ECF0F1; */
    background-color: #ffffff;
}
#xtc-page-profile-intro .custom-xtc-module p:last-child,
#xtc-page-profile-content .item-page > article > section.article-content p:last-child {
    margin-bottom: 0px;
}
/* -----------------------------------------------------
    VIEW-LIST [XTC-PAGE-PROFILE-LIST]
----------------------------------------------------- */
#xtc-page-profile-list {
    /*margin-top: 30px;*/
    padding-top: 50px;
    padding-bottom: 0px;
    /*border-top: 1px dotted rgba(0, 0, 0, 0.26);*/
}
#xtc-page-profile-list #xtc-page-profile {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
#xtc-page-profile-list .xtc-user-list-title h2 {
    margin-top: 0px;
    margin-bottom: 30px;
}
#xtc-page-profile-list #xtc-areas-list {
    padding-top: 0px;
}
#xtc-page-profile-list #xtc-areas-list .jsn-l-fields {
    font-size: 15px;
    line-height: 15px;
}
#xtc-page-profile-list #xtc-areas-list .jsn-l-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}
#xtc-page-profile-list #xtc-areas-list .jsn-l-title h3 {
    display: inline-block;
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}
#xtc-page-profile-list #xtc-areas-list .jsn-l-title h3 a {
    color: #333333;
}
#xtc-page-profile-list #xtc-areas-list .jsn-l-title h3 a:hover,
#xtc-page-profile-list #xtc-areas-list .jsn-l-title h3 a:focus {
    color: #dc7828;
}
#xtc-page-profile-list #xtc-areas-list {
    padding-bottom: 0px;
    border-bottom: none;
}
/* -------------------------------------------------- */
#xtc-page-profile-list #xtc-areas-list .jsn-l-fields .jsn-l-grado_nombre {
    margin: 0px 0px 3px 0px;
    padding: 4px 0px 0px 0px;
}
#xtc-page-profile-list #xtc-areas-list .jsn-l-fields .jsn-l-sni {
    margin: 6px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 13px;
}
/* -----------------------------------------------------
    VIEW-LIST [XTC-DOCENCIA-LIST]
----------------------------------------------------- */
#xtc-docencia-list,
#xtc-posgrado-lineas-list {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 0px;
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
}
#xtc-docencia-list #xtc-areas-list,
#xtc-posgrado-lineas-list #xtc-areas-list {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
#xtc-docencia-list .xtc-user-list-title h2,
#xtc-posgrado-lineas-list .xtc-user-list-title h2 {
    margin-top: 0px;
    margin-bottom: 36px;
}
#xtc-docencia-list #xtc-areas-list,
#xtc-posgrado-lineas-list #xtc-areas-list {
    padding-top: 0px;
}
#xtc-docencia-list #xtc-areas-list .jsn-l-fields,
#xtc-posgrado-lineas-list #xtc-areas-list .jsn-l-fields {
    font-size: 15px;
    line-height: 15px;
}
#xtc-docencia-list #xtc-areas-list .jsn-l-title,
#xtc-posgrado-lineas-list #xtc-areas-list .jsn-l-title {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}
#xtc-docencia-list #xtc-areas-list .jsn-l-title h3,
#xtc-posgrado-lineas-list #xtc-areas-list .jsn-l-title h3 {
    display: inline-block;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
}
#xtc-docencia-list #xtc-areas-list .jsn-l-title h3 a,
#xtc-posgrado-lineas-list #xtc-areas-list .jsn-l-title h3 a {
    color: #333333;
}
#xtc-docencia-list #xtc-areas-list .jsn-l-title h3 a:hover,
#xtc-docencia-list #xtc-areas-list .jsn-l-title h3 a:focus,
#xtc-posgrado-lineas-list #xtc-areas-list .jsn-l-title h3 a:hover,
#xtc-posgrado-lineas-list #xtc-areas-list .jsn-l-title h3 a:focus {
    color: #dc7828;
}
/* -------------------------------------------------- */
#xtc-docencia-list #xtc-areas-list .jsn-l-fields .jsn-l-grado_nombre,
#xtc-posgrado-lineas-list #xtc-areas-list .jsn-l-fields .jsn-l-grado_nombre {
    margin: 0px 0px 3px 0px;
    padding: 2px 0px 0px 0px;
    font-size: 14px;
    line-height: 14px;
}
#xtc-docencia-list #xtc-areas-list .jsn-l-fields .jsn-l-nucleo_cargo,
#xtc-posgrado-lineas-list #xtc-areas-list .jsn-l-fields .jsn-l-nucleo_cargo {
    margin: 6px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 1.3em;
}
#xtc-docencia-list #xtc-areas-list .jsn-l-fields .jsn-l-sni,
#xtc-posgrado-lineas-list #xtc-areas-list .jsn-l-fields .jsn-l-sni {
    margin: 6px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 13px;
}
/* -----------------------------------------------------
    VIEW-LIST [XTC-DOCENCIA-GALLERY]
----------------------------------------------------- */
#xtc-docencia-gallery {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
}
#xtc-docencia-gallery .xtc-gallery-title h2 {
    margin-top: 0px;
    margin-bottom: 48px;
}
/*******************************************************
    EASYPROFILE [VIEW-PROFILE]
*******************************************************/
#easyprofile .page-header h2 {
    font-size: 35px;
    margin: 0px 0px 48px 0px;
}
/* -------------------------------------------------- */
.jsn-l-w12,
.jsn-l-w6,
.jsn-l-w4,
.jsn-l-w3,
.jsn-l-w2,
.jsn-l-w1 {
    padding-top: 20px;
    vertical-align: top !important;
    border: none;
}
#jsn_listresult .jsn-l-fields {
    font-size: 15px;
    line-height: 15px;
}
#jsn_listresult .jsn-l-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}
#jsn_listresult .jsn-l-title h3 {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    /*font-size: 16px;*/
    /*font-weight: 400;*/
    /*line-height: 1.4em;*/
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
}
#jsn_listresult .jsn-l-title h3 a {
    color: #333333;
}
#jsn_listresult .jsn-l-title h3 a:hover,
#jsn_listresult .jsn-l-title h3 a:focus {
    color: #dc7828;
}
/* -------------------------------------------------- */
.jsn-l-avatar img {
    width: 60px;
}
.jsn-l-top-a .jsn-l-title,
.jsn-l-top-a .jsn-l-fields {
    margin-right: 20px;
    margin-left: 90px;
    cursor: default;
}
/* -------------------------------------------------- */
#jsn_listresult .jsn-l-fields .jsn-l-grado_nombre {
    margin: 0px 0px 3px 0px;
    padding: 2px 0px 0px 0px;
    font-size: 14px;
    line-height: 14px;
}
#jsn_listresult .jsn-l-fields .jsn-l-nucleo_cargo {
    margin: 6px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 1.3em;
}
#jsn_listresult .jsn-l-fields .jsn-l-sni {
    margin: 6px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 13px;
}
/* -------------------------------------------------- */
.jsn-p-opt {
    margin: 0px 0px 24px 0px;
    padding: 0px;
}
.jsn-p-opt .btn {
    margin: 0px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}
/* -------------------------------------------------- */
.jsn-p-top,
.jsn-p-avatar {
    margin-bottom: 1em;
}
.jsn-p-avatar {
    position: relative;
    width: 140px;
    height: 140px;
    margin-bottom: 1.6em;
    border: 2px solid #089fcf;
    border-right-width: 20px;
    border-bottom-width: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 4px;
}
.jsn-p-avatar img {
    display: block;
    width: 100%;
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0px;
}
.jsn-p-avatar .xtc-avatar-wrapper {
    display: inline-block;
    position: relative;
}
.jsn-p-top-a .status.label,
.jsn-l-top-a .status.label {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -5px;
    top: -5px;
    margin: 0px;
    padding: 0px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.jsn-p-top-a .status.label {
    width: 18px;
    height: 18px;
    left: -7px;
    top: -7px;
}
.jsn-p-top-a .status.label.label-danger,
.jsn-l-top-a .status.label.label-danger {
    background-color: #d9534f;
}
.jsn-p-top-a .status.label.label-success,
.jsn-l-top-a .status.label.label-success {
    background-color: #5cb85c;
}
/* -------------------------------------------------- */
.jsn-p-top-a .jsn-p-title {
    padding-top: 4px;
    margin-bottom: 0.6em;
}
.jsn-p-top-a .jsn-p-title,
.jsn-p-top-a .jsn-p-lineas {
    margin-left: 160px;
}
.jsn-p-top-a .jsn-p-lineas {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.4em;
    cursor: default;
}
.jsn-p-top-a .jsn-p-lineas .xtc-lineas-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;
}
.jsn-p-top-a .jsn-p-lineas .xtc-lineas-item span {
    display: inline;
}
.jsn-p-top-a .jsn-p-lineas .xtc-lineas-item span .fa {
    display: inline;
    padding: 0px 6px 0px 2px;
    vertical-align: 1px;
    font-size: 12px;
    color: #089fcf;
}
.jsn-p-top-a .jsn-p-before-fields {
    margin-left: 160px;
    margin-bottom: 20px;
    cursor: default;
}
.jsn-p-top-a .jsn-p-before-fields .jsn-p-dates,
.jsn-p-top-a .jsn-p-before-fields .jsn-p-dates > div {
    font-size: 13px;
    line-height: 1.2em;
}
#jsn-form.z-tabs > ul#jsn-profile-tabs > li.z-tab[data-link="investigacion"] a:before {
    font-family: "FontAwesome";
    content: "\f055";
    display: inline-block;
    margin-right: 4px;
    font-size: 18px;
}
/* -------------------------------------------------- */
@media (max-width: 767px) {
    .jsn-p-avatar {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 1.2em;
    }
    .jsn-p-opt {
        text-align: right;
    }
    .jsn-p-top-a .jsn-p-title {
        padding-top: 0px;
        margin-bottom: 0.8em;
    }
    .jsn-p-top-a .jsn-p-title,
    .jsn-p-top-a .jsn-p-lineas,
    .jsn-p-top-a .jsn-p-before-fields {
        clear: both;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .jsn-p-top-a .jsn-p-before-fields {
        text-align: left;
    }
    .jsn-p-top-a .jsn-p-lineas {
        text-align: left;
    }
    .jsn-l-row {
        display: block;
        clear: none;
    }
    .jsn-l-w4 {
        width: 50%;
        float: left;
        clear: none;
    }
}
@media (max-width: 620px) {
    .jsn-l-row {
        display: block;
        clear: both;
    }
    .jsn-l-w4 {
        width: 100%;
        float: none;
        clear: both;
    }
}
/* -------------------------------------------------- */
#jsn-form.flat.mini > ul > li > a {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
    padding: 8px 16px;
}
#jsn-form.flat.clean > ul > li.z-active > a {
    font-weight: 400;
}
#jsn-form.flat.contained > ul > li a,
#jsn-form.flat.clean > ul > li a {
    background-color: #eff0f2;
    /*** TRANSITION ***/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#jsn-form.flat > ul.z-tabs-nav > li.z-active > a {
    color: #ffffff !important;
    background-color: #089fcf;
}
#jsn-form.flat.contained > ul > li > a:hover,
#jsn-form.flat.clean > ul > li > a:hover,
#jsn-form.flat > ul.z-tabs-nav > li.z-active > a,
#jsn-form.flat > ul.z-tabs-nav > li.z-active > a:hover {
    color: #ffffff !important;
    background-color: #089fcf;
}
/* -------------------------------------------------- */
#jsn-form.flat.horizontal > .z-container > .z-content > .z-content-inner {
    padding: 2em 0px 0px 0px;
}
.jsn-p-fields dl {
    margin-top: 0px;
    margin-bottom: 0px;
}
.jsn-p-fields dl dt,
.jsn-p-fields dl dd {
    line-height: 1.4em;
}
.jsn-p-fields dl dd p {
    line-height: 1.4em;
    margin-bottom: 1em;
}
.jsn-p-fields dl dd p:last-of-type {
    margin-bottom: 0px;
}
.jsn-p-fields dl dt {
    padding-top: 2px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    cursor: default;
}
.jsn-p-fields dl dd {
    margin: 0px 0px 1em 0px;
    padding: 0px 0px 1em 0px;
    border-bottom: 1px dotted #dddddd;
}
/* -------------------------------------------------- */
.jsn-p-fields .jsn-form-fieldset dl > div > dd:last-of-type {
    /*border-bottom: none;*/
}
.jsn-p-fields dl dd.otros_proyectos_dinamicValue {
    /*border-bottom: none;*/
}
/* -------------------------------------------------- */
@media (min-width: 767px) {
    .jsn-p-fields dl dt {
        width: 25%;
        overflow: inherit;
        text-overflow: inherit;
        white-space: inherit;
    }
    .jsn-p-fields dl dd {
        margin-left: calc(25% + 20px);
    }
}
/* -------------------------------------------------- */
.jsn-p-fields .jsn-form-fieldset dl > div {
    margin: 1em 0px;
    padding: 0px;
    border-left: 3px solid #cccccc;
}
.jsn-p-fields .jsn-form-fieldset dl > div > h3 {
    margin-top: 0px;
    margin-bottom: 16px;
    /*margin-left: calc(25% + 20px);*/
    padding: 6px 16px;
    padding-left: calc(25% + 20px);
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    text-transform: uppercase;
    background-color: #eff0f2;
}
.jsn-p-fields dl dt.areaLabel,
.jsn-p-fields dl dt.areasLabel,
.jsn-p-fields dl dt.area_otraLabel,
.jsn-p-fields dl dt.docencia_selectLabel,
.jsn-p-fields dl dt.posgrado_lineas_selectLabel,
.jsn-p-fields dl dt.nucleo_selectLabel,
.jsn-p-fields dl dt.proyectosLabel,
.jsn-p-fields dl dt.proyectos_laboratorioLabel,
.jsn-p-fields dl dt.proyectos_consorciosLabel,
.jsn-p-fields dl dt.proyectos_interinstitucionalesLabel,
.jsn-p-fields dl dt.proyectos_internacionalesLabel,
.jsn-p-fields dl dt.proyectos_nacionalesLabel,
.jsn-p-fields dl dt.proyectos_historialLabel,
.jsn-p-fields dl .pxa_area-wrapper dt {
    padding-top: 5px;
}
.jsn-p-fields dl dd a.xtc-item-btn {
    display: list-item;
    margin: 2px 0px;
    padding: 2px 8px;
    color: #000000;
    border: 1px solid rgba(8, 159, 207, 0.5);
    background-color: rgba(8, 159, 207, 0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*** TRANSITION ***/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.jsn-p-fields dl dd a.xtc-item-btn:hover,
.jsn-p-fields dl dd a.xtc-item-btn:focus {
    color: #ffffff;
    border-color: rgba(8, 159, 207, 1);
    background-color: rgba(8, 159, 207, 1);
}
/* -------------------------------------------------- */
.jsn-p-fields dl dd.nombramientoValue {
    margin-bottom: 0px;
    padding-bottom: 4px;
    border-bottom: none;
}
.jsn-p-fields dl dt.areaLabel,
.jsn-p-fields dl dt.area_otraLabel {
    padding-top: 8px;
}
/* -------------------------------------------------- */
.jsn-p-fields dl dd ul {
    margin: 0px 0px 0px 1.5em;
    padding: 0px;
    list-style-type: none;
    cursor: default;
}
.jsn-p-fields dl dd > ul {
    margin: 0px 0px 0px 0em;
}
.jsn-p-fields dl dd ul > li {
    min-height: 1em;
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.2em;
    list-style-type: none;
}
.jsn-p-fields dl dd ul > li:before {
    font-family: "FontAwesome";
    content: "\f0c8";
    display: inline-block;
    position: absolute;
    top: 0.06em;
    left: 0em;
    font-size: 0.8em;
    color: #d6d7d9;
}
.jsn-p-fields dl dd ul > li.xtc-link:before {
    /*background-color: #089FCF;*/
}
.jsn-p-fields dl dd ul > li a {
    /*color: #333333;*/
}
.jsn-p-fields dl dd ul > li a:hover {
    /*color: #089FCF;*/
}
/* -------------------------------------------------- */
@media (max-width: 767px) {
    #xtc-areas-list .jsn-l-row {
        display: table-row;
        clear: both;
    }
    #xtc-areas-list .jsn-l-w6 {
        width: 50%;
        display: table-cell;
        clear: none;
    }
}
@media (max-width: 575px) {
    #xtc-areas-list .jsn-l-row {
        display: block;
        clear: both;
    }
    #xtc-areas-list .jsn-l-w6 {
        width: 100%;
        display: block;
        clear: both;
    }
}
@media (max-width: 766px) {
    .jsn-p-fields .jsn-form-fieldset dl > div {
        padding-left: 16px;
    }
    .jsn-p-fields .jsn-form-fieldset dl > div > h3 {
        margin: 0px 0px 16px -16px;
        padding-left: 16px;
    }
    .jsn-p-fields dl dt {
        padding-top: 0px;
        padding-bottom: 1em;
        font-size: 18px;
        line-height: 1.4em;
    }
    .jsn-p-fields dl dt.area_otraLabel {
        padding-bottom: 0.5em;
    }
    .jsn-p-fields dl dt:before {
        content: "";
        display: inline-block;
        width: 0.16em;
        height: 1em;
        margin: 0px 0.36em -0.14em 0px;
        border: none;
        background-color: #089fcf;
    }
    .jsn-p-fields dl dd {
        margin-left: 10px;
    }
}
/*******************************************************
    ADVANCED-PORTFOLIO-PRO
*******************************************************/
/* -----------------------------------------------------
    VIEW-LIST
----------------------------------------------------- */
#xtc-proyecto-list .page-header {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#xtc-proyecto-list > .projects-wrapper {
    margin-top: 20px;
}
#xtc-proyecto-list .projects-wrapper .project-img > a {
    display: block;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}
#xtc-proyecto-list .projects-wrapper .project-img > a > img {
    width: 100%;
}
#xtc-proyecto-list .projects-wrapper .xtc-featured .project-img:before {
    content: "Proyecto Macro";
    display: block;
    max-width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    color: #ffffff;
    letter-spacing: normal;
    background-color: #333333;
    overflow: hidden;
}
#xtc-proyecto-list .projects-wrapper .project-img .project-img-extra h4 {
    margin: 16px 0px 0px 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.3em;
    letter-spacing: 0.04em !important;
    text-transform: none;
    cursor: default;
}
/* -------------------------------------------------- */
#xtc-proyecto-list .projects-filter {
    margin: 0px 0px 40px 0px;
    padding: 0px;
    border: none;
}
#xtc-proyecto-list .projects-filter ul {
    margin: 0px;
    padding: 0px;
}
#xtc-proyecto-list .projects-filter ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    background-image: none;
}
#xtc-proyecto-list .projects-filter ul li a {
    display: block;
    margin: 0px;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 13px !important;
    color: #505050;
    text-transform: none;
    text-align: center;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    white-space: nowrap;
    /*** TRANSITION ***/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#xtc-proyecto-list .projects-filter ul li a:hover,
#xtc-proyecto-list .projects-filter ul li a:focus,
#xtc-proyecto-list .projects-filter ul li a.selected {
    color: #ffffff;
    border-color: #dc7828;
    background-color: #dc7828;
}
/* -----------------------------------------------------
    VIEW-DETAIL
----------------------------------------------------- */
#xtc-proyecto .page-header {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#xtc-proyecto .page-header h2 {
    display: block;
    font-size: 35px;
    font-weight: 400;
    margin: 0px 0px 48px 0px;
}
#xtc-proyecto .page-header .project-nav {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 0px;
    float: none;
    margin: 0px;
    padding: 0px;
}
#xtc-proyecto .page-header .project-nav .back-project {
    float: left;
    margin-right: 3px;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 21px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #606060;
    /*** TRANSITION ***/
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#xtc-proyecto .page-header .project-nav .back-project:hover,
#xtc-proyecto .page-header .project-nav .back-project:focus {
    background-color: #dc7828;
}
/* -------------------------------------------------- */
#xtc-proyecto .xtc-proyecto-carousel .owl-carousel {
    margin: 0px 0px 40px 0px;
    padding: 0px;
    overflow: hidden;
}
#xtc-proyecto .xtc-proyecto-carousel .owl-carousel .owl-wrapper-outer {
    border: 1px solid #dddddd;
    background-color: #ffffff;
}
#xtc-proyecto .xtc-proyecto-carousel .owl-carousel .owl-wrapper-outer.autoHeight {
    margin: 0px;
    padding: 0px;
}
#xtc-proyecto .xtc-proyecto-carousel .owl-carousel .owl-controls {
    margin: 0px;
}
#xtc-proyecto .xtc-proyecto-carousel .owl-carousel .owl-controls .owl-buttons div {
    margin: 0px;
    padding: 0px;
    width: 30px;
    height: auto;
    font-size: 12px;
    line-height: 40px;
}
#xtc-proyecto .xtc-proyecto-carousel .owl-carousel .owl-controls .owl-buttons div.owl-prev {
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}
#xtc-proyecto .xtc-proyecto-carousel .owl-carousel .owl-controls .owl-buttons div.owl-next {
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}
/* -------------------------------------------------- */
#xtc-proyecto .xtc-proyecto-description h2:first-of-type {
    margin-top: 0px;
}
#xtc-proyecto .xtc-proyecto-description ul,
#xtc-proyecto .xtc-proyecto-description ul li {
    list-style: initial;
}
#xtc-proyecto .xtc-proyecto-description .project-link {
    margin: 30px 0px 20px 0px;
    padding: 0px;
    border: none;
}
/* -------------------------------------------------- */
#xtc-proyecto-user-list {
    margin-top: 20px;
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
}
#xtc-proyecto-user-list .xtc-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
}
#xtc-proyecto-user-list .xtc-user-list-title h2 {
    margin-top: 0px;
    margin-bottom: 30px;
}
#xtc-proyecto-user-list .jsn-l-title h3 {
    display: inline-block;
    margin: 4px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}
#xtc-proyecto-user-list .jsn-l-title h3 a {
    color: #333333;
}
#xtc-proyecto-user-list .jsn-l-title h3 a:hover,
#xtc-proyecto-user-list .jsn-l-title h3 a:focus {
    color: #dc7828;
}
/* -------------------------------------------------- */
#xtc-prymacro-gallery {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
#xtc-prymacro-gallery .xtc-gallery-title h2 {
    margin-top: 0px;
    margin-bottom: 50px;
}
/* -------------------------------------------------- */
@media (max-width: 639px) {
    #xtc-proyecto .project-wrapper .owl-carousel .owl-wrapper-outer.autoHeight {
        max-height: 360px !important;
    }
}
/*******************************************************
    PROFILE - PROYECTOS [LAST-SECTION]
*******************************************************/
#t3-mainbody.xtc-areas-list .xtc-wrapper:last-of-type {
    padding-bottom: 20px;
    border-bottom: none;
}
#t3-content .xtc-proyecto:last-of-type {
    padding-bottom: 20px;
    border-bottom: none;
}
/*******************************************************
    ANUNCIOS [MAIN-SECTION] [LAST-SECTION]
*******************************************************/
#features_avisos .djslider-loader-default .djslider-default {
    /*height: calc(inherit - 2px) !important;*/
    margin: 0px !important;
    padding: 0px !important;
    overflow: hidden !important;
}
#features_avisos .djslider-loader-default .djslider-default .slider-container {
    overflow: hidden !important;
}
#features_avisos .slider-container ul.djslider-in {
    overflow: hidden !important;
}
#features_avisos .slider-container ul.djslider-in > li {
    position: relative;
    overflow: hidden !important;
    border: 1px solid #dddddd !important;
    background-color: transparent;
}
#features_avisos .slide-desc {
    height: 100%;
    position: absolute;
    top: 0px !important;
    left: 0px;
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: transparent;
    overflow: hidden;
    /*** TRANSITION ***/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#features_avisos ul li:hover .slide-desc {
    filter: alpha(opacity=100);
    opacity: 1;
}
#features_avisos .slide-desc .slide-desc-in {
    height: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
}
#xfeatures_avisos .slide-desc .slide-desc-in .slide-desc-bg-default {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #ff0000;
    display: none !important;
}
#features_avisos .slide-desc .slide-desc-in .slide-desc-text-default {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(220, 120, 40, 1);
}
#features_avisos .slide-desc .slide-desc-in .slide-desc-text-default .slide-title {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
    line-height: 1.3em;
    text-align: left;
}
#features_avisos .slide-desc .slide-desc-in .slide-desc-text-default .slide-title a {
    display: block;
    height: 100%;
    padding: 6px 8px;
    color: #ffffff;
}
/* -------------------------------------------------- */
@media (min-width: 1200px) {
    #features_avisos .djslider-loader-default .djslider-default,
    #features_avisos .slider-container ul.djslider-in > li {
        height: 187px !important;
        min-height: 187px !important;
        max-height: 187px !important;
    }
}
@media (max-width: 1199px) {
    #features_avisos .djslider-loader-default .djslider-default,
    #features_avisos .slider-container ul.djslider-in > li {
        min-height: auto !important;
        max-height: auto !important;
    }
}
/*******************************************************
    DOCMAN
*******************************************************/
.k-ui-namespace .docman_category .koowa_header {
    margin: 0px 0px 40px 0px;
    padding: 0px;
    font-size: 35px;
    line-height: 1.3em;
}
.k-ui-namespace .koowa_header__item {
    vertical-align: top;
    min-width: 32px;
}
.k-ui-namespace .koowa_table {
    margin: 40px 0px;
}
.k-ui-namespace .koowa_table.koowa_table--categories {
    margin-top: 0px;
}
.k-ui-namespace table td * {
    line-height: 1.4em;
    vertical-align: top;
}
.k-ui-namespace table td a {
    color: #333333;
    border: none;
}
.k-ui-namespace table td a:hover,
.k-ui-namespace table td a:focus {
    color: #dc7828;
}
/* -------------------------------------------------- */
.docman_table_layout .koowa_table_list {
    position: relative;
}
.k-ui-namespace .docman_block {
    margin: 0px;
    padding: 0px;
}
.k-ui-namespace .docman_block .koowa_header {
    margin: 0px;
    padding: 0px;
}
.k-ui-namespace .docman_sorting {
    position: relative;
    top: -34px;
    float: right;
    margin: 0px;
    padding: 0px;
}
.k-ui-namespace .docman_sorting label.control-label {
    margin-right: 0px;
    display: none !important;
}
.k-ui-namespace .docman_sorting select[multiple],
.k-ui-namespace .docman_sorting select[size] {
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
}
.k-ui-namespace .docman_sorting .input-medium {
    width: 220px;
}
/* -------------------------------------------------- */
.k-ui-namespace .k-pagination {
    margin-top: 40px;
    text-align: left;
}
.k-ui-namespace .k-pagination .k-pagination__limit select {
    font-size: 14px;
    line-height: 14px;
    margin: 0px;
}
.k-ui-namespace .k-pagination .k-pagination__pages {
    font-size: 14px;
    line-height: 14px;
    margin: 0px auto;
    float: right;
}
.k-ui-namespace .k-pagination .k-pagination__pages > li > a,
.k-ui-namespace .k-pagination .k-pagination__pages > li > span {
    margin-left: 1px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #999999;
    line-height: 14px;
    border: 1px solid #dddddd;
    background-color: transparent;
}
.k-ui-namespace .k-pagination .k-pagination__pages > li > a:hover,
.k-ui-namespace .k-pagination .k-pagination__pages > li > a:focus,
.k-ui-namespace .k-pagination .k-pagination__pages > li > span:hover,
.k-ui-namespace .k-pagination .k-pagination__pages > li > span:focus {
    color: #ffffff;
    border-color: #dc7828;
    background-color: #dc7828;
}
.k-ui-namespace .k-pagination .k-pagination__pages > .k-is-active > a,
.k-ui-namespace .k-pagination .k-pagination__pages > .k-is-active > a:hover,
.k-ui-namespace .k-pagination .k-pagination__pages > .k-is-active > a:focus,
.k-ui-namespace .k-pagination .k-pagination__pages > .k-is-active > span,
.k-ui-namespace .k-pagination .k-pagination__pages > .k-is-active > span:hover,
.k-ui-namespace .k-pagination .k-pagination__pages > .k-is-active > span:focus {
    color: #ffffff;
    border-color: #dc7828;
    background-color: #dc7828;
    cursor: default;
}
/*******************************************************
    UNITE-GALLERY
*******************************************************/
.xtc-gallery-title {
    margin-top: 0px;
}
.xtc-gallery-mod {
    margin: 2em 0px;
    padding: 0px;
}
.ug-gallery-wrapper {
    font-family: "Open Sans", sans-serif;
    font-weight: 300 !important;
    font-size: 13px;
    line-height: 1.3em;
    letter-spacing: normal !important;
}
.ug-thumb-wrapper.ug-thumb-over .ug-textpanel {
    bottom: 0px !important;
}
.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-zoom {
    background-image: url(images/icon_gallery2.png);
}
.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-link {
    background-image: url(images/icon_link2.png);
}
.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-more {
    background-image: url(images/icon_more2.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
/* -------------------------------------------------- */
.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-more {
    top: 0px;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    background-color: transparent;
    /*** TRANSITION ***/
    -webkit-transition: all 0.1s ease-in-out !important;
    -moz-transition: all 0.1s ease-in-out !important;
    -ms-transition: all 0.1s ease-in-out !important;
    -o-transition: all 0.1s ease-in-out !important;
    transition: all 0.1s ease-in-out !important;
}
.ug-thumb-wrapper.ug-thumb-over .ug-tile-icon.ug-icon-more {
    visibility: visible;
    opacity: 1;
}
/* -------------------------------------------------- */
.ug-gallery-wrapper .ug-slider-wrapper {
    border: 1px solid #dddddd;
}
/* -------------------------------------------------- */
.xtc-thumb-wrapper.xtc-icon-more {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: transparent;
    z-index: 4;
}
/* -------------------------------------------------- */
@media (max-width: 525px) {
    .ug-thumb-wrapper.ug-thumb-over .ug-textpanel {
        bottom: 0px !important;
        opacity: 1 !important;
    }
}
/*************************************************************************************************************
    
*************************************************************************************************************/
/*******************************************************
    SLIDER [SMART-SLIDER]
*******************************************************/
.xtc-slider-add.xtc-slider-border .n2-ss-align div.n2-padding {
    border: 1px solid #dddddd !important;
}
.xtc-slider-add .n2-ss-align div.n2-ss-layer-content[data-verticalalign="center"] {
    padding: 0px !important;
}
.xtc-slider-add .n2-ss-align div.xtc-slider-video {
    width: 64.15% !important;
}
.xtc-slider-add .n2-ss-align div.xtc-slider-video {
    min-height: 100% !important;
}
/*******************************************************
    AREAS-MENU [SVG-MENU]
*******************************************************/
.areas-svgmenu-wrapper {
    width: 100%;
    max-width: 780px;
    height: auto;
    position: relative;
    margin: 0px auto;
    padding: 0px;
}
.areas-svgmenu-wrapper:before,
.areas-svgmenu-wrapper:after {
    display: table;
    content: " ";
    clear: both;
}
.areas-svgmenu-wrapper .areas-svgmenu-img {
    width: 100%;
    height: auto;
    min-height: 302px !important;
    margin: 0px;
    padding: 0px;
}
.areas-svgmenu-wrapper .areas-svgmenu-img img {
    width: 100%;
    height: 100%;
}
.areas-svgmenu-wrapper .areas-svgmenu-svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
}
/* -------------------------------------------------- */
.areas-svgmenu-wrapper .areas-svgmenu-svg svg {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
/* -------------------------------------------------- */
.areas-svgmenu-wrapper .areas-svgmenu-svg svg text.svg-texto {
    /*font-family: "Open Sans", "OpenSans-Semibold", sans-serif;*/
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    fill: #333333;
    line-height: 18px;
    cursor: default;
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg text.svg-texto.txt-inv {
    font-family: "OpenSans-Semibold", "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    fill: #ffffff;
    cursor: default;
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path {
    /*  VACIO */
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path.svg-texto-vector {
    opacity: 1;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #333333;
    fill-opacity: 1;
    cursor: default;
}
/* -------------------------------------------------- */
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path.svg-boton {
    /* BOTONES */
    opacity: 1;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #00ffff;
    fill-opacity: 0;
    cursor: pointer;
}
/* -------------------------------------------------- */
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path.in-inv {
    /* GRAFICO [INVESTIGACION] */
    opacity: 1;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #336699;
    fill-opacity: 1;
    cursor: default;
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path.in-doc {
    /* GRAFICO [POSGRADO-FORMACION] */
    opacity: 1;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #ffffff;
    fill-opacity: 1;
    stroke: #336699;
    stroke-width: 1.5;
    stroke-miterlimit: 23;
    cursor: default;
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path.in-lab {
    /* GRAFICO [VINCULACION-INNOVACION] */
    opacity: 1;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #ffffff;
    fill-opacity: 1;
    stroke: #336699;
    stroke-width: 1.5;
    stroke-opacity: 1;
    stroke-miterlimit: 23;
    stroke-dasharray: 1.5, 1.5;
    cursor: default;
}
/* -------------------------------------------------- */
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path.in-dots {
    /*stroke: #FFFFFF;
    stroke-width: 1.5;
    stroke-opacity: 1.00;
    stroke-miterlimit: 23;*/
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path.in-area01,
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path#in-area01-dots {
    /* SISTEMAS-SOCIO-ECOLOGICOS */
    opacity: 1;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #006633;
    fill-opacity: 1;
    cursor: default;
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path#in-area01-dots {
    opacity: 0;
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path.in-area02,
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path#in-area02-dots {
    /* GEOPOLITICA-Y-TERRITORIO */
    opacity: 1;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #599627;
    fill-opacity: 1;
    cursor: default;
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path#in-area02-dots {
    opacity: 0;
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path.in-area03,
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path#in-area03-dots {
    /* PLANEACION-ESPACIAL */
    opacity: 1;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #e69600;
    fill-opacity: 1;
    cursor: default;
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path#in-area03-dots {
    opacity: 0;
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path.in-area04,
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path#in-area04-dots {
    /* GEOINTELIGENCIA-COMPUTACIONAL */
    opacity: 1;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #ff6600;
    fill-opacity: 1;
    cursor: default;
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path#in-area04-dots {
    opacity: 0;
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path.in-area05,
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path#in-area05-dots {
    /* PERCEPCION-REMOTA */
    opacity: 1;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #9c27b0;
    fill-opacity: 1;
    cursor: default;
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path#in-area05-dots {
    opacity: 0;
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path.in-area06,
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path#in-area06-dots {
    /* MOVILIDAD-Y-LOGISTICA */
    opacity: 1;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #330099;
    fill-opacity: 1;
    cursor: default;
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path#in-area06-dots {
    opacity: 0;
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path.in-oarea02 {
    /* TECNOLOGIAS-DE-LA-INFORMACION-Y-COMUNICACION */
    /*opacity: 1.00;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #089FCF;
    fill-opacity: 1.00;
    cursor: default;*/
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path.in-oarea03 {
    /* SERVICIOS-DE-INTEGRACION-Y-COMUNICACION-GEOESPACIAL */
    /*opacity: 1.00;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #089FCF;
    fill-opacity: 1.00;
    cursor: default;*/
}
/* -------------------------------------------------- */
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path.graph-01 {
    opacity: 1;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #000000;
    fill-opacity: 0.14;
    cursor: default;
}
.areas-svgmenu-wrapper .areas-svgmenu-svg svg path.graph-txt {
    opacity: 1;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #000000;
    fill-opacity: 1;
    cursor: default;
}
/*******************************************************
    EMBED-MAP [IFRAME]
*******************************************************/
#t3-content iframe,
.t3-content iframe {
    display: block !important;
    max-width: 100% !important;
    max-height: initial !important;
    margin: 0px !important;
    padding: 0px !important;
    border: 1px solid #dddddd !important;
}
.xtc-map-container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1140px;
    height: 0px;
    margin: 2em auto;
    padding: 0px 0px 65% 0px !important;
    overflow: hidden !important;
}
.xtc-map-container iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
/*******************************************************
    IMAGEN-TABLAS
*******************************************************/
.xtc-graph-head {
    margin-bottom: 1em;
    font-size: 20px;
    line-height: 1.4em;
    text-align: center;
}
/*******************************************************
    IMAGEN
*******************************************************/
#t3-content img,
#xtc-area-content img {
    max-width: 100%;
}
#t3-content p > img,
#t3-content p a > img,
#xtc-area-content p > img,
#xtc-area-content p a > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}
#t3-content p > img.img-shadow-none,
#t3-content p a > img.img-shadow-none,
#xtc-area-content p > img.img-shadow-none,
#xtc-area-content p a > img.img-shadow-none {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#t3-content p > img.img-border-none,
#t3-content p a > img.img-border-none,
#xtc-area-content p > img.img-border-none,
#xtc-area-content p a > img.img-border-none {
    border: none;
}
#t3-content p.xtc-image-pull-right {
    float: right;
    margin-bottom: 1.6em;
    margin-left: 1.6em;
}
#t3-content p.xtc-image-pull-left {
    float: left;
    margin-right: 1.6em;
    margin-bottom: 1.6em;
}
/* -------------------------------------------------- */
@media (max-width: 991px) {
    #t3-content p.xtc-image-pull-right,
    #t3-content p.xtc-image-pull-left {
        float: none;
        text-align: center;
        margin-right: 0px;
        margin-left: 0px;
    }
    #t3-content p.xtc-image-pull-right > a,
    #t3-content p.xtc-image-pull-left > a {
        display: inline-block;
    }
}
/*******************************************************
    BLOQUE [DIRECTORIO]
*******************************************************/
.xtc-directorio {
    font-size: 18px;
    text-align: center;
    cursor: default;
}
.xtc-directorio h2 {
    margin: 50px 0px 10px 0px;
    font-size: 25px;
}
.xtc-directorio h2:first-child {
    margin-top: 30px;
}
.xtc-directorio h2 a {
    color: #333333;
}
.xtc-directorio h2 a:hover,
.xtc-directorio h2 a:focus {
    color: #dc7828;
}
/*******************************************************
    BLOQUE [DATOS]
*******************************************************/
.xtc-block-datos {
    position: relative;
    margin: 1.6em 0px 1.6em 1em;
    padding: 0px;
    font-size: 13px;
    line-height: 1.5em;
}
.xtc-block-datos a {
    color: #333333;
}
.xtc-block-datos a:hover,
.xtc-block-datos a:focus {
    color: #dc7828;
}
.xtc-block-datos .blk-inner {
    margin: 6px 0px 0px 0px;
    padding: 0px;
}
.xtc-block-datos .fa {
    display: inline-block;
    width: 30px;
    margin-right: 0px;
    text-align: center;
}
.xtc-block-datos .blk-nom {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 1.5em;
}
/* -------------------------------------------------- */
.xtc-block-datos .blk-btn {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    color: #ffffff;
}
.xtc-block-datos .blk-btn a.btn {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
}
.xtc-block-datos .blk-btn a.btn:hover,
.xtc-block-datos .blk-btn a.btn:focus {
    color: #dc7828;
}
.xtc-block-datos .blk-btn a.btn .fa {
    width: auto;
}
/* -------------------------------------------------- */
@media (max-width: 991px) {
    .xtc-block-datos .blk-btn {
        position: relative;
        margin: 1em 0em;
        text-align: right;
    }
}
/*******************************************************
    BLOQUE [BANNER-TOP]
*******************************************************/
.xtc-block-banner-top {
    display: inline-block;
    width: 100%;
    line-height: 0px;
    /** GRADIENT [www.cssmatic.com] **/
    /*background: -moz-linear-gradient(top, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 49%, rgba(240, 240, 240, 1.00) 50%, rgba(240, 240, 240, 1.00) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1.00)), color-stop(49%, rgba(255, 255, 255, 1.00)), color-stop(50%, rgba(240, 240, 240, 1.00)), color-stop(100%, rgba(240, 240, 240, 1.00)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 49%, rgba(240, 240, 240, 1.00) 50%, rgba(240, 240, 240, 1.00) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 49%, rgba(240, 240, 240, 1.00) 50%, rgba(240, 240, 240, 1.00) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 49%, rgba(240, 240, 240, 1.00) 50%, rgba(240, 240, 240, 1.00) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 49%, rgba(240, 240, 240, 1.00) 50%, rgba(240, 240, 240, 1.00) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F0F0F0', GradientType=0);*/
    background-color: rgba(255, 255, 255, 0);
}
.xtc-block-banner-top a {
    display: block;
    max-width: 690px !important;
    margin-left: auto;
    margin-right: auto;
}
.xtc-block-banner-top a,
.xtc-block-banner-top a img,
.xtc-block-banner-top img {
    display: block;
    width: 100%;
    max-width: 690px !important;
    margin: 0px;
    padding: 0px;
    border: none !important;
}
.xtc-block-banner-top.xtc-ribbon a,
.xtc-block-banner-top.xtc-ribbon a img,
.xtc-block-banner-top.xtc-ribbon img {
    max-width: 695px !important;
    margin-right: auto;
    margin-left: auto;
}
/*******************************************************
    BLOQUE [BANNERS]
*******************************************************/
.xtc-block-banners {
    display: inline-block;
    margin: 1em 0px;
    width: 100%;
}
.xtc-block-banners .blk-inner {
    /* VACIO */
}
.xtc-block-banners .blk-inner:nth-of-type(odd) {
    padding-right: 2px;
}
.xtc-block-banners .blk-inner:nth-of-type(even) {
    padding-left: 2px;
}
.xtc-block-banners .blk-inner a {
    display: block;
    max-width: 360px;
    margin: 0px auto;
}
.xtc-block-banners .blk-inner a img {
    width: 100%;
    max-width: 360px;
}
/* -------------------------------------------------- */
@media (max-width: 767px) {
    .xtc-block-banners .blk-inner {
        padding: 2px 15px !important;
    }
}
/*******************************************************
    BLOQUE [TABLA][MOSAICO-ONE-LINE]
*******************************************************/
.xtc-block-table {
    position: relative;
    display: table;
    width: 100%;
    margin: 2em 0px;
    padding: 0px;
}
.xtc-block-table .blk-inner {
    position: relative;
    display: table-cell;
    margin: 0px;
    padding: 0px 10px;
    vertical-align: top;
}
.xtc-block-table .blk-inner > img,
.xtc-block-table .blk-inner > a > img {
    margin: 0px auto;
    padding: 0px;
    border: 1px solid #dddddd;
}
/* -------------------------------------------------- */
.xtc-block-table.xtc-block-mosaico {
    /* VACIO */
}
.xtc-block-table.xtc-block-mosaico .blk-inner {
    margin: 0px;
    padding: 0px 10px;
}
.xtc-block-table.xtc-block-mosaico > .blk-inner:first-of-type {
    padding-left: 0px;
}
.xtc-block-table.xtc-block-mosaico > .blk-inner:last-of-type {
    padding-right: 0px;
}
.xtc-block-table.xtc-block-mosaico .blk-inner > a {
    position: relative;
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
}
.xtc-block-table.xtc-block-mosaico .blk-inner > a > img {
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0px;
    padding: 0px;
}
.xtc-block-table.xtc-block-mosaico .blk-inner > a > .blk-thumb-title {
    /*display: none;*/
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.3em;
    font-weight: 300 !important;
    color: rgba(255, 255, 255, 1);
    -webkit-filter: opacity(0);
    filter: opacity(0);
    opacity: 0;
    background-color: rgba(61, 64, 69, 1);
    z-index: +1;
    /*** TRANSITION ***/
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.xtc-block-table.xtc-block-mosaico .blk-inner > a:hover > .blk-thumb-title,
.xtc-block-table.xtc-block-mosaico .blk-inner > a:focus > .blk-thumb-title {
    -webkit-filter: opacity(1);
    filter: opacity(1);
    opacity: 1;
}
.xtc-block-table.xtc-block-mosaico .blk-inner > a > .blk-thumb-cover {
    position: absolute;
    top: 0px;
    left: 0px;
    /* JQUERY BOTTOM */
    bottom: 0px;
    right: 0px;
    -webkit-filter: opacity(0);
    filter: opacity(0);
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(220, 120, 40, 0.8);
    /*** TRANSITION ***/
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.xtc-block-table.xtc-block-mosaico .blk-inner > a:hover > .blk-thumb-cover,
.xtc-block-table.xtc-block-mosaico .blk-inner > a:focus > .blk-thumb-cover {
    -webkit-filter: opacity(1);
    filter: opacity(1);
    opacity: 1;
}
.xtc-block-table.xtc-block-mosaico .blk-inner > a > .blk-thumb-cover.blk-thumb-link {
    background-image: url(images/icon_link.png);
}
.xtc-block-table.xtc-block-mosaico .blk-inner > a > .blk-thumb-cover.blk-thumb-more {
    background-image: url(images/icon_more.png);
}
/* -------------------------------------------------- */
@media (max-width: 991px) {
    .xtc-block-table .blk-inner,
    .xtc-block-table.xtc-block-mosaico .blk-inner {
        padding: 0px 6px;
    }
}
/*******************************************************
    BLOQUE [TABLES-MOSAIC]
*******************************************************/
.xtc-tables-mosaic {
    display: block;
    position: relative;
    margin: 1em -10px;
    padding: 0px;
    overflow: hidden;
    cursor: default;
}
.xtc-tables-mosaic:before,
.xtc-tables-mosaic:after {
    /*content: " ";
    display: table;*/
}
.xtc-tables-mosaic:after {
    /*content: " ";
    display: table;*/
}
.xtc-tables-mosaic .content-cols {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4em;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.xtc-tables-mosaic .content-cols .cols-item {
    margin: 0px 10px 20px 10px;
    padding: 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: rgba(244, 246, 246, 1);
    overflow: hidden;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    /*-webkit-align-items: flex-start;
    align-items: flex-start;*/
}
/* -------------------------------------------------- */
.xtc-tables-mosaic .content-cols.cols-1 .cols-item {
    /*-webkit-flex-basis: 100%;
    flex-basis: 100%;*/
}
.xtc-tables-mosaic .content-cols.cols-2 .cols-item {
    -webkit-flex-basis: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
}
.xtc-tables-mosaic .content-cols.cols-3 .cols-item {
    -webkit-flex-basis: calc(33.333% - 20px);
    flex-basis: calc(33.333% - 20px);
}
.xtc-tables-mosaic .content-cols.cols-4 .cols-item {
    /*-webkit-flex-basis: 25%;
    flex-basis: 25%;*/
}
.xtc-tables-mosaic .content-cols.cols-5 .cols-item {
    /*-webkit-flex-basis: 20%;
    flex-basis: 20%;*/
}
/* -------------------------------------------------- */
.xtc-tables-mosaic .content-cols .cols-item .col-item {
    flex-grow: 1;
    margin: 0px;
    padding: 15px 10px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.xtc-tables-mosaic .content-cols .cols-item .col-item br {
    display: block;
    line-height: 1.6em;
}
.xtc-tables-mosaic .content-cols .cols-item .col-item:last-of-type {
    border-bottom: none;
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-title {
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 1.4em;
    text-align: center;
    border: none;
    background-color: rgba(8, 159, 207, 1);
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-title .col-title-id {
    display: table;
    width: auto;
    min-width: 40px;
    height: 40px;
    margin: 0px auto 12px auto;
    padding: 0px 12px;
    font-size: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    text-align: center;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-title .col-title-id:before,
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-title .col-title-id:after {
    display: table;
    content: " ";
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-title .col-title-id:after {
    clear: both;
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-subtitle {
    font-size: 15px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    line-height: 1.4em;
    text-align: center;
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-content {
    /* VACIO */
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-footer {
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 600;
    background-color: rgba(229, 233, 233, 1);
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-footer .item-subtitle {
    font-weight: 400;
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-title .item-subtitle,
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-subtitle .item-subtitle,
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-content .item-subtitle,
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-footer .item-subtitle {
    display: block;
    margin-top: 0.4em;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 400;
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-title .item-subtitle {
    display: table;
    width: auto;
    min-width: 40px;
    margin: 15px auto 0px auto;
    padding: 4px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}
.xtc-tables-mosaic .content-cols.cols-content-center .cols-item .col-item.col-content,
.xtc-tables-mosaic .content-cols.cols-content-center .cols-item .col-item.col-footer {
    text-align: center;
}
/* -------------------------------------------------- */
@media (max-width: 991px) {
    .xtc-tables-mosaic {
        margin-right: 0px;
        margin-left: 0px;
    }
    .xtc-tables-mosaic .content-cols .cols-item {
        /* VACIO */
    }
    .xtc-tables-mosaic .content-cols.cols-2 .cols-item {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .xtc-tables-mosaic .content-cols.cols-3 .cols-item {
        -webkit-flex-basis: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    }
}
@media (max-width: 575px) {
    .xtc-tables-mosaic .content-cols.cols-3 .cols-item {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
}
/*******************************************************
    BLOQUE [DATALIST]
*******************************************************/
.xtc-block-datalist {
    position: relative;
    display: table;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.3em;
}
.xtc-block-datalist .data-title {
    margin: 2em 0px;
    padding: 0px;
}
.xtc-block-datalist h2.data-title {
    position: relative;
    padding-left: 14px;
    font-size: 22px;
    line-height: 1.3em;
}
.xtc-block-datalist h2.data-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 3px;
    height: 100%;
    background-color: rgba(220, 120, 40, 1);
}
.xtc-block-datalist h3.data-title {
    font-size: 20px;
    line-height: 1.3em;
}
.xtc-block-datalist h4.data-title {
    font-size: 18px;
    line-height: 1.3em;
}
/* -------------------------------------------------- */
.xtc-block-datalist ul.data-items {
    /*display: table;*/
    width: 100%;
    margin: 2em 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    /*-webkit-align-items: flex-start;
    align-items: flex-start;*/
}
.xtc-block-datalist ul.data-items li {
    xflex: 1;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.xtc-block-datalist ul.data-items > li {
    display: block;
    width: calc(50% - 20px);
}
.xtc-block-datalist ul.xtc-arrow-list > li {
    margin: 0px 10px;
    padding: 10px 8px 8px 2.2em;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.16);
}
.xtc-block-datalist ul.xtc-arrow-list > li:last-of-type {
    /*border-top: 1px dotted rgba(0, 0, 0, 0.16);*/
}
.xtc-block-datalist ul.xtc-arrow-list > li:before {
    top: 10px;
    left: 0.6em;
}
.xtc-block-datalist ul.data-items > li .btn-act {
    color: #333333;
    cursor: pointer;
}
.xtc-block-datalist ul.data-items > li .btn-act:hover,
.xtc-block-datalist ul.data-items > li .btn-act:active {
    color: #dc7828;
    cursor: pointer;
}
@media (max-width: 767px) {
    .xtc-block-datalist ul.data-items > li {
        width: 100%;
    }
}
/*******************************************************
    JCONFIRM [MODAL]
*******************************************************/
.modal-openImage {
    display: inline-block;
    color: #dc7828;
    cursor: pointer;
}
/* -------------------------------------------------- */
.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}
.jconfirm .jconfirm-box {
    position: relative;
    padding: 10px 15px 0px 15px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    background-color: #ffffff;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 5px;
    right: 6px;
    font-size: 28px !important;
    line-height: 28px !important;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
    font-size: 28px !important;
    line-height: 28px !important;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
    min-height: 24px;
    margin: -5px -15px 15px -15px;
    padding: 0px 40px 5px 15px;
    font-size: 20px;
    line-height: 1.3em;
    text-align: left;
    border-bottom: 2px solid #dc7828;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title span {
    font-weight: 500;
    /*color: #DC7828;*/
}
.jconfirm .jconfirm-box div.jconfirm-title-c > span {
    /*display: none !important;*/
}
/* -------------------------------------------------- */
.jconfirm div.jconfirm-box {
    border-top: 6px solid #dc7828;
}
.jconfirm div.jconfirm-box div.jconfirm-content-pane {
    position: relative;
    /*display: inline-block;
    width: 100%;
    height: auto;*/
    margin: 0px 0px 7px 0px;
    /*overflow-x: hidden;
    overflow-y: auto;*/
    /** TRANSITION **/
    /*-webkit-transition: height 0.4s ease-in;
    -moz-transition: height 0.4s ease-in;
    -ms-transition: height 0.4s ease-in;
    -o-transition: height 0.4s ease-in;
    transition: height 0.4s ease-in;*/
}
/* -------------------------------------------------- */
.jconfirm .modal-wrapper {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 1.4em;
}
.jconfirm .modal-wrapper p {
    margin: 0px 0px 1em 0px;
}
.jconfirm .modal-wrapper p:last-of-type {
    margin-bottom: 0px;
}
.jconfirm .modal-wrapper img {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}
/* -------------------------------------------------- */
.jconfirm .modal-wrapper.opc-modal.opc-image {
    margin: 0px;
    padding: 0px 15px 0px 0px;
    width: 100%;
    text-align: center;
}
.jconfirm .modal-wrapper.opc-modal.opc-image > img {
    margin: 0px;
    padding: 0px;
    /*width: 100%;*/
    /*max-width: 1200px !important;*/
    max-width: 100% !important;
}
/* -------------------------------------------------- */
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
    width: 12px;
    border-left: 20px solid #ffffff;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
    background: #666666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
    overflow-y: auto !important;
}
/* -------------------------------------------------- */
.jconfirm .jconfirm-box .xtc-block-datalist {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
.jconfirm .jconfirm-box .xtc-block-datalist .data-title {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.jconfirm .jconfirm-box .xtc-block-datalist h2.data-title {
    margin: 0px;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 1.3em;
    color: #ffffff;
    background-color: #393b3c;
}
.jconfirm .jconfirm-box .xtc-block-datalist h2.data-title:before {
    display: none;
}
.jconfirm .jconfirm-box .xtc-block-datalist h3.data-title {
    margin: 0px;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 1.3em;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.jconfirm .jconfirm-box .xtc-block-datalist h4.data-title {
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0px;
    font-size: 18px;
    line-height: 1.3em;
}
.jconfirm .jconfirm-box .xtc-block-datalist .data-container ul.data-items {
    width: 100%;
    margin: 2em 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.jconfirm .jconfirm-box .xtc-block-datalist .data-container ul.data-items > li:first-of-type {
    border-top: 1px dotted rgba(0, 0, 0, 0.16);
}
.jconfirm .jconfirm-box .xtc-block-datalist .data-container ul.data-items > li {
    display: block;
    margin: 0px 10px;
    width: calc(100% - 20px);
}
/* -------------------------------------------------- */
.jconfirm .jconfirm-box .xtc-block-datalist ul.data-items {
    margin: 0px;
}
/*******************************************************
    AVISO [INDICACION]
*******************************************************/
.xtc-highlight {
    position: relative;
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    /*border: 1px solid #DDDDDD;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f4f4f4;
    overflow: hidden;
    cursor: default;
}
/* -------------------------------------------------- */
.xtc-highlight.high-fa {
    padding-left: 40px;
    font-weight: 600;
}
.xtc-highlight.high-fa .fa {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 3px;
    left: 8px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #089fcf;
}
/* -------------------------------------------------- */
.xtc-high-author {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 1.4em;
}
.xtc-high-author.high-fa .fa {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #333333;
}
/* -------------------------------------------------- */
.xtc-highlight.high-pull-time {
    display: block;
    width: auto;
    padding-left: 35px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.xtc-highlight.high-pull-time .fa {
    position: absolute;
    left: 3px;
}
/* -------------------------------------------------- */
.xtc-highlight .btn {
    margin: 0px -4px 0px 10px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
/*************************************************************************************************************
    
*************************************************************************************************************/
/*******************************************************
    AREAS [PARTICULAR]
   ------------------------------
    color: #089FCF;
    color: rgba(8, 159, 207, 1.00);
   ------------------------------
    color: #006633;
    color: rgba(0, 102, 51, 1.00);
    color: #599627;
    color: rgba(89, 150,39, 1.00);
    color: #E69600;
    color: rgba(230, 150, 0, 1.00);
   ------------------------------
    color: #FF6600;
    color: rgba(255, 102, 0, 1.00);
    color: #9C27B0;
    color: rgba(156, 39, 176, 1.00);
    color: #330099;
    color: rgba(51, 0, 153, 1.00);
*******************************************************/
/*******************************************************
    AREAS
*******************************************************/
body.investigacion #xtc-areas-list .xtc-user-list-title h2 > .label-info {
    background-color: #336699;
}
#xtc-areas-nav .xtc-areas-nav .nav-stacked .xtc-investigacion {
    /*background-image: url(images/ava_area-00.png);*/
    background-color: rgba(51, 102, 153, 1);
    /*color: #336699;*/
}
/* -----------------------------------------------------
    AREA-01     #006633 rgba(0, 102, 51, 1.00)
----------------------------------------------------- */
body.area-01 #xtc-areas-list .xtc-user-list-title h2 > .label-info {
    background-color: #006633;
}
#t3-mainnav .navbar-nav li[data-id="119"] ul.nav-stacked > li.item-131 > a,
#t3-mainnav .navbar-nav li.item-242 ul.nav-child > li.item-243 > a {
    background-color: rgba(0, 102, 51, 1);
}
/* -------------------------------------------------- */
#xtc-areas-nav .xtc-areas-nav .nav-stacked .xtc-area-01 {
    background-color: #006633;
    /*background-image: url(images/ava_area-01.png);*/
}
#xtc-areas-list .jsn-l-avatar.xtc-area01 {
    border-color: #006633;
}
/* -------------------------------------------------- */
.jsn-p-fields dl dd a.xtc-area01 {
    border: 1px solid rgba(0, 102, 51, 0.5);
}
.jsn-p-fields dl dd a.xtc-area01:hover,
.jsn-p-fields dl dd a.xtc-area01:focus {
    color: #ffffff;
    border-color: rgba(0, 102, 51, 1);
    background-color: rgba(0, 102, 51, 1);
}
.xtc-area01 .jsn-p-avatar {
    border-color: #006633;
}
.xtc-area01 .jsn-p-lineas .xtc-lineas-item span .fa {
    color: #006633;
}
.xtc-area01 #jsn-form.flat.contained > ul > li > a:hover,
.xtc-area01 #jsn-form.flat.clean > ul > li > a:hover,
.xtc-area01 #jsn-form.flat > ul.z-tabs-nav > li.z-active > a,
.xtc-area01 #jsn-form.flat > ul.z-tabs-nav > li.z-active > a:hover {
    color: #ffffff !important;
    background-color: #006633;
}
.xtc-area01 .jsn-p-fields dl dt:before {
    background-color: #006633;
}
/* -----------------------------------------------------
    AREA-02     #599627 rgba(89, 150,39, 1.00)
----------------------------------------------------- */
body.area-02 #xtc-areas-list .xtc-user-list-title h2 > .label-info {
    background-color: #599627;
}
#t3-mainnav .navbar-nav li[data-id="119"] ul.nav-stacked > li.item-350 > a,
#t3-mainnav .navbar-nav li.item-242 ul.nav-child > li.item-244 > a {
    background-color: rgba(89, 150, 39, 1);
}
/* -------------------------------------------------- */
#xtc-areas-nav .xtc-areas-nav .nav-stacked .xtc-area-02 {
    background-color: #599627;
    /*background-image: url(images/ava_area-02.png);*/
}
#xtc-areas-list .jsn-l-avatar.xtc-area02 {
    border-color: #599627;
}
/* -------------------------------------------------- */
.jsn-p-fields dl dd a.xtc-area02 {
    border: 1px solid rgba(89, 150, 39, 0.5);
}
.jsn-p-fields dl dd a.xtc-area02:hover,
.jsn-p-fields dl dd a.xtc-area02:focus {
    color: #ffffff;
    border-color: rgba(89, 150, 39, 1);
    background-color: rgba(89, 150, 39, 1);
}
.xtc-area02 .jsn-p-avatar {
    border-color: #599627;
}
.xtc-area02 .jsn-p-lineas .xtc-lineas-item span .fa {
    color: #599627;
}
.xtc-area02 #jsn-form.flat.contained > ul > li > a:hover,
.xtc-area02 #jsn-form.flat.clean > ul > li > a:hover,
.xtc-area02 #jsn-form.flat > ul.z-tabs-nav > li.z-active > a,
.xtc-area02 #jsn-form.flat > ul.z-tabs-nav > li.z-active > a:hover {
    color: #ffffff !important;
    background-color: #599627;
}
.xtc-area02 .jsn-p-fields dl dt:before {
    background-color: #599627;
}
/* -----------------------------------------------------
    AREA-03     #E69600 rgba(230, 150, 0, 1.00)
----------------------------------------------------- */
body.area-03 #xtc-areas-list .xtc-user-list-title h2 > .label-info {
    background-color: #e69600;
}
#t3-mainnav .navbar-nav li[data-id="119"] ul.nav-stacked > li.item-255 > a,
#t3-mainnav .navbar-nav li.item-242 ul.nav-child > li.item-245 > a {
    background-color: rgba(230, 150, 0, 1);
}
/* -------------------------------------------------- */
#xtc-areas-nav .xtc-areas-nav .nav-stacked .xtc-area-03 {
    background-color: #e69600;
    /*background-image: url(images/ava_area-03.png);*/
}
#xtc-areas-list .jsn-l-avatar.xtc-area03 {
    border-color: #e69600;
}
/* -------------------------------------------------- */
.jsn-p-fields dl dd a.xtc-area03 {
    border: 1px solid rgba(230, 150, 0, 0.5);
}
.jsn-p-fields dl dd a.xtc-area03:hover,
.jsn-p-fields dl dd a.xtc-area03:focus {
    color: #ffffff;
    border-color: rgba(230, 150, 0, 1);
    background-color: rgba(230, 150, 0, 1);
}
.xtc-area03 .jsn-p-avatar {
    border-color: #e69600;
}
.xtc-area03 .jsn-p-lineas .xtc-lineas-item span .fa {
    color: #e69600;
}
.xtc-area03 #jsn-form.flat.contained > ul > li > a:hover,
.xtc-area03 #jsn-form.flat.clean > ul > li > a:hover,
.xtc-area03 #jsn-form.flat > ul.z-tabs-nav > li.z-active > a,
.xtc-area03 #jsn-form.flat > ul.z-tabs-nav > li.z-active > a:hover {
    color: #ffffff !important;
    background-color: #e69600;
}
.xtc-area03 .jsn-p-fields dl dt:before {
    background-color: #e69600;
}
/* -----------------------------------------------------
    AREA-04     #FF6600 rgba(255, 102, 0, 1.00)
----------------------------------------------------- */
body.area-04 #xtc-areas-list .xtc-user-list-title h2 > .label-info {
    background-color: #ff6600;
}
#t3-mainnav .navbar-nav li[data-id="119"] ul.nav-stacked > li.item-256 > a,
#t3-mainnav .navbar-nav li.item-242 ul.nav-child > li.item-246 > a {
    background-color: rgba(255, 102, 0, 1);
}
/* -------------------------------------------------- */
#xtc-areas-nav .xtc-areas-nav .nav-stacked .xtc-area-04 {
    background-color: #ff6600;
    /*background-image: url(images/ava_area-04.png);*/
}
#xtc-areas-list .jsn-l-avatar.xtc-area04 {
    border-color: #ff6600;
}
/* -------------------------------------------------- */
.jsn-p-fields dl dd a.xtc-area04 {
    border: 1px solid rgba(255, 102, 0, 0.5);
}
.jsn-p-fields dl dd a.xtc-area04:hover,
.jsn-p-fields dl dd a.xtc-area04:focus {
    color: #ffffff;
    border-color: rgba(255, 102, 0, 1);
    background-color: rgba(255, 102, 0, 1);
}
.xtc-area04 .jsn-p-avatar {
    border-color: #ff6600;
}
.xtc-area04 .jsn-p-lineas .xtc-lineas-item span .fa {
    color: #ff6600;
}
.xtc-area04 #jsn-form.flat.contained > ul > li > a:hover,
.xtc-area04 #jsn-form.flat.clean > ul > li > a:hover,
.xtc-area04 #jsn-form.flat > ul.z-tabs-nav > li.z-active > a,
.xtc-area04 #jsn-form.flat > ul.z-tabs-nav > li.z-active > a:hover {
    color: #ffffff !important;
    background-color: #ff6600;
}
.xtc-area04 .jsn-p-fields dl dt:before {
    background-color: #ff6600;
}
/* -----------------------------------------------------
    AREA-05     #9C27B0 rgba(156, 39, 176, 1.00)
----------------------------------------------------- */
body.area-05 #xtc-areas-list .xtc-user-list-title h2 > .label-info {
    background-color: #9c27b0;
}
#t3-mainnav .navbar-nav li[data-id="119"] ul.nav-stacked > li.item-282 > a,
#t3-mainnav .navbar-nav li.item-242 ul.nav-child > li.item-247 > a {
    background-color: rgba(156, 39, 176, 1);
}
/* -------------------------------------------------- */
#xtc-areas-nav .xtc-areas-nav .nav-stacked .xtc-area-05 {
    background-color: #9c27b0;
    /*background-image: url(images/ava_area-05.png);*/
}
#xtc-areas-list .jsn-l-avatar.xtc-area05 {
    border-color: #9c27b0;
}
/* -------------------------------------------------- */
.jsn-p-fields dl dd a.xtc-area05 {
    border: 1px solid rgba(156, 39, 176, 0.5);
}
.jsn-p-fields dl dd a.xtc-area05:hover,
.jsn-p-fields dl dd a.xtc-area05:focus {
    color: #ffffff;
    border-color: rgba(156, 39, 176, 1);
    background-color: rgba(156, 39, 176, 1);
}
.xtc-area05 .jsn-p-avatar {
    border-color: #9c27b0;
}
.xtc-area05 .jsn-p-lineas .xtc-lineas-item span .fa {
    color: #9c27b0;
}
.xtc-area05 #jsn-form.flat.contained > ul > li > a:hover,
.xtc-area05 #jsn-form.flat.clean > ul > li > a:hover,
.xtc-area05 #jsn-form.flat > ul.z-tabs-nav > li.z-active > a,
.xtc-area05 #jsn-form.flat > ul.z-tabs-nav > li.z-active > a:hover {
    color: #ffffff !important;
    background-color: #9c27b0;
}
.xtc-area05 .jsn-p-fields dl dt:before {
    background-color: #9c27b0;
}
/* -----------------------------------------------------
    AREA-06     #330099 rgba(51, 0, 153, 1.00)
----------------------------------------------------- */
body.area-06 #xtc-areas-list .xtc-user-list-title h2 > .label-info {
    background-color: #330099;
}
#t3-mainnav .navbar-nav li[data-id="119"] ul.nav-stacked > li.item-283 > a,
#t3-mainnav .navbar-nav li.item-242 ul.nav-child > li.item-248 > a {
    background-color: rgba(51, 0, 153, 1);
}
/* -------------------------------------------------- */
#xtc-areas-nav .xtc-areas-nav .nav-stacked .xtc-area-06 {
    background-color: #330099;
    /*background-image: url(images/ava_area-06.png);*/
}
#xtc-areas-list .jsn-l-avatar.xtc-area06 {
    border-color: #330099;
}
/* -------------------------------------------------- */
.jsn-p-fields dl dd a.xtc-area06 {
    border: 1px solid rgba(51, 0, 153, 0.5);
}
.jsn-p-fields dl dd a.xtc-area06:hover,
.jsn-p-fields dl dd a.xtc-area06:focus {
    color: #ffffff;
    border-color: rgba(51, 0, 153, 1);
    background-color: rgba(51, 0, 153, 1);
}
.xtc-area06 .jsn-p-avatar {
    border-color: #330099;
}
.xtc-area06 .jsn-p-lineas .xtc-lineas-item span .fa {
    color: #330099;
}
.xtc-area06 #jsn-form.flat.contained > ul > li > a:hover,
.xtc-area06 #jsn-form.flat.clean > ul > li > a:hover,
.xtc-area06 #jsn-form.flat > ul.z-tabs-nav > li.z-active > a,
.xtc-area06 #jsn-form.flat > ul.z-tabs-nav > li.z-active > a:hover {
    color: #ffffff !important;
    background-color: #330099;
}
.xtc-area06 .jsn-p-fields dl dt:before {
    background-color: #330099;
}
/*******************************************************
    OTRAS-AREAS
*******************************************************/
#xtc-areas-nav .xtc-areas-nav .nav-stacked .xtc-otras-areas {
    /*background-image: url(images/ava_otra-area-00.png);*/
}
#xtc-areas-nav .xtc-areas-nav .nav-stacked .xtc-oarea-01 {
    /*background-image: url(images/ava_otra-area-01.png);*/
}
#xtc-areas-nav .xtc-areas-nav .nav-stacked .xtc-oarea-02 {
    /*background-image: url(images/ava_otra-area-02.png);*/
}
#xtc-areas-nav .xtc-areas-nav .nav-stacked .xtc-oarea-03 {
    /*background-image: url(images/ava_otra-area-03.png);*/
}
/* -------------------------------------------------- */
