@charset "UTF-8";
@font-face {
  font-family: "social-network";
  src: url("../font/social-network.eot");
  src: url("../font/social-network.eot?#iefix") format("embedded-opentype"), url("../font/social-network.woff") format("woff"), url("../font/social-network.ttf") format("truetype"), url("../font/social-network.svg#social-network") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "social-network" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="sn-"]:before,
[class*=" sn-"]:before {
  font-family: "social-network" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
font-family: "social-network";
src:url("../font/social-network.eot");
src:url("../font/social-network.eot?#iefix") format("embedded-opentype"),
  url("../font/social-network.woff") format("woff"),
  url("../font/social-network.ttf") format("truetype"),
  url("../font/social-network.svg#social-network") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "social-network" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="sn-"]:before,
[class*=" sn-"]:before {
font-family: "social-network" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.sn-facebook:before {
content: "\61";
}
.sn-twitter:before {
content: "\62";
}
.sn-pinterest:before {
content: "\63";
}
.sn-instagram:before {
content: "\64";
}
.sn-linkedin:before {
content: "\65";
}
.sn-youtube:before {
content: "\66";
}
.sn-flickr:before {
content: "\68";
}
.sn-left-open:before {
content: "\67";
}
.sn-right-open:before {
content: "\69";
}
.sn-left-open-big:before {
content: "\6a";
}
.sn-ios-email:before {
content: "\6b";
}
.sn-google-plus:before {
  content: "\6d";
}
/* adjust body when menu is open */
body.slide-active {
  overflow-x: hidden
}
/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
  margin-top: 0px!important
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
  position: relative;
  left: 0;
}
#page-content.slide-active {
  padding-top: 0
}
/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
  cursor: pointer;
  position: relative;
  line-height: 0;
  float: left;
  margin: 0;
  width: 25px;
  height: 40px;
  padding: 10px 0 0 0;
  border: 0;
  background: transparent;
}
/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
  width: 100%;
  display: block;
  height: 3px;
  margin: 4px 0 0 0;
  background-color: #FE040D;
}
#slide-nav .navbar-toggle.slide-active .icon-bar {
  background: orange
}
.navbar-header {
  position: relative
}
/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
  position: relative
}
 .navbar-inverse .navbar-nav > li > a:active{
  color: #fff;
    background-color: transparent
 }
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
@media (max-width: 767px) {
  #slide-nav .container {
      margin: 0;
      padding: 0!important;
  }
  #slide-nav .navbar-header {
      margin: 0 auto;
      padding: 0 15px;
  }
  #slide-nav .navbar.slide-active {
      position: absolute;
      width: 80%;
      top: -1px;
      z-index: 1000;
  }
  #slide-nav #slidemenu {
      background: #F7F7F7;
      left: -100%;
      width: 80%;
      min-width: 0;
      position: absolute;
      padding-left: 0;
      z-index: 16;
      top: -8px;
      margin: 0;
      box-shadow: inset -3px 0 7px rgba(0, 0, 0, 0.08);
      overflow-x: hidden;
  }
  #slide-nav #slidemenu .navbar-nav {
      min-width: 0;
      width: 100%;
      margin: 0;
      background-color: #fff;
  }
  #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
      min-width: 0;
      width: 100%;
      white-space: normal;
      background-color: #fff;
  }
  #slide-nav {
      border-top: 0
  }
  #slide-nav.navbar-inverse #slidemenu {
      background: #333
  }
  /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
  #slide-nav #navbar-height-col {
      position: fixed;
      top: 0;
      height: 100%;
      width: 80%;
      left: -80%;
      background: #313131;
      z-index: 14;
  }
  #slide-nav.navbar-inverse #navbar-height-col {
      background: #333;
      z-index: 1;
      border: 0;
  }
  #slide-nav .navbar-form .form-control {
      text-align: left
  }
  #slide-nav .navbar-form .btn {} .navbar-form .form-group {
      text-align: center;
      overflow: hidden;
      position: relative;
      width: 100%;
      margin: 0 0 8px;
  }
}
@media (min-width: 768px) {
  #page-content {
      left: 0!important
  }
  .navbar.navbar-fixed-top.slide-active {
      position: fixed
  }
  .navbar-header {
      left: 0!important
  }
  .nav-secondary li::after {
      content: " •";
      color: red;
      display: inline-block;
      font-size: 10px;
  }
  /*custom*/
  .nav-secondary {
      text-align: center;
      float: none;
      display: block;
      margin-left: -15px;
      margin-right: -15px;
  }
  .nav-secondary.navbar-nav>li {} .nav-secondary-smartphones {
      display: none
  }
  #slide-nav {
      border-bottom: solid 1px #ccc;
      position: relative;
      z-index: 2;
      overflow: visible;
      height: 88px;
  }
  .content {
      position: relative;
      z-index: 1;
      box-shadow: 0 0 6px #C7C7C7;
  }
}
/*THEME*/
body {
  font-family: 'Source Sans Pro', sans-serif;
  min-width: 320px;
  font-size: 15px;
}
.navbar-brand {
  padding: 24px 0 0 0px;
  display: block;
  float: none;
  width: 204px;
  margin-left: auto !important;
  height: auto;
  margin-right: auto !important;
  margin-bottom: 4px;
}
.navbar {
  margin-bottom: 0 !important;
  border-radius: 0;
}
.navbar-form {
margin: 0;
height: auto;padding-top: 0;}
/* MOBILE */
#slide-nav .navbar-form .btn {
  position: absolute;
  right: 32px;
  top: 2px;
  width: 36px;
  height: 32px;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 0;
}
.navbar-form .form-group {
  border: solid 1px #ccc;
}
.nav-secondary li:last-child a {
color: #FFCF42;
}
/*HOME*/
.carousel-inner {
  margin-bottom: 20px;
}
.carousel-inner > .item > img {
  width: 100%;
}
.header-social {
  padding-top: 0;
  padding-left: 15px;
  margin-bottom: 11px;
}
.header-social-title {
  padding-left: 16px;
  float: left;
  margin-right: 5px;
  padding-top: 7px;
  font-weight: 700;
  color: #999;
}
.navbar-nav > li > a {
  font-weight: 900;
  color: #333;
  font-size: 16px;
  border-top: solid 1px #ccc;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}
.navbar-nav .open .dropdown-menu {
  background-color: #fff;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #d5d5d5;
  border-right-color: #d5d5d5;
  ;
}
.nav-secondary li a {
  background-color: #313131;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-top-color: #555;
}
.nav-secondary li a:hover,
.nav-secondary li a:active /*touch*/ {
  background-color: #4C4C4C;
  color: #fff;
}
.widget-shortnews>span:first-child {
  color: red;
  display: block;
  font-weight: 700;
}
.widget-fastnews {
  margin-bottom: 10px;
  padding-top: 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.34);
  height: 83px;
  width: 90%;
}
.box-category {
  border: solid 1px #fff;
  display: inline;
  padding: 5px 14px;
  ;
}
.carousel.slide a {
  color: #fff;
  text-decoration: none;
}
/*CARROUSEL MAIN*/
.carrousel-main .carrousel-main-item img {
  position: absolute;
  left: 50%;
  height: 100% !important;
  width: auto !important;
  top: 0;
  margin-left: -320px;
  z-index: 1;
}
.carrousel-fastnews .owl-item {} .widget-fastnews-title {
  color: #F30E16;
  font-weight: 900;
}
.widget-fastnews .owl-controls {
  display: none;
}
.slide-custom00 {
  padding-left: 0;
  padding-right: 0;
}
.section-fastnews {
  position: absolute;
  z-index: 2;
  width: 94%;
}
.widget-fastnews a {
  color: #fff;
}
.carrousel-main-item {
  position: relative;
  height: 361px;
  overflow: hidden;
  /*background-color: #565656*/
}
.carrousel-main-item a {
  color: #fff;
}
.carrousel-main-item h2 {
  font-size: 30px;
  margin-top: 11px;
}
.carrousel-main-caption {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
  color: #fff;
}
.carrousel-main-caption .tag a {
  display: inline;
  margin-right: 7px;
  margin-left: 7px;
  color: #ccc;
}
.carrousel-main-caption .tag a:first-child {
  margin-left: 0;
}
.thumb-img p {
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 10px;
  left: 17px;
  width: auto;
  display: block;
  right: 10px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 120%;
}
.thumb-custom01 {
  margin-bottom: 20px;
  margin-top: 0;
}
.news2importants {} a.thumb-img {
  position: relative;
  display: block;
}
.title-box {
  display: inline-block;
  border-radius: 0;
  width: auto;
  padding: 5px 15px;
  background-color: #fff;
  border: solid 1px #444;
}
.category-news .title-box {
  width: 50%;
}
.title-block {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}
.news-lights a:hover, .news-lights a:active {
  color: #e41313;
  background-color: #f5f5f5;
  text-decoration: none;
}
.news-lights {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.news-lights a {
  color: #000;
  padding: 7px 12px;
  display: block;
  border-bottom: solid 1px #ccc;
  font-size: 17px;
}
a.link-more {
  color: #555;
  text-decoration: none;
  margin-right: 11px;
  font-weight: 600;
}
a.link-more:hover, a.link-more:active {
  color: #e41313;
}
.thumb h2,
.thumbMini h3 a {
  text-decoration: none;
  color: #444;
  line-height: 135%;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
.thumb a {
  color: #333;
  display: block;
}
.thumb h2 {
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 25px;
}
.thumbMini a {
  display: block;
  border-left-style: solid;
  border-left-width: 3px;
  padding-left: 11px;
  font-size: 21px;
  line-height: 120%;
}
h1 {
  color: #000;
}
body>header {
  position: relative;
  z-index: 5;
  background: #fff;
}
.box-border {
  border: solid 1px #ccc;
  margin-bottom: 20px;
}
.box-border .thumb {
  margin-bottom: 15px;
}
.box-border h1 {
  margin-top: 11px;
}
.box-border .thumb figure img {
  width: 100%;
}
.box-border .thumb a {
  display: block;
  width: 100%;
}
.add-vertical {
  text-align: center;
  margin-bottom: 20px;
}
.add-vertical img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.title-box2 {
  border-top: solid 2px #000;
  margin-bottom: 2px;
  padding: 5px 0;
  color: #fff
}
.bgcolorSocial1 {
  background-color: #395796
}
.bgcolorSocial2 {
  background-color: #106e99
}
.bgcolorSocial3 {
  background-color: #b04646
}
.box-social img {
  display: block;
  margin: 0 auto
}
.box-social {
  margin-bottom: 25px
}
.box-social-widget {
  border: solid 1px #ddd
}
footer {
  background-color: #212223;
  color: #fff;
  border-top: #626262;
  padding-top: 2px;
  line-height: 155%;
  font-weight: 400;
  padding-bottom: 50px
}
figure.footer-logo img {
  display: block;
  margin: 0 auto 15px;
}
footer .col-xs-6> strong {
  color: #d63c42;
}
footer p,
footer a {
  font-weight: 300;
  line-height: 170%;
  color: #fff;
}
span.footer-line {
  border-top: solid 1px #FFF;
  display: block;
  margin-bottom: 24px;
}
.nav-social {
  text-align: center;
  margin-bottom: 29px;
  padding-top: 10px;
}
.nav-footer {
  padding-left: 0;
  list-style: none;
}
.mobile-center {
  text-align: center;
  display: block;
}
.nav-footer a:hover {
  border-bottom: dashed 1px #D63C42;
  color: #D63C42;
}
footer .nav-social .icon {
  background: #fff;
  border-radius: 2px;
  font-size: 20px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 7px;
  text-align: center;
  color: #000;
}
footer .nav-social .sn-facebook:hover,
footer .nav-social .sn-facebook:active {
  background-color: #3b5998;
  color: #fff;
}
footer .nav-social .sn-twitter:hover,
footer .nav-social .sn-twitter:active {
  background-color: #00aced;
  color: #fff;
}
footer .nav-social .sn-pinterest:hover,
footer .nav-social .sn-pinterest:active {
  background-color: #cb2027;
  color: #fff;
}
footer .nav-social .sn-instagram:hover,
footer .nav-social .sn-instagram:active {
  background-color: #125688;
  color: #fff;
}
footer .nav-social .sn-linkedin:hover,
footer .nav-social .sn-linkedin:active {
  background-color: #007bb5;
  color: #fff;
}
footer .nav-social .sn-youtube:hover,
footer .nav-social .sn-youtube:active {
  background-color: #bb0000;
  color: #fff;
}
footer .nav-social .sn-flickr:hover,
footer .nav-social .sn-flickr:active {
  background-color: #ff0084;
  color: #fff;
}
.carrousel-news {
  padding-top: 10px;
}
.thumbMini h3 {
  margin-top: 0;
}
.category-smallnews {
  margin-bottom: 20px;
  padding-top: 25px;
}
.carrousel-main-caption .tag a:hover,
.carrousel-main-caption .tag a:active {
  text-decoration: underline;
  color: #fff;
  ;
}
.carrousel-main {
  margin-bottom: 15px;
}
.carrousel-main .owl-controls {
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 0;
  height: 37px;
}
.carrousel-main .owl-controls .owl-prev,
.carrousel-main .owl-controls .owl-next {
  color: #fff;
  font-size: 30px;
  width: 38px;
  text-align: center;
  height: 37px;
  margin: 0 0 !important;
}
.carrousel-main .owl-controls .owl-prev:hover,
.carrousel-main .owl-controls .owl-next:hover,
.carrousel-main .owl-controls .owl-prev:active,
.carrousel-main .owl-controls .owl-next:active  {
  background-color: rgba(222, 222, 222, 0.32)
}
.carrousel-news .owl-controls {
  position: absolute;
  right: 0;
  top: -37px;
  height: 28px;
}
.carrousel-news .owl-controls .owl-prev,
.carrousel-news .owl-controls .owl-next {
  color: #9C9C9C;
  font-size: 24px;
  background-color: #eaeaea;
  height: 26px;
  width: 40px;
  text-align: center;
  margin: 0 0 0 8px !important;
}
.carrousel-news01 .owl-controls,
.carrousel-news02 .owl-controls,
.carrousel-news03 .owl-controls{
  position: absolute;
  right: 0;
  top: -37px;
  height: 28px;
}
.carrousel-news01 .owl-controls .owl-prev,
.carrousel-news01 .owl-controls .owl-next,
.carrousel-news02 .owl-controls .owl-prev,
.carrousel-news02 .owl-controls .owl-next,
.carrousel-news03 .owl-controls .owl-prev,
.carrousel-news03 .owl-controls .owl-next{
  color: #9C9C9C;
  font-size: 24px;
  background-color: #eaeaea;
  height: 26px;
  width: 40px;
  text-align: center;
  margin: 0 0 0 8px !important;
}
.carrousel-news01 .owl-controls .owl-prev:hover,
.carrousel-news01 .owl-controls .owl-next:hover,
.carrousel-news01 .owl-controls .owl-prev:active,
.carrousel-news01 .owl-controls .owl-next:active{
  color: #fff;
  background-color: #1364B0}
.carrousel-news02 .owl-controls .owl-prev:hover,
.carrousel-news02 .owl-controls .owl-next:hover,
.carrousel-news02 .owl-controls .owl-prev:active,
.carrousel-news02 .owl-controls .owl-next:active{
  color: #fff;
  background-color:#13B07B}
.carrousel-news03 .owl-controls .owl-prev:hover,
.carrousel-news03 .owl-controls .owl-next:hover,
.carrousel-news03 .owl-controls .owl-prev:active,
.carrousel-news03 .owl-controls .owl-next:active{
  color: #fff;
  background-color:#B01339}
.thumb {
  background-color: #fff;
  overflow-x: hidden;
}
.thumb a:hover, .thumb a:active {
  color: #000;
    text-decoration: underline;
}
.thumb p {
  margin-bottom: 1px;
  font-size: 16px;
}
.thumb-date {
  margin-bottom: 12px;
  color: #999;
}
.thumb-img img {
  width: 100%;
}
.carrousel-news {
  margin-bottom: 25px;
}
.category-news {
  border-top: solid 1px #333;
}
.category-news h1 {
  margin-top: 0;
}
.title-box-color1,
.title-box-color2,
.title-box-color3{color: #fff;border: none;border-top: solid 2px #000}
.title-box-color1{background-color: #1364b0}
.title-box-color2{background-color: #13B07B}
.title-box-color3{background-color: #B01339}
.news01 a:hover, .news01 a:active {color: #1364B0}
.news02 a:hover, .news02 a:active {color: #13B07B}
.news03 a:hover, .news03 a:active, .news03 a:active {color: #B01339}
.news01 .thumbMini h3 a {border-left-color: #1364B0}
.news02 .thumbMini h3 a {border-left-color: #13B07B}
.news03 .thumbMini h3 a {border-left-color: #B01339}
.carrousel-main .owl-controls .owl-prev,
.carrousel-main .owl-controls .owl-next{
  background-color: rgba(0, 0, 0, 0.75)
}
.with-line {
  border-bottom: solid 1px #bfbfbf;
  height: 17px;
  margin-bottom: 23px;
  margin-top: 5px;
}
#slide-nav .navbar-form .btn:focus {
  background-color: red;
  color: #fff;;
}
.navbar-form .form-control{
  border: none;
  outline: none;
  box-shadow: none;}
.navbar-form .form-control:focus {
  outline: none;
  border-color: red;
}
.header-social .icon {
  color: #000;
  font-size: 23px;
  background: #f5f5f5;
  width: 36px;
  display: block;
  float: left;
  margin-right: 6px;
  text-align: center;
  padding-top: 4px;
  height: 33px;
  border-radius: 2px;;
}
.header-social .sn-facebook:hover, .header-social .sn-facebook:active {
  background-color: #3b5998;
  color: #fff;
}
.header-social .sn-twitter:hover, .header-social .sn-twitter:active {
  background-color: #00aced;
  color: #fff;
}
.header-social .sn-pinterest:hover, .header-social .sn-pinterest:active {
  background-color: #cb2027;
  color: #fff;
}
.header-social .sn-instagram:hover, .header-social .sn-instagram:active {
  background-color: #125688;
  color: #fff;
}
.header-social .sn-linkedin:hover, .header-social .sn-linkedin:active {
  background-color: #007bb5;
  color: #fff;
}
.header-social .sn-youtube:hover, .header-social .sn-youtube:active {
  background-color: #bb0000;
  color: #fff;
}
.header-social .sn-flickr:hover, .header-social .sn-flickr:active {
  background-color: #ff0084;
  color: #fff;
}
.inBlock {
  text-align: right;
}
.news01 h1 a:hover, .news01 h1 a:active {
  color: #fff;
}
.news02 h1 a:hover, .news02 h1 a:active {
  color: #fff;
}
.news03 h1 a:hover, .news03 h1 a:active {
  color: #fff;
}
.page-content .section-fastnews {
  display: none;
}
/*PAGE NOTICIAS*/
.content-thumb .thumb img {
width: 100%;
}
.content-thumb .thumb {
  width: 100%;
  margin-bottom: 25px;
}
.content-thumb .thumb-info{
width: 92%;
margin-left: auto;
margin-right: auto;
max-width: 300px;
border-bottom: solid 1px #E8E8E8;
padding-bottom: 10px;
}
.content-thumb .thumb-info h2 a:hover,
.content-thumb .thumb-info h2 a:active {
  color: #F92328;
}
.header-page h1 {
font-size: 26px;
background-color: #fff;
padding-left: 15px;
padding-right: 15px;
display: inline;
}
.header-page hgroup {
  border-bottom: solid 1px #ccc;
  display: block;
  margin-bottom: 34px;
  height: 19px;
}
.header-page {
  padding-top: 15px;
}
.content-thumb .thumb h2 a {
  font-weight: 500;
  /*font-size: 20px;*/
  margin-bottom: 6px;
}
p.extracto {
  font-size: 22px;
  font-weight: 300;
}
.page-information h1 {
  font-size: 34px;
}
.page-information h1,
.page-information h2,
.page-information h3,
.page-information h4,
.page-information h5,
.page-information h6{
 font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
line-height: 100%;
}
.page-information h1{font-size:36px}
.page-information h2{font-size:33px}
.page-information h3{font-size:30px}
.page-information h4{font-size:28px}
.page-information h5{font-size:26px}
.page-information h6{font-size:22px}
.page-information a {
  color: #4C74EA;
}
.page-information a:hover,
.page-information a:active{text-decoration: underline}
.mapsite-list>strong {
border-bottom: solid 3px #666;
width: 100%;
display: block;
padding-bottom: 7px;
margin-bottom: 20px;
}
.mapsite-list ul {
list-style: none;
padding-left: 0;
}
.mapsite-list ul li a {
font-weight: 300;
font-size: 19px;
line-height: 165%;
color: #444
}
.mapsite-list ul li a:hover,
.mapsite-list ul li a:active {
color: #2487F5;
} 
/*SINGLE*/
.single header h1 {
font-size: 33px;
margin-bottom: 5px;
line-height: 115%;
text-align: left;
}
.single header p {
color: #555;
font-weight: 700;
margin-bottom: 0;
}
.single header p:last-child {
margin-bottom: 11px;
}
section.single > figure {
margin-bottom: 20px;
}
.tags {
border-top: solid 1px #ddd;
border-bottom: solid 1px #ddd;
margin-bottom: 25px;
padding-top: 12px;
padding-bottom: 12px;
}
.single>figure>img {
width: 100%;
}
.single-social ul li a {;
padding: 7px 0;
border-bottom: solid 1px #ddd;
display: block;
font-size: 12.5px;
padding-top: 15px;
line-height: 100%;
font-weight: 700;
color: #333;
height: 39px;
}
.single-social ul li a:before {
float: left;
display: block;
width: 27px;
height: 25px;
font-size: 20px;
color: #333;
padding-top: 0;
text-align: center;
margin-top: -5px;
}
.single-social {
padding-top: 8px;
}
.single-social>strong {
margin-bottom: 5px;
border-bottom: solid 1px #ccc;
display: block;
padding-bottom: 7px;
color: #555;
}
.single-social ul li:first-child a:hover, .single-social ul li:first-child a:hover:before {color:#3b5998}
.single-social ul li:nth-child(2) a:hover, .single-social ul li:nth-child(2) a:hover:before {color:#00aced}
.single-social ul li:nth-child(3) a:hover, .single-social ul li:nth-child(3) a:hover:before {color:#007bb5}
.single-social ul li:nth-child(4) a:hover, .single-social ul li:nth-child(4) a:hover:before {color:#FFBE00}
.single-social ul li:first-child a:active, .single-social ul li:first-child a:active:before {color:#3b5998}
.single-social ul li:nth-child(2) a:active, .single-social ul li:nth-child(2) a:active:before {color:#00aced}
.single-social ul li:nth-child(3) a:active, .single-social ul li:nth-child(3) a:active:before {color:#007bb5}
.single-social ul li:nth-child(4) a:active, .single-social ul li:nth-child(4) a:active:before {color:#FFBE00}
.content-thumb .thumb-taller img {
  width: 100%;
}
.content-thumb .thumb-taller img {
width: 100%;
}
.content-thumb .thumb-taller .thumb-info {
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: solid 1px #E8E8E8;
  padding-bottom: 10px;
  max-width: inherit;
  position: relative;
  margin-bottom: 15px;
}
.content-thumb .thumb-taller .thumb-info h2 {
display: block;
position: relative;
margin-top: 0;
margin-bottom: 11px;
}
.thumb-taller a.btn-more {
display: block;
background: #E7C657;
text-align: center;
color: #fff;
padding: 7px 0;
border-radius: 2px;
}
.content-thumb .thumb-taller .thumb-info p {
padding-left: 5px;
padding-right: 5px;
}
.content-thumb .thumb-taller .thumb-info h2 a {
  display: block;
  position: relative;
}
.content-thumb .thumb-taller .thumb-info h2 a:hover span,
.content-thumb .thumb-taller .thumb-info h2 a:active span {
color:#FFF676;
background:rgba(35, 35, 35, 0.64);;
}
.content-thumb .thumb-taller .thumb-info h2 span {
  display: inline-block;
  position: absolute;
  left: 16px;
  bottom: 11px;
  color: #fff;
  width: 92%;
  padding: 7px 15px 6px;
  font-size: 21px;
  border-bottom: solid 1px #fff;
}
/*TALLERES SINGLE*/
.single-taller header {
margin-bottom: 20px;
position: relative;
}
.single-taller header hgroup {
 position: relative;
 color: #333;
 padding: 0;
}
.single-taller header h1 {
  color: #333;
  margin: 0 0 11px;
}
.single-taller header figure {
}
.talleres-back {
  height: 28px;
  margin-bottom: 9px;
}
ul.pager.text-right {
  text-align: right;
  float: right;
  margin: 0;
}
.talleres-back>a {
  float: left;
}
.talleres-back a span {
  position: absolute;
}
.talleres-back-arrow-left{
  padding-left: 25px
}
.talleres-back-arrow-right{
  padding-right: 25px
}
.talleres-back a span.sn-left-open {
  left: 0;
  top: 5px;
}
.talleres-back a span.sn-right-open {
  right: 0;
  top: 4px;
}
.single-taller a.talleres-back-arrow-left {
  padding-right: 5px;
}
.single-taller a.talleres-back-arrow-right {
  padding-left: 5px;
}
.single-taller .talleres-back-arrow a {
  position: relative;
  display: block;
  padding-left: 18px;
  padding-right: 18px;
  float: left;
}
.single-taller a.talleres-back-arrow-left {
  padding-right: 5px;
}
.single p.extracto {
  font-size: 20px;
}
.single-taller .talleres-back a {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  line-height: 125%;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: -0.3px;
  color: #333;
  display: block;
  padding-left: 22px;
  padding-top: 3px;
  margin-bottom: 2px;
  height: 25px;
  position: relative;
}
.single-taller figure img {
  width: 100%;
}
.single, .single p {
  text-align: justify;
  line-height: 175%;
  font-weight: 300;
  font-size: 18px;
}
section h1, .title-block, h2, h3 a, .datos-title {
  font-family: 'Oswald', sans-serif;
  font-size: 19px;
  line-height: 125%;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: -0.3px;
}
.datos-title {
  border-top: solid 2px #333;
  border-bottom: solid 1px #333;
  padding: 7px 0;
  margin-bottom: 12px;
}
.figure-salient {
  margin-bottom: 15px;
}
.single-taller .talleres-back a:hover, .single-taller .talleres-back a:active {
  color: red;
}
form.form-suscribirse .form-control {
  width: 92%;
}
.carrousel-main-text-bg, .thumb-custom01-shadow{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 *//* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);/* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9)));/* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);/* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);/* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);/* IE10 preview */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.9) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );/* IE6-8 */
}
.carrousel-main-text-bg {
  height: 210px;
  width: 100%;
}
.thumb-custom01-shadow{
  height: 170px;
  width: 100%;
}
section.single img {
  max-width: 100%;
  height: auto;
}
.box-social-widget{
  overflow-x: hidden;
}
.box-social-widget iframe {
  width: 100% !important;
}
.box-social-widget iframe img,
.box-social-widget iframe html body img {
  max-width: 100% !important;
}
/*AUTOR*/
.box-autor{
  padding: 11px 0;
  border: solid 1px #E4E4E4;
  border-left: 0;
  border-right: 0;
}
.box-autor figure img{
  background: #FBE38A;
  border: none;
  outline: none;
  width: 120px;
  height: 120px; 
}
.box-autor figure{
  float: left;
}
.box-autor-text{
  margin-left: 139px;
}
.box-autor-text h2{
  margin: 0;
  font-size: 25px;
}
.box-autor-text a h2{
  color: #FFCF3B;
}
.box-autor{
  border: solid 1px #E4E4E4;
  padding: 16px 0;
  border-left: 0;
  border-right: 0;
}
.autor-social .icon {
  color: #000;
  font-size: 13px;
  background: #f5f5f5;
  width: 102px;
  display: block;
  float: left;
  margin-right: 6px;
  text-align: center;
  height: 27px;
  border-radius: 2px;
  margin-bottom: 5px;;
}
.autor-social .sn-facebook:hover, .autor-social .sn-facebook:active {
  background-color: #3b5998;
  color: #fff;
}
.autor-social .sn-twitter:hover, .autor-social .sn-twitter:active {
  background-color: #00aced;
  color: #fff;
}
.autor-social .sn-pinterest:hover, .autor-social .sn-pinterest:active {
  background-color: #cb2027;
  color: #fff;
}
.autor-social .sn-instagram:hover, .autor-social .sn-instagram:active {
  background-color: #125688;
  color: #fff;
}
.autor-social .sn-linkedin:hover, .autor-social .sn-linkedin:active {
  background-color: #007bb5;
  color: #fff;
}
.autor-social .sn-youtube:hover, .autor-social .sn-youtube:active {
  background-color: #bb0000;
  color: #fff;
}
.autor-social .sn-google-plus:hover, .autor-social .sn-google-plus:active {
  background-color: #bb0000;
  color: #fff;
}
.autor-social .sn-flickr:hover, .autor-social .sn-flickr:active {
  background-color: #ff0084;
  color: #fff;
}
.autor-social .icon::before {
  font-size: 13px;
  margin-right: 6px;
  line-height: 27px;
  margin-top: 0;
}
p.autor-social {
  height: 35px;
  display: block;
}
.autor-social .icon span {
  display: inline-block;
  line-height: 0;
  width: auto;
}
/*RESULTADOS*/
.result a {
    color: #0F64AF;
    font-size: 23px;
    display: block;
    text-decoration: none;
    border-bottom: solid 1px #FFFFFF;
    line-height: 122%;
    font-weight: 600; 
}
.result span {
    font-weight: 500;
}
.result .result-resume {
    color: #9A9A9A;
}
.result {
    margin-bottom: 12px;
    border-bottom: solid 1px rgb(228, 228, 228);
    padding-bottom: 9px;
}
.result a:hover {
  text-decoration: underline;
}
.result-link{display: none}
.result-resume{display: none;
}
.result p.result-data {font-size: 14px;color: #D4D4D4;display: block;}
.result p {
  margin-bottom: 0;
  color: #555;
}
span.result-category {
  color: #08AF08;
  margin-right: 6px;
  font-weight: 600;
}
span.result-date {
  color: #ABB6E2;
  margin-left: 7px;
}
.result a:hover {
  color: #238EEC;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 5px 10px;
  border-radius: 2px;
  margin-right: 3px;
}
.wp-pagenavi span.current {
  background-color: #000;
  color: #FFED00 !important;
}
.wp-pagenavi {
  border-top: solid 1px #ddd;
  padding-top: 18px;
}
/*RESULTADOS - PAGINATION*/
.wp-pagenavi a, .wp-pagenavi span {
  padding: 5px 10px;
  border-radius: 7px;
  margin-right: 3px;
  display: inline-block;
}
.wp-pagenavi span.current {
  background-color: #212223;
  color: #EC4047 !important;
}
.wp-pagenavi {
  border-top: solid 1px #ddd;
  padding-top: 18px;
}
.wp-pagenavi .pages {
  width: 125px;
  display: inline-block;
}
/*POST AUTOR*/
.autor-header h1 {
  font-size: 32px;
  background-color: #EFEFEF;
  padding: 7px;
  padding-left: 14px;
  margin-top: 0;
  margin-bottom: 19px;
}