/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Oswald);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #353e3e;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00858C;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #003c40;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f4f6f6;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #748787;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #748787;
}
.text-primary {
  color: #00858C;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #005559;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #00858C;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #005559;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f4f6f6;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 10000px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #748787;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #f4f6f6;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #748787;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f4f6f6;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1260px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #748787;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #353e3e;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #556363;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #556363;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #fff;
  opacity: 0.8;
  font-style: italic;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f4f6f6;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #708383;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #00858C;
  border-color: #006d73;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #005559;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #005559;
  border-color: #003335;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #005559;
  border-color: #003335;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #003335;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00858C;
  border-color: #006d73;
}
.btn-primary .badge {
  color: #00858C;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #00858C;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #003c40;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #748787;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #353e3e;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #293030;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #00858C;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #748787;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #748787;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 10000px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f4f6f6;
}
.nav > li.disabled > a {
  color: #748787;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #748787;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f4f6f6;
  border-color: #00858C;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f4f6f6 #f4f6f6 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #556363;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00858C;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 10000px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 10000px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 10000px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 10000px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 10000px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 10000px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 10000px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 10000px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 9999px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 10000px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 9999px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 10000px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 10000px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 10000px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #526668;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #526668;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555;
}
@media (max-width: 9999px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9dabab;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9dabab;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9dabab;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #00858C;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #00858C;
}
@media (max-width: 9999px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9dabab;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #00858C;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9dabab;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9dabab;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #748787;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #00858C;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #003c40;
  background-color: #f4f6f6;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #00858C;
  border-color: #00858C;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #748787;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/* TABLE OF CONTENT
 * ================================================
 * 1.  RESET
 * 2.  COMMON ELEMENTS
 * 3.  BASE LAYOUT
 * 4.  HEADER
 * 5.  NAVIGATION MENU
 * 6.  MAIN CONTENT
 * 7.  SIDEBAR
 * 8.  FOOTER
 * 9.  MEDIA QUERIES
 **/
.jta-tweet-list-item {
  border: none !important;
  border-bottom: 1px solid #eee !important;
  border-radius: 0px !important;
}
/* 1. RESET
 * ================================================ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
body {
  background: #fff;
  font-size: 14px;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 2. COMMON ELEMENTS
 * ================================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: 'Roboto-Medium', Helvetica, sans-serif, 'Roboto Condensed', sans-serif;
  color: #018391;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 1em;
}
h1 {
  font-size: 24px;
}
h2,
h3 {
  color: #555;
}
h2 {
  font-size: 20px;
  color: #555;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
a {
  -moz-transition: background-color 0.2s linear 0s;
}
ul,
ol {
  margin: 0 0 1.5em 2.5em;
}
ul {
  list-style: square;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.5em;
}
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
big {
  font-size: 120%;
}
cite,
em,
i {
  font-style: italic;
}
cite {
  border: none;
}
blockquote {
  margin: 7px 35px 7px 45px;
  font-style: italic;
  background: #f7f7f7;
  padding: 10px;
}
blockquote p {
  margin: 0px;
  padding: 0px;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
pre {
  background: rgba(0, 0, 0, 0.05);
  font: 87.5% "Courier 10 Pitch", Courier, monospace;
  line-height: normal;
  margin-bottom: 1.5em;
  padding: 0.75em 1.5em;
}
code,
kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 62.5%;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
textarea {
  padding-left: 3px;
  width: 98%;
}
address {
  display: block;
  margin: 0 0 1.625em;
}
table {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  width: 100%;
  text-align: left;
}
th {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.6em;
}
td {
  /* Modificado por: Miguel*/
  border-top: 0px solid #ddd;
  padding: 6px 10px 6px 0;
}
p {
  margin-bottom: 15px;
}
img {
  max-width: 100%;
  height: auto;
}
/*-- WordPress common classes*/
.clear {
  clear: both;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.25em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.25em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignnone {
  display: inline;
  float: left;
  margin-right: 1.25em;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.25em;
}
p img,
.wp-caption {
  margin-top: 0.4em;
}
.wp-caption {
  margin-bottom: 1.25em;
  max-width: 96%;
  text-align: center;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  color: #666;
  font-family: Georgia, serif;
  font-size: 12px;
}
.gallery {
  margin-bottom: 15px !important;
}
.gallery dl {
  margin: 0;
}
.gallery img {
  border: none !important;
}
/* 3. BASE
 * ================================================ */
#header_blog {
  width: 948px;
  height: 132px;
  float: left;
  background: url("../images/cabecera_new.jpg") no-repeat;
}
#header_blog * {
  display: none;
}
.logo a {
  float: left;
}
a.cont_logo_intef {
  margin-left: 12px;
}
#logo_min {
  height: 60px;
  width: 250px;
  float: left;
  background: url("../images/logo-me.jpg") no-repeat;
}
#logo_intef {
  height: 60px;
  width: 270px;
  float: left;
  background: url("http://cedec.intef.es/wp-content/uploads/2018/12/marca_intef_2.png") no-repeat;
}
.featured-img {
  height: 160px;
  overflow: hidden;
  margin-bottom: 1em;
  border-bottom: 2px solid #1EAA89;
}
.featured-img img {
  margin-top: -70px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}
.wide-content {
  width: 100% !important;
}
/* 4. HEADER
* ================================================ */
/* 5. NAVIGATION MENU
* ================================================ */
#nav {
  clear: both;
}
#nav select {
  display: none;
  z-index: 3000;
  position: relative;
  padding: 6px;
  font-size: 18px;
  border: 0px solid #ccc;
  height: 34px;
  color: #555555;
  font-family: inherit;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ddd;
}
#nav ul {
  z-index: 99;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
#nav ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
#nav ul li a {
  display: block;
  float: left;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}
#nav ul.sub-menu {
  display: none;
  position: absolute;
  top: 30px;
  width: 190px;
  left: 10px;
  z-index: 9999;
  background: #ffffff !important;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
#nav ul.sub-menu a {
  display: block !important;
  width: 160px;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #efefef;
}
#nav ul li ul li ul {
  margin: -30px 0 0 180px;
}
#nav .sf-sub-indicator {
  display: none;
}
#nav ul.sub-menu li.current-menu-item a,
#nav ul.sub-menu li.current-page-ancestor a,
#nav ul.sub-menu li.current-menu-ancestor a {
  color: #4581B9 !important;
}
/* 6. MAIN CONTENT
 * ================================================ */
/*-- Slider --*/
#slider {
  margin-bottom: 20px;
}
#slider .lof-slidecontent {
  width: 712px;
  height: 300px;
}
#slider .attachment-slider-image {
  width: 712px;
  height: 300px;
}
#slider .main-slider-content {
  width: 712px;
  height: 300px;
}
#slider .lof-slidecontent {
  position: relative;
  overflow: hidden;
  border: 1px solid #F4F4F4;
}
#slider .lof-slidecontent .preload {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  background: #ffffff;
}
#slider .lof-slidecontent .preload div {
  height: 100%;
  width: 100%;
  background: transparent url("../images/s-load-indicator.gif") no-repeat scroll 50% 50%;
}
#slider .lof-slidecontent .sliders-wrapper {
  position: relative;
  height: 100%;
  width: 900px;
  z-index: 3px;
  overflow: hidden;
}
#slider .lof-slidecontent ul.sliders-wrap-inner {
  background: transparent url("../images/s-load-indicator.gif") no-repeat scroll 50% 50%;
  padding: 0px;
  margin: 0;
  position: absolute;
  overflow: hidden;
}
#slider .lof-slidecontent ul.sliders-wrap-inner li {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  float: left;
  position: relative;
}
#slider .lof-slidecontent .lof-opacity li {
  position: absolute;
  top: 0;
  left: 0;
  float: inherit;
}
#slider .lof-slidecontent .navigator-content {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url("../images/s-tr-bg.png") repeat;
  padding: 5px 0px;
}
#slider .lof-slidecontent .navigator-wrapper {
  position: relative;
  z-index: 10;
  height: 180px;
  width: 310px;
  overflow: hidden;
  color: #FFF;
  float: left;
}
#slider .lof-slidecontent ul.navigator-wrap-inner {
  top: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}
#slider .lof-slidecontent ul.navigator-wrap-inner li {
  cursor: hand;
  cursor: pointer;
  list-style: none;
  padding: 0;
  margin-left: 0px;
  overflow: hidden;
  float: left;
  display: block;
  text-align: center;
}
#slider ul.sliders-wrap-inner li img {
  padding: 0px;
}
#slider .lof-main-item-desc {
  z-index: 100px;
  position: absolute;
  bottom: 70px;
  left: 0px;
  width: 350px;
  background: url("../images/s-bg-trans.png");
  height: 100px;
  padding: 10px;
  color: #cccccc;
}
#slider .lof-main-item-desc h3 a {
  /**	color: #e8e8e8; */
  color: #ffffff;
}
#slider .lof-main-item-desc .date {
  font-size: 12px;
}
#slider .lof-slidecontent .attachment-small-thumb {
  width: 70px;
  height: 25px;
}
#slider .lof-slidecontent ul.navigator-wrap-inner li img {
  border: #666 solid 3px;
}
#slider .lof-slidecontent ul.navigator-wrap-inner li.active img,
#slider .lof-slidecontent ul.navigator-wrap-inner li:hover img {
  border: #A8A8A8 solid 3px;
  -moz-transition: border-color ease-in-out 0.4s;
}
#slider .lof-slidecontent .navigator-content .button-next,
#slider .lof-slidecontent .navigator-content .button-previous {
  display: block;
  width: 22px;
  height: 30px;
  color: #FFF;
  cursor: pointer;
}
#slider .lof-slidecontent .navigator-content .button-next {
  float: left;
  text-indent: -999px;
  margin-right: 5px;
  background: url("../images/s-arrow-r.png") no-repeat right center;
}
#slider .lof-slidecontent .navigator-content .button-previous {
  float: left;
  text-indent: -999px;
  margin-left: 5px;
  background: url("../images/s-arrow-l.png") no-repeat left center;
}
#slider .lof-slidecontent .button-control {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  cursor: hand;
  cursor: pointer;
  background: url("../images/s-tr-bg.png") repeat;
}
#slider .lof-slidecontent .button-control span {
  display: block;
  width: 100%;
  height: 100%;
}
#slider .lof-slidecontent .action-start span {
  background: url("../images/s-play.png") no-repeat center center;
}
#slider .lof-slidecontent .action-stop span {
  background: url("../images/s-pause.png") no-repeat center center;
}
/*-- Homepage carousel --*/
#carousel {
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 25px;
  background: url("../images/sep-bg.png") repeat-x center bottom;
}
#carousel .carousel-posts ul {
  overflow: hidden;
}
#carousel .title {
  overflow: hidden;
  margin-bottom: 10px;
}
#carousel .cat {
  display: inline-block;
  float: left;
}
#carousel .buttons {
  float: right;
  margin-right: 5px;
}
#carousel .prev {
  margin-right: 5px;
}
#carousel .prev,
#carousel .next {
  opacity: 0.5;
  width: 20px;
  height: 20px;
  float: left;
  cursor: pointer;
}
#carousel .prev:hover,
#carousel .next:hover {
  opacity: 0.7;
}
#carousel .carousel-posts li {
  width: 190px;
  list-style: none;
  margin: 0;
  margin-right: 26px;
  float: left;
}
#carousel .post-excerpt {
  max-height: 100px;
  overflow: hidden;
  line-height: 1.5;
}
#carousel .post-meta {
  color: #888888;
}
#carousel .post-meta .sep {
  margin: 0 5px;
}
#carousel .carousel-posts img {
  width: 190px;
  height: 130px;
}
/*-- Featured Categories --*/
#featured-categories {
  overflow: hidden;
}
#featured-categories .category {
  width: 300px;
  float: left;
  overflow: hidden;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  background: url("../images/sep-bg.png") repeat-x center bottom;
}
#featured-categories .right-side {
  margin-left: 30px;
}
#featured-categories .category .attachment-feat-thumb {
  width: 300px;
  height: 170px;
}
#featured-categories h3.cat-title {
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  z-index: 3;
}
#featured-categories h3.cat-title a {
  background: #999;
  color: #ddd;
  display: block;
  padding: 5px 12px;
  -moz-transition: 0.8s ease-in-out;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  background: rgba(0, 0, 0, 0.4);
}
#featured-categories h3.cat-title a:hover {
  background: rgba(0, 0, 0, 0.6);
}
#featured-categories .feat-post h3 {
  margin-bottom: 5px;
}
#featured-categories .more-posts .post {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
#featured-categories .more-posts .post .right {
  float: left;
  width: 240px;
}
#featured-categories .more-posts img {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  margin: 1px 10px 0px 0;
}
#featured-categories .more-posts .post-meta .sep {
  margin: 0 5px;
}
#posts-list .post {
  overflow: hidden;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#posts-list .post-image {
  margin-right: 20px;
  float: left;
}
#posts-list .post-image img {
  width: 150px;
}
#posts-list .post-meta .sep {
  margin: 0 5px;
}
#posts-list .post .exceprt p {
  margin-bottom: 7px;
}
#content .page-title {
  margin-bottom: 20px;
}
#content .post-meta {
  font-size: 12px;
  color: #888888;
  margin-bottom: 7px;
}
#content .archive-meta {
  background: #f7f7f7;
  padding: 8px 10px;
  margin-bottom: 20px;
}
#content .archive-meta p {
  margin-bottom: 5px;
}
#content .no-posts-notice {
  background: #f7f7f7;
  padding: 8px 10px;
  margin-bottom: 20px;
}
#content .post .sticky {
  font-size: 12px;
  background: #f2f2f2;
  padding: 4px 6px;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #eee;
}
#content .post,
#content .page {
  overflow: hidden;
  margin-bottom: 15px;
}
#content .post .post-entry {
  overflow: hidden;
}
#content .post-meta .sep {
  margin: 0 5px;
}
#content .post .author {
  overflow: hidden;
}
#content .post .author h3 {
  margin-bottom: 5px;
}
#content .post .author .avatar {
  float: left;
  width: 50px;
  margin-top: 5px;
}
#content .post .author .author-meta {
  margin-left: 60px;
}
#content .image-nav,
#content .post-nav {
  margin: 12px 0;
  overflow: auto;
}
#content .image-nav .previous,
#content .post-nav .previous {
  float: left;
  text-align: left;
  width: 50%;
}
#content .image-nav .next,
#content .post-nav .next {
  float: right;
  text-align: right;
  width: 50%;
}
#content .parent-post-link {
  margin: 10px 0;
  text-align: center;
}
#content .pagination {
  text-align: center;
  text-shadow: none;
}
#pagination {
  text-align: center;
}
.pagination {
  margin: 20px auto;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
#content .pagination .current {
  background: #f1f1f1;
}
#content .pagination .page-numbers {
  border: solid 1px #DEDEDE;
  display: block;
  float: left;
  margin-right: 3px;
  padding: 3px 8px;
  position: relative;
}
#content .post .widget {
  margin: 20px 0;
  padding-bottom: 20px;
  background: url("../images/sep-bg.png") repeat-x center bottom;
  overflow: hidden;
}
#content .post .widget li {
  border-bottom: none;
}
/*-- Post comments --*/
#comments h2 {
  margin: 15px 0;
}
#comments span.date-and-time a {
  display: block;
  font-size: 13px;
  color: #999;
  text-decoration: none;
  font-weight: normal;
  margin: 2px 0;
}
#comments p.comment-notes {
  font-size: 12px;
  color: #333333;
}
#comments ol.commentlist {
  margin: 0;
}
#comments ol.commentlist li div.comment-author {
  margin-top: 5px;
}
#comments ol.commentlist .comment-meta .comment-awaiting-moderation {
  color: red;
  font-style: italic;
}
#comments ol.commentlist .pingback {
  margin-bottom: 10px;
}
#comments ol.commentlist .pingback .title {
  font-size: 14px;
  font-weight: 700;
}
#comments ol.commentlist li div.vcard {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
#comments ol.commentlist li div.vcard span.edit-link a {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}
#comments ol.commentlist .comment-content p {
  margin-bottom: 10px;
}
#comments ol.commentlist li div.vcard cite.fn {
  font-style: normal;
}
#comments ol.commentlist li div.vcard img.avatar {
  float: left;
  margin-right: 10px;
}
#comments ol.commentlist li {
  list-style: none;
}
#comments ol.commentlist li div.reply {
  margin-bottom: 15px;
}
#comments ol.commentlist li ul.children {
  list-style: none;
  margin: 15px 0 0;
  text-indent: 0;
}
#comments ol.commentlist li ul.children li.depth-2 {
  margin: 0 0 30px 40px;
}
#comments ol.commentlist li ul.children li.depth-3 {
  margin: 0 0 30px 40px;
}
#comments ol.commentlist li ul.children li.depth-4 {
  margin: 0 0 30px 40px;
}
#comments ol.commentlist li ul.children li.depth-5 {
  margin: 0 0 30px 40px;
}
#respond p.comment-form-comment label {
  display: none;
}
#commentform p.comment-notes {
  color: #888;
}
#commentform p.form-allowed-tags {
  display: none;
}
#respond input[type="text"],
#respond input[type="password"] {
  width: 320px;
  height: 30px;
  line-height: 30px;
  padding: 0px 0px 0px 10px;
  margin-right: 12px;
  line-height: 20px;
  border: 1px solid #CFCFCF;
  color: #555555;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#respond textarea {
  height: 165px;
  padding: 10px;
  width: 90%;
  line-height: 20px;
  border: 1px solid #CFCFCF;
  color: #555555;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#respond #submit {
  -moz-transition: 0.8s ease-in-out;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  background: #41464b;
  border: 1px solid #41464b;
  border-radius: 3px 3px 3px 3px;
  color: #eeeeee;
  margin: 0 0 20px;
  padding: 5px 7px;
}
#respond #submit:hover {
  cursor: pointer;
  color: #fff;
  background: #292f33;
}
/* 7. SIDEBAR
 * ================================================ */
#sidebar h3 {
  margin-bottom: 10px;
}
#sidebar .widget {
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget:first-child {
  margin-top: 0px;
}
.widget:last-child {
  border-bottom: none;
}
.widget ul li {
  background: url("../images/arrow-sidebar.png") no-repeat left 9px;
  color: #444444;
  margin: 0;
  overflow: hidden;
  padding: 6px 15px;
}
.widget ul li:last-child {
  border-bottom: none;
}
/*-- subscriber counter widget --*/
#sidebar .widget_social_count ul {
  overflow: hidden;
}
#sidebar .widget_social_count a {
  color: #737373;
}
#sidebar .widget_social_count li {
  float: left;
  font-size: 23px;
  line-height: 13px;
  font-weight: bold;
  color: #666;
  padding-top: 9px;
  padding-left: 40px;
  border-bottom: none;
}
#sidebar .widget_social_count li .small {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: #999;
}
#sidebar .widget_social_count li .small a {
  color: #999;
}
#sidebar .widget_social_count .rss {
  background: url("../images/rss32.png") 0px 5px no-repeat;
  margin-right: 15px;
  width: 78px;
}
#sidebar .widget_social_count .twitter {
  background: url("../images/twitter32.png") 0px 5px no-repeat;
  width: 75px;
}
#sidebar .widget_ad125 ul {
  overflow: auto;
  margin-top: 10px;
  margin-left: 15px;
}
#sidebar .widget_ad125 li {
  float: left;
  margin-bottom: 5px;
  border-bottom: none;
  background: none;
  padding: 0;
}
#sidebar .widget_ad125 li a {
  display: block;
}
#sidebar .widget_ad125 li:first-child {
  float: left;
  margin-right: 10px;
}
#sidebar .widget_ad125 li:last-child {
  float: left;
  margin-left: 12px;
}
/*-- twitter widget --*/
.widget_tweets {
  height: 272px;
}
.widget_tweets .twtr-ft {
  display: none;
}
.twtr-tweet-text em {
  display: none !important;
}
/*-- search widget --*/
.searchfield {
  font-size: 13px;
  padding: 10px 28px 10px 6px;
  width: 240px;
  border: 1px solid #E7E7E7;
  font: inherit;
  color: #888;
  background: url("images/magnify.png") no-repeat 96% 50%;
}
/*-- Tags Widget --*/
.tagcloud {
  overflow: hidden;
  margin-top: 10px;
}
.tagcloud a {
  background: #F7F7F7;
  color: #494F56;
  display: block;
  float: left;
  font-size: 12px !important;
  line-height: 12px;
  margin-bottom: 8px;
  margin-right: 15px;
  padding: 8px 12px;
  text-decoration: none;
}
.tagcloud a:hover {
  background: #ececec;
}
/*-- Calendar Widget --*/
.widget_calendar h3.widgettitle {
  display: none;
}
.widget_calendar h4 {
  display: none;
}
.widget_calendar #wp-calendar caption {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.widget_calendar table#wp-calendar {
  width: 100%;
  border: none;
  margin-bottom: 0;
}
.widget_calendar thead > tr > th {
  width: 14%;
  height: 23px;
  text-align: center;
  background-color: #f7f7f7;
}
.widget_calendar td {
  width: 14%;
  height: 23px;
  text-align: center;
  border: none;
}
.widget_calendar tfoot > tr > td#prev {
  width: 58px;
  height: 20px;
  text-align: left;
}
.widget_calendar tfoot > tr > td#next {
  width: 58px;
  height: 20px;
  text-align: right;
}
.widget_social ul li {
  padding-left: 24px;
}
.widget_social ul li.facebook {
  background: url("../images/fb16.png") no-repeat left center;
}
.widget_social ul li.twitter {
  background: url("../images/twitter16.png") no-repeat left center;
}
.widget_social ul li.gplus {
  background: url("../images/gplus16.png") no-repeat left center;
}
.widget_social ul li.rss {
  background: url("../images/rss16.png") no-repeat left center;
}
.widget_social ul li.contact {
  background: url("../images/email16.png") no-repeat left center;
}
/* 8. FOOTER
 * ================================================ */
