.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #333 0%, #141414 100%);
  background-image:      -o-linear-gradient(top, #333 0%, #141414 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#141414));
  background-image:         linear-gradient(to bottom, #333 0%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff141414', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #0f0f0f;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #141414;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #141414;
  border-color: #0f0f0f;
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #141414;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: transparent;
}
.navbar-default {
  position: static;
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
@media (min-width: 768px) {
  .navbar-default {
    position: fixed;
  }
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
.jumbotron {
  background-color: black;
}
a {
  color: #b0adda;
  text-decoration: none;
}
a:hover {
  color: #7d78c2;
  text-decoration: none;
}
body,
html {
  height: 100%;
}
#fondo {
  position: fixed;
  z-index: -1000;
  width: 100%;
  height: 100%;
}
.fondo-iac {
  background-color: #eaeaea;
}
.fondo-socios {
  background-color: #eaeaea;
}
.fondo-noticias {
  background-color: #eaeaea;
}
.fondo-observatorio {
  background-color: #eaeaea;
}
.btn {
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:focus {
  padding: 6px 12px;
}
.btn-default {
  color: white;
  text-shadow: none;
  background-color: #333;
}
.btn-default:hover {
  color: white;
  background-color: black;
}
.btn-default:focus {
  color: white;
}
.btn-normal {
  color: white;
  text-shadow: none;
  background-color: #333;
}
.btn-normal:hover {
  color: white;
  background-color: black;
}
*:focus,
*:hover {
  text-decoration: none !important;
  outline: none !important;
}
.navbar {
  z-index: 300;
}
.navbar,
.dropdown-menu,
a.dropdown-toggle.open,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  background-image: none;
          filter: none;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;

  -webkit-filter: none;
}
.dropdown-menu,
.navbar-collapse {
  background-color: white;
  border: none;
}
.boton {
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.boton-cuadrado {
  width: 32px;
  text-align: center;
  background: white;
  border-radius: 2px;
}
.boton-cuadrado .icono {
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  color: #555;
  text-align: center;
}
.boton-cuadrado:hover {
  background: #b0adda;
}
.boton-cuadrado:hover .icono {
  color: white;
}
.boton-cuadrado:active {
  padding: 0;
  background-color: #222;
}
.boton-rojo:hover {
  background-color: #d9534f;
}
.boton-rojo:active {
  background-color: #222;
}
.sin-padding {
  padding: 0 !important;
}
.redes {
  margin-top: 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  padding: 0;
}
ul ul ul,
ol ul ul,
ul ol ul,
ol ol ul,
ul ul ol,
ol ul ol,
ul ol ol,
ol ol ol {
  padding: 0;
}
label.check {
  display: block;
  color: #b3b3b3;
  cursor: pointer;
}
label.check input {
  position: absolute;
  left: -9999px;
}
label.check .icono-check {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #a2a2a2;
  border-radius: 10px;
}
label.check .icono-check .punto {
  position: relative;
  top: 4px;
  width: 12px;
  height: 12px;
  margin: auto;
  background-color: #eee;
  border-radius: 6px;
}
label.check.c_on {
  color: #555;
}
label.check.c_on .icono-check {
  background-color: #b0adda;
}
label.check.c_on .icono-check .punto {
  background-color: #d2e493;
}
label.check:hover {
  color: #333;
}
.paginacion {
  padding: 15px 50px 5px 50px;
  margin: 0 -200px;
  text-align: center;
  background-color: #eaeaea;
}
.paginacion .pagination {
  margin: 0;
  border-radius: 0;
}
.pagination {
  font-size: 16px;
}
.pagination li.active,
.pagination li:focus {
  float: left;
  padding: 6px 12px;
  margin-right: 10px;
  color: white;
  background-color: #333 !important;
  border-radius: 3px;
}
.pagination li.active:hover,
.pagination li:focus:hover {
  background-color: #333 !important;
}
.pagination li a {
  margin-right: 10px;
  color: #333;
  border: none;
  border-radius: 3px;
}
.pagination li a:hover {
  color: white;
  background-color: #b0adda;
}
.pagination li:first-child a,
.pagination li:last-child a {
  margin-right: 0;
  font-size: 20px;
  background-color: transparent;
}
.pagination li:first-child a:hover,
.pagination li:last-child a:hover {
  color: #b0adda;
}
.pagination li:nth-last-child(2) a {
  margin-right: 0;
}
.pagination li.disabled {
  display: none;
}
button {
  padding: 0;
}
button:focus {
  padding: 0;
}
.icono-enlace {
  display: block;
  padding: 15px;
  color: white;
  background-color: #333;
}
.icono-enlace h3 {
  margin-top: 0;
  font-size: 12px;
  color: #b3b3b3;
  text-transform: uppercase;
}
.icono-enlace span {
  font-size: 48px;
}
.icono-enlace:hover,
.icono-enlace:focus {
  color: #ff9800;
  background-color: #222;
}
.icono-enlace:hover h3,
.icono-enlace:focus h3 {
  color: #ff9800;
}
@media (min-width: 768px) {
  .icono-enlace {
    padding: 0 15px 0 0;
    background-color: transparent;
  }
  .icono-enlace h3 {
    color: #808080;
  }
  .icono-enlace:hover,
  .icono-enlace:focus {
    color: #ff9800;
    background-color: transparent;
  }
  .icono-enlace:hover h3,
  .icono-enlace:focus h3 {
    color: black;
  }
}
input,
.form-control,
textarea {
  margin-bottom: 15px;
  color: #b3b3b3;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input:focus,
.form-control:focus,
textarea:focus {
  color: white;
  background-color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.formulario-allo {
  padding: 15px;
  background-color: #dfc956;
}
.formulario-allo legend {
  border: none;
}
.form-error {
  color: #e70303;
}
input:focus::-webkit-input-placeholder {
  color: white;
}
/* Firefox < 19 */
input:focus:-moz-placeholder {
  color: white;
}
/* Firefox > 19 */
input:focus::-moz-placeholder {
  color: white;
}
/* Internet Explorer 10 */
input:focus:-ms-input-placeholder {
  color: white;
}
.ariadna-h3,
.ariadna-h4 {
  display: block;
  margin: 10px 0 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ariadna-h3 span,
.ariadna-h4 span {
  display: inline-block;
  padding: .2em .4em;
  color: white;
  background-color: #555;
  border-radius: 2px;
}
.ariadna-h3 a,
.ariadna-h4 a {
  display: inline-block;
  padding: .2em .4em;
  color: white;
  background-color: #b0adda;
  border-radius: 2px;
}
.ariadna-h3 a:hover,
.ariadna-h4 a:hover {
  background-color: #333;
}
.ariadna-h3 {
  font-size: 10px;
}
.ariadna-h4 {
  font-size: 14px !important;
}
.alert {
  margin: 20px 0;
  background-color: white;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.alert h1 {
  font-weight: normal;
  color: #b3b3b3;
}
body.mantenimiento .fondo-iac {
  margin: 0;
}
body.mantenimiento .alert {
  padding: 100px;
  margin: 0;
  text-align: center;
}
body.mantenimiento .alert .nombre {
  display: block;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: 'Homenaje', sans-serif;
  font-size: 24px;
  color: #555;
}
body.mantenimiento .alert .icon-logo-60 {
  display: block;
  font-size: 60px;
  color: #555;
}
body.mantenimiento .alert p {
  color: #b3b3b3;
}
.como-unirse {
  padding: 0 15px;
}
.loader {
  padding: 0 60px;
}
.lateral {
  position: fixed;
  top: 0;
  z-index: 320;
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #eee;
}
.lateral .boton-lateral {
  display: inline-block;
  padding: 13px;
  cursor: pointer;
  -moz-user-select: none;
  background-color: transparent;
  border: none;
}
.lateral .boton-lateral .luto-lateral {
  display: none;
}
.lateral .boton-lateral #txt-idioma {
  position: relative;
  top: -3px;
  font-family: 'Homenaje', sans-serif;
  font-size: 1.4em;
  color: #555;
}
.lateral .boton-lateral .icn-lateral {
  font-size: 24px;
  color: #555;
}
.lateral .boton-lateral:hover .luto-lateral {
  background-color: black;
}
.lateral .boton-lateral:hover #txt-idioma {
  color: black;
}
.lateral .boton-lateral:hover .icn-lateral {
  font-size: 24px;
  color: black;
}
@media (min-width: 768px) {
  .lateral {
    right: 0;
    width: 50px;
    height: 100%;
    padding-top: 30px;
    padding-left: 10px;
    text-align: left;
    background-color: white;
  }
  .lateral .boton-lateral {
    display: block;
    width: 32px;
    height: 50px;
    padding: 0;
    margin-bottom: 20px;
  }
  .lateral .boton-lateral .luto-lateral {
    position: relative;
    top: -10px;
    display: block;
    width: 10px;
    height: 5px;
    content: "";
    background-color: #555;
    border-radius: 2px;
  }
}
.overlay-slidedown {
  margin-top: 50px;
}
.overlay-slidedown .marco {
  display: block;
  height: 100%;
  padding: 20px;
  padding-top: 200px;
  text-align: center;
  border: 10px solid white;
}
.overlay-slidedown .marco .overlay-close {
  position: absolute;
  top: 80px;
  right: 50px;
  font-size: 48px;
  color: white;
  background-color: transparent;
  border: none;
}
.overlay-slidedown .marco .overlay-close:hover {
  color: #333;
}
@media (min-width: 768px) {
  .overlay-slidedown {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    margin-top: 0;
  }
  .overlay-slidedown .marco {
    padding: 50px;
    padding-top: 200px;
  }
  .overlay-slidedown .marco .overlay-close {
    top: 40px;
  }
}
@media (min-width: 992px) {
  .overlay-slidedown {
    padding-top: 75px;
    padding-right: 50px;
    padding-bottom: 75px;
  }
  .overlay-slidedown .marco {
    padding: 75px;
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .overlay-slidedown {
    padding-top: 100px;
    padding-right: 50px;
    padding-bottom: 100px;
  }
  .overlay-slidedown .marco {
    padding: 100px;
    padding-top: 200px;
  }
}
.marco .form-group {
  float: none;
  margin-bottom: .5em;
  font-size: 1.5em;
  text-align: center;
}
.marco input,
.marco textarea {
  height: 3.3em;
  padding: 1em;
  margin-bottom: 2em;
  font-size: 20px;
}
.marco label,
.marco legend {
  display: none;
}
.marco textarea {
  width: 100%;
  min-height: 200px;
  border-radius: 4px;
}
.overlay1 {
  background-color: #eaeaea;
}
.overlay1 input {
  text-align: center;
}
.overlay2 {
  background-color: #eaeaea;
}
.overlay2 .social-cont .icon-social {
  font-size: 48px;
  cursor: pointer;
}
.overlay2 .social-cont .icon-social:hover {
  color: #222;
}
.overlay2 .social-cont p {
  margin: 2em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1em;
  color: white;
  letter-spacing: .01em;
}
.overlay3 {
  background-color: #eaeaea;
}
.overlay3 .area-privada input {
  text-align: center;
}
.overlay4 {
  background-color: #eaeaea;
}
.overlay4 label,
.overlay4 legend {
  display: none;
}
.overlay4 h2 {
  margin-bottom: 30px;
}
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:active {
  color: black;
}
.navbar-principal {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: white;
}
.navbar-principal .navbar-toggle {
  border: none;
  border-radius: 0;
}
.navbar-principal .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-principal .navbar-toggle:hover .icon-bar {
  background-color: #333;
}
.navbar-principal .navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 4px;
}
.navbar-principal .navbar-brand {
  position: relative;
  top: 0;
  height: 90px;
  padding: 10 0;
  margin: 0;
  margin-left: 20px;
}
.navbar-principal .navbar-brand:hover .mombre-iac,
.navbar-principal .navbar-brand:hover .icon-logo-60 {
  color: black;
}
.navbar-principal .navbar-brand .icon-logo-60 {
  font-size: 60px;
  color: #555;
}
.navbar-principal .navbar-brand .mombre-iac {
  display: inline-block;
  max-width: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: 'Homenaje', sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #555;
  text-shadow: none;
  text-transform: uppercase;
}
.navbar-principal .navbar-collapse {
  font-size: 1.3em;
}
.navbar-principal .navbar-collapse li a {
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .navbar-principal {
    padding-top: 30px;
    margin-right: 50px;
    margin-bottom: 0;
  }
  .navbar-principal .navbar-brand {
    top: -10px;
    height: 50px;
    padding: 0;
  }
  .navbar-principal .navbar-collapse {
    background-color: transparent;
  }
  .navbar-principal .navbar-collapse .nav {
    float: right;
  }
  .navbar-principal .navbar-collapse .nav .menu-menu::before {
    position: relative;
    top: -10px;
    display: block;
    width: 10px;
    height: 5px;
    content: "";
    background-color: #555;
    border-radius: 2px;
  }
  .navbar-principal .navbar-collapse .nav > li {
    margin-right: 10px;
    margin-left: 10px;
  }
  .navbar-principal .navbar-collapse .nav > li.menu-iac {
    margin-right: 20px;
  }
  .navbar-principal .navbar-collapse .nav > li.menu-soci {
    max-width: 60px;
    margin-right: 100px;
  }
  .navbar-principal .navbar-collapse .nav > li.menu-docu {
    max-width: 90px;
  }
  .navbar-principal .navbar-collapse .nav > li.dropdown.open {
    position: static;
  }
  .navbar-principal .navbar-collapse .nav > li.dropdown.open .dropdown-menu {
    right: 0;
    left: 0;
    display: table;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: left;
  }
  .navbar-principal .navbar-collapse .nav > li.dropdown.open .dropdown-menu li {
    padding: .2em 0;
  }
  .navbar-principal .navbar-collapse .nav > li.dropdown.open .dropdown-menu li:first-child::before {
    position: relative;
    top: -10px;
    display: block;
    width: 10px;
    height: 5px;
    content: "";
    background-color: #555;
    border-radius: 2px;
  }
  .navbar-principal .navbar-collapse .nav > li.dropdown.open .dropdown-menu li a {
    color: #b3b3b3;
  }
  .navbar-principal .navbar-collapse .nav > li.dropdown.open .dropdown-menu li a:hover {
    color: black;
  }
  .navbar-principal .navbar-collapse .nav > li a {
    padding: 0;
    font-size: 12px;
    line-height: 1em;
    color: #555;
  }
  .navbar-principal .navbar-collapse .nav > li a:hover {
    color: black;
  }
}
@media (min-width: 992px) {
  .navbar-principal .navbar-collapse .nav > li {
    margin-right: 13px;
    margin-left: 13px;
  }
  .navbar-principal .navbar-collapse .nav > li.menu-iac {
    margin-right: 30px;
  }
  .navbar-principal .navbar-collapse .nav > li.menu-soci {
    max-width: 55px;
  }
  .navbar-principal .navbar-collapse .nav > li.menu-docu {
    max-width: 120px;
  }
  .navbar-principal .navbar-collapse .nav > li.dropdown.open {
    position: static;
  }
  .navbar-principal .navbar-collapse .nav > li.dropdown.open .dropdown-menu {
    padding-top: 2em;
  }
  .navbar-principal .navbar-collapse .nav > li.dropdown.open .dropdown-menu li:first-child::before {
    position: relative;
    top: -10px;
    display: block;
    width: 10px;
    height: 5px;
    content: "";
    background-color: #555;
    border-radius: 2px;
  }
  .navbar-principal .navbar-collapse .nav > li.dropdown.open .dropdown-menu li a {
    color: #b3b3b3;
  }
  .navbar-principal .navbar-collapse .nav > li.dropdown.open .dropdown-menu li a:hover {
    color: black;
  }
  .navbar-principal .navbar-collapse .nav > li a {
    font-size: 15px;
  }
}
.navbar-lateral .navbar-header {
  text-align: right;
}
.navbar-lateral .navbar-header .epigrafe {
  margin-right: 10px;
  font-size: 18px;
  line-height: 53px;
  color: #b3b3b3;
  text-transform: uppercase;
}
.navbar-lateral .navbar-header .icon-bar {
  width: 30px;
  height: 4px;
  background-color: #b3b3b3;
}
.navbar-lateral .navbar-header .navbar-toggle {
  border: none;
}
.navbar-lateral .navbar-header .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-lateral .navbar-header .navbar-toggle:hover .icon-bar {
  background-color: #333;
}
.navbar-lateral #navbar-lateral {
  background-color: transparent;
}
.navbar-lateral #navbar-lateral li {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-lateral {
    position: static;
  }
  .navbar-lateral .epigrafe {
    display: none;
  }
  .navbar-lateral #navbar-lateral ul {
    float: none;
  }
  .navbar-lateral #navbar-lateral ul li {
    float: none;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.menu-lateral {
  margin-top: 20px;
}
.menu-lateral ul {
  padding: 0;
}
.menu-lateral ul li {
  margin-bottom: 10px;
  list-style-type: none;
  border-radius: 3px;
}
.menu-lateral ul li.activo span {
  display: inline-block;
  padding: 5px 10px;
  color: white;
  background-color: #555;
  border-radius: 3px;
}
.menu-lateral ul li a {
  display: inline-block;
  padding: 5px 10px;
  background-color: white;
  border-radius: 3px;
}
.menu-lateral ul li a:hover {
  color: white;
  background-color: #b0adda !important;
}
@media (min-width: 768px) {
  .menu-lateral li a {
    display: inline-block;
    border-radius: 3px;
  }
}
.container-principal {
  padding-right: 0;
  padding-left: 0;
}
.col-izquierda {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 50px;
}
.col-centro {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-derecha {
  min-height: 1px;
}
@media (min-width: 768px) {
  .container-principal,
  .container-alert {
    margin-top: 100px;
  }
  .col-izquierda,
  .col-izquierda-b {
    position: fixed;
    width: 30%;
    margin-bottom: 0;
  }
  .col-centro,
  .col-centro-b {
    float: left;
    width: 50%;
    margin-left: 30%;
  }
  .col-derecha,
  .col-derecha-b {
    float: left;
    width: 20%;
    padding: 15px 50px 15px 15px;
  }
  .row-static .col-izquierda {
    position: static;
    float: left;
  }
  .row-static .col-centro {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-izquierda {
    width: 25%;
  }
  .col-centro {
    width: 45%;
    margin-left: 25%;
  }
  .col-derecha {
    width: 20%;
  }
}
.col-izquierda-b {
  padding: 0 0 50px 15px;
  background-color: #d7faf4;
}
.col-centro-b {
  padding-top: 35px;
  background-color: white;
}
@media (min-width: 768px) {
  .col-izquierda-b {
    width: 100%;
    min-height: 200px;
    padding: 15px 0;
  }
  .col-izquierda-b > * {
    max-width: 30%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-centro-b {
    position: absolute;
    padding: 0 0 50px 0;
    margin-top: 40px;
    margin-bottom: 100px;
  }
  .col-centro-b > *:first-child {
    padding-top: 50px;
  }
  .col-centro-b article {
    padding: 0;
    margin-bottom: 50px;
  }
  .col-derecha-b {
    position: fixed;
    margin-left: 80%;
  }
}
@media (min-width: 1200px) {
  .col-izquierda-b > * {
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-centro-b {
    width: 45%;
    margin-left: 25%;
  }
  .col-derecha-b {
    margin-left: 70%;
  }
}
h1 {
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
  color: #555;
}
h2 {
  font-size: 24px;
}
h2:first-child {
  margin-top: 0;
}
h3 {
  font-size: 20px;
}
.entradilla p {
  padding-bottom: 10px;
  font-size: 20px;
}
blockquote {
  font-style: italic;
  color: #337ab7;
  border: none;
}
.metadato {
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
}
.col-centro h1 {
  margin-bottom: 2em;
}
.pie-de-foto {
  padding: 3px 5px;
  margin: 5px 0 1em 0;
  font-size: 12px;
  color: #b3b3b3;
  background-color: white;
  border-radius: 2px;
}
.cont-imagen {
  margin-bottom: 1em;
}
.cont-imagen img {
  border-radius: 2px;
}
.col-izquierda-b legend,
.col-izquierda-b h1,
.col-izquierda-b h4 {
  margin: 20px 0 0 0;
  font-size: 20px;
  font-weight: normal;
  color: #555;
  border: none;
}
.row-documento .col-centro-b p,
.row-documento .col-centro-b h1,
.row-documento .col-centro-b h2,
.row-documento .col-centro-b h3,
.row-documento .col-centro-b h4,
.row-documento .col-centro-b blockquote,
.row-documento .col-centro-b ul,
.row-documento .col-centro-b ol {
  margin-right: 15px;
  margin-left: 15px;
}
.comment-metadata {
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .row-documento .col-centro-b p,
  .row-documento .col-centro-b h1,
  .row-documento .col-centro-b h2,
  .row-documento .col-centro-b h3,
  .row-documento .col-centro-b h4,
  .row-documento .col-centro-b blockquote,
  .row-documento .col-centro-b ul,
  .row-documento .col-centro-b ol {
    margin-right: 20px;
    margin-left: 20px;
  }
  .comment-metadata {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .row-documento .col-centro-b p,
  .row-documento .col-centro-b h1,
  .row-documento .col-centro-b h2,
  .row-documento .col-centro-b h3,
  .row-documento .col-centro-b h4,
  .row-documento .col-centro-b blockquote,
  .row-documento .col-centro-b ul,
  .row-documento .col-centro-b ol {
    margin-right: 30px;
    margin-left: 30px;
  }
  .comment-metadata {
    margin-right: 30px;
    margin-left: 30px;
  }
}
.comments {
  padding-top: 15px;
  background-color: #eee;
}
.comments h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.comments ol {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.comments ol li article {
  padding: 0;
  margin-bottom: 20px;
}
.comments ol li article footer {
  padding: 3px 0;
  font-size: 10px;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #b3b3b3;
}
.comments ol li article footer a {
  margin-right: 0 !important;
  color: #7d78c2;
}
.comments ol li article footer .fn {
  color: #333;
}
.respond {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dfc956;
}
.respond h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.epigrafe-listado {
  padding-left: 50px;
  margin-bottom: 14px;
}
.lista-enlaces {
  padding: 0;
}
.lista-enlaces .vcard {
  display: block;
  padding: 0 50px 5px 50px;
  margin-bottom: 5px;
  list-style-type: none;
  border-bottom: 1px solid #eee;
}
.lista-enlaces .vcard:last-child {
  border-bottom: none;
}
.lista-enlaces .vcard p {
  margin: 0;
}
.lista-enlaces .vcard p.title {
  display: inline;
  font-size: 18px;
  font-weight: bold;
}
.lista-enlaces .vcard .fn {
  display: inline;
}
.lista-enlaces .vcard .fn .given-name,
.lista-enlaces .vcard .fn .family-name,
.lista-enlaces .vcard .fn .ocupacion {
  font-size: 18px;
}
.lista-enlaces .vcard .fn .ocupacion {
  margin-left: 5px;
  font-style: italic;
  color: #b3b3b3;
}
.lista-enlaces .vcard a {
  padding: 0 10px;
  border-right: 1px solid #b3b3b3;
}
.lista-enlaces .vcard a:first-child {
  padding-left: 0;
}
.lista-enlaces .vcard a:last-child {
  padding-right: 0;
  border-right: none;
}
.lista-enlaces .vcard .org {
  display: inline-block;
  width: 70%;
  font-size: 18px;
}
.lista-enlaces .vcard .enlace-logo img {
  max-width: 90px;
  max-height: 90px;
}
.lista-enlaces .vcard .enlace-logo:hover img {
          filter: grayscale(100%);

  -webkit-filter: grayscale(100%);
}
.row-grupos-de-trabajo .lista-enlaces {
  color: inherit;
}
.row-grupos-de-trabajo .lista-enlaces .vcard {
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.row-grupos-de-trabajo .lista-enlaces .vcard p.title {
  font-size: 14px;
}
.row-grupos-de-trabajo .lista-enlaces .vcard .fn {
  display: inline;
}
.row-grupos-de-trabajo .lista-enlaces .vcard .fn .given-name,
.row-grupos-de-trabajo .lista-enlaces .vcard .fn .family-name,
.row-grupos-de-trabajo .lista-enlaces .vcard .fn .ocupacion {
  font-size: 14px;
}
.docs {
  padding-left: 0;
  list-style-type: none;
}
.docs .doc {
  margin-bottom: 50px;
}
.docs .doc h1,
.docs .doc .descripcion {
  margin-right: 15px;
  margin-left: 15px;
}
.adjuntos {
  padding: 15px 50px;
  margin: 20px 0 !important;
  background-color: #555;
}
.adjuntos a {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  color: white;
}
.adjuntos a:hover {
  color: #b0adda;
}
@media (min-width: 768px) {
  .docs .doc h1,
  .docs .doc .descripcion {
    margin-right: 50px;
    margin-left: 50px;
  }
  .docs .doc .adjuntos {
    padding: 15px 50px;
  }
}
.invest-enlaces {
  padding: 0;
  list-style-type: none;
}
.invest-enlaces a {
  display: block;
  padding: 15px;
  font-size: 16px;
  color: #555;
  border-bottom: 4px solid #eaeaea;
}
.invest-enlaces a .ocupacion {
  margin: 0;
  font-size: 14px;
  color: #b3b3b3;
}
.invest-enlaces a:hover {
  color: white;
  background-color: #b0adda;
}
.invest-enlaces a:hover .ocupacion {
  color: #555;
}
.invest-enlaces span {
  display: block;
  padding: 15px;
  font-size: 16px;
  color: #555;
  border-bottom: 4px solid #eaeaea;
}
.leer {
  display: inline-block;
  padding: 2px 6px 2px 6px;
  margin-top: 10px;
  font-size: 12px;
  color: #b3b3b3;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #eaeaea;
  border-radius: 3px;
}
.leer:hover {
  color: white;
  background-color: #b0adda;
}
.noticia-portada,
.noticia-individual,
.resultado {
  padding-bottom: 25px;
}
.noticia-portada > *,
.noticia-individual > *,
.resultado > * {
  margin-right: 50px;
  margin-left: 50px;
}
.noticia-portada .metadato,
.noticia-individual .metadato,
.resultado .metadato {
  margin-bottom: .3em;
  font-size: 11px;
  color: #b3b3b3;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.noticia-portada .metadato a,
.noticia-individual .metadato a,
.resultado .metadato a {
  font-weight: bold;
  color: #b0adda;
}
.noticia-portada .metadato a:hover,
.noticia-individual .metadato a:hover,
.resultado .metadato a:hover {
  color: #222;
}
.noticia-portada {
  margin-bottom: 2em;
}
.noticia-portada h1 {
  margin-bottom: .5em;
}
.perfil-cont {
  padding-bottom: 15px;
  margin: 0;
}
.perfil-cont .boton-cuadrado {
  vertical-align: top;
}
.perfil-cont .boton-cuadrado .icon-no-16 {
  font-size: 16px;
}
.perfil-cont .row {
  margin-right: 0;
  margin-left: 0;
}
.perfil-cont .row-declaracion {
  padding-top: 15px;
}
.perfil-cont .row-declaracion .col-izquierda .cabecera {
  display: inline-block;
  max-width: 70%;
}
.perfil-cont .row-declaracion .col-izquierda .cabecera h1 {
  margin: 0;
}
.perfil-cont .row-declaracion .col-izquierda .cabecera h2 {
  margin: 0 0 20px 0;
  font-size: 16px;
}
.perfil-cont .row-declaracion .col-izquierda .cabecera .icono-perfil {
  font-size: 64px;
  color: white;
}
.perfil-cont .row-declaracion .col-izquierda .btn-normal {
  display: block;
  margin: 10px 0;
}
.perfil-cont .row-declaracion .col-izquierda .boton-cuadrado {
  display: inline-block;
  margin-left: 15px;
}
.perfil-cont .row-declaracion .col-centro {
  float: left;
  margin-left: 0;
}
.perfil-cont .row-declaracion .col-centro p {
  font-size: 18px;
}
.perfil-cont .row-enlace {
  margin: 5px 0;
  font-size: 14px;
  background-color: white;
}
.perfil-cont .row-enlace.principal {
  background-color: #333;
}
.perfil-cont .row-enlace a {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #b3b3b3;
}
.perfil-cont .row-enlace a .enlace {
  padding: 0 15px;
  text-transform: uppercase;
}
.perfil-cont .row-enlace a:hover {
  color: white;
  background-color: #b0adda;
}
.perfil-cont .row-enlace a .botonera {
  float: right;
  margin-right: 50px;
}
.perfil-cont .row.editando {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dfc956;
}
.perfil-cont .row.editando .col-izquierda h1 {
  margin-bottom: 15px;
  color: white;
}
.perfil-cont .row.editando .col-izquierda .icon-perfil-32 {
  font-size: 64px;
  color: white;
}
.perfil-cont .row.editando .col-centro {
  margin-left: 0;
}
.perfil-cont .row.editando .col-centro p {
  font-size: 16px;
  color: white;
}
.perfil-cont .row.editando .col-centro form {
  margin-bottom: 20px;
}
.perfil-cont .row.editando .col-centro form label {
  color: white;
}
.perfil-cont .row.editando .col-centro form .btn-default {
  background-color: #333;
}
.perfil-cont .row.editando .col-centro form .btn-default:hover {
  background-color: black;
}
.perfil-cont .row-texto {
  padding-top: 15px;
  margin: 5px 0;
  background-color: white;
}
.perfil-cont .row-texto .col-centro {
  float: left;
}
.perfil-cont .row-texto .col-centro h2 {
  font-size: 24px;
}
.perfil-cont .row-texto .col-centro p {
  font-size: 16px;
}
.perfil-cont .row-imagen {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 5px 0;
  background-color: white;
}
.perfil-cont .row-imagen .col-izquierda h2 {
  font-size: 16px;
  font-weight: bold;
}
.perfil-cont .row-imagen .col-izquierda p {
  font-size: 14px;
}
.perfil-cont .row-imagen .col-centro {
  float: left;
  margin-left: 0;
}
@media (min-width: 768px) {
  .perfil-cont .row-enlace a .enlace {
    display: inline-block;
    width: 50%;
    margin-left: 30%;
  }
  .perfil-cont .row-enlace a .botonera {
    margin-right: 65px;
  }
}
@media (min-width: 1200px) {
  .perfil-cont .row-enlace a .enlace {
    width: 45%;
    margin-left: 25%;
  }
}
h2.editando {
  font-size: 24px;
  color: white;
}
h2.editando .icon-edit-24 {
  margin-right: 15px;
  font-size: 24px;
}
.row-editando {
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background-color: #dfc956;
}
.row-editando .icono-perfil {
  font-size: 64px;
}
.row-editando .col-izquierda h1 {
  margin-bottom: 15px;
  color: white;
}
.row-editando .col-centro {
  margin-left: 0;
}
.row-editando .col-centro p {
  color: white;
}
.row-edit {
  color: white;
  background-color: #dfc956;
}
.row-edit h3 {
  font-size: 14px;
  text-transform: uppercase;
}
.row-edit .nav-pills {
  margin-bottom: 20px;
}
.row-edit .nav-pills li a {
  color: white;
  background-color: #333;
  border-radius: 2px;
}
.row-edit .nav-pills li a:hover {
  background-color: black;
}
.row-edit .nav-pills li.active a {
  color: #333;
  background-color: white;
}
.row-edit form {
  margin-bottom: 20px;
  border: none;
}
.row-edit form label {
  color: white;
}
.row-edit form #titulo-texto {
  margin-bottom: 15px;
}
.row-edit form .btn-default {
  background-color: #333;
}
.row-edit form .btn-default:hover {
  background-color: black;
}
.pre-edicion .col-centro {
  width: 70%;
}
.pre-edicion .col-derecha {
  float: right;
  width: auto;
  padding: 0;
  margin-right: 50px;
}
@media (min-width: 768px) {
  .pre-edicion .col-centro {
    width: 50%;
  }
  .pre-edicion .col-derecha {
    margin-right: 65px;
  }
}
#subir-imagen {
  margin-bottom: 15px;
}
.cke {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  [class*="row-home-"] {
    margin-right: 50px;
    margin-left: 0;
  }
}
.row-home-iac {
  margin-top: 20px;
  color: #eee;
  background-color: #333;
}
.row-home-iac .que-es {
  padding-top: 15px;
  padding-bottom: 15px;
}
.row-home-iac .que-es p {
  font-size: 12px;
  color: white;
}
.row-home-iac .noticia {
  height: 100%;
  padding: 15px;
}
.row-home-iac .noticia h1 {
  font-size: 20px;
  font-weight: normal;
  color: #b3b3b3;
}
.row-home-iac .noticia p {
  font-size: 12px;
  color: #b3b3b3;
}
.row-home-editorial {
  margin-top: 0;
  background-color: #d7faf4;
}
.row-home-editorial .container .editorial {
  display: table;
  height: 300px;
  padding: 0 30px 0 15px;
}
.row-home-editorial .container .editorial .ariadna {
  position: absolute;
  background-color: #eaeaea;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.row-home-editorial .container .editorial .ariadna a {
  display: block;
  padding: 3px 7px;
  font-size: 12px;
  color: #555;
  letter-spacing: 1px;
}
.row-home-editorial .container .editorial .ariadna:hover {
  background-color: #b0adda;
}
.row-home-editorial .container .editorial .ariadna:hover a {
  color: white;
}
.row-home-editorial .container .editorial article {
  display: table-cell;
  padding-top: 40px;
  vertical-align: middle;
}
.row-home-editorial .container .editorial article h1 {
  font-size: 20px;
  font-weight: normal;
}
.row-home-editorial .container .editorial article p {
  font-size: 12px;
}
.row-home-editorial .container .carousel-inner {
  height: 300px;
}
.row-home-editorial .container .carousel-inner .item {
  height: 300px;
}
.row-home-editorial .container .carousel-inner .item figure {
  height: 300px;
}
.row-home-editorial .container .carousel-inner .item figure img {
  max-height: 300px;
}
.row-home-editorial .container .carousel-inner .item figure:hover figcaption {
  height: 300px;
}
@media (min-width: 768px) {
  .row-home-editorial .container .editorial {
    height: 300px;
  }
  .row-home-editorial .container .carousel-inner {
    height: 300px;
  }
  .row-home-editorial .container .carousel-inner .item {
    height: 300px;
  }
  .row-home-editorial .container .carousel-inner .item figure {
    height: 300px;
  }
  .row-home-editorial .container .carousel-inner .item figure img {
    max-height: 300px;
  }
  .row-home-editorial .container .carousel-inner .item figure:hover figcaption {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .row-home-editorial .container .editorial {
    height: 400px;
  }
  .row-home-editorial .container .carousel-inner {
    height: 400px;
  }
  .row-home-editorial .container .carousel-inner .item {
    height: 400px;
  }
  .row-home-editorial .container .carousel-inner .item figure {
    height: 400px;
  }
  .row-home-editorial .container .carousel-inner .item figure img {
    max-height: 400px;
  }
  .row-home-editorial .container .carousel-inner .item figure:hover figcaption {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .row-home-editorial .container .carousel-inner {
    height: 500px;
  }
  .row-home-editorial .container .carousel-inner .item {
    height: 500px;
  }
  .row-home-editorial .container .carousel-inner .item figure {
    height: 500px;
  }
  .row-home-editorial .container .carousel-inner .item figure img {
    max-height: 500px;
  }
  .row-home-editorial .container .carousel-inner .item figure:hover figcaption {
    height: 500px;
  }
  .row-home-editorial .editorial {
    height: 500px;
  }
}
.row-home-editorial section {
  padding: 0;
}
.row-home-editorial section .carousel .carousel-inner {
  background-color: #eaeaea;
}
.row-home-editorial section .carousel .carousel-inner .item figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
}
.row-home-editorial section .carousel .carousel-control {
  top: auto;
  bottom: -30px;
  text-shadow: none;
  background-image: none;
  opacity: 1;
}
.row-home-editorial section .carousel .carousel-control:hover {
  color: #333;
}
.row-home-editorial section .carousel .carousel-control.left {
  padding-left: 15px;
  text-align: left;
}
.row-home-editorial section .carousel .carousel-control.right {
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  [class*="row-home-"] {
    margin-right: 50px;
    margin-left: 0;
  }
  .row-home-iac .container {
    padding-right: 50px !important;
  }
  .row-home-iac .container .que-es {
    padding-left: 0;
  }
  .row-home-editorial {
    margin-top: 20px;
  }
  .row-home-editorial .container {
    padding: 0;
    padding-right: 50px !important;
  }
  .row-home-noticias .container {
    padding-right: 50px !important;
  }
  .row-home-socios .container {
    padding-right: 50px !important;
  }
}
.efecto-fade figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  color: white;
  background-color: #333;
}
.efecto-fade figcaption dl {
  margin: 15px;
}
.efecto-fade figcaption dl dt {
  float: left;
  clear: left;
}
.efecto-fade figcaption dl dt:after {
  content: ":";
}
.efecto-fade figcaption dl dd {
  margin: 0 0 5px 30%;
  color: #b3b3b3;
}
.efecto-fade a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.efecto-fade:hover figcaption {
  height: 300px;
  -webkit-transition: height .35s;
       -o-transition: height .35s;
          transition: height .35s;
}
@media (min-width: 768px) {
  .efecto-fade:hover figcaption {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .efecto-fade:hover figcaption {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .efecto-fade:hover figcaption {
    height: 400px;
  }
}
.row-home-noticias {
  margin-top: 40px;
  background-color: white;
}
.row-home-noticias .container {
  padding: 0;
}
.row-home-noticias .container .item {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 2s;
       -o-transition: opacity 2s;
          transition: opacity 2s;
}
.row-home-noticias .container .item.active {
  opacity: 1;
}
.row-home-noticias .container .item a {
  display: block;
}
.row-home-noticias .container .item a:last-child h1 {
  padding-bottom: 50px;
}
.row-home-noticias .container .item a article h1 {
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
}
.row-home-noticias .container .item a:hover {
  background-color: #b0adda;
}
.row-home-noticias .container .item a:hover h1 {
  color: white;
}
.row-home-noticias .carousel {
  width: 100%;
}
.row-home-noticias .carousel-control {
  top: auto;
  bottom: 0;
  color: #eaeaea;
  text-shadow: none;
  background-image: none;
  opacity: 1;
}
.row-home-noticias .carousel-control:hover {
  color: #333;
}
.row-home-noticias .carousel-control.left {
  padding-left: 15px;
  text-align: left;
}
.row-home-noticias .carousel-control.right {
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .row-home-noticias .container .item a {
    display: inline-block;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
  }
  .row-home-noticias .container .item a:last-child h1 {
    padding-bottom: 30px;
  }
  .row-home-noticias .container .item a article h1 {
    padding-bottom: 30px;
  }
}
.row-home-socios {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: white;
}
.row-home-socios .container a {
  display: block;
  padding-top: 15px;
}
.row-home-socios .container a h1 {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #555;
}
.row-home-socios .container a:hover {
  background-color: #b0adda;
}
.row-home-socios .container a:hover h1 {
  color: white;
}
@media (min-width: 768px) {
  .row-home-socios {
    margin-bottom: 40px;
    overflow: hidden;
  }
  .row-home-socios .container {
    padding: 0;
  }
  .row-home-socios .container a {
    display: inline-block;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
  }
  .row-home-socios .container a h1 {
    padding-bottom: 5px;
  }
}
.faldon-logotipos {
  padding: 30px 30px 100px 30px;
  background-color: #b3b3b3;
}
.faldon-logotipos .centrar {
  text-align: center;
}
.faldon-logotipos .centrar .logo {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: #eee;
  border-radius: 4px;
}
.faldon-logotipos .centrar .logo .tabla {
  display: table;
}
.faldon-logotipos .centrar .logo .tabla a {
  display: table-cell;
  width: 120px;
  height: 120px;
  padding: 10px;
  vertical-align: middle;
  border-radius: 4px;
}
.faldon-logotipos .centrar .logo .tabla a img {
  max-width: 100px;
  max-height: 100px;
          filter: grayscale(100%);

  -webkit-filter: grayscale(100%);
}
.faldon-logotipos .centrar .logo .tabla a:hover {
  background-color: white;
}
.faldon-logotipos .centrar .logo .tabla a:hover img {
          filter: grayscale(0%);

  -webkit-filter: grayscale(0%);
}
.faldon-logotipos .centrar .ministerio {
  display: block;
  width: 70%;
  margin: 20px auto;
  font-size: 14px;
  color: #eee;
  text-shadow: 0 1px 0 #333;
}
.faldon-logotipos .centrar .logo-ministerio {
  width: 200px;
  height: 42px;
  margin: 0 auto;
  background-image: url("/img-contenido/Logotipo_del_Ministerio_de_Educacion_Cultura_y_Deporte copia_PEQ.png");
}
@media (min-width: 768px) {
  .faldon-logotipos {
    padding: 30px 100px 100px 100px;
  }
  .faldon-logotipos .ministerio {
    width: 60% !important;
  }
}
@media (min-width: 992px) {
  .faldon-logotipos .ministerio {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .faldon-logotipos .ministerio {
    width: 30% !important;
  }
}
.row-grupo-territorial .menu-lateral,
.row-grupos-territoriales .menu-lateral {
  display: none;
}
@media (min-width: 768px) {
  .row-grupo-territorial .menu-lateral,
  .row-grupos-territoriales .menu-lateral {
    display: block;
  }
}
.row-grupo-territorial .col-centro-b article,
.row-grupos-territoriales .col-centro-b article {
  margin-right: 50px;
  margin-left: 50px;
}
.informes {
  padding: 20px 0;
  color: white;
  background-color: #333;
}
.informes .lista-oscura {
  padding: 0;
  margin-bottom: 20px;
}
.informes .lista-oscura li {
  list-style-type: none;
}
.informes .lista-oscura li a {
  display: block;
  padding: 5px 50px;
}
.informes .lista-oscura li a:hover {
  color: white;
  background-color: #b0adda;
}
/*# sourceMappingURL=bootstrap-theme.css.map */
