
      .title-holder h1 {
        font: 25px 'Roboto', Arial, san-serif;
        color: #42A5F5;
      }
      
      .ch-profile-custom-info > div div:first-child {
        color: #0D47A1;
        font: 21px 'Roboto', Arial, san-serif;
      }
      
      .widget-content {
        background-color: #FFF;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #AAA;
      }
      
      .widget-content .item-panel {
      	font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #AAA;
      }
      
      .widget-content h2 {
        font: 21px 'Roboto', Arial, san-serif;
        color: #0D47A1;
      }
      
      .widget-content h4 {
        font: 18px 'Roboto', Arial, san-serif;
        color: #1a3341;
      }
      
      .widget-content h5 {
        font: ;
        color: ;
      }
      
      h5 a:hover, h4 a:hover {
        color: #FFF;
      }
      a:hover {
        color: #FFF;
      }
      
      .widget-actions a:hover i{
        color: #0D47A1;
      }
      
      .edit-profile-about,
      .remove-section,
      .add-element,
      .edit-icon,
      .edit-post,
      .remove-post,
      .remove-comment {
        background-image: url(/Images/templates_icons/comm_icons.png) !important;
      }
      
      .edit-post {
        width: 26px;
        height: 26px;
        background-position: 0px 0px !important;
        display: inline-block;
      }
      
      .edit-icon {
        background-position: 0px 0px !important;
      }
      
      .edit-post:hover {
        background-position: 0px -26px !important;
      }
      
      .remove-post, .remove-comment {
        width: 26px;
        height: 26px;
        background-position: -26px 0px !important;
        display: inline-block;
      }
      
      .remove-post:hover {
        background-position: -26px -26px !important;
      }
      
      .publish-post {
        width: 26px;
        height: 26px;
        background-position: -130px 0px !important;
        display: inline-block;
      }
      
      .publish-post:hover {
        background-position: -130px -26px !important;
      }
      
      .feed-options {
        position: absolute;
        right: 5px;
        top: 5px;
        display: none;
        z-index: 1;
      }
      
      .feed-item:hover .feed-options {
        display: block;
      }
      
      .info-author, .feed-info {
        position: relative;
        margin-left: 7.33333rem;
        margin-right: 7.33333rem;
      }
      
      .comment-options {
        float: right;
        display: none;
      }
      
      .feed-comment:hover .comment-options {
        display: block;
      }
      
      .switch-button input[type="checkbox"].switch + span + div:before {
        background: #42A5F5;
      }
      
      .switch-button input[type="checkbox"].switch:checked + span + div:before {
        background: #42A5F5;
      }
      
      .switch-button label {
        color: #42A5F5;        
      }
      
      /*_________ MAIN NAV __________*/
      
      #main-nav {
        background-color: #0D47A1;
      }
      
      #main-nav > div {
        max-width: 1170px;
      }
      
      #main-nav > div > ul > li {
        color: #42A5F5;
        font: 17px 'Roboto', Arial, san-serif;
      }
      
      #main-nav > div ul li:hover {
        color: #FFF;
        background-color: #42A5F5;
      }
      
      /*SUBMENU*/
      
      #main-nav > div > ul li ul {
        background-color: #0D47A1;
      }
      
      #main-nav > div > ul li ul li {
        color: #42A5F5;
      }
      
      /*_____Formularios____*/
      .widget-content input {
        width: 100%;
        background-color: #FFF;
        padding: 8px 10px;
        border-radius: 4px;
        border: 2px solid;
        border-color: #42A5F5;
        margin-top: 10px;
        box-sizing: border-box;
      }
      
      .widget-content .presentation-button {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 3px;
        background: #42A5F5;
        color: #FFF;
        font-weight: 600;
        margin-top: 20px;
      }
      
      
      /*______ FLEXBOX ______*/
      
      .event-panel .flexbox-hero {
        background-color: #1a3341;
        font: 21px 'Roboto', Arial, san-serif;
        font-size: 35px;
        line-height: 38px;
      }
      
      .event-panel .month {
        font-size: 15px;
        line-height: 20px;
      }
      
      .event-panel .location {
        font-size: 14px;
      }
      
      .event-panel .location i {
        color: #1a3341;
      }
      
      .flexbox-info {
        min-width: 100px;
      }
      
       /*______ FOOTER ______*/
      
      footer {
        position: relative; 
        background-color: transparent;
        text-align: center;
        margin-top: 0px;
        border-top: 3px solid #0d47a1;
      }
      
      footer .widget-content {
        margin-bottom: 0px;
        padding: 0px;
      }
      
      footer .footer-img {
        display: block;
      }
      
      /*______ SOCIAL MEDIA ______*/
      
      .social-media {
        position: absolute;
        top: 140px;
        right: 10px;
        z-index: 1;
      }
      
      .social-media ul {
        list-style: none;
        overflow: hidden;
      }
      
      .social-media li {
        white-space: nowrap;
        display: inline-block;
        padding: 0px;
        margin: 0px 2px;
      }
      
      .social-media li a {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: rgba(255,255,255,0.6);
        background-color: rgba(0,0,0,0.2);
        line-height: 40px;
        font-size: 22px;
        text-align: center;
      }
      
      .social-media li a img {
        border-radius: 50%;
        margin-bottom: -12px;
      }
      
      .social-media li:hover a span {
      	color: #0D47A1;
      }
      
      .social-media li:hover a{
      	background-color: #FFF;
      }
      
        /*______ NEWS DETAIL ______*/
    
    .news-detail .hero {
      margin-bottom: 20px;
    }
    
    .news-detail .news-content {
      border-bottom: 1px solid #F4F4F4;
      margin-bottom: 20px;
    }
    
    .news-detail .news-content:last-child {
      border-bottom: none;
    }
      
       /*______ EVENTS ______*/
    
    .event-panel {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-bottom: 20px;
      overflow: hidden;
    }
    
    .event-panel:last-child {
      margin-bottom: 0px;
    }
    
    .event-panel .date {
      width: 70px;
      min-width: 70px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #1a3341;
      color: #FFF;
      font: 40px/48px ;
      text-align: center;
      padding: 2px;
      padding: 4px 0px;
    }
    
    .event-panel span {
      display: block;
    }
    
    .event-panel .month {
      font-size: 16px;
      line-height: 20px;
      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;
    }
    
    .event-panel i{
      padding-right: 10px;
      color: #1a3341;
    }
    
    
    .event-detail .event-panel {
      margin-bottom: 10px;
    }
    
    .event-hero img {
      display: block;
    }
    
    .event-detail .date {
      width: 120px;
    }
      
      /*______ DOCUMENTS ______*/
    
    .document-panel {
      padding-bottom: 20px;
      margin-bottom: 30px;
      border-bottom: 1px solid #F4F4F4;
      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;
    }
      
      .profile-tags li, ul.as-selections li.as-selection-item {
        color: #52768E;
        background-color: #D6D6D6;
        border-radius: 4px;
        border: 1px solid #D6D6D6;
        height: 28px;
        line-height: 28px;
        margin: 0 12px 6px 0;
        padding: 0px 18px;
        cursor: default;
        position: relative;
        font-family: "Roboto", Arial, san-serif;
        font-size: 14px;
        max-width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
    
      html, body {
        background-color: #F4F4F4;
        line-height: 20px;
      }
      
      #content {
        max-width: 1170px;
      }
      
      #content > div > div > #main {
        max-width: -width;
      }
      
      #column-one {
        width: 0px;
        min-width: 0px;
      }
      
      #column-two {
        width: 290px;
        min-width: 290px;
      }
    