.footer {
  overflow: hidden;
}
.footer h4 {
  color: #555;
  margin-bottom: 10px;
}
.footer a {
  color: #999;
  font-weight: normal;
}
.footer a:hover {
  color: #1EAA89;
}
.footer .footer-widgets {
  padding: 15px;
  overflow: hidden;
}
/*--- footer widgets --*/
.footer .widget {
  float: left;
  width: 210px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.footer .widget ul li {
  color: #bbbbbb;
  border-bottom: 1px dotted #292f33;
}
/*--- tags widget  --*/
.footer .tagcloud a {
  background: #292F33;
  color: #878787;
}
/*--- calendar widget --*/
.footer .widget_calendar thead > tr > th {
  background: none;
  color: #bbbbbb;
}
/*--- twitter widget --*/
.footer .widget_tweets .twtr-tweet .twtr-tweet-text p {
  color: #bbbbbb !important;
}
.footer .widget_tweets .twtr-hd h3 {
  color: #bbbbbb !important;
}
.footer .widget_tweets .twtr-hd *,
.footer .widget_tweets .twtr-hd h4 a {
  color: #999 !important;
}
.footer .widget_tweets .twtr-tweet a:link,
.footer .widget_tweets .twtr-tweet a:visited,
.footer .widget_tweets .twtr-tweet a:hover {
  color: #999 !important;
}
.footer .widget_tweets .twtr-widget .twtr-tweet {
  border-bottom: 1px dotted #292F33 !important;
}
/*--- footer info --*/
.footer .footer-info {
  clear: both;
  margin-top: 0px;
  padding: 10px 15px;
  overflow: hidden;
  background: #3e4348;
  background: rgba(41, 47, 51, 0.2);
  background: none;
}
.footer .footer-info p {
  margin: 0;
  font-size: 11px;
  font-style: italic;
}
.footer .footer-info .credit {
  float: right;
}
.footer .footer-info .credit img {
  margin-bottom: -2px;
}
/* 9. MEDIA QUERIES
 * ================================================ */
@media screen and (min-width: 630px) and (max-width: 960px) {
  #logo_educalab {
    width: 160px;
    background-size: 100%;
    height: 40px;
  }
  #header_blog {
    width: 630px;
    height: 95px;
    background: url("../images/cabecera_new.jpg") no-repeat;
    background-size: 86%;
  }
  #logo_min {
    width: 140px;
    height: 40px;
    background: url("../images/logo-me.jpg") no-repeat;
    background-size: 99%;
  }
  #logo_intef {
    background-size: 29%;
  }
  #header .header-wrap {
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  #container {
    width: 630px;
  }
  /*-- header --*/
  #header .logo {
    float: none;
    margin-bottom: 10px;
  }
  #header .ad468 {
    display: none;
  }
  #nav {
    clear: both;
    float: left;
  }
  /*-- content --*/
  #content {
    width: 600px;
  }
  #slider .lof-slidecontent {
    width: 600px;
    height: 285px;
  }
  #slider .lof-slidecontent .slider-image {
    width: 600px;
    height: 285px;
  }
  #slider .main-slider-content {
    width: 600px;
    height: 285px;
  }
  #carousel .carousel-posts li {
    margin-right: 16px;
  }
  #featured-categories .category {
    width: 290px;
    float: left;
    position: relative;
    margin-bottom: 10px;
  }
  #featured-categories .right-side {
    margin-left: 20px;
  }
  #featured-categories .more-posts .right {
    width: 230px !important;
  }
  /*-- sidebar --*/
  #sidebar {
    width: 600px;
    float: left;
    margin-left: 0;
    margin-top: 20px;
  }
  #sidebar .widget {
    width: 280px;
    float: left;
    margin-right: 20px;
  }
  /*-- footer --*/
  .footer .widget {
    width: 190px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 460px) and (max-width: 629px) {
  #logo_educalab {
    width: 160px;
    background-size: 100%;
    height: 40px;
  }
  #header_blog {
    width: 430px;
    height: 95px;
    background: url("../images/cabecera_new.jpg") no-repeat;
    background-size: 160%;
  }
  #logo_min {
    width: 140px;
    height: 40px;
    background: url("../images/logo-me.jpg") no-repeat;
    background-size: 99%;
  }
  #header .header-wrap {
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  #container {
    width: 460px;
  }
  /*-- header --*/
  #header .ad468 {
    display: none;
  }
  #header .ad468 {
    display: none;
  }
  #nav ul {
    display: none;
  }
  #nav select {
    margin-top: 10px;
    display: block;
    width: 430px;
  }
  /*-- content --*/
  #content-container {
    padding: 10px;
  }
  #content {
    width: 440px;
  }
  #slider .lof-slidecontent {
    width: 440px;
    height: 210px;
  }
  #slider .lof-slidecontent .slider-image {
    width: 440px;
    height: 210px;
  }
  #slider .main-slider-content {
    width: 440px;
    height: 210px;
  }
  #carousel {
    display: none;
  }
  #featured-categories .category {
    width: 210px;
    float: left;
    margin-bottom: 10px;
  }
  #featured-categories .right-side {
    margin-left: 20px;
  }
  #featured-categories .category .attachment-feat-thumb {
    width: 210px;
    max-height: 120px;
  }
  #featured-categories .more-posts img {
    display: none;
  }
  #featured-categories .more-posts .right {
    width: 210px !important;
  }
  #posts-list .post-image {
    margin-right: 10px;
  }
  #posts-list .post-image img {
    width: 120px;
  }
  #posts-list .post .right .date-by {
    margin-bottom: 5px;
  }
  /*-- Sidebar --*/
  #sidebar {
    width: 440px;
    float: left;
    margin-left: 0;
    margin-top: 20px;
  }
  #sidebar .widget {
    width: 210px;
    float: left;
    margin-right: 10px;
  }
  .widget_search input {
    width: 170px;
  }
  #sidebar .widget_ad125 li:last-child {
    margin-left: 0;
  }
  /*-- footer --*/
  .footer .footer-widgets {
    padding: 10px;
  }
  .footer .widget {
    float: left;
    margin-right: 10px;
  }
  .footer .footer-info {
    padding: 10px;
  }
}
#slider .lof-slidecontent .preload {
  z-index: 100;
}
@media screen and (max-width: 459px) {
  #textoAccede {
    width: 25% !important;
  }
  #logo_educalab {
    width: 160px;
    background-size: 100%;
    height: 40px;
  }
  #header_blog {
    width: 340px;
    height: 60px;
    background: url("../images/cabecera_new.jpg") no-repeat;
    background-size: 99%;
  }
  #logo_min {
    width: 140px;
    height: 40px;
    background: url("images/logo-me.jpg") no-repeat;
    background-size: 99%;
  }
  #header .header-wrap {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  #container {
    width: 320px;
  }
  #content-container {
    padding: 10px;
  }
  /*-- header --*/
  #header {
    padding: 10px;
  }
  #header .logo {
    width: 300px;
    text-align: center;
  }
  #header .ad468 {
    display: none;
  }
  #header .logo img {
    display: inline-block;
  }
  #nav ul {
    display: none;
  }
  #nav select {
    margin-top: 20px;
    display: block;
    float: left;
    width: 300px;
  }
  /*-- content --*/
  #slider {
    display: none;
  }
  #content {
    width: 300px;
  }
  #carousel {
    display: none;
  }
  #featured-categories .right-side {
    margin-left: 0;
  }
  #posts-list .post-image {
    display: none;
  }
  #content .single-post .author .avatar {
    display: none;
  }
  #content .single-post .author .author-meta {
    margin-left: 0px;
  }
  #comments ol.commentlist li ul.children li.depth-2 {
    margin: 0 0 30px 30px;
  }
  #comments ol.commentlist li ul.children li.depth-3 {
    margin: 0 0 30px 0px;
  }
  #comments ol.commentlist li ul.children li.depth-4 {
    margin: 0 0 30px 0px;
  }
  #comments ol.commentlist li ul.children li.depth-5 {
    margin: 0 0 30px 0px;
  }
  #respond input[type="text"],
  #respond input[type="password"] {
    width: 200px;
  }
  /*-- sidebar --*/
  #sidebar {
    width: 300px;
    float: left;
    margin-left: 0;
    margin-top: 20px;
  }
  /*-- footer --*/
  .footer .footer-widgets {
    padding: 10px;
  }
  .footer .widget {
    width: 300px;
  }
  .footer .footer-info {
    padding: 10px;
  }
  .footer .footer-info .credit {
    float: left;
  }
  td #texto_creacion {
    display: none !important;
    /*	 text-align: right !important;*/
    /*	 margin-left: -50px;*/
  }
  #texto_creacion {
    display: none !important;
    /*	 text-align: right !important;*/
    /*	 margin-left: -50px;*/
  }
}
#content {
  width: 712px;
}
@media screen and (min-width: 961px) {
  #slider .lof-slidecontent ul.sliders-wrap-inner li {
    width: 712px !important;
    text-align: right;
  }
  #slider .lof-slidecontent ul.sliders-wrap-inner li img {
    width: 712px !important;
    height: 339px !important;
  }
  #slider .sliders-wrapper {
    width: 712px !important;
    height: 339px !important;
  }
}
@media screen and (max-width: 960px) {
  #content {
    width: 100%;
  }
  #slider .lof-slidecontent ul.sliders-wrap-inner li {
    /* padding-right:112px;*/
  }
  #slider .lof-slidecontent ul.sliders-wrap-inner li img {
    width: 600px !important;
    height: 286px !important;
  }
}
@media screen and (max-width: 629px) {
  #slider .lof-slidecontent {
    height: 210px !important;
  }
  #slider .lof-slidecontent ul.sliders-wrap-inner li img {
    width: 442px !important;
    height: 210px !important;
  }
}
/*-- ESTILOS RUBRICAS--*/
#lista_categorias .contenedor_filtro h1 {
  clear: both;
}
#lista_categorias .contenedor_filtro label {
  float: left;
  clear: both;
  font-size: 15px;
}
#lista_categorias .contenedor_filtro label input {
  margin-right: 4px;
}
#lista_entradas ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
#lista_entradas ul li {
  flex: 1 0 21%;
  list-style: none;
  text-align: center;
  padding-bottom: 15px;
  padding-right: 5px;
  border-bottom: 1px solid rgba(0, 135, 139, 0.2);
  margin-bottom: 20px;
}
#lista_entradas ul li a {
  font-size: 14px;
}
#lista_entradas ul li span {
  font-size: 11px;
}
#lista_entradas ul li img {
  height: 130px;
  width: 140px;
  padding-bottom: 10px;
}
.visualizacion_pdf .listado_descarga ol li {
  border-radius: 5px 5px 5px 5px;
  width: fit-content;
  padding: 5px 5px 5px 5px;
  list-style: none;
  margin-left: 185px;
  float: left;
}
.visualizacion_pdf .listado_descarga ol li.archivo_pdf {
  background-color: #4581B9;
}
.visualizacion_pdf .listado_descarga ol li.archivo_odt {
  background-color: #1EAA89;
}
.visualizacion_pdf ol li a {
  color: #FFF;
}
#lista_entradas .paginacion {
  text-align: center;
}
#loader {
  text-align: center;
  padding-top: 100px;
}
#cat_buscar {
  float: left;
  margin-top: 25px;
}
#busqueda {
  text-align: right;
}
.boton_return {
  width: 100%;
  text-align: right;
}
.info_general {
  margin-top: 25px;
}
#lista_entradas .ningun_elemento {
  background-color: #018589;
  color: white;
  font-size: 22px;
  padding: 21px 5px;
}
#lista_entradas .paginacion button {
  background-color: #018391;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  margin-left: 49px;
}
#lista_categorias .contenedor_filtro {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#lista_categorias .contenedor_filtro h1 {
  margin-bottom: 5px;
  color: #018391;
}
#lista_categorias #cat_buscar {
  background-color: #018391;
  border: none;
  color: white;
  padding: 5px 27px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 0px;
  cursor: pointer;
  margin-left: 14px;
}
#lista_categorias #limpiar_filtros {
  background-color: #018391;
  border: none;
  color: white;
  padding: 5px 27px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 0px;
  cursor: pointer;
  margin-left: 14px;
}
#busqueda #busquedaRubrica {
  background-color: #018391;
  border: none;
  color: white;
  padding: 4px 27px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 0px;
  cursor: pointer;
  margin-left: 4px;
}
#busqueda #textRubrica {
  font-size: 17px;
}
#lista_entradas p {
  color: #018391;
}
.contenedor_filtro h2 {
  font-size: 18px;
  color: #018391;
}
/*-- MEDIA QUERYS--*/
@media (max-width: 960px) {
  .visualizacion_pdf {
    width: 100%;
  }
  .info_general {
    width: 100%;
  }
}
@media (max-width: 629px) {
  .visualizacion_pdf .listado_descarga ol li {
    margin-left: 0px;
  }
}
@media (max-width: 460px) {
  .visualizacion_pdf .listado_descarga ol li {
    margin-bottom: 10px;
  }
  #lista_categorias {
    width: 100%;
    display: inline-block;
    clear: both;
  }
  #lista_categorias .contenedor_filtro {
    width: 47%;
    display: inline-block;
    margin-bottom: 20px;
    clear: both;
    float: none;
  }
  #lista_categorias #cat_buscar {
    margin-left: 76px;
  }
  #lista_categorias #limpiar_filtros {
    margin-left: 75px;
  }
  #busqueda #textRubrica {
    width: 164px;
    font-size: 14px;
  }
  #busqueda #busquedaRubrica {
    padding: 2px 7px;
    margin-top: 30px;
  }
  a.cont_logo_intef {
    margin-left: 0px;
    width: 55%;
  }
}
@media (max-width: 960px) and (min-width: 460px) {
  #lista_entradas ul li img {
    height: 115px;
  }
  #lista_entradas ul li {
    flex: 1 0 41%;
  }
}
@media (max-width: 630px) {
  #lista_entradas ul li img {
    height: 85px;
  }
  #lista_entradas ul li {
    flex: 1 0 54%;
  }
}
/*---------------en linea-----------------*/
#caja1:hover,
#caja2:hover,
#caja3:hover,
#caja4:hover,
#caja5:hover,
#caja6:hover,
#caja7:hover,
#icon img:hover {
  opacity: 0.8;
}
/* Modificación del tamaño de la caja de comentarios */
#respond textarea {
  height: 80px;
  width: 50%;
}
/* Cabecera de las tablas y filas */
.dataTables_scrollHeadInner,
.tablepress {
  width: 100% !important;
}
td.column-1 {
  text-align: left;
}
td.column-2,
td.column-3,
td.column-4,
td.column-5 {
  text-align: center;
}
/*
A continuación ocultamos las cajas ocultas 1-7: eliminaremos de la lista la que queramos que se muestre.
*/
#caja1,
#caja4,
#caja7 {
  display: none;
}
#slider .date {
  display: none;
}
.alignleft:hover {
  opacity: 0.5;
}
.sliders-wrap-inner li {
  height: 260px;
}
#slider .lof-slidecontent {
  height: 260px;
}
#slider ul.sliders-wrap-inner li img {
  height: 260px;
}
.navigator-wrapper {
  display: none;
}
#posts-list .post-image img {
  width: 200px;
}
iframe {
  width: 100%;
}
.searchfield {
  float: right;
  width: 150px;
}
.box-download,
.box-info,
.box-hint {
  margin: 15px 0;
  padding: 10px;
  text-align: justify;
  padding-left: 40px;
  border: 1px solid #d2d2d4;
  border-bottom-color: #a2a2a4;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.box-download {
  border-color: #c2d685;
  border-bottom-color: #a1b661;
  background: #faffe6 url(http://cedec.intef.es/wp-content/uploads/2017/02/box_download.png) 0 0 no-repeat;
  color: #51621c;
}
.box-info {
  border-color: #a1c0d0;
  border-bottom-color: #79a0b4;
  background: #ebf5fa url(http://cedec.intef.es/wp-content/uploads/2017/02/box_info.png) 0 0 no-repeat;
  color: #1d5e80;
}
.box-hint {
  border-color: #e2c487;
  border-bottom-color: #c5a35d;
  background: #fffae6 url(http://cedec.intef.es/wp-content/uploads/2017/02/box_hint.png) 0 0 no-repeat;
  color: #6a4f16;
}
.box-hint a {
  color: #6a4f16;
}
/* PAGINA ESTATICA DE RECURSOS */
.columna {
  float: left;
}
#col1 {
  padding: 0px 0;
  margin: 0px 0px 0px 0px;
  float: left;
}
#col2 {
  padding: 0px 0;
  margin: 0px 0px 0px 0px;
  float: left;
}
#col3 {
  margin: 0px 0px 0px 0px;
  float: left;
}
#col4 {
  width: 100%;
  margin: 0px 0px 0px 0px;
}
#division1 {
  width: 200px;
  padding: 0px 0;
  margin: 0px;
  float: left;
}
#division2 {
  width: 98px;
  padding: 0px 0;
  margin: auto 5px;
  position: relative;
}
#division3 {
  padding: 0px 0;
  margin: 0% 0% 0% 2%;
  position: relative;
  text-align: center;
  float: left;
  display: inline-block;
  vertical-align: top;
}
#division3a {
  width: 104px;
  text-align: center;
}
#division4 {
  padding: 0px;
  margin: 35px auto;
  float: left;
}
#division4 div {
  padding: 0px 0;
  margin: 0px 10px 0px 0px;
  float: left;
}
#grupoColumnas {
  display: inline-block;
  float: left;
}
@media screen and (min-width: 180px) and (max-width: 459px) {
  #division2 {
    margin: 25px 33% !important;
  }
  #grupoColumnas {
    margin: 0% 0% 0% 13% !important;
  }
  #division3 {
    margin: 8% 0% 0% 2%;
  }
  #division3a {
    margin: 5% 33% -5% 0%;
  }
  #division4 {
    margin: 35px 13% !important;
  }
  #textoAccede {
    width: 70% !important;
    margin: 0% 0% 0% 18% !important;
  }
  /* Con esta resolución de pantalla
	ocultamos los iconos de acceso a las
	redes sociales */
  .iconos-sociales {
    position: relative;
    left: -10px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 460px) and (max-width: 629px) {
  #contenidoRecursos {
    margin: 8%;
  }
  #textoAccede {
    width: 72%;
    float: right;
    margin: 5% 14% 0% 0%;
  }
  #division2 {
    margin: 5% 0% 5% 32% !important;
  }
  #division3a {
    margin: 5% 40% 0% 32% !important;
  }
  /* Con esta resolución de pantalla
	ocultamos los iconos de acceso a las
	redes sociales */
  .iconos-sociales {
    position: relative;
    left: -10px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 630px) and (max-width: 759px) {
  #grupoColumnas {
    margin: 1em 25%;
  }
  #division3 {
    width: 108%;
    margin: -136px 0% 0% 0%;
  }
  #division3 h3 {
    margin: 0% 0% 0% 0%;
  }
  #division3a {
    margin: 0% 37%;
  }
  #division4 {
    margin: 0em 27%;
    width: 91% !important;
  }
  #division4 div {
    float: left !important;
  }
  #division4 h3 {
    width: 100% !important;
    margin: 3% 1% 2% -20%;
    float: none !important;
  }
  #textoAccede {
    width: 61% !important;
    padding: 1em 3em;
    margin: 1% 13%;
    float: right;
  }
  #division2 {
    margin: auto 0% -1% 8%;
  }
  #division2 h3 {
    margin: 0% 0% 10% 0%;
  }
  /* Desplazamos los iconos sociales
	para que se sitúen debajo del icono
	de educaLAB y a nivel con el logo de
	CEDEC */
  .iconos-sociales {
    position: relative;
    top: 78px;
    height: 0px;
  }
}
@media screen and (min-width: 760px) and (max-width: 960px) {
  #division2 {
    width: 98px;
    padding: 0px 0;
    margin: auto 0% 0% 0%;
    position: relative;
  }
  #grupoColumnas {
    margin: 0em 0%;
    float: left !important;
    width: 100%;
  }
  #division3a {
    margin: 0% 4.5%;
  }
  #division4 {
    margin: 35px 21% !important;
  }
  #textoAccede {
    float: right !important;
    width: 63% !important;
    margin: 0% 0% 0% 0% !important;
  }
  /* Desplazamos los iconos sociales
	para que se sitúen debajo del icono
	de educaLAB y a nivel con el logo de
	CEDEC */
  .iconos-sociales {
    position: relative;
    top: 78px;
    height: 0px;
  }
}
@media screen and (min-width: 961px) and (max-width: 20000px) {
  #division4 {
    margin: 3em 21%;
  }
  #textoAccede {
    width: 30%;
    padding: 0em 0em;
    margin: -23% -8% 0% 0%;
    float: right;
  }
  #division2 {
    margin: auto 0% 0% 0%;
  }
  #division2 .clase_icono {
    margin: 4% -3% 0% 0%;
  }
  #division4 {
    margin: 3em 21%;
  }
  #division3a {
    margin: 0% 1.2% 0% 0%;
  }
  #divisiones {
    margin: 0% 23% 0% 15%;
  }
  /* Desplazamos los iconos sociales
	para que se sitúen debajo del icono
	de educaLAB y a nivel con el logo de
	CEDEC */
  .iconos-sociales {
    position: relative;
    top: 120px;
    height: 0px;
  }
}
#cajas_div {
  width: 100%;
}
#caja1,
#caja2,
#caja3,
#caja4 {
  margin: 0% auto 5% auto;
  padding: 0% 0% 0% 0%;
  float: left;
  font-weight: bold;
  text-align: center;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 180px) and (max-width: 459px) {
  #cajas_div {
    width: 100%;
  }
  #caja1,
  #caja2,
  #caja3,
  #caja4 {
    padding: 0% 0% 0% 0%;
    font-weight: bold;
    width: 100%;
    color: #D77D00;
  }
}
#cajas_div * {
  font-size: 14px;
  color: #1EAA89;
  cursor: pointer;
}
#div_objetivos {
  float: left;
  width: 250px;
}
#organizacion_contenidos {
  margin: 6% 0% 0% 5%;
}
#uso_material {
  float: left;
  width: 250px;
  margin: 0% 2% 0% 2%;
}
#uso_material p {
  margin: 1% 2% 3% 4%;
}
#uso_material img,
#uso_material p {
  float: left;
  width: 100%;
}
#texto_uso_material {
  margin: 17% 0% 0% 4%;
}
#div_uso {
  float: left;
  width: 250px;
}
#texto_uso {
  margin: 0% 2% 0% 1%;
}
#acurax_si_simple a {
  margin: 0% 0% 0% 2%;
}
#padre {
  display: table;
  height: 200px;
}
#hijo {
  display: table-cell;
  vertical-align: middle;
}
.texto_foto_lateral {
  float: left;
  margin: 1em;
  width: 68%;
}
#texto_rrss_intro {
  float: left;
  margin: 0% 0% -7% 0%;
  width: 100%;
}
#texto_mark {
  float: left;
  margin: 0% 0% 0% 0%;
  width: 69%;
}
#texto_izquierdo {
  float: left;
  margin: 0% 0% 0% 0%;
  width: 69%;
}
/*-----------------------------------variables----------------------------------------*/
/*---------2019------------*/
#aux {
  overflow: hidden;
}
@media (max-width: 390px) {
  #aux div {
    width: 1px;
  }
}
@media (min-width: 391px) {
  #aux div {
    width: 390px;
  }
}
@media (min-width: 481px) {
  #aux div {
    width: 480px;
  }
}
@media (min-width: 571px) {
  #aux div {
    width: 570px;
  }
}
@media (min-width: 661px) {
  #aux div {
    width: 660px;
  }
}
@media (min-width: 876px) {
  #aux div {
    width: 875px;
  }
}
@media (min-width: 769px) {
  #aux div {
    width: 768px;
  }
}
@media (min-width: 993px) {
  #aux div {
    width: 992px;
  }
}
@media (min-width: 1141px) {
  #aux div {
    width: 1140px;
  }
}
@media (min-width: 1261px) {
  #aux div {
    width: 1260px;
  }
}
/*-----------------------------------layout-----------------------------------------*/
html,
body {
  height: 100%;
  margin: 0;
  width: 100%;
}
body > #wrap {
  min-height: 100%;
  margin-bottom: -220px;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
