
      .attachment-info a span {
        display: block;
        overflow: hidden;
      }
      .header-content a {
        display: block;
        height: 100%;
      }
      
      /*_________ MAIN NAV __________*/
      
      #main-nav {
        background-color: #2D378E;
        border-bottom: 2px solid #FFF;
        box-shadow: 0 3px 3px #B5A787;
        margin-bottom: 20px;
        
      }
      
      #main-nav > div {
        max-width: 1024px;
        margin: 0px auto;
      }
      
      #main-nav > div ul {
        list-style: none;
        width: 100%;
      }
      
      #main-nav > div > ul {
        display: table;
      }
      
      #main-nav > div > ul > li {
        width: 16.66%;
        display: table-cell;
        vertical-align: middle;
        position: relative;
      }
      
      #main-nav > div ul li a {
        color: #FFF;
        font: 16px 'Roboto', Arial, san-serif;
        padding: 8px;
        line-height: 18px;
        display: block;
        text-align: center;
        border: 0px 1px solid #FFF;
      }
      
      #main-nav > div > ul li:hover {
        background: #d4d5e7;
      }
      
      #main-nav > div > ul li:hover a {
        color: #2D378E;
      }
      
      #main-nav > div > ul > li:hover li a {
        color: #FFF;
      }
      
      #main-nav > div > ul > li:hover li:hover a {
        color: #2D378E;
      }
      
      /*SUBMENU*/
      
      #main-nav > div > ul li ul {
        position: absolute;
        display: none;
        width: 100%;
        top: 100%;
        left: 0px;
        background-color: #2D378E;
        z-index: 1;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      #main-nav > div > ul li:hover ul {
        display: block;
      }
      
      
      
      /*______ NEWS DETAIL ______*/
      
      .news-detail .hero {
        margin-bottom: 20px;
      }
      
      .news-detail .news-content {
        border-bottom: 1px solid #FFF;
        margin-bottom: 20px;
      }
      
      .news-detail .news-content:last-child {
        border-bottom: none;
      }
      
      
      /*______ DOCUMENTS ______*/
      
      .document-panel {
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid #FFF;
        min-height: 135px;
      }
      
      .document-panel:last-child {
        border-bottom: none;
      }
      
      .document-panel h4 a {
        text-decoration: none;
      }
      
      .document-panel img {
        float: left;
        border: 1px solid #d7d7d7;
      }
      
      .document-panel .content {
        position: relative;
        margin-left: 108px;
        min-height: 125px;
      }
      
      .widget-content .document-panel p {
        padding-bottom: 10px;
      }
      
      /*______ HEADER ______*/
      
      [data-section="header"] {
        padding-bottom: 10px;
        position: relative;
      }
      
      .header-link {
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        height: 240px;
        width: 100%;
      }
      
      .header-sentence {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 176px;
        font-size: 18px;
        color: #808080;
      }
      
      .header-content {
        height: 248px;
        max-width: 1024px;
        margin: 0px auto;
        margin-top: 20px;
      }
      
      
      [data-section="footer"] .widget-content {
        background-color: transparent;
      }
      
      /*______ BUTTON FOLLOW ______*/
      
      .switch-button {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 120px;
      }
      
      .switch-button input[type="checkbox"]:not(:checked), 
      input[type="checkbox"]:checked { /* :checked here acting as a filter for older browsers */
        position: absolute;
        opacity: 0;
      }
      
      .switch-button label {
        position: relative;
        display: inline-block;
        font: 20px 'Roboto', Arial, san-serif;
        color: #403485;
        width: 100%;
      }      
      
      .switch-button input[type="checkbox"].switch + span + div {
        width: 40px;
        height: 18px;
        border-radius: 9px;
        background: #FFF;
        box-shadow: 1px 1px 2px 2px rgba(0,0,0,.2) inset;
        background-origin: border-box;
        background-clip: border-box;
        overflow: hidden;
        transition-duration: .4s;
        transition-property: padding,width;
        float: right;
        margin-top: 4px;
      }
      
      .switch-button input[type="checkbox"].switch:checked + span + div {
        padding-left: 22px;
        width: 18px;
      }
      
      .switch-button input[type="checkbox"].switch + span + div:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        margin: 1px;
        border-radius: inherit;
        background: #403485;
      }
      
      .switch-button input[type="checkbox"].switch:checked + span + div:before {
        background: #52D921;
      }
      
      .switch-button input[type="checkbox"].switch:active + span + div:before {
        background-color: #aaa;
      }
      
      
      /*______ LEFT IMG PANEL ______*/
      
      .panel-img-left {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 20px;
      }
      
      .panel-img-left:last-child {
        margin-bottom: 0px;
      }
      
      .panel-img-left .panel-hero {
        ms-flex: 1;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-width: 122px;
        height: auto;
      }
      
      
      .panel-img-left .panel-info {
        position: relative;
        -ms-flex: 1;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        min-width: 200px;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
      }
      
      .panel-img-left h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 19px;
        max-height: 38px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-decoration: none;
      }
      
      
      .panel-img-left .panel-info .summary p {
        padding-bottom: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 19px;
        max-height: 57px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-decoration: none;
      }
      
      /* End left img panel */
      
      /*______ TWO COL PANEL ______*/
      
      .twocol-holder {
        margin: -10px;
        overflow: hidden;
      }
      
      .twocol-panel {
        width: 50%;
        float: left;
        padding: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      .twocol-panel .panel-hero {
        display: block;
      }
      
      .twocol-panel .panel-info {
        padding-top: 10px;
      }
      
      /* End Two col panel */
      
      .twocol-panel.blog-panel {
        width: 100%;
      }
      
      .twocol-panel.blog-panel .panel-info {
        padding: 20px;
        background: #EDEDED;
      }
      
      
      /*______ ADD INFO ______*/
      
      .ch-profile-custom-info .bold {
        font-weight: bold;
      }
      .ch-profile-custom-info .italic {
        font-style: italic;
      }
      .ch-profile-custom-info a {
        color: ;
      }
      
      .ch-profile-custom-info > div {
        background: #FFF;
        padding: 20px;
        position: relative;
        margin-bottom: 20px;
        border: 1px solid #d4d5e7;
        border-radius: 6px;
      }
      
      .ch-profile-custom-info > div div:first-child {
        font-weight: normal;
        font: 21px 'Roboto', Arial, san-serif;
        color: #403485;
        background: #d4d5e7;
        padding: 10px 20px;
        margin: -20px -20px 15px -20px;
      }
      
      [data-editable="1"] > div div:first-child {
        cursor: move;
      }
      
      .ch-add-profile-custom-info {
        text-align: center;
        border: 1px dashed ;
        padding: 5px 10px;
        background: #FFF;
        border-radius: 5px;
        margin-bottom: 20px;
        cursor: pointer;
      }
      
      .ch-add-profile-custom-info:hover {
        color: ;
      }
      
      .ch-profile-custom-info .pdf-profile-holder .pdf-cover {
        margin: 0px;
        padding: 0px;
      }
      
      .ch-profile-custom-info .pdf-profile-holder .pdf-cover .title-pdf {
        display: none;
      }
      
      .ch-profile-custom-info .pdf-profile-holder .pdf-cover:before {
        display: none;
      }
      
      .ch-profile-custom-info .pdf-profile-holder .pdf-cover img {
        position: relative;
        transform: none;
        border: 1px solid #D7D7D7;
      }
      
      .ch-profile-custom-info .pdf-profile-body {
        padding-left: 106px;
      }
      
      .ch-profile-custom-info .pdf-profile-body h6 {
        font: 18px 'Roboto', Arial, san-serif;
        color: #403485;
      }
      
      .self-boxes .widget-content {
        background: transparent;
        padding: 0px;
        border: none;
      }
      
      .add-element {
        top: 8px;
        right: 10px;
        width: 26px;
        height: 26px;
        display: block;
        background-color: #FFF;
      }
      
      .add-element:before,
      .add-element:after {
        content: "";
        width: 14px;
        height: 4px;
        border-radius: 2px;
        display: block;
        position: absolute;
        background-color: #d4d5e7;
        top: 11px;
        left: 6px;
      }
      
      .add-element:after {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
      }
      
      .add-element:hover {
        background-color: #403485;
      }
      
      .add-element:hover:before,
      .add-element:hover:after {
        background-color: #FFF;
      }
      
      /****************   EVENTS  ******************/
      
      .event-panel {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 20px;
      }
      
      .event-panel:last-child {
        margin-bottom: 0px;
      }
      
      .event-panel .date {
        width: 86px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #403485;
        color: #FFF;
        font: 28px/38px 'Roboto', Arial, san-serif;
        text-align: center;
        padding: 2px;
      }
      
      .event-panel span {
        display: block;
        padding: 5px 0px;
      }
      
      .event-panel .month {
        font-size: 16px;
        line-height: 28px;
        border-bottom: 1px solid #FFF;
        text-transform: uppercase;
      }
      
      .event-info {
        width: 100%;
        position: relative;
        padding-left: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      /****************   COORDINATOR ******************/
      
      .project-coordinator-contact {
        position: relative;
        margin-left: 110px;
        min-height: 100px;
      }
      
      .project-coordinator-contact h2 {
        padding-bottom: 10px;
      }
      
      .coordinator-img {
        float: left;
      }
      
      .send-mail {
        width: 26px;
        height: 26px;
        background: url(/Images/templates_icons/center_icons.png) -52px 0px;
        cursor: pointer;
      }
      
      .send-mail:hover {
        background-position: -52px -26px;
      }
      
      .colab-img {
        overflow: hidden;
      }
      
      .colab-img img {
        max-height: 72px;
      }
      
      .three-col div {
        width: 33.33%;
        padding: 0px 20px;
        text-align: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
      }
      
      .ch-slider-holder.photo-album01 {
        overflow: visible;
      }
      
      .ch-slider-holder.photo-album01 .ch-bullets {
        bottom: -20px;
      }
      
      .youtube-iframe {
        padding: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
      }
      
      .news-body .hero {
        margin-top: -20px;
      }
      
      .news-body .title {
        line-height: 34px;
        padding: 10px;
        padding-top: 20px;
        text-align: center;
      }
      
      .widget-content .profile-tags li {
        margin-left: 0px;
      }
      
      .widget.recetas .flexbox-hero {
        margin-bottom: 10px;
      }
      
      .item-panel {
        margin-bottom: 20px;
      }
      
      .event-panel a.location {
        color: #d4d5e7;
      }
      
      .event-panel .flexbox-hero {
        background-color: #403485;
      }
      
      .event-panel .location i {
        color: #d4d5e7;
      }
      
      .ytPlayer {
        text-align: center;
        margin-bottom: 30px;
      }
      
      #ytThumbs ul {
        list-style: none;
        margin: -5px;
        overflow: hidden;
      }
      
      #ytThumbs li {
        float: left;
        width: 20%;
        padding: 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
      }
      
      #ytThumbs li a img,
      #ytThumbs li a {
        display: block;
      }
      
      #ytThumbs li:before {
        content: "";
        position: absolute;
        background: url("http://chil.me/images/icons2.png");
        background-position: -81px -74px;
        height: 35px;
        width: 35px;
        display: block;
        top: 50%;
        left: 50%;
        margin-top: -17px;
        margin-left: -17px;
      }
      
      /*______   BLOGS LISTS   ______*/
      
      .ch-blogs-list {
        margin: -10px;
        overflow: hidden;
      }
      
      .ch-blogs-list > div{
        float: left;
        width: 50%;
        padding: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
      }
      
      .ch-blogs-list .author-info img{
        position: absolute;
        top: 10px;
        left: 20px;
        border: 2px solid #FFF;
      }
      
      .ch-blogs-list .author-info h4 {
        position: relative;
        margin-left: 100px;
      }
      
      .ch-blogs-list .author-info h4 a {
        display: block;
        margin-top: 5px;
      }
      
      /*______   SHARE SOCIAL   ______*/
      
      .share-social ul {
        list-style: none;
        overflow: hidden;
      }
      
      .share-social li {
        float: left;
        margin-right: 4px;
        margin-left: 0px !important;
      }
      
      .share-social li i {
        display: block;
        font-size: 16px;
        cursor: pointer;
        color: #4a2047;
      	background-color: #FFF;
        width: 24px;
        line-height: 24px;
        border-radius: 50%;
        text-align: center;
      }
      
      .share-social li i:hover {
        background-color: #4a2047;
        color: #FFF;
      }
      
      .share-social .share {
        display: none;
      }
      
      .table-chart {
        width: 100%;
        table-layout: fixed;
        text-align: center;
      }
      
      .table-chart td img {
        max-width: 120px;
        border-radius: 50%;
      }
      
      .table-chart td .line-chart {
        max-width: 100%;
        border-radius: none;
      }
      
      .table-chart td {
        padding: 0px 10px;
        vertical-align: top;
      }
      
      .table-chart .chart-description {
        max-width: 400px;
        display: none;
        text-align: left;
        margin: 0px auto;
      }
      
      #aso li {
        margin-bottom: 10px;
      }
      
      .issuuembed.issuu-isrendered {
        margin: 10px auto;
      }
      
      .item-panel.column .flexbox-info {
        min-height: auto;
      }
      
      .document-panel.column {
        padding-bottom: 0px;
        margin-bottom: 0px;
      }
      
    
      * {
        padding: 0px;
        margin: 0px;
        background: transparent;
        border-width: 0px;
        line-height: normal;
        box-shadow: none;
        overflow: visible;
        position: static;
        font-weight: normal;
      }
      * a {
        text-decoration: none;
        color: #82C0D3;
        cursor: pointer;
      }
      
      .social-media [class^="fonticon-"] {
        color: #FFF;
      }
      
      .share-rrss {
        display: none;
      }
      
      ul, ol {list-style-position: inside;}
      
      html, body {
        height: 100%;
        width: 100%;
        line-height: 20px;
        background-color: #FFF;
        line-height: 20px;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #888;
      }
      
      img {
        max-width: 100%;
      }
      
      h1, h2, h3, h4, h5, h6 {
        font-family: 'Roboto', Arial, san-serif;
        font-weight: normal;
        color: #403485;
      }
      
      h2 a,
      h4 a,
      h5 a {
        text-decoration: none;
        color: inherit;
      }
      
      h4 {
        font-size: 18px;
        color: ;
      }
      
      h5 {
        font-size: 16px;
        color: #403485;
      }
      
      
      * a:hover {
        color: #d4d5e7;
      }    
      
      #content {
        max-width: 1024px;
      }
      
      #content > div {
        margin: -10px;
      }
      
      #content > div > div > #main {
        max-width: -width;
      }
      
      #content [data-section] {
        padding: 10px;
      }
      
      #column-one {
        width: 0px;
        min-width: 0px;
      }
      
      #column-two {
        width: 320px;
        min-width: 320px;
      }
      
      /*______   COLUMNS   ______*/
      
      .four-col {
        margin: -5px;
        overflow: hidden;
      }
      
      .four-col > div {
        float: left;
        padding: 5px;
        width: 25%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      @media only screen and (max-width: 780px) {
        .four-col > div{
          width: 50%;
        }
    }
      
      /*______ WIDGETS GENERAL ______*/
      
      .widget-content {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
        margin-bottom: 20px;
        position: relative;
        background-color: #FFF;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #888;
        border: 1px solid #d4d5e7;
        border-radius: 6px;
      }
      
      .widget-content h1 {
        margin-bottom: 20px;
      }
      
      .widget-content h2 {
        font: 21px 'Roboto', Arial, san-serif;
        color: #403485;
        background: #d4d5e7;
        margin: -20px -20px 15px -20px;
        padding-bottom: 0px;
      }
      
      .widget-content h2 span {
        padding: 10px 20px;
        display: block;
      }
      
      .widget-content h4 {
        font: 18px 'Roboto', Arial, san-serif;
        color: #403485;
      }
      
      .widget-content h5 {
        font: 18px 'Roboto', Arial, san-serif;
      }
      
      .widget-content li {
        padding-bottom: 5px;
        list-style-position: outside;
        margin-left: 25px;
        color: #2D378E;
      }
      
      .widget-content li p {
        padding-bottom: 10px;
      }
      .widget-content li:last-child p {
        padding-bottom: 20px;
      }
      
      .widget-content p {
        color: #888;
      }
      
      .widget-content p span.bold {
        color: #2D378E;
        font-weight: 600;
      }
      
      .widget-content p a {
      }
      
      .event-body .summary, .news-body .summary {
        font-size: 18px;
        color: #2D378E;
}
      
      /*______   TABLES   ______*/
      
      table.ch-table {
        text-align: center;
        background-color: transparent;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
      }
      
      table.ch-table td {
        border: 1px solid transparent;
        color: ;
      }
      
      .ch-table thead {
        background-color: rgb(18, 68, 69);
        font: 18px 'Roboto', Arial, san-serif;
        color: #FFF;
      }
      
      .ch-table thead td {
        color: #FFF;
        border-color: transparent #FFF;
      }
      
      .ch-table thead tr td:first-child {
        border-left: 1px solid transparent;
      }
      .ch-table thead tr td:last-child {
        border-right: 1px solid transparent;
      }
      
      /*______ FOOTER ______*/
      
      footer {
        background-color: #403485;
        text-align: center;
        margin-top: 40px;
      }
      
      footer .widget-content {
        border: none;
      }
      
      footer .widget-content:last-child {
        margin-bottom: 0px;
      }
      
      .social-media {
        margin-bottom: 20px;
        position: absolute;
        top: 20px;
        right: 20px;
      }
      
      .social-media ul {
        list-style: none;
        overflow: hidden;
      }
      
      .social-media li {
        white-space: nowrap;
        display: inline-block;
        padding: 0px;
        margin: 0px 5px;
        float: left;
      }
      
      .social-media li a {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 23px;
        text-align: center;
        line-height: 40px;
        color: rgba(255,255,255,0.8);
        background-color: #403485;
      }
      
      .social-media li a img {
        border-radius: 50%;
      }
      
      footer h5 {
        color: #FFF;
      }
      
      @media only screen and (max-width: 600px) {
        #content > div > div {
          flex-direction: column;
        }
      #column-one {
        width: 100% !important;
        min-width: 100% !important;
      }
    }
      
      /*______ VIDEOS ______*/
      
      img[data-role=embed]{
        width: 100%;
      }
      
    