#wrap > #w_aux {
  min-height: 100%;
  width: 100%;
}
body {
  background-color: #ebeded;
}
body {
  color: #546262;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6em;
}
#content {
  width: 100%;
}
html .container-fluid {
  max-width: 1366px;
  min-width: 340px;
  /* z-index: 10;*/
  position: relative;
  width: 100%;
}
@media (max-width: 390px) {
  html body div.container-fluid {
    padding: 0;
  }
  html #wrap div.container-fluid {
    padding: 0;
  }
}
main {
  width: 100%;
}
main:before,
main:after {
  content: " ";
  display: table;
}
main:after {
  clear: both;
}
main:before,
main:after {
  content: " ";
  display: table;
}
main:after {
  clear: both;
}
#menu-pie {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.prefooter {
  width: 100%;
  height: 220px;
}
.footer {
  bottom: 0;
  height: 220px;
  width: 100%;
}
/*----------------------mixin layout columnas-----------------------*/
/*--------------------------asignacion mixin por secciones-------------------------*/
.layout-0-24-0 aside.aside_left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .layout-0-24-0 aside.aside_left {
    float: left;
    width: 0%;
  }
}
.layout-0-24-0 .main_column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .layout-0-24-0 .main_column {
    float: left;
    width: 100%;
  }
}
.layout-0-24-0 aside.aside_right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .layout-0-24-0 aside.aside_right {
    float: left;
    width: 0%;
  }
}
.layout-0-18-6 aside.aside_left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .layout-0-18-6 aside.aside_left {
    float: left;
    width: 0%;
  }
}
.layout-0-18-6 .main_column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .layout-0-18-6 .main_column {
    float: left;
    width: 75%;
  }
}
.layout-0-18-6 aside.aside_right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .layout-0-18-6 aside.aside_right {
    float: left;
    width: 25%;
  }
}
.layout-0-16-8 aside.aside_left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .layout-0-16-8 aside.aside_left {
    float: left;
    width: 0%;
  }
}
.layout-0-16-8 .main_column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .layout-0-16-8 .main_column {
    float: left;
    width: 66.66666667%;
  }
}
.layout-0-16-8 aside.aside_right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .layout-0-16-8 aside.aside_right {
    float: left;
    width: 33.33333333%;
  }
}
.layout-6-18-0 aside.aside_left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .layout-6-18-0 aside.aside_left {
    float: left;
    width: 25%;
  }
}
.layout-6-18-0 .main_column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .layout-6-18-0 .main_column {
    float: left;
    width: 75%;
  }
}
.layout-6-18-0 aside.aside_right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .layout-6-18-0 aside.aside_right {
    float: left;
    width: 0%;
  }
}
.layout-5-14-5 aside.aside_left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .layout-5-14-5 aside.aside_left {
    float: left;
    width: 20.83333333%;
  }
}
.layout-5-14-5 .main_column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .layout-5-14-5 .main_column {
    float: left;
    width: 58.33333333%;
  }
}
.layout-5-14-5 aside.aside_right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .layout-5-14-5 aside.aside_right {
    float: left;
    width: 20.83333333%;
  }
}
.home #content aside.aside_left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .home #content aside.aside_left {
    float: left;
    width: 0%;
  }
}
.home #content .main_column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .home #content .main_column {
    float: left;
    width: 70.83333333%;
  }
}
.home #content aside.aside_right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .home #content aside.aside_right {
    float: left;
    width: 29.16666667%;
  }
}
.cont_generico aside.aside_left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .cont_generico aside.aside_left {
    float: left;
    width: 0%;
  }
}
.cont_generico .main_column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .cont_generico .main_column {
    float: left;
    width: 70.83333333%;
  }
}
.cont_generico aside.aside_right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .cont_generico aside.aside_right {
    float: left;
    width: 29.16666667%;
  }
}
section#buscador aside.aside_left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  section#buscador aside.aside_left {
    float: left;
    width: 29.16666667%;
  }
}
section#buscador .main_column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  section#buscador .main_column {
    float: left;
    width: 70.83333333%;
  }
}
section#buscador aside.aside_right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  section#buscador aside.aside_right {
    float: left;
    width: 0%;
  }
}
section#buscador_rubricas aside.aside_left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  section#buscador_rubricas aside.aside_left {
    float: left;
    width: 20.83333333%;
  }
}
section#buscador_rubricas .main_column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  section#buscador_rubricas .main_column {
    float: left;
    width: 79.16666667%;
  }
}
section#buscador_rubricas aside.aside_right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  section#buscador_rubricas aside.aside_right {
    float: left;
    width: 0%;
  }
}
section#rubrica aside.aside_left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  section#rubrica aside.aside_left {
    float: left;
    width: 0%;
  }
}
section#rubrica .main_column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  section#rubrica .main_column {
    float: left;
    width: 100%;
  }
}
section#rubrica aside.aside_right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  section#rubrica aside.aside_right {
    float: left;
    width: 0%;
  }
}
section#busqueda_general aside.aside_left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  section#busqueda_general aside.aside_left {
    float: left;
    width: 0%;
  }
}
section#busqueda_general .main_column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  section#busqueda_general .main_column {
    float: left;
    width: 70.83333333%;
  }
}
section#busqueda_general aside.aside_right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  section#busqueda_general aside.aside_right {
    float: left;
    width: 29.16666667%;
  }
}
.columna_1 main section.cont_generico aside.aside_left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .columna_1 main section.cont_generico aside.aside_left {
    float: left;
    width: 0%;
  }
}
.columna_1 main section.cont_generico .main_column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .columna_1 main section.cont_generico .main_column {
    float: left;
    width: 100%;
  }
}
.columna_1 main section.cont_generico aside.aside_right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .columna_1 main section.cont_generico aside.aside_right {
    float: left;
    width: 0%;
  }
}
.columna_1 main section.cont_generico .main_column {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .columna_1 main section.cont_generico .main_column {
    padding: 0 15px;
  }
}
.no_aside #wrap section aside.aside_left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .no_aside #wrap section aside.aside_left {
    float: left;
    width: 0%;
  }
}
.no_aside #wrap section .main_column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .no_aside #wrap section .main_column {
    float: left;
    width: 100%;
  }
}
.no_aside #wrap section aside.aside_right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .no_aside #wrap section aside.aside_right {
    float: left;
    width: 0%;
  }
}
.no_aside #wrap section .main_column {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .no_aside #wrap section .main_column {
    padding: 0 15px;
  }
}
.menu_aside_left main section.cont_generico aside.aside_left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .menu_aside_left main section.cont_generico aside.aside_left {
    float: left;
    width: 25%;
  }
}
.menu_aside_left main section.cont_generico .main_column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .menu_aside_left main section.cont_generico .main_column {
    float: left;
    width: 75%;
  }
}
.menu_aside_left main section.cont_generico aside.aside_right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .menu_aside_left main section.cont_generico aside.aside_right {
    float: left;
    width: 0%;
  }
}
/*-------------------------------franjas contenido------------------------------------*/
section {
  width: 100%;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  margin: 0 0 15px 0;
  padding: 15px 0;
  /*position: relative;*/
}
section:before,
section:after {
  content: " ";
  display: table;
}
section:after {
  clear: both;
}
section:before,
section:after {
  content: " ";
  display: table;
}
section:after {
  clear: both;
}
section.no_expand {
  box-shadow: none;
  background-color: #ebeded;
}
section.no_expand .container-fluid {
  padding: 10px 100px;
}
section.no_expand .container-fluid .main_column {
  background-color: #ffffff;
  border: 1px solid #00858C;
}
section.no-solid {
  box-shadow: none;
  background-color: transparent;
}
section section {
  box-shadow: none;
  background-color: transparent;
}
#camino_migas + #contenido-principal section:first-child,
.region-miga-pan-cabecera + #contenido-principal section:first-child {
  position: relative;
}
#camino_migas + #contenido-principal section:first-child:before,
.region-miga-pan-cabecera + #contenido-principal section:first-child:before {
  content: '';
  display: block;
  width: 100%;
  background-color: #fff;
  height: 3px;
  position: absolute;
  top: -2px;
}
/*----------------------------------------genericos--------------------------------------------*/
html body {
  font-family: 'RobotoCondensed-Regular', Helvetica, sans-serif;
  font-size: 16px;
}
#header {
  background-color: transparent;
}
a,
a:visited,
a:link {
  color: #00858C;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus,
a:visited:focus,
a:link:focus,
a:active,
a:visited:active,
a:link:active {
  color: #055151;
  text-decoration: none;
}
a.color2 {
  color: #00a5ad;
}
a.color2:hover,
a.color2:focus {
  color: #00858C;
  text-decoration: none;
}
ul,
li {
  list-style: none;
  margin: 0 ;
  padding: 0;
}
/*time {
	color:@gris5;
	font-size: 0.82em;
	letter-spacing: @letter-spacing * 1.2;
	font-family:@font-corporativa-ext-med;
	&:after {
		content:' - ';
	}
}*/
.oculto,
.oculto:hover,
.oculto:visited {
  position: absolute;
  top: -100px;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
  font-size: x-small;
  padding: 0 !important;
}
.oculto:active,
.oculto:focus {
  position: static;
  width: auto;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
.desoculto {
  position: inherit;
  top: auto;
  width: inherit;
  height: inherit;
  overflow: inherit;
  font-size: inherit;
}
p:empty {
  display: none;
}
/* no edit*/
u {
  text-decoration: none !important;
}
*[style*="justify"] {
  text-align: inherit !important;
}
p time {
  font-size: 0.8em;
  font-family: 'encode_sans_expandedmedium', Helvetica, sans-serif;
  color: #546262;
}
p time:after {
  content: '-';
  margin: 0 0.3em;
}
.ver_todos {
  text-transform: uppercase;
  font-family: 'Roboto-Medium', Helvetica, sans-serif;
}
.ver_todos:after {
  font-family: 'icon-intef' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #00a5ad;
  line-height: 1.1em;
  margin-left: 1px;
  font-size: 0.8em;
}
.ico_cargando {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.ico_cargando div {
  transform-origin: 25px 25px;
  animation: lds-spinner 1.2s linear infinite;
}
.ico_cargando div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 2%;
  left: 48%;
  width: 8%;
  height: 14px;
  border-radius: 20%;
  background: #fff;
}
.ico_cargando div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.ico_cargando div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.ico_cargando div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.ico_cargando div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.ico_cargando div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.ico_cargando div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.ico_cargando div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.ico_cargando div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.ico_cargando div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.ico_cargando div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.ico_cargando div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.ico_cargando div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.flip {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.etiquetas_gen:before {
  font-family: 'icon-intef' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a9b5b5;
  margin: 0 4px 0 0;
  font-size: 15px;
}
.listado_generico {
  margin: 15px 0;
}
.listado_generico > li {
  position: relative;
  margin: 0 0 15px 5px;
}
.listado_generico > li:before {
  font-family: 'icofont-bullets' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #00858C;
}
.listado_generico > li > ul {
  margin: 20px 0 5px 0;
  /* float: left;*/
  width: 100%;
}
.listado_generico > li > ul > li {
  margin: 0 0 10px 20px;
  position: relative;
  color: #353e3e;
}
.listado_generico > li > ul > li:before {
  font-family: 'icofont-bullets' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: #00858C;
}
.listado_generico > li > ul > li > ul > li {
  margin: 15px 0 5px 15px;
  color: #546262;
}
.listado_generico > li > ul > li > ul > li:before {
  font-family: 'icon-intef' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.28em;
  margin: 0 1em 0 0;
  color: #a9b5b5;
  line-height: 1em;
  vertical-align: middle;
}
#wrap ul.listado_thumbs,
#sidebar ul.proyectos {
  margin: 30px -15px 0 -15px;
}
#wrap ul.listado_thumbs:before,
#wrap ul.listado_thumbs:after,
#sidebar ul.proyectos:before,
#sidebar ul.proyectos:after {
  content: " ";
  display: table;
}
#wrap ul.listado_thumbs:after,
#sidebar ul.proyectos:after {
  clear: both;
}
#wrap ul.listado_thumbs:before,
#wrap ul.listado_thumbs:after,
#sidebar ul.proyectos:before,
#sidebar ul.proyectos:after {
  content: " ";
  display: table;
}
#wrap ul.listado_thumbs:after,
#sidebar ul.proyectos:after {
  clear: both;
}
#wrap ul.listado_thumbs li,
#sidebar ul.proyectos li {
  display: flex;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 50px 0;
}
@media (min-width: 992px) {
  #wrap ul.listado_thumbs li,
  #sidebar ul.proyectos li {
    float: left;
    width: 50%;
  }
}
#wrap ul.listado_thumbs li:before,
#sidebar ul.proyectos li:before {
  display: none;
}
#wrap ul.listado_thumbs li:nth-child(2n+1),
#sidebar ul.proyectos li:nth-child(2n+1) {
  clear: left;
}
#wrap ul.listado_thumbs li figure,
#sidebar ul.proyectos li figure {
  width: 240px;
  padding: 0 20px 0 0;
  text-align: center;
}
#wrap ul.listado_thumbs li figure img,
#sidebar ul.proyectos li figure img {
  max-width: 100%;
  border: 1px solid #a9b5b5;
}
#wrap ul.listado_thumbs li .detalle,
#sidebar ul.proyectos li .detalle {
  width: 100%;
}
#wrap ul.listado_thumbs li .detalle h2,
#wrap ul.listado_thumbs li .detalle h2 a,
#wrap ul.listado_thumbs li .detalle h3,
#wrap ul.listado_thumbs li .detalle h3 a,
#sidebar ul.proyectos li .detalle h2,
#sidebar ul.proyectos li .detalle h2 a,
#sidebar ul.proyectos li .detalle h3,
#sidebar ul.proyectos li .detalle h3 a {
  margin: 0 0 10px 0;
  font-family: 'RobotoCondensed-Regular', Helvetica, sans-serif;
  color: #00858C;
  font-size: 20px;
}
#wrap ul.listado_thumbs li .detalle .descripcion p,
#sidebar ul.proyectos li .detalle .descripcion p {
  font-size: 14px;
}
#wrap .boton_formu,
#buscador .main_column .paginacion a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 4px;
  background-color: #00858C;
  border: 1px solid #fff;
  color: #fff;
  padding: 4px 12px;
  font-size: 16px;
  display: inline-block;
}
#wrap .boton_formu:hover,
#wrap .boton_formu:focus,
#buscador .main_column .paginacion a:hover,
#buscador .main_column .paginacion a:focus {
  background-color: #fff;
  border: 1px solid #00858C;
  color: #00858C;
}
.boton_3D {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 3px;
  background-color: #f6f7f7;
  border: 1px solid #cfd6d6;
  padding: 3px 8px 5px 8px;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.boton_3D:hover {
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.5), inset -2px -2px 2px rgba(0, 0, 0, 0.05), 1px 1px 4px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
.boton_3D:active {
  border: 1px solid #7d8f8f;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
  /* Sombra del texto */
}
#wrap .disabled {
  color: #a9b5b5;
  border-color: #a9b5b5;
  cursor: default;
}
#wrap .disabled:before {
  color: #a9b5b5;
}
#wrap .disabled:hover {
  cursor: default;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
#wrap .disabled:active {
  border: 1px solid #7d8f8f;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.9);
  /* Sombra del texto */
}
.desc_pdf {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 3px;
  background-color: #f6f7f7;
  border: 1px solid #cfd6d6;
  padding: 3px 8px 5px 8px;
  display: inline-block;
  margin: 0 5px 5px 0;
  position: relative;
  padding-left: 28px;
}
.desc_pdf:hover {
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.5), inset -2px -2px 2px rgba(0, 0, 0, 0.05), 1px 1px 4px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
.desc_pdf:active {
  border: 1px solid #7d8f8f;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
  /* Sombra del texto */
}
.desc_pdf:before {
  display: block;
  position: absolute;
  left: 7px;
  margin: 0 8px 0 0;
  color: #e52a0d;
  font-family: 'icofont-files' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.desc_pdf:after {
  font-family: 'icofont-bullets' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 11px;
  font-size: 13px;
  color: #7d8f8f;
}
.agendar {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 3px;
  background-color: #f6f7f7;
  border: 1px solid #cfd6d6;
  padding: 3px 8px 5px 8px;
  display: inline-block;
  margin: 0 5px 5px 0;
  position: relative;
  vertical-align: middle;
  padding-top: 4px;
}
.agendar:hover {
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.5), inset -2px -2px 2px rgba(0, 0, 0, 0.05), 1px 1px 4px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
.agendar:active {
  border: 1px solid #7d8f8f;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
  /* Sombra del texto */
}
.agendar:before {
  display: inline-block;
  margin: -4px 8px 0 0;
  vertical-align: middle;
  line-height: 14px;
  font-family: 'icon-intef' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  font-size: 21px;
  color: #00858C;
}
ol.listado_generico,
ol.listaletras,
ol.num_romanos,
.post-entry ol {
  list-style-type: decimal;
  margin: 15px 0;
}
ol.listado_generico > li,
ol.listaletras > li,
ol.num_romanos > li,
.post-entry ol > li {
  list-style-type: decimal;
  margin: 0 0 15px 0;
}
ol.listado_generico > li:before,
ol.listaletras > li:before,
ol.num_romanos > li:before,
.post-entry ol > li:before {
  content: '';
}
#wrap ol.listado_num_pers {
  margin: 15px 0;
  list-style: none;
  counter-reset: my-counter;
}
#wrap ol.listado_num_pers.zero {
  counter-reset: my-counter -1;
}
#wrap ol.listado_num_pers > li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin: 0 0 20px 0;
}
#wrap ol.listado_num_pers > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  left: -10px;
  top: -5px;
  font-family: 'RobotoCondensed-Regular', Helvetica, sans-serif;
  letter-spacing: 0.03em;
  color: #00858C;
  font-size: 20px;
  margin: 0;
  font-weight: normal;
  font-family: 'encode_sans_expandedregular', Helvetica, sans-serif;
}
ol.listado_generico.decimal,
ol.listaletras.decimal,
ol.num_romanos.decimal,
.post-entry ol.decimal {
  list-style-type: decimal;
}
ol.listado_generico.decimal > li,
ol.listaletras.decimal > li,
ol.num_romanos.decimal > li,
.post-entry ol.decimal > li {
  list-style-type: decimal;
}
ol.listaletras {
  list-style-type: lower-latin;
}
ol.listaletras > li {
  list-style-type: lower-latin;
}
ol.num_romanos {
  list-style-type: upper-roman;
}
ol.num_romanos > li {
  list-style-type: upper-roman;
}
/*--------------------definition list--------------------------*/
dl.definition_list_gen {
  display: block;
  float: left;
  margin: 10px 0;
  width: 100%;
}
dl.definition_list_gen:before,
dl.definition_list_gen:after {
  content: " ";
  display: table;
}
dl.definition_list_gen:after {
  clear: both;
}
dl.definition_list_gen:before,
dl.definition_list_gen:after {
  content: " ";
  display: table;
}
dl.definition_list_gen:after {
  clear: both;
}
dl.definition_list_gen dl {
  width: 100%;
}
dl.definition_list_gen dt,
dl.definition_list_gen dd {
  display: block;
  float: left;
  line-height: 1.1em;
}
dl.definition_list_gen dt {
  width: 40%;
  font-weight: normal;
  color: #546262;
  clear: left;
  text-align: right;
  padding: 5px 7px;
  position: relative;
}
dl.definition_list_gen dt:after {
  content: ':';
  display: inline-block;
}
dl.definition_list_gen dd {
  width: 60%;
  padding: 5px 7px;
  word-wrap: break-word;
}
@media (max-width: 0) {
  dl.definition_list_gen dt,
  dl.definition_list_gen dd {
    width: 100%;
  }
  dl.definition_list_gen dt {
    text-align: left;
    padding: 5px 7px 0 7px;
  }
  dl.definition_list_gen dd {
    padding: 0 7px 5px 7px;
  }
}
dl.definition_list_esp {
  display: block;
  float: left;
  margin: 10px 0;
  width: 100%;
  border: 1px solid #ebeded;
  border-left: 3px solid #CC5A05;
  background-color: #f6f7f7;
  padding: 5px 0;
}
dl.definition_list_esp:before,
dl.definition_list_esp:after {
  content: " ";
  display: table;
}
dl.definition_list_esp:after {
  clear: both;
}
dl.definition_list_esp:before,
dl.definition_list_esp:after {
  content: " ";
  display: table;
}
dl.definition_list_esp:after {
  clear: both;
}
dl.definition_list_esp dl {
  width: 100%;
}
dl.definition_list_esp dt,
dl.definition_list_esp dd {
  display: block;
  float: left;
  line-height: 1.1em;
}
dl.definition_list_esp dt {
  width: 40%;
  font-weight: normal;
  color: #546262;
  clear: left;
  text-align: right;
  padding: 5px 7px;
  position: relative;
}
dl.definition_list_esp dt:after {
  content: ':';
  display: inline-block;
}
dl.definition_list_esp dd {
  width: 60%;
  padding: 5px 7px;
  word-wrap: break-word;
}
@media (max-width: 0) {
  dl.definition_list_esp dt,
  dl.definition_list_esp dd {
    width: 100%;
  }
  dl.definition_list_esp dt {
    text-align: left;
    padding: 5px 7px 0 7px;
  }
  dl.definition_list_esp dd {
    padding: 0 7px 5px 7px;
  }
}
dl.definition_list_esp dt,
dl.definition_list_esp dd {
  padding: 10px 7px;
}
.tabla_gen {
  margin: 15px auto;
  overflow-x: hidden;
}
.tabla_gen table {
  width: 100%;
  border-bottom: 1px solid #a9b5b5;
}
.tabla_gen table thead th,
.tabla_gen table thead td {
  letter-spacing: 0.03em;
  color: #00858C;
  font-size: 16px;
  margin: 0;
  line-height: 18px;
  font-weight: normal;
  font-family: 'RobotoCondensed-Regular', Helvetica, sans-serif;
  font-size: 17px;
  color: #7d8f8f;
  padding: 4px 10px;
  border-bottom: 2px solid #CC5A05;
  vertical-align: bottom;
}
.tabla_gen table thead th br + br,
.tabla_gen table thead td br + br {
  display: none;
}
.tabla_gen table tbody {
  border-top: 1px solid #a9b5b5;
}
.tabla_gen table tbody tr:nth-child(2n+1) {
  background-color: #ebeded;
}
.tabla_gen table tbody th,
.tabla_gen table tbody td {
  border-top: none;
  font-family: 'RobotoCondensed-Regular', Helvetica, sans-serif;
  font-size: 16px;
  padding: 8px 10px;
  vertical-align: top;
}
.tabla_gen table tbody th p,
.tabla_gen table tbody td p {
  margin: 0;
}
.tabla_gen table tbody th {
  font-family: 'RobotoCondensed-Regular', Helvetica, sans-serif;
  letter-spacing: 0.03em;
  color: #00858C;
  font-size: 14px;
  margin: 0;
  font-weight: normal;
  border-right: 2px solid #CC5A05;
  font-weight: bold;
  color: #546262;
  border-bottom: none;
}
.tabla_gen table tfoot {
  border-top: 1px solid #a9b5b5;
}
.tabla_gen table tfoot tr {
  background-color: #cfd6d6;
}
.tabla_gen table tfoot tr th,
.tabla_gen table tfoot tr td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 10px 10px;
  font-weight: bold;
}
.tabla_gen table tfoot tr th p,
.tabla_gen table tfoot tr td p {
  margin: 0;
}
#wrap  .tabla_agenda h3 {
  margin-bottom: 4px;
}
#wrap  .tabla_agenda tbody tr {
  border-bottom: 1px solid #a9b5b5;
  background-color: #fff;
}
#wrap  .tabla_agenda tbody tr td {
  text-align: right;
  width: 100px;
  vertical-align: top;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 6px;
}
#wrap  .tabla_agenda tbody tr td + td {
  text-align: left;
  width: auto;
  line-height: 20px;
}
#wrap  .tabla_agenda tbody tr td h4 {
  font-size: 16px;
  color: #00858C;
  margin: 0 0 5px 0;
}
#wrap  .tabla_agenda tbody tr td h4.simultaneos {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Roboto-Medium', Helvetica, sans-serif;
}
#wrap  .tabla_agenda tbody tr td h5 {
  font-size: 14px;
  color: #00858C;
  margin: 0 0 5px 0;
}
#wrap  .tabla_agenda tbody tr td p + h5 {
  margin-top: 10px;
}
#wrap  .tabla_agenda tbody tr td .user {
  font-family: 'Roboto-Medium', Helvetica, sans-serif;
  color: #bf5404;
}
#wrap  .tabla_agenda tbody tr td .cargo {
  font-style: italic;
  margin-left: 10px;
}
#wrap  .tabla_agenda tbody tr td div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #wrap  .tabla_agenda tbody tr td div {
    float: left;
    width: 50%;
  }
}
.dotted-line {
  content: '\2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022';
}
.dashed-line {
  content: '\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F';
}
.dotted_left {
  position: relative;
  overflow: hidden;
}
.dotted_left::before {
  content: '\2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022';
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  color: #a9b5b5;
  font-size: 9px;
  line-height: 7px;
}
.dotted_top {
  overflow: hidden;
}
.dotted_top::before {
  content: '\2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022';
  display: block;
  overflow: hidden;
  color: #a9b5b5;
  font-size: 9px;
  line-height: 7px;
  width: 100%;
  margin: 0 0 10px 0;
  text-overflow: clip;
  height: 5px;
  white-space: nowrap;
}
.dotted_bottom {
  overflow: hidden;
}
.dotted_bottom::after {
  content: '\2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022  \2022';
  display: block;
  overflow: hidden;
  color: #a9b5b5;
  font-size: 9px;
  line-height: 5px;
  width: 100%;
  margin: 0 0 10px 0;
  text-overflow: clip;
  height: 5px;
  white-space: nowrap;
}
.dashed_bottom {
  overflow: hidden;
}
.dashed_bottom::after {
  font-family: 'icon-intef' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F';
  display: block;
  overflow: hidden;
  color: #a9b5b5;
  white-space: nowrap;
  width: 100%;
  margin: 0 0 10px 0;
  text-overflow: clip;
  height: 6px;
  font-size: 6px;
  line-height: 6px;
  letter-spacing: -2px;
}
.dashed_top::before {
  font-family: 'icon-intef' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F';
  display: block;
  overflow: hidden;
  color: #7d8f8f;
  white-space: nowrap;
  width: 100%;
  margin: 0 0 0 0;
  text-overflow: clip;
  height: 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 6px;
  letter-spacing: -1px;
}
.transition_efect,
.transition_efect:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.no-transition_efect,
.no-transition_efect:hover {
  -webkit-transition: all 0 ease-out;
  -moz-transition: all 0 ease-out;
  -o-transition: all 0 ease-out;
  transition: all 0 ease-out;
}
/*--------------------------contenido generico------------------------------------*/
.container_generico figure {
  width: 100%;
  margin: 15px 0;
}
.container_generico figure img {
  max-width: 100%;
}
/*----------------pies foto---------------*/
.pie_estatico {
  margin: 15px 0;
  overflow: hidden;
  position: relative;
}
.pie_estatico figcaption {
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 5px;
  background: rgba(0, 133, 140, 0.008);
  color: #fff;
  top: auto;
  width: 100%;
  background: rgba(0, 133, 140, 0.8) none repeat scroll 0 0;
}
.pie_estatico figcaption span {
  display: block;
  float: left;
  width: 100%;
  padding: 0 80px 0 10px;
  text-align: left;
}
.pie_estatico figcaption a {
  text-decoration: underline;
  color: #fff;
}
.pie_estatico figcaption a.descargar {
  text-align: center;
  float: right;
  margin: -40px 15px 0px 0px;
  color: #fff;
  background: rgba(0, 133, 140, 0.8) none repeat scroll 0 0;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.pie_estatico figcaption a.descargar:before {
  font-family: 'icofont-bullets' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  display: inline-block;
  line-height: 30px;
  margin: -7.5px 7.5px 0 0;
  vertical-align: middle;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.pie_estatico figcaption a.descargar span {
  position: absolute;
  top: -100px;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
  font-size: x-small;
  padding: 0 !important;
}
.pie_estatico figcaption a.descargar:before {
  margin: 5px 0 0  0 ;
}
.pie_estatico figcaption a.descargar:hover {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  color: #00858C;
}
.pie_dinamico figcaption {
  bottom: 0;
  left: 0;
  top: auto;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
}
.pie_dinamico:hover figcaption,
.pie_dinamico.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
#twitter-widget-0 {
  max-height: 700px !important;
}
div.ui-tooltip {
  max-width: 200px;
  background-color: #fff;
  text-align: center;
  padding: 4px 6px;
  color: #526668;
  font-family: 'RobotoCondensed-Regular', Helvetica, sans-serif;
  border-radius: 4px;
  border: 1px solid #a9b5b5;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  display: none;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*-----------------------------------------------------------------------------------*/
.carrusel_generico .owl-item {
  height: auto;
}
.carrusel_generico .owl-item > div {
  position: relative;
  border: 1px solid #00858C;
  overflow: hidden;
  height: 100%;
}
.carrusel_generico .owl-item > div + li {
  margin-top: 30px;
}
.carrusel_generico .owl-item > div figure img {
  max-width: 100%;
  width: 100%;
}
.carrusel_generico .owl-item > div .text-box {
  position: absolute;
  font-family: 'RobotoCondensed-Light', Helvetica, sans-serif;
  bottom: 20px;
  left: 0;
  background-color: rgba(0, 133, 140, 0.8);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
  max-width: 500px;
  color: #fff;
  text-shadow: 0 0 4px #000;
}
.carrusel_generico .owl-item > div .text-box p {
  margin-bottom: 0;
}
.carrusel_generico .owl-item > div .text-box p a {
  color: #fff;
}
.carrusel_generico .owl-item > div .text-box h3,
.carrusel_generico .owl-item > div .text-box h3 a {
  color: #fff;
  font-family: 'RobotoCondensed-Regular', Helvetica, sans-serif;
}
.carrusel_generico .owl-item > div.dere .text-box {
  right: 0;
  left: inherit;
}
.carrusel_generico .owl-item > div.top .text-box {
  top: 15px;
  bottom: inherit;
}
.carrusel_generico .owl-dots {
  bottom: 5px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  text-align: center;
}
.carrusel_generico .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
}
.carrusel_generico .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  display: block;
  width: 14px;
  height: 14px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.carrusel_generico .owl-dots .owl-dot:hover,
.carrusel_generico .owl-dots .owl-dot:focus,
.carrusel_generico .owl-dots .owl-dot.active {
  border: none;
  outline: #fff solid 0;
}
.carrusel_generico .owl-dots .owl-dot:hover span,
.carrusel_generico .owl-dots .owl-dot:focus span,
.carrusel_generico .owl-dots .owl-dot.active span {
  filter: alpha(opacity=100);
  opacity: 1;
}
.carrusel_generico .owl-dots .owl-dot + .owl-dot {
  margin-left: 20px;
}
.carrusel_generico .owl-nav {
  background-color: #fabada;
  border: none;
}
.carrusel_generico .owl-nav button {
  width: 21px;
  height: 21px;
  position: absolute;
  text-align: center;
}
.carrusel_generico .owl-nav button span {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  display: block;
  width: 21px;
  height: 21px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-border-radius: 10.5px;
  -moz-border-radius: 10.5px;
  border-radius: 10.5px;
}
.carrusel_generico .owl-nav button:hover,
.carrusel_generico .owl-nav button:focus,
.carrusel_generico .owl-nav button.active {
  border: none;
  outline: #fff solid 0;
}
.carrusel_generico .owl-nav button:hover span,
.carrusel_generico .owl-nav button:focus span,
.carrusel_generico .owl-nav button.active span {
  filter: alpha(opacity=100);
  opacity: 1;
}
.carrusel_generico .owl-nav button span {
  font-size: 0;
}
.carrusel_generico .owl-nav button:before {
  position: absolute;
  display: inline-block;
  font-family: 'icofont-bullets' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 16.8px;
  line-height: 21px;
  left: 8%;
}
.carrusel_generico .owl-nav button:hover {
  outline: none;
  background-color: transparent;
}
@media (max-width: 768px) {
  #wrap .carrusel_generico .owl-item div.text-box {
    position: inherit;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    max-width: inherit;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .carrusel_generico .owl-nav {
    display: block;
    width: 100%;
  }
  .carrusel_generico .owl-nav .owl-prev {
    position: absolute;
    top: 30%;
    left: 4px;
  }
  .carrusel_generico .owl-nav .owl-next {
    position: absolute;
    top: 30%;
    right: 4px;
  }
  .carrusel_generico .owl-dots {
    display: none;
  }
}
.carrusel_generico.no-js {
  display: block;
}
.carrusel_generico.no-js .crop {
  width: 100%;
}
.carrusel_generico.no-js .crop figure {
  width: 100%;
}
.carrusel_generico.no-js .crop figure img {
  width: 100%;
}
.carrusel_generico.no-js .crop + .crop {
  margin-top: 15px;
}
.auto_crop_item {
  /*	max-width: 100%;*/
  text-align: center;
  position: relative;
  overflow: hidden;
}
.auto_crop_item img {
  height: 100%;
  margin: 0 auto;
  display: inline-block;
  max-width: inherit;
  width: auto;
}
.auto_crop_item.vertical img {
  height: auto;
  width: 100% !important;
}
/*reglas para IE10 + */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .auto_crop_item {
    margin: 1px 1px 0 0;
  }
}
#wrap .crop_5_3 figure {
  /*	max-width: 100%;*/
  text-align: center;
  position: relative;
  overflow: hidden;
}
#wrap .crop_5_3 figure img {
  height: 100%;
  margin: 0 auto;
  display: inline-block;
  max-width: inherit;
  width: auto;
}
#wrap .crop_5_3 figure.vertical img {
  height: auto;
  width: 100% !important;
}
.burbuja {
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-size: 9px;
  border: 1px solid #959571;
  padding: 1px 3px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
}
.burbuja:before {
  display: block;
  top: 4px;
  left: -3px;
  position: absolute;
  width: 5px;
  height: 5px;
  content: '';
  border-bottom: 1px solid #959571;
  border-left: 1px solid #959571;
  background-color: #fff;
  transform: rotate(45deg);
}
/*------------------ventanas modales-------------------*/
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.qrcode {
  padding: 40px;
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 200;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
.modal_mm {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 200;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
.modal a.close-modal {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid #00858C;
}
.modal a.close-modal span {
  position: absolute;
  top: -100px;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
  font-size: x-small;
  padding: 0 !important;
}
.modal a.close-modal:before {
  font-family: 'icofont-bullets' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  text-align: center;
  display: block;
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*----------paginador-----------*/
.paginacion {
  text-align: center;
}
.paginacion ul.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  margin: 20px auto;
  margin: 10px 0 0 0;
}
.paginacion ul.page-numbers > li {
  display: inline;
}
.paginacion ul.page-numbers > li > a,
.paginacion ul.page-numbers > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #00858C;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.paginacion ul.page-numbers > li:first-child > a,
.paginacion ul.page-numbers > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.paginacion ul.page-numbers > li:last-child > a,
.paginacion ul.page-numbers > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.paginacion ul.page-numbers > li > a:hover,
.paginacion ul.page-numbers > li > span:hover,
.paginacion ul.page-numbers > li > a:focus,
.paginacion ul.page-numbers > li > span:focus {
  z-index: 2;
  color: #003c40;
  background-color: #f4f6f6;
  border-color: #ddd;
}
.paginacion ul.page-numbers > .active > a,
.paginacion ul.page-numbers > .active > span,
.paginacion ul.page-numbers > .active > a:hover,
.paginacion ul.page-numbers > .active > span:hover,
.paginacion ul.page-numbers > .active > a:focus,
.paginacion ul.page-numbers > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #00858C;
  border-color: #00858C;
  cursor: default;
}
.paginacion ul.page-numbers > .disabled > span,
.paginacion ul.page-numbers > .disabled > span:hover,
.paginacion ul.page-numbers > .disabled > span:focus,
.paginacion ul.page-numbers > .disabled > a,
.paginacion ul.page-numbers > .disabled > a:hover,
.paginacion ul.page-numbers > .disabled > a:focus {
  color: #748787;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.paginacion ul.page-numbers:before,
.paginacion ul.page-numbers:after {
  content: " ";
  display: table;
}
.paginacion ul.page-numbers:after {
  clear: both;
}
.paginacion ul.page-numbers:before,
.paginacion ul.page-numbers:after {
  content: " ";
  display: table;
}
.paginacion ul.page-numbers:after {
  clear: both;
}
.paginacion ul.page-numbers a {
  font-weight: normal;
}
.paginacion ul.page-numbers span {
  font-weight: normal;
}
.paginacion ul.page-numbers .current {
  color: #a9b5b5;
  cursor: default;
}
.paginacion ul.page-numbers .current:hover {
  background-color: #fff;
  color: #a9b5b5;
}
#wrap .iframe_resp,
#wrap .video_resp {
  margin: 20px auto 20px;
  padding: 8px 8px 8px 8px;
  border: 1px solid #ebeded;
  background-color: #f6f7f7;
  width: 100% !important;
  position: relative;
  text-align: center;
}
#wrap .iframe_resp:before,
#wrap .video_resp:before,
#wrap .iframe_resp:after,
#wrap .video_resp:after {
  content: " ";
  display: table;
}
#wrap .iframe_resp:after,
#wrap .video_resp:after {
  clear: both;
}
#wrap .iframe_resp:before,
#wrap .video_resp:before,
#wrap .iframe_resp:after,
#wrap .video_resp:after {
  content: " ";
  display: table;
}
#wrap .iframe_resp:after,
#wrap .video_resp:after {
  clear: both;
}
#wrap .iframe_resp > div,
#wrap .video_resp > div {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  box-sizing: inherit;
  overflow: hidden;
}
#wrap .iframe_resp > div iframe,
#wrap .video_resp > div iframe,
#wrap .iframe_resp > div video,
#wrap .video_resp > div video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#wrap .iframe_resp span.pie_video,
#wrap .video_resp span.pie_video {
  text-align: left;
  font-style: italic;
  margin: 5px 0 0 0;
  display: block;
  padding: 0 8px;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/*-------------------crop texto con ver mas--------------------------*/
.crop {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.abierto .crop {
  height: auto;
}
.ellipsis:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 35px;
  background: rgba(247, 252, 254, 0);
  background: -moz-linear-gradient(top, rgba(247, 252, 254, 0) 0%, #f7fcfe 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247, 252, 254, 0)), color-stop(100%, #f7fcfe));
  background: -webkit-linear-gradient(top, rgba(247, 252, 254, 0) 0%, #f7fcfe 100%);
  background: -o-linear-gradient(top, rgba(247, 252, 254, 0) 0%, #f7fcfe 100%);
  background: -ms-linear-gradient(top, rgba(247, 252, 254, 0) 0%, #f7fcfe 100%);
  background: linear-gradient(to bottom, rgba(247, 252, 254, 0) 0%, #f7fcfe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7fcfe', endColorstr='#f7fcfe', GradientType=0);
}
/*-------------habilitacion de estilos para wp----------------*/
.post-entry ul {
  margin: 15px 0;
}
.post-entry ul > li {
  position: relative;
  margin: 0 0 15px 5px;
}
.post-entry ul > li:before {
  font-family: 'icofont-bullets' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #00858C;
}
.post-entry ul > li > ul {
  margin: 20px 0 5px 0;
  /* float: left;*/
  width: 100%;
}
.post-entry ul > li > ul > li {
  margin: 0 0 10px 20px;
  position: relative;
  color: #353e3e;
}
.post-entry ul > li > ul > li:before {
  font-family: 'icofont-bullets' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: #00858C;
}
.post-entry ul > li > ul > li > ul > li {
  margin: 15px 0 5px 15px;
  color: #546262;
}
.post-entry ul > li > ul > li > ul > li:before {
  font-family: 'icon-intef' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.28em;
  margin: 0 1em 0 0;
  color: #a9b5b5;
  line-height: 1em;
  vertical-align: middle;
}
.post-entry ul li {
  position: relative;
  margin: 0 0 15px 5px;
}
/*--------------------------*/
.post-entry .botonera {
  text-align: center;
}
.post-entry .botonera br {
  display: none;
}
.post-entry .botonera p {
  display: inline;
  margin: 0;
}
.post-entry .botonera .boton_formu:before {
  font-family: 'icofont-bullets' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 4px 0 -5px;
}
/*----------------------*/
#buscador .main_column .listado_recursos .recurso > div {
  width: 100%;
}
#nav ul.sub-menu {
  width: inherit;
  min-width: 170px;
}
#nav ul.sub-menu li {
  width: 100%;
}
#nav ul.sub-menu li a {
  width: 100%;
}
.post-entry ul li:before {
  font-family: 'icofont-bullets' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #00858C;
  content: "\e92b";
  font-size: 14px;
  vertical-align: bottom;
}
.post-entry ol {
  list-style-type: decimal;
  margin: 15px 0;
  padding: 0 25px;
}
.post-entry ol li {
  list-style-type: decimal;
  margin: 0 0 15px 0;
  padding: 0;
}
.post-entry ol li:before {
  content: '';
}
.post-entry .botonera {
  text-align: center;
}
#content .post-meta {
  font-size: 14px;
}
.single-post h2 {
  font-size: 23px;
  margin-bottom: 0;
}
/*--------------------------------------mixins--------------------------------------------------*/
/*
.icon_awe(@content, @font-size) {
	&:before {
		display:inline-block;
		content:@content;
		font: normal normal normal @font-size/1 FontAwesome;
		margin:-(@font-size/4) @font-size/4 0 0;
		//font-size: @font-size;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		vertical-align: middle;
	}
}
*/
.span_ico {
  display: inline-block;
  width: calc( 100% - 3em );
  vertical-align: middle;
}
@media (min-width: 996.45px) {
  .escalable_font {
    font-size: 0.8385em;
    padding-left: 5.5px;
    padding-right: 5.5px;
    letter-spacing: 0.02981515em;
  }
}
@media (min-width: 1015.9px) {
  .escalable_font {
    font-size: 0.847em;
    padding-left: 6px;
    padding-right: 6px;
    letter-spacing: 0.02951594em;
  }
}
@media (min-width: 1035.35px) {
  .escalable_font {
    font-size: 0.8555em;
    padding-left: 6.5px;
    padding-right: 6.5px;
    letter-spacing: 0.02922268em;
  }
}
@media (min-width: 1054.8px) {
  .escalable_font {
    font-size: 0.864em;
    padding-left: 7px;
    padding-right: 7px;
    letter-spacing: 0.02893519em;
  }
}
@media (min-width: 1074.25px) {
  .escalable_font {
    font-size: 0.8725em;
    padding-left: 7.5px;
    padding-right: 7.5px;
    letter-spacing: 0.0286533em;
  }
}
@media (min-width: 1093.7px) {
  .escalable_font {
    font-size: 0.881em;
    padding-left: 8px;
    padding-right: 8px;
    letter-spacing: 0.02837684em;
  }
}
@media (min-width: 1113.15px) {
  .escalable_font {
    font-size: 0.8895em;
    padding-left: 8.5px;
    padding-right: 8.5px;
    letter-spacing: 0.02810568em;
  }
}
@media (min-width: 1132.6px) {
  .escalable_font {
    font-size: 0.898em;
    padding-left: 9px;
    padding-right: 9px;
    letter-spacing: 0.02783964em;
  }
}
@media (min-width: 1152.05px) {
  .escalable_font {
    font-size: 0.9065em;
    padding-left: 9.5px;
    padding-right: 9.5px;
    letter-spacing: 0.0275786em;
  }
}
@media (min-width: 1171.5px) {
  .escalable_font {
    font-size: 0.915em;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0.0273224em;
  }
}
@media (min-width: 1190.95px) {
  .escalable_font {
    font-size: 0.9235em;
    padding-left: 10.5px;
    padding-right: 10.5px;
    letter-spacing: 0.02707093em;
  }
}
@media (min-width: 1210.4px) {
  .escalable_font {
    font-size: 0.932em;
    padding-left: 11px;
    padding-right: 11px;
    letter-spacing: 0.02682403em;
  }
}
@media (min-width: 1229.85px) {
  .escalable_font {
    font-size: 0.9405em;
    padding-left: 11.5px;
    padding-right: 11.5px;
    letter-spacing: 0.02658161em;
  }
}
@media (min-width: 1249.3px) {
  .escalable_font {
    font-size: 0.949em;
    padding-left: 12px;
    padding-right: 12px;
    letter-spacing: 0.02634352em;
  }
}
@media (min-width: 1268.75px) {
  .escalable_font {
    font-size: 0.9575em;
    padding-left: 12.5px;
    padding-right: 12.5px;
    letter-spacing: 0.02610966em;
  }
}
@media (min-width: 1288.2px) {
  .escalable_font {
    font-size: 0.966em;
    padding-left: 13px;
    padding-right: 13px;
    letter-spacing: 0.02587992em;
  }
}
@media (min-width: 1307.65px) {
  .escalable_font {
    font-size: 0.9745em;
    padding-left: 13.5px;
    padding-right: 13.5px;
    letter-spacing: 0.02565418em;
  }
}
@media (min-width: 1327.1px) {
  .escalable_font {
    font-size: 0.983em;
    padding-left: 14px;
    padding-right: 14px;
    letter-spacing: 0.02543235em;
  }
}
@media (min-width: 1346.55px) {
  .escalable_font {
    font-size: 0.9915em;
    padding-left: 14.5px;
    padding-right: 14.5px;
    letter-spacing: 0.02521432em;
  }
}
@media (min-width: 1366px) {
  .escalable_font {
    font-size: 1em;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 0.025em;
  }
}
/*--------------------grid para tamaños extra---------------------------*/
#wrap [class^="icon-"]:before,
#wrap [class*=" icon-"]:before,
.icofont {
  font-family: 'icon-intef' !important;
}
#wrap [class^="file-"]:before,
#wrap [class*=" file-"]:before,
.icofont-file {
  font-family: 'icofont-files' !important;
}
#wrap [class^="bullet-"]:before,
#wrap [class*=" bullet-"]:before,
.icofont-bullet {
  font-family: 'icofont-bullets' !important;
}
#wrap [class^="brand-"]:before,
#wrap [class*=" brand-"]:before,
.icofont-brand {
  font-family: 'icofont-brands' !important;
}
#wrap [class^="icon-"]:before,
#wrap [class*=" icon-"]:before,
.icofont,
#wrap [class^="file-"]:before,
#wrap [class*=" file-"]:before,
.icofont-file,
#wrap [class^="bullet-"]:before,
#wrap [class*=" bullet-"]:before,
.icofont-bullet,
#wrap [class^="brand-"]:before,
#wrap [class*=" brand-"]:before,
.icofont-brand {
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*-----------------------iconos intef----------------------------*/
.icon-abiesweb:before {
  content: "\e900";
}
.icon-aprendizaje-en-linea:before {
  content: "\e901";
}
.icon-aula-del-futuro:before {
  content: "\e902";
}
.icon-banco-de-imagenes-y-sonidos:before {
  content: "\e903";
}
.icon-cedec:before {
  content: "\e904";
}
.icon-competencia-digital-educativa:before {
  content: "\e905";
}
.icon-credenciales-digitales:before {
  content: "\e906";
}
.icon-cursos-de-verano:before {
  content: "\e907";
}
.icon-edia:before {
  content: "\e908";
}
.icon-escuelas-conectadas:before {
  content: "\e909";
}
.icon-estancias-profesionales:before {
  content: "\e90a";
}
.icon-estandares-educativas:before {
  content: "\e90b";
}
.icon-etwinning:before {
  content: "\e90c";
}
.icon-exelearning:before {
  content: "\e90d";
}
.icon-experiencias-inspiradoras:before {
  content: "\e90e";
}
.icon-fablab:before {
  content: "\e90f";
}
.icon-formacion-presencial:before {
  content: "\e910";
}
.icon-la-aventura-de-aprender:before {
  content: "\e913";
}
.icon-observatorio-de-tecnologia-educativa:before {
  content: "\e914";
}
.icon-otros-proyectos:before {
  content: "\e915";
}
.icon-pensamiento-computacional:before {
  content: "\e916";
}
.icon-procomun:before {
  content: "\e917";
}
.icon-registros-formacion:before {
  content: "\e918";
}
.icon-samsung-smart-school:before {
  content: "\e919";
}
.icon-seguridad-del-menor-en-internet:before {
  content: "\e91a";
}
.icon-hexagono-solid:before {
  content: "\e911";
}
.icon-hexagono-stroke:before {
  content: "\e912";
}
.icon-alarma:before {
  content: "\e91b";
}
.icon-alerta:before {
  content: "\e91c";
}
.icon-atencion-ciudadanos:before {
  content: "\e91d";
}
.icon-avion-papel:before {
  content: "\e91e";
}
.icon-basura:before {
  content: "\e91f";
}
.icon-bateria:before {
  content: "\e920";
}
.icon-biblioteca:before {
  content: "\e921";
}
.icon-birrete:before {
  content: "\e922";
}
.icon-brujula01:before {
  content: "\e923";
}
.icon-brujula02:before {
  content: "\e924";
}
.icon-brujula03:before {
  content: "\e925";
}
.icon-calendario:before,
.agendar:before {
  content: "\e926";
}
.icon-campana:before {
  content: "\e927";
}
.icon-candado-locked:before {
  content: "\e928";
}
.icon-candado-unlocked:before {
  content: "\e929";
}
.icon-cloud-backup-up-arrow:before {
  content: "\e92a";
}
.icon-cloud-done-symbol:before {
  content: "\e92b";
}
.icon-cloud-download:before {
  content: "\e92c";
}
.icon-cono-rtafico:before {
  content: "\e92d";
}
.icon-dark-cloud:before {
  content: "\e92e";
}
.icon-dispositivo-conectado01:before {
  content: "\e92f";
}
.icon-dispositivo-conectado02:before {
  content: "\e930";
}
.icon-dispositivos:before {
  content: "\e931";
}
.icon-estadisticas:before {
  content: "\e932";
}
.icon-etiqueta:before {
  content: "\e933";
}
.icon-etiquetas:before,
.etiquetas_gen:before,
.main_column #posts-list .post .post-meta .tags:before,
#buscador .main_column .listado_recursos .recurso .tags:before {
  content: "\e934";
}
.icon-euro:before {
  content: "\e935";
}
.icon-examen:before {
  content: "\e936";
}
.icon-geo-posicion:before {
  content: "\e937";
}
.icon-hablar:before {
  content: "\e938";
}
.icon-hombre-portatil:before {
  content: "\e939";
}
.icon-home:before {
  content: "\e93a";
}
.icon-indicadores-direccion:before {
  content: "\e93b";
}
.icon-laboratorio:before {
  content: "\e93c";
}
.icon-libro:before {
  content: "\e93d";
}
.icon-libro2:before {
  content: "\e93e";
}
.icon-llave:before {
  content: "\e93f";
}
.icon-lupa:before,
#buscador aside.aside_left .campo_busqueda label:after {
  content: "\e940";
}
.icon-mazo-ley:before {
  content: "\e941";
}
.icon-mountains:before {
  content: "\e942";
}
.icon-movil01:before {
  content: "\e943";
}
.icon-movil02:before {
  content: "\e944";
}
.icon-paraguas:before {
  content: "\e945";
}
.icon-pc-sobremesa:before {
  content: "\e946";
}
.icon-pluma:before {
  content: "\e947";
}
.icon-raton:before {
  content: "\e948";
}
.icon-registro-formacion:before,
.main_column .botones_destacados > div.rubricas .ico:after {
  content: "\e949";
}
.icon-reloj:before {
  content: "\e94a";
}
.icon-tablet:before {
  content: "\e94b";
}
.icon-tarjeta-credito:before {
  content: "\e94c";
}
.icon-telefono:before {
  content: "\e94d";
}
.icon-etwinning_sin:before {
  content: "\e94e";
}
.icon-autor:before {
  content: "\e94f";
}
.icon-compas:before {
  content: "\e950";
}
.icon-explicacion:before {
  content: "\e951";
}
.icon-info:before {
  content: "\e952";
}
.icon-metodologia:before {
  content: "\e953";
}
.icon-microfono:before {
  content: "\e954";
}
.icon-recomendacion:before {
  content: "\e955";
}
.icon-soluciones:before,
.main_column .botones_destacados > div.situaciones .ico:after {
  content: "\e956";
}
.icon-bombilla:before,
.main_column .botones_destacados > div.experiencias .ico:after {
  content: "\e957";
}
.icon-huellas:before {
  content: "\e958";
}
.icon-bandera:before {
  content: "\e959";
}
.icon-caballo_ajedrez:before {
  content: "\e95a";
}
.icon-calculadora02:before {
  content: "\e95b";
}
.icon-compass:before {
  content: "\e95c";
}
.icon-config:before {
  content: "\e95d";
}
.icon-globe:before {
  content: "\e95e";
}
.icon-gps_situacion:before {
  content: "\e95f";
}
.icon-llama:before {
  content: "\e960";
}
.icon-llave02:before {
  content: "\e961";
}
.icon-login:before {
  content: "\e962";
}
.icon-manos:before {
  content: "\e963";
}
.icon-nube_check:before {
  content: "\e964";
}
.icon-share:before {
  content: "\e965";
}
.icon-antena_mundo:before {
  content: "\e966";
}
.icon-cerrojo_digital:before {
  content: "\e967";
}
.icon-cohete:before {
  content: "\e968";
}
.icon-colaborar:before {
  content: "\e969";
}
.icon-config_pc:before {
  content: "\e96a";
}
.icon-cuadrado_dragable:before {
  content: "\e96b";
}
.icon-cubo3D:before {
  content: "\e96c";
}
.icon-diagrama_flujo:before {
  content: "\e96d";
}
.icon-documento_codigo:before {
  content: "\e96e";
}
.icon-drone:before {
  content: "\e96f";
}
.icon-microprocesador:before {
  content: "\e970";
}
.icon-nodo_dragable:before {
  content: "\e971";
}
.icon-nube_conectada:before {
  content: "\e972";
}
.icon-ojo_conectado:before {
  content: "\e973";
}
.icon-ojo_digital:before {
  content: "\e974";
}
.icon-persona_conectada:before {
  content: "\e975";
}
.icon-robot:before {
  content: "\e976";
}
.icon-ropa_conectada:before {
  content: "\e977";
}
.icon-tableta_digital:before {
  content: "\e978";
}
.icon-vectorial:before {
  content: "\e979";
}
.icon-visor_ar:before {
  content: "\e97a";
}
.icon-alumno_mesa:before {
  content: "\e97b";
}
.icon-alumno_y_educador:before {
  content: "\e97c";
}
.icon-alumno_y_educador_2:before {
  content: "\e97d";
}
.icon-alumnos:before {
  content: "\e97e";
}
.icon-amenaza_oculta:before {
  content: "\e97f";
}
.icon-bachillerato:before {
  content: "\e980";
}
.icon-centro_educativo:before {
  content: "\e981";
}
.icon-chicas_steam:before {
  content: "\e982";
}
.icon-compensar:before {
  content: "\e983";
}
.icon-corriendo:before {
  content: "\e984";
}
.icon-educador_pizarra:before {
  content: "\e985";
}
.icon-educador_portatil:before {
  content: "\e986";
}
.icon-educador_y_educadora:before {
  content: "\e987";
}
.icon-equidad:before {
  content: "\e988";
}
.icon-escudo:before {
  content: "\e989";
}
.icon-etapa_infantil:before {
  content: "\e98a";
}
.icon-etapa_primaria:before {
  content: "\e98b";
}
.icon-etapa_secundaria:before {
  content: "\e98c";
}
.icon-file_ppt_solid:before {
  content: "\e98d";
}
.icon-formacion_profesional:before {
  content: "\e98e";
}
.icon-inversion_educacion:before {
  content: "\e98f";
}
.icon-libro_lapiz:before {
  content: "\e990";
}
.icon-madre_nino_movil:before {
  content: "\e991";
}
.icon-mando_videojuego:before {
  content: "\e992";
}
.icon-moncloa:before {
  content: "\e993";
}
.icon-nino_busto:before {
  content: "\e994";
}
.icon-nino_movil:before {
  content: "\e995";
}
.icon-nino_nina_balanza:before {
  content: "\e996";
}
.icon-padre_madre:before {
  content: "\e997";
}
.icon-pagina_web:before {
  content: "\e998";
}
.icon-pelicula:before {
  content: "\e999";
}
.icon-proteccion_menor:before {
  content: "\e99a";
}
.icon-proteccion_mundo:before {
  content: "\e99b";
}
.icon-romper_cadena:before {
  content: "\e99c";
}
.icon-segregar:before {
  content: "\e99d";
}
.icon-sociedad:before {
  content: "\e99e";
}
.icon-fcl_01:before {
  content: "\e99f";
}
.icon-fcl_02:before {
  content: "\e9a0";
}
.icon-fcl_03:before {
  content: "\e9a1";
}
.icon-fcl_04:before {
  content: "\e9a2";
}
.icon-fcl_05:before {
  content: "\e9a3";
}
.icon-fcl_06:before {
  content: "\e9a4";
}
.icon-flecha_corp:before {
  content: "\e9a5";
}
.icon-flecha_dere:before,
.ver_todos:after,
.listado_generico > li > ul > li > ul > li:before,
.post-entry ul > li > ul > li > ul > li:before,
#buscador .main_column .listado_recursos .recurso .experiencias_relacionadas ul > li > ul > li > ul > li:before {
  content: "\e9a6";
}
.icon-flecha_down:before {
  content: "\e9a7";
}
.icon-flecha_izqui:before {
  content: "\e9a8";
}
.icon-flecha_up:before,
a.menos:after {
  content: "\e9a9";
}
.icon-idea:before {
  content: "\e9aa";
}
.icon-pen:before {
  content: "\e9ab";
}
.icon-tools:before {
  content: "\e9ac";
}
.icon-use_portatil:before {
  content: "\e9ad";
}
/*--------------brands-------------------*/
#wrap .brand-blog-square:before {
  content: "\e91b";
}
#wrap .brand-flickr-square:before {
  content: "\e91c";
}
#wrap .brand-base-square:before {
  content: "\e91d";
}
#wrap .brand-android:before {
  content: "\e900";
}
#wrap .brand-apple:before {
  content: "\e901";
}
#wrap .brand-facebook:before {
  content: "\e902";
}
#wrap .brand-facebook-f:before {
  content: "\e903";
}
#wrap .brand-facebook-official:before {
  content: "\e904";
}
#wrap .brand-facebook-square:before {
  content: "\e905";
}
#wrap .brand-google:before {
  content: "\e906";
}
#wrap .brand-google-plus:before {
  content: "\e907";
}
#wrap .brand-google-plus-square:before {
  content: "\e908";
}
#wrap .brand-html5:before {
  content: "\e909";
}
#wrap .brand-instagram-square:before {
  content: "\e90a";
}
#wrap .brand-internet-explorer:before {
  content: "\e90b";
}
#wrap .brand-linkedin:before {
  content: "\e90c";
}
#wrap .brand-linkedin-square:before {
  content: "\e90d";
}
#wrap .brand-pinterest:before {
  content: "\e90e";
}
#wrap .brand-pinterest-p:before {
  content: "\e90f";
}
#wrap .brand-pinterest-square:before {
  content: "\e910";
}
#wrap .brand-rss:before {
  content: "\e911";
}
#wrap .brand-rss-square:before {
  content: "\e912";
}
#wrap .brand-skype:before {
  content: "\e913";
}
#wrap .brand-twitter:before {
  content: "\e914";
}
#wrap .brand-twitter-square:before {
  content: "\e915";
}
#wrap .brand-vimeo:before {
  content: "\e916";
}
#wrap .brand-vimeo-square:before {
  content: "\e917";
}
#wrap .brand-whatsapp:before {
  content: "\e918";
}
#wrap .brand-wikipedia-w:before {
  content: "\e919";
}
#wrap .brand-youtube-square:before {
  content: "\e91a";
}
#wrap .brand-youtube-square-2:before {
  content: "\e91e";
}
#wrap .brand-instagram-square-2:before {
  content: "\e91f";
}
.brand-youtube:before {
  content: "\e920";
}
/*------------------bullets---------------------------*/
#wrap .bullet-enlarge:before {
  content: "\e900";
}
#wrap .bullet-shrink:before {
  content: "\e901";
}
#wrap .bullet-enlarge2:before {
  content: "\e902";
}
#wrap .bullet-shrink2:before {
  content: "\e903";
}
#wrap .bullet-add-button-inside-black-circle:before {
  content: "\e904";
}
#wrap .bullet-add-plus-button:before {
  content: "\e905";
}
#wrap .bullet-adjust:before {
  content: "\e906";
}
#wrap .bullet-adjust-button-with-plus-and-minus:before {
  content: "\e907";
}
#wrap .bullet-angle-double-down:before {
  content: "\e908";
}
#wrap .bullet-angle-double-left:before {
  content: "\e909";
}
#wrap .bullet-angle-double-right:before {
  content: "\e90a";
}
#wrap .bullet-angle-double-up:before {
  content: "\e90b";
}
#wrap .bullet-angle-down:before {
  content: "\e90c";
}
#wrap .bullet-angle-left:before {
  content: "\e90d";
}
#wrap .bullet-angle-right:before {
  content: "\e90e";
}
#wrap .bullet-angle-up:before {
  content: "\e90f";
}
#wrap .bullet-arrow-circle-down:before {
  content: "\e910";
}
#wrap .bullet-arrow-circle-left:before {
  content: "\e911";
}
#wrap .bullet-arrow-circle-o-down:before {
  content: "\e912";
}
#wrap .bullet-arrow-circle-o-left:before {
  content: "\e913";
}
#wrap .bullet-arrow-circle-o-right:before {
  content: "\e914";
}
#wrap .bullet-arrow-circle-o-up:before {
  content: "\e915";
}
#wrap .bullet-arrow-circle-right:before {
  content: "\e916";
}
#wrap .bullet-arrow-circle-up:before {
  content: "\e917";
}
#wrap .bullet-arrow-down:before {
  content: "\e918";
}
#wrap .bullet-arrow-left:before {
  content: "\e919";
}
#wrap .bullet-arrow-right:before {
  content: "\e91a";
}
#wrap .bullet-arrows:before {
  content: "\e91b";
}
#wrap .bullet-arrows-alt:before {
  content: "\e91c";
}
#wrap .bullet-arrows-h:before {
  content: "\e91d";
}
#wrap .bullet-arrows-v:before {
  content: "\e91e";
}
#wrap .bullet-arrow-up:before {
  content: "\e91f";
}
#wrap .bullet-asterisk:before {
  content: "\e920";
}
#wrap .bullet-back-arrow:before {
  content: "\e921";
}
#wrap .bullet-backward:before {
  content: "\e922";
}
#wrap .bullet-black-check-box-with-white-check:before {
  content: "\e923";
}
#wrap .bullet-blank-check-box:before {
  content: "\e924";
}
#wrap .bullet-call-made-right-arrow:before {
  content: "\e925";
}
#wrap .bullet-call-received-arrow:before {
  content: "\e926";
}
#wrap .bullet-cancel-button:before {
  content: "\e927";
}
#wrap .bullet-caps-lock-button:before {
  content: "\e928";
}
#wrap .bullet-caret-down:before,
#buscador aside.aside_left .filtros .filtro > a.desplegar_filtro:after,
#buscador .main_column .listado_recursos .recurso .botonera .boton_secundario.abierto .ver_opciones:before {
  content: "\e929";
}
#wrap .bullet-caret-left:before,
.carrusel_generico .owl-nav button.owl-prev:before,
#buscador aside.aside_left .filtros .filtro .botonera a.ver_todos.abierto:after {
  content: "\e92a";
}
#wrap .bullet-caret-right:before,
.listado_generico > li:before,
.listado_generico > li > ul > li:before,
.carrusel_generico .owl-nav button.owl-next:before,
.post-entry ul > li:before,
.post-entry ul > li > ul > li:before,
.post-entry .botonera .boton_formu:before,
#buscador .main_column .listado_recursos .recurso .contenidos ul li:before,
#buscador .main_column .listado_recursos .recurso .botonera .boton_formu:before,
#buscador .main_column .listado_recursos .recurso .botonera .boton_secundario .ver_opciones:before,
#buscador .main_column .listado_recursos .recurso .experiencias_relacionadas ul > li:before,
#buscador .main_column .listado_recursos .recurso .experiencias_relacionadas ul > li > ul > li:before {
  content: "\e92b";
}
#wrap .bullet-caret-square-o-down:before {
  content: "\e92c";
}
#wrap .bullet-caret-square-o-left:before {
  content: "\e92d";
}
#wrap .bullet-caret-square-o-right:before {
  content: "\e92e";
}
#wrap .bullet-caret-square-o-up:before {
  content: "\e92f";
}
#wrap .bullet-caret-up:before,
#buscador aside.aside_left .filtros .filtro.abierto > a.desplegar_filtro:after {
  content: "\e930";
}
#wrap .bullet-cell-phone-high-signal-indicator:before {
  content: "\e931";
}
#wrap .bullet-chain:before {
  content: "\e932";
}
#wrap .bullet-change-power-options:before {
  content: "\e933";
}
#wrap .bullet-check:before {
  content: "\e934";
}
#wrap .bullet-check-box:before {
  content: "\e935";
}
#wrap .bullet-check-circle:before {
  content: "\e936";
}
#wrap .bullet-check-circle-o:before {
  content: "\e937";
}
#wrap .bullet-check-square:before {
  content: "\e938";
}
#wrap .bullet-check-square-o:before {
  content: "\e939";
}
#wrap .bullet-check-symbol:before {
  content: "\e93a";
}
#wrap .bullet-chevron-circle-down:before {
  content: "\e93b";
}
#wrap .bullet-chevron-circle-left:before {
  content: "\e93c";
}
#wrap .bullet-chevron-circle-right:before {
  content: "\e93d";
}
#wrap .bullet-chevron-circle-up:before {
  content: "\e93e";
}
#wrap .bullet-chevron-down:before,
#buscador aside.aside_left .cont_ir_resultados .ir_resultados:after {
  content: "\e93f";
}
#wrap .bullet-chevron-left:before {
  content: "\e940";
}
#wrap .bullet-chevron-right:before {
  content: "\e941";
}
#wrap .bullet-chevron-up:before {
  content: "\e942";
}
#wrap .bullet-circle:before {
  content: "\e943";
}
#wrap .bullet-circle-o:before {
  content: "\e944";
}
#wrap .bullet-circle-o-notch:before {
  content: "\e945";
}
#wrap .bullet-circle-outline:before {
  content: "\e946";
}
#wrap .bullet-circle-thin:before {
  content: "\e947";
}
#wrap .bullet-circle-with-check-symbol:before {
  content: "\e948";
}
#wrap .bullet-circumference:before {
  content: "\e949";
}
#wrap .bullet-clear-button:before {
  content: "\e94a";
}
#wrap .bullet-clone:before {
  content: "\e94b";
}
#wrap .bullet-close:before,
.modal a.close-modal:before {
  content: "\e94c";
}
#wrap .bullet-close-button:before {
  content: "\e94d";
}
#wrap .bullet-compress:before {
  content: "\e94e";
}
#wrap .bullet-crop-button:before {
  content: "\e94f";
}
#wrap .bullet-do-not-disturb-rounded-sign:before {
  content: "\e950";
}
#wrap .bullet-download-button:before {
  content: "\e951";
}
#wrap .bullet-downwards-arrow-key:before {
  content: "\e952";
}
#wrap .bullet-drop-down-arrow:before {
  content: "\e953";
}
#wrap .bullet-drop-down-round-button:before {
  content: "\e954";
}
#wrap .bullet-drop-up-arrow:before {
  content: "\e955";
}
#wrap .bullet-eject:before {
  content: "\e956";
}
#wrap .bullet-ellipsis-h:before {
  content: "\e957";
}
#wrap .bullet-ellipsis-v:before {
  content: "\e958";
}
#wrap .bullet-exchange:before {
  content: "\e959";
}
#wrap .bullet-exclamation:before {
  content: "\e95a";
}
#wrap .bullet-exclamation-circle:before {
  content: "\e95b";
}
#wrap .bullet-exclamation-triangle:before {
  content: "\e95c";
}
#wrap .bullet-expand:before {
  content: "\e95d";
}
#wrap .bullet-expand-arrow:before {
  content: "\e95e";
}
#wrap .bullet-expand-button:before {
  content: "\e95f";
}
#wrap .bullet-external-link:before {
  content: "\e960";
}
#wrap .bullet-external-link-square:before {
  content: "\e961";
}
#wrap .bullet-fast-forward-button:before {
  content: "\e962";
}
#wrap .bullet-filled-circle:before {
  content: "\e963";
}
#wrap .bullet-folder-symbol:before {
  content: "\e964";
}
#wrap .bullet-forward-arrow:before {
  content: "\e965";
}
#wrap .bullet-forward-right-arrow-button:before {
  content: "\e966";
}
#wrap .bullet-full-screen-exit:before {
  content: "\e967";
}
#wrap .bullet-get-directions-button:before {
  content: "\e968";
}
#wrap .bullet-get-pocket:before {
  content: "\e969";
}
#wrap .bullet-go-back-left-arrow:before {
  content: "\e96a";
}
#wrap .bullet-google-apps-script-logo:before {
  content: "\e96b";
}
#wrap .bullet-import-export-arrows:before {
  content: "\e96c";
}
#wrap .bullet-keyboard-left-arrow-button:before {
  content: "\e96d";
}
#wrap .bullet-keyboard-right-arrow-button:before {
  content: "\e96e";
}
#wrap .bullet-left-arrow-key-1:before {
  content: "\e96f";
}
#wrap .bullet-left-arrow-missed-call:before {
  content: "\e970";
}
#wrap .bullet-location-arrow:before {
  content: "\e971";
}
#wrap .bullet-long-arrow-down:before {
  content: "\e972";
}
#wrap .bullet-long-arrow-left:before {
  content: "\e973";
}
#wrap .bullet-long-arrow-right:before {
  content: "\e974";
}
#wrap .bullet-long-arrow-up:before {
  content: "\e975";
}
#wrap .bullet-mail-forward:before {
  content: "\e976";
}
#wrap .bullet-mail-reply:before {
  content: "\e977";
}
#wrap .bullet-move-window:before {
  content: "\e978";
}
#wrap .bullet-play:before {
  content: "\e979";
}
#wrap .bullet-play-circle:before {
  content: "\e97a";
}
#wrap .bullet-play-circle-o:before {
  content: "\e97b";
}
#wrap .bullet-plus:before {
  content: "\e97c";
}
#wrap .bullet-plus-circle:before {
  content: "\e97d";
}
#wrap .bullet-plus-square:before {
  content: "\e97e";
}
#wrap .bullet-plus-square-o:before {
  content: "\e97f";
}
#wrap .bullet-power-off:before {
  content: "\e980";
}
#wrap .bullet-previous-track:before {
  content: "\e981";
}
#wrap .bullet-progress-indicator:before {
  content: "\e982";
}
#wrap .bullet-refresh-button:before {
  content: "\e983";
}
#wrap .bullet-refresh-button-1:before {
  content: "\e984";
}
#wrap .bullet-remove:before {
  content: "\e985";
}
#wrap .bullet-repeat:before {
  content: "\e986";
}
#wrap .bullet-replay-arrow:before {
  content: "\e987";
}
#wrap .bullet-reply:before {
  content: "\e988";
}
#wrap .bullet-reply-all-button:before {
  content: "\e989";
}
#wrap .bullet-report-symbol:before {
  content: "\e98a";
}
#wrap .bullet-rewind-button:before {
  content: "\e98b";
}
#wrap .bullet-right-arrow-forward:before {
  content: "\e98c";
}
#wrap .bullet-rotate-left:before {
  content: "\e98d";
}
#wrap .bullet-rotate-right:before {
  content: "\e98e";
}
#wrap .bullet-rotate-to-left-button:before {
  content: "\e98f";
}
#wrap .bullet-rotate-to-right-button:before {
  content: "\e990";
}
#wrap .bullet-round-add-button:before {
  content: "\e991";
}
#wrap .bullet-round-data-usage-symbol:before {
  content: "\e992";
}
#wrap .bullet-round-delete-button:before {
  content: "\e993";
}
#wrap .bullet-rounded-adjust-button-with-plus-and-minus:before {
  content: "\e994";
}
#wrap .bullet-rounded-pause-button:before {
  content: "\e995";
}
#wrap .bullet-rounded-remove-button:before {
  content: "\e996";
}
#wrap .bullet-round-error-symbol:before {
  content: "\e997";
}
#wrap .bullet-round-info-button:before {
  content: "\e998";
}
#wrap .bullet-round-pause-button:before {
  content: "\e999";
}
#wrap .bullet-round-remove-button:before {
  content: "\e99a";
}
#wrap .bullet-round-rgb-button:before {
  content: "\e99b";
}
#wrap .bullet-share:before {
  content: "\e99c";
}
#wrap .bullet-share-square:before {
  content: "\e99d";
}
#wrap .bullet-share-square-o:before {
  content: "\e99e";
}
#wrap .bullet-show-less-fold-button:before {
  content: "\e99f";
}
#wrap .bullet-show-more-button:before {
  content: "\e9a0";
}
#wrap .bullet-shuffle-mode-arrows:before {
  content: "\e9a1";
}
#wrap .bullet-si-glyph-arrow-backward:before {
  content: "\e9a2";
}
#wrap .bullet-si-glyph-arrow-change:before {
  content: "\e9a3";
}
#wrap .bullet-si-glyph-arrow-circle-rycycle:before {
  content: "\e9a4";
}
#wrap .bullet-si-glyph-arrow-down:before {
  content: "\e9a5";
}
#wrap .bullet-si-glyph-arrow-forward:before {
  content: "\e9a6";
}
#wrap .bullet-si-glyph-arrow-four-way:before {
  content: "\e9a7";
}
#wrap .bullet-si-glyph-arrow-fullscreen:before {
  content: "\e9a8";
}
#wrap .bullet-si-glyph-arrow-fullscreen-2:before {
  content: "\e9a9";
}
#wrap .bullet-si-glyph-arrow-left:before {
  content: "\e9aa";
}
#wrap .bullet-si-glyph-arrow-left-right:before {
  content: "\e9ab";
}
#wrap .bullet-si-glyph-arrow-move:before {
  content: "\e9ac";
}
#wrap .bullet-si-glyph-arrow-reload:before {
  content: "\e9ad";
}
#wrap .bullet-si-glyph-arrow-resize-1:before {
  content: "\e9ae";
}
#wrap .bullet-si-glyph-arrow-resize-2:before {
  content: "\e9af";
}
#wrap .bullet-si-glyph-arrow-resize-3:before {
  content: "\e9b0";
}
#wrap .bullet-si-glyph-arrow-resize-4:before {
  content: "\e9b1";
}
#wrap .bullet-si-glyph-arrow-resize-5:before {
  content: "\e9b2";
}
#wrap .bullet-si-glyph-arrow-resize-6:before {
  content: "\e9b3";
}
#wrap .bullet-si-glyph-arrow-right:before {
  content: "\e9b4";
}
#wrap .bullet-si-glyph-arrow-shuffle:before {
  content: "\e9b5";
}
#wrap .bullet-si-glyph-arrow-thick-down:before,
.desc_pdf:after {
  content: "\e9b6";
}
#wrap .bullet-si-glyph-arrow-thick-left:before {
  content: "\e9b7";
}
#wrap .bullet-si-glyph-arrow-thick-right:before {
  content: "\e9b8";
}
#wrap .bullet-si-glyph-arrow-thick-thin-down:before {
  content: "\e9b9";
}
#wrap .bullet-si-glyph-arrow-thick-thin-up:before {
  content: "\e9ba";
}
#wrap .bullet-si-glyph-arrow-thick-up:before {
  content: "\e9bb";
}
#wrap .bullet-si-glyph-arrow-thin-down:before {
  content: "\e9bc";
}
#wrap .bullet-si-glyph-arrow-thin-left:before {
  content: "\e9bd";
}
#wrap .bullet-si-glyph-arrow-thin-left-bottom:before {
  content: "\e9be";
}
#wrap .bullet-si-glyph-arrow-thin-left-top:before {
  content: "\e9bf";
}
#wrap .bullet-si-glyph-arrow-thin-right:before {
  content: "\e9c0";
}
#wrap .bullet-si-glyph-arrow-thin-right-bottom:before {
  content: "\e9c1";
}
#wrap .bullet-si-glyph-arrow-thin-right-top:before {
  content: "\e9c2";
}
#wrap .bullet-si-glyph-arrow-thin-up:before {
  content: "\e9c3";
}
#wrap .bullet-si-glyph-arrow-three-way-1:before {
  content: "\e9c4";
}
#wrap .bullet-si-glyph-arrow-three-way-2:before {
  content: "\e9c5";
}
#wrap .bullet-si-glyph-arrow-triangle-recycle:before {
  content: "\e9c6";
}
#wrap .bullet-si-glyph-arrow-two-left-right:before {
  content: "\e9c7";
}
#wrap .bullet-si-glyph-arrow-two-up:before {
  content: "\e9c8";
}
#wrap .bullet-si-glyph-arrow-two-way:before {
  content: "\e9c9";
}
#wrap .bullet-si-glyph-arrow-two-way-left-right:before {
  content: "\e9ca";
}
#wrap .bullet-si-glyph-arrow-two-way-right:before {
  content: "\e9cb";
}
#wrap .bullet-si-glyph-arrow-two-way-right-bottom:before {
  content: "\e9cc";
}
#wrap .bullet-si-glyph-arrow-up:before {
  content: "\e9cd";
}
#wrap .bullet-si-glyph-arrow-up-down:before {
  content: "\e9ce";
}
#wrap .bullet-si-glyph-button-arrow-down:before {
  content: "\e9cf";
}
#wrap .bullet-si-glyph-button-arrow-left:before {
  content: "\e9d0";
}
#wrap .bullet-si-glyph-button-arrow-right:before {
  content: "\e9d1";
}
#wrap .bullet-si-glyph-button-arrow-up:before {
  content: "\e9d2";
}
#wrap .bullet-si-glyph-circle:before {
  content: "\e9d3";
}
#wrap .bullet-si-glyph-circle-backward:before {
  content: "\e9d4";
}
#wrap .bullet-si-glyph-circle-control-pad:before {
  content: "\e9d5";
}
#wrap .bullet-si-glyph-circle-drashed:before {
  content: "\e9d6";
}
#wrap .bullet-si-glyph-circle-error:before {
  content: "\e9d7";
}
#wrap .bullet-si-glyph-circle-forward:before {
  content: "\e9d8";
}
#wrap .bullet-si-glyph-circle-load-left:before {
  content: "\e9d9";
}
#wrap .bullet-si-glyph-circle-load-right:before {
  content: "\e9da";
}
#wrap .bullet-si-glyph-circle-plus:before {
  content: "\e9db";
}
#wrap .bullet-si-glyph-circle-remove:before {
  content: "\e9dc";
}
#wrap .bullet-si-glyph-circle-star:before {
  content: "\e9dd";
}
#wrap .bullet-si-glyph-circle-triangle-down:before {
  content: "\e9de";
}
#wrap .bullet-si-glyph-circle-triangle-left:before {
  content: "\e9df";
}
#wrap .bullet-si-glyph-circle-triangle-right:before {
  content: "\e9e0";
}
#wrap .bullet-sign-in:before {
  content: "\e9e1";
}
#wrap .bullet-sign-out:before {
  content: "\e9e2";
}
#wrap .bullet-sort:before {
  content: "\e9e3";
}
#wrap .bullet-sort-down:before {
  content: "\e9e4";
}
#wrap .bullet-sort-up:before {
  content: "\e9e5";
}
#wrap .bullet-split-call-arrows:before {
  content: "\e9e6";
}
#wrap .bullet-square-o:before {
  content: "\e9e7";
}
#wrap .bullet-stop-circle:before {
  content: "\e9e8";
}
#wrap .bullet-stop-circle-o:before {
  content: "\e9e9";
}
#wrap .bullet-swap-horizontal-orientation-arrows:before {
  content: "\e9ea";
}
#wrap .bullet-swap-vertical-orientation-arrows:before {
  content: "\e9eb";
}
#wrap .bullet-switch-to-full-screen-button:before {
  content: "\e9ec";
}
#wrap .bullet-switch-vertical-orientation-arrows:before {
  content: "\e9ed";
}
#wrap .bullet-synchronization-arrows:before {
  content: "\e9ee";
}
#wrap .bullet-synchronization-button-with-two-arrows:before {
  content: "\e9ef";
}
#wrap .bullet-synchronization-problem:before {
  content: "\e9f0";
}
#wrap .bullet-tab-symbol:before {
  content: "\e9f1";
}
#wrap .bullet-tick-inside-circle:before {
  content: "\e9f2";
}
#wrap .bullet-undo-button:before {
  content: "\e9f3";
}
#wrap .bullet-up-arrow-key:before {
  content: "\e9f4";
}
#wrap .bullet-upload-button:before {
  content: "\e9f5";
}
#wrap .bullet-verification-mark:before {
  content: "\e9f6";
}
/*-------------------------files------------------------------------*/
#wrap .file:before {
  content: "\e900";
}
#wrap .file-archive-o:before {
  content: "\e901";
}
#wrap .file-audio-o:before {
  content: "\e902";
}
#wrap .file-code-o:before {
  content: "\e903";
}
#wrap .file-excel-o:before {
  content: "\e904";
}
#wrap .file-image-o:before {
  content: "\e905";
}
#wrap .file-movie-o:before {
  content: "\e906";
}
#wrap .file-o:before {
  content: "\e907";
}
#wrap .file-pdf-o:before,
.desc_pdf:before {
  content: "\e908";
}
#wrap .file-photo-o:before {
  content: "\e909";
}
#wrap .file-picture-o:before {
  content: "\e90a";
}
#wrap .file-powerpoint-o:before {
  content: "\e90b";
}
#wrap .files-o:before {
  content: "\e90c";
}
#wrap .file-sound-o:before {
  content: "\e90d";
}
#wrap .file-text:before {
  content: "\e90e";
}
#wrap .file-text-o:before {
  content: "\e90f";
}
#wrap .file-video-o:before {
  content: "\e910";
}
#wrap .file-word-o:before {
  content: "\e911";
}
#wrap .file-zip-o:before {
  content: "\e912";
}
#wrap .file-folder:before {
  content: "\e913";
}
#wrap .file-folder-o:before {
  content: "\e914";
}
#wrap .file-folder-open:before {
  content: "\e915";
}
#wrap .file-folder-open-o:before {
  content: "\e916";
}
#wrap .file-pdf-solid:before {
  content: "\e917";
}
/*-------------ajustes de tamaño------------------*/
#wrap .icon-hierarchical-structure-1:before {
  font-size: 1.1em;
}
#wrap .icon-speech-bubble-with-mountains-inside:before {
  font-size: 0.9em;
}
#wrap .icon-si-glyph-cone:before {
  font-size: 1.2em;
}
#wrap .icon-airplane-1:before {
  font-size: 0.8em;
}
#wrap .icon-map:before {
  font-size: 0.9em;
}
#wrap .icon-map2:before {
  font-size: 0.9em;
}
#wrap .icon-bell:before {
  font-size: 0.9em;
}
#wrap .icon-info:before {
  font-size: 0.8em;
}
#wrap .icon-mm-estadisticas:before {
  font-size: 0.8em;
}
#wrap .icon-mm-hand-shake:before {
  font-size: 1.1em;
}
#wrap .icon-mortar-board:before {
  font-size: 1.1em;
}
#wrap .icon-sharethis-logo:before {
  font-size: 0.8em;
}
/*-------------------------------------cabecera superior----------------------------------------------*/
#wrap {
  background: url("../images/fondo_cab_tri_2019.png") center top repeat-x transparent;
}
.header_group {
  min-width: 340px;
  width: 100%;
}
.header_group #header {
  /*-----------------------------fixed---------------------------------------*/
}
.header_group #header .header_intef {
  padding: 3px 0 0 0;
}
.header_group #header .header_cedec {
  width: 100%;
  min-width: 340px;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  margin: 5px 0 15px 0;
}
.header_group #header .header_cedec:before,
.header_group #header .header_cedec:after {
  content: " ";
  display: table;
}
.header_group #header .header_cedec:after {
  clear: both;
}
.header_group #header .header_cedec:before,
.header_group #header .header_cedec:after {
  content: " ";
  display: table;
}
.header_group #header .header_cedec:after {
  clear: both;
}
.header_group #header .header_cedec .cab-izq {
  width: 400px;
  float: left;
  margin: 5px 0 0 0;
  padding: 0;
  overflow: inherit;
  position: relative;
  z-index: 100;
}
.header_group #header .header_cedec .cab-izq .marca-cedec img {
  width: 350px;
  max-width: 100%;
}
.header_group #header .header_cedec .cab-dere {
  height: 60px;
  width: 100%;
  padding: 5px 0 0 400px;
  position: relative;
}
.header_group #header .header_cedec .cab-dere:before,
.header_group #header .header_cedec .cab-dere:after {
  content: " ";
  display: table;
}
.header_group #header .header_cedec .cab-dere:after {
  clear: both;
}
.header_group #header .header_cedec .cab-dere:before,
.header_group #header .header_cedec .cab-dere:after {
  content: " ";
  display: table;
}
.header_group #header .header_cedec .cab-dere:after {
  clear: both;
}
.header_group #header .header_cedec .cab-dere .cab-contacto {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  vertical-align: top;
  padding: 0  0;
  height: 100%;
  text-align: right;
}
.header_group #header .header_cedec .cab-dere .cab-contacto li {
  display: inline-block;
}
.header_group #header .header_cedec .cab-dere .cab-contacto a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 24px;
  display: inline-block;
  color: #7d8f8f;
}
.header_group #header .header_cedec .cab-dere .cab-contacto a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #546262;
}
.header_group #header .header_cedec .cab-dere .cab-contacto a span {
  position: absolute;
  top: -100px;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
  font-size: x-small;
  padding: 0 !important;
}
.header_group #header .header_cedec .cab-dere .cab-buscador {
  display: inline-block;
  vertical-align: top;
}
.header_group #header .header_cedec #nav {
  margin: 10px 0 0 0;
  float: none;
}
.header_group #header .header_cedec #nav::before {
  font-family: 'icon-intef' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F';
  display: block;
  overflow: hidden;
  color: #7d8f8f;
  white-space: nowrap;
  width: 100%;
  margin: 0 0 0 0;
  text-overflow: clip;
  height: 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 6px;
  letter-spacing: -1px;
}
.header_group #header .header_cedec #nav .select-menu {
  width: 300px;
}
.header_group #header .header_cedec #nav .searchfield {
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  margin: 6px 0 0 0;
  width: 190px;
  height: 26px;
  padding: 2px 5px 2px 5px;
}
@media (max-width: 632px) {
  #wrap .header_group #header .cab-izq {
    text-align: center;
    width: 100%;
    float: none;
  }
  #wrap .header_group #header .cab-dere {
    text-align: center;
    width: 100%;
    padding: 5px;
    height: auto;
  }
  #wrap .header_group #header .cab-dere .cab-contacto {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media (max-width: 570px) {
  #wrap .header_group #header .cab-izq a {
    width: 100%;
    display: inline-block;
  }
  #wrap .header_group #header .cab-izq a.marca_propia {
    margin-left: 0;
  }
  #wrap .header_group #header .cab-izq a.marca_propia img {
    margin-top: 4px;
  }
}
@media (max-width: 480px) {
  .header_group #header .cab-dere {
    text-align: center;
  }
  .header_group #header .cab-dere .cab-buscador input {
    width: 125px;
  }
}
.header_group #header.fixed {
  padding-top: 23px;
  /*evita que pegue un tirón cuando se fija el nav*/
}
#wrap #w_aux .header_group #header.fixed .cab-dere {
  position: absolute;
  text-align: right;
  width: 100%;
  right: 0;
  top: 0;
  padding: 0;
}
#wrap #w_aux .header_group #header.fixed .cab-dere .cab-contacto {
  width: 110px;
  padding: 0 25px 0 0;
}
#wrap #w_aux .header_group #header.fixed .cab-dere .cab-contacto li {
  width: 25px;
}
#wrap #w_aux .header_group #header.fixed .cab-dere .cab-contacto li a {
  position: fixed;
  z-index: 1100;
  top: 3px;
  line-height: 0.8em;
  font-size: 22px;
}
.logged-in #wrap #w_aux .header_group #header.fixed .cab-dere .cab-contacto li a {
  top: 35px;
}
#wrap #w_aux .header_group #header.fixed .cab-dere .cab-buscador {
  width: 20px;
  text-align: left;
  height: 20px;
}
@media (max-width: 782px) {
  .logged-in #wrap #w_aux .header_group #header.fixed .cab-dere .cab-contacto li a {
    top: 49px;
  }
  .logged-in #wrap #w_aux .header_group #header.fixed .cab-dere .cab-buscador input {
    top: 47px;
  }
}
@media (max-width: 600px) {
  .logged-in #wrap #w_aux .header_group #header.fixed .cab-dere .cab-contacto li a {
    top: 3px;
  }
  .logged-in #wrap #w_aux .header_group #header.fixed .cab-dere .cab-buscador input {
    top: 1px;
  }
}
/*-----------------------------footer------------------------------------*/
.footer {
  padding: 0 0 15px 0;
}
.footer #menu-basico {
  width: 100%;
  text-align: center;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
}
.footer #menu-basico ul {
  padding: 8px 0;
}
.footer #menu-basico ul li {
  display: inline-block;
  font-family: 'Roboto-Regular', Helvetica, sans-serif;
}
.footer #menu-basico ul li + li {
  vertical-align: baseline;
}
.footer #menu-basico ul li + li::before {
  content: '//';
  display: inline-block;
  margin: 0 10px;
  color: #cfd6d6;
  font-weight: bold;
  height: 13px;
  vertical-align: baseline;
  overflow: hidden;
}
.footer #menu-basico ul li a {
  vertical-align: baseline;
  color: #00858C;
  font-size: 16px;
}
.footer #menu-basico ul li a:hover {
  text-decoration: underline;
}
.footer .owner {
  margin: 20px 0 10px 0;
}
.footer .owner p {
  margin: 0;
  font-size: 15px;
  text-align: center;
}
.footer p {
  margin: 0;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 992px) {
  .footer ul li + li:before {
    margin: 0 6px ;
  }
}
@media (max-width: 850px) {
  .footer #menu-basico {
    padding: 0 30px;
  }
}
#sidebar h2,
#sidebar h4 {
  font-family: 'Roboto-Medium', Helvetica, sans-serif;
  color: #353e3e;
  text-transform: uppercase;
}
#sidebar ul.proyectos {
  margin-top: 15px;
}
#sidebar ul.proyectos li {
  width: 100%;
  margin-bottom: 10px;
}
#sidebar ul.proyectos li figure img {
  border: none;
}
#sidebar ul.proyectos li .detalle h3 {
  margin-bottom: 2px;
}
#sidebar ul.proyectos li .detalle h3 a {
  color: #00858C;
  font-size: 16px;
  font-family: 'Roboto-Medium', Helvetica, sans-serif;
}
#sidebar ul.proyectos li .detalle p {
  line-height: 1.2em;
}
/*-----------------------------formularios------------------------------------*/
input.searchfield::placeholder {
  font-style: italic;
  font-size: 14px;
}
input.searchfield::-webkit-input-placeholder {
  font-style: italic;
  font-size: 14px;
}
input.searchfield:-ms-input-placeholder {
  font-style: italic;
  font-size: 14px;
}
input.searchfield:-moz-placeholder {
  font-style: italic;
  font-size: 14px;
}
.sombra-int {
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 1px 6px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 1px 1px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 6px 0px rgba(0, 0, 0, 0.4);
}
.sombra-int2 {
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
form.cuestionario h2 {
  margin: 10px 0 10px 0;
}
form.cuestionario h3 {
  margin: 10px 0 10px 0;
}
form.cuestionario .bloque {
  border-bottom: 2px solid #97afb2;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
form.cuestionario .bloque1 {
  padding: 0 0 15px 0;
  border-bottom: 2px solid #97afb2;
  margin: 0 0 15px 0;
}
form.cuestionario .curso {
  background-color: #f6f7f7;
  padding: 5px 20px 20px 20px;
  border: 1px solid #ebeded;
  margin: 0 0 20px 0;
}
form.cuestionario .rea {
  background-color: #fefefe;
  border: 1px solid #ebeded;
  padding: 5px 20px 20px 20px;
  margin-bottom: 20px;
}
form.cuestionario p a {
  text-decoration: underline;
}
form.cuestionario .mensaje-no-envio-politica {
  color: #e52a0d;
  font-weight: bold;
  margin: 30px 0 0 0;
  text-align: center;
}
form.cuestionario #envio {
  border-bottom: none;
}
form.cuestionario .row {
  padding: 0 15px;
}
form.cuestionario .row label {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  font-weight: normal;
  padding: 8px 15px 0 0;
  line-height: 1em;
}
@media (min-width: 768px) {
  form.cuestionario .row label {
    float: left;
    width: 37.5%;
  }
}
form.cuestionario .row .h_desc {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  font-weight: normal;
  padding: 0 15px 0 0;
  color: #353e3e;
  font-size: 16px;
  line-height: 25.6px;
  font-family: 'RobotoCondensed-Bold', Helvetica, sans-serif;
}
@media (min-width: 768px) {
  form.cuestionario .row .h_desc {
    float: left;
    width: 37.5%;
  }
}
form.cuestionario .row input.form-control[type=text],
form.cuestionario .row input.form-control[type=email],
form.cuestionario .row input.form-control[type=number],
form.cuestionario .row textarea.form-control,
form.cuestionario .row select,
form.cuestionario .row input.form-control[type=date],
form.cuestionario .row input.form-control[type=file],
form.cuestionario .row input.form-control[type=url] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  form.cuestionario .row input.form-control[type=text],
  form.cuestionario .row input.form-control[type=email],
  form.cuestionario .row input.form-control[type=number],
  form.cuestionario .row textarea.form-control,
  form.cuestionario .row select,
  form.cuestionario .row input.form-control[type=date],
  form.cuestionario .row input.form-control[type=file],
  form.cuestionario .row input.form-control[type=url] {
    float: left;
    width: 62.5%;
  }
}
form.cuestionario .row .descripcion {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 0 0 0;
}
@media (min-width: 768px) {
  form.cuestionario .row .descripcion {
    float: left;
    width: 62.5%;
  }
}
form.cuestionario .row input.form-control[type=checkbox],
form.cuestionario .row input[type=checkbox] {
  display: inline-block;
  vertical-align: baseline;
}
form.cuestionario .row.tipo2 label {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 0 0 0;
  text-align: left;
  margin-left: 37.5%;
}
@media (min-width: 768px) {
  form.cuestionario .row.tipo2 label {
    float: left;
    width: 62.5%;
  }
}
form.cuestionario .row.tipo2 select {
  float: left;
  width: 50px;
  padding: 0 0 0 0;
  clear: both;
  margin: 10px 0 0 37.5%;
}
form.cuestionario .row.tipo3 fieldset {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 0 0 0;
  text-align: left;
  margin-left: 37.5%;
}
@media (min-width: 768px) {
  form.cuestionario .row.tipo3 fieldset {
    float: left;
    width: 62.5%;
  }
}
form.cuestionario .row.tipo3 fieldset input[type="radio"] {
  display: inline-block;
  margin-right: 1px;
  padding: 0 0 0 0;
}
form.cuestionario .row.tipo3 label {
  float: none;
  padding: 0 0 0 0;
  width: auto;
  margin-right: 20px;
}
@media (max-width: 768px) {
  form.cuestionario .row label,
  form.cuestionario .row .h_desc {
    text-align: left;
  }
  form.cuestionario .row select {
    width: 100%;
  }
  form.cuestionario .row.tipo2 label,
  form.cuestionario .row.tipo2 select {
    margin-left: 0;
  }
  form.cuestionario .row.tipo3 fieldset {
    margin-left: 0;
  }
}
label {
  font-weight: normal;
  color: #546262;
}
#wrap input.form-control[type="text"] {
  color: #222828;
  font-style: normal;
  margin-top: 3px;
  height: 26px;
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #00858C;
  padding: 3px 6px;
  padding-left: 6px;
  padding-right: 6px;
}
#wrap input[type="file"] {
  border: none;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  padding: 4px 0 0 0;
  color: #222828;
  background-color: transparent;
}
#wrap input.form-control[type="checkbox"] {
  width: initial;
  height: initial;
  margin-top: 9px;
}
#wrap textarea {
  color: #222828;
  font-style: normal;
  margin-top: 3px;
  line-height: 26px;
  border-radius: 3px;
  border: 1px solid #00858C;
  padding: 3px 6px;
  height: 100px;
}
input.input_fecha {
  width: 7em;
}
select.form-control {
  color: #222828;
  font-style: normal;
  margin-top: 3px;
  height: 26px;
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #00858C;
  padding: 3px 6px;
}
.c_form {
  display: block;
  float: left;
  padding-right: 10px;
}
label.c_form {
  text-align: right;
  margin-bottom: 0;
  padding-top: 7px;
}
.placeholder {
  color: #fff;
  opacity: 0.8;
  font-style: italic;
}
.recaptcha {
  margin: 30px 0;
  text-align: center;
}
#wrap select[disabled] {
  border-color: #a9b5b5;
  background-color: #ebeded;
  color: #a9b5b5;
}
#wrap .botonera input[disabled] {
  background-color: #ebeded;
  border-color: #cfd6d6;
  color: #a9b5b5;
}
#wrap .disabled label {
  color: #a9b5b5;
}
a.agregar_rea {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 4px;
  background-color: #00858C;
  border: 1px solid #fff;
  color: #fff;
  padding: 4px 12px;
  font-size: 16px;
  display: inline-block;
}
a.agregar_rea:hover,
a.agregar_rea:focus {
  background-color: #fff;
  border: 1px solid #00858C;
  color: #00858C;
}
.main_column .botones_destacados {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px 0;
}
.main_column .botones_destacados > div {
  width: 32%;
}
.main_column .botones_destacados > div a {
  width: 100%;
  text-align: left;
  height: 150px;
  padding: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  color: #ffffff;
  font-size: 23px;
  display: inline-flex;
  align-items: center;
  font-family: 'RobotoCondensed-Bold', Helvetica, sans-serif;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.main_column .botones_destacados > div a .botonera {
  position: relative;
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
}
.main_column .botones_destacados > div a .botonera span {
  z-index: 10;
  position: relative;
  width: 300px;
  display: block;
  line-height: 30px;
}
.main_column .botones_destacados > div.situaciones a {
  background: linear-gradient(to bottom, #CC5A05 5%, #b34f04 100%);
  background-color: #CC5A05;
  box-shadow: 0px 10px 14px -7px rgba(204, 90, 5, 0.4);
}
.main_column .botones_destacados > div.situaciones a .botonera span {
  max-width: 245px;
}
.main_column .botones_destacados > div.situaciones a:hover,
.main_column .botones_destacados > div.situaciones a:focus {
  background: linear-gradient(to bottom, #f9710b 5%, #CC5A05 100%);
  background-color: #CC5A05;
}
.main_column .botones_destacados > div.situaciones .ico {
  position: absolute;
  right: -20px;
  top: 50px;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.main_column .botones_destacados > div.situaciones .ico:after {
  font-family: 'icon-intef' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 150px;
  color: #fff;
  opacity: 0.5;
}
.main_column .botones_destacados > div.rubricas a {
  background: linear-gradient(to bottom, #00858C 5%, #006d73 100%);
  background-color: #00858C;
  box-shadow: 0px 10px 14px -7px rgba(0, 133, 140, 0.4);
}
.main_column .botones_destacados > div.rubricas a:hover,
.main_column .botones_destacados > div.rubricas a:focus {
  background: linear-gradient(to bottom, #00b5bf 5%, #00858C 100%);
  background-color: #00858C;
}
.main_column .botones_destacados > div.rubricas .ico {
  position: absolute;
  right: -30px;
  top: 55px;
}
.main_column .botones_destacados > div.rubricas .ico:after {
  font-family: 'icon-intef' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 150px;
  color: #fff;
  opacity: 0.5;
}
.main_column .botones_destacados > div.experiencias a {
  background: linear-gradient(to bottom, #688285 5%, #47585a 100%);
  background-color: #526668;
  box-shadow: 0px 10px 14px -7px rgba(82, 102, 104, 0.4);
}
.main_column .botones_destacados > div.experiencias a .botonera span {
  max-width: 145px;
}
.main_column .botones_destacados > div.experiencias a:hover,
.main_column .botones_destacados > div.experiencias a:focus {
  background: linear-gradient(to bottom, #839b9d 5%, #526668 100%);
  background-color: #526668;
}
.main_column .botones_destacados > div.experiencias .ico {
  position: absolute;
  right: -20px;
  top: 50px;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.main_column .botones_destacados > div.experiencias .ico:after {
  font-family: 'icon-intef' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 150px;
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 660px) {
  .main_column .botones_destacados {
    display: block;
  }
  .main_column .botones_destacados > div {
    width: 100%;
  }
  .main_column .botones_destacados > div.situaciones a .botonera span {
    max-width: inherit;
  }
  .main_column .botones_destacados > div.experiencias a .botonera span {
    max-width: inherit;
  }
  .main_column .botones_destacados > div + div {
    margin-top: 15px;
  }
}
.main_column h2.ultimos {
  font-family: 'Roboto-Medium', Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
.main_column #posts-list .post h2 {
  font-family: 'Roboto-Regular', Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}
.main_column #posts-list .post h2 a {
  color: #CC5A05;
}
.main_column #posts-list .post h2 a:hover,
.main_column #posts-list .post h2 a:focus {
  color: #00a5ad;
}
.main_column #posts-list .post .post-image {
  margin-right: 0;
}
.main_column #posts-list .post .post-image img {
  margin: 0 20px 0 0;
  border: 1px solid #cfd6d6;
}
.main_column #posts-list .post .post-meta {
  font-size: 14px;
}
.main_column #posts-list .post .post-meta .tags {
  display: inline;
  margin: 0 0 0 10px;
}
.main_column #posts-list .post .post-meta .tags:before {
  font-family: 'icon-intef' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #97afb2;
  margin: 0 10px 0 0;
  vertical-align: middle;
  font-size: 18px;
}
.main_column #posts-list .post .post-meta .tags a {
  color: #00a5ad;
}
#buscador {
  min-height: 800px;
}
#buscador h1 {
  font-size: 24px;
  padding: 0 15px;
}
#buscador aside.aside_left {
  padding: 0 10px;
}
#buscador aside.aside_left #cabecera_buscadores {
  display: flex;
  margin: 0;
}
#buscador aside.aside_left #cabecera_buscadores a {
  flex-grow: 1;
  padding: 2px 5px;
  display: inline-block;
  margin: 0;
  color: #00a5ad;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top: 2px solid #cfd6d6;
  border-right: 2px solid #cfd6d6;
  border-left: 1px solid #cfd6d6;
  border-bottom: 2px solid #97afb2;
}
#buscador aside.aside_left #cabecera_buscadores a.activo {
  border-top: 2px solid #97afb2;
  border-right: 2px solid #97afb2;
  border-left: 2px solid #97afb2;
  border-bottom: 2px solid transparent;
}
#buscador aside.aside_left .filtros_recursos {
  border: 2px solid #97afb2;
  border-top: none;
  padding: 15px 4px 15px 4px;
  margin-top: -1px;
}
#buscador aside.aside_left .filtros_recursos .legal {
  font-size: 14px;
  line-height: 17px;
  padding: 4px;
}
#buscador aside.aside_left .filtros_recursos .legal p {
  margin-bottom: 0;
  padding: 0 0 0 18px;
}
#buscador aside.aside_left .filtros_recursos .legal span {
  font-family: 'RobotoCondensed-Bold', Helvetica, sans-serif;
}
#buscador aside.aside_left .filtros_recursos .legal::before {
  font-family: 'icon-intef' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F';
  display: block;
  overflow: hidden;
  color: #7d8f8f;
  white-space: nowrap;
  width: 100%;
  margin: 0 0 0 0;
  text-overflow: clip;
  height: 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 6px;
  letter-spacing: -1px;
}
#buscador aside.aside_left .filtros_recursos .legal:before {
  color: #cfd6d6;
  margin-bottom: 15px;
}
#buscador aside.aside_left .campo_busqueda {
  position: relative;
  padding: 0 4px;
}
#buscador aside.aside_left .campo_busqueda label {
  width: 100%;
  position: relative;
}
#buscador aside.aside_left .campo_busqueda label:after {
  font-family: 'icon-intef' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 4px;
  right: 8px;
  display: block;
  width: 20px;
  height: 20px;
}
#buscador aside.aside_left .campo_busqueda label input {
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 1px 6px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 1px 1px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 6px 0px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  margin: 0;
  width: 100%;
  padding: 6px 28px 5px 15px;
}
#buscador aside.aside_left .campo_busqueda label input::placeholder {
  font-size: 16px;
  font-style: italic;
}
#buscador aside.aside_left .campo_busqueda .comienza {
  position: absolute;
  background-color: #00a5ad;
  color: #fff;
  padding: 8px 15px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
  top: -45px;
  left: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
  z-index: 1500;
}
#buscador aside.aside_left .campo_busqueda .comienza.fade {
  opacity: 0;
}
#buscador aside.aside_left .campo_busqueda .comienza:before {
  content: '';
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 0.5em  0.5em 0 0.5em ;
  border-color: #00a5ad transparent transparent transparent;
  bottom: -6px;
  -webkit-filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.3));
}
#buscador aside.aside_left .filtros .filtro {
  overflow: visible;
  position: relative;
  background-color: #fff;
  margin: 0 0 8px 0;
  padding: 0 4px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#buscador aside.aside_left .filtros .filtro + .filtro::before {
  font-family: 'icon-intef' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F';
  display: block;
  overflow: hidden;
  color: #7d8f8f;
  white-space: nowrap;
  width: 100%;
  margin: 0 0 0 0;
  text-overflow: clip;
  height: 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 6px;
  letter-spacing: -1px;
}
#buscador aside.aside_left .filtros .filtro + .filtro:before {
  color: #cfd6d6;
}
#buscador aside.aside_left .filtros .filtro .lista_checks:before,
#buscador aside.aside_left .filtros .filtro .lista_checks:after {
  content: " ";
  display: table;
}
#buscador aside.aside_left .filtros .filtro .lista_checks:after {
  clear: both;
}
#buscador aside.aside_left .filtros .filtro .lista_checks:before,
#buscador aside.aside_left .filtros .filtro .lista_checks:after {
  content: " ";
  display: table;
}
#buscador aside.aside_left .filtros .filtro .lista_checks:after {
  clear: both;
}
#buscador aside.aside_left .filtros .filtro.shine {
  box-shadow: 0 0 8px #e8b615;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#buscador aside.aside_left .filtros .filtro.shine:after {
  opacity: 0;
}
#buscador aside.aside_left .filtros .filtro > a.desplegar_filtro {
  padding: 3px 0;
  display: block;
  color: #bf5404;
  margin: 15px 0 15px 0;
  position: relative;
}
#buscador aside.aside_left .filtros .filtro > a.desplegar_filtro h2 {
  font-size: 15px;
  font-family: 'Roboto-Medium', Helvetica, sans-serif;
  color: #bf5404;
  padding: 0;
  margin: 0;
}
#buscador aside.aside_left .filtros .filtro > a.desplegar_filtro:after {
  font-family: 'icofont-bullets' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 3px;
  right: 15px;
}
#buscador aside.aside_left .filtros .filtro > a.desplegar_filtro:hover {
  color: #00858C;
}
#buscador aside.aside_left .filtros .filtro > a.desplegar_filtro:hover h2 {
  color: #00858C;
}
#buscador aside.aside_left .filtros .filtro .lista_checks_principales:before,
#buscador aside.aside_left .filtros .filtro .lista_checks_principales:after {
  content: " ";
  display: table;
}
#buscador aside.aside_left .filtros .filtro .lista_checks_principales:after {
  clear: both;
}
#buscador aside.aside_left .filtros .filtro .lista_checks_principales:before,
#buscador aside.aside_left .filtros .filtro .lista_checks_principales:after {
  content: " ";
  display: table;
}
#buscador aside.aside_left .filtros .filtro .lista_checks_principales:after {
  clear: both;
}
#buscador aside.aside_left .filtros .filtro .form-group {
  width: 50%;
  margin-bottom: 15px;
  float: left;
  line-height: 14px;
}
#buscador aside.aside_left .filtros .filtro .form-group:nth-child(odd) {
  clear: left;
}
#buscador aside.aside_left .filtros .filtro .form-group label {
  font-size: 15px;
  width: 100%;
  padding: 0 4px 0 0;
}
#buscador aside.aside_left .filtros .filtro .form-group label input {
  margin: 0;
  display: block;
  float: left;
}
#buscador aside.aside_left .filtros .filtro .form-group label span {
  padding: 0 0 0 18px;
  display: block;
  width: 100%;
}
#buscador aside.aside_left .filtros .filtro .form-group label input:checked + span {
  color: #00858C;
}
#buscador aside.aside_left .filtros .filtro .form-group label input:disabled + span {
  color: #a9b5b5;
}
#buscador aside.aside_left .filtros .filtro .form-group label:hover {
  color: #00858C;
  cursor: pointer;
}
#buscador aside.aside_left .filtros .filtro .form-group:nth-child(odd) {
  width: 50%;
}
#buscador aside.aside_left .filtros .filtro .form-group:nth-child(even) {
  width: 50%;
}
#buscador aside.aside_left .filtros .filtro .botonera:before,
#buscador aside.aside_left .filtros .filtro .botonera:after {
  content: " ";
  display: table;
}
#buscador aside.aside_left .filtros .filtro .botonera:after {
  clear: both;
}
#buscador aside.aside_left .filtros .filtro .botonera:before,
#buscador aside.aside_left .filtros .filtro .botonera:after {
  content: " ";
  display: table;
}
#buscador aside.aside_left .filtros .filtro .botonera:after {
  clear: both;
}
#buscador aside.aside_left .filtros .filtro .botonera a.ver_todos {
  margin-bottom: 4px;
  width: 160px;
  float: right;
}
#buscador aside.aside_left .filtros .filtro .botonera a.ver_todos:after {
  color: #00858C;
}
#buscador aside.aside_left .filtros .filtro .botonera a.ver_todos:hover {
  color: #00858C;
}
#buscador aside.aside_left .filtros .filtro .botonera a.ver_todos:hover:after {
  color: #00858C;
}
#buscador aside.aside_left .filtros .filtro#orientaciones_metodologicas_rec .form-group,
#buscador aside.aside_left .filtros .filtro#tematica_infografia .form-group {
  width: 100%;
}
#buscador aside.aside_left .cont_ir_resultados {
  position: relative;
}
#buscador aside.aside_left .cont_ir_resultados .ir_resultados {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  padding: 3px 8px 16px 8px;
  background-color: #00a5ad;
  color: #fff;
  border-radius: 3px;
}
#buscador aside.aside_left .cont_ir_resultados .ir_resultados.mostrar {
  display: block;
}
#buscador aside.aside_left .cont_ir_resultados .ir_resultados span {
  display: block;
  margin: 0 auto;
}
#buscador aside.aside_left .cont_ir_resultados .ir_resultados:after {
  animation: MoveUpDown 1s linear infinite;
  left: 70px;
  position: absolute;
  font-family: 'icofont-bullets' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 0 auto;
  width: 20px;
  font-size: 16px;
  line-height: 16px;
}
#buscador aside.aside_left .borrar {
  margin: 20px 0;
}
#buscador aside.aside_left .borrar .boton_formu {
  float: right;
}
#buscador .main_column {
  position: relative;
}
#buscador .main_column h2 {
  margin-bottom: 8px;
  line-height: 1em;
}
#buscador .main_column h2 .num_muestra {
  font-size: 16px;
  font-family: 'Roboto-Regular', Helvetica, sans-serif;
  font-style: italic;
  color: #546262;
}
#buscador .main_column .listado_recursos {
  margin: 0 -15px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
#buscador .main_column .listado_recursos:before,
#buscador .main_column .listado_recursos:after {
  content: " ";
  display: table;
}
#buscador .main_column .listado_recursos:after {
  clear: both;
}
#buscador .main_column .listado_recursos:before,
#buscador .main_column .listado_recursos:after {
  content: " ";
  display: table;
}
#buscador .main_column .listado_recursos:after {
  clear: both;
}
#buscador .main_column .listado_recursos:empty {
  display: none;
}
#buscador .main_column .listado_recursos .recurso {
  display: flex;
  align-items: stretch;
  float: left;
  width: 50%;
  padding: 0 15px 0 15px;
  margin-bottom: 30px;
}
#buscador .main_column .listado_recursos .recurso > div {
  overflow: hidden;
  overflow: inherit;
  position: relative;
  padding-bottom: 30px;
}
#buscador .main_column .listado_recursos .recurso > div::after {
  font-family: 'icon-intef' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F\002F';
  display: block;
  overflow: hidden;
  color: #a9b5b5;
  white-space: nowrap;
  width: 100%;
  margin: 0 0 10px 0;
  text-overflow: clip;
  height: 6px;
  font-size: 6px;
  line-height: 6px;
  letter-spacing: -2px;
}
#buscador .main_column .listado_recursos .recurso > div:after {
  margin: 15px 0 0 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  position: absolute;
  bottom: 0;
}
#buscador .main_column .listado_recursos .recurso:nth-child(2n+1) {
  clear: left;
}
#buscador .main_column .listado_recursos .recurso figure {
  border: 1px solid #cfd6d6;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  max-width: 500px;
  padding: 59.8% 0 0 0;
}
#buscador .main_column .listado_recursos .recurso figure a {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#buscador .main_column .listado_recursos .recurso h2 {
  font-weight: normal;
  margin: 0 0 6px 0;
  font-size: 19px;
  font-family: 'Roboto-Medium', Helvetica, sans-serif;
  color: #bf5404;
}
#buscador .main_column .listado_recursos .recurso .tags {
  display: block;
  margin: 5px 0;
}
#buscador .main_column .listado_recursos .recurso .tags:before {
  font-family: 'icon-intef' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  float: left;
  color: #97afb2;
  margin: 0 10px 0 0;
  vertical-align: middle;
  height: 15px;
  line-height: 15px;
  padding-top: 3px;
}
#buscador .main_column .listado_recursos .recurso .tags:after {
  content: '';
  display: table;
  clear: both;
}
#buscador .main_column .listado_recursos .recurso .tags li {
  display: block;
  float: left;
  vertical-align: middle;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
#buscador .main_column .listado_recursos .recurso .tags li a {
  color: #00a5ad;
}
#buscador .main_column .listado_recursos .recurso .tags li + li:before {
  content: "•";
  color: #cfd6d6;
  margin: 0 6px;
  height: 12px;
  line-height: 15px;
  display: block;
  float: left;
}
#buscador .main_column .listado_recursos .recurso .img_recurso {
  margin: 5px 0 10px 0;
}
#buscador .main_column .listado_recursos .recurso .resp_h5p {
  margin: 8px auto 15px auto;
  padding: 8px 8px 8px 8px;
  border: 1px solid #ebeded;
  background-color: #f6f7f7;
  width: 100% !important;
  position: relative;
  text-align: center;
}
#buscador .main_column .listado_recursos .recurso .resp_h5p:before,
#buscador .main_column .listado_recursos .recurso .resp_h5p:after {
  content: " ";
  display: table;
}
#buscador .main_column .listado_recursos .recurso .resp_h5p:after {
  clear: both;
}
#buscador .main_column .listado_recursos .recurso .resp_h5p:before,
#buscador .main_column .listado_recursos .recurso .resp_h5p:after {
  content: " ";
  display: table;
}
#buscador .main_column .listado_recursos .recurso .resp_h5p:after {
  clear: both;
}
#buscador .main_column .listado_recursos .recurso .resp_h5p > div {
  position: relative;
  padding: 0 0 80% 0;
  height: 0;
  box-sizing: inherit;
  overflow: hidden;
}
#buscador .main_column .listado_recursos .recurso .resp_h5p > div iframe,
#buscador .main_column .listado_recursos .recurso .resp_h5p > div video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
}
#buscador .main_column .listado_recursos .recurso p {
  margin-bottom: 8px;
}
#buscador .main_column .listado_recursos .recurso h3 {
  font-size: 16px;
  margin: 0 0 6px 0;
  font-family: 'RobotoCondensed-Regular', Helvetica, sans-serif;
  color: #00858C;
}
#buscador .main_column .listado_recursos .recurso .contenidos h3 {
  display: inline;
}
#buscador .main_column .listado_recursos .recurso .contenidos ul {
  display: inline;
  margin: 0 0 15px 0;
}
#buscador .main_column .listado_recursos .recurso .contenidos ul li {
  margin: 0 0 0 5px;
  display: inline;
  position: relative;
}
#buscador .main_column .listado_recursos .recurso .contenidos ul li:before {
  font-family: 'icofont-bullets' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: #00858C;
}
#buscador .main_column .listado_recursos .recurso .sesiones h3 span {
  font-weight: bold;
}
#buscador .main_column .listado_recursos .recurso .iframe_resp {
  padding: 0;
}
#buscador .main_column .listado_recursos .recurso .iframe_resp > div {
  padding-bottom: 78%;
}
#buscador .main_column .listado_recursos .recurso .likes .wpulike .wp_ulike_btn {
  padding: 0;
  min-height: 25px;
  min-width: 30px;
  background-color: #cfd6d6;
}
#buscador .main_column .listado_recursos .recurso .likes .wpulike .wp_ulike_btn:hover {
  background-color: #00a5ad;
}
#buscador .main_column .listado_recursos .recurso .likes .wpulike .wp_ulike_btn:hover:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7496%) hue-rotate(72deg) brightness(101%) contrast(100%);
}
#buscador .main_column .listado_recursos .recurso .likes .wpulike .count-box {
  line-height: 25px;
  padding: 0 8px;
  height: 25px;
}
#buscador .main_column .listado_recursos .recurso .botonera {
  position: relative;
  margin: 5px 0 15px 0;
}
#buscador .main_column .listado_recursos .recurso .botonera:before,
#buscador .main_column .listado_recursos .recurso .botonera:after {
  content: " ";
  display: table;
}
#buscador .main_column .listado_recursos .recurso .botonera:after {
  clear: both;
}
#buscador .main_column .listado_recursos .recurso .botonera:before,
#buscador .main_column .listado_recursos .recurso .botonera:after {
  content: " ";
  display: table;
}
#buscador .main_column .listado_recursos .recurso .botonera:after {
  clear: both;
}
#buscador .main_column .listado_recursos .recurso .botonera .boton_formu:before {
  font-family: 'icofont-bullets' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 4px 0 -5px;
}
#buscador .main_column .listado_recursos .recurso .botonera .boton_principal {
  display: block;
  float: left;
  margin: 0 15px 0 0;
}
#buscador .main_column .listado_recursos .recurso .botonera .boton_secundario {
  position: relative;
  display: block;
  float: left;
  width: 205px;
  min-height: 32px;
}
#buscador .main_column .listado_recursos .recurso .botonera .boton_secundario > div {
  border: 1px solid #00858C;
  border-radius: 4px;
  padding: 4px 12px;
  position: absolute;
  background-color: #fff;
  z-index: 10;
}
#buscador .main_column .listado_recursos .recurso .botonera .boton_secundario .ver_opciones {
  color: #00858C;
}
#buscador .main_column .listado_recursos .recurso .botonera .boton_secundario .ver_opciones:before {
  font-family: 'icofont-bullets' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 4px 0 -5px;
}
#buscador .main_column .listado_recursos .recurso .botonera .boton_secundario .boton_formu {
  background-color: #fff;
  border: none;
  padding: 4px;
  color: #00858C;
  display: block;
}
#buscador .main_column .listado_recursos .recurso .botonera .boton_secundario .boton_formu:before {
  color: #CC5A05;
}
#buscador .main_column .listado_recursos .recurso .botonera .boton_secundario .boton_formu:hover,
#buscador .main_column .listado_recursos .recurso .botonera .boton_secundario .boton_formu:focus {
  color: #055151;
}
#buscador .main_column .listado_recursos .recurso .botonera .boton_secundario .boton_formu:hover:before,
#buscador .main_column .listado_recursos .recurso .botonera .boton_secundario .boton_formu:focus:before {
  color: #00858C;
}
#buscador .main_column .listado_recursos .recurso .botonera .boton_secundario .opciones_descarga .boton_formu span {
  display: inline-block;
  width: 155px;
  vertical-align: top;
}
#buscador .main_column .listado_recursos .recurso .experiencias_relacionadas {
  border: 1px solid #ebeded;
  border-radius: 6px;
  background-color: #f6f7f7;
  padding: 8px 8px 4px 8px;
}
#buscador .main_column .listado_recursos .recurso .experiencias_relacionadas h3 {
  color: #546262;
}
#buscador .main_column .listado_recursos .recurso .experiencias_relacionadas ul {
  margin: 15px 0;
  margin: 8px 0;
}
#buscador .main_column .listado_recursos .recurso .experiencias_relacionadas ul > li {
  position: relative;
  margin: 0 0 15px 5px;
}
#buscador .main_column .listado_recursos .recurso .experiencias_relacionadas ul > li:before {
  font-family: 'icofont-bullets' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #00858C;
}
#buscador .main_column .listado_recursos .recurso .experiencias_relacionadas ul > li > ul {
  margin: 20px 0 5px 0;
  /* float: left;*/
  width: 100%;
}
#buscador .main_column .listado_recursos .recurso .experiencias_relacionadas ul > li > ul > li {
  margin: 0 0 10px 20px;
  position: relative;
  color: #353e3e;
}
#buscador .main_column .listado_recursos .recurso .experiencias_relacionadas ul > li > ul > li:before {
  font-family: 'icofont-bullets' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: #00858C;
}
#buscador .main_column .listado_recursos .recurso .experiencias_relacionadas ul > li > ul > li > ul > li {
  margin: 15px 0 5px 15px;
  color: #546262;
}
#buscador .main_column .listado_recursos .recurso .experiencias_relacionadas ul > li > ul > li > ul > li:before {
  font-family: 'icon-intef' !important;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.28em;
  margin: 0 1em 0 0;
  color: #a9b5b5;
  line-height: 1em;
  vertical-align: middle;
}
#buscador .main_column .listado_recursos .recurso .experiencias_relacionadas ul li {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  #buscador .main_column .listado_recursos {
    margin-top: 30px;
  }
  #buscador .main_column .listado_recursos .recurso {
    width: 100%;
  }
}
#buscador .main_column .paginacion a {
  background-color: #00a5ad;
  padding: 10px 15px;
}
section#buscador_rubricas #lista_entradas ul li p {
  display: block;
  font-size: 17px;
  line-height: 1.1em;
  margin-bottom: 8px;
}
section#buscador_rubricas #lista_entradas ul li span {
  display: block;
  font-size: 15px;
  line-height: 1.3em;
}
section#buscador_rubricas aside.aside_left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  section#buscador_rubricas aside.aside_left {
    float: left;
    width: 29.16666667%;
  }
}
section#buscador_rubricas .main_column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  section#buscador_rubricas .main_column {
    float: left;
    width: 70.83333333%;
  }
}
@media (max-width: 768px) {
  section#buscador_rubricas #lista_categorias .contenedor_filtro {
    width: 25%;
  }
}
@media (max-width: 570px) {
  section#buscador_rubricas #lista_categorias .contenedor_filtro {
    width: 50%;
  }
}
#rubrica .visualizacion_pdf {
  max-width: 930px;
  margin: 0 auto;
}
#rubrica .botonera {
  display: flex;
  justify-content: space-around;
  margin: 20px 0 30px 0;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("../images/loading.gif") no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("../images/prev.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("../images/next.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("../images/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*# sourceMappingURL=main.css.map */
