.make-sidebar-right {
  position: fixed;
  right: -100%;
  width: 100%;
  background-color: #242021;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1031;
  margin: 0;
}
.compress-vertical-sidebars {
  top: 50px;
  bottom: 50px;
}
.transition {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
  }
  select {
    background: #fff !important;
  }
  .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: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -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 #eeeeee;
}
.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: #8a8b8c;
}
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: 50px;
}
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: #8a8b8c;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
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: 1199px) {
  .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 #8a8b8c;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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: #8a8b8c;
}
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 #eeeeee;
  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;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.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: 1200px) {
  .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 {
  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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #8a8b8c;
  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 #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.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 #dddddd;
  }
  .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: #333333;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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;
}
.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);
  -moz-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: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  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"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 43px;
  }
  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: 0;
}
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: 0;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
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: 0;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 53.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .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);
  -moz-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;
  -moz-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);
  -moz-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;
  -moz-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);
  -moz-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;
  -moz-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: #404040;
}
@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: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.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: 0;
  -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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  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);
  -moz-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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #ff0053;
  border-color: #e6004b;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #cc0042;
  border-color: #a80037;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff0053;
  border-color: #e6004b;
}
.btn-danger .badge {
  color: #ff0053;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  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;
  -moz-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: #23527c;
  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: #8a8b8c;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.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;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  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: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-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: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #8a8b8c;
}
.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: #8a8b8c;
  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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1199px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #8a8b8c;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #8a8b8c;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.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 #dddddd;
}
.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: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 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: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.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: #ffffff;
  background-color: #337ab7;
}
.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: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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: 1199px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1199px) {
  .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: 1199px) {
  .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: 0;
}
.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: 1199px) {
  .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: 1198px) {
  .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: 1199px) {
  .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);
  -moz-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: 3.5px;
  margin-bottom: 3.5px;
}
@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: 1198px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1199px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-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: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
.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: 1199px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1199px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 1198px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    background-color: #e7e7e7;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.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: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #b1b1b2;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #b1b1b2;
}
.navbar-inverse .navbar-nav > li > a {
  color: #b1b1b2;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #080808;
  color: #ffffff;
}
@media (max-width: 1198px) {
  .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: #b1b1b2;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #b1b1b2;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #b1b1b2;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.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: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #8a8b8c;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.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: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  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: #8a8b8c;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #8a8b8c;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #8a8b8c;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #717272;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #ff0053;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #cc0042;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #8a8b8c;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #000000;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #ff0053;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #8a8b8c;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #8a8b8c;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-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: #000000;
}
.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;
  min-height: 16.42857143px;
}
.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);
    -moz-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: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0;
}
.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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.node-form:before,
.node-form:after,
.view-content-management:before,
.view-content-management:after,
body.section_carreras_grado .view-plan-de-estudios:before,
body.section_carreras_grado .view-plan-de-estudios:after,
body.section_carreras_grado .view-plan-de-estudios .view-content:before,
body.section_carreras_grado .view-plan-de-estudios .view-content:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.node-form:after,
.view-content-management:after,
body.section_carreras_grado .view-plan-de-estudios:after,
body.section_carreras_grado .view-plan-de-estudios .view-content: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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.sideways {
  margin-top: 50px;
  border: none;
  position: relative;
}
.sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways > li.active > a,
.sideways > li.active > a:hover,
.sideways > li.active > a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right > li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.extras-plus {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fafafa;
}
.breadcrumb-lite {
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb-lite li:before {
  content: ">";
}
.breadcrumb-lite li:first-child:before {
  content: none;
}
.breadcrumb-lite li,
.breadcrumb-lite li a {
  color: #999;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.9em;
  text-transform: uppercase;
}
.cke_editable .media-content {
  display: block !important;
}
.cke_editable .row {
  padding: 2px;
}
.cke_editable .row,
.cke_editable .row > div {
  border: 1px dotted #666;
}
select.form-control + .chosen-container.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 43px;
  padding: 11px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
select.form-control + .chosen-container.chosen-container-single .chosen-single div {
  top: 10px;
  color: #000;
}
select.form-control + .chosen-container .chosen-drop {
  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;
  margin: 2px 0 0;
}
select.form-control + .chosen-container .chosen-search input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  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 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
select.form-control + .chosen-container .chosen-results {
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  margin-bottom: 5px;
}
select.form-control + .chosen-container .chosen-results li,
select.form-control + .chosen-container .chosen-results li.active-result {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
  background-image: none;
}
select.form-control + .chosen-container .chosen-results li:hover,
select.form-control + .chosen-container .chosen-results li.active-result:hover,
select.form-control + .chosen-container .chosen-results li.highlighted {
  color: #FFF;
  text-decoration: none;
  background-color: #428BCA;
  background-image: none;
}
select.form-control + .chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  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 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: auto;
  padding: 5px 0;
}
select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
  background-image: none;
  padding: 3px 24px 3px 5px;
  margin: 0 6px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  background-color: #FFF;
  border-color: #CCC;
}
select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 8px;
  right: 6px;
}
select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select.form-control + .chosen-container-multi .chosen-results li.result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
  background-color: white;
}
.chosen-container {
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.node-form,
.view-content-management {
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.node-form > .navbar-header,
.view-content-management > .navbar-header,
.node-form > .navbar-collapse,
.view-content-management > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1199px) {
  .node-form > .navbar-header,
  .view-content-management > .navbar-header,
  .node-form > .navbar-collapse,
  .view-content-management > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.view-node-dashboard {
  margin-bottom: 70px;
}
/**
 * Fix adding top and bottom padding to void loosing footer buttons or
 * page header behind floating navbars.
 */
.filter-wrapper .filter-help,
.filter-wrapper .form-type-select {
  display: none;
}
.filter-wrapper .panel-body > div {
  float: left;
}
.filter-wrapper .filter-btn-selector {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper .filter-btn-selector button {
  color: #8a8b8c;
}
.filter-wrapper .filter-guidelines {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper .filter-guidelines .fa {
  display: inline-block;
  margin-bottom: 0;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.filter-wrapper .filter-guidelines .fa:focus,
.filter-wrapper .filter-guidelines .fa:active:focus,
.filter-wrapper .filter-guidelines .fa.active:focus,
.filter-wrapper .filter-guidelines .fa.focus,
.filter-wrapper .filter-guidelines .fa:active.focus,
.filter-wrapper .filter-guidelines .fa.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.filter-wrapper .filter-guidelines .fa:hover,
.filter-wrapper .filter-guidelines .fa:focus,
.filter-wrapper .filter-guidelines .fa.focus {
  color: #333333;
  text-decoration: none;
}
.filter-wrapper .filter-guidelines .fa:active,
.filter-wrapper .filter-guidelines .fa.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.filter-wrapper .filter-guidelines .fa.disabled,
.filter-wrapper .filter-guidelines .fa[disabled],
fieldset[disabled] .filter-wrapper .filter-guidelines .fa {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.filter-wrapper .filter-guidelines .fa,
.filter-wrapper .filter-guidelines .fa:active,
.filter-wrapper .filter-guidelines .fa.active,
.filter-wrapper .filter-guidelines .fa[disabled],
fieldset[disabled] .filter-wrapper .filter-guidelines .fa {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.filter-wrapper .filter-guidelines .fa,
.filter-wrapper .filter-guidelines .fa:hover,
.filter-wrapper .filter-guidelines .fa:focus,
.filter-wrapper .filter-guidelines .fa:active {
  border-color: transparent;
}
.filter-wrapper .filter-guidelines .fa:hover,
.filter-wrapper .filter-guidelines .fa:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.filter-wrapper .filter-guidelines .fa[disabled]:hover,
fieldset[disabled] .filter-wrapper .filter-guidelines .fa:hover,
.filter-wrapper .filter-guidelines .fa[disabled]:focus,
fieldset[disabled] .filter-wrapper .filter-guidelines .fa:focus {
  color: #8a8b8c;
  text-decoration: none;
}
.filter-wrapper .filter-guidelines .fa:hover {
  text-decoration: none;
}
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
body {
  position: relative;
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 70px !important;
}
body.front.navbar-is-fixed-top {
  padding-top: 70px !important;
}
@media (max-width: 767px) {
  body.front.navbar-is-fixed-top {
    padding-top: 0;
  }
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
body.toolbar-drawer {
  padding-top: 64px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 21px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 52px !important;
}
body.admin-menu.front.navbar-is-fixed-top {
  padding-top: 0 !important;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
body #admin-menu .dropdown li {
  line-height: normal;
}
.navbar.container {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar.container > .container {
  margin: 0;
  padding: 0;
  width: auto;
}
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}
#toolbar {
  z-index: 1600;
}
.modal {
  z-index: 1620;
}
.modal-dialog {
  z-index: 1630;
}
.modal-backdrop {
  z-index: 1610;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 767px) {
  ul.secondary {
    float: right;
  }
}
.page-header {
  margin-top: 0;
}
.block:first-child h2.block-title {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
ul.action-links .glyphicon {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
input.error {
  color: #a94442;
  border-color: #ebccd1;
}
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
.form-actions {
  clear: both;
}
.resizable-textarea textarea {
  border-radius: 0 0 0 0;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}
.help-block,
.control-group .help-inline {
  color: #8a8b8c;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.panel-heading {
  display: block;
}
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}
.error {
  color: #a94442;
}
div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442;
}
.control-group.error {
  background: none;
}
.control-group.error label,
.control-group.error .control-label {
  color: #a94442;
  font-weight: 600;
}
.control-group.error input,
.control-group.error textarea,
.control-group.error select,
.control-group.error .uneditable-input {
  color: #555555;
  border: 1px solid #cccccc;
}
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #000000;
}
.list-inline > li.first {
  padding-left: 0;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.tabs--secondary {
  margin: 0 0 10px;
}
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}
.password-strength {
  width: 17em;
  float: right;
  /* LTR */
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  float: right;
  /* LTR */
  font-weight: bold;
}
.password-indicator {
  background-color: #949494;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #999999;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  float: right;
  /* LTR */
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  clear: left;
  /* LTR */
  margin: 0;
  width: 36.3em;
}
.progress-wrapper .progress {
  margin-bottom: 10px;
}
.pagination ul > li > a.progress-disabled {
  float: left;
}
.form-autocomplete .glyphicon {
  color: #8a8b8c;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #337ab7;
}
.form-autocomplete .input-group-addon {
  background-color: #ffffff;
}
.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -0.25em 0 0.5em;
}
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-refresh {
  -webkit-transform-origin: 50% 45%;
  -moz-transform-origin: 50% 45%;
  -ms-transform-origin: 50% 45%;
  -o-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #8a8b8c;
  font-size: 12px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #dddddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd #dddddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 0 0 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #dddddd;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #dddddd transparent #dddddd #dddddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
}
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
.alert a {
  font-weight: bold;
}
.alert-success a {
  color: #2b542c;
}
.alert-info a {
  color: #245269;
}
.alert-warning a {
  color: #66512c;
}
.alert-danger a {
  color: #843534;
}
.popover {
  max-width: 338px;
}
.views-table .form-type-checkbox input.form-checkbox {
  position: static;
  margin: 0;
}
.views-exposed-form .form-type-select .form-control,
.vbo-views-form .form-type-select .form-control {
  border: 0;
  padding: 0;
}
.vbo-views-form fieldset .panel-body {
  display: block;
}
.views-exposed-form .views-widget-filter-field_fecha_value .views-widget > div {
  float: left;
}
.views-exposed-form .views-widget-filter-field_fecha_value .container-inline-date .date-padding {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
#ui-datepicker-div {
  z-index: 1000 !important;
}
input[type=file] {
  height: auto;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0;
}
.panel-heading span.summary {
  margin-left: 20px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .col-md-20 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 25px;
  height: 43px;
}
a.card-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border: 0;
  min-height: 100%;
}
a.card-wrapper .background {
  min-height: 100%;
  display: block;
}
a.card-wrapper img {
  width: 100%;
  height: auto;
}
a.card-wrapper span {
  overflow: hidden;
}
a.card-wrapper .normal,
a.card-wrapper .hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
a.card-wrapper .normal .inner,
a.card-wrapper .hover .inner {
  padding: 15px;
  display: block;
  position: relative;
  height: 100%;
}
a.card-wrapper .hover {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-animation-duration: 0.2s;
  -webkit-animation-delay: 0.15s;
}
a.card-wrapper .hover .summary,
a.card-wrapper .hover .title {
  display: block;
  color: #333;
  font-size: 1em;
  line-height: 1.2em;
}
a.card-wrapper .hover .summary {
  font-weight: 300;
  color: #333;
}
a.card-wrapper .hover .title {
  position: absolute;
  bottom: 15px;
  font-size: 1.2em;
  font-weight: 600;
}
@media (min-width: 768px) {
  a.card-wrapper .hover .summary,
  a.card-wrapper .hover .title {
    font-size: 1.10em;
    line-height: 1.3em;
  }
}
@media (min-width: 992px) {
  a.card-wrapper .hover .summary,
  a.card-wrapper .hover .title {
    font-size: 1.4em;
    line-height: 1.4em;
  }
  a.card-wrapper .hover .title {
    font-size: 1.6em;
  }
}
a.card-wrapper .plus {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fafafa;
}
.card1 {
  color: #ffffff;
}
.card1 span,
.card1 p {
  display: block;
  margin: 0;
}
.card1 span.h2 {
  font-size: 4em;
  font-weight: 700;
}
.card1 span.h3 {
  font-size: 1em;
  line-height: 1.1em;
}
@media (min-width: 768px) {
  .card1 span.h3 {
    font-size: 1.15em;
    line-height: 1.25em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card1 span.h2 {
    margin-top: 5%;
    font-size: 6em;
  }
}
@media (min-width: 1200px) {
  .card1 span.h2 {
    margin-top: 5%;
    font-size: 8em;
  }
  .card1 span.h3 {
    font-size: 1.25em;
    line-height: 1.5em;
  }
}
.card2 .h2 {
  color: #ffffff;
  font-size: 1em;
  display: block;
}
.card2 .h3 {
  display: block;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 600;
}
.card2 small {
  color: #ffffff;
}
@media (min-width: 992px) {
  .card2 .h2 {
    padding-top: 10%;
    font-size: 1.4em;
    line-height: 1.3em;
  }
  .card2 .h3 {
    font-size: 2em;
  }
}
.card3 {
  color: #ffffff;
}
.card3 span,
.card3 p {
  display: block;
  margin: 0;
}
.card3 span.h2 {
  padding: 5px;
  display: block;
  border: 1px solid #ffffff;
  margin: 40% auto;
  width: 90%;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .card3 span.h2 {
    font-size: 1.25em;
  }
}
.card4 {
  color: #ffffff;
}
.card4 span,
.card4 p {
  display: block;
  margin: 0;
}
.card4 span.h2,
.card4 span.h3 {
  padding: 5px;
  display: block;
  margin: 0 auto;
  width: 90%;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.card4 span.h2 {
  margin-top: 25%;
  font-weight: 600;
  font-size: 1em;
}
.card4 .h4 {
  display: block;
  position: absolute;
  bottom: 10px;
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
}
@media (min-width: 768px) {
  .card4 span.h3 {
    font-size: 1.25em;
  }
  .card4 span.h2 {
    font-size: 1.5em;
  }
  .card4 span.h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .card4 span.h3 {
    font-size: 2em;
    line-height: 1.25em;
  }
  .card4 span.h2 {
    font-size: 2.8em;
  }
  .card4 span.h4 {
    font-size: 2em;
  }
}
.card5 {
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 10px;
  margin: 0;
  background-color: rgba(56, 56, 56, 0.8);
}
.card5 .h2 {
  color: #ffffff;
  font-size: 1.3em;
  display: block;
  margin-top: 5px;
  margin-bottom: 7px;
  font-weight: 600;
}
.card5 .h3 {
  display: block;
  color: #ffffff;
  font-size: 1em;
  margin-top: 3px;
  margin-bottom: 5px;
}
.card5 small {
  color: #ffffff;
}
.grid {
  padding-left: 0;
  padding-right: 0;
}
.dummy-300x300 {
  min-width: 300px;
  min-height: 300px;
}
.grid-iconized {
  text-align: center;
  margin-bottom: 15px;
}
.grid-iconized .row {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
.grid-iconized .row .item {
  position: relative;
  display: block;
  height: 125px;
  border: 3px solid transparent;
  border-right: 0;
}
.grid-iconized .row .item,
.grid-iconized .row .item .normal,
.grid-iconized .row .item .normal a,
.grid-iconized .row .item .sticky {
  display: block;
}
.grid-iconized .row .item .normal,
.grid-iconized .row .item .normal a,
.grid-iconized .row .item .hover,
.grid-iconized .row .item .inner {
  height: 125px;
  width: 100%;
}
.grid-iconized .row .item .normal {
  background-color: #E72C56;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.grid-iconized .row .item .normal a {
  padding: 10px;
}
.grid-iconized .row .item .normal a span.icon {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.grid-iconized .row .item .normal a span.h4 {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 300;
}
.grid-iconized .row .item .normal a:hover {
  text-decoration: none;
}
.grid-iconized .row .item:hover .normal {
  display: none;
}
.grid-iconized .row .item:hover .hover {
  display: block;
}
.grid-iconized .row .item .hover {
  display: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-delay: 0s;
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 10px;
}
.grid-iconized .row .item .hover a {
  display: block;
  background-color: #fafafa;
  color: #333333;
  width: 80%;
  margin: 5px auto 10px auto;
  padding: 10px 16px;
}
.grid-iconized .row .item .hover h4 {
  display: none;
  margin: 0;
  color: #333333;
  font-weight: 600;
  font-size: 0.9em;
}
.grid-iconized .first h3 {
  display: block;
  padding-right: 5px;
  color: #ffffff;
  text-align: right;
}
.grid-iconized .last {
  margin-top: 15px;
}
.grid-iconized .last .item .sticky {
  background-color: #971d44;
  height: 125px;
}
.grid-iconized .last .item .sticky .h4 {
  display: block;
  padding-top: 23%;
  color: #ffffff;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
.grid-iconized .last .item .udesa {
  padding: 8px 16px;
  margin: 10px;
}
.grid-iconized .last .item .normal {
  background-color: rgba(151, 29, 68, 0.8);
}
.grid-iconized .last .item .normal a span.h4 {
  font-size: 1.1em;
}
.grid-iconized .last .item:hover .normal {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
}
.grid-iconized .last .item:hover .normal .h4 {
  color: #333333;
}
.grid-iconized .last .item:hover i.invert {
  filter: invert(0);
  -moz-filter: invert(0);
  -webkit-filter: invert(0);
}
.grid-iconized.grid-iconized-light {
  margin-top: 20px;
  background-color: #333;
  margin-left: -12px;
  margin-right: -12px;
  padding: 7px 20px;
}
.grid-iconized.grid-iconized-light .hover {
  padding-top: 0 !important;
}
.grid-iconized.grid-iconized-light .hover .inner {
  padding-top: 10px;
}
.grid-iconized.v2 > .row > div:nth-child(1) {
  padding-left: 0;
}
.grid-iconized.v2 > .row > div:nth-child(2) {
  padding-right: 0;
}
.grid-iconized.v2 h4 {
  text-transform: uppercase;
  font-size: 1.5em;
  color: #dddddd;
  margin-top: 1em;
}
.grid-iconized.v2 .item {
  border-right: 0;
}
.grid-iconized.v2 .last {
  margin-top: 0;
}
.grid-iconized.v2 .last .item .sticky {
  background-color: rgba(255, 255, 255, 0.75);
}
.grid-iconized.v2 .last .item .sticky .h4 {
  padding-top: 9%;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .grid-iconized .row .item .normal,
  .grid-iconized .row .item .normal a,
  .grid-iconized .row .item .hover,
  .grid-iconized .row .item .inner {
    height: 119px;
    width: 100%;
  }
}
.sectionOverlap .ads,
.bloques-container .ads {
  border: 3px solid transparent;
  margin-bottom: 15px;
}
.sectionOverlap .ads > div,
.bloques-container .ads > div {
  padding: 0;
}
.sectionOverlap .ads .media .media-right,
.bloques-container .ads .media .media-right {
  padding: 0;
}
.sectionOverlap .ads .left,
.bloques-container .ads .left {
  padding-right: 5px;
}
.sectionOverlap .ads .rightleft,
.bloques-container .ads .rightleft {
  padding-right: 5px;
}
.sectionOverlap h4.section-title,
.bloques-container h4.section-title {
  font-size: 1.5em;
  font-weight: 600;
}
.sectionOverlap h4.section-title:before,
.bloques-container h4.section-title:before {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 15px 0 5px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.tab-pills {
  margin: 15px 0;
  overflow: hidden;
}
.tab-pills .nav-tabs {
  border: 0;
}
.tab-pills .nav-tabs > li {
  border-color: transparent;
  margin-bottom: 5px;
}
.tab-pills .nav-tabs > li a {
  border-radius: 0;
  border-color: transparent;
  overflow: visible;
  position: relative;
  min-height: auto;
}
.tab-pills .nav-tabs > li a span {
  display: block;
  overflow: hidden;
}
.tab-pills .nav-tabs > li a .fa {
  font-size: 1.5em;
  float: left;
  min-height: 32px;
  padding-top: 10px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .tab-pills .nav-tabs > li a .fa {
    display: none !important;
  }
}
.tab-pills .nav-tabs > li a .title {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
}
.tab-pills .nav-tabs > li a .summary {
  font-size: 1em;
}
.tab-pills .nav-tabs > li a:hover,
.tab-pills .nav-tabs > li a:focus {
  border-color: transparent;
}
.tab-pills .nav-tabs > li.active a {
  border-color: transparent;
}
.tab-pills .nav-tabs > li.active a:hover,
.tab-pills .nav-tabs > li.active a:focus {
  border-color: transparent;
}
.tab-pills .nav-tabs > li.active a .arrow-dark,
.tab-pills .nav-tabs > li.active a .arrow-light {
  position: absolute;
  z-index: 1;
}
.tab-pills .tab-content {
  margin-top: 2px;
  padding: 1em 1.5em;
  overflow: hidden;
}
.tab-pills .tab-content h1,
.tab-pills .tab-content h2,
.tab-pills .tab-content h3,
.tab-pills .tab-content h4,
.tab-pills .tab-content h5,
.tab-pills .tab-content h6 {
  margin-top: 0;
  font-weight: 600;
}
.tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark {
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333333;
}
.tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-light {
  bottom: -23px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
}
.tab-pills.tab-pills-right .col-xs-4 {
  padding-right: 0;
}
.tab-pills.tab-pills-right .col-xs-8 {
  padding-left: 0;
  padding-right: 0;
}
.tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark {
  top: 15px;
  left: -11px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #333333;
}
.tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-light {
  top: 15px;
  left: -25px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
}
.tab-pills.tab-pills-bottom .nav-tabs {
  margin-top: 10px;
  margin-bottom: 0;
}
.tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark {
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #333333;
}
.tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-light {
  top: -21px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.tab-pills.tab-pills-left .col-xs-4 {
  padding-left: 0;
  padding-right: 0;
}
.tab-pills.tab-pills-left .col-xs-8 {
  padding-right: 0;
}
.tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark {
  top: 15px;
  right: -11px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #333333;
}
.tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-light {
  top: 15px;
  right: -25px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
}
.tab-pills.tab-pills-top .col-xs-12,
.tab-pills.tab-pills-bottom .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.tab-pills.tab-pills-top .col-xs-12 .nav-tabs > li a,
.tab-pills.tab-pills-bottom .col-xs-12 .nav-tabs > li a {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 3px solid #fff;
}
@media (min-width: 768px) {
  .tab-pills.tab-pills-top .col-xs-12 .nav-tabs > li a,
  .tab-pills.tab-pills-bottom .col-xs-12 .nav-tabs > li a {
    min-height: 140px;
  }
}
@media (min-width: 1200px) {
  .tab-pills.tab-pills-top .col-xs-12 .nav-tabs > li a,
  .tab-pills.tab-pills-bottom .col-xs-12 .nav-tabs > li a {
    padding-top: 30px;
  }
}
.tab-pills.tab-pills-top .col-xs-12 .nav-tabs > li a .fa,
.tab-pills.tab-pills-bottom .col-xs-12 .nav-tabs > li a .fa {
  float: none;
  margin: 0 auto;
  padding-top: 0;
  font-size: 2em;
}
.tab-pills.tab-pills-top .col-xs-12 .nav-tabs > li .arrow-dark,
.tab-pills.tab-pills-bottom .col-xs-12 .nav-tabs > li .arrow-dark,
.tab-pills.tab-pills-top .col-xs-12 .nav-tabs > li .arrow-light,
.tab-pills.tab-pills-bottom .col-xs-12 .nav-tabs > li .arrow-light {
  display: none;
}
@media (min-width: 768px) {
  .tab-pills.tab-pills-top .col-xs-12 .nav-tabs > li .arrow-dark,
  .tab-pills.tab-pills-bottom .col-xs-12 .nav-tabs > li .arrow-dark,
  .tab-pills.tab-pills-top .col-xs-12 .nav-tabs > li .arrow-light,
  .tab-pills.tab-pills-bottom .col-xs-12 .nav-tabs > li .arrow-light {
    display: block;
  }
}
.tab-pills.tab-pills-sm .nav-tabs > li a {
  min-height: 0 !important;
  font-size: 1.25em;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.page-header-nav-pills h2 {
  margin-bottom: 0;
}
.page-header-nav-pills .nav-pills > li a {
  background-color: #e6e7e9;
  border: 3px solid #fff;
  color: #333;
  font-size: 1.1em;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  white-space: normal;
  overflow: hidden;
}
.page-header-nav-pills .nav-pills > li a:hover {
  background-color: #ccc;
}
.media {
  background-color: rgba(231, 231, 231, 0.9);
}
.media.white {
  background-color: #fff;
}
.media .media-left {
  height: 100px;
  min-width: 100px;
  background-color: #666;
  padding-right: 0;
  text-align: center;
}
.media .media-left h3 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.media .media-left .fa {
  color: #fff;
  font-size: 2em;
  padding-left: 5px;
  display: block;
  margin: 0 auto;
}
.media .media-body {
  padding-left: 10px;
  position: relative;
  vertical-align: middle;
}
.media .media-body > a {
  display: block;
  overflow: hidden;
}
.media .media-body span,
.media .media-body a {
  color: #333;
}
.media .media-body span {
  display: block;
  overflow: hidden;
}
.media .media-body .media-heading {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}
.media .media-body .media-summary {
  font-size: 1em;
}
.media .media-body .media-content {
  display: none;
  padding-top: 10px;
}
.media .media-body .media-content ul {
  padding-left: 20px;
  list-style-type: square;
}
.media .media-body .media-content .btn {
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  border: 0;
}
.media .media-body :hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .media .media-body {
    padding: 10px 20px;
  }
}
.media .media-right .btn {
  margin-right: 10px;
  font-weight: 600;
  font-size: 1.2em;
}
.media .media-right .show-more,
.media .media-right .show-less {
  display: block;
}
.media .media-right .show-less {
  margin-top: 23px;
  display: none;
}
@media (max-width: 767px) {
  .media .media-right {
    position: absolute;
    width: 100%;
  }
  .media .media-right .btn {
    width: 100%;
  }
}
.media.expanded .media-body,
.media.expanded .media-right {
  padding-top: 10px;
  padding-bottom: 10px;
}
.media.lightbg-bar {
  background-color: transparent;
  border-bottom: 3px solid #666;
}
.media.lightbg-bar .media-left {
  height: 64px;
  min-width: 64px;
}
.media.lightbg-bar .media-body {
  padding-right: 30px;
}
.media.lightbg-bar .plus {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 7px 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  text-align: center;
  padding-left: 7px;
}
.media.lightbg-bar .media-body:hover {
  background-color: rgba(231, 231, 231, 0.9);
}
.media .btn {
  border: 0;
}
.bloques-container > .section-title {
  margin: 50px 0 30px 0;
}
.vertical-highlighted h1,
.vertical-highlighted h2,
.vertical-highlighted h3,
.vertical-highlighted h4,
.vertical-highlighted h5,
.vertical-highlighted h6 {
  margin-top: 0;
}
.vertical-highlighted p {
  font-size: 14px;
  font-weight: normal;
}
.vertical-highlighted ul {
  padding-left: 18px;
  margin: 15px 0;
}
.vertical-highlighted .primary,
.vertical-highlighted .secondary {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.75);
}
.vertical-highlighted .primary > img,
.vertical-highlighted .secondary > img,
.vertical-highlighted .primary .vertical-highlighted-body,
.vertical-highlighted .secondary .vertical-highlighted-body {
  position: absolute;
  display: block;
  float: none;
}
.vertical-highlighted .primary > img,
.vertical-highlighted .secondary > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.vertical-highlighted .primary .vertical-highlighted-body,
.vertical-highlighted .secondary .vertical-highlighted-body {
  width: 75%;
  margin: 9px;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.75);
  border-top: 5px solid #8a8b8c;
}
.vertical-highlighted .primary .deeplink,
.vertical-highlighted .secondary .deeplink {
  line-height: 1em;
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.vertical-highlighted .primary .deeplink a,
.vertical-highlighted .secondary .deeplink a {
  display: block;
  text-decoration: none;
  padding: 7px 10px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #000000;
  font-size: 1em;
  font-weight: 600;
}
.vertical-highlighted .secondary {
  border-top: 5px solid #8a8b8c;
  background-color: #eaebec;
}
.vertical-highlighted .secondary .vertical-highlighted-body {
  background-color: transparent;
  border: 0;
}
.vertical-highlighted .secondary .vertical-highlighted-body h1,
.vertical-highlighted .secondary .vertical-highlighted-body h2,
.vertical-highlighted .secondary .vertical-highlighted-body h3,
.vertical-highlighted .secondary .vertical-highlighted-body h4,
.vertical-highlighted .secondary .vertical-highlighted-body h5,
.vertical-highlighted .secondary .vertical-highlighted-body h6 {
  font-weight: 500;
}
.vertical-highlighted .secondary .vertical-highlighted-body h2 {
  font-size: 3em;
}
.vertical-highlighted .secondary .deeplink,
.vertical-highlighted .secondary .deeplink a {
  background-color: #333333;
  color: #ffffff;
}
.vertical-highlighted .white .vertical-highlighted-body h1,
.vertical-highlighted .white .vertical-highlighted-body h2,
.vertical-highlighted .white .vertical-highlighted-body h3,
.vertical-highlighted .white .vertical-highlighted-body h4,
.vertical-highlighted .white .vertical-highlighted-body h5,
.vertical-highlighted .white .vertical-highlighted-body h6,
.vertical-highlighted .white .vertical-highlighted-body p {
  color: #ffffff !important;
}
.vertical-highlighted .large {
  min-height: 357px;
}
.vertical-highlighted .flexible {
  background-color: rgba(255, 255, 255, 0.75);
  border-top: 5px solid #8a8b8c;
  padding: 16px;
}
.vertical-highlighted > div:nth-child(2) {
  margin-top: 10px;
  margin-bottom: 10px;
}
.vertical-highlighted > div:last-child {
  margin-bottom: 0px;
}
.ribbon-wrapper {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}
.ribbon-wrapper .ribbon {
  font: bold 11px sans-serif;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 4px 0;
  top: 7px;
  right: -21px;
  width: 80px;
  background-color: #971d44;
  color: #fff;
  z-index: 1500;
}
.node-menu .field-name-field-custom-menu {
  margin-top: 23px;
}
.node-menu hr + .field-name-field-custom-menu,
.node-menu hr + .as-custom-menu,
.node-menu .as-custom-menu + .field-name-field-custom-menu {
  margin-top: 0px;
}
.node-menu h4 {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
  margin-top: 30px;
  color: #8a8b8c;
}
.node-menu .custom-menu {
  padding-left: 0px;
}
.node-menu .custom-menu a {
  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: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-size: 0.9em;
  font-weight: 600;
  text-align: left;
}
.node-menu .custom-menu a:focus,
.node-menu .custom-menu a:active:focus,
.node-menu .custom-menu a.active:focus,
.node-menu .custom-menu a.focus,
.node-menu .custom-menu a:active.focus,
.node-menu .custom-menu a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.node-menu .custom-menu a:hover,
.node-menu .custom-menu a:focus,
.node-menu .custom-menu a.focus {
  color: #333333;
  text-decoration: none;
}
.node-menu .custom-menu a:active,
.node-menu .custom-menu a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.node-menu .custom-menu a.disabled,
.node-menu .custom-menu a[disabled],
fieldset[disabled] .node-menu .custom-menu a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.node-menu .custom-menu a:hover,
.node-menu .custom-menu a:focus,
.node-menu .custom-menu a.focus,
.node-menu .custom-menu a:active,
.node-menu .custom-menu a.active,
.open > .dropdown-toggle.node-menu .custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.node-menu .custom-menu a:active,
.node-menu .custom-menu a.active,
.open > .dropdown-toggle.node-menu .custom-menu a {
  background-image: none;
}
.node-menu .custom-menu a.disabled,
.node-menu .custom-menu a[disabled],
fieldset[disabled] .node-menu .custom-menu a,
.node-menu .custom-menu a.disabled:hover,
.node-menu .custom-menu a[disabled]:hover,
fieldset[disabled] .node-menu .custom-menu a:hover,
.node-menu .custom-menu a.disabled:focus,
.node-menu .custom-menu a[disabled]:focus,
fieldset[disabled] .node-menu .custom-menu a:focus,
.node-menu .custom-menu a.disabled.focus,
.node-menu .custom-menu a[disabled].focus,
fieldset[disabled] .node-menu .custom-menu a.focus,
.node-menu .custom-menu a.disabled:active,
.node-menu .custom-menu a[disabled]:active,
fieldset[disabled] .node-menu .custom-menu a:active,
.node-menu .custom-menu a.disabled.active,
.node-menu .custom-menu a[disabled].active,
fieldset[disabled] .node-menu .custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.node-menu .custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
.node-menu .custom-menu a .submenu-mark {
  float: right;
}
.node-menu .custom-menu ul {
  padding-left: 0px;
}
.node-menu .custom-menu ul a {
  color: #eeeeee;
  background-color: #0c9041;
  border-color: #0c9041;
}
.node-menu .custom-menu ul a:hover,
.node-menu .custom-menu ul a:focus,
.node-menu .custom-menu ul a.focus,
.node-menu .custom-menu ul a:active,
.node-menu .custom-menu ul a.active,
.open > .dropdown-toggle.node-menu .custom-menu ul a {
  color: #eeeeee;
  background-color: #08612c;
  border-color: #075828;
}
.node-menu .custom-menu ul a:active,
.node-menu .custom-menu ul a.active,
.open > .dropdown-toggle.node-menu .custom-menu ul a {
  background-image: none;
}
.node-menu .custom-menu ul a.disabled,
.node-menu .custom-menu ul a[disabled],
fieldset[disabled] .node-menu .custom-menu ul a,
.node-menu .custom-menu ul a.disabled:hover,
.node-menu .custom-menu ul a[disabled]:hover,
fieldset[disabled] .node-menu .custom-menu ul a:hover,
.node-menu .custom-menu ul a.disabled:focus,
.node-menu .custom-menu ul a[disabled]:focus,
fieldset[disabled] .node-menu .custom-menu ul a:focus,
.node-menu .custom-menu ul a.disabled.focus,
.node-menu .custom-menu ul a[disabled].focus,
fieldset[disabled] .node-menu .custom-menu ul a.focus,
.node-menu .custom-menu ul a.disabled:active,
.node-menu .custom-menu ul a[disabled]:active,
fieldset[disabled] .node-menu .custom-menu ul a:active,
.node-menu .custom-menu ul a.disabled.active,
.node-menu .custom-menu ul a[disabled].active,
fieldset[disabled] .node-menu .custom-menu ul a.active {
  background-color: #0c9041;
  border-color: #0c9041;
}
.node-menu .custom-menu ul a .badge {
  color: #0c9041;
  background-color: #eeeeee;
}
i.udesa,
span.udesa {
  padding: 8px;
  padding-left: 38px;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: 0px 5px;
  vertical-align: middle;
}
i.udesa.invert,
span.udesa.invert {
  filter: invert(1);
  -moz-filter: invert(1);
  -webkit-filter: invert(1);
}
i.udesa.udesa-2x,
span.udesa.udesa-2x {
  padding-left: 60px;
  background-size: 56px;
  background-position: 0px 12px;
}
i.udesa.udesa-abogacia,
span.udesa.udesa-abogacia {
  background-image: url(/sites/all/themes/udesa/images/iconos/abogacia.svg);
}
i.udesa.udesa-administracion_empresas,
span.udesa.udesa-administracion_empresas {
  background-image: url(/sites/all/themes/udesa/images/iconos/administracion_empresas.svg);
  background-size: 36px;
  background-position: 0px 2px;
}
i.udesa.udesa-administracion_empresas.udesa-2x,
span.udesa.udesa-administracion_empresas.udesa-2x {
  background-position-y: 10px;
  background-size: 63px;
}
i.udesa.udesa-ciencia_politica,
span.udesa.udesa-ciencia_politica {
  background-image: url(/sites/all/themes/udesa/images/iconos/ciencia_politica.svg);
}
i.udesa.udesa-comunicacion,
span.udesa.udesa-comunicacion {
  background-image: url(/sites/all/themes/udesa/images/iconos/comunicacion.svg);
}
i.udesa.udesa-contador,
span.udesa.udesa-contador {
  background-image: url(/sites/all/themes/udesa/images/iconos/contador.svg);
}
i.udesa.udesa-economia,
span.udesa.udesa-economia {
  background-image: url(/sites/all/themes/udesa/images/iconos/economia.svg);
}
i.udesa.udesa-educacion,
span.udesa.udesa-educacion {
  background-image: url(/sites/all/themes/udesa/images/iconos/educacion.svg);
}
i.udesa.udesa-entrepreneurship,
span.udesa.udesa-entrepreneurship {
  background-image: url(/sites/all/themes/udesa/images/iconos/entrepreneurship.svg);
}
i.udesa.udesa-finanzas,
span.udesa.udesa-finanzas {
  background-image: url(/sites/all/themes/udesa/images/iconos/finanzas.svg);
}
i.udesa.udesa-fundamentos,
span.udesa.udesa-fundamentos {
  background-image: url(/sites/all/themes/udesa/images/iconos/fundamentos.svg);
  background-position: 0px 2px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
i.udesa.udesa-humanidades,
span.udesa.udesa-humanidades {
  background-image: url(/sites/all/themes/udesa/images/iconos/humanidades.svg);
}
i.udesa.udesa-recursos_humanos,
span.udesa.udesa-recursos_humanos {
  background-image: url(/sites/all/themes/udesa/images/iconos/recursos_humanos.svg);
}
i.udesa.udesa-relaciones_internacionales,
span.udesa.udesa-relaciones_internacionales {
  background-image: url(/sites/all/themes/udesa/images/iconos/relaciones_internacionales);
}
i.udesa.udesa-marketing,
span.udesa.udesa-marketing {
  background-image: url(/sites/all/themes/udesa/images/iconos/marketing);
}
.navbar-fixed-top {
  background-color: #000000;
  border: 0;
}
.navbar-fixed-top .navbar-brand {
  padding: 20px 15px 12px 15px;
  height: auto;
}
.navbar-fixed-top .navbar-brand img {
  width: 190px !important;
  height: auto;
}
.navbar-fixed-top .navbar-nav > li > a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 26px 10px;
}
.navbar-fixed-top .navbar-nav > li > a.inscripcion {
  background-color: rgba(255, 255, 255, 0.25);
}
.navbar-fixed-top .navbar-nav > li > a:hover {
  color: #ffffff;
  background-color: #015294;
}
.navbar-fixed-top .navbar-nav > li > a:focus {
  color: #ffffff;
}
.navbar-fixed-top .navbar-nav .dropdown-menu > li > a {
  font-size: 13px;
}
.navbar-fixed-top .navbar-nav > .open > a,
.navbar-fixed-top .navbar-nav > .open > a:hover,
.navbar-fixed-top .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #000000;
}
.navbar-fixed-top .navbar-nav .open .dropdown-menu > li > a {
  color: #bbbbbb;
  padding: 10px 15px;
}
.navbar-fixed-top .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-fixed-top .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #ffffff;
}
.navbar-fixed-top .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.75);
  border: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: auto;
  max-height: 390px;
  margin: 0;
}
.navbar-fixed-top .dropdown-menu > li > a {
  color: #ffffff;
  line-height: 2em;
  text-transform: none;
}
.navbar-fixed-top .dropdown-menu > li > a:hover,
.navbar-fixed-top .dropdown-menu > li > a:focus {
  background-color: #015294;
}
.navbar-fixed-top .dropdown-menu .divider {
  background-color: #015294;
}
.navbar-fixed-top .navbar-btn {
  border: 0;
  margin: 0;
  padding: 22px 15px;
  color: #ffffff;
}
.navbar-fixed-top .toolbar > li > a {
  padding: 22px 20px;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.navbar-fixed-top .offcanvas-content {
  display: none;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
}
.navbar-fixed-top .offcanvas-search {
  display: none;
}
.navbar-fixed-top .offcanvas-trigger {
  display: block;
}
.navbar-fixed-top .offcanvas-trigger.active {
  background-color: #333333;
}
body.off-canvas-enabled .navbar-fixed-top .offcanvas-content {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.85);
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 70px;
  left: auto;
  bottom: 50px;
  right: 0;
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
body.off-canvas-enabled .navbar-fixed-top .offcanvas-content .navbar-nav > li > a {
  padding: 20px 15px;
  font-size: 1.25em;
  font-weight: 600;
}
body.off-canvas-enabled .navbar-fixed-top .offcanvas-content .navbar-nav > li > a .open .dropdown-menu > li > a {
  line-height: 2em;
}
body.off-canvas-enabled .navbar-fixed-top .offcanvas-content .dropdown-menu > li > a {
  text-transform: none;
}
@media (min-width: 1199px) {
  .navbar-fixed-top .navbar-brand {
    padding: 16px 15px;
  }
  .navbar-fixed-top .navbar-brand img {
    width: 218px !important;
    height: auto !important;
  }
  .navbar-fixed-top .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
    padding: 3px 20px;
  }
  .navbar-fixed-top .offcanvas-content {
    display: block;
  }
  .navbar-fixed-top .offcanvas-trigger {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top .navbar-brand {
    padding-right: 5px;
  }
  body.off-canvas-enabled .navbar-fixed-top .offcanvas-content {
    width: 100%;
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.off-canvas-enabled .navbar-fixed-top .offcanvas-content {
    width: 40%;
  }
  ul.secondary {
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-fixed-top .navbar-brand {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-fixed-top .navbar-brand img {
    width: 210px !important;
    height: auto !important;
  }
  .navbar-fixed-top .navbar-nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1199px) {
  body:not(.node-type-landing) .navbar-fixed-top ul.nav li.dropdown:hover > ul.dropdown-menu,
  body:not(.node-type-landing) .navbar-fixed-bottom ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-delay: 0s;
  }
}
html,
body {
  width: 100%;
  height: 100%;
}
h1,
h2 {
  font-weight: 100;
}
h1 a,
h2 a {
  font-weight: 100;
}
strong {
  font-size: 15px;
}
ul li {
  font-size: 14px;
}
#main-content {
  height: 100%;
  padding-bottom: 51px;
  display: initial;
}
body.page-node ul.action-links {
  display: none;
}
.pagination > li > a,
.pagination > li > span {
  color: #222222;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}
.field-name-field-folder {
  display: none;
}
.footer-fluid {
  background: #272727;
  padding-bottom: 80px;
  color: #fff;
}
.footer-fluid .block {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (min-width: 767px) {
  .footer-fluid .block {
    padding-top: 40px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footer-fluid #block-block-6 {
    display: none;
  }
  .footer-fluid #block-block-4 > p > a {
    display: block;
    width: 40px;
    margin: 0 auto;
  }
}
.footer-fluid .block.copyright {
  color: #9d9d9d;
}
.footer-fluid .block.copyright span {
  padding-top: 20px;
  display: inline-block;
}
.footer-fluid .block.copyright span a {
  color: inherit;
}
.footer-fluid .block.contact {
  color: #fff;
  font-size: 1.1em;
}
.footer-fluid .block.contact a {
  color: inherit;
}
.footer-fluid div.col-links {
  margin-top: 13px;
}
.footer-fluid p.col-title {
  font-weight: 600;
  color: #ffffff;
  padding-left: 6px;
}
.footer-fluid ul {
  list-style-type: none;
  padding: initial;
}
.footer-fluid ul li {
  list-style: none;
  padding: 3px 0 3px 6px;
}
.footer-fluid ul li.link {
  color: #9d9d9d;
}
.footer-fluid ul li.link a {
  color: #9d9d9d;
}
.footer-fluid ul li.link a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer-fluid ul li.link:hover {
  background-color: #423b3c;
}
.navbar-fixed-bottom {
  border-top: 1px solid #000;
}
@media (max-width: 1198px) {
  .navbar-fixed-bottom .navbar-nav:first-child {
    display: none;
  }
  .navbar-fixed-bottom .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-nav {
    float: none !important;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-fixed-bottom .navbar-nav li,
  .navbar-fixed-bottom .navbar-nav li a {
    display: inline;
    padding: 3px;
  }
  .navbar-fixed-bottom .navbar-nav > li > a {
    text-align: center;
  }
  .navbar-fixed-bottom .navbar-btn {
    margin: 0;
    padding: 12px 15px;
    float: none;
    width: 100%;
  }
  .navbar-fixed-bottom button.navbar-toggle {
    background-color: #222222;
    border: none;
    padding: 12px 10px;
  }
  .navbar-fixed-bottom button.navbar-toggle span.fa {
    color: #999999;
  }
  .navbar-fixed-bottom button.navbar-toggle:hover {
    background-color: #595959 !important;
    color: #fafafa;
  }
}
.form-container,
.container .form-container,
.container-fluid .form-container {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 40px;
}
.form-container .btn,
.container .form-container .btn,
.container-fluid .form-container .btn {
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.form-container .btn:hover,
.container .form-container .btn:hover,
.container-fluid .form-container .btn:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.form-container .webform-component,
.container .form-container .webform-component,
.container-fluid .form-container .webform-component {
  margin-bottom: 15px;
}
.form-container .webform-component--spacer,
.container .form-container .webform-component--spacer,
.container-fluid .form-container .webform-component--spacer {
  display: none;
}
.form-container .field-name-title h2,
.container .form-container .field-name-title h2,
.container-fluid .form-container .field-name-title h2 {
  margin-top: 0;
  font-size: 45px;
}
.form-container .field-name-body h3,
.container .form-container .field-name-body h3,
.container-fluid .form-container .field-name-body h3 {
  font-size: 1.5em;
  font-weight: 600;
}
.form-container .field-name-body h3:before,
.container .form-container .field-name-body h3:before,
.container-fluid .form-container .field-name-body h3:before {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 15px 0 5px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.form-container .field-type-text-with-summary,
.container .form-container .field-type-text-with-summary,
.container-fluid .form-container .field-type-text-with-summary {
  margin-bottom: 15px;
}
.form-container .field-type-text-with-summary h1,
.container .form-container .field-type-text-with-summary h1,
.container-fluid .form-container .field-type-text-with-summary h1,
.form-container .field-type-text-with-summary h2,
.container .form-container .field-type-text-with-summary h2,
.container-fluid .form-container .field-type-text-with-summary h2,
.form-container .field-type-text-with-summary h3,
.container .form-container .field-type-text-with-summary h3,
.container-fluid .form-container .field-type-text-with-summary h3,
.form-container .field-type-text-with-summary h4,
.container .form-container .field-type-text-with-summary h4,
.container-fluid .form-container .field-type-text-with-summary h4,
.form-container .field-type-text-with-summary h5,
.container .form-container .field-type-text-with-summary h5,
.container-fluid .form-container .field-type-text-with-summary h5,
.form-container .field-type-text-with-summary h6,
.container .form-container .field-type-text-with-summary h6,
.container-fluid .form-container .field-type-text-with-summary h6,
.form-container .field-type-text-with-summary p,
.container .form-container .field-type-text-with-summary p,
.container-fluid .form-container .field-type-text-with-summary p {
  color: #333333;
}
.form-container .field-type-text-with-summary p,
.container .form-container .field-type-text-with-summary p,
.container-fluid .form-container .field-type-text-with-summary p {
  font-size: 14px;
  font-weight: normal;
}
.form-container .webform-component-email input,
.container .form-container .webform-component-email input,
.container-fluid .form-container .webform-component-email input {
  display: block;
  width: 100%;
  height: 43px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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;
}
.form-container .webform-component-email input:focus,
.container .form-container .webform-component-email input:focus,
.container-fluid .form-container .webform-component-email input: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);
  -moz-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-container .webform-component-email input::-moz-placeholder,
.container .form-container .webform-component-email input::-moz-placeholder,
.container-fluid .form-container .webform-component-email input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-container .webform-component-email input:-ms-input-placeholder,
.container .form-container .webform-component-email input:-ms-input-placeholder,
.container-fluid .form-container .webform-component-email input:-ms-input-placeholder {
  color: #999999;
}
.form-container .webform-component-email input::-webkit-input-placeholder,
.container .form-container .webform-component-email input::-webkit-input-placeholder,
.container-fluid .form-container .webform-component-email input::-webkit-input-placeholder {
  color: #999999;
}
.form-container .webform-component-email input[disabled],
.container .form-container .webform-component-email input[disabled],
.container-fluid .form-container .webform-component-email input[disabled],
.form-container .webform-component-email input[readonly],
.container .form-container .webform-component-email input[readonly],
.container-fluid .form-container .webform-component-email input[readonly],
fieldset[disabled] .form-container .webform-component-email input,
fieldset[disabled] .container .form-container .webform-component-email input,
fieldset[disabled] .container-fluid .form-container .webform-component-email input {
  background-color: #eeeeee;
  opacity: 1;
}
.form-container .webform-component-email input[disabled],
.container .form-container .webform-component-email input[disabled],
.container-fluid .form-container .webform-component-email input[disabled],
fieldset[disabled] .form-container .webform-component-email input,
fieldset[disabled] .container .form-container .webform-component-email input,
fieldset[disabled] .container-fluid .form-container .webform-component-email input {
  cursor: not-allowed;
}
textarea.form-container .webform-component-email input,
textarea.container .form-container .webform-component-email input,
textarea.container-fluid .form-container .webform-component-email input {
  height: auto;
}
.field-name-field-icono-carrera.field-widget-options-select select option {
  padding: 8px;
  padding-left: 38px;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: 0px 4px;
}
.field-name-field-icono-carrera.field-widget-options-select select option[value="abogacia"] {
  background-image: url(/sites/all/themes/udesa/images/iconos/abogacia.svg);
}
.field-name-field-icono-carrera.field-widget-options-select select option[value="administracion_empresas"] {
  background-image: url(/sites/all/themes/udesa/images/iconos/administracion_empresas.svg);
  background-position-y: 1px;
}
.field-name-field-icono-carrera.field-widget-options-select select option[value="ciencia_politica"] {
  background-image: url(/sites/all/themes/udesa/images/iconos/ciencia_politica.svg);
}
.field-name-field-icono-carrera.field-widget-options-select select option[value="comunicacion"] {
  background-image: url(/sites/all/themes/udesa/images/iconos/comunicacion.svg);
}
.field-name-field-icono-carrera.field-widget-options-select select option[value="contador"] {
  background-image: url(/sites/all/themes/udesa/images/iconos/contador.svg);
}
.field-name-field-icono-carrera.field-widget-options-select select option[value="economia"] {
  background-image: url(/sites/all/themes/udesa/images/iconos/economia.svg);
}
.field-name-field-icono-carrera.field-widget-options-select select option[value="educacion"] {
  background-image: url(/sites/all/themes/udesa/images/iconos/educacion.svg);
}
.field-name-field-icono-carrera.field-widget-options-select select option[value="entrepreneurship"] {
  background-image: url(/sites/all/themes/udesa/images/iconos/entrepreneurship.svg);
}
.field-name-field-icono-carrera.field-widget-options-select select option[value="finanzas"] {
  background-image: url(/sites/all/themes/udesa/images/iconos/finanzas.svg);
}
.field-name-field-icono-carrera.field-widget-options-select select option[value="humanidades"] {
  background-image: url(/sites/all/themes/udesa/images/iconos/humanidades.svg);
}
.field-name-field-icono-carrera.field-widget-options-select select option[value="recursos_humanos"] {
  background-image: url(/sites/all/themes/udesa/images/iconos/recursos_humanos.svg);
}
.field-name-field-icono-carrera.field-widget-options-select select option[value="relaciones_internacionales"] {
  background-image: url(/sites/all/themes/udesa/images/iconos/relaciones_internacionales);
}
.field-name-field-icono-carrera.field-widget-options-select select option[value="marketing"] {
  background-image: url(/sites/all/themes/udesa/images/iconos/marketing);
}
#form.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#content-fullscreen {
  /*Frontpe full height carrusel*/
}
#content-fullscreen section#block-views-publicidades-block-7 {
  margin-top: -70px;
  margin-bottom: 50px;
  height: 100%;
}
#content-fullscreen section#block-views-publicidades-block-7 > div,
#content-fullscreen section#block-views-publicidades-block-7 > div > div {
  height: 100%;
}
#content-fullscreen > .region {
  display: block;
  height: 100%;
  overflow: hidden;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style {
  height: 100%;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .item,
#content-fullscreen .views-bootstrap-carousel-plugin-style .active,
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-inner,
#content-fullscreen .views-bootstrap-carousel-plugin-style .view-content {
  height: 100%;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-control {
  width: 10%;
  z-index: 11;
  opacity: .75;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-control > .fa {
  position: absolute;
  top: 50%;
  background-color: #222;
  padding: 10px 15px;
  display: block;
  font-size: 2em;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-control.left > .fa {
  left: 0;
  padding: 10px 20px 10px 15px;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-control.right > .fa {
  right: 0;
  padding: 10px 15px 10px 20px;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-control:hover {
  opacity: 1;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-indicators {
  bottom: 13%;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron {
  padding: 30px;
  margin: 0;
  position: absolute;
  width: 35%;
  text-shadow: none;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned {
  right: 10%;
  top: 20%;
  text-align: left;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned hr {
  margin-left: 0;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned {
  left: 10%;
  top: 20%;
  text-align: left;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned hr {
  margin-left: 0;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-centered {
  left: 35%;
  right: 35%;
  top: 20%;
  padding-bottom: 0;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h3 {
  font-weight: 700;
  font-size: 3.5em;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: -2px;
  line-height: 0.95em;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h4 {
  font-size: 2em;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body {
  overflow: hidden;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body hr {
  border-color: #7d7d7d;
  width: 61px;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body p {
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
}
#content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body .btn {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 800px) {
  #content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h3 {
    font-size: 2em;
  }
  #content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body p {
    font-size: 1.1em;
    line-height: 1.2em;
  }
  #content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body .btn {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  #content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption {
    top: 0;
    bottom: auto;
  }
  #content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned,
  #content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned,
  #content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-centered {
    top: 20%;
    bottom: auto;
    width: 90%;
    left: 5%;
    right: 5%;
  }
  #content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned hr,
  #content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned hr,
  #content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-centered hr {
    display: none;
  }
}
@media (max-width: 991px) {
  #content-fullscreen .views-bootstrap-carousel-plugin-style .jumbotron h3 {
    font-size: 2em;
  }
  #content-fullscreen .views-bootstrap-carousel-plugin-style .jumbotron div.body p {
    font-size: 1.3em;
  }
  #content-fullscreen .views-bootstrap-carousel-plugin-style .jumbotron div.body .btn {
    font-size: 1em;
    float: right;
    margin: 5px 0;
  }
  #content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-control.left > .fa,
  #content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-control.right > .fa {
    display: none;
  }
}
@media (min-width: 767px) {
  #content-fullscreen {
    height: 100%;
  }
}
@media (max-width: 767px) {
  #content-fullscreen section#block-views-publicidades-block-7 {
    margin-bottom: 0;
    margin-top: -30px;
  }
  #content-fullscreen .views-bootstrap-carousel-plugin-style {
    height: auto;
    min-height: 230px;
  }
  #content-fullscreen .views-bootstrap-carousel-plugin-style .item,
  #content-fullscreen .views-bootstrap-carousel-plugin-style .active,
  #content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-inner,
  #content-fullscreen .views-bootstrap-carousel-plugin-style .fill,
  #content-fullscreen .views-bootstrap-carousel-plugin-style .view-content {
    height: auto;
    min-height: 230px;
  }
  #content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron {
    padding-left: 10px;
    padding-right: 10px;
  }
  #content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h3 {
    font-size: 1.5em;
  }
  #content-fullscreen .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h4 {
    font-size: 1.25em;
  }
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style {
  height: 300px;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .item,
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .active,
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-inner,
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .view-content {
  height: 300px;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .fill {
  width: 100%;
  height: 300px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-control {
  width: 10%;
  z-index: 11;
  opacity: .75;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-control > .fa {
  position: absolute;
  top: 45%;
  background-color: #222;
  padding: 10px 15px;
  display: block;
  font-size: 2em;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-control.left > .fa {
  left: 0;
  padding: 10px 20px 10px 15px;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-control.right > .fa {
  right: 0;
  padding: 10px 15px 10px 20px;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-control:hover {
  opacity: 1;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-indicators {
  bottom: 13%;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron {
  padding: 30px;
  margin: 0;
  position: absolute;
  width: 35%;
  text-shadow: none;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned {
  right: 10%;
  top: 20%;
  text-align: left;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned hr {
  margin-left: 0;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned {
  left: 10%;
  top: 20%;
  text-align: left;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned hr {
  margin-left: 0;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-centered {
  left: 35%;
  right: 35%;
  top: 20%;
  padding-bottom: 0;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h3 {
  font-weight: 700;
  font-size: 2.6em;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: -2px;
  line-height: 0.95em;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h4 {
  font-size: 1.7em;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body {
  overflow: hidden;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body hr {
  border-color: #7d7d7d;
  width: 61px;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body p {
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body .btn {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 800px) {
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h3 {
    font-size: 2em;
  }
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body p {
    font-size: 1.1em;
    line-height: 1.2em;
  }
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body .btn {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption {
    top: 0;
    bottom: auto;
  }
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned,
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned,
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-centered {
    top: 14%;
    bottom: auto;
    width: 90%;
    left: 5%;
    right: 5%;
  }
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned hr,
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned hr,
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-centered hr {
    display: none;
  }
}
@media (max-width: 991px) {
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .jumbotron h3 {
    font-size: 2em;
  }
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .jumbotron div.body p {
    font-size: 1.3em;
  }
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .jumbotron div.body .btn {
    font-size: 1em;
    float: right;
    margin: 5px 0;
  }
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-control.left > .fa,
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-control.right > .fa {
    display: none;
  }
}
body.node-type-departamento .main-container #views-bootstrap-carousel-1 {
  margin-top: 20px;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style {
  height: 300px;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .item,
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .active,
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-inner,
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .view-content {
  height: 300px;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .fill {
  width: 100%;
  height: 300px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-control {
  width: 10%;
  z-index: 11;
  opacity: .75;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-control > .fa {
  position: absolute;
  top: 45%;
  background-color: #222;
  padding: 10px 15px;
  display: block;
  font-size: 2em;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-control.left > .fa {
  left: 0;
  padding: 10px 20px 10px 15px;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-control.right > .fa {
  right: 0;
  padding: 10px 15px 10px 20px;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-control:hover {
  opacity: 1;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-indicators {
  bottom: 13%;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron {
  padding: 30px;
  margin: 0;
  position: absolute;
  width: 35%;
  text-shadow: none;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned {
  right: 10%;
  top: 20%;
  text-align: left;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned hr {
  margin-left: 0;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned {
  left: 10%;
  top: 20%;
  text-align: left;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned hr {
  margin-left: 0;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-centered {
  left: 35%;
  right: 35%;
  top: 20%;
  padding-bottom: 0;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h3 {
  font-weight: 700;
  font-size: 2.6em;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: -2px;
  line-height: 0.95em;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h4 {
  font-size: 1.7em;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body {
  overflow: hidden;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body hr {
  border-color: #7d7d7d;
  width: 61px;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body p {
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
}
body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body .btn {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 800px) {
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h3 {
    font-size: 2em;
  }
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body p {
    font-size: 1.1em;
    line-height: 1.2em;
  }
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body .btn {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption {
    top: 0;
    bottom: auto;
  }
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned,
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned,
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-centered {
    top: 14%;
    bottom: auto;
    width: 90%;
    left: 5%;
    right: 5%;
  }
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned hr,
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned hr,
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-centered hr {
    display: none;
  }
}
@media (max-width: 991px) {
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .jumbotron h3 {
    font-size: 2em;
  }
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .jumbotron div.body p {
    font-size: 1.3em;
  }
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .jumbotron div.body .btn {
    font-size: 1em;
    float: right;
    margin: 5px 0;
  }
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-control.left > .fa,
  body.node-type-departamento .main-container .views-bootstrap-carousel-plugin-style .carousel-control.right > .fa {
    display: none;
  }
}
body.node-type-departamento #views-bootstrap-carousel-1,
body.node-type-pagina #views-bootstrap-carousel-1,
body.node-type-landing #views-bootstrap-carousel-1 {
  margin-top: 20px;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style,
body.node-type-pagina .views-bootstrap-carousel-plugin-style,
body.node-type-landing .views-bootstrap-carousel-plugin-style {
  height: 300px;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .item,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .item,
body.node-type-landing .views-bootstrap-carousel-plugin-style .item,
body.node-type-departamento .views-bootstrap-carousel-plugin-style .active,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .active,
body.node-type-landing .views-bootstrap-carousel-plugin-style .active,
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-inner,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-inner,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-inner,
body.node-type-departamento .views-bootstrap-carousel-plugin-style .view-content,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .view-content,
body.node-type-landing .views-bootstrap-carousel-plugin-style .view-content {
  height: 300px;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .fill,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .fill,
body.node-type-landing .views-bootstrap-carousel-plugin-style .fill {
  width: 100%;
  height: 300px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-control,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-control,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-control {
  width: 10%;
  z-index: 11;
  opacity: .75;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-control > .fa,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-control > .fa,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-control > .fa {
  position: absolute;
  top: 45%;
  background-color: #222;
  padding: 10px 15px;
  display: block;
  font-size: 2em;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-control.left > .fa,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-control.left > .fa,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-control.left > .fa {
  left: 0;
  padding: 10px 20px 10px 15px;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-control.right > .fa,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-control.right > .fa,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-control.right > .fa {
  right: 0;
  padding: 10px 15px 10px 20px;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-control:hover,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-control:hover,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-control:hover {
  opacity: 1;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-indicators,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-indicators,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-indicators {
  bottom: 13%;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-indicators li,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-indicators li,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron {
  padding: 30px;
  margin: 0;
  position: absolute;
  width: 35%;
  text-shadow: none;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned {
  right: 10%;
  top: 20%;
  text-align: left;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned hr,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned hr,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned hr {
  margin-left: 0;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned {
  left: 10%;
  top: 20%;
  text-align: left;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned hr,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned hr,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned hr {
  margin-left: 0;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-centered,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-centered,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-centered {
  left: 35%;
  right: 35%;
  top: 20%;
  padding-bottom: 0;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h3,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h3,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h3 {
  font-weight: 700;
  font-size: 2.6em;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: -2px;
  line-height: 0.95em;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h4,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h4,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h4 {
  font-size: 1.7em;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body {
  overflow: hidden;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body hr,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body hr,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body hr {
  border-color: #7d7d7d;
  width: 61px;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body p,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body p,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body p {
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
}
body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body .btn,
body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body .btn,
body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body .btn {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 800px) {
  body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h3,
  body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h3,
  body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron h3 {
    font-size: 2em;
  }
  body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body p,
  body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body p,
  body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body p {
    font-size: 1.1em;
    line-height: 1.2em;
  }
  body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body .btn,
  body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body .btn,
  body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron div.body .btn {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption,
  body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption,
  body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption {
    top: 0;
    bottom: auto;
  }
  body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned,
  body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned,
  body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned,
  body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned,
  body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned,
  body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned,
  body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-centered,
  body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-centered,
  body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-centered {
    top: 14%;
    bottom: auto;
    width: 90%;
    left: 5%;
    right: 5%;
  }
  body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned hr,
  body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned hr,
  body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-right-aligned hr,
  body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned hr,
  body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned hr,
  body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-left-aligned hr,
  body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-centered hr,
  body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-centered hr,
  body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-caption .jumbotron.caption-centered hr {
    display: none;
  }
}
@media (max-width: 991px) {
  body.node-type-departamento .views-bootstrap-carousel-plugin-style .jumbotron h3,
  body.node-type-pagina .views-bootstrap-carousel-plugin-style .jumbotron h3,
  body.node-type-landing .views-bootstrap-carousel-plugin-style .jumbotron h3 {
    font-size: 2em;
  }
  body.node-type-departamento .views-bootstrap-carousel-plugin-style .jumbotron div.body p,
  body.node-type-pagina .views-bootstrap-carousel-plugin-style .jumbotron div.body p,
  body.node-type-landing .views-bootstrap-carousel-plugin-style .jumbotron div.body p {
    font-size: 1.3em;
  }
  body.node-type-departamento .views-bootstrap-carousel-plugin-style .jumbotron div.body .btn,
  body.node-type-pagina .views-bootstrap-carousel-plugin-style .jumbotron div.body .btn,
  body.node-type-landing .views-bootstrap-carousel-plugin-style .jumbotron div.body .btn {
    font-size: 1em;
    float: right;
    margin: 5px 0;
  }
  body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-control.left > .fa,
  body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-control.left > .fa,
  body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-control.left > .fa,
  body.node-type-departamento .views-bootstrap-carousel-plugin-style .carousel-control.right > .fa,
  body.node-type-pagina .views-bootstrap-carousel-plugin-style .carousel-control.right > .fa,
  body.node-type-landing .views-bootstrap-carousel-plugin-style .carousel-control.right > .fa {
    display: none;
  }
}
#block-views-agenda-block,
body.node-type-departamento,
body.node-type-pagina,
body.node-type-landing {
  margin-bottom: 20px;
}
#block-views-agenda-block h2.block-title,
body.node-type-departamento h2.block-title,
body.node-type-pagina h2.block-title,
body.node-type-landing h2.block-title {
  font-size: 2em;
  font-weight: 400;
  margin: 15px 0 10px 0;
}
#block-views-agenda-block h2.block-title:before,
body.node-type-departamento h2.block-title:before,
body.node-type-pagina h2.block-title:before,
body.node-type-landing h2.block-title:before {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 20px 0 5px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  color: #0d5892;
}
#block-views-agenda-block .view-agenda,
body.node-type-departamento .view-agenda,
body.node-type-pagina .view-agenda,
body.node-type-landing .view-agenda {
  border: 1px solid #e4e4e4;
}
#block-views-agenda-block .view-agenda .media,
body.node-type-departamento .view-agenda .media,
body.node-type-pagina .view-agenda .media,
body.node-type-landing .view-agenda .media {
  border-bottom: 1px solid #e4e4e4;
  padding: 0;
  margin: 0;
}
#block-views-agenda-block .view-agenda .media .media-left,
body.node-type-departamento .view-agenda .media .media-left,
body.node-type-pagina .view-agenda .media .media-left,
body.node-type-landing .view-agenda .media .media-left {
  background: #f2f2f2;
  padding: 10px;
}
#block-views-agenda-block .view-agenda .media .media-left .agenda-date,
body.node-type-departamento .view-agenda .media .media-left .agenda-date,
body.node-type-pagina .view-agenda .media .media-left .agenda-date,
body.node-type-landing .view-agenda .media .media-left .agenda-date {
  min-width: 95px;
  padding-top: 64px;
  position: relative;
  font-weight: bold;
}
#block-views-agenda-block .view-agenda .media .media-left .agenda-date .day,
body.node-type-departamento .view-agenda .media .media-left .agenda-date .day,
body.node-type-pagina .view-agenda .media .media-left .agenda-date .day,
body.node-type-landing .view-agenda .media .media-left .agenda-date .day {
  position: absolute;
  top: 5px;
  left: 0px;
  font-size: 2.75em;
  font-weight: 700;
  line-height: 30px;
}
#block-views-agenda-block .view-agenda .media .media-left .agenda-date .month:before,
body.node-type-departamento .view-agenda .media .media-left .agenda-date .month:before,
body.node-type-pagina .view-agenda .media .media-left .agenda-date .month:before,
body.node-type-landing .view-agenda .media .media-left .agenda-date .month:before {
  content: "/";
  font-size: 50px;
  font-weight: normal;
  line-height: 45px;
  font-style: italic;
}
#block-views-agenda-block .view-agenda .media .media-left .agenda-date .month,
body.node-type-departamento .view-agenda .media .media-left .agenda-date .month,
body.node-type-pagina .view-agenda .media .media-left .agenda-date .month,
body.node-type-landing .view-agenda .media .media-left .agenda-date .month {
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 1.35em;
  text-transform: uppercase;
}
#block-views-agenda-block .view-agenda .media .media-left .agenda-date .hour,
body.node-type-departamento .view-agenda .media .media-left .agenda-date .hour,
body.node-type-pagina .view-agenda .media .media-left .agenda-date .hour,
body.node-type-landing .view-agenda .media .media-left .agenda-date .hour {
  display: block;
  border-top: 1px solid #000;
  padding-top: 5px;
  margin-top: 5px;
}
#block-views-agenda-block .view-agenda .media .media-left .agenda-date .date-display-single,
body.node-type-departamento .view-agenda .media .media-left .agenda-date .date-display-single,
body.node-type-pagina .view-agenda .media .media-left .agenda-date .date-display-single,
body.node-type-landing .view-agenda .media .media-left .agenda-date .date-display-single {
  font-size: 1.15em;
}
#block-views-agenda-block .view-agenda .media .media-body,
body.node-type-departamento .view-agenda .media .media-body,
body.node-type-pagina .view-agenda .media .media-body,
body.node-type-landing .view-agenda .media .media-body {
  padding: 10px;
  color: #8a8b8c;
  background-color: #fff;
}
#block-views-agenda-block .view-agenda .media .media-body .place-wrapper,
body.node-type-departamento .view-agenda .media .media-body .place-wrapper,
body.node-type-pagina .view-agenda .media .media-body .place-wrapper,
body.node-type-landing .view-agenda .media .media-body .place-wrapper {
  padding-top: 5px;
  padding-bottom: 10px;
}
#block-views-agenda-block .view-agenda .media .media-body .links,
body.node-type-departamento .view-agenda .media .media-body .links,
body.node-type-pagina .view-agenda .media .media-body .links,
body.node-type-landing .view-agenda .media .media-body .links {
  overflow: hidden;
}
#block-views-agenda-block .view-agenda .media .media-body .links > a,
body.node-type-departamento .view-agenda .media .media-body .links > a,
body.node-type-pagina .view-agenda .media .media-body .links > a,
body.node-type-landing .view-agenda .media .media-body .links > a {
  display: block;
  float: left;
  margin-right: 10px;
}
#block-views-agenda-block .view-agenda .media .media-body p,
body.node-type-departamento .view-agenda .media .media-body p,
body.node-type-pagina .view-agenda .media .media-body p,
body.node-type-landing .view-agenda .media .media-body p {
  margin-bottom: 0;
}
#block-views-agenda-block .view-agenda .media .media-body a,
body.node-type-departamento .view-agenda .media .media-body a,
body.node-type-pagina .view-agenda .media .media-body a,
body.node-type-landing .view-agenda .media .media-body a {
  color: #015496;
  background-image: url('../images/icon-arrow-blue.png');
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  text-indent: 10px;
}
#block-views-agenda-block .view-agenda .media .media-body a:hover,
body.node-type-departamento .view-agenda .media .media-body a:hover,
body.node-type-pagina .view-agenda .media .media-body a:hover,
body.node-type-landing .view-agenda .media .media-body a:hover {
  text-decoration: underline;
}
#block-views-agenda-block .view-agenda .media .media-body h4,
body.node-type-departamento .view-agenda .media .media-body h4,
body.node-type-pagina .view-agenda .media .media-body h4,
body.node-type-landing .view-agenda .media .media-body h4 {
  text-transform: uppercase;
  color: #000;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 5px;
}
#block-views-agenda-block .view-agenda .media .media-body h4 a,
body.node-type-departamento .view-agenda .media .media-body h4 a,
body.node-type-pagina .view-agenda .media .media-body h4 a,
body.node-type-landing .view-agenda .media .media-body h4 a {
  background-image: none;
  color: inherit;
  text-indent: 0;
}
#block-views-agenda-block .view-agenda .media .media-body .fa,
body.node-type-departamento .view-agenda .media .media-body .fa,
body.node-type-pagina .view-agenda .media .media-body .fa,
body.node-type-landing .view-agenda .media .media-body .fa {
  display: inline;
  color: #333;
  font-size: 1.25em;
}
#block-views-agenda-block .view-agenda .media .media-body .place,
body.node-type-departamento .view-agenda .media .media-body .place,
body.node-type-pagina .view-agenda .media .media-body .place,
body.node-type-landing .view-agenda .media .media-body .place {
  display: inline;
}
#block-views-agenda-block .view-agenda .media .media-body .agenda-link,
body.node-type-departamento .view-agenda .media .media-body .agenda-link,
body.node-type-pagina .view-agenda .media .media-body .agenda-link,
body.node-type-landing .view-agenda .media .media-body .agenda-link {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
#block-views-agenda-block .view-agenda .media .media-body .agenda-link:before,
body.node-type-departamento .view-agenda .media .media-body .agenda-link:before,
body.node-type-pagina .view-agenda .media .media-body .agenda-link:before,
body.node-type-landing .view-agenda .media .media-body .agenda-link:before {
  content: " ";
  border-bottom: 2px solid #000;
  padding-left: 8px;
  height: 11px;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
}
#block-views-agenda-block .view-agenda .media:hover .media-left,
body.node-type-departamento .view-agenda .media:hover .media-left,
body.node-type-pagina .view-agenda .media:hover .media-left,
body.node-type-landing .view-agenda .media:hover .media-left {
  background-color: #000000;
  color: #ffffff;
}
#block-views-agenda-block .view-agenda .media:hover .media-left .agenda-date .hour,
body.node-type-departamento .view-agenda .media:hover .media-left .agenda-date .hour,
body.node-type-pagina .view-agenda .media:hover .media-left .agenda-date .hour,
body.node-type-landing .view-agenda .media:hover .media-left .agenda-date .hour {
  border-color: #fff;
}
#block-views-agenda-block .view-agenda .media:hover .media-left .fa,
body.node-type-departamento .view-agenda .media:hover .media-left .fa,
body.node-type-pagina .view-agenda .media:hover .media-left .fa,
body.node-type-landing .view-agenda .media:hover .media-left .fa,
#block-views-agenda-block .view-agenda .media:hover .media-left .place,
body.node-type-departamento .view-agenda .media:hover .media-left .place,
body.node-type-pagina .view-agenda .media:hover .media-left .place,
body.node-type-landing .view-agenda .media:hover .media-left .place {
  color: #fff;
}
#block-views-agenda-block .view-agenda .media:hover .media-body,
body.node-type-departamento .view-agenda .media:hover .media-body,
body.node-type-pagina .view-agenda .media:hover .media-body,
body.node-type-landing .view-agenda .media:hover .media-body {
  background-color: #e9e9e9;
}
#block-views-agenda-block .view-agenda .more-link,
body.node-type-departamento .view-agenda .more-link,
body.node-type-pagina .view-agenda .more-link,
body.node-type-landing .view-agenda .more-link {
  clear: both;
  background: #999999;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  padding: 8px 10px;
}
#block-views-agenda-block .view-agenda .more-link a,
body.node-type-departamento .view-agenda .more-link a,
body.node-type-pagina .view-agenda .more-link a,
body.node-type-landing .view-agenda .more-link a {
  color: inherit;
}
#block-views-agenda-block .view-agenda .more-link a:after,
body.node-type-departamento .view-agenda .more-link a:after,
body.node-type-pagina .view-agenda .more-link a:after,
body.node-type-landing .view-agenda .more-link a:after {
  content: ' +';
  background-color: #000;
  color: #ffffff;
  padding: 7px 10px;
  margin-right: -10px;
  margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #block-views-agenda-block,
  body.node-type-departamento,
  body.node-type-pagina,
  body.node-type-landing {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  #block-views-agenda-block,
  body.node-type-departamento,
  body.node-type-pagina,
  body.node-type-landing {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  #block-views-agenda-block .view-agenda .media .media-left .agenda-date,
  body.node-type-departamento .view-agenda .media .media-left .agenda-date,
  body.node-type-pagina .view-agenda .media .media-left .agenda-date,
  body.node-type-landing .view-agenda .media .media-left .agenda-date {
    padding-top: 64px;
  }
}
@media (min-width: 1199px) {
  #block-views-agenda-block .view-agenda .media .media-left .agenda-date,
  body.node-type-departamento .view-agenda .media .media-left .agenda-date,
  body.node-type-pagina .view-agenda .media .media-left .agenda-date,
  body.node-type-landing .view-agenda .media .media-left .agenda-date {
    padding-top: 61px;
  }
}
@media (min-width: 991px) {
  #block-views-agenda-block {
    padding-right: 0;
    padding-left: 0;
  }
}
#views-bootstrap-grid-1 .col {
  padding-right: 0;
}
.container.blogpost-container .title,
.container.medio-container .title,
.container.noticias-container .title {
  font-size: 36px;
  margin-bottom: 24px;
  color: grey;
}
.container.blogpost-container .copete:not(:empty),
.container.medio-container .copete:not(:empty),
.container.noticias-container .copete:not(:empty) {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.container.blogpost-container .cuerpo,
.container.medio-container .cuerpo,
.container.noticias-container .cuerpo {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  color: black;
}
.container.blogpost-container .field-name-field-link,
.container.medio-container .field-name-field-link,
.container.noticias-container .field-name-field-link {
  margin: 15px 0;
}
.container.blogpost-container .field-name-field-link a,
.container.medio-container .field-name-field-link a,
.container.noticias-container .field-name-field-link a {
  padding: 3px 5px;
  background-color: black;
  border-color: black;
  color: white;
  font-size: 12px;
}
.container.blogpost-container .field-name-field-link a:hover,
.container.medio-container .field-name-field-link a:hover,
.container.noticias-container .field-name-field-link a:hover,
.container.blogpost-container .field-name-field-link a:focus,
.container.medio-container .field-name-field-link a:focus,
.container.noticias-container .field-name-field-link a:focus,
.container.blogpost-container .field-name-field-link a.focus,
.container.medio-container .field-name-field-link a.focus,
.container.noticias-container .field-name-field-link a.focus,
.container.blogpost-container .field-name-field-link a:active,
.container.medio-container .field-name-field-link a:active,
.container.noticias-container .field-name-field-link a:active,
.container.blogpost-container .field-name-field-link a.active,
.container.medio-container .field-name-field-link a.active,
.container.noticias-container .field-name-field-link a.active {
  background-color: #565656;
  border-color: #565656;
}
.container.blogpost-container .author,
.container.medio-container .author,
.container.noticias-container .author {
  font-size: 16px;
  margin-bottom: 30px;
}
.container.blogpost-container .author hr,
.container.medio-container .author hr,
.container.noticias-container .author hr {
  width: 15%;
  background-color: #005391;
  height: 3px;
  margin: 18px 0 10px 0;
}
.container.blogpost-container .author div.field-name-field-autor-titulo,
.container.medio-container .author div.field-name-field-autor-titulo,
.container.noticias-container .author div.field-name-field-autor-titulo {
  margin: 0;
  font-style: italic;
  font-size: 14px;
}
.container.blogpost-container .medio-info,
.container.medio-container .medio-info,
.container.noticias-container .medio-info,
.container.blogpost-container .noticia-info,
.container.medio-container .noticia-info,
.container.noticias-container .noticia-info {
  padding: 10px;
  background-color: #F2F2F2;
  border-top: 3px solid #02528D;
  font-size: 24px;
  color: #161616;
}
.container.blogpost-container .medio-info .imagen,
.container.medio-container .medio-info .imagen,
.container.noticias-container .medio-info .imagen,
.container.blogpost-container .noticia-info .imagen,
.container.medio-container .noticia-info .imagen,
.container.noticias-container .noticia-info .imagen {
  padding-top: 15px;
  padding-bottom: 15px;
}
.container.blogpost-container .medio-info .author,
.container.medio-container .medio-info .author,
.container.noticias-container .medio-info .author,
.container.blogpost-container .noticia-info .author,
.container.medio-container .noticia-info .author,
.container.noticias-container .noticia-info .author {
  color: #656565;
  font-size: 20px;
  padding: 5px 0;
}
.container.blogpost-container .medio-info .fecha,
.container.medio-container .medio-info .fecha,
.container.noticias-container .medio-info .fecha,
.container.blogpost-container .noticia-info .fecha,
.container.medio-container .noticia-info .fecha,
.container.noticias-container .noticia-info .fecha {
  font-size: 14px;
  font-weight: bold;
}
.container.blogpost-container .medio-info .fecha.col-xs-12,
.container.medio-container .medio-info .fecha.col-xs-12,
.container.noticias-container .medio-info .fecha.col-xs-12,
.container.blogpost-container .noticia-info .fecha.col-xs-12,
.container.medio-container .noticia-info .fecha.col-xs-12,
.container.noticias-container .noticia-info .fecha.col-xs-12 {
  text-align: right;
}
.container.blogpost-container .medio-info .temas,
.container.medio-container .medio-info .temas,
.container.noticias-container .medio-info .temas,
.container.blogpost-container .noticia-info .temas,
.container.medio-container .noticia-info .temas,
.container.noticias-container .noticia-info .temas {
  font-size: 15px;
  font-weight: bold;
}
.container.blogpost-container .medio-info .tags,
.container.medio-container .medio-info .tags,
.container.noticias-container .medio-info .tags,
.container.blogpost-container .noticia-info .tags,
.container.medio-container .noticia-info .tags,
.container.noticias-container .noticia-info .tags {
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
}
.container.blogpost-container .link-material-periodistas,
.container.medio-container .link-material-periodistas,
.container.noticias-container .link-material-periodistas {
  background-color: #CBCCCD;
  border-top: 3px solid #02528D;
}
.container.blogpost-container .link-material-periodistas a,
.container.medio-container .link-material-periodistas a,
.container.noticias-container .link-material-periodistas a {
  display: inline-block;
  margin-bottom: 0;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
  display: block;
  text-align: left;
  color: #333333;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  line-height: 2.5em;
}
.container.blogpost-container .link-material-periodistas a:focus,
.container.medio-container .link-material-periodistas a:focus,
.container.noticias-container .link-material-periodistas a:focus,
.container.blogpost-container .link-material-periodistas a:active:focus,
.container.medio-container .link-material-periodistas a:active:focus,
.container.noticias-container .link-material-periodistas a:active:focus,
.container.blogpost-container .link-material-periodistas a.active:focus,
.container.medio-container .link-material-periodistas a.active:focus,
.container.noticias-container .link-material-periodistas a.active:focus,
.container.blogpost-container .link-material-periodistas a.focus,
.container.medio-container .link-material-periodistas a.focus,
.container.noticias-container .link-material-periodistas a.focus,
.container.blogpost-container .link-material-periodistas a:active.focus,
.container.medio-container .link-material-periodistas a:active.focus,
.container.noticias-container .link-material-periodistas a:active.focus,
.container.blogpost-container .link-material-periodistas a.active.focus,
.container.medio-container .link-material-periodistas a.active.focus,
.container.noticias-container .link-material-periodistas a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.container.blogpost-container .link-material-periodistas a:hover,
.container.medio-container .link-material-periodistas a:hover,
.container.noticias-container .link-material-periodistas a:hover,
.container.blogpost-container .link-material-periodistas a:focus,
.container.medio-container .link-material-periodistas a:focus,
.container.noticias-container .link-material-periodistas a:focus,
.container.blogpost-container .link-material-periodistas a.focus,
.container.medio-container .link-material-periodistas a.focus,
.container.noticias-container .link-material-periodistas a.focus {
  color: #333333;
  text-decoration: none;
}
.container.blogpost-container .link-material-periodistas a:active,
.container.medio-container .link-material-periodistas a:active,
.container.noticias-container .link-material-periodistas a:active,
.container.blogpost-container .link-material-periodistas a.active,
.container.medio-container .link-material-periodistas a.active,
.container.noticias-container .link-material-periodistas a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.container.blogpost-container .link-material-periodistas a.disabled,
.container.medio-container .link-material-periodistas a.disabled,
.container.noticias-container .link-material-periodistas a.disabled,
.container.blogpost-container .link-material-periodistas a[disabled],
.container.medio-container .link-material-periodistas a[disabled],
.container.noticias-container .link-material-periodistas a[disabled],
fieldset[disabled] .container.blogpost-container .link-material-periodistas a,
fieldset[disabled] .container.medio-container .link-material-periodistas a,
fieldset[disabled] .container.noticias-container .link-material-periodistas a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.container.blogpost-container .link-material-periodistas a,
.container.medio-container .link-material-periodistas a,
.container.noticias-container .link-material-periodistas a,
.container.blogpost-container .link-material-periodistas a:active,
.container.medio-container .link-material-periodistas a:active,
.container.noticias-container .link-material-periodistas a:active,
.container.blogpost-container .link-material-periodistas a.active,
.container.medio-container .link-material-periodistas a.active,
.container.noticias-container .link-material-periodistas a.active,
.container.blogpost-container .link-material-periodistas a[disabled],
.container.medio-container .link-material-periodistas a[disabled],
.container.noticias-container .link-material-periodistas a[disabled],
fieldset[disabled] .container.blogpost-container .link-material-periodistas a,
fieldset[disabled] .container.medio-container .link-material-periodistas a,
fieldset[disabled] .container.noticias-container .link-material-periodistas a {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.container.blogpost-container .link-material-periodistas a,
.container.medio-container .link-material-periodistas a,
.container.noticias-container .link-material-periodistas a,
.container.blogpost-container .link-material-periodistas a:hover,
.container.medio-container .link-material-periodistas a:hover,
.container.noticias-container .link-material-periodistas a:hover,
.container.blogpost-container .link-material-periodistas a:focus,
.container.medio-container .link-material-periodistas a:focus,
.container.noticias-container .link-material-periodistas a:focus,
.container.blogpost-container .link-material-periodistas a:active,
.container.medio-container .link-material-periodistas a:active,
.container.noticias-container .link-material-periodistas a:active {
  border-color: transparent;
}
.container.blogpost-container .link-material-periodistas a:hover,
.container.medio-container .link-material-periodistas a:hover,
.container.noticias-container .link-material-periodistas a:hover,
.container.blogpost-container .link-material-periodistas a:focus,
.container.medio-container .link-material-periodistas a:focus,
.container.noticias-container .link-material-periodistas a:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.container.blogpost-container .link-material-periodistas a[disabled]:hover,
.container.medio-container .link-material-periodistas a[disabled]:hover,
.container.noticias-container .link-material-periodistas a[disabled]:hover,
fieldset[disabled] .container.blogpost-container .link-material-periodistas a:hover,
fieldset[disabled] .container.medio-container .link-material-periodistas a:hover,
fieldset[disabled] .container.noticias-container .link-material-periodistas a:hover,
.container.blogpost-container .link-material-periodistas a[disabled]:focus,
.container.medio-container .link-material-periodistas a[disabled]:focus,
.container.noticias-container .link-material-periodistas a[disabled]:focus,
fieldset[disabled] .container.blogpost-container .link-material-periodistas a:focus,
fieldset[disabled] .container.medio-container .link-material-periodistas a:focus,
fieldset[disabled] .container.noticias-container .link-material-periodistas a:focus {
  color: #8a8b8c;
  text-decoration: none;
}
.container.blogpost-container .link-material-periodistas a span,
.container.medio-container .link-material-periodistas a span,
.container.noticias-container .link-material-periodistas a span {
  float: right;
}
.container.blogpost-container .noticia-info .author,
.container.medio-container .noticia-info .author,
.container.noticias-container .noticia-info .author {
  font-size: 24px;
  color: #161616;
  padding: 5px 0;
}
.container.blogpost-container .share-icons,
.container.medio-container .share-icons,
.container.noticias-container .share-icons {
  margin-top: 15px;
  margin-bottom: 15px;
}
.container.blogpost-container .share-icons div.col-xs-2:first-child,
.container.medio-container .share-icons div.col-xs-2:first-child,
.container.noticias-container .share-icons div.col-xs-2:first-child {
  font-weight: bold;
  font-size: 16px;
  padding: 12px 0;
}
.container.blogpost-container .share-icons span.fa,
.container.medio-container .share-icons span.fa,
.container.noticias-container .share-icons span.fa {
  padding: 15px 5px 5px 5px;
  color: white;
  cursor: pointer;
  verticalalign: middle;
}
.container.blogpost-container .share-icons .share-facebook,
.container.medio-container .share-icons .share-facebook,
.container.noticias-container .share-icons .share-facebook {
  background-color: #3b5a93;
}
.container.blogpost-container .share-icons .share-twitter,
.container.medio-container .share-icons .share-twitter,
.container.noticias-container .share-icons .share-twitter {
  background-color: #07ade9;
}
.container.blogpost-container .share-icons .share-googleplus,
.container.medio-container .share-icons .share-googleplus,
.container.noticias-container .share-icons .share-googleplus {
  background-color: #d44032;
}
.container.blogpost-container .share-icons .share-email,
.container.medio-container .share-icons .share-email,
.container.noticias-container .share-icons .share-email {
  background-color: #666666;
}
.container.blogpost-container .share-icons .share-linkedin,
.container.medio-container .share-icons .share-linkedin,
.container.noticias-container .share-icons .share-linkedin {
  background-color: #0177b5;
}
.container.blogpost-container .related .media,
.container.medio-container .related .media,
.container.noticias-container .related .media {
  background-color: transparent;
}
.container.blogpost-container {
  padding-bottom: 60px;
}
.view-medios {
  margin-bottom: 60px;
}
.view-medios .view-content .media {
  margin-bottom: 15px;
  background-color: #F3F3F3;
}
.view-medios .view-content .media .media-left {
  height: 150px !important;
  min-width: 150px !important;
}
.view-medios .view-content .media .media-left img {
  height: 150px;
  width: auto;
}
.view-medios .view-content .media .media-body {
  vertical-align: top;
  padding: 15px;
}
.view-medios .view-content .media .media-body .media-heading {
  min-height: 56px;
}
.view-medios .view-content .media .media-body .media-heading a {
  text-decoration: none;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 600;
}
.view-medios .view-content .media .media-body .media-heading a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.view-medios .view-content .media .media-body .media-heading:after {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 15px 0 5px;
}
.view-medios .view-content .media .media-body .deeplink {
  line-height: 1em;
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.view-medios .view-content .media .media-body .deeplink a {
  display: block;
  text-decoration: none;
  padding: 7px 10px;
  background-color: #363636;
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
}
.view-medios .view-content .media .media-body .bottom {
  margin-top: 15px;
}
.view-medios .view-content .media .media-body .bottom a {
  color: #999;
}
.view-medios .view-content .media:hover {
  background-color: #CCCCCC;
}
.view-medios .view-content .media:hover .media-body .deeplink a {
  background: #F3F3F3;
  color: #333;
}
.container.taxonomy .col {
  padding-right: 0;
}
.view-actualidad {
  margin-bottom: 60px;
}
.view-actualidad .view-content .media {
  margin-bottom: 15px;
  background-color: #F3F3F3;
}
.view-actualidad .view-content .media .media-left {
  height: 150px !important;
  min-width: 150px !important;
}
.view-actualidad .view-content .media .media-left img {
  height: 150px;
  width: auto;
}
.view-actualidad .view-content .media .media-body {
  vertical-align: top;
  padding: 15px;
}
.view-actualidad .view-content .media .media-body .media-heading {
  min-height: 56px;
}
.view-actualidad .view-content .media .media-body .media-heading a {
  text-decoration: none;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 600;
}
.view-actualidad .view-content .media .media-body .media-heading a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.view-actualidad .view-content .media .media-body .media-heading:after {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 15px 0 5px;
}
.view-actualidad .view-content .media .media-body .deeplink {
  line-height: 1em;
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.view-actualidad .view-content .media .media-body .deeplink a {
  display: block;
  text-decoration: none;
  padding: 7px 10px;
  background-color: #363636;
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
}
.view-actualidad .view-content .media .media-body .date {
  margin-top: 5px;
}
.view-actualidad .view-content .media .media-body .date span {
  font-style: italic;
  color: #8a8b8c;
}
.view-actualidad .view-content .media .media-body .bottom {
  min-height: 36px;
}
.view-actualidad .view-content .media:hover {
  background-color: #CCCCCC;
}
.view-actualidad .view-content .media:hover .media-body .deeplink a {
  background: #F3F3F3;
  color: #333;
}
.container.departamento-container .view-actualidad .media .media-body,
.container.departamento-container .view-actualidad .media .media-left {
  display: block;
}
.container.departamento-container .view-actualidad .media .media-body {
  width: auto;
}
.container.departamento-container .view-actualidad .media .media-left {
  height: auto;
  min-width: auto;
}
#content-bottom {
  margin-bottom: 1px;
}
body.admin-menu section#block-views-frontpage-pills-block {
  bottom: 0px;
}
/**
 * Block: Pills
 */
section#block-views-frontpage-pills-block {
  background-color: #231f20;
  position: absolute;
  border-top: 2px solid #fff;
  bottom: 50px;
  z-index: 20;
  width: 100%;
  white-space: nowrap;
}
section#block-views-frontpage-pills-block ul > li > a {
  font-size: 1.25em;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 5px solid;
}
section#block-views-frontpage-pills-block ul > li > a i {
  font-size: 20px;
  margin-left: 5px;
}
section#block-views-frontpage-pills-block ul > li > a i.fa-caret-down {
  display: none;
}
section#block-views-frontpage-pills-block ul > li.active > a {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
section#block-views-frontpage-pills-block ul > li.active > a i.fa-caret-up {
  display: none;
}
section#block-views-frontpage-pills-block ul > li.active > a i.fa-caret-down {
  display: inline;
}
@media (max-width: 991px) {
  section#block-views-frontpage-pills-block ul > li > a {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
section#block-views-frontpage-pills-block .views-row-1 a {
  background-color: #fe0c57;
  border-color: #fe0c57;
}
section#block-views-frontpage-pills-block .views-row-1 a.active,
section#block-views-frontpage-pills-block .views-row-1 a:hover {
  border-color: #a51346;
}
section#block-views-frontpage-pills-block .views-row-1 a.active i,
section#block-views-frontpage-pills-block .views-row-1 a:hover i {
  color: #a51346;
}
section#block-views-frontpage-pills-block .views-row-2 a {
  background-color: #208e46;
  border-color: #208e46;
}
section#block-views-frontpage-pills-block .views-row-2 a.active,
section#block-views-frontpage-pills-block .views-row-2 a:hover {
  border-color: #1a602e;
}
section#block-views-frontpage-pills-block .views-row-2 a.active i,
section#block-views-frontpage-pills-block .views-row-2 a:hover i {
  color: #1a602e;
}
section#block-views-frontpage-pills-block .views-row-3 a {
  background-color: #00aab9;
  border-color: #00aab9;
}
section#block-views-frontpage-pills-block .views-row-3 a.active,
section#block-views-frontpage-pills-block .views-row-3 a:hover {
  border-color: #007e7e;
}
section#block-views-frontpage-pills-block .views-row-3 a.active i,
section#block-views-frontpage-pills-block .views-row-3 a:hover i {
  color: #007e7e;
}
section#block-views-frontpage-pills-block .views-row-4 a {
  background-color: #ff7c38;
  border-color: #ff7c38;
}
section#block-views-frontpage-pills-block .views-row-4 a.active,
section#block-views-frontpage-pills-block .views-row-4 a:hover {
  border-color: #ff3d31;
}
section#block-views-frontpage-pills-block .views-row-4 a.active i,
section#block-views-frontpage-pills-block .views-row-4 a:hover i {
  color: #ff3d31;
}
section#block-views-frontpage-pills-block .xqsanandres a {
  background-color: #6b2c6f;
  border-color: #6b2c6f;
}
section#block-views-frontpage-pills-block .xqsanandres a:hover {
  border-color: #803B80;
}
section#block-views-frontpage-pills-block .xqsanandres a:hover i {
  color: #803B80;
}
@media (max-width: 767px) {
  section#block-views-frontpage-pills-block {
    bottom: 0;
    position: relative;
  }
  section#block-views-frontpage-pills-block .views-row-1,
  section#block-views-frontpage-pills-block .views-row-2,
  section#block-views-frontpage-pills-block .views-row-3,
  section#block-views-frontpage-pills-block .views-row-4 {
    overflow: hidden;
    border: 0;
    padding: 0;
    margin: 0;
  }
  section#block-views-frontpage-pills-block .xqsanandres a {
    width: 100%;
    float: left;
  }
}
/**
 * Block: Pills Content
 */
section#block-views-frontpage-pills-block-1 .sectionOverlap {
  height: auto;
  min-height: 10%;
  padding-bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
}
section#block-views-frontpage-pills-block-1 .views-row-1 {
  background-color: rgba(0, 0, 0, 0.75);
}
section#block-views-frontpage-pills-block-1 .views-row-2 {
  background-color: #208e46;
}
section#block-views-frontpage-pills-block-1 .views-row-3 {
  background-color: #00aab9;
}
section#block-views-frontpage-pills-block-1 .views-row-4 {
  background-color: #ff7c38;
}
section#block-views-frontpage-pills-block-1 .sectionOverlap {
  display: none;
}
section#block-views-frontpage-pills-block-1 .pageOverlap {
  position: fixed !important;
  top: 70px;
  display: block;
  bottom: 120px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 19;
  color: #fff;
  font-size: 15px;
  padding: 15px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  section#block-views-frontpage-pills-block-1 .pageOverlap {
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  section#block-views-frontpage-pills-block-1 .pageOverlap {
    z-index: 20;
    bottom: 50px;
  }
}
section#block-views-frontpage-pills-block-1 .pageOverlap.views-row-1 {
  background-color: rgba(0, 0, 0, 0.75);
}
section#block-views-frontpage-pills-block-1 .pageOverlap.views-row-2 {
  background-color: #208e46;
}
section#block-views-frontpage-pills-block-1 .pageOverlap.views-row-3 {
  background-color: #00aab9;
}
section#block-views-frontpage-pills-block-1 .pageOverlap.views-row-4 {
  background-color: #ff7c38;
}
section#block-views-frontpage-pills-block-1 .pageOverlap .pill-header {
  line-height: 1.5em;
  margin-top: 0;
}
section#block-views-frontpage-pills-block-1 .pageOverlap .pill-header:before,
section#block-views-frontpage-pills-block-1 .pageOverlap .pill-header:after {
  content: " ";
  display: table;
}
section#block-views-frontpage-pills-block-1 .pageOverlap .pill-header:after {
  clear: both;
}
section#block-views-frontpage-pills-block-1 .pageOverlap .pill-header:before,
section#block-views-frontpage-pills-block-1 .pageOverlap .pill-header:after {
  content: " ";
  display: table;
}
section#block-views-frontpage-pills-block-1 .pageOverlap .pill-header:after {
  clear: both;
}
section#block-views-frontpage-pills-block-1 .pageOverlap .close-pageOverlap {
  font-size: 0.75em;
  cursor: pointer;
}
section#block-views-frontpage-pills-block-1 .pageOverlap .close-pageOverlap:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
section#block-views-frontpage-pills-block-1 .grid-iconized .row.last .item .normal a {
  padding-top: 26px;
}
/**
 * Block: Porque Udesa
 */
section#block-views-por-que-udesa-block {
  padding-top: 0;
  padding-bottom: 50px;
}
/**
 * Block: Medios
 */
section#block-views-medios-block {
  font-family: "Titillium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
section#block-views-medios-block h2.block-title {
  font-size: 2em;
  font-weight: 400;
  margin: 15px 0 10px 0;
}
section#block-views-medios-block h2.block-title:before {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 20px 0 5px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  color: #2eb992;
}
section#block-views-medios-block .text-right {
  position: absolute;
  right: 8px;
  top: -67px;
}
@media (min-width: 991px) {
  section#block-views-medios-block .text-right {
    position: absolute;
    right: 15px;
    top: 24px;
  }
}
section#block-views-medios-block .text-right a {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #8a8b8c;
}
section#block-views-medios-block .text-right a:before {
  content: "[";
}
section#block-views-medios-block .text-right a:after {
  content: "]";
}
section#block-views-medios-block .view .col .content {
  position: relative;
  background-color: #e4e4e6;
  padding: 15px;
  border-bottom: 3px solid #999999;
  margin-bottom: 10px;
}
section#block-views-medios-block .view .col .content .img {
  margin: -15px;
  margin-bottom: 0;
  overflow: hidden;
}
section#block-views-medios-block .view .col .content .img > a {
  display: block;
}
section#block-views-medios-block .view .col .content .img > a img {
  width: 100%;
}
section#block-views-medios-block .view .col .content .source {
  background: #363636;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  top: -20px;
  margin-left: -20px;
  z-index: 2;
}
section#block-views-medios-block .view .col .content .source:before {
  content: '/ ';
}
section#block-views-medios-block .view .col .content h4 {
  font-weight: bold;
  color: inherit;
  font-size: 1.1em;
  margin-top: 0;
}
section#block-views-medios-block .view .col .content h4 a {
  color: inherit;
}
section#block-views-medios-block .view .col .content .deeplink {
  color: #ffffff;
  line-height: 1em;
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
section#block-views-medios-block .view .col .content .deeplink a {
  display: block;
  text-decoration: none;
  padding: 7px 10px;
  background-color: #363636;
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
}
section#block-views-medios-block .view .col .content:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
section#block-views-medios-block .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  section#block-views-medios-block .col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 767px) {
  section#block-views-medios-block .col:nth-child(1),
  section#block-views-medios-block .col:nth-child(2) {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section#block-views-medios-block .col:last-child {
    padding-right: 0;
  }
}
@media (min-width: 767px) {
  section#block-views-medios-block {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  section#block-views-medios-block {
    padding: 6px;
  }
}
/**
 * Block: Actualidad
 */
section#block-views-actualidad-block {
  position: relative;
  padding-bottom: 15px;
  background-color: #272727;
}
section#block-views-actualidad-block .view-content,
section#block-views-actualidad-block .items {
  width: 100%;
  margin: 0 auto;
}
section#block-views-actualidad-block .view-content .grid-sizer,
section#block-views-actualidad-block .items .grid-sizer {
  width: 100%;
}
section#block-views-actualidad-block .view-content .item,
section#block-views-actualidad-block .items .item {
  position: relative;
  width: 100%;
}
@media (min-width: 767px) {
  section#block-views-actualidad-block .view-content .item,
  section#block-views-actualidad-block .items .item {
    padding: 8px;
  }
}
section#block-views-actualidad-block .view-content .item a,
section#block-views-actualidad-block .items .item a {
  display: block;
  overflow: hidden;
  height: auto;
}
@media (min-width: 767px) {
  section#block-views-actualidad-block .view-content .item a,
  section#block-views-actualidad-block .items .item a {
    min-height: 170px;
    height: 170px;
  }
}
section#block-views-actualidad-block .view-content .item img,
section#block-views-actualidad-block .items .item img {
  width: 100px;
}
@media (min-width: 767px) {
  section#block-views-actualidad-block .view-content .item img,
  section#block-views-actualidad-block .items .item img {
    width: 100%;
  }
}
@media (min-width: 767px) {
  section#block-views-actualidad-block .view-content .gutter-sizer,
  section#block-views-actualidad-block .items .gutter-sizer {
    width: 0;
  }
  section#block-views-actualidad-block .view-content .grid-sizer,
  section#block-views-actualidad-block .items .grid-sizer {
    width: 19.999%;
  }
  section#block-views-actualidad-block .view-content .item,
  section#block-views-actualidad-block .items .item {
    width: 19.999%;
    min-height: 170px;
    height: 170px;
    overflow: hidden;
    float: left;
    botder: 0;
    margin: 0;
    padding: 0;
    display: block;
  }
  section#block-views-actualidad-block .view-content .item.x2vertical,
  section#block-views-actualidad-block .items .item.x2vertical {
    min-height: 340px;
    height: 340px;
  }
  section#block-views-actualidad-block .view-content .item.x2vertical a,
  section#block-views-actualidad-block .items .item.x2vertical a {
    min-height: 340px;
    height: 340px;
  }
  section#block-views-actualidad-block .view-content .item.x2horizontal,
  section#block-views-actualidad-block .items .item.x2horizontal {
    width: 39.998%;
    min-height: 170px;
    height: 170px;
  }
  section#block-views-actualidad-block .view-content .item.x2horizontal a,
  section#block-views-actualidad-block .items .item.x2horizontal a {
    min-height: 170px;
    height: 170px;
  }
  section#block-views-actualidad-block .view-content .item.x4,
  section#block-views-actualidad-block .items .item.x4 {
    width: 39.998%;
    min-height: 340px;
    height: 340px;
  }
  section#block-views-actualidad-block .view-content .item.x4 a,
  section#block-views-actualidad-block .items .item.x4 a {
    min-height: 340px;
    height: 340px;
  }
}
@media (max-width: 767px) {
  section#block-views-actualidad-block .view-content .item,
  section#block-views-actualidad-block .items .item {
    display: block;
  }
}
section#block-views-actualidad-block h2.block-title {
  font-size: 2em;
  font-weight: 400;
  color: #ffffff;
  margin: 15px 0 10px 0;
  padding: 0 15px;
}
section#block-views-actualidad-block h2.block-title:before {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 20px 0 5px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  color: #ff215a;
}
section#block-views-actualidad-block .text-right {
  position: absolute;
  right: 8px;
  top: -67px;
}
@media (min-width: 991px) {
  section#block-views-actualidad-block .text-right {
    position: absolute;
    right: 15px;
    top: 15px;
  }
}
section#block-views-actualidad-block .text-right a {
  font-size: 1.5em;
  color: #ffffff;
  font-weight: 100;
}
@media (min-width: 767px) {
  section#block-views-actualidad-block .view {
    padding: 0 10px;
  }
}
section#block-views-actualidad-block .view-content .card-wrapper {
  background-color: #ffffff;
}
@media (max-width: 480px) {
  section#block-views-actualidad-block .view-content .card-wrapper .background {
    float: left;
    width: 30%;
    height: auto;
    max-height: 140px;
    overflow: hidden;
  }
  section#block-views-actualidad-block .view-content .card-wrapper .normal {
    position: relative;
    float: left;
    width: 60%;
  }
}
section#block-views-actualidad-block .view-content .card-wrapper .normal .inner {
  position: relative;
  background-color: #ffffff;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 700;
  color: #333333;
}
@media (min-width: 767px) {
  section#block-views-actualidad-block .view-content .card-wrapper .normal .inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
section#block-views-actualidad-block .view-content .card-wrapper .hover {
  display: none;
}
@media (min-width: 1199px) {
  section#block-views-actualidad-block .view-content .card-wrapper .hover {
    display: block;
  }
  section#block-views-actualidad-block .view-content .card-wrapper .hover .inner {
    font-size: 0.8em;
  }
  section#block-views-actualidad-block .view-content .card-wrapper .hover .inner .x2vertical,
  section#block-views-actualidad-block .view-content .card-wrapper .hover .inner .x2horizontal,
  section#block-views-actualidad-block .view-content .card-wrapper .hover .inner .x4 {
    font-size: 1em;
  }
  section#block-views-actualidad-block .view-content .card-wrapper .hover .inner .summary {
    padding-right: 0.8em;
  }
}
section#block-views-actualidad-block .view-content .item {
  border: 5px solid #272727;
}
/**
 * Block: Instagram
 */
section#block-instagram-block-instagram-block {
  position: relative;
  background-color: transparent;
}
section#block-instagram-block-instagram-block .view-content,
section#block-instagram-block-instagram-block .items {
  width: 100%;
  margin: 0 auto;
}
section#block-instagram-block-instagram-block .view-content .grid-sizer,
section#block-instagram-block-instagram-block .items .grid-sizer {
  width: 100%;
}
section#block-instagram-block-instagram-block .view-content .item,
section#block-instagram-block-instagram-block .items .item {
  position: relative;
  width: 100%;
}
@media (min-width: 767px) {
  section#block-instagram-block-instagram-block .view-content .item,
  section#block-instagram-block-instagram-block .items .item {
    padding: 8px;
  }
}
section#block-instagram-block-instagram-block .view-content .item a,
section#block-instagram-block-instagram-block .items .item a {
  display: block;
  overflow: hidden;
  height: auto;
}
@media (min-width: 767px) {
  section#block-instagram-block-instagram-block .view-content .item a,
  section#block-instagram-block-instagram-block .items .item a {
    min-height: auto;
    height: auto;
  }
}
section#block-instagram-block-instagram-block .view-content .item img,
section#block-instagram-block-instagram-block .items .item img {
  width: 100px;
}
@media (min-width: 767px) {
  section#block-instagram-block-instagram-block .view-content .item img,
  section#block-instagram-block-instagram-block .items .item img {
    width: 100%;
  }
}
@media (min-width: 767px) {
  section#block-instagram-block-instagram-block .view-content .gutter-sizer,
  section#block-instagram-block-instagram-block .items .gutter-sizer {
    width: 0;
  }
  section#block-instagram-block-instagram-block .view-content .grid-sizer,
  section#block-instagram-block-instagram-block .items .grid-sizer {
    width: 16.668%;
  }
  section#block-instagram-block-instagram-block .view-content .item,
  section#block-instagram-block-instagram-block .items .item {
    width: 16.668%;
    min-height: auto;
    height: auto;
    overflow: hidden;
    float: left;
    botder: 0;
    margin: 0;
    padding: 0;
    display: block;
  }
  section#block-instagram-block-instagram-block .view-content .item.x2vertical,
  section#block-instagram-block-instagram-block .items .item.x2vertical {
    min-height: auto;
    height: auto;
  }
  section#block-instagram-block-instagram-block .view-content .item.x2vertical a,
  section#block-instagram-block-instagram-block .items .item.x2vertical a {
    min-height: auto;
    height: auto;
  }
  section#block-instagram-block-instagram-block .view-content .item.x2horizontal,
  section#block-instagram-block-instagram-block .items .item.x2horizontal {
    width: 33.336%;
    min-height: auto;
    height: auto;
  }
  section#block-instagram-block-instagram-block .view-content .item.x2horizontal a,
  section#block-instagram-block-instagram-block .items .item.x2horizontal a {
    min-height: auto;
    height: auto;
  }
  section#block-instagram-block-instagram-block .view-content .item.x4,
  section#block-instagram-block-instagram-block .items .item.x4 {
    width: 33.336%;
    min-height: auto;
    height: auto;
  }
  section#block-instagram-block-instagram-block .view-content .item.x4 a,
  section#block-instagram-block-instagram-block .items .item.x4 a {
    min-height: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  section#block-instagram-block-instagram-block .view-content .item,
  section#block-instagram-block-instagram-block .items .item {
    display: block;
  }
}
section#block-instagram-block-instagram-block h2.block-title {
  font-size: 2em;
  font-weight: 400;
  margin: 15px 0 10px 0;
  padding: 0 15px;
}
section#block-instagram-block-instagram-block h2.block-title:before {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 20px 0 5px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  color: #ff215a;
}
section#block-instagram-block-instagram-block .text-right {
  position: absolute;
  right: 8px;
  top: -67px;
}
@media (min-width: 991px) {
  section#block-instagram-block-instagram-block .text-right {
    position: absolute;
    right: 15px;
    top: 15px;
  }
}
section#block-instagram-block-instagram-block .text-right a {
  font-size: 1.5em;
  font-weight: 100;
}
@media (max-width: 767px) {
  section#block-instagram-block-instagram-block .items {
    padding: 4px;
  }
}
@media (max-width: 767px) {
  section#block-instagram-block-instagram-block .items .item {
    width: 33.333%;
    float: left;
    padding: 2px;
  }
  section#block-instagram-block-instagram-block .items .item img {
    width: 100%;
  }
}
section#block-instagram-block-instagram-block .items .item:hover {
  opacity: 0.75;
  border: 3px solid #ffffff;
}
@media (min-width: 992px) {
  body.admin-menu section#block-views-frontpage-pills-block-1 .pageOverlap {
    top: 72px;
  }
}
@media (max-width: 767px) {
  /*minimize header*/
  /*minimize footer*/
  /* resize off-canvas menu, header and footer are smaller here*/
  /*collapsable sections*/
  .collapse-section-title {
    width: 100%;
    padding: 10px 5px;
    background: #333;
    color: white;
    border-bottom: 1px solid white;
  }
  .collapse-section-title a {
    color: white;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-size: 22px;
  }
  .collapse-section-title + section {
    min-height: 0;
  }
  #block-views-actualidad-block .more-link {
    margin-top: 27px;
  }
  section#block-views-por-que-udesa-block {
    padding-bottom: 10px;
  }
  /* hide bloque publicidades */
  .page-frontpage .publicidades-container {
    display: none !important;
  }
}
/* Full Node content          */
/*----------------------------*/
.node-publicidad {
  position: relative;
  overflow: hidden;
}
.node-publicidad .field-name-field-imagen {
  position: relative;
  z-index: 1;
}
.node-publicidad .content {
  position: absolute;
  z-index: 2;
  padding: 15px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
}
.node-publicidad .content .field-name-field-encabezado-1 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.node-publicidad .content .field-name-field-encabezado-1 .field-item:before {
  content: '/';
  margin-right: 5px;
}
.node-publicidad .content .field-name-field-link {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 10px;
  color: #000;
  font-weight: bold;
}
.node-publicidad .content .field-name-field-link a {
  color: inherit;
  text-decoration: none;
}
/* Block views (cards)         */
/*----------------------------*/
.publicidades-container {
  /* No media query since this is the default in Bootstrap */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
.publicidades-container:not(.vertical) {
  background-color: #272727;
  padding-top: 4em;
  padding-bottom: 2.5em;
  margin-bottom: 30px;
}
.publicidades-container .view-content .views-row a {
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}
.publicidades-container .view-content .views-row a .normal .inner {
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 700;
  color: #333333;
  padding: 5px;
}
.publicidades-container .view-content .views-row a .normal .inner .summary {
  font-size: 0.8em;
  font-weight: 400;
}
.publicidades-container .view-content .views-row a .hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.publicidades-container .view-content .views-row a .hover .inner {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  padding: 10px;
}
.publicidades-container .view-content .card-wrapper .plus {
  z-index: 1;
}
.publicidades-container .view-content .card-wrapper .normal .inner {
  height: auto;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 60%;
}
.publicidades-container .view-content .card-wrapper .normal .inner .title,
.publicidades-container .view-content .card-wrapper .normal .inner .summary {
  display: block;
  margin-bottom: 5px;
}
.publicidades-container .view-content .card-wrapper .hover .inner .x2vertical,
.publicidades-container .view-content .card-wrapper .hover .inner .x2horizontal,
.publicidades-container .view-content .card-wrapper .hover .inner .x4 {
  font-size: 1em;
}
@media (min-width: 768px) {
  .publicidades-container .attachment-before {
    padding-right: 0;
  }
  .publicidades-container .view-content .views-row a {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .publicidades-container .view-content .views-row a {
    margin-bottom: 10px;
  }
  .publicidades-container .view-content .views-row a .normal .inner {
    top: 20px;
    left: 15px;
    font-size: 1.3em;
    line-height: 1.2em;
  }
  .publicidades-container .view-content .views-row a .hover .inner {
    font-size: 1.5em;
    line-height: 1.3em;
  }
}
@media (min-width: 1200px) {
  .publicidades-container .view-content .views-row a {
    margin-bottom: 12px;
  }
}
section#block-views-por-que-udesa-block a.card-wrapper,
.node-og-carrera a.card-wrapper,
.node-type-departamento a.card-wrapper {
  border: 3px solid #ffffff;
}
section#block-views-por-que-udesa-block a.card-wrapper .normal .inner .card-normal,
.node-og-carrera a.card-wrapper .normal .inner .card-normal,
.node-type-departamento a.card-wrapper .normal .inner .card-normal {
  display: block;
}
section#block-views-por-que-udesa-block a.card-wrapper .normal .inner .card-hover,
.node-og-carrera a.card-wrapper .normal .inner .card-hover,
.node-type-departamento a.card-wrapper .normal .inner .card-hover {
  display: none;
}
section#block-views-por-que-udesa-block a.card-wrapper .hover,
.node-og-carrera a.card-wrapper .hover,
.node-type-departamento a.card-wrapper .hover {
  background-color: rgba(0, 0, 0, 0.85);
}
section#block-views-por-que-udesa-block a.card-wrapper .hover .inner .card-normal,
.node-og-carrera a.card-wrapper .hover .inner .card-normal,
.node-type-departamento a.card-wrapper .hover .inner .card-normal {
  display: none;
}
section#block-views-por-que-udesa-block a.card-wrapper .hover .inner .card-hover,
.node-og-carrera a.card-wrapper .hover .inner .card-hover,
.node-type-departamento a.card-wrapper .hover .inner .card-hover {
  display: block;
}
section#block-views-por-que-udesa-block a.card-wrapper .hover .title,
.node-og-carrera a.card-wrapper .hover .title,
.node-type-departamento a.card-wrapper .hover .title,
section#block-views-por-que-udesa-block a.card-wrapper .hover .summary,
.node-og-carrera a.card-wrapper .hover .summary,
.node-type-departamento a.card-wrapper .hover .summary {
  color: #ffffff;
}
section#block-views-por-que-udesa-block a.card-wrapper .hover .summary,
.node-og-carrera a.card-wrapper .hover .summary,
.node-type-departamento a.card-wrapper .hover .summary {
  padding-right: 0.75em;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/** Styles for sidebar top and bottom with off-canvas menu and
    static footer. */
body.node-type-landing .navbar-fixed-top .container-fluid .navbar-header {
  float: none;
}
body.node-type-landing .navbar-fixed-top .container-fluid .navbar-header .offcanvas-trigger {
  display: block;
}
body.node-type-landing .navbar-fixed-top .offcanvas-content {
  display: none;
}
body.node-type-landing .navbar-inverse {
  margin-bottom: 0;
}
body.node-type-landing.off-canvas-enabled .navbar-fixed-top .offcanvas-content {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.85);
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 70px;
  left: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
body.node-type-landing.off-canvas-enabled .navbar-fixed-top .offcanvas-content .navbar-nav {
  float: none;
  margin-left: -15px;
  margin-right: -15px;
}
body.node-type-landing.off-canvas-enabled .navbar-fixed-top .offcanvas-content .navbar-nav > li {
  float: none;
}
body.node-type-landing.off-canvas-enabled .navbar-fixed-top .offcanvas-content .navbar-nav > li > a {
  padding: 20px 15px;
  font-size: 1.25em;
  font-weight: 600;
}
body.node-type-landing.off-canvas-enabled .navbar-fixed-top .offcanvas-content .navbar-nav > li > a .open .dropdown-menu > li > a {
  line-height: 2em;
}
body.node-type-landing.off-canvas-enabled .navbar-fixed-top .offcanvas-content .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  border: 0;
}
body.node-type-landing.off-canvas-enabled .navbar-fixed-top .offcanvas-content .dropdown-menu > li > a {
  text-transform: none;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body.node-type-landing.off-canvas-enabled .navbar-fixed-top .offcanvas-content {
    width: 45%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body.node-type-landing.off-canvas-enabled .navbar-fixed-top .offcanvas-content {
    width: 35%;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body.node-type-landing.off-canvas-enabled .navbar-fixed-top .container-fluid {
    margin-right: -15px;
  }
  body.node-type-landing.off-canvas-enabled .navbar-fixed-top .offcanvas-content {
    width: 30%;
  }
}
/** Page component specific. */
body.node-type-landing .bg-section-gray,
body.node-type-pagina .bg-section-gray {
  background-color: #e6e6e6;
  padding: 20px;
}
body.node-type-landing ul,
body.node-type-pagina ul {
  list-style-type: square;
}
body.node-type-landing #landings-promotion,
body.node-type-pagina #landings-promotion {
  height: 100%;
}
body.node-type-landing #landings-promotion .item,
body.node-type-pagina #landings-promotion .item,
body.node-type-landing #landings-promotion .active,
body.node-type-pagina #landings-promotion .active,
body.node-type-landing #landings-promotion .carousel-inner,
body.node-type-pagina #landings-promotion .carousel-inner,
body.node-type-landing #landings-promotion .view-content,
body.node-type-pagina #landings-promotion .view-content {
  height: 100%;
}
body.node-type-landing #landings-promotion .fill,
body.node-type-pagina #landings-promotion .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
body.node-type-landing #landings-promotion .carousel-control,
body.node-type-pagina #landings-promotion .carousel-control {
  width: 10%;
  z-index: 11;
  opacity: .75;
}
body.node-type-landing #landings-promotion .carousel-control > .fa,
body.node-type-pagina #landings-promotion .carousel-control > .fa {
  position: absolute;
  top: 50%;
  background-color: #222;
  padding: 10px 15px;
  display: block;
  font-size: 2em;
}
body.node-type-landing #landings-promotion .carousel-control.left > .fa,
body.node-type-pagina #landings-promotion .carousel-control.left > .fa {
  left: 0;
  padding: 10px 20px 10px 15px;
}
body.node-type-landing #landings-promotion .carousel-control.right > .fa,
body.node-type-pagina #landings-promotion .carousel-control.right > .fa {
  right: 0;
  padding: 10px 15px 10px 20px;
}
body.node-type-landing #landings-promotion .carousel-control:hover,
body.node-type-pagina #landings-promotion .carousel-control:hover {
  opacity: 1;
}
body.node-type-landing #landings-promotion .carousel-indicators,
body.node-type-pagina #landings-promotion .carousel-indicators {
  bottom: 13%;
}
body.node-type-landing #landings-promotion .carousel-indicators li,
body.node-type-pagina #landings-promotion .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
}
body.node-type-landing #landings-promotion .carousel-caption,
body.node-type-pagina #landings-promotion .carousel-caption {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
}
body.node-type-landing #landings-promotion .carousel-caption .jumbotron,
body.node-type-pagina #landings-promotion .carousel-caption .jumbotron {
  padding: 30px;
  margin: 0;
  position: absolute;
  width: 35%;
  text-shadow: none;
}
body.node-type-landing #landings-promotion .carousel-caption .jumbotron.caption-right-aligned,
body.node-type-pagina #landings-promotion .carousel-caption .jumbotron.caption-right-aligned {
  right: 10%;
  top: 20%;
  text-align: left;
}
body.node-type-landing #landings-promotion .carousel-caption .jumbotron.caption-right-aligned hr,
body.node-type-pagina #landings-promotion .carousel-caption .jumbotron.caption-right-aligned hr {
  margin-left: 0;
}
body.node-type-landing #landings-promotion .carousel-caption .jumbotron.caption-left-aligned,
body.node-type-pagina #landings-promotion .carousel-caption .jumbotron.caption-left-aligned {
  left: 10%;
  top: 20%;
  text-align: left;
}
body.node-type-landing #landings-promotion .carousel-caption .jumbotron.caption-left-aligned hr,
body.node-type-pagina #landings-promotion .carousel-caption .jumbotron.caption-left-aligned hr {
  margin-left: 0;
}
body.node-type-landing #landings-promotion .carousel-caption .jumbotron.caption-centered,
body.node-type-pagina #landings-promotion .carousel-caption .jumbotron.caption-centered {
  left: 35%;
  right: 35%;
  top: 20%;
  padding-bottom: 0;
}
body.node-type-landing #landings-promotion .carousel-caption .jumbotron h3,
body.node-type-pagina #landings-promotion .carousel-caption .jumbotron h3 {
  font-weight: 700;
  font-size: 3.5em;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: -2px;
  line-height: 0.95em;
}
body.node-type-landing #landings-promotion .carousel-caption .jumbotron h4,
body.node-type-pagina #landings-promotion .carousel-caption .jumbotron h4 {
  font-size: 2em;
}
body.node-type-landing #landings-promotion .carousel-caption .jumbotron div.body,
body.node-type-pagina #landings-promotion .carousel-caption .jumbotron div.body {
  overflow: hidden;
}
body.node-type-landing #landings-promotion .carousel-caption .jumbotron div.body hr,
body.node-type-pagina #landings-promotion .carousel-caption .jumbotron div.body hr {
  border-color: #7d7d7d;
  width: 61px;
}
body.node-type-landing #landings-promotion .carousel-caption .jumbotron div.body p,
body.node-type-pagina #landings-promotion .carousel-caption .jumbotron div.body p {
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
}
body.node-type-landing #landings-promotion .carousel-caption .jumbotron div.body .btn,
body.node-type-pagina #landings-promotion .carousel-caption .jumbotron div.body .btn {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 800px) {
  body.node-type-landing #landings-promotion .carousel-caption .jumbotron h3,
  body.node-type-pagina #landings-promotion .carousel-caption .jumbotron h3 {
    font-size: 2em;
  }
  body.node-type-landing #landings-promotion .carousel-caption .jumbotron div.body p,
  body.node-type-pagina #landings-promotion .carousel-caption .jumbotron div.body p {
    font-size: 1.1em;
    line-height: 1.2em;
  }
  body.node-type-landing #landings-promotion .carousel-caption .jumbotron div.body .btn,
  body.node-type-pagina #landings-promotion .carousel-caption .jumbotron div.body .btn {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  body.node-type-landing #landings-promotion .carousel-caption,
  body.node-type-pagina #landings-promotion .carousel-caption {
    top: 0;
    bottom: auto;
  }
  body.node-type-landing #landings-promotion .carousel-caption .jumbotron.caption-right-aligned,
  body.node-type-pagina #landings-promotion .carousel-caption .jumbotron.caption-right-aligned,
  body.node-type-landing #landings-promotion .carousel-caption .jumbotron.caption-left-aligned,
  body.node-type-pagina #landings-promotion .carousel-caption .jumbotron.caption-left-aligned,
  body.node-type-landing #landings-promotion .carousel-caption .jumbotron.caption-centered,
  body.node-type-pagina #landings-promotion .carousel-caption .jumbotron.caption-centered {
    top: 20%;
    bottom: auto;
    width: 90%;
    left: 5%;
    right: 5%;
  }
  body.node-type-landing #landings-promotion .carousel-caption .jumbotron.caption-right-aligned hr,
  body.node-type-pagina #landings-promotion .carousel-caption .jumbotron.caption-right-aligned hr,
  body.node-type-landing #landings-promotion .carousel-caption .jumbotron.caption-left-aligned hr,
  body.node-type-pagina #landings-promotion .carousel-caption .jumbotron.caption-left-aligned hr,
  body.node-type-landing #landings-promotion .carousel-caption .jumbotron.caption-centered hr,
  body.node-type-pagina #landings-promotion .carousel-caption .jumbotron.caption-centered hr {
    display: none;
  }
}
@media (max-width: 991px) {
  body.node-type-landing #landings-promotion .jumbotron h3,
  body.node-type-pagina #landings-promotion .jumbotron h3 {
    font-size: 2em;
  }
  body.node-type-landing #landings-promotion .jumbotron div.body p,
  body.node-type-pagina #landings-promotion .jumbotron div.body p {
    font-size: 1.3em;
  }
  body.node-type-landing #landings-promotion .jumbotron div.body .btn,
  body.node-type-pagina #landings-promotion .jumbotron div.body .btn {
    font-size: 1em;
    float: right;
    margin: 5px 0;
  }
  body.node-type-landing #landings-promotion .carousel-control.left > .fa,
  body.node-type-pagina #landings-promotion .carousel-control.left > .fa,
  body.node-type-landing #landings-promotion .carousel-control.right > .fa,
  body.node-type-pagina #landings-promotion .carousel-control.right > .fa {
    display: none;
  }
}
body.node-type-landing #landings-promotion .carousel-inner .fill,
body.node-type-pagina #landings-promotion .carousel-inner .fill {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
body.node-type-landing .bloques-container h2.bloque-title,
body.node-type-pagina .bloques-container h2.bloque-title {
  margin: 15px 0;
  font-size: 18px;
  font-weight: bold;
}
body.node-type-landing .bloques-container .media-summary ul,
body.node-type-pagina .bloques-container .media-summary ul {
  padding-left: 18px;
}
body.node-type-landing .bloques-container .four-boxes,
body.node-type-pagina .bloques-container .four-boxes {
  background: #e6e6e6;
  padding: 20px;
}
body.node-type-landing .bloques-container .four-boxes h2.bloque-title:before,
body.node-type-pagina .bloques-container .four-boxes h2.bloque-title:before {
  content: " ";
  border-bottom: 2px solid #2eb992;
  padding-left: 20px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  margin-left: 5px;
}
body.node-type-landing .bloques-container .four-boxes .media,
body.node-type-pagina .bloques-container .four-boxes .media {
  padding: 10px;
}
body.node-type-landing .bloques-container .four-boxes .media .media-left,
body.node-type-pagina .bloques-container .four-boxes .media .media-left {
  padding-right: 0;
}
body.node-type-landing .bloques-container .four-boxes .media .media-body,
body.node-type-pagina .bloques-container .four-boxes .media .media-body {
  background: #fff;
  border-bottom: 2px solid #2eb992;
  position: relative;
  padding: 10px;
}
body.node-type-landing .bloques-container .four-boxes .media .media-body .media-heading,
body.node-type-pagina .bloques-container .four-boxes .media .media-body .media-heading {
  font-weight: bold;
}
body.node-type-landing .bloques-container .four-boxes .media .media-body .link-bloque,
body.node-type-pagina .bloques-container .four-boxes .media .media-body .link-bloque {
  position: absolute;
  font-weight: bold;
  color: #fff;
  bottom: 0px;
  right: 0;
  background: #363636;
  padding: 0 10px;
  font-size: 20px;
  text-decoration: none;
}
body.node-type-landing .bloques-container .horizontal-boxes .media,
body.node-type-pagina .bloques-container .horizontal-boxes .media {
  background: #e6e6e6;
  margin: 10px 0;
}
body.node-type-landing .bloques-container .horizontal-boxes .media .media-body,
body.node-type-pagina .bloques-container .horizontal-boxes .media .media-body {
  padding: 20px;
  padding-right: 130px;
  position: relative;
}
body.node-type-landing .bloques-container .horizontal-boxes .media .media-body .media-heading,
body.node-type-pagina .bloques-container .horizontal-boxes .media .media-body .media-heading {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
body.node-type-landing .bloques-container .horizontal-boxes .media .media-body .link-bloque,
body.node-type-pagina .bloques-container .horizontal-boxes .media .media-body .link-bloque {
  position: absolute;
  top: 30%;
  right: 30px;
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;
  background: #363636;
  font-size: 17px;
}
.view.view-departamentos .views-row {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.node-departamento h2.node-title {
  margin-top: 0;
  font-weight: bold;
}
.node-departamento .views-field-field-resumen {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 10px;
}
.node-departamento h4 {
  margin-top: 30px;
}
.node-departamento .views-field-field-director,
.node-departamento .views-field-field-asistente {
  margin: 15px 0 ;
}
.node-departamento .views-field-field-director span,
.node-departamento .views-field-field-asistente span {
  font-weight: bold;
  padding-right: 20px;
}
.node-departamento .btn {
  text-align: left;
}
.node-departamento .derecha .field {
  margin-bottom: 10px;
}
body.section_carreras_grado .main-container {
  padding-bottom: 50px;
}
body.section_carreras_grado .main-container .depto-header {
  background: #eeeeee;
  padding: 5px 0;
  margin-bottom: 15px;
}
body.section_carreras_grado .main-container .depto-header h1,
body.section_carreras_grado .main-container .depto-header h2 {
  font-weight: 300;
}
body.section_carreras_grado .main-container .depto-header h2.block-title {
  font-size: 2em;
  font-weight: 400;
  margin: 15px 0 10px 0;
}
body.section_carreras_grado .main-container .depto-header h2.block-title:before {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 20px 0 5px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  color: #0d5892;
}
body.section_carreras_grado .main-container .depto-header a {
  color: #000;
  text-decoration: none;
}
body.section_carreras_grado .main-container .depto-header a:hover {
  color: #999;
}
body.section_carreras_grado .main-container .field-name-field-destacados .jumbotron {
  padding: 15px;
}
body.section_carreras_grado .main-container .field-name-field-destacados .jumbotron p {
  font-size: 1.2em;
}
body.section_carreras_grado .main-container .background {
  margin: 0 -15px;
}
body.section_carreras_grado .main-container .card-wrapper .background {
  margin: 0;
  padding: 0;
}
body.section_carreras_grado .main-container #block-udesa-carreras-grado-header-carreras {
  color: #fff;
}
body.section_carreras_grado .main-container #block-udesa-carreras-grado-header-carreras h1.page-header {
  margin-top: 30px;
  border: none;
  font-size: 3em;
  font-weight: 100;
}
body.section_carreras_grado .main-container #block-udesa-carreras-grado-header-carreras h1.page-header i {
  font-size: 1.25em;
  font-weight: 100;
}
body.section_carreras_grado .main-container #block-udesa-carreras-grado-header-carreras h1.page-header a {
  color: #fff;
}
body.section_carreras_grado .main-container #block-udesa-carreras-grado-header-carreras h1.page-header a:hover {
  text-decoration: none;
  color: #ccc;
}
body.section_carreras_grado .main-container #block-udesa-carreras-grado-header-carreras .nav > li > a {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 15px 5px;
  line-height: 20px;
  white-space: nowrap;
}
body.section_carreras_grado .main-container #block-udesa-carreras-grado-header-carreras .nav > li > a.active:before {
  border-style: solid;
  border-width: 10px 10px 0 10px;
  position: absolute;
  bottom: -10px;
  left: 43%;
  left: calc(40%);
  content: ' ';
}
body.section_carreras_grado .main-container #block-udesa-carreras-grado-header-carreras .nav > li > a:after {
  content: ' ';
  border-right: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 18px;
  height: 15px;
}
body.section_carreras_grado .main-container #block-udesa-carreras-grado-header-carreras .nav > li:last-child > a:after {
  border: none;
}
body.section_carreras_grado .main-container .breadcrumb {
  background: transparent;
  text-transform: uppercase;
  padding: 15px 0;
  margin-top: 0;
  margin-bottom: 0;
}
body.section_carreras_grado .main-container .breadcrumb > li + li:before {
  content: ">";
  padding: 0 5px;
  color: #fff;
  font-weight: bold;
}
body.section_carreras_grado .main-container .breadcrumb a {
  color: #fff;
  font-weight: normal;
}
body.section_carreras_grado .main-container .without-breadcrumb {
  padding-bottom: 40px;
}
body.section_carreras_grado .main-container .outside-breadcrumb .breadcrumb {
  padding: 15px;
  padding-top: 0;
  margin-top: 5px;
  color: #999;
  font-weight: 300;
}
body.section_carreras_grado .main-container .outside-breadcrumb .breadcrumb a {
  color: #999;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.9em;
}
body.section_carreras_grado .main-container .node-og-carrera .destacados.jumbotron.white {
  border: 0;
  background-color: transparent;
  padding: 0px;
  margin-bottom: 15px;
}
body.section_carreras_grado .main-container .node-og-carrera .destacados.jumbotron.white h2 {
  margin-top: 0;
}
body.section_carreras_grado .main-container .node-og-carrera .form-container {
  padding: 10px 20px;
  margin-bottom: 30px;
}
body.section_carreras_grado .main-container .view.view-og-por-que-udesa {
  margin-top: 20px;
}
body.section_carreras_grado .main-container .og-pagina-container > .row,
body.section_carreras_grado .main-container .view-actualidad > .row {
  margin: 0;
}
body.section_carreras_grado .main-container .og-pagina-container .breadcrumb > li + li:before,
body.section_carreras_grado .main-container .view-actualidad .breadcrumb > li + li:before {
  color: #BFBFBF;
}
body.section_carreras_grado .view-plan-de-estudios {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.section_carreras_grado .view-plan-de-estudios {
    width: 750px;
  }
}
@media (min-width: 992px) {
  body.section_carreras_grado .view-plan-de-estudios {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  body.section_carreras_grado .view-plan-de-estudios {
    width: 1170px;
  }
}
body.section_carreras_grado .view-plan-de-estudios > .navbar-header,
body.section_carreras_grado .view-plan-de-estudios > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1199px) {
  body.section_carreras_grado .view-plan-de-estudios > .navbar-header,
  body.section_carreras_grado .view-plan-de-estudios > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
body.section_carreras_grado .view-plan-de-estudios .view-header h1 {
  color: #999;
  font-weight: 100;
  font-size: 3em;
  margin-top: 0;
}
body.section_carreras_grado .view-plan-de-estudios .view-content {
  margin-left: -15px;
  margin-right: -15px;
}
body.section_carreras_grado .view-plan-de-estudios .view-content .col-md-6 .ciclo-header {
  background-color: #F3F3F3;
  margin-bottom: 25px;
}
body.section_carreras_grado .view-plan-de-estudios .view-content .col-md-6 .ciclo-header h3 {
  background: #aeaeae;
  color: #fff;
  font-size: 1.5em;
  padding: 10px 15px;
  position: relative;
}
body.section_carreras_grado .view-plan-de-estudios .view-content .col-md-6 .ciclo-header h3:after {
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #aeaeae transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 20px;
  content: ' ';
}
body.section_carreras_grado .view-plan-de-estudios .view-content .col-md-6 .ciclo-header h3 + p:not(:empty) {
  margin-top: 12px;
  padding: 5px 15px;
  color: #545454;
}
body.section_carreras_grado .view-plan-de-estudios .view-content .col-md-6 h4 {
  background: #F3F3F3;
  font-size: 1.1em;
  padding: 5px 10px;
  position: relative;
}
body.section_carreras_grado .view-plan-de-estudios .view-content .col-md-6 h4 a {
  font-size: 16px;
  color: #545454;
  width: 100%;
  display: block;
  height: 100%;
  text-decoration: none;
}
body.section_carreras_grado .view-plan-de-estudios .view-content .col-md-6 a {
  font-size: 16px;
}
body.section_carreras_grado .view-plan-de-estudios .view-content .col-md-6 a:hover {
  color: #da0032;
  text-decoration: underline;
}
body.section_carreras_grado .view-plan-de-estudios .view-content .col-md-6 .electivas-container,
body.section_carreras_grado .view-plan-de-estudios .view-content .col-md-6 .optativas-container {
  padding: 0 26px;
}
body.section_carreras_grado .view-plan-de-estudios .view-content .col-md-6 .electivas-container a,
body.section_carreras_grado .view-plan-de-estudios .view-content .col-md-6 .optativas-container a {
  font-size: 14px;
}
body.section_carreras_grado .view-plan-de-estudios .view-content .col-md-6:nth-child(3n) {
  clear: left;
}
body.section_carreras_grado .view-plan-de-estudios .view-content-footer {
  font-size: 16px;
}
body.section_carreras_grado .view-plan-de-estudios .view-content-footer:before {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 15px 0 5px;
  margin: 30px 0;
}
body.section_carreras_grado .view-plan-de-estudios .view-content-footer .row {
  padding-top: 30px;
}
body.section_carreras_grado .view-plan-de-estudios .view-content-footer .row .titulo {
  padding-right: 0px;
  margin-bottom: 15px;
}
body.section_carreras_grado .view-plan-de-estudios .view-content-footer .row .titulo .field-name-field-titulo-academico {
  padding-left: 10px;
  color: #fff;
  font-size: 1.75em;
  font-weight: 100;
}
body.section_carreras_grado .view-plan-de-estudios .view-content-footer .row .icon div {
  height: 44px;
}
body.section_carreras_grado .view-plan-de-estudios .view-content-footer .row .icon div i.udesa {
  padding: 20px;
  padding-left: 38px;
  background-size: 37px;
  background-position: 14px 23px;
}
body.section_carreras_grado #block-udesa-carreras-grado-footer-carreras {
  margin: 30px -15px 0;
}
body.section_carreras_grado #block-udesa-carreras-grado-footer-carreras .publicidades-container {
  margin-bottom: 5px;
}
body.section_carreras_grado .resumen .media {
  background: #272727;
  margin-bottom: 20px;
}
body.section_carreras_grado .resumen .media .media-body {
  vertical-align: top;
  position: relative;
  padding: 20px;
  color: #fff;
}
body.section_carreras_grado .resumen .media .media-body a.btn {
  position: absolute;
  bottom: 10px;
  right: 5px;
  color: #fff;
  text-transform: uppercase;
}
body.section_carreras_grado .orientaciones-menu h2.slash {
  margin: 10px 0px;
  font-size: 20px;
  font-weight: bold;
}
body.section_carreras_grado .orientaciones-menu h2.slash:before {
  content: " ";
  padding-left: 20px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  margin-left: 5px;
}
body.section_carreras_grado .orientaciones-menu .view a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  margin: 5px 0;
}
body.section_carreras_grado .node-og-materia {
  font-size: 1.1em;
}
body.section_carreras_grado .node-og-materia h2.node-title {
  color: #999;
  font-weight: 100;
  font-size: 3em;
}
body.section_carreras_grado .node-og-materia .field-type-text-with-summary {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #999;
}
body.section_carreras_grado .node-og-materia .field-type-text-with-summary:after {
  content: " ";
  padding-left: 20px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  margin-left: 0;
}
body.section_carreras_grado .node-og-materia .field-item {
  color: #999;
}
body.section_carreras_grado .node-og-materia .course-catalog {
  float: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
body.section_carreras_grado .node-og-materia .course-catalog a,
body.section_carreras_grado .node-og-materia .course-catalog a:hover {
  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: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 1px;
  border: 0;
  background-color: #999;
}
body.section_carreras_grado .node-og-materia .course-catalog a:focus,
body.section_carreras_grado .node-og-materia .course-catalog a:hover:focus,
body.section_carreras_grado .node-og-materia .course-catalog a:active:focus,
body.section_carreras_grado .node-og-materia .course-catalog a:hover:active:focus,
body.section_carreras_grado .node-og-materia .course-catalog a.active:focus,
body.section_carreras_grado .node-og-materia .course-catalog a:hover.active:focus,
body.section_carreras_grado .node-og-materia .course-catalog a.focus,
body.section_carreras_grado .node-og-materia .course-catalog a:hover.focus,
body.section_carreras_grado .node-og-materia .course-catalog a:active.focus,
body.section_carreras_grado .node-og-materia .course-catalog a:hover:active.focus,
body.section_carreras_grado .node-og-materia .course-catalog a.active.focus,
body.section_carreras_grado .node-og-materia .course-catalog a:hover.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.section_carreras_grado .node-og-materia .course-catalog a:hover,
body.section_carreras_grado .node-og-materia .course-catalog a:hover:hover,
body.section_carreras_grado .node-og-materia .course-catalog a:focus,
body.section_carreras_grado .node-og-materia .course-catalog a:hover:focus,
body.section_carreras_grado .node-og-materia .course-catalog a.focus,
body.section_carreras_grado .node-og-materia .course-catalog a:hover.focus {
  color: #333333;
  text-decoration: none;
}
body.section_carreras_grado .node-og-materia .course-catalog a:active,
body.section_carreras_grado .node-og-materia .course-catalog a:hover:active,
body.section_carreras_grado .node-og-materia .course-catalog a.active,
body.section_carreras_grado .node-og-materia .course-catalog a:hover.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body.section_carreras_grado .node-og-materia .course-catalog a.disabled,
body.section_carreras_grado .node-og-materia .course-catalog a:hover.disabled,
body.section_carreras_grado .node-og-materia .course-catalog a[disabled],
body.section_carreras_grado .node-og-materia .course-catalog a:hover[disabled],
fieldset[disabled] body.section_carreras_grado .node-og-materia .course-catalog a,
fieldset[disabled] body.section_carreras_grado .node-og-materia .course-catalog a:hover {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.section_carreras_grado .node-og-materia .course-catalog a:first-child {
  background-color: #999;
}
body.section_carreras_grado .node-og-materia .course-catalog a:nth-child(2) {
  background-color: #272727;
}
body.section_carreras_grado .node-og-materia .field-type-file {
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
  font-size: 1.1em;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.section_carreras_grado .node-og-materia .field-type-file:focus,
body.section_carreras_grado .node-og-materia .field-type-file:active:focus,
body.section_carreras_grado .node-og-materia .field-type-file.active:focus,
body.section_carreras_grado .node-og-materia .field-type-file.focus,
body.section_carreras_grado .node-og-materia .field-type-file:active.focus,
body.section_carreras_grado .node-og-materia .field-type-file.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.section_carreras_grado .node-og-materia .field-type-file:hover,
body.section_carreras_grado .node-og-materia .field-type-file:focus,
body.section_carreras_grado .node-og-materia .field-type-file.focus {
  color: #333333;
  text-decoration: none;
}
body.section_carreras_grado .node-og-materia .field-type-file:active,
body.section_carreras_grado .node-og-materia .field-type-file.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body.section_carreras_grado .node-og-materia .field-type-file.disabled,
body.section_carreras_grado .node-og-materia .field-type-file[disabled],
fieldset[disabled] body.section_carreras_grado .node-og-materia .field-type-file {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.section_carreras_grado .node-og-materia .field-type-file:hover,
body.section_carreras_grado .node-og-materia .field-type-file:focus,
body.section_carreras_grado .node-og-materia .field-type-file.focus,
body.section_carreras_grado .node-og-materia .field-type-file:active,
body.section_carreras_grado .node-og-materia .field-type-file.active,
.open > .dropdown-togglebody.section_carreras_grado .node-og-materia .field-type-file {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
body.section_carreras_grado .node-og-materia .field-type-file:active,
body.section_carreras_grado .node-og-materia .field-type-file.active,
.open > .dropdown-togglebody.section_carreras_grado .node-og-materia .field-type-file {
  background-image: none;
}
body.section_carreras_grado .node-og-materia .field-type-file.disabled,
body.section_carreras_grado .node-og-materia .field-type-file[disabled],
fieldset[disabled] body.section_carreras_grado .node-og-materia .field-type-file,
body.section_carreras_grado .node-og-materia .field-type-file.disabled:hover,
body.section_carreras_grado .node-og-materia .field-type-file[disabled]:hover,
fieldset[disabled] body.section_carreras_grado .node-og-materia .field-type-file:hover,
body.section_carreras_grado .node-og-materia .field-type-file.disabled:focus,
body.section_carreras_grado .node-og-materia .field-type-file[disabled]:focus,
fieldset[disabled] body.section_carreras_grado .node-og-materia .field-type-file:focus,
body.section_carreras_grado .node-og-materia .field-type-file.disabled.focus,
body.section_carreras_grado .node-og-materia .field-type-file[disabled].focus,
fieldset[disabled] body.section_carreras_grado .node-og-materia .field-type-file.focus,
body.section_carreras_grado .node-og-materia .field-type-file.disabled:active,
body.section_carreras_grado .node-og-materia .field-type-file[disabled]:active,
fieldset[disabled] body.section_carreras_grado .node-og-materia .field-type-file:active,
body.section_carreras_grado .node-og-materia .field-type-file.disabled.active,
body.section_carreras_grado .node-og-materia .field-type-file[disabled].active,
fieldset[disabled] body.section_carreras_grado .node-og-materia .field-type-file.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
body.section_carreras_grado .node-og-materia .field-type-file .badge {
  color: #337ab7;
  background-color: #ffffff;
}
body.section_carreras_grado .node-og-materia .view-publicidades .views-row {
  min-height: 100px;
}
#views-bootstrap-carousel-1 .jumbotron {
  top: 20px;
}
.node-menu h4 {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
  margin-top: 30px;
  color: #8a8b8c;
}
.node-menu .btn-block {
  color: #ffffff;
  background-color: #ff0053;
  border-color: #e6004b;
  white-space: normal;
  text-align: left;
  font-size: 1em;
  margin-bottom: 5px;
  border: 0;
  min-height: 54px;
  padding: 10px;
}
.node-menu .btn-block:hover,
.node-menu .btn-block:focus,
.node-menu .btn-block.focus,
.node-menu .btn-block:active,
.node-menu .btn-block.active,
.open > .dropdown-toggle.node-menu .btn-block {
  color: #ffffff;
  background-color: #cc0042;
  border-color: #a80037;
}
.node-menu .btn-block:active,
.node-menu .btn-block.active,
.open > .dropdown-toggle.node-menu .btn-block {
  background-image: none;
}
.node-menu .btn-block.disabled,
.node-menu .btn-block[disabled],
fieldset[disabled] .node-menu .btn-block,
.node-menu .btn-block.disabled:hover,
.node-menu .btn-block[disabled]:hover,
fieldset[disabled] .node-menu .btn-block:hover,
.node-menu .btn-block.disabled:focus,
.node-menu .btn-block[disabled]:focus,
fieldset[disabled] .node-menu .btn-block:focus,
.node-menu .btn-block.disabled.focus,
.node-menu .btn-block[disabled].focus,
fieldset[disabled] .node-menu .btn-block.focus,
.node-menu .btn-block.disabled:active,
.node-menu .btn-block[disabled]:active,
fieldset[disabled] .node-menu .btn-block:active,
.node-menu .btn-block.disabled.active,
.node-menu .btn-block[disabled].active,
fieldset[disabled] .node-menu .btn-block.active {
  background-color: #ff0053;
  border-color: #e6004b;
}
.node-menu .btn-block .badge {
  color: #ff0053;
  background-color: #ffffff;
}
.node-menu .btn-block i {
  display: block;
  float: right;
  height: 30px;
  background-position: top right;
  margin-top: 2px;
}
.node-menu .field-name-field-menu-posgrado .field-item a {
  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: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #0c9041;
  border-color: #0c9041;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-size: 0.9em;
  font-weight: 600;
  text-align: left;
}
.node-menu .field-name-field-menu-posgrado .field-item a:focus,
.node-menu .field-name-field-menu-posgrado .field-item a:active:focus,
.node-menu .field-name-field-menu-posgrado .field-item a.active:focus,
.node-menu .field-name-field-menu-posgrado .field-item a.focus,
.node-menu .field-name-field-menu-posgrado .field-item a:active.focus,
.node-menu .field-name-field-menu-posgrado .field-item a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.node-menu .field-name-field-menu-posgrado .field-item a:hover,
.node-menu .field-name-field-menu-posgrado .field-item a:focus,
.node-menu .field-name-field-menu-posgrado .field-item a.focus {
  color: #333333;
  text-decoration: none;
}
.node-menu .field-name-field-menu-posgrado .field-item a:active,
.node-menu .field-name-field-menu-posgrado .field-item a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.node-menu .field-name-field-menu-posgrado .field-item a.disabled,
.node-menu .field-name-field-menu-posgrado .field-item a[disabled],
fieldset[disabled] .node-menu .field-name-field-menu-posgrado .field-item a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.node-menu .field-name-field-menu-posgrado .field-item a:hover,
.node-menu .field-name-field-menu-posgrado .field-item a:focus,
.node-menu .field-name-field-menu-posgrado .field-item a.focus,
.node-menu .field-name-field-menu-posgrado .field-item a:active,
.node-menu .field-name-field-menu-posgrado .field-item a.active,
.open > .dropdown-toggle.node-menu .field-name-field-menu-posgrado .field-item a {
  color: #eeeeee;
  background-color: #08612c;
  border-color: #075828;
}
.node-menu .field-name-field-menu-posgrado .field-item a:active,
.node-menu .field-name-field-menu-posgrado .field-item a.active,
.open > .dropdown-toggle.node-menu .field-name-field-menu-posgrado .field-item a {
  background-image: none;
}
.node-menu .field-name-field-menu-posgrado .field-item a.disabled,
.node-menu .field-name-field-menu-posgrado .field-item a[disabled],
fieldset[disabled] .node-menu .field-name-field-menu-posgrado .field-item a,
.node-menu .field-name-field-menu-posgrado .field-item a.disabled:hover,
.node-menu .field-name-field-menu-posgrado .field-item a[disabled]:hover,
fieldset[disabled] .node-menu .field-name-field-menu-posgrado .field-item a:hover,
.node-menu .field-name-field-menu-posgrado .field-item a.disabled:focus,
.node-menu .field-name-field-menu-posgrado .field-item a[disabled]:focus,
fieldset[disabled] .node-menu .field-name-field-menu-posgrado .field-item a:focus,
.node-menu .field-name-field-menu-posgrado .field-item a.disabled.focus,
.node-menu .field-name-field-menu-posgrado .field-item a[disabled].focus,
fieldset[disabled] .node-menu .field-name-field-menu-posgrado .field-item a.focus,
.node-menu .field-name-field-menu-posgrado .field-item a.disabled:active,
.node-menu .field-name-field-menu-posgrado .field-item a[disabled]:active,
fieldset[disabled] .node-menu .field-name-field-menu-posgrado .field-item a:active,
.node-menu .field-name-field-menu-posgrado .field-item a.disabled.active,
.node-menu .field-name-field-menu-posgrado .field-item a[disabled].active,
fieldset[disabled] .node-menu .field-name-field-menu-posgrado .field-item a.active {
  background-color: #0c9041;
  border-color: #0c9041;
}
.node-menu .field-name-field-menu-posgrado .field-item a .badge {
  color: #0c9041;
  background-color: #eeeeee;
}
.node-menu .field-name-field-custom-menu .field-item a,
.node-menu .as-custom-menu a {
  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: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-size: 0.9em;
  font-weight: 600;
  text-align: left;
}
.node-menu .field-name-field-custom-menu .field-item a:focus,
.node-menu .as-custom-menu a:focus,
.node-menu .field-name-field-custom-menu .field-item a:active:focus,
.node-menu .as-custom-menu a:active:focus,
.node-menu .field-name-field-custom-menu .field-item a.active:focus,
.node-menu .as-custom-menu a.active:focus,
.node-menu .field-name-field-custom-menu .field-item a.focus,
.node-menu .as-custom-menu a.focus,
.node-menu .field-name-field-custom-menu .field-item a:active.focus,
.node-menu .as-custom-menu a:active.focus,
.node-menu .field-name-field-custom-menu .field-item a.active.focus,
.node-menu .as-custom-menu a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.node-menu .field-name-field-custom-menu .field-item a:hover,
.node-menu .as-custom-menu a:hover,
.node-menu .field-name-field-custom-menu .field-item a:focus,
.node-menu .as-custom-menu a:focus,
.node-menu .field-name-field-custom-menu .field-item a.focus,
.node-menu .as-custom-menu a.focus {
  color: #333333;
  text-decoration: none;
}
.node-menu .field-name-field-custom-menu .field-item a:active,
.node-menu .as-custom-menu a:active,
.node-menu .field-name-field-custom-menu .field-item a.active,
.node-menu .as-custom-menu a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.node-menu .field-name-field-custom-menu .field-item a.disabled,
.node-menu .as-custom-menu a.disabled,
.node-menu .field-name-field-custom-menu .field-item a[disabled],
.node-menu .as-custom-menu a[disabled],
fieldset[disabled] .node-menu .field-name-field-custom-menu .field-item a,
fieldset[disabled] .node-menu .as-custom-menu a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.node-menu .field-name-field-custom-menu .field-item a:hover,
.node-menu .as-custom-menu a:hover,
.node-menu .field-name-field-custom-menu .field-item a:focus,
.node-menu .as-custom-menu a:focus,
.node-menu .field-name-field-custom-menu .field-item a.focus,
.node-menu .as-custom-menu a.focus,
.node-menu .field-name-field-custom-menu .field-item a:active,
.node-menu .as-custom-menu a:active,
.node-menu .field-name-field-custom-menu .field-item a.active,
.node-menu .as-custom-menu a.active,
.open > .dropdown-toggle.node-menu .field-name-field-custom-menu .field-item a,
.open > .dropdown-toggle.node-menu .as-custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.node-menu .field-name-field-custom-menu .field-item a:active,
.node-menu .as-custom-menu a:active,
.node-menu .field-name-field-custom-menu .field-item a.active,
.node-menu .as-custom-menu a.active,
.open > .dropdown-toggle.node-menu .field-name-field-custom-menu .field-item a,
.open > .dropdown-toggle.node-menu .as-custom-menu a {
  background-image: none;
}
.node-menu .field-name-field-custom-menu .field-item a.disabled,
.node-menu .as-custom-menu a.disabled,
.node-menu .field-name-field-custom-menu .field-item a[disabled],
.node-menu .as-custom-menu a[disabled],
fieldset[disabled] .node-menu .field-name-field-custom-menu .field-item a,
fieldset[disabled] .node-menu .as-custom-menu a,
.node-menu .field-name-field-custom-menu .field-item a.disabled:hover,
.node-menu .as-custom-menu a.disabled:hover,
.node-menu .field-name-field-custom-menu .field-item a[disabled]:hover,
.node-menu .as-custom-menu a[disabled]:hover,
fieldset[disabled] .node-menu .field-name-field-custom-menu .field-item a:hover,
fieldset[disabled] .node-menu .as-custom-menu a:hover,
.node-menu .field-name-field-custom-menu .field-item a.disabled:focus,
.node-menu .as-custom-menu a.disabled:focus,
.node-menu .field-name-field-custom-menu .field-item a[disabled]:focus,
.node-menu .as-custom-menu a[disabled]:focus,
fieldset[disabled] .node-menu .field-name-field-custom-menu .field-item a:focus,
fieldset[disabled] .node-menu .as-custom-menu a:focus,
.node-menu .field-name-field-custom-menu .field-item a.disabled.focus,
.node-menu .as-custom-menu a.disabled.focus,
.node-menu .field-name-field-custom-menu .field-item a[disabled].focus,
.node-menu .as-custom-menu a[disabled].focus,
fieldset[disabled] .node-menu .field-name-field-custom-menu .field-item a.focus,
fieldset[disabled] .node-menu .as-custom-menu a.focus,
.node-menu .field-name-field-custom-menu .field-item a.disabled:active,
.node-menu .as-custom-menu a.disabled:active,
.node-menu .field-name-field-custom-menu .field-item a[disabled]:active,
.node-menu .as-custom-menu a[disabled]:active,
fieldset[disabled] .node-menu .field-name-field-custom-menu .field-item a:active,
fieldset[disabled] .node-menu .as-custom-menu a:active,
.node-menu .field-name-field-custom-menu .field-item a.disabled.active,
.node-menu .as-custom-menu a.disabled.active,
.node-menu .field-name-field-custom-menu .field-item a[disabled].active,
.node-menu .as-custom-menu a[disabled].active,
fieldset[disabled] .node-menu .field-name-field-custom-menu .field-item a.active,
fieldset[disabled] .node-menu .as-custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.node-menu .field-name-field-custom-menu .field-item a .badge,
.node-menu .as-custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
.node-menu .field-name-field-custom-menu,
.node-menu .as-custom-menu {
  margin-top: 53px;
}
.node-menu hr + .field-name-field-custom-menu,
.node-menu hr + .as-custom-menu,
.node-menu .as-custom-menu + .field-name-field-custom-menu {
  margin-top: 0px;
}
.view-id-profesores_not_index .node-menu h4 {
  margin-top: 15px;
}
body.node-type-og-pagina .node-menu {
  padding-left: 0;
}
.og-pagina-container .node-menu .field-name-field-custom-menu {
  margin-top: 23px;
}
.og-pagina-container .node-menu hr + .field-name-field-custom-menu,
.og-pagina-container .node-menu hr + .as-custom-menu,
.og-pagina-container .node-menu .as-custom-menu + .field-name-field-custom-menu {
  margin-top: 0px;
}
body.node-type-departamento .main-container {
  padding-bottom: 50px;
}
body.node-type-departamento .main-container .depto-header {
  background: #eeeeee;
  padding: 5px 0;
  margin-bottom: 15px;
}
body.node-type-departamento .main-container .depto-header h1 {
  font-weight: 300;
}
body.node-type-departamento .view-agenda .media .media-left .agenda-date {
  padding-top: 41px;
}
body.node-type-departamento .view-agenda .media .media-left .agenda-date .month {
  right: 5px;
}
body.node-type-departamento .view-agenda .media .media-left .agenda-date .month:before {
  line-height: 24px;
}
body.node-type-departamento .view-agenda .media .media-left .agenda-date .date-display-single {
  font-size: 1em;
}
body.node-type-departamento .view-agenda .media .media-body {
  padding-top: 5px;
  padding-bottom: 5px;
}
body.node-type-departamento .view-agenda .media .media-body .place-wrapper {
  padding-top: 2px;
  padding-bottom: 5px;
}
body.node-type-departamento .view-agenda .media .media-body h4 {
  margin-top: 0;
}
body.node-type-departamento .text-right {
  position: absolute;
  right: 15px;
  top: 24px;
}
body.node-type-departamento .text-right a {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #8a8b8c;
}
.main-container section.col-sm-12 > .publicidades-container {
  margin: 30px -15px 0;
  margin-bottom: 5px;
}
.view.view-profesores .view-header > h1,
.view.view-profesores-not-index .view-header > h1,
.view.view-profesores .view-content > h1,
.view.view-profesores-not-index .view-content > h1,
.view.view-profesores .view-header > h2,
.view.view-profesores-not-index .view-header > h2,
.view.view-profesores .view-content > h2,
.view.view-profesores-not-index .view-content > h2 {
  margin-top: 0;
  color: #999;
  font-weight: 100;
  font-size: 3em;
}
.view.view-profesores .view-header > h3,
.view.view-profesores-not-index .view-header > h3,
.view.view-profesores .view-content > h3,
.view.view-profesores-not-index .view-content > h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 30px;
}
.view.view-profesores .view-header > h3:before,
.view.view-profesores-not-index .view-header > h3:before,
.view.view-profesores .view-content > h3:before,
.view.view-profesores-not-index .view-content > h3:before {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 15px 0 5px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.view.view-profesores .view-content .media,
.view.view-profesores-not-index .view-content .media {
  margin-bottom: 15px;
  background-color: #E1E2E3;
}
.view.view-profesores .view-content .media .media-body,
.view.view-profesores-not-index .view-content .media .media-body {
  vertical-align: top;
  padding: 15px;
}
.view.view-profesores .view-content .media .media-body .media-heading,
.view.view-profesores-not-index .view-content .media .media-body .media-heading {
  text-transform: none;
}
.view.view-profesores .view-content .media .media-body .media-heading a,
.view.view-profesores-not-index .view-content .media .media-body .media-heading a {
  text-decoration: none;
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: 600;
}
.view.view-profesores .view-content .media .media-body .media-heading a:hover,
.view.view-profesores-not-index .view-content .media .media-body .media-heading a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.view.view-profesores .view-content .media .media-body .deeplink a,
.view.view-profesores-not-index .view-content .media .media-body .deeplink a {
  line-height: 1px;
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: 600;
  padding: 15px 10px;
  background: #333;
  color: #F3F3F3;
}
.view.view-profesores .view-content .media .media-body .deeplink a:hover,
.view.view-profesores-not-index .view-content .media .media-body .deeplink a:hover {
  background: #F3F3F3;
  color: #333;
}
.view.view-profesores .view-content .media .media-body .bottom,
.view.view-profesores-not-index .view-content .media .media-body .bottom {
  position: absolute;
  bottom: 10px;
}
.view.view-profesores .view-content .media .media-body .bottom:before,
.view.view-profesores-not-index .view-content .media .media-body .bottom:before {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 15px 0 5px;
}
.view.view-profesores .view-content .media .media-body .bottom a,
.view.view-profesores-not-index .view-content .media .media-body .bottom a {
  color: #999;
}
.view.view-profesores .progress-disabled,
.view.view-profesores-not-index .progress-disabled {
  float: left;
}
.view.view-profesores .breadcrumb,
.view.view-profesores-not-index .breadcrumb {
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.view.view-profesores .breadcrumb li:before,
.view.view-profesores-not-index .breadcrumb li:before {
  content: ">";
}
.view.view-profesores .breadcrumb li:first-child:before,
.view.view-profesores-not-index .breadcrumb li:first-child:before {
  content: none;
}
.view.view-profesores .breadcrumb li,
.view.view-profesores-not-index .breadcrumb li,
.view.view-profesores .breadcrumb li a,
.view.view-profesores-not-index .breadcrumb li a {
  color: #999;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.9em;
  text-transform: uppercase;
}
.view.view-profesores .profesores-header-nav-pills,
.view.view-profesores-not-index .profesores-header-nav-pills {
  color: #fff;
  margin-bottom: 30px;
  margin-right: -15px;
}
.view.view-profesores .profesores-header-nav-pills .nav,
.view.view-profesores-not-index .profesores-header-nav-pills .nav {
  margin-bottom: 5px;
}
.view.view-profesores .profesores-header-nav-pills .nav > li > a,
.view.view-profesores-not-index .profesores-header-nav-pills .nav > li > a {
  text-transform: uppercase;
  position: relative;
  padding: 15px 5px;
  line-height: 20px;
  white-space: nowrap;
}
.view.view-profesores .profesores-header-nav-pills .nav > li:last-child > a:after,
.view.view-profesores-not-index .profesores-header-nav-pills .nav > li:last-child > a:after {
  border: none;
}
.node-profesor {
  color: #787878;
}
.node-profesor .professor-card {
  background-color: #222;
  margin: 15px 0;
  position: relative;
}
.node-profesor .professor-card .image {
  padding-left: 0;
  padding-right: 0;
}
.node-profesor .professor-card .image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.node-profesor .professor-card .info {
  color: white;
  padding: 30px;
  font-size: 1.1em;
}
.node-profesor .professor-card .info h2 {
  margin-top: 0;
  font-size: 1.75em;
  font-weight: 300;
}
.node-profesor .professor-card .info a {
  color: #ffffff;
}
.node-profesor .professor-card .info .field-type-email {
  margin-top: 15px;
}
.node-profesor .professor-card .info .field-type-email,
.node-profesor .professor-card .info .field-type-text {
  margin-bottom: 5px;
}
.node-profesor .professor-card .info .field-name-field-resumen {
  margin-top: 10px;
  font-size: 1.1em;
}
.node-profesor .professor-card .info .body:before {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 15px 0 5px;
}
.node-profesor .professor-card .actions {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.node-profesor .professor-card .actions i {
  font-size: 24px;
}
.node-profesor .professor-card .actions .field-items {
  margin-bottom: 0;
}
.node-profesor .professor-card .actions .social-links .icon {
  background-color: transparent;
}
.node-profesor .professor-card .field-type-social-links-field {
  overflow: hidden;
}
.node-profesor .professor-card .field-type-social-links-field .field-items {
  float: right;
}
.node-profesor .body-wrapper .field {
  margin-bottom: 30px;
}
.node-profesor .body-wrapper .field-label {
  font-size: 1.5em;
  font-weight: 600;
  font-size: 1.3em;
  color: #333;
  margin-bottom: 0;
  margin-bottom: 7px;
}
.node-profesor .body-wrapper .field-label:before {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 15px 0 5px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.node-profesor .body-wrapper .field-item {
  padding: 3px 0;
}
.node-profesor .body-wrapper .field-type-entityreference .field-item a,
.node-profesor .body-wrapper .field-type-link-field .field-item a,
.node-profesor .body-wrapper .field-type-file .field-item a {
  font-style: italic;
  color: #999;
}
.node-profesor .body-wrapper .field-type-file .file-icon {
  display: none;
}
.node-profesor .body-wrapper .field-type-text-with-summary {
  margin-top: 0;
}
.node-profesor .body-wrapper .field-type-text-with-summary h1,
.node-profesor .body-wrapper .field-type-text-with-summary h2,
.node-profesor .body-wrapper .field-type-text-with-summary h3,
.node-profesor .body-wrapper .field-type-text-with-summary h4,
.node-profesor .body-wrapper .field-type-text-with-summary h5,
.node-profesor .body-wrapper .field-type-text-with-summary h6 {
  margin-top: 0;
}
.node-profesor .field-type-text-with-summary h1,
.node-profesor .field-type-text-with-summary h2,
.node-profesor .field-type-text-with-summary h3,
.node-profesor .field-type-text-with-summary h4,
.node-profesor .field-type-text-with-summary h5,
.node-profesor .field-type-text-with-summary h6,
.node-profesor .field-type-text-with-summary p {
  font-weight: 100;
}
.node-profesor .field-type-text-with-summary p {
  font-size: 1.1em;
}
.node-profesor .media .media-body {
  padding-bottom: 65px;
  padding-right: 20px;
}
.node-profesor .media .media-body .field-name-field-redes-sociales {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.node-profesor .media .media-body .field-name-field-redes-sociales .icon {
  width: 35px;
  text-align: center;
}
@media (max-width: 767px) {
  .node-profesor .professor-card .info .actions {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 15px;
  }
}
.testimonios-container .media.testimonios-header {
  background-color: transparent;
  margin-top: 15px;
  margin-bottom: 15px;
}
.testimonios-container .media.testimonios-header .media-body {
  vertical-align: top;
  padding-left: 20px;
}
.testimonios-container .media-heading {
  font-size: 2.5em;
  font-weight: 600;
}
.testimonios-container #testimonio-carousel {
  margin-top: 15px;
  margin-bottom: 15px;
}
.testimonios-container #testimonio-carousel .media-gallery {
  width: 100%;
}
.testimonios-container .field-name-field-folder {
  display: none;
}
.testimonios-container .file-video-youtube iframe {
  width: 100%;
}
.testimonios-container .field-name-field-resumen,
.testimonios-container .field-name-field-etiqueta {
  color: #999;
  font-size: 1.1em;
}
.testimonios-container .field-name-field-etiqueta:before {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 15px 0 5px;
}
.testimonios-container .field-name-field-etiqueta .field-items {
  margin-top: 15px;
  color: #999;
  text-transform: uppercase;
}
.testimonios-container .field-name-body h2 {
  margin-top: 0;
  color: #999;
  font-weight: 100;
  font-size: 3em;
}
.testimonios-container .view.view-publicidades .plus {
  top: auto;
  bottom: 0;
}
.testimonios-container .view.view-publicidades .normal {
  height: auto;
  padding: 15px;
}
.testimonios-container .view.view-publicidades .normal .inner {
  height: auto;
  padding: 15px !important;
}
.testimonios-container .view.view-publicidades .normal .inner .title,
.testimonios-container .view.view-publicidades .normal .inner .summary {
  font-size: 1em;
  display: block;
  clear: both;
  margin-bottom: 5px;
}
.testimonios-container .view.view-publicidades .normal .inner .title {
  font-size: 1.25em;
  line-height: 1.25em;
}
.testimonios-container .view.view-publicidades .normal .inner .summary {
  font-size: 1em !important;
  line-height: 1em;
}
.testimonios-relacionados {
  margin-bottom: 50px;
}
.testimonios-relacionados h3 {
  font-size: 1.5em;
  font-weight: 600;
  background-color: #E1E2E3;
  padding: 5px 15px;
  margin-bottom: 30px;
}
.testimonios-relacionados h3:before {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 15px 0 5px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.testimonios-relacionados h4 a {
  font-size: 0.9em;
  font-weight: 600;
  color: #333;
}
.testimonios-relacionados .item {
  margin-bottom: 15px;
}
.testimonios-relacionados .item:after {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 15px 0 5px;
}
.testimonios-relacionados .field-name-field-resumen {
  font-size: 0.95em;
}
.page-testimonios .field-name-field-testimonio {
  margin-bottom: 30px;
}
.page-testimonios .field-name-field-testimonio:after {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 15px 0 5px;
}
.page-testimonios .field-name-field-testimonio h1 {
  margin-top: 0;
  color: #999;
  font-weight: 100;
  font-size: 3em;
}
.page-testimonios .media {
  background-color: transparent;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 100px;
}
.page-testimonios .media .media-left {
  position: relative;
  height: 150px;
  min-width: 150px;
}
.page-testimonios .media .media-left .field-name-field-etiqueta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  text-transform: uppercase;
}
.page-testimonios .media .media-body {
  vertical-align: top;
  padding-left: 20px;
}
.page-testimonios .media .media-body .media-heading a {
  text-decoration: none;
  font-weight: 600;
}
.page-testimonios .media .media-body .field-name-field-resumen {
  color: #999;
  font-size: 1.1em;
}
.page-testimonios .media .media-body .field-name-field-resumen:after {
  content: " ";
  border-top-width: 3px;
  border-bottom-width: 0;
  border-top-style: solid;
  width: 20px;
  display: block;
  margin: 15px 0 5px;
}
.page-testimonios .media .media-body.without-picture {
  padding-left: 0;
}
.page-testimonios .media .video-icon {
  position: absolute;
  left: 0;
  right: 0;
}
.page-testimonios .media .video-icon .video-inner {
  padding: 6px 7px 5px 11px;
  border-radius: 1000px;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 1.2em;
  text-align: center;
  height: 40px;
  width: 40px;
  margin: 10px auto;
}
.field-name-field-orientaciones h1 {
  margin-top: 0;
  color: #999;
  font-weight: 100;
  font-size: 3em;
}
.field-name-field-orientaciones table thead tr {
  background-color: #C2222E;
}
.field-name-field-orientaciones table thead tr th {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
.field-name-field-orientaciones table tbody td {
  width: 33.332%;
  background-color: #ABACAD;
  color: #fff;
  font-weight: 300;
}
.field-name-field-orientaciones table tbody tr:first-child td {
  text-transform: uppercase;
}
.graduados-header-nav-pills {
  color: #fff;
  margin-bottom: 60px;
}
.graduados-header-nav-pills .nav {
  margin-bottom: 5px;
}
.graduados-header-nav-pills .nav > li > a {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 15px 5px;
  line-height: 20px;
  white-space: nowrap;
}
.graduados-header-nav-pills .nav > li > a.active {
  color: #000 !important;
  text-decoration: underline;
}
.graduados-header-nav-pills .nav > li:last-child > a:after {
  border: none;
}
a.ingreso-link {
  margin: 30px 0;
  padding: 15px 5px;
  font-size: 1.2em;
  background-color: #ff0053;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
}
a.ingreso-link:hover {
  background-color: #bd003d;
  color: #fff;
}
.more-link {
  padding: 3px 0;
}
.more-link a {
  padding: 0px;
  text-transform: uppercase;
  color: #565656;
  text-decoration: none;
}
.more-link a:hover {
  color: #777777;
}
.view-id-graduados {
  padding-bottom: 70px;
}
.view-id-graduados .grid {
  margin-bottom: 20px;
}
.view-id-graduados .card-wrapper {
  max-height: 126px !important;
  overflow: hidden;
}
.view-id-graduados .card-wrapper .hover .title {
  display: none !important;
  font-size: 1.2em;
  color: #ffffff;
  text-shadow: black 1px 1px 1px;
}
.view-id-graduados .card-wrapper .hover .summary {
  font-size: 1em;
  padding-right: 14px;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .view-id-graduados .card-wrapper .background img {
    min-height: 120px !important;
  }
  .view-id-graduados .card-wrapper .hover .summary {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .view-id-graduados .card-wrapper {
    max-height: 100% !important;
  }
  .view-id-graduados .card-wrapper .background img {
    min-height: 184px !important;
  }
  .view-id-graduados .card-wrapper .hover .title {
    display: inline !important;
    font-size: 2em;
    line-height: 1.1em;
  }
  .view-id-graduados .card-wrapper .hover .summary {
    font-size: 1.1em;
  }
}
.view-id-graduados .card-wrapper .normal span {
  text-shadow: black 1px 1px 1px;
}
.view-id-graduados .progress-disabled {
  float: left;
}
body.page-admin {
  background-color: #f9f9f9 !important;
  /* view-id-content_management - admin/content */
}
body.page-admin div.form-type-date-popup label {
  display: block;
}
body.page-admin div.scheduler_settings div.container-inline-date {
  display: inline-block;
}
body.page-admin div.view-filters {
  margin-bottom: 20px;
}
body.page-admin div.view-id-content_management form#views-exposed-form-content-management-page-1 div#edit-field-fecha-value-wrapper div#edit-field-fecha-value-min-wrapper label,
body.page-admin div.view-id-content_management form#views-exposed-form-content-management-page-1 div#edit-field-fecha-value-wrapper div#edit-field-fecha-value-max-wrapper label {
  display: block;
}
body.page-admin div.chosen-container.chosen-container-multi {
  width: auto !important;
  min-width: 200px;
}
body.page-admin div.chosen-container.chosen-container-multi ul.chosen-choices {
  padding: 0px 0px 0px 10px;
}
body.page-admin div.chosen-container.chosen-container-multi ul.chosen-choices li.search-choice {
  background-color: #F5F5F5;
  float: left;
  display: inline-block;
  margin-top: 1px;
}
body.page-admin select.form-control + .chosen-container-multi .chosen-choices {
  min-height: 32px;
}
body.page-admin input.form-control {
  max-width: 200px;
}
body.page-admin .input-group-addon {
  display: inherit;
  min-height: 32px;
}
body.page-admin .views-exposed-form .views-exposed-widget {
  padding-top: 0.7em;
}
/* Node Edit */
body.page-admin div#landings-promotion {
  display: none;
}
body.page-admin form#landing-node-form {
  padding-top: 20px;
}
body.page-admin form#landing-node-form div.field-type-entityreference div.form-type-select label {
  display: block;
}
body.page-admin form#landing-node-form div.field-name-field-bloque tr.draggable td.field-multiple-drag,
body.page-admin form#landing-node-form div.field-name-field-bloque tr.draggable {
  background-color: #F5F5F5;
  border: 1px #dfdfdf solid;
}
body.page-admin form.node-form div.link-field-column {
  width: inherit;
}
body.page-admin table.views-table tr td:last-child {
  width: 160px;
}
body.page-admin table.views-table tr td:last-child a {
  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: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.page-admin table.views-table tr td:last-child a:focus,
body.page-admin table.views-table tr td:last-child a:active:focus,
body.page-admin table.views-table tr td:last-child a.active:focus,
body.page-admin table.views-table tr td:last-child a.focus,
body.page-admin table.views-table tr td:last-child a:active.focus,
body.page-admin table.views-table tr td:last-child a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.page-admin table.views-table tr td:last-child a:hover,
body.page-admin table.views-table tr td:last-child a:focus,
body.page-admin table.views-table tr td:last-child a.focus {
  color: #333333;
  text-decoration: none;
}
body.page-admin table.views-table tr td:last-child a:active,
body.page-admin table.views-table tr td:last-child a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body.page-admin table.views-table tr td:last-child a.disabled,
body.page-admin table.views-table tr td:last-child a[disabled],
fieldset[disabled] body.page-admin table.views-table tr td:last-child a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.page-admin table.views-table tr td:last-child a:first-child {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
body.page-admin table.views-table tr td:last-child a:first-child:hover,
body.page-admin table.views-table tr td:last-child a:first-child:focus,
body.page-admin table.views-table tr td:last-child a:first-child.focus,
body.page-admin table.views-table tr td:last-child a:first-child:active,
body.page-admin table.views-table tr td:last-child a:first-child.active,
.open > .dropdown-togglebody.page-admin table.views-table tr td:last-child a:first-child {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body.page-admin table.views-table tr td:last-child a:first-child:active,
body.page-admin table.views-table tr td:last-child a:first-child.active,
.open > .dropdown-togglebody.page-admin table.views-table tr td:last-child a:first-child {
  background-image: none;
}
body.page-admin table.views-table tr td:last-child a:first-child.disabled,
body.page-admin table.views-table tr td:last-child a:first-child[disabled],
fieldset[disabled] body.page-admin table.views-table tr td:last-child a:first-child,
body.page-admin table.views-table tr td:last-child a:first-child.disabled:hover,
body.page-admin table.views-table tr td:last-child a:first-child[disabled]:hover,
fieldset[disabled] body.page-admin table.views-table tr td:last-child a:first-child:hover,
body.page-admin table.views-table tr td:last-child a:first-child.disabled:focus,
body.page-admin table.views-table tr td:last-child a:first-child[disabled]:focus,
fieldset[disabled] body.page-admin table.views-table tr td:last-child a:first-child:focus,
body.page-admin table.views-table tr td:last-child a:first-child.disabled.focus,
body.page-admin table.views-table tr td:last-child a:first-child[disabled].focus,
fieldset[disabled] body.page-admin table.views-table tr td:last-child a:first-child.focus,
body.page-admin table.views-table tr td:last-child a:first-child.disabled:active,
body.page-admin table.views-table tr td:last-child a:first-child[disabled]:active,
fieldset[disabled] body.page-admin table.views-table tr td:last-child a:first-child:active,
body.page-admin table.views-table tr td:last-child a:first-child.disabled.active,
body.page-admin table.views-table tr td:last-child a:first-child[disabled].active,
fieldset[disabled] body.page-admin table.views-table tr td:last-child a:first-child.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
body.page-admin table.views-table tr td:last-child a:first-child .badge {
  color: #ffffff;
  background-color: #333333;
}
body.page-admin table.views-table tr td:last-child a:nth-child(2) {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
body.page-admin table.views-table tr td:last-child a:nth-child(2):hover,
body.page-admin table.views-table tr td:last-child a:nth-child(2):focus,
body.page-admin table.views-table tr td:last-child a:nth-child(2).focus,
body.page-admin table.views-table tr td:last-child a:nth-child(2):active,
body.page-admin table.views-table tr td:last-child a:nth-child(2).active,
.open > .dropdown-togglebody.page-admin table.views-table tr td:last-child a:nth-child(2) {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
body.page-admin table.views-table tr td:last-child a:nth-child(2):active,
body.page-admin table.views-table tr td:last-child a:nth-child(2).active,
.open > .dropdown-togglebody.page-admin table.views-table tr td:last-child a:nth-child(2) {
  background-image: none;
}
body.page-admin table.views-table tr td:last-child a:nth-child(2).disabled,
body.page-admin table.views-table tr td:last-child a:nth-child(2)[disabled],
fieldset[disabled] body.page-admin table.views-table tr td:last-child a:nth-child(2),
body.page-admin table.views-table tr td:last-child a:nth-child(2).disabled:hover,
body.page-admin table.views-table tr td:last-child a:nth-child(2)[disabled]:hover,
fieldset[disabled] body.page-admin table.views-table tr td:last-child a:nth-child(2):hover,
body.page-admin table.views-table tr td:last-child a:nth-child(2).disabled:focus,
body.page-admin table.views-table tr td:last-child a:nth-child(2)[disabled]:focus,
fieldset[disabled] body.page-admin table.views-table tr td:last-child a:nth-child(2):focus,
body.page-admin table.views-table tr td:last-child a:nth-child(2).disabled.focus,
body.page-admin table.views-table tr td:last-child a:nth-child(2)[disabled].focus,
fieldset[disabled] body.page-admin table.views-table tr td:last-child a:nth-child(2).focus,
body.page-admin table.views-table tr td:last-child a:nth-child(2).disabled:active,
body.page-admin table.views-table tr td:last-child a:nth-child(2)[disabled]:active,
fieldset[disabled] body.page-admin table.views-table tr td:last-child a:nth-child(2):active,
body.page-admin table.views-table tr td:last-child a:nth-child(2).disabled.active,
body.page-admin table.views-table tr td:last-child a:nth-child(2)[disabled].active,
fieldset[disabled] body.page-admin table.views-table tr td:last-child a:nth-child(2).active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
body.page-admin table.views-table tr td:last-child a:nth-child(2) .badge {
  color: #337ab7;
  background-color: #ffffff;
}
body.page-admin div.field-type-image a.button.browse,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit,
body.page-admin-content-file-thumbnails ul.action-links a {
  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: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
body.page-admin div.field-type-image a.button.browse:focus,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit:focus,
body.page-admin-content-file-thumbnails ul.action-links a:focus,
body.page-admin div.field-type-image a.button.browse:active:focus,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit:active:focus,
body.page-admin-content-file-thumbnails ul.action-links a:active:focus,
body.page-admin div.field-type-image a.button.browse.active:focus,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit.active:focus,
body.page-admin-content-file-thumbnails ul.action-links a.active:focus,
body.page-admin div.field-type-image a.button.browse.focus,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit.focus,
body.page-admin-content-file-thumbnails ul.action-links a.focus,
body.page-admin div.field-type-image a.button.browse:active.focus,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit:active.focus,
body.page-admin-content-file-thumbnails ul.action-links a:active.focus,
body.page-admin div.field-type-image a.button.browse.active.focus,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit.active.focus,
body.page-admin-content-file-thumbnails ul.action-links a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.page-admin div.field-type-image a.button.browse:hover,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit:hover,
body.page-admin-content-file-thumbnails ul.action-links a:hover,
body.page-admin div.field-type-image a.button.browse:focus,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit:focus,
body.page-admin-content-file-thumbnails ul.action-links a:focus,
body.page-admin div.field-type-image a.button.browse.focus,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit.focus,
body.page-admin-content-file-thumbnails ul.action-links a.focus {
  color: #333333;
  text-decoration: none;
}
body.page-admin div.field-type-image a.button.browse:active,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit:active,
body.page-admin-content-file-thumbnails ul.action-links a:active,
body.page-admin div.field-type-image a.button.browse.active,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit.active,
body.page-admin-content-file-thumbnails ul.action-links a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body.page-admin div.field-type-image a.button.browse.disabled,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit.disabled,
body.page-admin-content-file-thumbnails ul.action-links a.disabled,
body.page-admin div.field-type-image a.button.browse[disabled],
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit[disabled],
body.page-admin-content-file-thumbnails ul.action-links a[disabled],
fieldset[disabled] body.page-admin div.field-type-image a.button.browse,
fieldset[disabled] body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit,
fieldset[disabled] body.page-admin-content-file-thumbnails ul.action-links a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.page-admin div.field-type-image a.button.browse:hover,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit:hover,
body.page-admin-content-file-thumbnails ul.action-links a:hover,
body.page-admin div.field-type-image a.button.browse:focus,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit:focus,
body.page-admin-content-file-thumbnails ul.action-links a:focus,
body.page-admin div.field-type-image a.button.browse.focus,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit.focus,
body.page-admin-content-file-thumbnails ul.action-links a.focus,
body.page-admin div.field-type-image a.button.browse:active,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit:active,
body.page-admin-content-file-thumbnails ul.action-links a:active,
body.page-admin div.field-type-image a.button.browse.active,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit.active,
body.page-admin-content-file-thumbnails ul.action-links a.active,
.open > .dropdown-togglebody.page-admin div.field-type-image a.button.browse,
.open > .dropdown-togglebody.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit,
.open > .dropdown-togglebody.page-admin-content-file-thumbnails ul.action-links a {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
body.page-admin div.field-type-image a.button.browse:active,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit:active,
body.page-admin-content-file-thumbnails ul.action-links a:active,
body.page-admin div.field-type-image a.button.browse.active,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit.active,
body.page-admin-content-file-thumbnails ul.action-links a.active,
.open > .dropdown-togglebody.page-admin div.field-type-image a.button.browse,
.open > .dropdown-togglebody.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit,
.open > .dropdown-togglebody.page-admin-content-file-thumbnails ul.action-links a {
  background-image: none;
}
body.page-admin div.field-type-image a.button.browse.disabled,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit.disabled,
body.page-admin-content-file-thumbnails ul.action-links a.disabled,
body.page-admin div.field-type-image a.button.browse[disabled],
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit[disabled],
body.page-admin-content-file-thumbnails ul.action-links a[disabled],
fieldset[disabled] body.page-admin div.field-type-image a.button.browse,
fieldset[disabled] body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit,
fieldset[disabled] body.page-admin-content-file-thumbnails ul.action-links a,
body.page-admin div.field-type-image a.button.browse.disabled:hover,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit.disabled:hover,
body.page-admin-content-file-thumbnails ul.action-links a.disabled:hover,
body.page-admin div.field-type-image a.button.browse[disabled]:hover,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit[disabled]:hover,
body.page-admin-content-file-thumbnails ul.action-links a[disabled]:hover,
fieldset[disabled] body.page-admin div.field-type-image a.button.browse:hover,
fieldset[disabled] body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit:hover,
fieldset[disabled] body.page-admin-content-file-thumbnails ul.action-links a:hover,
body.page-admin div.field-type-image a.button.browse.disabled:focus,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit.disabled:focus,
body.page-admin-content-file-thumbnails ul.action-links a.disabled:focus,
body.page-admin div.field-type-image a.button.browse[disabled]:focus,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit[disabled]:focus,
body.page-admin-content-file-thumbnails ul.action-links a[disabled]:focus,
fieldset[disabled] body.page-admin div.field-type-image a.button.browse:focus,
fieldset[disabled] body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit:focus,
fieldset[disabled] body.page-admin-content-file-thumbnails ul.action-links a:focus,
body.page-admin div.field-type-image a.button.browse.disabled.focus,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit.disabled.focus,
body.page-admin-content-file-thumbnails ul.action-links a.disabled.focus,
body.page-admin div.field-type-image a.button.browse[disabled].focus,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit[disabled].focus,
body.page-admin-content-file-thumbnails ul.action-links a[disabled].focus,
fieldset[disabled] body.page-admin div.field-type-image a.button.browse.focus,
fieldset[disabled] body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit.focus,
fieldset[disabled] body.page-admin-content-file-thumbnails ul.action-links a.focus,
body.page-admin div.field-type-image a.button.browse.disabled:active,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit.disabled:active,
body.page-admin-content-file-thumbnails ul.action-links a.disabled:active,
body.page-admin div.field-type-image a.button.browse[disabled]:active,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit[disabled]:active,
body.page-admin-content-file-thumbnails ul.action-links a[disabled]:active,
fieldset[disabled] body.page-admin div.field-type-image a.button.browse:active,
fieldset[disabled] body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit:active,
fieldset[disabled] body.page-admin-content-file-thumbnails ul.action-links a:active,
body.page-admin div.field-type-image a.button.browse.disabled.active,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit.disabled.active,
body.page-admin-content-file-thumbnails ul.action-links a.disabled.active,
body.page-admin div.field-type-image a.button.browse[disabled].active,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit[disabled].active,
body.page-admin-content-file-thumbnails ul.action-links a[disabled].active,
fieldset[disabled] body.page-admin div.field-type-image a.button.browse.active,
fieldset[disabled] body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit.active,
fieldset[disabled] body.page-admin-content-file-thumbnails ul.action-links a.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
body.page-admin div.field-type-image a.button.browse .badge,
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit .badge,
body.page-admin-content-file-thumbnails ul.action-links a .badge {
  color: #337ab7;
  background-color: #ffffff;
}
body.page-admin div.field-type-image a.ctools-use-modal.ctools-modal-media-file-edit {
  margin-top: 10px;
}
body.page-admin div.field-type-image button.remove.btn.btn-danger {
  margin-top: 10px;
}
/* Media Manager */
body.page-admin-content-file-thumbnails ul.action-links a {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
body.page-admin-content-file-thumbnails ul.action-links a:hover,
body.page-admin-content-file-thumbnails ul.action-links a:focus,
body.page-admin-content-file-thumbnails ul.action-links a.focus,
body.page-admin-content-file-thumbnails ul.action-links a:active,
body.page-admin-content-file-thumbnails ul.action-links a.active,
.open > .dropdown-togglebody.page-admin-content-file-thumbnails ul.action-links a {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
body.page-admin-content-file-thumbnails ul.action-links a:active,
body.page-admin-content-file-thumbnails ul.action-links a.active,
.open > .dropdown-togglebody.page-admin-content-file-thumbnails ul.action-links a {
  background-image: none;
}
body.page-admin-content-file-thumbnails ul.action-links a.disabled,
body.page-admin-content-file-thumbnails ul.action-links a[disabled],
fieldset[disabled] body.page-admin-content-file-thumbnails ul.action-links a,
body.page-admin-content-file-thumbnails ul.action-links a.disabled:hover,
body.page-admin-content-file-thumbnails ul.action-links a[disabled]:hover,
fieldset[disabled] body.page-admin-content-file-thumbnails ul.action-links a:hover,
body.page-admin-content-file-thumbnails ul.action-links a.disabled:focus,
body.page-admin-content-file-thumbnails ul.action-links a[disabled]:focus,
fieldset[disabled] body.page-admin-content-file-thumbnails ul.action-links a:focus,
body.page-admin-content-file-thumbnails ul.action-links a.disabled.focus,
body.page-admin-content-file-thumbnails ul.action-links a[disabled].focus,
fieldset[disabled] body.page-admin-content-file-thumbnails ul.action-links a.focus,
body.page-admin-content-file-thumbnails ul.action-links a.disabled:active,
body.page-admin-content-file-thumbnails ul.action-links a[disabled]:active,
fieldset[disabled] body.page-admin-content-file-thumbnails ul.action-links a:active,
body.page-admin-content-file-thumbnails ul.action-links a.disabled.active,
body.page-admin-content-file-thumbnails ul.action-links a[disabled].active,
fieldset[disabled] body.page-admin-content-file-thumbnails ul.action-links a.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
body.page-admin-content-file-thumbnails ul.action-links a .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
body.page-admin-content-file-thumbnails fieldset#edit-filters div.chosen-container {
  width: 200px !important;
}
body.page-admin-content-file-thumbnails fieldset#edit-filters .form-horizontal .form-group {
  margin: inherit;
  float: left;
}
.main-container.maintenance,
.main-container.http-error {
  position: relative;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-weight: 100;
}
.main-container.maintenance .error-container,
.main-container.http-error .error-container {
  text-align: center;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 100%;
}
.main-container.maintenance .error-container h1,
.main-container.http-error .error-container h1 {
  font-weight: 100;
}
.main-container.maintenance .error-container hr,
.main-container.http-error .error-container hr {
  width: 10%;
}
.main-container.maintenance .error-container .icon,
.main-container.http-error .error-container .icon {
  font-size: 70px;
}
.main-container.maintenance .error-container .icon .fa-gears,
.main-container.http-error .error-container .icon .fa-gears {
  font-size: smaller;
  margin-top: -9px;
}
.main-container.maintenance .error-container .code,
.main-container.http-error .error-container .code {
  font-size: 170px;
  line-height: 1;
}
.main-container.maintenance .error-container .btn,
.main-container.http-error .error-container .btn {
  background-color: transparent;
  font-size: 14px;
}
.main-container.maintenance {
  background-color: #E6E6E6;
  color: #000;
}
.main-container.maintenance .error-container hr {
  background-color: black;
}
.main-container.maintenance .error-container a {
  color: black;
}
.main-container.http-error {
  background-color: #00528F;
  color: #fff;
}
.main-container.http-error .error-container hr {
  background-color: white;
}
.main-container.http-error .error-container a {
  color: white;
}
#comments {
  margin-top: 32px;
  padding: 30px 15px;
  background-color: #e9e9e9;
  border-top: 3px solid #02528D;
}
.comment-wrapper .indented {
  margin-left: 70px;
  margin-top: -30px;
}
.comment-container {
  margin-bottom: 30px;
}
.indented .comment-container {
  margin-bottom: 10px;
}
.indented {
  margin-bottom: 20px;
}
.comment-container .image-wrapper {
  margin-top: 30px;
}
.comment-container .img-comment {
  width: 100px;
  max-height: 100px;
  margin: 0 auto;
  border: 2px solid #02528D;
}
.comment-header {
  margin-left: 5px;
  margin-bottom: 8px;
}
.comment-header h6 {
  font-size: 1.25em;
  font-weight: bold;
}
.comment-body {
  font-size: 1.25em;
}
.comment-links {
  margin-left: 5px;
}
.comment-wrapper .filter-wrapper,
.text-format-wrapper .filter-wrapper {
  display: none;
}
.triangle-border {
  position: relative;
  padding: 15px;
  border: 2px solid #BBBBBB;
  color: #333;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.triangle-border.left:before {
  top: 15px;
  bottom: auto;
  left: -19px;
  border-width: 10px 17px 10px 0;
  border-color: transparent #BBBBBB;
}
.triangle-border:before {
  content: "";
  position: absolute;
  bottom: -20px;
  border-style: solid;
  display: block;
  width: 0;
}
.triangle-border.left:after {
  top: 16px;
  bottom: auto;
  left: -15px;
  border-width: 9px 15px 9px 0;
  border-color: transparent #fff;
}
.triangle-border:after {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}
.comment-loading {
  width: 100%;
  text-align: center;
  margin: 10% auto;
}
@media (max-width: 767px) {
  .triangle-border.left:before {
    display: none;
  }
  .triangle-border.left:after {
    display: none;
  }
}
.blogs-index .blog,
.blog-post-index .blog,
.blogs-index .post,
.blog-post-index .post {
  margin-bottom: 30px;
}
.blog-container .breadcrumb,
.blogpost-container .breadcrumb {
  background: transparent;
  text-transform: uppercase;
  padding: 15px;
  padding-top: 0;
  margin-top: 5px;
  margin-bottom: 0;
  color: #999;
  font-weight: 300;
}
.blog-container .breadcrumb > li + li:before,
.blogpost-container .breadcrumb > li + li:before {
  content: ">";
  padding: 0 5px;
  color: #777;
  font-weight: bold;
}
.blog-container .breadcrumb a,
.blogpost-container .breadcrumb a {
  color: #999;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.9em;
}
body .tematica-abogacia,
body a.tematica-abogacia,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 {
  /*Plan de estudios specific */
}
body .tematica-abogacia a,
body a.tematica-abogacia a,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 a,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 a {
  color: #00a662;
}
body .tematica-abogacia a:hover,
body a.tematica-abogacia a:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 a:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 a:hover {
  color: #00643b;
}
body .tematica-abogacia .btn,
body a.tematica-abogacia .btn,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .btn,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .btn {
  color: #fff;
}
body .tematica-abogacia .btn:hover,
body a.tematica-abogacia .btn:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .btn:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .btn:hover {
  color: #fff;
}
body .tematica-abogacia .jumbotron,
body a.tematica-abogacia .jumbotron,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron {
  border-top: 5px solid #00854e;
  background-color: rgba(0, 166, 98, 0.6);
}
body .tematica-abogacia .jumbotron .btn,
body a.tematica-abogacia .jumbotron .btn,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron .btn,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron .btn {
  background-color: #00643b;
  color: #ffffff;
}
body .tematica-abogacia .jumbotron .btn:hover,
body a.tematica-abogacia .jumbotron .btn:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron .btn:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron .btn:hover {
  background-color: #00e889;
}
body .tematica-abogacia .jumbotron.white,
body a.tematica-abogacia .jumbotron.white,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron.white,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron.white {
  background-color: rgba(255, 255, 255, 0.7);
}
body .tematica-abogacia .jumbotron.white h1,
body a.tematica-abogacia .jumbotron.white h1,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron.white h1,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron.white h1,
body .tematica-abogacia .jumbotron.white h2,
body a.tematica-abogacia .jumbotron.white h2,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron.white h2,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron.white h2,
body .tematica-abogacia .jumbotron.white h3,
body a.tematica-abogacia .jumbotron.white h3,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron.white h3,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron.white h3,
body .tematica-abogacia .jumbotron.white h4,
body a.tematica-abogacia .jumbotron.white h4,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron.white h4,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron.white h4,
body .tematica-abogacia .jumbotron.white h5,
body a.tematica-abogacia .jumbotron.white h5,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron.white h5,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron.white h5,
body .tematica-abogacia .jumbotron.white h6,
body a.tematica-abogacia .jumbotron.white h6,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron.white h6,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .jumbotron.white h6 {
  color: #000000;
}
body .tematica-abogacia .media .btn-primary,
body a.tematica-abogacia .media .btn-primary,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .media .btn-primary,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .media .btn-primary {
  background-color: #00a662;
}
body .tematica-abogacia .media .btn-primary:hover,
body a.tematica-abogacia .media .btn-primary:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .media .btn-primary:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .media .btn-primary:hover {
  background-color: #00e889;
}
body .tematica-abogacia .media .media-heading:after,
body a.tematica-abogacia .media .media-heading:after,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .media .media-heading:after,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .media .media-heading:after {
  border-color: #00a662;
}
body .tematica-abogacia .media.lightbg-bar,
body a.tematica-abogacia .media.lightbg-bar,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .media.lightbg-bar,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .media.lightbg-bar {
  border-bottom: 3px solid #00a662;
}
body .tematica-abogacia .media.lightbg-bar .plus,
body a.tematica-abogacia .media.lightbg-bar .plus,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .media.lightbg-bar .plus,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .media.lightbg-bar .plus {
  background-color: #00a662;
}
body .tematica-abogacia .media:hover .deeplink a i,
body a.tematica-abogacia .media:hover .deeplink a i,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .media:hover .deeplink a i,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .media:hover .deeplink a i {
  color: #00a662;
}
body .tematica-abogacia .carousel-caption h1,
body a.tematica-abogacia .carousel-caption h1,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carousel-caption h1,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carousel-caption h1,
body .tematica-abogacia .carousel-caption h2,
body a.tematica-abogacia .carousel-caption h2,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carousel-caption h2,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carousel-caption h2,
body .tematica-abogacia .carousel-caption h3,
body a.tematica-abogacia .carousel-caption h3,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carousel-caption h3,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carousel-caption h3,
body .tematica-abogacia .carousel-caption h4,
body a.tematica-abogacia .carousel-caption h4,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carousel-caption h4,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carousel-caption h4,
body .tematica-abogacia .carousel-caption h5,
body a.tematica-abogacia .carousel-caption h5,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carousel-caption h5,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carousel-caption h5,
body .tematica-abogacia .carousel-caption h6,
body a.tematica-abogacia .carousel-caption h6,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carousel-caption h6,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carousel-caption h6 {
  color: #000000;
}
body .tematica-abogacia .background,
body a.tematica-abogacia .background,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .background,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .background {
  background-color: #00a662;
}
body .tematica-abogacia .form-container,
body a.tematica-abogacia .form-container,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .form-container,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .form-container {
  border-top: 5px solid #008750;
}
body .tematica-abogacia .form-container h2,
body a.tematica-abogacia .form-container h2,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .form-container h2,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .form-container h2 {
  color: #00a662;
}
body .tematica-abogacia .form-container .btn-primary,
body a.tematica-abogacia .form-container .btn-primary,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .form-container .btn-primary,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .form-container .btn-primary {
  background-color: #00a662;
}
body .tematica-abogacia .node-og-materia .field-type-file,
body a.tematica-abogacia .node-og-materia .field-type-file,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-og-materia .field-type-file,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-og-materia .field-type-file {
  background-color: #00a662 !important;
}
body .tematica-abogacia .node-og-materia .field-type-text-with-summary:after,
body a.tematica-abogacia .node-og-materia .field-type-text-with-summary:after,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-og-materia .field-type-text-with-summary:after,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-og-materia .field-type-text-with-summary:after {
  border-bottom: 2px solid #00a662;
  color: #00a662;
}
body .tematica-abogacia .node-profesor .professor-card .info .body:before,
body a.tematica-abogacia .node-profesor .professor-card .info .body:before,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-profesor .professor-card .info .body:before,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-profesor .professor-card .info .body:before,
body .tematica-abogacia .node-profesor .professor-card .info a:hover,
body a.tematica-abogacia .node-profesor .professor-card .info a:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-profesor .professor-card .info a:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-profesor .professor-card .info a:hover,
body .tematica-abogacia .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-abogacia .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-abogacia .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-abogacia .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-abogacia .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-abogacia .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover {
  color: #00a662;
}
body .tematica-abogacia .node-profesor .body-wrapper .field-label:before,
body a.tematica-abogacia .node-profesor .body-wrapper .field-label:before,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-profesor .body-wrapper .field-label:before,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-profesor .body-wrapper .field-label:before {
  border-top: 2px solid #00a662;
}
body .tematica-abogacia .node-webform .field-name-title h2,
body a.tematica-abogacia .node-webform .field-name-title h2,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-webform .field-name-title h2,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-webform .field-name-title h2 {
  color: #00a662;
}
body .tematica-abogacia .node-webform .field-name-body .lead,
body a.tematica-abogacia .node-webform .field-name-body .lead,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-webform .field-name-body .lead,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-webform .field-name-body .lead {
  color: #000000;
}
body .tematica-abogacia .node-webform .field-name-body h3:before,
body a.tematica-abogacia .node-webform .field-name-body h3:before,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-webform .field-name-body h3:before,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .node-webform .field-name-body h3:before {
  color: #00a662;
}
body .tematica-abogacia .page-testimonios .field-name-field-testimonio:after,
body a.tematica-abogacia .page-testimonios .field-name-field-testimonio:after,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-testimonios .field-name-field-testimonio:after,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-testimonios .field-name-field-testimonio:after,
body .tematica-abogacia .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-abogacia .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-abogacia .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-abogacia .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-abogacia .page-testimonios .media .media-body > a,
body a.tematica-abogacia .page-testimonios .media .media-body > a,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-testimonios .media .media-body > a,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-testimonios .media .media-body > a {
  color: #00a662;
}
body .tematica-abogacia .page-testimonios .media .media-body > a:hover,
body a.tematica-abogacia .page-testimonios .media .media-body > a:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-testimonios .media .media-body > a:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-testimonios .media .media-body > a:hover {
  text-decoration: underline;
}
body .tematica-abogacia .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-abogacia .carreras-header-nav-pills .nav-pills > li a,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carreras-header-nav-pills .nav-pills > li a {
  background-color: #00643b;
  color: #fff;
}
body .tematica-abogacia .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-abogacia .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-abogacia .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-abogacia .carreras-header-nav-pills .nav-pills > li a:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carreras-header-nav-pills .nav-pills > li a:hover {
  background-color: #002114;
}
body .tematica-abogacia .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-abogacia .carreras-header-nav-pills .nav-pills > li a.active:before,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .carreras-header-nav-pills .nav-pills > li a.active:before {
  border-color: #002114 transparent transparent transparent;
}
body .tematica-abogacia .card-wrapper .normal .inner,
body a.tematica-abogacia .card-wrapper .normal .inner,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .card-wrapper .normal .inner,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .card-wrapper .normal .inner,
body .tematica-abogacia.card-wrapper .normal .inner,
body a.tematica-abogacia.card-wrapper .normal .inner,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153.card-wrapper .normal .inner,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153.card-wrapper .normal .inner {
  border-top: 5px solid #00854e;
  margin-top: -5px;
}
body .tematica-abogacia .card-wrapper .hover .inner,
body a.tematica-abogacia .card-wrapper .hover .inner,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .card-wrapper .hover .inner,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .card-wrapper .hover .inner,
body .tematica-abogacia.card-wrapper .hover .inner,
body a.tematica-abogacia.card-wrapper .hover .inner,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153.card-wrapper .hover .inner,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153.card-wrapper .hover .inner {
  background-color: rgba(0, 166, 98, 0.8);
  color: #ffffff;
}
body .tematica-abogacia .card-wrapper .hover .inner .summary,
body a.tematica-abogacia .card-wrapper .hover .inner .summary,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .card-wrapper .hover .inner .summary,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .card-wrapper .hover .inner .summary,
body .tematica-abogacia.card-wrapper .hover .inner .summary,
body a.tematica-abogacia.card-wrapper .hover .inner .summary,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153.card-wrapper .hover .inner .summary,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153.card-wrapper .hover .inner .summary {
  color: #ffffff;
}
body .tematica-abogacia .card-wrapper .card5,
body a.tematica-abogacia .card-wrapper .card5,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .card-wrapper .card5,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .card-wrapper .card5,
body .tematica-abogacia.card-wrapper .card5,
body a.tematica-abogacia.card-wrapper .card5,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153.card-wrapper .card5,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153.card-wrapper .card5 {
  background-color: rgba(0, 166, 98, 0.8);
  color: #ffffff;
}
body .tematica-abogacia .vertical-highlighted .primary,
body a.tematica-abogacia .vertical-highlighted .primary,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .vertical-highlighted .primary,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .vertical-highlighted .primary,
body .tematica-abogacia .vertical-highlighted .secondary,
body a.tematica-abogacia .vertical-highlighted .secondary,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .vertical-highlighted .secondary,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .vertical-highlighted .secondary,
body .tematica-abogacia .vertical-highlighted .flexible,
body a.tematica-abogacia .vertical-highlighted .flexible,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .vertical-highlighted .flexible,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .vertical-highlighted .flexible {
  border-color: #00643b;
}
body .tematica-abogacia .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-abogacia .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-abogacia .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-abogacia .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-abogacia .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-abogacia .vertical-highlighted .flexible .vertical-highlighted-body,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .vertical-highlighted .flexible .vertical-highlighted-body {
  border-color: #00643b;
}
body .tematica-abogacia .tematica-sidemenu a,
body a.tematica-abogacia .tematica-sidemenu a,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tematica-sidemenu a,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tematica-sidemenu a {
  background-color: #000;
}
body .tematica-abogacia .tematica-sidemenu a:hover,
body a.tematica-abogacia .tematica-sidemenu a:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tematica-sidemenu a:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tematica-sidemenu a:hover,
body .tematica-abogacia .tematica-sidemenu a.active,
body a.tematica-abogacia .tematica-sidemenu a.active,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tematica-sidemenu a.active,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tematica-sidemenu a.active {
  background-color: #00a662;
}
body .tematica-abogacia .page-header-nav-pills h1,
body a.tematica-abogacia .page-header-nav-pills h1,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-header-nav-pills h1,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-header-nav-pills h1,
body .tematica-abogacia .page-header-nav-pills h2,
body a.tematica-abogacia .page-header-nav-pills h2,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-header-nav-pills h2,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-header-nav-pills h2,
body .tematica-abogacia .page-header-nav-pills h3,
body a.tematica-abogacia .page-header-nav-pills h3,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-header-nav-pills h3,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-header-nav-pills h3 {
  color: #000000;
}
body .tematica-abogacia .page-header-nav-pills h4,
body a.tematica-abogacia .page-header-nav-pills h4,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-header-nav-pills h4,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-header-nav-pills h4,
body .tematica-abogacia .page-header-nav-pills h5,
body a.tematica-abogacia .page-header-nav-pills h5,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-header-nav-pills h5,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-header-nav-pills h5,
body .tematica-abogacia .page-header-nav-pills h6,
body a.tematica-abogacia .page-header-nav-pills h6,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-header-nav-pills h6,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-header-nav-pills h6,
body .tematica-abogacia .page-header-nav-pills p,
body a.tematica-abogacia .page-header-nav-pills p,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-header-nav-pills p,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-header-nav-pills p {
  color: #8a8b8c;
}
body .tematica-abogacia .page-header-nav-pills .nav-pills > li a,
body a.tematica-abogacia .page-header-nav-pills .nav-pills > li a,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-header-nav-pills .nav-pills > li a,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-header-nav-pills .nav-pills > li a {
  background-color: #00a662;
  color: #fff;
}
body .tematica-abogacia .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-abogacia .page-header-nav-pills .nav-pills > li a:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .page-header-nav-pills .nav-pills > li a:hover {
  background-color: #00643b;
}
body .tematica-abogacia .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-abogacia .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark {
  border-top-color: #00643b;
}
body .tematica-abogacia .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-abogacia .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark {
  border-right-color: #00643b;
}
body .tematica-abogacia .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-abogacia .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark {
  border-bottom-color: #00643b;
}
body .tematica-abogacia .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-abogacia .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark {
  border-left-color: #00643b;
}
body .tematica-abogacia .tab-pills .nav-tabs > li,
body a.tematica-abogacia .tab-pills .nav-tabs > li,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tab-pills .nav-tabs > li,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tab-pills .nav-tabs > li {
  background-color: #00a662;
}
body .tematica-abogacia .tab-pills .nav-tabs > li a,
body a.tematica-abogacia .tab-pills .nav-tabs > li a,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tab-pills .nav-tabs > li a,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tab-pills .nav-tabs > li a {
  color: #ffffff;
}
body .tematica-abogacia .tab-pills .nav-tabs > li.active a,
body a.tematica-abogacia .tab-pills .nav-tabs > li.active a,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tab-pills .nav-tabs > li.active a,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tab-pills .nav-tabs > li.active a,
body .tematica-abogacia .tab-pills .nav-tabs > li a:hover,
body a.tematica-abogacia .tab-pills .nav-tabs > li a:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tab-pills .nav-tabs > li a:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tab-pills .nav-tabs > li a:hover {
  background-color: #00643b;
}
body .tematica-abogacia .tab-pills .tab-content,
body a.tematica-abogacia .tab-pills .tab-content,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tab-pills .tab-content,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .tab-pills .tab-content {
  background-color: #eeeeee;
}
body .tematica-abogacia .view .view-header h3::before,
body a.tematica-abogacia .view .view-header h3::before,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view .view-header h3::before,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view .view-header h3::before,
body .tematica-abogacia .view .view-content > h3::before,
body a.tematica-abogacia .view .view-content > h3::before,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view .view-content > h3::before,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view .view-content > h3::before,
body .tematica-abogacia .view .view-content .media .media-body .bottom::before,
body a.tematica-abogacia .view .view-content .media .media-body .bottom::before,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view .view-content .media .media-body .bottom::before,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view .view-content .media .media-body .bottom::before,
body .tematica-abogacia .view .view-content .media .media-heading a:hover,
body a.tematica-abogacia .view .view-content .media .media-heading a:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view .view-content .media .media-heading a:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view .view-content .media .media-heading a:hover,
body .tematica-abogacia .view .view-content .media .media-body .bottom a:hover,
body a.tematica-abogacia .view .view-content .media .media-body .bottom a:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view .view-content .media .media-body .bottom a:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view .view-content .media .media-body .bottom a:hover {
  color: #00a662;
}
body .tematica-abogacia .view .media .media-body .deeplink > a,
body a.tematica-abogacia .view .media .media-body .deeplink > a,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view .media .media-body .deeplink > a,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view .media .media-body .deeplink > a {
  background-color: #00a662;
  color: #fff;
}
body .tematica-abogacia .view .media .media-body .deeplink > a:hover,
body a.tematica-abogacia .view .media .media-body .deeplink > a:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view .media .media-body .deeplink > a:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view .media .media-body .deeplink > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .tematica-abogacia .bloques-container h4:before,
body a.tematica-abogacia .bloques-container h4:before,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .bloques-container h4:before,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .bloques-container h4:before {
  color: #00a662;
}
body .tematica-abogacia .social-links .field-item > a:hover .icon,
body a.tematica-abogacia .social-links .field-item > a:hover .icon,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .social-links .field-item > a:hover .icon,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .social-links .field-item > a:hover .icon {
  color: #00a662;
}
body .tematica-abogacia .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-abogacia .outside-breadcrumb .breadcrumb > li + li:before,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .outside-breadcrumb .breadcrumb > li + li:before {
  color: #00a662;
}
body .tematica-abogacia .role-menu,
body a.tematica-abogacia .role-menu,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .role-menu,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .role-menu {
  background-color: #00a662;
}
body .tematica-abogacia h2.slash:before,
body a.tematica-abogacia h2.slash:before,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 h2.slash:before,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 h2.slash:before {
  border-bottom: 2px solid #00a662;
}
body .tematica-abogacia .view-plan-de-estudios .view-content-footer:before,
body a.tematica-abogacia .view-plan-de-estudios .view-content-footer:before,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view-plan-de-estudios .view-content-footer:before,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view-plan-de-estudios .view-content-footer:before {
  border-color: #00a662 !important;
}
body .tematica-abogacia .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-abogacia .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-abogacia .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-abogacia .view-plan-de-estudios .view-content-footer .icon div,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view-plan-de-estudios .view-content-footer .icon div {
  background-color: #00a662 !important;
}
body .tematica-abogacia .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-abogacia .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico {
  border-top: 5px solid #00854e;
}
body .tematica-abogacia .custom-menu,
body a.tematica-abogacia .custom-menu,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu {
  padding-left: 0px;
}
body .tematica-abogacia .custom-menu a,
body a.tematica-abogacia .custom-menu a,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a {
  color: #fff;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
body .tematica-abogacia .custom-menu a:hover,
body a.tematica-abogacia .custom-menu a:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a:hover {
  color: #fff;
}
body .tematica-abogacia .custom-menu a:hover,
body a.tematica-abogacia .custom-menu a:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a:hover,
body .tematica-abogacia .custom-menu a:focus,
body a.tematica-abogacia .custom-menu a:focus,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a:focus,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a:focus,
body .tematica-abogacia .custom-menu a.focus,
body a.tematica-abogacia .custom-menu a.focus,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.focus,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.focus,
body .tematica-abogacia .custom-menu a:active,
body a.tematica-abogacia .custom-menu a:active,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a:active,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a:active,
body .tematica-abogacia .custom-menu a.active,
body a.tematica-abogacia .custom-menu a.active,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.active,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-abogacia .custom-menu a,
.open > .dropdown-togglebody a.tematica-abogacia .custom-menu a,
.open > .dropdown-togglebody .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a,
.open > .dropdown-togglebody a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .tematica-abogacia .custom-menu a:active,
body a.tematica-abogacia .custom-menu a:active,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a:active,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a:active,
body .tematica-abogacia .custom-menu a.active,
body a.tematica-abogacia .custom-menu a.active,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.active,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-abogacia .custom-menu a,
.open > .dropdown-togglebody a.tematica-abogacia .custom-menu a,
.open > .dropdown-togglebody .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a,
.open > .dropdown-togglebody a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a {
  background-image: none;
}
body .tematica-abogacia .custom-menu a.disabled,
body a.tematica-abogacia .custom-menu a.disabled,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.disabled,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.disabled,
body .tematica-abogacia .custom-menu a[disabled],
body a.tematica-abogacia .custom-menu a[disabled],
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a[disabled],
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a[disabled],
fieldset[disabled] body .tematica-abogacia .custom-menu a,
fieldset[disabled] body a.tematica-abogacia .custom-menu a,
fieldset[disabled] body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a,
fieldset[disabled] body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a,
body .tematica-abogacia .custom-menu a.disabled:hover,
body a.tematica-abogacia .custom-menu a.disabled:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.disabled:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.disabled:hover,
body .tematica-abogacia .custom-menu a[disabled]:hover,
body a.tematica-abogacia .custom-menu a[disabled]:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a[disabled]:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a[disabled]:hover,
fieldset[disabled] body .tematica-abogacia .custom-menu a:hover,
fieldset[disabled] body a.tematica-abogacia .custom-menu a:hover,
fieldset[disabled] body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a:hover,
fieldset[disabled] body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a:hover,
body .tematica-abogacia .custom-menu a.disabled:focus,
body a.tematica-abogacia .custom-menu a.disabled:focus,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.disabled:focus,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.disabled:focus,
body .tematica-abogacia .custom-menu a[disabled]:focus,
body a.tematica-abogacia .custom-menu a[disabled]:focus,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a[disabled]:focus,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a[disabled]:focus,
fieldset[disabled] body .tematica-abogacia .custom-menu a:focus,
fieldset[disabled] body a.tematica-abogacia .custom-menu a:focus,
fieldset[disabled] body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a:focus,
fieldset[disabled] body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a:focus,
body .tematica-abogacia .custom-menu a.disabled.focus,
body a.tematica-abogacia .custom-menu a.disabled.focus,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.disabled.focus,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.disabled.focus,
body .tematica-abogacia .custom-menu a[disabled].focus,
body a.tematica-abogacia .custom-menu a[disabled].focus,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a[disabled].focus,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a[disabled].focus,
fieldset[disabled] body .tematica-abogacia .custom-menu a.focus,
fieldset[disabled] body a.tematica-abogacia .custom-menu a.focus,
fieldset[disabled] body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.focus,
fieldset[disabled] body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.focus,
body .tematica-abogacia .custom-menu a.disabled:active,
body a.tematica-abogacia .custom-menu a.disabled:active,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.disabled:active,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.disabled:active,
body .tematica-abogacia .custom-menu a[disabled]:active,
body a.tematica-abogacia .custom-menu a[disabled]:active,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a[disabled]:active,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a[disabled]:active,
fieldset[disabled] body .tematica-abogacia .custom-menu a:active,
fieldset[disabled] body a.tematica-abogacia .custom-menu a:active,
fieldset[disabled] body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a:active,
fieldset[disabled] body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a:active,
body .tematica-abogacia .custom-menu a.disabled.active,
body a.tematica-abogacia .custom-menu a.disabled.active,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.disabled.active,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.disabled.active,
body .tematica-abogacia .custom-menu a[disabled].active,
body a.tematica-abogacia .custom-menu a[disabled].active,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a[disabled].active,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a[disabled].active,
fieldset[disabled] body .tematica-abogacia .custom-menu a.active,
fieldset[disabled] body a.tematica-abogacia .custom-menu a.active,
fieldset[disabled] body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.active,
fieldset[disabled] body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
body .tematica-abogacia .custom-menu a .badge,
body a.tematica-abogacia .custom-menu a .badge,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a .badge,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
body .tematica-abogacia .custom-menu ul,
body a.tematica-abogacia .custom-menu ul,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul {
  padding-left: 0px;
}
body .tematica-abogacia .custom-menu ul a,
body a.tematica-abogacia .custom-menu ul a,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a {
  color: #eeeeee;
  background-color: #00a662;
  border-color: #00a662;
}
body .tematica-abogacia .custom-menu ul a:hover,
body a.tematica-abogacia .custom-menu ul a:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a:hover,
body .tematica-abogacia .custom-menu ul a:focus,
body a.tematica-abogacia .custom-menu ul a:focus,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a:focus,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a:focus,
body .tematica-abogacia .custom-menu ul a.focus,
body a.tematica-abogacia .custom-menu ul a.focus,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.focus,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.focus,
body .tematica-abogacia .custom-menu ul a:active,
body a.tematica-abogacia .custom-menu ul a:active,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a:active,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a:active,
body .tematica-abogacia .custom-menu ul a.active,
body a.tematica-abogacia .custom-menu ul a.active,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.active,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-abogacia .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-abogacia .custom-menu ul a,
.open > .dropdown-togglebody .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a {
  color: #eeeeee;
  background-color: #007344;
  border-color: #00693e;
}
body .tematica-abogacia .custom-menu ul a:active,
body a.tematica-abogacia .custom-menu ul a:active,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a:active,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a:active,
body .tematica-abogacia .custom-menu ul a.active,
body a.tematica-abogacia .custom-menu ul a.active,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.active,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-abogacia .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-abogacia .custom-menu ul a,
.open > .dropdown-togglebody .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a {
  background-image: none;
}
body .tematica-abogacia .custom-menu ul a.disabled,
body a.tematica-abogacia .custom-menu ul a.disabled,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.disabled,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.disabled,
body .tematica-abogacia .custom-menu ul a[disabled],
body a.tematica-abogacia .custom-menu ul a[disabled],
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a[disabled],
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a[disabled],
fieldset[disabled] body .tematica-abogacia .custom-menu ul a,
fieldset[disabled] body a.tematica-abogacia .custom-menu ul a,
fieldset[disabled] body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a,
fieldset[disabled] body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a,
body .tematica-abogacia .custom-menu ul a.disabled:hover,
body a.tematica-abogacia .custom-menu ul a.disabled:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.disabled:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.disabled:hover,
body .tematica-abogacia .custom-menu ul a[disabled]:hover,
body a.tematica-abogacia .custom-menu ul a[disabled]:hover,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a[disabled]:hover,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a[disabled]:hover,
fieldset[disabled] body .tematica-abogacia .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-abogacia .custom-menu ul a:hover,
fieldset[disabled] body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a:hover,
body .tematica-abogacia .custom-menu ul a.disabled:focus,
body a.tematica-abogacia .custom-menu ul a.disabled:focus,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.disabled:focus,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.disabled:focus,
body .tematica-abogacia .custom-menu ul a[disabled]:focus,
body a.tematica-abogacia .custom-menu ul a[disabled]:focus,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a[disabled]:focus,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a[disabled]:focus,
fieldset[disabled] body .tematica-abogacia .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-abogacia .custom-menu ul a:focus,
fieldset[disabled] body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a:focus,
body .tematica-abogacia .custom-menu ul a.disabled.focus,
body a.tematica-abogacia .custom-menu ul a.disabled.focus,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.disabled.focus,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.disabled.focus,
body .tematica-abogacia .custom-menu ul a[disabled].focus,
body a.tematica-abogacia .custom-menu ul a[disabled].focus,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a[disabled].focus,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a[disabled].focus,
fieldset[disabled] body .tematica-abogacia .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-abogacia .custom-menu ul a.focus,
fieldset[disabled] body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.focus,
body .tematica-abogacia .custom-menu ul a.disabled:active,
body a.tematica-abogacia .custom-menu ul a.disabled:active,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.disabled:active,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.disabled:active,
body .tematica-abogacia .custom-menu ul a[disabled]:active,
body a.tematica-abogacia .custom-menu ul a[disabled]:active,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a[disabled]:active,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a[disabled]:active,
fieldset[disabled] body .tematica-abogacia .custom-menu ul a:active,
fieldset[disabled] body a.tematica-abogacia .custom-menu ul a:active,
fieldset[disabled] body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a:active,
fieldset[disabled] body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a:active,
body .tematica-abogacia .custom-menu ul a.disabled.active,
body a.tematica-abogacia .custom-menu ul a.disabled.active,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.disabled.active,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.disabled.active,
body .tematica-abogacia .custom-menu ul a[disabled].active,
body a.tematica-abogacia .custom-menu ul a[disabled].active,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a[disabled].active,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a[disabled].active,
fieldset[disabled] body .tematica-abogacia .custom-menu ul a.active,
fieldset[disabled] body a.tematica-abogacia .custom-menu ul a.active,
fieldset[disabled] body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.active,
fieldset[disabled] body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a.active {
  background-color: #00a662;
  border-color: #00a662;
}
body .tematica-abogacia .custom-menu ul a .badge,
body a.tematica-abogacia .custom-menu ul a .badge,
body .tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a .badge,
body a.tematica-22d0421f-57b4-441f-b876-f178b61a2153 .custom-menu ul a .badge {
  color: #00a662;
  background-color: #eeeeee;
}
body .tematica-administracion-de-empresas,
body a.tematica-administracion-de-empresas,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 {
  /*Plan de estudios specific */
}
body .tematica-administracion-de-empresas a,
body a.tematica-administracion-de-empresas a,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 a,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 a {
  color: #882869;
}
body .tematica-administracion-de-empresas a:hover,
body a.tematica-administracion-de-empresas a:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 a:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 a:hover {
  color: #551941;
}
body .tematica-administracion-de-empresas .btn,
body a.tematica-administracion-de-empresas .btn,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .btn,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .btn {
  color: #fff;
}
body .tematica-administracion-de-empresas .btn:hover,
body a.tematica-administracion-de-empresas .btn:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .btn:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .btn:hover {
  color: #fff;
}
body .tematica-administracion-de-empresas .jumbotron,
body a.tematica-administracion-de-empresas .jumbotron,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron {
  border-top: 5px solid #6e2055;
  background-color: rgba(136, 40, 105, 0.6);
}
body .tematica-administracion-de-empresas .jumbotron .btn,
body a.tematica-administracion-de-empresas .jumbotron .btn,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron .btn,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron .btn {
  background-color: #551941;
  color: #ffffff;
}
body .tematica-administracion-de-empresas .jumbotron .btn:hover,
body a.tematica-administracion-de-empresas .jumbotron .btn:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron .btn:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron .btn:hover {
  background-color: #bb3791;
}
body .tematica-administracion-de-empresas .jumbotron.white,
body a.tematica-administracion-de-empresas .jumbotron.white,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron.white,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron.white {
  background-color: rgba(255, 255, 255, 0.7);
}
body .tematica-administracion-de-empresas .jumbotron.white h1,
body a.tematica-administracion-de-empresas .jumbotron.white h1,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron.white h1,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron.white h1,
body .tematica-administracion-de-empresas .jumbotron.white h2,
body a.tematica-administracion-de-empresas .jumbotron.white h2,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron.white h2,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron.white h2,
body .tematica-administracion-de-empresas .jumbotron.white h3,
body a.tematica-administracion-de-empresas .jumbotron.white h3,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron.white h3,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron.white h3,
body .tematica-administracion-de-empresas .jumbotron.white h4,
body a.tematica-administracion-de-empresas .jumbotron.white h4,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron.white h4,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron.white h4,
body .tematica-administracion-de-empresas .jumbotron.white h5,
body a.tematica-administracion-de-empresas .jumbotron.white h5,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron.white h5,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron.white h5,
body .tematica-administracion-de-empresas .jumbotron.white h6,
body a.tematica-administracion-de-empresas .jumbotron.white h6,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron.white h6,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .jumbotron.white h6 {
  color: #000000;
}
body .tematica-administracion-de-empresas .media .btn-primary,
body a.tematica-administracion-de-empresas .media .btn-primary,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .media .btn-primary,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .media .btn-primary {
  background-color: #882869;
}
body .tematica-administracion-de-empresas .media .btn-primary:hover,
body a.tematica-administracion-de-empresas .media .btn-primary:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .media .btn-primary:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .media .btn-primary:hover {
  background-color: #bb3791;
}
body .tematica-administracion-de-empresas .media .media-heading:after,
body a.tematica-administracion-de-empresas .media .media-heading:after,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .media .media-heading:after,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .media .media-heading:after {
  border-color: #882869;
}
body .tematica-administracion-de-empresas .media.lightbg-bar,
body a.tematica-administracion-de-empresas .media.lightbg-bar,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .media.lightbg-bar,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .media.lightbg-bar {
  border-bottom: 3px solid #882869;
}
body .tematica-administracion-de-empresas .media.lightbg-bar .plus,
body a.tematica-administracion-de-empresas .media.lightbg-bar .plus,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .media.lightbg-bar .plus,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .media.lightbg-bar .plus {
  background-color: #882869;
}
body .tematica-administracion-de-empresas .media:hover .deeplink a i,
body a.tematica-administracion-de-empresas .media:hover .deeplink a i,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .media:hover .deeplink a i,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .media:hover .deeplink a i {
  color: #882869;
}
body .tematica-administracion-de-empresas .carousel-caption h1,
body a.tematica-administracion-de-empresas .carousel-caption h1,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carousel-caption h1,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carousel-caption h1,
body .tematica-administracion-de-empresas .carousel-caption h2,
body a.tematica-administracion-de-empresas .carousel-caption h2,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carousel-caption h2,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carousel-caption h2,
body .tematica-administracion-de-empresas .carousel-caption h3,
body a.tematica-administracion-de-empresas .carousel-caption h3,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carousel-caption h3,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carousel-caption h3,
body .tematica-administracion-de-empresas .carousel-caption h4,
body a.tematica-administracion-de-empresas .carousel-caption h4,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carousel-caption h4,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carousel-caption h4,
body .tematica-administracion-de-empresas .carousel-caption h5,
body a.tematica-administracion-de-empresas .carousel-caption h5,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carousel-caption h5,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carousel-caption h5,
body .tematica-administracion-de-empresas .carousel-caption h6,
body a.tematica-administracion-de-empresas .carousel-caption h6,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carousel-caption h6,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carousel-caption h6 {
  color: #000000;
}
body .tematica-administracion-de-empresas .background,
body a.tematica-administracion-de-empresas .background,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .background,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .background {
  background-color: #882869;
}
body .tematica-administracion-de-empresas .form-container,
body a.tematica-administracion-de-empresas .form-container,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .form-container,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .form-container {
  border-top: 5px solid #702157;
}
body .tematica-administracion-de-empresas .form-container h2,
body a.tematica-administracion-de-empresas .form-container h2,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .form-container h2,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .form-container h2 {
  color: #882869;
}
body .tematica-administracion-de-empresas .form-container .btn-primary,
body a.tematica-administracion-de-empresas .form-container .btn-primary,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .form-container .btn-primary,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .form-container .btn-primary {
  background-color: #882869;
}
body .tematica-administracion-de-empresas .node-og-materia .field-type-file,
body a.tematica-administracion-de-empresas .node-og-materia .field-type-file,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-og-materia .field-type-file,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-og-materia .field-type-file {
  background-color: #882869 !important;
}
body .tematica-administracion-de-empresas .node-og-materia .field-type-text-with-summary:after,
body a.tematica-administracion-de-empresas .node-og-materia .field-type-text-with-summary:after,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-og-materia .field-type-text-with-summary:after,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-og-materia .field-type-text-with-summary:after {
  border-bottom: 2px solid #882869;
  color: #882869;
}
body .tematica-administracion-de-empresas .node-profesor .professor-card .info .body:before,
body a.tematica-administracion-de-empresas .node-profesor .professor-card .info .body:before,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-profesor .professor-card .info .body:before,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-profesor .professor-card .info .body:before,
body .tematica-administracion-de-empresas .node-profesor .professor-card .info a:hover,
body a.tematica-administracion-de-empresas .node-profesor .professor-card .info a:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-profesor .professor-card .info a:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-profesor .professor-card .info a:hover,
body .tematica-administracion-de-empresas .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-administracion-de-empresas .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-administracion-de-empresas .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-administracion-de-empresas .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-administracion-de-empresas .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-administracion-de-empresas .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover {
  color: #882869;
}
body .tematica-administracion-de-empresas .node-profesor .body-wrapper .field-label:before,
body a.tematica-administracion-de-empresas .node-profesor .body-wrapper .field-label:before,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-profesor .body-wrapper .field-label:before,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-profesor .body-wrapper .field-label:before {
  border-top: 2px solid #882869;
}
body .tematica-administracion-de-empresas .node-webform .field-name-title h2,
body a.tematica-administracion-de-empresas .node-webform .field-name-title h2,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-webform .field-name-title h2,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-webform .field-name-title h2 {
  color: #882869;
}
body .tematica-administracion-de-empresas .node-webform .field-name-body .lead,
body a.tematica-administracion-de-empresas .node-webform .field-name-body .lead,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-webform .field-name-body .lead,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-webform .field-name-body .lead {
  color: #000000;
}
body .tematica-administracion-de-empresas .node-webform .field-name-body h3:before,
body a.tematica-administracion-de-empresas .node-webform .field-name-body h3:before,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-webform .field-name-body h3:before,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .node-webform .field-name-body h3:before {
  color: #882869;
}
body .tematica-administracion-de-empresas .page-testimonios .field-name-field-testimonio:after,
body a.tematica-administracion-de-empresas .page-testimonios .field-name-field-testimonio:after,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-testimonios .field-name-field-testimonio:after,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-testimonios .field-name-field-testimonio:after,
body .tematica-administracion-de-empresas .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-administracion-de-empresas .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-administracion-de-empresas .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-administracion-de-empresas .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-administracion-de-empresas .page-testimonios .media .media-body > a,
body a.tematica-administracion-de-empresas .page-testimonios .media .media-body > a,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-testimonios .media .media-body > a,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-testimonios .media .media-body > a {
  color: #882869;
}
body .tematica-administracion-de-empresas .page-testimonios .media .media-body > a:hover,
body a.tematica-administracion-de-empresas .page-testimonios .media .media-body > a:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-testimonios .media .media-body > a:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-testimonios .media .media-body > a:hover {
  text-decoration: underline;
}
body .tematica-administracion-de-empresas .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-administracion-de-empresas .carreras-header-nav-pills .nav-pills > li a,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carreras-header-nav-pills .nav-pills > li a {
  background-color: #551941;
  color: #fff;
}
body .tematica-administracion-de-empresas .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-administracion-de-empresas .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-administracion-de-empresas .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-administracion-de-empresas .carreras-header-nav-pills .nav-pills > li a:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carreras-header-nav-pills .nav-pills > li a:hover {
  background-color: #220a1a;
}
body .tematica-administracion-de-empresas .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-administracion-de-empresas .carreras-header-nav-pills .nav-pills > li a.active:before,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .carreras-header-nav-pills .nav-pills > li a.active:before {
  border-color: #220a1a transparent transparent transparent;
}
body .tematica-administracion-de-empresas .card-wrapper .normal .inner,
body a.tematica-administracion-de-empresas .card-wrapper .normal .inner,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .card-wrapper .normal .inner,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .card-wrapper .normal .inner,
body .tematica-administracion-de-empresas.card-wrapper .normal .inner,
body a.tematica-administracion-de-empresas.card-wrapper .normal .inner,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815.card-wrapper .normal .inner,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815.card-wrapper .normal .inner {
  border-top: 5px solid #6e2055;
  margin-top: -5px;
}
body .tematica-administracion-de-empresas .card-wrapper .hover .inner,
body a.tematica-administracion-de-empresas .card-wrapper .hover .inner,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .card-wrapper .hover .inner,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .card-wrapper .hover .inner,
body .tematica-administracion-de-empresas.card-wrapper .hover .inner,
body a.tematica-administracion-de-empresas.card-wrapper .hover .inner,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815.card-wrapper .hover .inner,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815.card-wrapper .hover .inner {
  background-color: rgba(136, 40, 105, 0.8);
  color: #ffffff;
}
body .tematica-administracion-de-empresas .card-wrapper .hover .inner .summary,
body a.tematica-administracion-de-empresas .card-wrapper .hover .inner .summary,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .card-wrapper .hover .inner .summary,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .card-wrapper .hover .inner .summary,
body .tematica-administracion-de-empresas.card-wrapper .hover .inner .summary,
body a.tematica-administracion-de-empresas.card-wrapper .hover .inner .summary,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815.card-wrapper .hover .inner .summary,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815.card-wrapper .hover .inner .summary {
  color: #ffffff;
}
body .tematica-administracion-de-empresas .card-wrapper .card5,
body a.tematica-administracion-de-empresas .card-wrapper .card5,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .card-wrapper .card5,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .card-wrapper .card5,
body .tematica-administracion-de-empresas.card-wrapper .card5,
body a.tematica-administracion-de-empresas.card-wrapper .card5,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815.card-wrapper .card5,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815.card-wrapper .card5 {
  background-color: rgba(136, 40, 105, 0.8);
  color: #ffffff;
}
body .tematica-administracion-de-empresas .vertical-highlighted .primary,
body a.tematica-administracion-de-empresas .vertical-highlighted .primary,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .vertical-highlighted .primary,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .vertical-highlighted .primary,
body .tematica-administracion-de-empresas .vertical-highlighted .secondary,
body a.tematica-administracion-de-empresas .vertical-highlighted .secondary,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .vertical-highlighted .secondary,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .vertical-highlighted .secondary,
body .tematica-administracion-de-empresas .vertical-highlighted .flexible,
body a.tematica-administracion-de-empresas .vertical-highlighted .flexible,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .vertical-highlighted .flexible,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .vertical-highlighted .flexible {
  border-color: #551941;
}
body .tematica-administracion-de-empresas .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-administracion-de-empresas .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-administracion-de-empresas .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-administracion-de-empresas .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-administracion-de-empresas .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-administracion-de-empresas .vertical-highlighted .flexible .vertical-highlighted-body,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .vertical-highlighted .flexible .vertical-highlighted-body {
  border-color: #551941;
}
body .tematica-administracion-de-empresas .tematica-sidemenu a,
body a.tematica-administracion-de-empresas .tematica-sidemenu a,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tematica-sidemenu a,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tematica-sidemenu a {
  background-color: #000;
}
body .tematica-administracion-de-empresas .tematica-sidemenu a:hover,
body a.tematica-administracion-de-empresas .tematica-sidemenu a:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tematica-sidemenu a:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tematica-sidemenu a:hover,
body .tematica-administracion-de-empresas .tematica-sidemenu a.active,
body a.tematica-administracion-de-empresas .tematica-sidemenu a.active,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tematica-sidemenu a.active,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tematica-sidemenu a.active {
  background-color: #882869;
}
body .tematica-administracion-de-empresas .page-header-nav-pills h1,
body a.tematica-administracion-de-empresas .page-header-nav-pills h1,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-header-nav-pills h1,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-header-nav-pills h1,
body .tematica-administracion-de-empresas .page-header-nav-pills h2,
body a.tematica-administracion-de-empresas .page-header-nav-pills h2,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-header-nav-pills h2,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-header-nav-pills h2,
body .tematica-administracion-de-empresas .page-header-nav-pills h3,
body a.tematica-administracion-de-empresas .page-header-nav-pills h3,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-header-nav-pills h3,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-header-nav-pills h3 {
  color: #000000;
}
body .tematica-administracion-de-empresas .page-header-nav-pills h4,
body a.tematica-administracion-de-empresas .page-header-nav-pills h4,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-header-nav-pills h4,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-header-nav-pills h4,
body .tematica-administracion-de-empresas .page-header-nav-pills h5,
body a.tematica-administracion-de-empresas .page-header-nav-pills h5,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-header-nav-pills h5,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-header-nav-pills h5,
body .tematica-administracion-de-empresas .page-header-nav-pills h6,
body a.tematica-administracion-de-empresas .page-header-nav-pills h6,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-header-nav-pills h6,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-header-nav-pills h6,
body .tematica-administracion-de-empresas .page-header-nav-pills p,
body a.tematica-administracion-de-empresas .page-header-nav-pills p,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-header-nav-pills p,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-header-nav-pills p {
  color: #8a8b8c;
}
body .tematica-administracion-de-empresas .page-header-nav-pills .nav-pills > li a,
body a.tematica-administracion-de-empresas .page-header-nav-pills .nav-pills > li a,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-header-nav-pills .nav-pills > li a,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-header-nav-pills .nav-pills > li a {
  background-color: #882869;
  color: #fff;
}
body .tematica-administracion-de-empresas .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-administracion-de-empresas .page-header-nav-pills .nav-pills > li a:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .page-header-nav-pills .nav-pills > li a:hover {
  background-color: #551941;
}
body .tematica-administracion-de-empresas .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-administracion-de-empresas .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark {
  border-top-color: #551941;
}
body .tematica-administracion-de-empresas .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-administracion-de-empresas .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark {
  border-right-color: #551941;
}
body .tematica-administracion-de-empresas .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-administracion-de-empresas .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark {
  border-bottom-color: #551941;
}
body .tematica-administracion-de-empresas .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-administracion-de-empresas .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark {
  border-left-color: #551941;
}
body .tematica-administracion-de-empresas .tab-pills .nav-tabs > li,
body a.tematica-administracion-de-empresas .tab-pills .nav-tabs > li,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tab-pills .nav-tabs > li,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tab-pills .nav-tabs > li {
  background-color: #882869;
}
body .tematica-administracion-de-empresas .tab-pills .nav-tabs > li a,
body a.tematica-administracion-de-empresas .tab-pills .nav-tabs > li a,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tab-pills .nav-tabs > li a,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tab-pills .nav-tabs > li a {
  color: #ffffff;
}
body .tematica-administracion-de-empresas .tab-pills .nav-tabs > li.active a,
body a.tematica-administracion-de-empresas .tab-pills .nav-tabs > li.active a,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tab-pills .nav-tabs > li.active a,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tab-pills .nav-tabs > li.active a,
body .tematica-administracion-de-empresas .tab-pills .nav-tabs > li a:hover,
body a.tematica-administracion-de-empresas .tab-pills .nav-tabs > li a:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tab-pills .nav-tabs > li a:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tab-pills .nav-tabs > li a:hover {
  background-color: #551941;
}
body .tematica-administracion-de-empresas .tab-pills .tab-content,
body a.tematica-administracion-de-empresas .tab-pills .tab-content,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tab-pills .tab-content,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .tab-pills .tab-content {
  background-color: #eeeeee;
}
body .tematica-administracion-de-empresas .view .view-header h3::before,
body a.tematica-administracion-de-empresas .view .view-header h3::before,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view .view-header h3::before,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view .view-header h3::before,
body .tematica-administracion-de-empresas .view .view-content > h3::before,
body a.tematica-administracion-de-empresas .view .view-content > h3::before,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view .view-content > h3::before,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view .view-content > h3::before,
body .tematica-administracion-de-empresas .view .view-content .media .media-body .bottom::before,
body a.tematica-administracion-de-empresas .view .view-content .media .media-body .bottom::before,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view .view-content .media .media-body .bottom::before,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view .view-content .media .media-body .bottom::before,
body .tematica-administracion-de-empresas .view .view-content .media .media-heading a:hover,
body a.tematica-administracion-de-empresas .view .view-content .media .media-heading a:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view .view-content .media .media-heading a:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view .view-content .media .media-heading a:hover,
body .tematica-administracion-de-empresas .view .view-content .media .media-body .bottom a:hover,
body a.tematica-administracion-de-empresas .view .view-content .media .media-body .bottom a:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view .view-content .media .media-body .bottom a:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view .view-content .media .media-body .bottom a:hover {
  color: #882869;
}
body .tematica-administracion-de-empresas .view .media .media-body .deeplink > a,
body a.tematica-administracion-de-empresas .view .media .media-body .deeplink > a,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view .media .media-body .deeplink > a,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view .media .media-body .deeplink > a {
  background-color: #882869;
  color: #fff;
}
body .tematica-administracion-de-empresas .view .media .media-body .deeplink > a:hover,
body a.tematica-administracion-de-empresas .view .media .media-body .deeplink > a:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view .media .media-body .deeplink > a:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view .media .media-body .deeplink > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .tematica-administracion-de-empresas .bloques-container h4:before,
body a.tematica-administracion-de-empresas .bloques-container h4:before,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .bloques-container h4:before,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .bloques-container h4:before {
  color: #882869;
}
body .tematica-administracion-de-empresas .social-links .field-item > a:hover .icon,
body a.tematica-administracion-de-empresas .social-links .field-item > a:hover .icon,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .social-links .field-item > a:hover .icon,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .social-links .field-item > a:hover .icon {
  color: #882869;
}
body .tematica-administracion-de-empresas .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-administracion-de-empresas .outside-breadcrumb .breadcrumb > li + li:before,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .outside-breadcrumb .breadcrumb > li + li:before {
  color: #882869;
}
body .tematica-administracion-de-empresas .role-menu,
body a.tematica-administracion-de-empresas .role-menu,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .role-menu,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .role-menu {
  background-color: #882869;
}
body .tematica-administracion-de-empresas h2.slash:before,
body a.tematica-administracion-de-empresas h2.slash:before,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 h2.slash:before,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 h2.slash:before {
  border-bottom: 2px solid #882869;
}
body .tematica-administracion-de-empresas .view-plan-de-estudios .view-content-footer:before,
body a.tematica-administracion-de-empresas .view-plan-de-estudios .view-content-footer:before,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view-plan-de-estudios .view-content-footer:before,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view-plan-de-estudios .view-content-footer:before {
  border-color: #882869 !important;
}
body .tematica-administracion-de-empresas .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-administracion-de-empresas .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-administracion-de-empresas .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-administracion-de-empresas .view-plan-de-estudios .view-content-footer .icon div,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view-plan-de-estudios .view-content-footer .icon div {
  background-color: #882869 !important;
}
body .tematica-administracion-de-empresas .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-administracion-de-empresas .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico {
  border-top: 5px solid #6e2055;
}
body .tematica-administracion-de-empresas .custom-menu,
body a.tematica-administracion-de-empresas .custom-menu,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu {
  padding-left: 0px;
}
body .tematica-administracion-de-empresas .custom-menu a,
body a.tematica-administracion-de-empresas .custom-menu a,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a {
  color: #fff;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
body .tematica-administracion-de-empresas .custom-menu a:hover,
body a.tematica-administracion-de-empresas .custom-menu a:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a:hover {
  color: #fff;
}
body .tematica-administracion-de-empresas .custom-menu a:hover,
body a.tematica-administracion-de-empresas .custom-menu a:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a:hover,
body .tematica-administracion-de-empresas .custom-menu a:focus,
body a.tematica-administracion-de-empresas .custom-menu a:focus,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a:focus,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a:focus,
body .tematica-administracion-de-empresas .custom-menu a.focus,
body a.tematica-administracion-de-empresas .custom-menu a.focus,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.focus,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.focus,
body .tematica-administracion-de-empresas .custom-menu a:active,
body a.tematica-administracion-de-empresas .custom-menu a:active,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a:active,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a:active,
body .tematica-administracion-de-empresas .custom-menu a.active,
body a.tematica-administracion-de-empresas .custom-menu a.active,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.active,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-administracion-de-empresas .custom-menu a,
.open > .dropdown-togglebody a.tematica-administracion-de-empresas .custom-menu a,
.open > .dropdown-togglebody .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a,
.open > .dropdown-togglebody a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .tematica-administracion-de-empresas .custom-menu a:active,
body a.tematica-administracion-de-empresas .custom-menu a:active,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a:active,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a:active,
body .tematica-administracion-de-empresas .custom-menu a.active,
body a.tematica-administracion-de-empresas .custom-menu a.active,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.active,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-administracion-de-empresas .custom-menu a,
.open > .dropdown-togglebody a.tematica-administracion-de-empresas .custom-menu a,
.open > .dropdown-togglebody .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a,
.open > .dropdown-togglebody a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a {
  background-image: none;
}
body .tematica-administracion-de-empresas .custom-menu a.disabled,
body a.tematica-administracion-de-empresas .custom-menu a.disabled,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.disabled,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.disabled,
body .tematica-administracion-de-empresas .custom-menu a[disabled],
body a.tematica-administracion-de-empresas .custom-menu a[disabled],
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a[disabled],
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a[disabled],
fieldset[disabled] body .tematica-administracion-de-empresas .custom-menu a,
fieldset[disabled] body a.tematica-administracion-de-empresas .custom-menu a,
fieldset[disabled] body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a,
fieldset[disabled] body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a,
body .tematica-administracion-de-empresas .custom-menu a.disabled:hover,
body a.tematica-administracion-de-empresas .custom-menu a.disabled:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.disabled:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.disabled:hover,
body .tematica-administracion-de-empresas .custom-menu a[disabled]:hover,
body a.tematica-administracion-de-empresas .custom-menu a[disabled]:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a[disabled]:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a[disabled]:hover,
fieldset[disabled] body .tematica-administracion-de-empresas .custom-menu a:hover,
fieldset[disabled] body a.tematica-administracion-de-empresas .custom-menu a:hover,
fieldset[disabled] body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a:hover,
fieldset[disabled] body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a:hover,
body .tematica-administracion-de-empresas .custom-menu a.disabled:focus,
body a.tematica-administracion-de-empresas .custom-menu a.disabled:focus,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.disabled:focus,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.disabled:focus,
body .tematica-administracion-de-empresas .custom-menu a[disabled]:focus,
body a.tematica-administracion-de-empresas .custom-menu a[disabled]:focus,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a[disabled]:focus,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a[disabled]:focus,
fieldset[disabled] body .tematica-administracion-de-empresas .custom-menu a:focus,
fieldset[disabled] body a.tematica-administracion-de-empresas .custom-menu a:focus,
fieldset[disabled] body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a:focus,
fieldset[disabled] body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a:focus,
body .tematica-administracion-de-empresas .custom-menu a.disabled.focus,
body a.tematica-administracion-de-empresas .custom-menu a.disabled.focus,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.disabled.focus,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.disabled.focus,
body .tematica-administracion-de-empresas .custom-menu a[disabled].focus,
body a.tematica-administracion-de-empresas .custom-menu a[disabled].focus,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a[disabled].focus,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a[disabled].focus,
fieldset[disabled] body .tematica-administracion-de-empresas .custom-menu a.focus,
fieldset[disabled] body a.tematica-administracion-de-empresas .custom-menu a.focus,
fieldset[disabled] body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.focus,
fieldset[disabled] body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.focus,
body .tematica-administracion-de-empresas .custom-menu a.disabled:active,
body a.tematica-administracion-de-empresas .custom-menu a.disabled:active,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.disabled:active,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.disabled:active,
body .tematica-administracion-de-empresas .custom-menu a[disabled]:active,
body a.tematica-administracion-de-empresas .custom-menu a[disabled]:active,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a[disabled]:active,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a[disabled]:active,
fieldset[disabled] body .tematica-administracion-de-empresas .custom-menu a:active,
fieldset[disabled] body a.tematica-administracion-de-empresas .custom-menu a:active,
fieldset[disabled] body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a:active,
fieldset[disabled] body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a:active,
body .tematica-administracion-de-empresas .custom-menu a.disabled.active,
body a.tematica-administracion-de-empresas .custom-menu a.disabled.active,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.disabled.active,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.disabled.active,
body .tematica-administracion-de-empresas .custom-menu a[disabled].active,
body a.tematica-administracion-de-empresas .custom-menu a[disabled].active,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a[disabled].active,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a[disabled].active,
fieldset[disabled] body .tematica-administracion-de-empresas .custom-menu a.active,
fieldset[disabled] body a.tematica-administracion-de-empresas .custom-menu a.active,
fieldset[disabled] body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.active,
fieldset[disabled] body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
body .tematica-administracion-de-empresas .custom-menu a .badge,
body a.tematica-administracion-de-empresas .custom-menu a .badge,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a .badge,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
body .tematica-administracion-de-empresas .custom-menu ul,
body a.tematica-administracion-de-empresas .custom-menu ul,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul {
  padding-left: 0px;
}
body .tematica-administracion-de-empresas .custom-menu ul a,
body a.tematica-administracion-de-empresas .custom-menu ul a,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a {
  color: #eeeeee;
  background-color: #882869;
  border-color: #882869;
}
body .tematica-administracion-de-empresas .custom-menu ul a:hover,
body a.tematica-administracion-de-empresas .custom-menu ul a:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a:hover,
body .tematica-administracion-de-empresas .custom-menu ul a:focus,
body a.tematica-administracion-de-empresas .custom-menu ul a:focus,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a:focus,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a:focus,
body .tematica-administracion-de-empresas .custom-menu ul a.focus,
body a.tematica-administracion-de-empresas .custom-menu ul a.focus,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.focus,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.focus,
body .tematica-administracion-de-empresas .custom-menu ul a:active,
body a.tematica-administracion-de-empresas .custom-menu ul a:active,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a:active,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a:active,
body .tematica-administracion-de-empresas .custom-menu ul a.active,
body a.tematica-administracion-de-empresas .custom-menu ul a.active,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.active,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-administracion-de-empresas .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-administracion-de-empresas .custom-menu ul a,
.open > .dropdown-togglebody .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a {
  color: #eeeeee;
  background-color: #611c4b;
  border-color: #591a44;
}
body .tematica-administracion-de-empresas .custom-menu ul a:active,
body a.tematica-administracion-de-empresas .custom-menu ul a:active,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a:active,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a:active,
body .tematica-administracion-de-empresas .custom-menu ul a.active,
body a.tematica-administracion-de-empresas .custom-menu ul a.active,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.active,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-administracion-de-empresas .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-administracion-de-empresas .custom-menu ul a,
.open > .dropdown-togglebody .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a {
  background-image: none;
}
body .tematica-administracion-de-empresas .custom-menu ul a.disabled,
body a.tematica-administracion-de-empresas .custom-menu ul a.disabled,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.disabled,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.disabled,
body .tematica-administracion-de-empresas .custom-menu ul a[disabled],
body a.tematica-administracion-de-empresas .custom-menu ul a[disabled],
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a[disabled],
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a[disabled],
fieldset[disabled] body .tematica-administracion-de-empresas .custom-menu ul a,
fieldset[disabled] body a.tematica-administracion-de-empresas .custom-menu ul a,
fieldset[disabled] body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a,
fieldset[disabled] body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a,
body .tematica-administracion-de-empresas .custom-menu ul a.disabled:hover,
body a.tematica-administracion-de-empresas .custom-menu ul a.disabled:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.disabled:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.disabled:hover,
body .tematica-administracion-de-empresas .custom-menu ul a[disabled]:hover,
body a.tematica-administracion-de-empresas .custom-menu ul a[disabled]:hover,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a[disabled]:hover,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a[disabled]:hover,
fieldset[disabled] body .tematica-administracion-de-empresas .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-administracion-de-empresas .custom-menu ul a:hover,
fieldset[disabled] body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a:hover,
body .tematica-administracion-de-empresas .custom-menu ul a.disabled:focus,
body a.tematica-administracion-de-empresas .custom-menu ul a.disabled:focus,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.disabled:focus,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.disabled:focus,
body .tematica-administracion-de-empresas .custom-menu ul a[disabled]:focus,
body a.tematica-administracion-de-empresas .custom-menu ul a[disabled]:focus,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a[disabled]:focus,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a[disabled]:focus,
fieldset[disabled] body .tematica-administracion-de-empresas .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-administracion-de-empresas .custom-menu ul a:focus,
fieldset[disabled] body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a:focus,
body .tematica-administracion-de-empresas .custom-menu ul a.disabled.focus,
body a.tematica-administracion-de-empresas .custom-menu ul a.disabled.focus,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.disabled.focus,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.disabled.focus,
body .tematica-administracion-de-empresas .custom-menu ul a[disabled].focus,
body a.tematica-administracion-de-empresas .custom-menu ul a[disabled].focus,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a[disabled].focus,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a[disabled].focus,
fieldset[disabled] body .tematica-administracion-de-empresas .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-administracion-de-empresas .custom-menu ul a.focus,
fieldset[disabled] body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.focus,
body .tematica-administracion-de-empresas .custom-menu ul a.disabled:active,
body a.tematica-administracion-de-empresas .custom-menu ul a.disabled:active,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.disabled:active,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.disabled:active,
body .tematica-administracion-de-empresas .custom-menu ul a[disabled]:active,
body a.tematica-administracion-de-empresas .custom-menu ul a[disabled]:active,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a[disabled]:active,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a[disabled]:active,
fieldset[disabled] body .tematica-administracion-de-empresas .custom-menu ul a:active,
fieldset[disabled] body a.tematica-administracion-de-empresas .custom-menu ul a:active,
fieldset[disabled] body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a:active,
fieldset[disabled] body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a:active,
body .tematica-administracion-de-empresas .custom-menu ul a.disabled.active,
body a.tematica-administracion-de-empresas .custom-menu ul a.disabled.active,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.disabled.active,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.disabled.active,
body .tematica-administracion-de-empresas .custom-menu ul a[disabled].active,
body a.tematica-administracion-de-empresas .custom-menu ul a[disabled].active,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a[disabled].active,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a[disabled].active,
fieldset[disabled] body .tematica-administracion-de-empresas .custom-menu ul a.active,
fieldset[disabled] body a.tematica-administracion-de-empresas .custom-menu ul a.active,
fieldset[disabled] body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.active,
fieldset[disabled] body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a.active {
  background-color: #882869;
  border-color: #882869;
}
body .tematica-administracion-de-empresas .custom-menu ul a .badge,
body a.tematica-administracion-de-empresas .custom-menu ul a .badge,
body .tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a .badge,
body a.tematica-ac7117d8-9541-4d67-ab6c-0f374d67d815 .custom-menu ul a .badge {
  color: #882869;
  background-color: #eeeeee;
}
body .tematica-ciencia-politica,
body a.tematica-ciencia-politica,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a {
  /*Plan de estudios specific */
}
body .tematica-ciencia-politica a,
body a.tematica-ciencia-politica a,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a a,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a a {
  color: #009a97;
}
body .tematica-ciencia-politica a:hover,
body a.tematica-ciencia-politica a:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a a:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a a:hover {
  color: #005856;
}
body .tematica-ciencia-politica .btn,
body a.tematica-ciencia-politica .btn,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .btn,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .btn {
  color: #fff;
}
body .tematica-ciencia-politica .btn:hover,
body a.tematica-ciencia-politica .btn:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .btn:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .btn:hover {
  color: #fff;
}
body .tematica-ciencia-politica .jumbotron,
body a.tematica-ciencia-politica .jumbotron,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron {
  border-top: 5px solid #007976;
  background-color: rgba(0, 154, 151, 0.6);
}
body .tematica-ciencia-politica .jumbotron .btn,
body a.tematica-ciencia-politica .jumbotron .btn,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron .btn,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron .btn {
  background-color: #005856;
  color: #ffffff;
}
body .tematica-ciencia-politica .jumbotron .btn:hover,
body a.tematica-ciencia-politica .jumbotron .btn:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron .btn:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron .btn:hover {
  background-color: #00dcd8;
}
body .tematica-ciencia-politica .jumbotron.white,
body a.tematica-ciencia-politica .jumbotron.white,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron.white,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron.white {
  background-color: rgba(255, 255, 255, 0.7);
}
body .tematica-ciencia-politica .jumbotron.white h1,
body a.tematica-ciencia-politica .jumbotron.white h1,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron.white h1,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron.white h1,
body .tematica-ciencia-politica .jumbotron.white h2,
body a.tematica-ciencia-politica .jumbotron.white h2,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron.white h2,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron.white h2,
body .tematica-ciencia-politica .jumbotron.white h3,
body a.tematica-ciencia-politica .jumbotron.white h3,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron.white h3,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron.white h3,
body .tematica-ciencia-politica .jumbotron.white h4,
body a.tematica-ciencia-politica .jumbotron.white h4,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron.white h4,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron.white h4,
body .tematica-ciencia-politica .jumbotron.white h5,
body a.tematica-ciencia-politica .jumbotron.white h5,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron.white h5,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron.white h5,
body .tematica-ciencia-politica .jumbotron.white h6,
body a.tematica-ciencia-politica .jumbotron.white h6,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron.white h6,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .jumbotron.white h6 {
  color: #000000;
}
body .tematica-ciencia-politica .media .btn-primary,
body a.tematica-ciencia-politica .media .btn-primary,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .media .btn-primary,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .media .btn-primary {
  background-color: #009a97;
}
body .tematica-ciencia-politica .media .btn-primary:hover,
body a.tematica-ciencia-politica .media .btn-primary:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .media .btn-primary:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .media .btn-primary:hover {
  background-color: #00dcd8;
}
body .tematica-ciencia-politica .media .media-heading:after,
body a.tematica-ciencia-politica .media .media-heading:after,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .media .media-heading:after,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .media .media-heading:after {
  border-color: #009a97;
}
body .tematica-ciencia-politica .media.lightbg-bar,
body a.tematica-ciencia-politica .media.lightbg-bar,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .media.lightbg-bar,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .media.lightbg-bar {
  border-bottom: 3px solid #009a97;
}
body .tematica-ciencia-politica .media.lightbg-bar .plus,
body a.tematica-ciencia-politica .media.lightbg-bar .plus,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .media.lightbg-bar .plus,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .media.lightbg-bar .plus {
  background-color: #009a97;
}
body .tematica-ciencia-politica .media:hover .deeplink a i,
body a.tematica-ciencia-politica .media:hover .deeplink a i,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .media:hover .deeplink a i,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .media:hover .deeplink a i {
  color: #009a97;
}
body .tematica-ciencia-politica .carousel-caption h1,
body a.tematica-ciencia-politica .carousel-caption h1,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carousel-caption h1,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carousel-caption h1,
body .tematica-ciencia-politica .carousel-caption h2,
body a.tematica-ciencia-politica .carousel-caption h2,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carousel-caption h2,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carousel-caption h2,
body .tematica-ciencia-politica .carousel-caption h3,
body a.tematica-ciencia-politica .carousel-caption h3,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carousel-caption h3,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carousel-caption h3,
body .tematica-ciencia-politica .carousel-caption h4,
body a.tematica-ciencia-politica .carousel-caption h4,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carousel-caption h4,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carousel-caption h4,
body .tematica-ciencia-politica .carousel-caption h5,
body a.tematica-ciencia-politica .carousel-caption h5,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carousel-caption h5,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carousel-caption h5,
body .tematica-ciencia-politica .carousel-caption h6,
body a.tematica-ciencia-politica .carousel-caption h6,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carousel-caption h6,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carousel-caption h6 {
  color: #000000;
}
body .tematica-ciencia-politica .background,
body a.tematica-ciencia-politica .background,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .background,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .background {
  background-color: #009a97;
}
body .tematica-ciencia-politica .form-container,
body a.tematica-ciencia-politica .form-container,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .form-container,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .form-container {
  border-top: 5px solid #007b79;
}
body .tematica-ciencia-politica .form-container h2,
body a.tematica-ciencia-politica .form-container h2,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .form-container h2,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .form-container h2 {
  color: #009a97;
}
body .tematica-ciencia-politica .form-container .btn-primary,
body a.tematica-ciencia-politica .form-container .btn-primary,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .form-container .btn-primary,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .form-container .btn-primary {
  background-color: #009a97;
}
body .tematica-ciencia-politica .node-og-materia .field-type-file,
body a.tematica-ciencia-politica .node-og-materia .field-type-file,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-og-materia .field-type-file,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-og-materia .field-type-file {
  background-color: #009a97 !important;
}
body .tematica-ciencia-politica .node-og-materia .field-type-text-with-summary:after,
body a.tematica-ciencia-politica .node-og-materia .field-type-text-with-summary:after,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-og-materia .field-type-text-with-summary:after,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-og-materia .field-type-text-with-summary:after {
  border-bottom: 2px solid #009a97;
  color: #009a97;
}
body .tematica-ciencia-politica .node-profesor .professor-card .info .body:before,
body a.tematica-ciencia-politica .node-profesor .professor-card .info .body:before,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-profesor .professor-card .info .body:before,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-profesor .professor-card .info .body:before,
body .tematica-ciencia-politica .node-profesor .professor-card .info a:hover,
body a.tematica-ciencia-politica .node-profesor .professor-card .info a:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-profesor .professor-card .info a:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-profesor .professor-card .info a:hover,
body .tematica-ciencia-politica .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-ciencia-politica .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-ciencia-politica .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-ciencia-politica .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-ciencia-politica .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-ciencia-politica .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-profesor .body-wrapper .field-type-link-field .field-item a:hover {
  color: #009a97;
}
body .tematica-ciencia-politica .node-profesor .body-wrapper .field-label:before,
body a.tematica-ciencia-politica .node-profesor .body-wrapper .field-label:before,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-profesor .body-wrapper .field-label:before,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-profesor .body-wrapper .field-label:before {
  border-top: 2px solid #009a97;
}
body .tematica-ciencia-politica .node-webform .field-name-title h2,
body a.tematica-ciencia-politica .node-webform .field-name-title h2,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-webform .field-name-title h2,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-webform .field-name-title h2 {
  color: #009a97;
}
body .tematica-ciencia-politica .node-webform .field-name-body .lead,
body a.tematica-ciencia-politica .node-webform .field-name-body .lead,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-webform .field-name-body .lead,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-webform .field-name-body .lead {
  color: #000000;
}
body .tematica-ciencia-politica .node-webform .field-name-body h3:before,
body a.tematica-ciencia-politica .node-webform .field-name-body h3:before,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-webform .field-name-body h3:before,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .node-webform .field-name-body h3:before {
  color: #009a97;
}
body .tematica-ciencia-politica .page-testimonios .field-name-field-testimonio:after,
body a.tematica-ciencia-politica .page-testimonios .field-name-field-testimonio:after,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-testimonios .field-name-field-testimonio:after,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-testimonios .field-name-field-testimonio:after,
body .tematica-ciencia-politica .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-ciencia-politica .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-ciencia-politica .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-ciencia-politica .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-ciencia-politica .page-testimonios .media .media-body > a,
body a.tematica-ciencia-politica .page-testimonios .media .media-body > a,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-testimonios .media .media-body > a,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-testimonios .media .media-body > a {
  color: #009a97;
}
body .tematica-ciencia-politica .page-testimonios .media .media-body > a:hover,
body a.tematica-ciencia-politica .page-testimonios .media .media-body > a:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-testimonios .media .media-body > a:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-testimonios .media .media-body > a:hover {
  text-decoration: underline;
}
body .tematica-ciencia-politica .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-ciencia-politica .carreras-header-nav-pills .nav-pills > li a,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carreras-header-nav-pills .nav-pills > li a {
  background-color: #005856;
  color: #fff;
}
body .tematica-ciencia-politica .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-ciencia-politica .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-ciencia-politica .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-ciencia-politica .carreras-header-nav-pills .nav-pills > li a:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carreras-header-nav-pills .nav-pills > li a:hover {
  background-color: #001515;
}
body .tematica-ciencia-politica .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-ciencia-politica .carreras-header-nav-pills .nav-pills > li a.active:before,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .carreras-header-nav-pills .nav-pills > li a.active:before {
  border-color: #001515 transparent transparent transparent;
}
body .tematica-ciencia-politica .card-wrapper .normal .inner,
body a.tematica-ciencia-politica .card-wrapper .normal .inner,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .card-wrapper .normal .inner,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .card-wrapper .normal .inner,
body .tematica-ciencia-politica.card-wrapper .normal .inner,
body a.tematica-ciencia-politica.card-wrapper .normal .inner,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a.card-wrapper .normal .inner,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a.card-wrapper .normal .inner {
  border-top: 5px solid #007976;
  margin-top: -5px;
}
body .tematica-ciencia-politica .card-wrapper .hover .inner,
body a.tematica-ciencia-politica .card-wrapper .hover .inner,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .card-wrapper .hover .inner,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .card-wrapper .hover .inner,
body .tematica-ciencia-politica.card-wrapper .hover .inner,
body a.tematica-ciencia-politica.card-wrapper .hover .inner,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a.card-wrapper .hover .inner,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a.card-wrapper .hover .inner {
  background-color: rgba(0, 154, 151, 0.8);
  color: #ffffff;
}
body .tematica-ciencia-politica .card-wrapper .hover .inner .summary,
body a.tematica-ciencia-politica .card-wrapper .hover .inner .summary,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .card-wrapper .hover .inner .summary,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .card-wrapper .hover .inner .summary,
body .tematica-ciencia-politica.card-wrapper .hover .inner .summary,
body a.tematica-ciencia-politica.card-wrapper .hover .inner .summary,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a.card-wrapper .hover .inner .summary,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a.card-wrapper .hover .inner .summary {
  color: #ffffff;
}
body .tematica-ciencia-politica .card-wrapper .card5,
body a.tematica-ciencia-politica .card-wrapper .card5,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .card-wrapper .card5,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .card-wrapper .card5,
body .tematica-ciencia-politica.card-wrapper .card5,
body a.tematica-ciencia-politica.card-wrapper .card5,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a.card-wrapper .card5,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a.card-wrapper .card5 {
  background-color: rgba(0, 154, 151, 0.8);
  color: #ffffff;
}
body .tematica-ciencia-politica .vertical-highlighted .primary,
body a.tematica-ciencia-politica .vertical-highlighted .primary,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .vertical-highlighted .primary,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .vertical-highlighted .primary,
body .tematica-ciencia-politica .vertical-highlighted .secondary,
body a.tematica-ciencia-politica .vertical-highlighted .secondary,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .vertical-highlighted .secondary,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .vertical-highlighted .secondary,
body .tematica-ciencia-politica .vertical-highlighted .flexible,
body a.tematica-ciencia-politica .vertical-highlighted .flexible,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .vertical-highlighted .flexible,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .vertical-highlighted .flexible {
  border-color: #005856;
}
body .tematica-ciencia-politica .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-ciencia-politica .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-ciencia-politica .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-ciencia-politica .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-ciencia-politica .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-ciencia-politica .vertical-highlighted .flexible .vertical-highlighted-body,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .vertical-highlighted .flexible .vertical-highlighted-body {
  border-color: #005856;
}
body .tematica-ciencia-politica .tematica-sidemenu a,
body a.tematica-ciencia-politica .tematica-sidemenu a,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tematica-sidemenu a,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tematica-sidemenu a {
  background-color: #000;
}
body .tematica-ciencia-politica .tematica-sidemenu a:hover,
body a.tematica-ciencia-politica .tematica-sidemenu a:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tematica-sidemenu a:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tematica-sidemenu a:hover,
body .tematica-ciencia-politica .tematica-sidemenu a.active,
body a.tematica-ciencia-politica .tematica-sidemenu a.active,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tematica-sidemenu a.active,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tematica-sidemenu a.active {
  background-color: #009a97;
}
body .tematica-ciencia-politica .page-header-nav-pills h1,
body a.tematica-ciencia-politica .page-header-nav-pills h1,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-header-nav-pills h1,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-header-nav-pills h1,
body .tematica-ciencia-politica .page-header-nav-pills h2,
body a.tematica-ciencia-politica .page-header-nav-pills h2,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-header-nav-pills h2,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-header-nav-pills h2,
body .tematica-ciencia-politica .page-header-nav-pills h3,
body a.tematica-ciencia-politica .page-header-nav-pills h3,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-header-nav-pills h3,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-header-nav-pills h3 {
  color: #000000;
}
body .tematica-ciencia-politica .page-header-nav-pills h4,
body a.tematica-ciencia-politica .page-header-nav-pills h4,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-header-nav-pills h4,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-header-nav-pills h4,
body .tematica-ciencia-politica .page-header-nav-pills h5,
body a.tematica-ciencia-politica .page-header-nav-pills h5,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-header-nav-pills h5,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-header-nav-pills h5,
body .tematica-ciencia-politica .page-header-nav-pills h6,
body a.tematica-ciencia-politica .page-header-nav-pills h6,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-header-nav-pills h6,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-header-nav-pills h6,
body .tematica-ciencia-politica .page-header-nav-pills p,
body a.tematica-ciencia-politica .page-header-nav-pills p,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-header-nav-pills p,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-header-nav-pills p {
  color: #8a8b8c;
}
body .tematica-ciencia-politica .page-header-nav-pills .nav-pills > li a,
body a.tematica-ciencia-politica .page-header-nav-pills .nav-pills > li a,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-header-nav-pills .nav-pills > li a,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-header-nav-pills .nav-pills > li a {
  background-color: #009a97;
  color: #fff;
}
body .tematica-ciencia-politica .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-ciencia-politica .page-header-nav-pills .nav-pills > li a:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .page-header-nav-pills .nav-pills > li a:hover {
  background-color: #005856;
}
body .tematica-ciencia-politica .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-ciencia-politica .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark {
  border-top-color: #005856;
}
body .tematica-ciencia-politica .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-ciencia-politica .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark {
  border-right-color: #005856;
}
body .tematica-ciencia-politica .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-ciencia-politica .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark {
  border-bottom-color: #005856;
}
body .tematica-ciencia-politica .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-ciencia-politica .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark {
  border-left-color: #005856;
}
body .tematica-ciencia-politica .tab-pills .nav-tabs > li,
body a.tematica-ciencia-politica .tab-pills .nav-tabs > li,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tab-pills .nav-tabs > li,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tab-pills .nav-tabs > li {
  background-color: #009a97;
}
body .tematica-ciencia-politica .tab-pills .nav-tabs > li a,
body a.tematica-ciencia-politica .tab-pills .nav-tabs > li a,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tab-pills .nav-tabs > li a,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tab-pills .nav-tabs > li a {
  color: #ffffff;
}
body .tematica-ciencia-politica .tab-pills .nav-tabs > li.active a,
body a.tematica-ciencia-politica .tab-pills .nav-tabs > li.active a,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tab-pills .nav-tabs > li.active a,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tab-pills .nav-tabs > li.active a,
body .tematica-ciencia-politica .tab-pills .nav-tabs > li a:hover,
body a.tematica-ciencia-politica .tab-pills .nav-tabs > li a:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tab-pills .nav-tabs > li a:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tab-pills .nav-tabs > li a:hover {
  background-color: #005856;
}
body .tematica-ciencia-politica .tab-pills .tab-content,
body a.tematica-ciencia-politica .tab-pills .tab-content,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tab-pills .tab-content,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .tab-pills .tab-content {
  background-color: #eeeeee;
}
body .tematica-ciencia-politica .view .view-header h3::before,
body a.tematica-ciencia-politica .view .view-header h3::before,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view .view-header h3::before,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view .view-header h3::before,
body .tematica-ciencia-politica .view .view-content > h3::before,
body a.tematica-ciencia-politica .view .view-content > h3::before,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view .view-content > h3::before,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view .view-content > h3::before,
body .tematica-ciencia-politica .view .view-content .media .media-body .bottom::before,
body a.tematica-ciencia-politica .view .view-content .media .media-body .bottom::before,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view .view-content .media .media-body .bottom::before,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view .view-content .media .media-body .bottom::before,
body .tematica-ciencia-politica .view .view-content .media .media-heading a:hover,
body a.tematica-ciencia-politica .view .view-content .media .media-heading a:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view .view-content .media .media-heading a:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view .view-content .media .media-heading a:hover,
body .tematica-ciencia-politica .view .view-content .media .media-body .bottom a:hover,
body a.tematica-ciencia-politica .view .view-content .media .media-body .bottom a:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view .view-content .media .media-body .bottom a:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view .view-content .media .media-body .bottom a:hover {
  color: #009a97;
}
body .tematica-ciencia-politica .view .media .media-body .deeplink > a,
body a.tematica-ciencia-politica .view .media .media-body .deeplink > a,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view .media .media-body .deeplink > a,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view .media .media-body .deeplink > a {
  background-color: #009a97;
  color: #fff;
}
body .tematica-ciencia-politica .view .media .media-body .deeplink > a:hover,
body a.tematica-ciencia-politica .view .media .media-body .deeplink > a:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view .media .media-body .deeplink > a:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view .media .media-body .deeplink > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .tematica-ciencia-politica .bloques-container h4:before,
body a.tematica-ciencia-politica .bloques-container h4:before,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .bloques-container h4:before,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .bloques-container h4:before {
  color: #009a97;
}
body .tematica-ciencia-politica .social-links .field-item > a:hover .icon,
body a.tematica-ciencia-politica .social-links .field-item > a:hover .icon,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .social-links .field-item > a:hover .icon,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .social-links .field-item > a:hover .icon {
  color: #009a97;
}
body .tematica-ciencia-politica .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-ciencia-politica .outside-breadcrumb .breadcrumb > li + li:before,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .outside-breadcrumb .breadcrumb > li + li:before {
  color: #009a97;
}
body .tematica-ciencia-politica .role-menu,
body a.tematica-ciencia-politica .role-menu,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .role-menu,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .role-menu {
  background-color: #009a97;
}
body .tematica-ciencia-politica h2.slash:before,
body a.tematica-ciencia-politica h2.slash:before,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a h2.slash:before,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a h2.slash:before {
  border-bottom: 2px solid #009a97;
}
body .tematica-ciencia-politica .view-plan-de-estudios .view-content-footer:before,
body a.tematica-ciencia-politica .view-plan-de-estudios .view-content-footer:before,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view-plan-de-estudios .view-content-footer:before,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view-plan-de-estudios .view-content-footer:before {
  border-color: #009a97 !important;
}
body .tematica-ciencia-politica .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-ciencia-politica .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-ciencia-politica .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-ciencia-politica .view-plan-de-estudios .view-content-footer .icon div,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view-plan-de-estudios .view-content-footer .icon div {
  background-color: #009a97 !important;
}
body .tematica-ciencia-politica .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-ciencia-politica .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico {
  border-top: 5px solid #007976;
}
body .tematica-ciencia-politica .custom-menu,
body a.tematica-ciencia-politica .custom-menu,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu {
  padding-left: 0px;
}
body .tematica-ciencia-politica .custom-menu a,
body a.tematica-ciencia-politica .custom-menu a,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a {
  color: #fff;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
body .tematica-ciencia-politica .custom-menu a:hover,
body a.tematica-ciencia-politica .custom-menu a:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a:hover {
  color: #fff;
}
body .tematica-ciencia-politica .custom-menu a:hover,
body a.tematica-ciencia-politica .custom-menu a:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a:hover,
body .tematica-ciencia-politica .custom-menu a:focus,
body a.tematica-ciencia-politica .custom-menu a:focus,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a:focus,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a:focus,
body .tematica-ciencia-politica .custom-menu a.focus,
body a.tematica-ciencia-politica .custom-menu a.focus,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.focus,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.focus,
body .tematica-ciencia-politica .custom-menu a:active,
body a.tematica-ciencia-politica .custom-menu a:active,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a:active,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a:active,
body .tematica-ciencia-politica .custom-menu a.active,
body a.tematica-ciencia-politica .custom-menu a.active,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.active,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.active,
.open > .dropdown-togglebody .tematica-ciencia-politica .custom-menu a,
.open > .dropdown-togglebody a.tematica-ciencia-politica .custom-menu a,
.open > .dropdown-togglebody .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a,
.open > .dropdown-togglebody a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .tematica-ciencia-politica .custom-menu a:active,
body a.tematica-ciencia-politica .custom-menu a:active,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a:active,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a:active,
body .tematica-ciencia-politica .custom-menu a.active,
body a.tematica-ciencia-politica .custom-menu a.active,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.active,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.active,
.open > .dropdown-togglebody .tematica-ciencia-politica .custom-menu a,
.open > .dropdown-togglebody a.tematica-ciencia-politica .custom-menu a,
.open > .dropdown-togglebody .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a,
.open > .dropdown-togglebody a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a {
  background-image: none;
}
body .tematica-ciencia-politica .custom-menu a.disabled,
body a.tematica-ciencia-politica .custom-menu a.disabled,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.disabled,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.disabled,
body .tematica-ciencia-politica .custom-menu a[disabled],
body a.tematica-ciencia-politica .custom-menu a[disabled],
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a[disabled],
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a[disabled],
fieldset[disabled] body .tematica-ciencia-politica .custom-menu a,
fieldset[disabled] body a.tematica-ciencia-politica .custom-menu a,
fieldset[disabled] body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a,
fieldset[disabled] body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a,
body .tematica-ciencia-politica .custom-menu a.disabled:hover,
body a.tematica-ciencia-politica .custom-menu a.disabled:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.disabled:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.disabled:hover,
body .tematica-ciencia-politica .custom-menu a[disabled]:hover,
body a.tematica-ciencia-politica .custom-menu a[disabled]:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a[disabled]:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a[disabled]:hover,
fieldset[disabled] body .tematica-ciencia-politica .custom-menu a:hover,
fieldset[disabled] body a.tematica-ciencia-politica .custom-menu a:hover,
fieldset[disabled] body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a:hover,
fieldset[disabled] body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a:hover,
body .tematica-ciencia-politica .custom-menu a.disabled:focus,
body a.tematica-ciencia-politica .custom-menu a.disabled:focus,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.disabled:focus,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.disabled:focus,
body .tematica-ciencia-politica .custom-menu a[disabled]:focus,
body a.tematica-ciencia-politica .custom-menu a[disabled]:focus,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a[disabled]:focus,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a[disabled]:focus,
fieldset[disabled] body .tematica-ciencia-politica .custom-menu a:focus,
fieldset[disabled] body a.tematica-ciencia-politica .custom-menu a:focus,
fieldset[disabled] body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a:focus,
fieldset[disabled] body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a:focus,
body .tematica-ciencia-politica .custom-menu a.disabled.focus,
body a.tematica-ciencia-politica .custom-menu a.disabled.focus,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.disabled.focus,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.disabled.focus,
body .tematica-ciencia-politica .custom-menu a[disabled].focus,
body a.tematica-ciencia-politica .custom-menu a[disabled].focus,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a[disabled].focus,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a[disabled].focus,
fieldset[disabled] body .tematica-ciencia-politica .custom-menu a.focus,
fieldset[disabled] body a.tematica-ciencia-politica .custom-menu a.focus,
fieldset[disabled] body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.focus,
fieldset[disabled] body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.focus,
body .tematica-ciencia-politica .custom-menu a.disabled:active,
body a.tematica-ciencia-politica .custom-menu a.disabled:active,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.disabled:active,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.disabled:active,
body .tematica-ciencia-politica .custom-menu a[disabled]:active,
body a.tematica-ciencia-politica .custom-menu a[disabled]:active,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a[disabled]:active,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a[disabled]:active,
fieldset[disabled] body .tematica-ciencia-politica .custom-menu a:active,
fieldset[disabled] body a.tematica-ciencia-politica .custom-menu a:active,
fieldset[disabled] body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a:active,
fieldset[disabled] body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a:active,
body .tematica-ciencia-politica .custom-menu a.disabled.active,
body a.tematica-ciencia-politica .custom-menu a.disabled.active,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.disabled.active,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.disabled.active,
body .tematica-ciencia-politica .custom-menu a[disabled].active,
body a.tematica-ciencia-politica .custom-menu a[disabled].active,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a[disabled].active,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a[disabled].active,
fieldset[disabled] body .tematica-ciencia-politica .custom-menu a.active,
fieldset[disabled] body a.tematica-ciencia-politica .custom-menu a.active,
fieldset[disabled] body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.active,
fieldset[disabled] body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
body .tematica-ciencia-politica .custom-menu a .badge,
body a.tematica-ciencia-politica .custom-menu a .badge,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a .badge,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
body .tematica-ciencia-politica .custom-menu ul,
body a.tematica-ciencia-politica .custom-menu ul,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul {
  padding-left: 0px;
}
body .tematica-ciencia-politica .custom-menu ul a,
body a.tematica-ciencia-politica .custom-menu ul a,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a {
  color: #eeeeee;
  background-color: #009a97;
  border-color: #009a97;
}
body .tematica-ciencia-politica .custom-menu ul a:hover,
body a.tematica-ciencia-politica .custom-menu ul a:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a:hover,
body .tematica-ciencia-politica .custom-menu ul a:focus,
body a.tematica-ciencia-politica .custom-menu ul a:focus,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a:focus,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a:focus,
body .tematica-ciencia-politica .custom-menu ul a.focus,
body a.tematica-ciencia-politica .custom-menu ul a.focus,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.focus,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.focus,
body .tematica-ciencia-politica .custom-menu ul a:active,
body a.tematica-ciencia-politica .custom-menu ul a:active,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a:active,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a:active,
body .tematica-ciencia-politica .custom-menu ul a.active,
body a.tematica-ciencia-politica .custom-menu ul a.active,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.active,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-ciencia-politica .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-ciencia-politica .custom-menu ul a,
.open > .dropdown-togglebody .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a {
  color: #eeeeee;
  background-color: #006765;
  border-color: #005d5b;
}
body .tematica-ciencia-politica .custom-menu ul a:active,
body a.tematica-ciencia-politica .custom-menu ul a:active,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a:active,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a:active,
body .tematica-ciencia-politica .custom-menu ul a.active,
body a.tematica-ciencia-politica .custom-menu ul a.active,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.active,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-ciencia-politica .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-ciencia-politica .custom-menu ul a,
.open > .dropdown-togglebody .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a {
  background-image: none;
}
body .tematica-ciencia-politica .custom-menu ul a.disabled,
body a.tematica-ciencia-politica .custom-menu ul a.disabled,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.disabled,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.disabled,
body .tematica-ciencia-politica .custom-menu ul a[disabled],
body a.tematica-ciencia-politica .custom-menu ul a[disabled],
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a[disabled],
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a[disabled],
fieldset[disabled] body .tematica-ciencia-politica .custom-menu ul a,
fieldset[disabled] body a.tematica-ciencia-politica .custom-menu ul a,
fieldset[disabled] body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a,
fieldset[disabled] body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a,
body .tematica-ciencia-politica .custom-menu ul a.disabled:hover,
body a.tematica-ciencia-politica .custom-menu ul a.disabled:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.disabled:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.disabled:hover,
body .tematica-ciencia-politica .custom-menu ul a[disabled]:hover,
body a.tematica-ciencia-politica .custom-menu ul a[disabled]:hover,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a[disabled]:hover,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a[disabled]:hover,
fieldset[disabled] body .tematica-ciencia-politica .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-ciencia-politica .custom-menu ul a:hover,
fieldset[disabled] body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a:hover,
body .tematica-ciencia-politica .custom-menu ul a.disabled:focus,
body a.tematica-ciencia-politica .custom-menu ul a.disabled:focus,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.disabled:focus,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.disabled:focus,
body .tematica-ciencia-politica .custom-menu ul a[disabled]:focus,
body a.tematica-ciencia-politica .custom-menu ul a[disabled]:focus,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a[disabled]:focus,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a[disabled]:focus,
fieldset[disabled] body .tematica-ciencia-politica .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-ciencia-politica .custom-menu ul a:focus,
fieldset[disabled] body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a:focus,
body .tematica-ciencia-politica .custom-menu ul a.disabled.focus,
body a.tematica-ciencia-politica .custom-menu ul a.disabled.focus,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.disabled.focus,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.disabled.focus,
body .tematica-ciencia-politica .custom-menu ul a[disabled].focus,
body a.tematica-ciencia-politica .custom-menu ul a[disabled].focus,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a[disabled].focus,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a[disabled].focus,
fieldset[disabled] body .tematica-ciencia-politica .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-ciencia-politica .custom-menu ul a.focus,
fieldset[disabled] body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.focus,
body .tematica-ciencia-politica .custom-menu ul a.disabled:active,
body a.tematica-ciencia-politica .custom-menu ul a.disabled:active,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.disabled:active,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.disabled:active,
body .tematica-ciencia-politica .custom-menu ul a[disabled]:active,
body a.tematica-ciencia-politica .custom-menu ul a[disabled]:active,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a[disabled]:active,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a[disabled]:active,
fieldset[disabled] body .tematica-ciencia-politica .custom-menu ul a:active,
fieldset[disabled] body a.tematica-ciencia-politica .custom-menu ul a:active,
fieldset[disabled] body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a:active,
fieldset[disabled] body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a:active,
body .tematica-ciencia-politica .custom-menu ul a.disabled.active,
body a.tematica-ciencia-politica .custom-menu ul a.disabled.active,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.disabled.active,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.disabled.active,
body .tematica-ciencia-politica .custom-menu ul a[disabled].active,
body a.tematica-ciencia-politica .custom-menu ul a[disabled].active,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a[disabled].active,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a[disabled].active,
fieldset[disabled] body .tematica-ciencia-politica .custom-menu ul a.active,
fieldset[disabled] body a.tematica-ciencia-politica .custom-menu ul a.active,
fieldset[disabled] body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.active,
fieldset[disabled] body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a.active {
  background-color: #009a97;
  border-color: #009a97;
}
body .tematica-ciencia-politica .custom-menu ul a .badge,
body a.tematica-ciencia-politica .custom-menu ul a .badge,
body .tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a .badge,
body a.tematica-6e7880d3-eaa8-4c2e-a043-79411e475d3a .custom-menu ul a .badge {
  color: #009a97;
  background-color: #eeeeee;
}
body .tematica-ciencias-de-la-educacion,
body a.tematica-ciencias-de-la-educacion,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 {
  /*Plan de estudios specific */
}
body .tematica-ciencias-de-la-educacion a,
body a.tematica-ciencias-de-la-educacion a,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 a,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 a {
  color: #005ea0;
}
body .tematica-ciencias-de-la-educacion a:hover,
body a.tematica-ciencias-de-la-educacion a:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 a:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 a:hover {
  color: #00375e;
}
body .tematica-ciencias-de-la-educacion .btn,
body a.tematica-ciencias-de-la-educacion .btn,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .btn,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .btn {
  color: #fff;
}
body .tematica-ciencias-de-la-educacion .btn:hover,
body a.tematica-ciencias-de-la-educacion .btn:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .btn:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .btn:hover {
  color: #fff;
}
body .tematica-ciencias-de-la-educacion .jumbotron,
body a.tematica-ciencias-de-la-educacion .jumbotron,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron {
  border-top: 5px solid #004b7f;
  background-color: rgba(0, 94, 160, 0.6);
}
body .tematica-ciencias-de-la-educacion .jumbotron .btn,
body a.tematica-ciencias-de-la-educacion .jumbotron .btn,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron .btn,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron .btn {
  background-color: #00375e;
  color: #ffffff;
}
body .tematica-ciencias-de-la-educacion .jumbotron .btn:hover,
body a.tematica-ciencias-de-la-educacion .jumbotron .btn:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron .btn:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron .btn:hover {
  background-color: #0085e2;
}
body .tematica-ciencias-de-la-educacion .jumbotron.white,
body a.tematica-ciencias-de-la-educacion .jumbotron.white,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron.white,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron.white {
  background-color: rgba(255, 255, 255, 0.7);
}
body .tematica-ciencias-de-la-educacion .jumbotron.white h1,
body a.tematica-ciencias-de-la-educacion .jumbotron.white h1,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron.white h1,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron.white h1,
body .tematica-ciencias-de-la-educacion .jumbotron.white h2,
body a.tematica-ciencias-de-la-educacion .jumbotron.white h2,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron.white h2,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron.white h2,
body .tematica-ciencias-de-la-educacion .jumbotron.white h3,
body a.tematica-ciencias-de-la-educacion .jumbotron.white h3,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron.white h3,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron.white h3,
body .tematica-ciencias-de-la-educacion .jumbotron.white h4,
body a.tematica-ciencias-de-la-educacion .jumbotron.white h4,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron.white h4,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron.white h4,
body .tematica-ciencias-de-la-educacion .jumbotron.white h5,
body a.tematica-ciencias-de-la-educacion .jumbotron.white h5,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron.white h5,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron.white h5,
body .tematica-ciencias-de-la-educacion .jumbotron.white h6,
body a.tematica-ciencias-de-la-educacion .jumbotron.white h6,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron.white h6,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .jumbotron.white h6 {
  color: #000000;
}
body .tematica-ciencias-de-la-educacion .media .btn-primary,
body a.tematica-ciencias-de-la-educacion .media .btn-primary,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .media .btn-primary,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .media .btn-primary {
  background-color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .media .btn-primary:hover,
body a.tematica-ciencias-de-la-educacion .media .btn-primary:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .media .btn-primary:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .media .btn-primary:hover {
  background-color: #0085e2;
}
body .tematica-ciencias-de-la-educacion .media .media-heading:after,
body a.tematica-ciencias-de-la-educacion .media .media-heading:after,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .media .media-heading:after,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .media .media-heading:after {
  border-color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .media.lightbg-bar,
body a.tematica-ciencias-de-la-educacion .media.lightbg-bar,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .media.lightbg-bar,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .media.lightbg-bar {
  border-bottom: 3px solid #005ea0;
}
body .tematica-ciencias-de-la-educacion .media.lightbg-bar .plus,
body a.tematica-ciencias-de-la-educacion .media.lightbg-bar .plus,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .media.lightbg-bar .plus,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .media.lightbg-bar .plus {
  background-color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .media:hover .deeplink a i,
body a.tematica-ciencias-de-la-educacion .media:hover .deeplink a i,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .media:hover .deeplink a i,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .media:hover .deeplink a i {
  color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .carousel-caption h1,
body a.tematica-ciencias-de-la-educacion .carousel-caption h1,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carousel-caption h1,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carousel-caption h1,
body .tematica-ciencias-de-la-educacion .carousel-caption h2,
body a.tematica-ciencias-de-la-educacion .carousel-caption h2,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carousel-caption h2,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carousel-caption h2,
body .tematica-ciencias-de-la-educacion .carousel-caption h3,
body a.tematica-ciencias-de-la-educacion .carousel-caption h3,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carousel-caption h3,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carousel-caption h3,
body .tematica-ciencias-de-la-educacion .carousel-caption h4,
body a.tematica-ciencias-de-la-educacion .carousel-caption h4,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carousel-caption h4,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carousel-caption h4,
body .tematica-ciencias-de-la-educacion .carousel-caption h5,
body a.tematica-ciencias-de-la-educacion .carousel-caption h5,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carousel-caption h5,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carousel-caption h5,
body .tematica-ciencias-de-la-educacion .carousel-caption h6,
body a.tematica-ciencias-de-la-educacion .carousel-caption h6,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carousel-caption h6,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carousel-caption h6 {
  color: #000000;
}
body .tematica-ciencias-de-la-educacion .background,
body a.tematica-ciencias-de-la-educacion .background,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .background,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .background {
  background-color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .form-container,
body a.tematica-ciencias-de-la-educacion .form-container,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .form-container,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .form-container {
  border-top: 5px solid #004c81;
}
body .tematica-ciencias-de-la-educacion .form-container h2,
body a.tematica-ciencias-de-la-educacion .form-container h2,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .form-container h2,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .form-container h2 {
  color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .form-container .btn-primary,
body a.tematica-ciencias-de-la-educacion .form-container .btn-primary,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .form-container .btn-primary,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .form-container .btn-primary {
  background-color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .node-og-materia .field-type-file,
body a.tematica-ciencias-de-la-educacion .node-og-materia .field-type-file,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-og-materia .field-type-file,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-og-materia .field-type-file {
  background-color: #005ea0 !important;
}
body .tematica-ciencias-de-la-educacion .node-og-materia .field-type-text-with-summary:after,
body a.tematica-ciencias-de-la-educacion .node-og-materia .field-type-text-with-summary:after,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-og-materia .field-type-text-with-summary:after,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-og-materia .field-type-text-with-summary:after {
  border-bottom: 2px solid #005ea0;
  color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .node-profesor .professor-card .info .body:before,
body a.tematica-ciencias-de-la-educacion .node-profesor .professor-card .info .body:before,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-profesor .professor-card .info .body:before,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-profesor .professor-card .info .body:before,
body .tematica-ciencias-de-la-educacion .node-profesor .professor-card .info a:hover,
body a.tematica-ciencias-de-la-educacion .node-profesor .professor-card .info a:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-profesor .professor-card .info a:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-profesor .professor-card .info a:hover,
body .tematica-ciencias-de-la-educacion .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-ciencias-de-la-educacion .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-ciencias-de-la-educacion .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-ciencias-de-la-educacion .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-ciencias-de-la-educacion .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-ciencias-de-la-educacion .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover {
  color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .node-profesor .body-wrapper .field-label:before,
body a.tematica-ciencias-de-la-educacion .node-profesor .body-wrapper .field-label:before,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-profesor .body-wrapper .field-label:before,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-profesor .body-wrapper .field-label:before {
  border-top: 2px solid #005ea0;
}
body .tematica-ciencias-de-la-educacion .node-webform .field-name-title h2,
body a.tematica-ciencias-de-la-educacion .node-webform .field-name-title h2,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-webform .field-name-title h2,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-webform .field-name-title h2 {
  color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .node-webform .field-name-body .lead,
body a.tematica-ciencias-de-la-educacion .node-webform .field-name-body .lead,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-webform .field-name-body .lead,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-webform .field-name-body .lead {
  color: #000000;
}
body .tematica-ciencias-de-la-educacion .node-webform .field-name-body h3:before,
body a.tematica-ciencias-de-la-educacion .node-webform .field-name-body h3:before,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-webform .field-name-body h3:before,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .node-webform .field-name-body h3:before {
  color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .page-testimonios .field-name-field-testimonio:after,
body a.tematica-ciencias-de-la-educacion .page-testimonios .field-name-field-testimonio:after,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-testimonios .field-name-field-testimonio:after,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-testimonios .field-name-field-testimonio:after,
body .tematica-ciencias-de-la-educacion .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-ciencias-de-la-educacion .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-ciencias-de-la-educacion .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-ciencias-de-la-educacion .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-ciencias-de-la-educacion .page-testimonios .media .media-body > a,
body a.tematica-ciencias-de-la-educacion .page-testimonios .media .media-body > a,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-testimonios .media .media-body > a,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-testimonios .media .media-body > a {
  color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .page-testimonios .media .media-body > a:hover,
body a.tematica-ciencias-de-la-educacion .page-testimonios .media .media-body > a:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-testimonios .media .media-body > a:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-testimonios .media .media-body > a:hover {
  text-decoration: underline;
}
body .tematica-ciencias-de-la-educacion .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-ciencias-de-la-educacion .carreras-header-nav-pills .nav-pills > li a,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carreras-header-nav-pills .nav-pills > li a {
  background-color: #00375e;
  color: #fff;
}
body .tematica-ciencias-de-la-educacion .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-ciencias-de-la-educacion .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-ciencias-de-la-educacion .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-ciencias-de-la-educacion .carreras-header-nav-pills .nav-pills > li a:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carreras-header-nav-pills .nav-pills > li a:hover {
  background-color: #00101b;
}
body .tematica-ciencias-de-la-educacion .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-ciencias-de-la-educacion .carreras-header-nav-pills .nav-pills > li a.active:before,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .carreras-header-nav-pills .nav-pills > li a.active:before {
  border-color: #00101b transparent transparent transparent;
}
body .tematica-ciencias-de-la-educacion .card-wrapper .normal .inner,
body a.tematica-ciencias-de-la-educacion .card-wrapper .normal .inner,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .card-wrapper .normal .inner,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .card-wrapper .normal .inner,
body .tematica-ciencias-de-la-educacion.card-wrapper .normal .inner,
body a.tematica-ciencias-de-la-educacion.card-wrapper .normal .inner,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26.card-wrapper .normal .inner,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26.card-wrapper .normal .inner {
  border-top: 5px solid #004b7f;
  margin-top: -5px;
}
body .tematica-ciencias-de-la-educacion .card-wrapper .hover .inner,
body a.tematica-ciencias-de-la-educacion .card-wrapper .hover .inner,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .card-wrapper .hover .inner,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .card-wrapper .hover .inner,
body .tematica-ciencias-de-la-educacion.card-wrapper .hover .inner,
body a.tematica-ciencias-de-la-educacion.card-wrapper .hover .inner,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26.card-wrapper .hover .inner,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26.card-wrapper .hover .inner {
  background-color: rgba(0, 94, 160, 0.8);
  color: #ffffff;
}
body .tematica-ciencias-de-la-educacion .card-wrapper .hover .inner .summary,
body a.tematica-ciencias-de-la-educacion .card-wrapper .hover .inner .summary,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .card-wrapper .hover .inner .summary,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .card-wrapper .hover .inner .summary,
body .tematica-ciencias-de-la-educacion.card-wrapper .hover .inner .summary,
body a.tematica-ciencias-de-la-educacion.card-wrapper .hover .inner .summary,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26.card-wrapper .hover .inner .summary,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26.card-wrapper .hover .inner .summary {
  color: #ffffff;
}
body .tematica-ciencias-de-la-educacion .card-wrapper .card5,
body a.tematica-ciencias-de-la-educacion .card-wrapper .card5,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .card-wrapper .card5,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .card-wrapper .card5,
body .tematica-ciencias-de-la-educacion.card-wrapper .card5,
body a.tematica-ciencias-de-la-educacion.card-wrapper .card5,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26.card-wrapper .card5,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26.card-wrapper .card5 {
  background-color: rgba(0, 94, 160, 0.8);
  color: #ffffff;
}
body .tematica-ciencias-de-la-educacion .vertical-highlighted .primary,
body a.tematica-ciencias-de-la-educacion .vertical-highlighted .primary,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .vertical-highlighted .primary,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .vertical-highlighted .primary,
body .tematica-ciencias-de-la-educacion .vertical-highlighted .secondary,
body a.tematica-ciencias-de-la-educacion .vertical-highlighted .secondary,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .vertical-highlighted .secondary,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .vertical-highlighted .secondary,
body .tematica-ciencias-de-la-educacion .vertical-highlighted .flexible,
body a.tematica-ciencias-de-la-educacion .vertical-highlighted .flexible,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .vertical-highlighted .flexible,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .vertical-highlighted .flexible {
  border-color: #00375e;
}
body .tematica-ciencias-de-la-educacion .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-ciencias-de-la-educacion .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-ciencias-de-la-educacion .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-ciencias-de-la-educacion .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-ciencias-de-la-educacion .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-ciencias-de-la-educacion .vertical-highlighted .flexible .vertical-highlighted-body,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .vertical-highlighted .flexible .vertical-highlighted-body {
  border-color: #00375e;
}
body .tematica-ciencias-de-la-educacion .tematica-sidemenu a,
body a.tematica-ciencias-de-la-educacion .tematica-sidemenu a,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tematica-sidemenu a,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tematica-sidemenu a {
  background-color: #000;
}
body .tematica-ciencias-de-la-educacion .tematica-sidemenu a:hover,
body a.tematica-ciencias-de-la-educacion .tematica-sidemenu a:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tematica-sidemenu a:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tematica-sidemenu a:hover,
body .tematica-ciencias-de-la-educacion .tematica-sidemenu a.active,
body a.tematica-ciencias-de-la-educacion .tematica-sidemenu a.active,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tematica-sidemenu a.active,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tematica-sidemenu a.active {
  background-color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .page-header-nav-pills h1,
body a.tematica-ciencias-de-la-educacion .page-header-nav-pills h1,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-header-nav-pills h1,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-header-nav-pills h1,
body .tematica-ciencias-de-la-educacion .page-header-nav-pills h2,
body a.tematica-ciencias-de-la-educacion .page-header-nav-pills h2,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-header-nav-pills h2,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-header-nav-pills h2,
body .tematica-ciencias-de-la-educacion .page-header-nav-pills h3,
body a.tematica-ciencias-de-la-educacion .page-header-nav-pills h3,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-header-nav-pills h3,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-header-nav-pills h3 {
  color: #000000;
}
body .tematica-ciencias-de-la-educacion .page-header-nav-pills h4,
body a.tematica-ciencias-de-la-educacion .page-header-nav-pills h4,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-header-nav-pills h4,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-header-nav-pills h4,
body .tematica-ciencias-de-la-educacion .page-header-nav-pills h5,
body a.tematica-ciencias-de-la-educacion .page-header-nav-pills h5,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-header-nav-pills h5,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-header-nav-pills h5,
body .tematica-ciencias-de-la-educacion .page-header-nav-pills h6,
body a.tematica-ciencias-de-la-educacion .page-header-nav-pills h6,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-header-nav-pills h6,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-header-nav-pills h6,
body .tematica-ciencias-de-la-educacion .page-header-nav-pills p,
body a.tematica-ciencias-de-la-educacion .page-header-nav-pills p,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-header-nav-pills p,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-header-nav-pills p {
  color: #8a8b8c;
}
body .tematica-ciencias-de-la-educacion .page-header-nav-pills .nav-pills > li a,
body a.tematica-ciencias-de-la-educacion .page-header-nav-pills .nav-pills > li a,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-header-nav-pills .nav-pills > li a,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-header-nav-pills .nav-pills > li a {
  background-color: #005ea0;
  color: #fff;
}
body .tematica-ciencias-de-la-educacion .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-ciencias-de-la-educacion .page-header-nav-pills .nav-pills > li a:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .page-header-nav-pills .nav-pills > li a:hover {
  background-color: #00375e;
}
body .tematica-ciencias-de-la-educacion .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-ciencias-de-la-educacion .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark {
  border-top-color: #00375e;
}
body .tematica-ciencias-de-la-educacion .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-ciencias-de-la-educacion .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark {
  border-right-color: #00375e;
}
body .tematica-ciencias-de-la-educacion .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-ciencias-de-la-educacion .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark {
  border-bottom-color: #00375e;
}
body .tematica-ciencias-de-la-educacion .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-ciencias-de-la-educacion .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark {
  border-left-color: #00375e;
}
body .tematica-ciencias-de-la-educacion .tab-pills .nav-tabs > li,
body a.tematica-ciencias-de-la-educacion .tab-pills .nav-tabs > li,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tab-pills .nav-tabs > li,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tab-pills .nav-tabs > li {
  background-color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .tab-pills .nav-tabs > li a,
body a.tematica-ciencias-de-la-educacion .tab-pills .nav-tabs > li a,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tab-pills .nav-tabs > li a,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tab-pills .nav-tabs > li a {
  color: #ffffff;
}
body .tematica-ciencias-de-la-educacion .tab-pills .nav-tabs > li.active a,
body a.tematica-ciencias-de-la-educacion .tab-pills .nav-tabs > li.active a,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tab-pills .nav-tabs > li.active a,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tab-pills .nav-tabs > li.active a,
body .tematica-ciencias-de-la-educacion .tab-pills .nav-tabs > li a:hover,
body a.tematica-ciencias-de-la-educacion .tab-pills .nav-tabs > li a:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tab-pills .nav-tabs > li a:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tab-pills .nav-tabs > li a:hover {
  background-color: #00375e;
}
body .tematica-ciencias-de-la-educacion .tab-pills .tab-content,
body a.tematica-ciencias-de-la-educacion .tab-pills .tab-content,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tab-pills .tab-content,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .tab-pills .tab-content {
  background-color: #eeeeee;
}
body .tematica-ciencias-de-la-educacion .view .view-header h3::before,
body a.tematica-ciencias-de-la-educacion .view .view-header h3::before,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view .view-header h3::before,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view .view-header h3::before,
body .tematica-ciencias-de-la-educacion .view .view-content > h3::before,
body a.tematica-ciencias-de-la-educacion .view .view-content > h3::before,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view .view-content > h3::before,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view .view-content > h3::before,
body .tematica-ciencias-de-la-educacion .view .view-content .media .media-body .bottom::before,
body a.tematica-ciencias-de-la-educacion .view .view-content .media .media-body .bottom::before,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view .view-content .media .media-body .bottom::before,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view .view-content .media .media-body .bottom::before,
body .tematica-ciencias-de-la-educacion .view .view-content .media .media-heading a:hover,
body a.tematica-ciencias-de-la-educacion .view .view-content .media .media-heading a:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view .view-content .media .media-heading a:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view .view-content .media .media-heading a:hover,
body .tematica-ciencias-de-la-educacion .view .view-content .media .media-body .bottom a:hover,
body a.tematica-ciencias-de-la-educacion .view .view-content .media .media-body .bottom a:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view .view-content .media .media-body .bottom a:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view .view-content .media .media-body .bottom a:hover {
  color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .view .media .media-body .deeplink > a,
body a.tematica-ciencias-de-la-educacion .view .media .media-body .deeplink > a,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view .media .media-body .deeplink > a,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view .media .media-body .deeplink > a {
  background-color: #005ea0;
  color: #fff;
}
body .tematica-ciencias-de-la-educacion .view .media .media-body .deeplink > a:hover,
body a.tematica-ciencias-de-la-educacion .view .media .media-body .deeplink > a:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view .media .media-body .deeplink > a:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view .media .media-body .deeplink > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .tematica-ciencias-de-la-educacion .bloques-container h4:before,
body a.tematica-ciencias-de-la-educacion .bloques-container h4:before,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .bloques-container h4:before,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .bloques-container h4:before {
  color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .social-links .field-item > a:hover .icon,
body a.tematica-ciencias-de-la-educacion .social-links .field-item > a:hover .icon,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .social-links .field-item > a:hover .icon,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .social-links .field-item > a:hover .icon {
  color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-ciencias-de-la-educacion .outside-breadcrumb .breadcrumb > li + li:before,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .outside-breadcrumb .breadcrumb > li + li:before {
  color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .role-menu,
body a.tematica-ciencias-de-la-educacion .role-menu,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .role-menu,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .role-menu {
  background-color: #005ea0;
}
body .tematica-ciencias-de-la-educacion h2.slash:before,
body a.tematica-ciencias-de-la-educacion h2.slash:before,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 h2.slash:before,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 h2.slash:before {
  border-bottom: 2px solid #005ea0;
}
body .tematica-ciencias-de-la-educacion .view-plan-de-estudios .view-content-footer:before,
body a.tematica-ciencias-de-la-educacion .view-plan-de-estudios .view-content-footer:before,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view-plan-de-estudios .view-content-footer:before,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view-plan-de-estudios .view-content-footer:before {
  border-color: #005ea0 !important;
}
body .tematica-ciencias-de-la-educacion .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-ciencias-de-la-educacion .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-ciencias-de-la-educacion .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-ciencias-de-la-educacion .view-plan-de-estudios .view-content-footer .icon div,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view-plan-de-estudios .view-content-footer .icon div {
  background-color: #005ea0 !important;
}
body .tematica-ciencias-de-la-educacion .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-ciencias-de-la-educacion .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico {
  border-top: 5px solid #004b7f;
}
body .tematica-ciencias-de-la-educacion .custom-menu,
body a.tematica-ciencias-de-la-educacion .custom-menu,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu {
  padding-left: 0px;
}
body .tematica-ciencias-de-la-educacion .custom-menu a,
body a.tematica-ciencias-de-la-educacion .custom-menu a,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a {
  color: #fff;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
body .tematica-ciencias-de-la-educacion .custom-menu a:hover,
body a.tematica-ciencias-de-la-educacion .custom-menu a:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a:hover {
  color: #fff;
}
body .tematica-ciencias-de-la-educacion .custom-menu a:hover,
body a.tematica-ciencias-de-la-educacion .custom-menu a:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a:hover,
body .tematica-ciencias-de-la-educacion .custom-menu a:focus,
body a.tematica-ciencias-de-la-educacion .custom-menu a:focus,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a:focus,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a:focus,
body .tematica-ciencias-de-la-educacion .custom-menu a.focus,
body a.tematica-ciencias-de-la-educacion .custom-menu a.focus,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.focus,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.focus,
body .tematica-ciencias-de-la-educacion .custom-menu a:active,
body a.tematica-ciencias-de-la-educacion .custom-menu a:active,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a:active,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a:active,
body .tematica-ciencias-de-la-educacion .custom-menu a.active,
body a.tematica-ciencias-de-la-educacion .custom-menu a.active,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.active,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-ciencias-de-la-educacion .custom-menu a,
.open > .dropdown-togglebody a.tematica-ciencias-de-la-educacion .custom-menu a,
.open > .dropdown-togglebody .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a,
.open > .dropdown-togglebody a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .tematica-ciencias-de-la-educacion .custom-menu a:active,
body a.tematica-ciencias-de-la-educacion .custom-menu a:active,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a:active,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a:active,
body .tematica-ciencias-de-la-educacion .custom-menu a.active,
body a.tematica-ciencias-de-la-educacion .custom-menu a.active,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.active,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-ciencias-de-la-educacion .custom-menu a,
.open > .dropdown-togglebody a.tematica-ciencias-de-la-educacion .custom-menu a,
.open > .dropdown-togglebody .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a,
.open > .dropdown-togglebody a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a {
  background-image: none;
}
body .tematica-ciencias-de-la-educacion .custom-menu a.disabled,
body a.tematica-ciencias-de-la-educacion .custom-menu a.disabled,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.disabled,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.disabled,
body .tematica-ciencias-de-la-educacion .custom-menu a[disabled],
body a.tematica-ciencias-de-la-educacion .custom-menu a[disabled],
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a[disabled],
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a[disabled],
fieldset[disabled] body .tematica-ciencias-de-la-educacion .custom-menu a,
fieldset[disabled] body a.tematica-ciencias-de-la-educacion .custom-menu a,
fieldset[disabled] body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a,
fieldset[disabled] body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a,
body .tematica-ciencias-de-la-educacion .custom-menu a.disabled:hover,
body a.tematica-ciencias-de-la-educacion .custom-menu a.disabled:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.disabled:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.disabled:hover,
body .tematica-ciencias-de-la-educacion .custom-menu a[disabled]:hover,
body a.tematica-ciencias-de-la-educacion .custom-menu a[disabled]:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a[disabled]:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a[disabled]:hover,
fieldset[disabled] body .tematica-ciencias-de-la-educacion .custom-menu a:hover,
fieldset[disabled] body a.tematica-ciencias-de-la-educacion .custom-menu a:hover,
fieldset[disabled] body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a:hover,
fieldset[disabled] body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a:hover,
body .tematica-ciencias-de-la-educacion .custom-menu a.disabled:focus,
body a.tematica-ciencias-de-la-educacion .custom-menu a.disabled:focus,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.disabled:focus,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.disabled:focus,
body .tematica-ciencias-de-la-educacion .custom-menu a[disabled]:focus,
body a.tematica-ciencias-de-la-educacion .custom-menu a[disabled]:focus,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a[disabled]:focus,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a[disabled]:focus,
fieldset[disabled] body .tematica-ciencias-de-la-educacion .custom-menu a:focus,
fieldset[disabled] body a.tematica-ciencias-de-la-educacion .custom-menu a:focus,
fieldset[disabled] body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a:focus,
fieldset[disabled] body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a:focus,
body .tematica-ciencias-de-la-educacion .custom-menu a.disabled.focus,
body a.tematica-ciencias-de-la-educacion .custom-menu a.disabled.focus,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.disabled.focus,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.disabled.focus,
body .tematica-ciencias-de-la-educacion .custom-menu a[disabled].focus,
body a.tematica-ciencias-de-la-educacion .custom-menu a[disabled].focus,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a[disabled].focus,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a[disabled].focus,
fieldset[disabled] body .tematica-ciencias-de-la-educacion .custom-menu a.focus,
fieldset[disabled] body a.tematica-ciencias-de-la-educacion .custom-menu a.focus,
fieldset[disabled] body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.focus,
fieldset[disabled] body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.focus,
body .tematica-ciencias-de-la-educacion .custom-menu a.disabled:active,
body a.tematica-ciencias-de-la-educacion .custom-menu a.disabled:active,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.disabled:active,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.disabled:active,
body .tematica-ciencias-de-la-educacion .custom-menu a[disabled]:active,
body a.tematica-ciencias-de-la-educacion .custom-menu a[disabled]:active,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a[disabled]:active,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a[disabled]:active,
fieldset[disabled] body .tematica-ciencias-de-la-educacion .custom-menu a:active,
fieldset[disabled] body a.tematica-ciencias-de-la-educacion .custom-menu a:active,
fieldset[disabled] body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a:active,
fieldset[disabled] body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a:active,
body .tematica-ciencias-de-la-educacion .custom-menu a.disabled.active,
body a.tematica-ciencias-de-la-educacion .custom-menu a.disabled.active,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.disabled.active,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.disabled.active,
body .tematica-ciencias-de-la-educacion .custom-menu a[disabled].active,
body a.tematica-ciencias-de-la-educacion .custom-menu a[disabled].active,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a[disabled].active,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a[disabled].active,
fieldset[disabled] body .tematica-ciencias-de-la-educacion .custom-menu a.active,
fieldset[disabled] body a.tematica-ciencias-de-la-educacion .custom-menu a.active,
fieldset[disabled] body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.active,
fieldset[disabled] body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
body .tematica-ciencias-de-la-educacion .custom-menu a .badge,
body a.tematica-ciencias-de-la-educacion .custom-menu a .badge,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a .badge,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
body .tematica-ciencias-de-la-educacion .custom-menu ul,
body a.tematica-ciencias-de-la-educacion .custom-menu ul,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul {
  padding-left: 0px;
}
body .tematica-ciencias-de-la-educacion .custom-menu ul a,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a {
  color: #eeeeee;
  background-color: #005ea0;
  border-color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .custom-menu ul a:hover,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a:hover,
body .tematica-ciencias-de-la-educacion .custom-menu ul a:focus,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a:focus,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a:focus,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a:focus,
body .tematica-ciencias-de-la-educacion .custom-menu ul a.focus,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a.focus,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.focus,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.focus,
body .tematica-ciencias-de-la-educacion .custom-menu ul a:active,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a:active,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a:active,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a:active,
body .tematica-ciencias-de-la-educacion .custom-menu ul a.active,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a.active,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.active,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-ciencias-de-la-educacion .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-ciencias-de-la-educacion .custom-menu ul a,
.open > .dropdown-togglebody .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a {
  color: #eeeeee;
  background-color: #00406d;
  border-color: #003a63;
}
body .tematica-ciencias-de-la-educacion .custom-menu ul a:active,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a:active,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a:active,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a:active,
body .tematica-ciencias-de-la-educacion .custom-menu ul a.active,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a.active,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.active,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-ciencias-de-la-educacion .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-ciencias-de-la-educacion .custom-menu ul a,
.open > .dropdown-togglebody .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a {
  background-image: none;
}
body .tematica-ciencias-de-la-educacion .custom-menu ul a.disabled,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a.disabled,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.disabled,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.disabled,
body .tematica-ciencias-de-la-educacion .custom-menu ul a[disabled],
body a.tematica-ciencias-de-la-educacion .custom-menu ul a[disabled],
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a[disabled],
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a[disabled],
fieldset[disabled] body .tematica-ciencias-de-la-educacion .custom-menu ul a,
fieldset[disabled] body a.tematica-ciencias-de-la-educacion .custom-menu ul a,
fieldset[disabled] body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a,
fieldset[disabled] body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a,
body .tematica-ciencias-de-la-educacion .custom-menu ul a.disabled:hover,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a.disabled:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.disabled:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.disabled:hover,
body .tematica-ciencias-de-la-educacion .custom-menu ul a[disabled]:hover,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a[disabled]:hover,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a[disabled]:hover,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a[disabled]:hover,
fieldset[disabled] body .tematica-ciencias-de-la-educacion .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-ciencias-de-la-educacion .custom-menu ul a:hover,
fieldset[disabled] body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a:hover,
body .tematica-ciencias-de-la-educacion .custom-menu ul a.disabled:focus,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a.disabled:focus,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.disabled:focus,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.disabled:focus,
body .tematica-ciencias-de-la-educacion .custom-menu ul a[disabled]:focus,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a[disabled]:focus,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a[disabled]:focus,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a[disabled]:focus,
fieldset[disabled] body .tematica-ciencias-de-la-educacion .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-ciencias-de-la-educacion .custom-menu ul a:focus,
fieldset[disabled] body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a:focus,
body .tematica-ciencias-de-la-educacion .custom-menu ul a.disabled.focus,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a.disabled.focus,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.disabled.focus,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.disabled.focus,
body .tematica-ciencias-de-la-educacion .custom-menu ul a[disabled].focus,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a[disabled].focus,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a[disabled].focus,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a[disabled].focus,
fieldset[disabled] body .tematica-ciencias-de-la-educacion .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-ciencias-de-la-educacion .custom-menu ul a.focus,
fieldset[disabled] body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.focus,
body .tematica-ciencias-de-la-educacion .custom-menu ul a.disabled:active,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a.disabled:active,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.disabled:active,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.disabled:active,
body .tematica-ciencias-de-la-educacion .custom-menu ul a[disabled]:active,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a[disabled]:active,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a[disabled]:active,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a[disabled]:active,
fieldset[disabled] body .tematica-ciencias-de-la-educacion .custom-menu ul a:active,
fieldset[disabled] body a.tematica-ciencias-de-la-educacion .custom-menu ul a:active,
fieldset[disabled] body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a:active,
fieldset[disabled] body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a:active,
body .tematica-ciencias-de-la-educacion .custom-menu ul a.disabled.active,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a.disabled.active,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.disabled.active,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.disabled.active,
body .tematica-ciencias-de-la-educacion .custom-menu ul a[disabled].active,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a[disabled].active,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a[disabled].active,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a[disabled].active,
fieldset[disabled] body .tematica-ciencias-de-la-educacion .custom-menu ul a.active,
fieldset[disabled] body a.tematica-ciencias-de-la-educacion .custom-menu ul a.active,
fieldset[disabled] body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.active,
fieldset[disabled] body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a.active {
  background-color: #005ea0;
  border-color: #005ea0;
}
body .tematica-ciencias-de-la-educacion .custom-menu ul a .badge,
body a.tematica-ciencias-de-la-educacion .custom-menu ul a .badge,
body .tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a .badge,
body a.tematica-4bfaa83b-2fcb-4d65-920e-36dd416b3e26 .custom-menu ul a .badge {
  color: #005ea0;
  background-color: #eeeeee;
}
body .tematica-comunicacion,
body a.tematica-comunicacion,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 {
  /*Plan de estudios specific */
}
body .tematica-comunicacion a,
body a.tematica-comunicacion a,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 a,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 a {
  color: #df002d;
}
body .tematica-comunicacion a:hover,
body a.tematica-comunicacion a:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 a:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 a:hover {
  color: #9d0020;
}
body .tematica-comunicacion .btn,
body a.tematica-comunicacion .btn,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .btn,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .btn {
  color: #fff;
}
body .tematica-comunicacion .btn:hover,
body a.tematica-comunicacion .btn:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .btn:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .btn:hover {
  color: #fff;
}
body .tematica-comunicacion .jumbotron,
body a.tematica-comunicacion .jumbotron,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron {
  border-top: 5px solid #be0026;
  background-color: rgba(223, 0, 45, 0.6);
}
body .tematica-comunicacion .jumbotron .btn,
body a.tematica-comunicacion .jumbotron .btn,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron .btn,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron .btn {
  background-color: #9d0020;
  color: #ffffff;
}
body .tematica-comunicacion .jumbotron .btn:hover,
body a.tematica-comunicacion .jumbotron .btn:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron .btn:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron .btn:hover {
  background-color: #ff224f;
}
body .tematica-comunicacion .jumbotron.white,
body a.tematica-comunicacion .jumbotron.white,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron.white,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron.white {
  background-color: rgba(255, 255, 255, 0.7);
}
body .tematica-comunicacion .jumbotron.white h1,
body a.tematica-comunicacion .jumbotron.white h1,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron.white h1,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron.white h1,
body .tematica-comunicacion .jumbotron.white h2,
body a.tematica-comunicacion .jumbotron.white h2,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron.white h2,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron.white h2,
body .tematica-comunicacion .jumbotron.white h3,
body a.tematica-comunicacion .jumbotron.white h3,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron.white h3,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron.white h3,
body .tematica-comunicacion .jumbotron.white h4,
body a.tematica-comunicacion .jumbotron.white h4,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron.white h4,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron.white h4,
body .tematica-comunicacion .jumbotron.white h5,
body a.tematica-comunicacion .jumbotron.white h5,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron.white h5,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron.white h5,
body .tematica-comunicacion .jumbotron.white h6,
body a.tematica-comunicacion .jumbotron.white h6,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron.white h6,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .jumbotron.white h6 {
  color: #000000;
}
body .tematica-comunicacion .media .btn-primary,
body a.tematica-comunicacion .media .btn-primary,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .media .btn-primary,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .media .btn-primary {
  background-color: #df002d;
}
body .tematica-comunicacion .media .btn-primary:hover,
body a.tematica-comunicacion .media .btn-primary:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .media .btn-primary:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .media .btn-primary:hover {
  background-color: #ff224f;
}
body .tematica-comunicacion .media .media-heading:after,
body a.tematica-comunicacion .media .media-heading:after,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .media .media-heading:after,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .media .media-heading:after {
  border-color: #df002d;
}
body .tematica-comunicacion .media.lightbg-bar,
body a.tematica-comunicacion .media.lightbg-bar,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .media.lightbg-bar,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .media.lightbg-bar {
  border-bottom: 3px solid #df002d;
}
body .tematica-comunicacion .media.lightbg-bar .plus,
body a.tematica-comunicacion .media.lightbg-bar .plus,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .media.lightbg-bar .plus,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .media.lightbg-bar .plus {
  background-color: #df002d;
}
body .tematica-comunicacion .media:hover .deeplink a i,
body a.tematica-comunicacion .media:hover .deeplink a i,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .media:hover .deeplink a i,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .media:hover .deeplink a i {
  color: #df002d;
}
body .tematica-comunicacion .carousel-caption h1,
body a.tematica-comunicacion .carousel-caption h1,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carousel-caption h1,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carousel-caption h1,
body .tematica-comunicacion .carousel-caption h2,
body a.tematica-comunicacion .carousel-caption h2,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carousel-caption h2,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carousel-caption h2,
body .tematica-comunicacion .carousel-caption h3,
body a.tematica-comunicacion .carousel-caption h3,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carousel-caption h3,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carousel-caption h3,
body .tematica-comunicacion .carousel-caption h4,
body a.tematica-comunicacion .carousel-caption h4,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carousel-caption h4,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carousel-caption h4,
body .tematica-comunicacion .carousel-caption h5,
body a.tematica-comunicacion .carousel-caption h5,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carousel-caption h5,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carousel-caption h5,
body .tematica-comunicacion .carousel-caption h6,
body a.tematica-comunicacion .carousel-caption h6,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carousel-caption h6,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carousel-caption h6 {
  color: #000000;
}
body .tematica-comunicacion .background,
body a.tematica-comunicacion .background,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .background,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .background {
  background-color: #df002d;
}
body .tematica-comunicacion .form-container,
body a.tematica-comunicacion .form-container,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .form-container,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .form-container {
  border-top: 5px solid #c00027;
}
body .tematica-comunicacion .form-container h2,
body a.tematica-comunicacion .form-container h2,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .form-container h2,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .form-container h2 {
  color: #df002d;
}
body .tematica-comunicacion .form-container .btn-primary,
body a.tematica-comunicacion .form-container .btn-primary,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .form-container .btn-primary,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .form-container .btn-primary {
  background-color: #df002d;
}
body .tematica-comunicacion .node-og-materia .field-type-file,
body a.tematica-comunicacion .node-og-materia .field-type-file,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-og-materia .field-type-file,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-og-materia .field-type-file {
  background-color: #df002d !important;
}
body .tematica-comunicacion .node-og-materia .field-type-text-with-summary:after,
body a.tematica-comunicacion .node-og-materia .field-type-text-with-summary:after,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-og-materia .field-type-text-with-summary:after,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-og-materia .field-type-text-with-summary:after {
  border-bottom: 2px solid #df002d;
  color: #df002d;
}
body .tematica-comunicacion .node-profesor .professor-card .info .body:before,
body a.tematica-comunicacion .node-profesor .professor-card .info .body:before,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-profesor .professor-card .info .body:before,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-profesor .professor-card .info .body:before,
body .tematica-comunicacion .node-profesor .professor-card .info a:hover,
body a.tematica-comunicacion .node-profesor .professor-card .info a:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-profesor .professor-card .info a:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-profesor .professor-card .info a:hover,
body .tematica-comunicacion .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-comunicacion .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-comunicacion .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-comunicacion .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-comunicacion .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-comunicacion .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover {
  color: #df002d;
}
body .tematica-comunicacion .node-profesor .body-wrapper .field-label:before,
body a.tematica-comunicacion .node-profesor .body-wrapper .field-label:before,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-profesor .body-wrapper .field-label:before,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-profesor .body-wrapper .field-label:before {
  border-top: 2px solid #df002d;
}
body .tematica-comunicacion .node-webform .field-name-title h2,
body a.tematica-comunicacion .node-webform .field-name-title h2,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-webform .field-name-title h2,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-webform .field-name-title h2 {
  color: #df002d;
}
body .tematica-comunicacion .node-webform .field-name-body .lead,
body a.tematica-comunicacion .node-webform .field-name-body .lead,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-webform .field-name-body .lead,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-webform .field-name-body .lead {
  color: #000000;
}
body .tematica-comunicacion .node-webform .field-name-body h3:before,
body a.tematica-comunicacion .node-webform .field-name-body h3:before,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-webform .field-name-body h3:before,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .node-webform .field-name-body h3:before {
  color: #df002d;
}
body .tematica-comunicacion .page-testimonios .field-name-field-testimonio:after,
body a.tematica-comunicacion .page-testimonios .field-name-field-testimonio:after,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-testimonios .field-name-field-testimonio:after,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-testimonios .field-name-field-testimonio:after,
body .tematica-comunicacion .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-comunicacion .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-comunicacion .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-comunicacion .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-comunicacion .page-testimonios .media .media-body > a,
body a.tematica-comunicacion .page-testimonios .media .media-body > a,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-testimonios .media .media-body > a,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-testimonios .media .media-body > a {
  color: #df002d;
}
body .tematica-comunicacion .page-testimonios .media .media-body > a:hover,
body a.tematica-comunicacion .page-testimonios .media .media-body > a:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-testimonios .media .media-body > a:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-testimonios .media .media-body > a:hover {
  text-decoration: underline;
}
body .tematica-comunicacion .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-comunicacion .carreras-header-nav-pills .nav-pills > li a,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carreras-header-nav-pills .nav-pills > li a {
  background-color: #9d0020;
  color: #fff;
}
body .tematica-comunicacion .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-comunicacion .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-comunicacion .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-comunicacion .carreras-header-nav-pills .nav-pills > li a:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carreras-header-nav-pills .nav-pills > li a:hover {
  background-color: #5a0012;
}
body .tematica-comunicacion .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-comunicacion .carreras-header-nav-pills .nav-pills > li a.active:before,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .carreras-header-nav-pills .nav-pills > li a.active:before {
  border-color: #5a0012 transparent transparent transparent;
}
body .tematica-comunicacion .card-wrapper .normal .inner,
body a.tematica-comunicacion .card-wrapper .normal .inner,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .card-wrapper .normal .inner,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .card-wrapper .normal .inner,
body .tematica-comunicacion.card-wrapper .normal .inner,
body a.tematica-comunicacion.card-wrapper .normal .inner,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0.card-wrapper .normal .inner,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0.card-wrapper .normal .inner {
  border-top: 5px solid #be0026;
  margin-top: -5px;
}
body .tematica-comunicacion .card-wrapper .hover .inner,
body a.tematica-comunicacion .card-wrapper .hover .inner,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .card-wrapper .hover .inner,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .card-wrapper .hover .inner,
body .tematica-comunicacion.card-wrapper .hover .inner,
body a.tematica-comunicacion.card-wrapper .hover .inner,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0.card-wrapper .hover .inner,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0.card-wrapper .hover .inner {
  background-color: rgba(223, 0, 45, 0.8);
  color: #ffffff;
}
body .tematica-comunicacion .card-wrapper .hover .inner .summary,
body a.tematica-comunicacion .card-wrapper .hover .inner .summary,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .card-wrapper .hover .inner .summary,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .card-wrapper .hover .inner .summary,
body .tematica-comunicacion.card-wrapper .hover .inner .summary,
body a.tematica-comunicacion.card-wrapper .hover .inner .summary,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0.card-wrapper .hover .inner .summary,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0.card-wrapper .hover .inner .summary {
  color: #ffffff;
}
body .tematica-comunicacion .card-wrapper .card5,
body a.tematica-comunicacion .card-wrapper .card5,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .card-wrapper .card5,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .card-wrapper .card5,
body .tematica-comunicacion.card-wrapper .card5,
body a.tematica-comunicacion.card-wrapper .card5,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0.card-wrapper .card5,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0.card-wrapper .card5 {
  background-color: rgba(223, 0, 45, 0.8);
  color: #ffffff;
}
body .tematica-comunicacion .vertical-highlighted .primary,
body a.tematica-comunicacion .vertical-highlighted .primary,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .vertical-highlighted .primary,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .vertical-highlighted .primary,
body .tematica-comunicacion .vertical-highlighted .secondary,
body a.tematica-comunicacion .vertical-highlighted .secondary,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .vertical-highlighted .secondary,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .vertical-highlighted .secondary,
body .tematica-comunicacion .vertical-highlighted .flexible,
body a.tematica-comunicacion .vertical-highlighted .flexible,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .vertical-highlighted .flexible,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .vertical-highlighted .flexible {
  border-color: #9d0020;
}
body .tematica-comunicacion .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-comunicacion .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-comunicacion .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-comunicacion .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-comunicacion .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-comunicacion .vertical-highlighted .flexible .vertical-highlighted-body,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .vertical-highlighted .flexible .vertical-highlighted-body {
  border-color: #9d0020;
}
body .tematica-comunicacion .tematica-sidemenu a,
body a.tematica-comunicacion .tematica-sidemenu a,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tematica-sidemenu a,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tematica-sidemenu a {
  background-color: #000;
}
body .tematica-comunicacion .tematica-sidemenu a:hover,
body a.tematica-comunicacion .tematica-sidemenu a:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tematica-sidemenu a:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tematica-sidemenu a:hover,
body .tematica-comunicacion .tematica-sidemenu a.active,
body a.tematica-comunicacion .tematica-sidemenu a.active,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tematica-sidemenu a.active,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tematica-sidemenu a.active {
  background-color: #df002d;
}
body .tematica-comunicacion .page-header-nav-pills h1,
body a.tematica-comunicacion .page-header-nav-pills h1,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-header-nav-pills h1,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-header-nav-pills h1,
body .tematica-comunicacion .page-header-nav-pills h2,
body a.tematica-comunicacion .page-header-nav-pills h2,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-header-nav-pills h2,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-header-nav-pills h2,
body .tematica-comunicacion .page-header-nav-pills h3,
body a.tematica-comunicacion .page-header-nav-pills h3,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-header-nav-pills h3,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-header-nav-pills h3 {
  color: #000000;
}
body .tematica-comunicacion .page-header-nav-pills h4,
body a.tematica-comunicacion .page-header-nav-pills h4,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-header-nav-pills h4,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-header-nav-pills h4,
body .tematica-comunicacion .page-header-nav-pills h5,
body a.tematica-comunicacion .page-header-nav-pills h5,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-header-nav-pills h5,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-header-nav-pills h5,
body .tematica-comunicacion .page-header-nav-pills h6,
body a.tematica-comunicacion .page-header-nav-pills h6,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-header-nav-pills h6,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-header-nav-pills h6,
body .tematica-comunicacion .page-header-nav-pills p,
body a.tematica-comunicacion .page-header-nav-pills p,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-header-nav-pills p,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-header-nav-pills p {
  color: #8a8b8c;
}
body .tematica-comunicacion .page-header-nav-pills .nav-pills > li a,
body a.tematica-comunicacion .page-header-nav-pills .nav-pills > li a,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-header-nav-pills .nav-pills > li a,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-header-nav-pills .nav-pills > li a {
  background-color: #df002d;
  color: #fff;
}
body .tematica-comunicacion .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-comunicacion .page-header-nav-pills .nav-pills > li a:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .page-header-nav-pills .nav-pills > li a:hover {
  background-color: #9d0020;
}
body .tematica-comunicacion .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-comunicacion .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark {
  border-top-color: #9d0020;
}
body .tematica-comunicacion .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-comunicacion .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark {
  border-right-color: #9d0020;
}
body .tematica-comunicacion .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-comunicacion .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark {
  border-bottom-color: #9d0020;
}
body .tematica-comunicacion .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-comunicacion .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark {
  border-left-color: #9d0020;
}
body .tematica-comunicacion .tab-pills .nav-tabs > li,
body a.tematica-comunicacion .tab-pills .nav-tabs > li,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tab-pills .nav-tabs > li,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tab-pills .nav-tabs > li {
  background-color: #df002d;
}
body .tematica-comunicacion .tab-pills .nav-tabs > li a,
body a.tematica-comunicacion .tab-pills .nav-tabs > li a,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tab-pills .nav-tabs > li a,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tab-pills .nav-tabs > li a {
  color: #ffffff;
}
body .tematica-comunicacion .tab-pills .nav-tabs > li.active a,
body a.tematica-comunicacion .tab-pills .nav-tabs > li.active a,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tab-pills .nav-tabs > li.active a,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tab-pills .nav-tabs > li.active a,
body .tematica-comunicacion .tab-pills .nav-tabs > li a:hover,
body a.tematica-comunicacion .tab-pills .nav-tabs > li a:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tab-pills .nav-tabs > li a:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tab-pills .nav-tabs > li a:hover {
  background-color: #9d0020;
}
body .tematica-comunicacion .tab-pills .tab-content,
body a.tematica-comunicacion .tab-pills .tab-content,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tab-pills .tab-content,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .tab-pills .tab-content {
  background-color: #eeeeee;
}
body .tematica-comunicacion .view .view-header h3::before,
body a.tematica-comunicacion .view .view-header h3::before,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view .view-header h3::before,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view .view-header h3::before,
body .tematica-comunicacion .view .view-content > h3::before,
body a.tematica-comunicacion .view .view-content > h3::before,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view .view-content > h3::before,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view .view-content > h3::before,
body .tematica-comunicacion .view .view-content .media .media-body .bottom::before,
body a.tematica-comunicacion .view .view-content .media .media-body .bottom::before,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view .view-content .media .media-body .bottom::before,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view .view-content .media .media-body .bottom::before,
body .tematica-comunicacion .view .view-content .media .media-heading a:hover,
body a.tematica-comunicacion .view .view-content .media .media-heading a:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view .view-content .media .media-heading a:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view .view-content .media .media-heading a:hover,
body .tematica-comunicacion .view .view-content .media .media-body .bottom a:hover,
body a.tematica-comunicacion .view .view-content .media .media-body .bottom a:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view .view-content .media .media-body .bottom a:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view .view-content .media .media-body .bottom a:hover {
  color: #df002d;
}
body .tematica-comunicacion .view .media .media-body .deeplink > a,
body a.tematica-comunicacion .view .media .media-body .deeplink > a,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view .media .media-body .deeplink > a,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view .media .media-body .deeplink > a {
  background-color: #df002d;
  color: #fff;
}
body .tematica-comunicacion .view .media .media-body .deeplink > a:hover,
body a.tematica-comunicacion .view .media .media-body .deeplink > a:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view .media .media-body .deeplink > a:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view .media .media-body .deeplink > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .tematica-comunicacion .bloques-container h4:before,
body a.tematica-comunicacion .bloques-container h4:before,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .bloques-container h4:before,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .bloques-container h4:before {
  color: #df002d;
}
body .tematica-comunicacion .social-links .field-item > a:hover .icon,
body a.tematica-comunicacion .social-links .field-item > a:hover .icon,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .social-links .field-item > a:hover .icon,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .social-links .field-item > a:hover .icon {
  color: #df002d;
}
body .tematica-comunicacion .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-comunicacion .outside-breadcrumb .breadcrumb > li + li:before,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .outside-breadcrumb .breadcrumb > li + li:before {
  color: #df002d;
}
body .tematica-comunicacion .role-menu,
body a.tematica-comunicacion .role-menu,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .role-menu,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .role-menu {
  background-color: #df002d;
}
body .tematica-comunicacion h2.slash:before,
body a.tematica-comunicacion h2.slash:before,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 h2.slash:before,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 h2.slash:before {
  border-bottom: 2px solid #df002d;
}
body .tematica-comunicacion .view-plan-de-estudios .view-content-footer:before,
body a.tematica-comunicacion .view-plan-de-estudios .view-content-footer:before,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view-plan-de-estudios .view-content-footer:before,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view-plan-de-estudios .view-content-footer:before {
  border-color: #df002d !important;
}
body .tematica-comunicacion .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-comunicacion .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-comunicacion .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-comunicacion .view-plan-de-estudios .view-content-footer .icon div,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view-plan-de-estudios .view-content-footer .icon div {
  background-color: #df002d !important;
}
body .tematica-comunicacion .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-comunicacion .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico {
  border-top: 5px solid #be0026;
}
body .tematica-comunicacion .custom-menu,
body a.tematica-comunicacion .custom-menu,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu {
  padding-left: 0px;
}
body .tematica-comunicacion .custom-menu a,
body a.tematica-comunicacion .custom-menu a,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a {
  color: #fff;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
body .tematica-comunicacion .custom-menu a:hover,
body a.tematica-comunicacion .custom-menu a:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a:hover {
  color: #fff;
}
body .tematica-comunicacion .custom-menu a:hover,
body a.tematica-comunicacion .custom-menu a:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a:hover,
body .tematica-comunicacion .custom-menu a:focus,
body a.tematica-comunicacion .custom-menu a:focus,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a:focus,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a:focus,
body .tematica-comunicacion .custom-menu a.focus,
body a.tematica-comunicacion .custom-menu a.focus,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.focus,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.focus,
body .tematica-comunicacion .custom-menu a:active,
body a.tematica-comunicacion .custom-menu a:active,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a:active,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a:active,
body .tematica-comunicacion .custom-menu a.active,
body a.tematica-comunicacion .custom-menu a.active,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.active,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-comunicacion .custom-menu a,
.open > .dropdown-togglebody a.tematica-comunicacion .custom-menu a,
.open > .dropdown-togglebody .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a,
.open > .dropdown-togglebody a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .tematica-comunicacion .custom-menu a:active,
body a.tematica-comunicacion .custom-menu a:active,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a:active,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a:active,
body .tematica-comunicacion .custom-menu a.active,
body a.tematica-comunicacion .custom-menu a.active,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.active,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-comunicacion .custom-menu a,
.open > .dropdown-togglebody a.tematica-comunicacion .custom-menu a,
.open > .dropdown-togglebody .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a,
.open > .dropdown-togglebody a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a {
  background-image: none;
}
body .tematica-comunicacion .custom-menu a.disabled,
body a.tematica-comunicacion .custom-menu a.disabled,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.disabled,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.disabled,
body .tematica-comunicacion .custom-menu a[disabled],
body a.tematica-comunicacion .custom-menu a[disabled],
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a[disabled],
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a[disabled],
fieldset[disabled] body .tematica-comunicacion .custom-menu a,
fieldset[disabled] body a.tematica-comunicacion .custom-menu a,
fieldset[disabled] body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a,
fieldset[disabled] body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a,
body .tematica-comunicacion .custom-menu a.disabled:hover,
body a.tematica-comunicacion .custom-menu a.disabled:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.disabled:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.disabled:hover,
body .tematica-comunicacion .custom-menu a[disabled]:hover,
body a.tematica-comunicacion .custom-menu a[disabled]:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a[disabled]:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a[disabled]:hover,
fieldset[disabled] body .tematica-comunicacion .custom-menu a:hover,
fieldset[disabled] body a.tematica-comunicacion .custom-menu a:hover,
fieldset[disabled] body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a:hover,
fieldset[disabled] body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a:hover,
body .tematica-comunicacion .custom-menu a.disabled:focus,
body a.tematica-comunicacion .custom-menu a.disabled:focus,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.disabled:focus,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.disabled:focus,
body .tematica-comunicacion .custom-menu a[disabled]:focus,
body a.tematica-comunicacion .custom-menu a[disabled]:focus,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a[disabled]:focus,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a[disabled]:focus,
fieldset[disabled] body .tematica-comunicacion .custom-menu a:focus,
fieldset[disabled] body a.tematica-comunicacion .custom-menu a:focus,
fieldset[disabled] body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a:focus,
fieldset[disabled] body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a:focus,
body .tematica-comunicacion .custom-menu a.disabled.focus,
body a.tematica-comunicacion .custom-menu a.disabled.focus,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.disabled.focus,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.disabled.focus,
body .tematica-comunicacion .custom-menu a[disabled].focus,
body a.tematica-comunicacion .custom-menu a[disabled].focus,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a[disabled].focus,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a[disabled].focus,
fieldset[disabled] body .tematica-comunicacion .custom-menu a.focus,
fieldset[disabled] body a.tematica-comunicacion .custom-menu a.focus,
fieldset[disabled] body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.focus,
fieldset[disabled] body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.focus,
body .tematica-comunicacion .custom-menu a.disabled:active,
body a.tematica-comunicacion .custom-menu a.disabled:active,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.disabled:active,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.disabled:active,
body .tematica-comunicacion .custom-menu a[disabled]:active,
body a.tematica-comunicacion .custom-menu a[disabled]:active,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a[disabled]:active,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a[disabled]:active,
fieldset[disabled] body .tematica-comunicacion .custom-menu a:active,
fieldset[disabled] body a.tematica-comunicacion .custom-menu a:active,
fieldset[disabled] body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a:active,
fieldset[disabled] body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a:active,
body .tematica-comunicacion .custom-menu a.disabled.active,
body a.tematica-comunicacion .custom-menu a.disabled.active,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.disabled.active,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.disabled.active,
body .tematica-comunicacion .custom-menu a[disabled].active,
body a.tematica-comunicacion .custom-menu a[disabled].active,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a[disabled].active,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a[disabled].active,
fieldset[disabled] body .tematica-comunicacion .custom-menu a.active,
fieldset[disabled] body a.tematica-comunicacion .custom-menu a.active,
fieldset[disabled] body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.active,
fieldset[disabled] body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
body .tematica-comunicacion .custom-menu a .badge,
body a.tematica-comunicacion .custom-menu a .badge,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a .badge,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
body .tematica-comunicacion .custom-menu ul,
body a.tematica-comunicacion .custom-menu ul,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul {
  padding-left: 0px;
}
body .tematica-comunicacion .custom-menu ul a,
body a.tematica-comunicacion .custom-menu ul a,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a {
  color: #eeeeee;
  background-color: #df002d;
  border-color: #df002d;
}
body .tematica-comunicacion .custom-menu ul a:hover,
body a.tematica-comunicacion .custom-menu ul a:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a:hover,
body .tematica-comunicacion .custom-menu ul a:focus,
body a.tematica-comunicacion .custom-menu ul a:focus,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a:focus,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a:focus,
body .tematica-comunicacion .custom-menu ul a.focus,
body a.tematica-comunicacion .custom-menu ul a.focus,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.focus,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.focus,
body .tematica-comunicacion .custom-menu ul a:active,
body a.tematica-comunicacion .custom-menu ul a:active,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a:active,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a:active,
body .tematica-comunicacion .custom-menu ul a.active,
body a.tematica-comunicacion .custom-menu ul a.active,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.active,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-comunicacion .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-comunicacion .custom-menu ul a,
.open > .dropdown-togglebody .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a {
  color: #eeeeee;
  background-color: #ac0023;
  border-color: #a20021;
}
body .tematica-comunicacion .custom-menu ul a:active,
body a.tematica-comunicacion .custom-menu ul a:active,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a:active,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a:active,
body .tematica-comunicacion .custom-menu ul a.active,
body a.tematica-comunicacion .custom-menu ul a.active,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.active,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-comunicacion .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-comunicacion .custom-menu ul a,
.open > .dropdown-togglebody .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a {
  background-image: none;
}
body .tematica-comunicacion .custom-menu ul a.disabled,
body a.tematica-comunicacion .custom-menu ul a.disabled,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.disabled,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.disabled,
body .tematica-comunicacion .custom-menu ul a[disabled],
body a.tematica-comunicacion .custom-menu ul a[disabled],
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a[disabled],
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a[disabled],
fieldset[disabled] body .tematica-comunicacion .custom-menu ul a,
fieldset[disabled] body a.tematica-comunicacion .custom-menu ul a,
fieldset[disabled] body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a,
fieldset[disabled] body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a,
body .tematica-comunicacion .custom-menu ul a.disabled:hover,
body a.tematica-comunicacion .custom-menu ul a.disabled:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.disabled:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.disabled:hover,
body .tematica-comunicacion .custom-menu ul a[disabled]:hover,
body a.tematica-comunicacion .custom-menu ul a[disabled]:hover,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a[disabled]:hover,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a[disabled]:hover,
fieldset[disabled] body .tematica-comunicacion .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-comunicacion .custom-menu ul a:hover,
fieldset[disabled] body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a:hover,
body .tematica-comunicacion .custom-menu ul a.disabled:focus,
body a.tematica-comunicacion .custom-menu ul a.disabled:focus,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.disabled:focus,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.disabled:focus,
body .tematica-comunicacion .custom-menu ul a[disabled]:focus,
body a.tematica-comunicacion .custom-menu ul a[disabled]:focus,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a[disabled]:focus,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a[disabled]:focus,
fieldset[disabled] body .tematica-comunicacion .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-comunicacion .custom-menu ul a:focus,
fieldset[disabled] body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a:focus,
body .tematica-comunicacion .custom-menu ul a.disabled.focus,
body a.tematica-comunicacion .custom-menu ul a.disabled.focus,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.disabled.focus,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.disabled.focus,
body .tematica-comunicacion .custom-menu ul a[disabled].focus,
body a.tematica-comunicacion .custom-menu ul a[disabled].focus,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a[disabled].focus,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a[disabled].focus,
fieldset[disabled] body .tematica-comunicacion .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-comunicacion .custom-menu ul a.focus,
fieldset[disabled] body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.focus,
body .tematica-comunicacion .custom-menu ul a.disabled:active,
body a.tematica-comunicacion .custom-menu ul a.disabled:active,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.disabled:active,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.disabled:active,
body .tematica-comunicacion .custom-menu ul a[disabled]:active,
body a.tematica-comunicacion .custom-menu ul a[disabled]:active,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a[disabled]:active,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a[disabled]:active,
fieldset[disabled] body .tematica-comunicacion .custom-menu ul a:active,
fieldset[disabled] body a.tematica-comunicacion .custom-menu ul a:active,
fieldset[disabled] body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a:active,
fieldset[disabled] body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a:active,
body .tematica-comunicacion .custom-menu ul a.disabled.active,
body a.tematica-comunicacion .custom-menu ul a.disabled.active,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.disabled.active,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.disabled.active,
body .tematica-comunicacion .custom-menu ul a[disabled].active,
body a.tematica-comunicacion .custom-menu ul a[disabled].active,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a[disabled].active,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a[disabled].active,
fieldset[disabled] body .tematica-comunicacion .custom-menu ul a.active,
fieldset[disabled] body a.tematica-comunicacion .custom-menu ul a.active,
fieldset[disabled] body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.active,
fieldset[disabled] body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a.active {
  background-color: #df002d;
  border-color: #df002d;
}
body .tematica-comunicacion .custom-menu ul a .badge,
body a.tematica-comunicacion .custom-menu ul a .badge,
body .tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a .badge,
body a.tematica-34fa1cee-5f0a-479a-8391-f624753301f0 .custom-menu ul a .badge {
  color: #df002d;
  background-color: #eeeeee;
}
body .tematica-contador-publico,
body a.tematica-contador-publico,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 {
  /*Plan de estudios specific */
}
body .tematica-contador-publico a,
body a.tematica-contador-publico a,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 a,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 a {
  color: #ff7727;
}
body .tematica-contador-publico a:hover,
body a.tematica-contador-publico a:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 a:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 a:hover {
  color: #e45400;
}
body .tematica-contador-publico .btn,
body a.tematica-contador-publico .btn,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .btn,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .btn {
  color: #fff;
}
body .tematica-contador-publico .btn:hover,
body a.tematica-contador-publico .btn:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .btn:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .btn:hover {
  color: #fff;
}
body .tematica-contador-publico .jumbotron,
body a.tematica-contador-publico .jumbotron,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron {
  border-top: 5px solid #ff6206;
  background-color: rgba(255, 119, 39, 0.6);
}
body .tematica-contador-publico .jumbotron .btn,
body a.tematica-contador-publico .jumbotron .btn,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron .btn,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron .btn {
  background-color: #e45400;
  color: #ffffff;
}
body .tematica-contador-publico .jumbotron .btn:hover,
body a.tematica-contador-publico .jumbotron .btn:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron .btn:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron .btn:hover {
  background-color: #ffa169;
}
body .tematica-contador-publico .jumbotron.white,
body a.tematica-contador-publico .jumbotron.white,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron.white,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron.white {
  background-color: rgba(255, 255, 255, 0.7);
}
body .tematica-contador-publico .jumbotron.white h1,
body a.tematica-contador-publico .jumbotron.white h1,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron.white h1,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron.white h1,
body .tematica-contador-publico .jumbotron.white h2,
body a.tematica-contador-publico .jumbotron.white h2,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron.white h2,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron.white h2,
body .tematica-contador-publico .jumbotron.white h3,
body a.tematica-contador-publico .jumbotron.white h3,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron.white h3,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron.white h3,
body .tematica-contador-publico .jumbotron.white h4,
body a.tematica-contador-publico .jumbotron.white h4,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron.white h4,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron.white h4,
body .tematica-contador-publico .jumbotron.white h5,
body a.tematica-contador-publico .jumbotron.white h5,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron.white h5,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron.white h5,
body .tematica-contador-publico .jumbotron.white h6,
body a.tematica-contador-publico .jumbotron.white h6,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron.white h6,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .jumbotron.white h6 {
  color: #000000;
}
body .tematica-contador-publico .media .btn-primary,
body a.tematica-contador-publico .media .btn-primary,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .media .btn-primary,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .media .btn-primary {
  background-color: #ff7727;
}
body .tematica-contador-publico .media .btn-primary:hover,
body a.tematica-contador-publico .media .btn-primary:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .media .btn-primary:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .media .btn-primary:hover {
  background-color: #ffa169;
}
body .tematica-contador-publico .media .media-heading:after,
body a.tematica-contador-publico .media .media-heading:after,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .media .media-heading:after,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .media .media-heading:after {
  border-color: #ff7727;
}
body .tematica-contador-publico .media.lightbg-bar,
body a.tematica-contador-publico .media.lightbg-bar,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .media.lightbg-bar,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .media.lightbg-bar {
  border-bottom: 3px solid #ff7727;
}
body .tematica-contador-publico .media.lightbg-bar .plus,
body a.tematica-contador-publico .media.lightbg-bar .plus,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .media.lightbg-bar .plus,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .media.lightbg-bar .plus {
  background-color: #ff7727;
}
body .tematica-contador-publico .media:hover .deeplink a i,
body a.tematica-contador-publico .media:hover .deeplink a i,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .media:hover .deeplink a i,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .media:hover .deeplink a i {
  color: #ff7727;
}
body .tematica-contador-publico .carousel-caption h1,
body a.tematica-contador-publico .carousel-caption h1,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carousel-caption h1,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carousel-caption h1,
body .tematica-contador-publico .carousel-caption h2,
body a.tematica-contador-publico .carousel-caption h2,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carousel-caption h2,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carousel-caption h2,
body .tematica-contador-publico .carousel-caption h3,
body a.tematica-contador-publico .carousel-caption h3,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carousel-caption h3,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carousel-caption h3,
body .tematica-contador-publico .carousel-caption h4,
body a.tematica-contador-publico .carousel-caption h4,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carousel-caption h4,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carousel-caption h4,
body .tematica-contador-publico .carousel-caption h5,
body a.tematica-contador-publico .carousel-caption h5,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carousel-caption h5,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carousel-caption h5,
body .tematica-contador-publico .carousel-caption h6,
body a.tematica-contador-publico .carousel-caption h6,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carousel-caption h6,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carousel-caption h6 {
  color: #000000;
}
body .tematica-contador-publico .background,
body a.tematica-contador-publico .background,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .background,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .background {
  background-color: #ff7727;
}
body .tematica-contador-publico .form-container,
body a.tematica-contador-publico .form-container,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .form-container,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .form-container {
  border-top: 5px solid #ff6408;
}
body .tematica-contador-publico .form-container h2,
body a.tematica-contador-publico .form-container h2,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .form-container h2,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .form-container h2 {
  color: #ff7727;
}
body .tematica-contador-publico .form-container .btn-primary,
body a.tematica-contador-publico .form-container .btn-primary,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .form-container .btn-primary,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .form-container .btn-primary {
  background-color: #ff7727;
}
body .tematica-contador-publico .node-og-materia .field-type-file,
body a.tematica-contador-publico .node-og-materia .field-type-file,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-og-materia .field-type-file,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-og-materia .field-type-file {
  background-color: #ff7727 !important;
}
body .tematica-contador-publico .node-og-materia .field-type-text-with-summary:after,
body a.tematica-contador-publico .node-og-materia .field-type-text-with-summary:after,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-og-materia .field-type-text-with-summary:after,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-og-materia .field-type-text-with-summary:after {
  border-bottom: 2px solid #ff7727;
  color: #ff7727;
}
body .tematica-contador-publico .node-profesor .professor-card .info .body:before,
body a.tematica-contador-publico .node-profesor .professor-card .info .body:before,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-profesor .professor-card .info .body:before,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-profesor .professor-card .info .body:before,
body .tematica-contador-publico .node-profesor .professor-card .info a:hover,
body a.tematica-contador-publico .node-profesor .professor-card .info a:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-profesor .professor-card .info a:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-profesor .professor-card .info a:hover,
body .tematica-contador-publico .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-contador-publico .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-contador-publico .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-contador-publico .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-contador-publico .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-contador-publico .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover {
  color: #ff7727;
}
body .tematica-contador-publico .node-profesor .body-wrapper .field-label:before,
body a.tematica-contador-publico .node-profesor .body-wrapper .field-label:before,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-profesor .body-wrapper .field-label:before,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-profesor .body-wrapper .field-label:before {
  border-top: 2px solid #ff7727;
}
body .tematica-contador-publico .node-webform .field-name-title h2,
body a.tematica-contador-publico .node-webform .field-name-title h2,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-webform .field-name-title h2,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-webform .field-name-title h2 {
  color: #ff7727;
}
body .tematica-contador-publico .node-webform .field-name-body .lead,
body a.tematica-contador-publico .node-webform .field-name-body .lead,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-webform .field-name-body .lead,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-webform .field-name-body .lead {
  color: #000000;
}
body .tematica-contador-publico .node-webform .field-name-body h3:before,
body a.tematica-contador-publico .node-webform .field-name-body h3:before,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-webform .field-name-body h3:before,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .node-webform .field-name-body h3:before {
  color: #ff7727;
}
body .tematica-contador-publico .page-testimonios .field-name-field-testimonio:after,
body a.tematica-contador-publico .page-testimonios .field-name-field-testimonio:after,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-testimonios .field-name-field-testimonio:after,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-testimonios .field-name-field-testimonio:after,
body .tematica-contador-publico .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-contador-publico .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-contador-publico .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-contador-publico .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-contador-publico .page-testimonios .media .media-body > a,
body a.tematica-contador-publico .page-testimonios .media .media-body > a,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-testimonios .media .media-body > a,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-testimonios .media .media-body > a {
  color: #ff7727;
}
body .tematica-contador-publico .page-testimonios .media .media-body > a:hover,
body a.tematica-contador-publico .page-testimonios .media .media-body > a:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-testimonios .media .media-body > a:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-testimonios .media .media-body > a:hover {
  text-decoration: underline;
}
body .tematica-contador-publico .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-contador-publico .carreras-header-nav-pills .nav-pills > li a,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carreras-header-nav-pills .nav-pills > li a {
  background-color: #e45400;
  color: #fff;
}
body .tematica-contador-publico .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-contador-publico .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-contador-publico .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-contador-publico .carreras-header-nav-pills .nav-pills > li a:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carreras-header-nav-pills .nav-pills > li a:hover {
  background-color: #a13c00;
}
body .tematica-contador-publico .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-contador-publico .carreras-header-nav-pills .nav-pills > li a.active:before,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .carreras-header-nav-pills .nav-pills > li a.active:before {
  border-color: #a13c00 transparent transparent transparent;
}
body .tematica-contador-publico .card-wrapper .normal .inner,
body a.tematica-contador-publico .card-wrapper .normal .inner,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .card-wrapper .normal .inner,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .card-wrapper .normal .inner,
body .tematica-contador-publico.card-wrapper .normal .inner,
body a.tematica-contador-publico.card-wrapper .normal .inner,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1.card-wrapper .normal .inner,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1.card-wrapper .normal .inner {
  border-top: 5px solid #ff6206;
  margin-top: -5px;
}
body .tematica-contador-publico .card-wrapper .hover .inner,
body a.tematica-contador-publico .card-wrapper .hover .inner,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .card-wrapper .hover .inner,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .card-wrapper .hover .inner,
body .tematica-contador-publico.card-wrapper .hover .inner,
body a.tematica-contador-publico.card-wrapper .hover .inner,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1.card-wrapper .hover .inner,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1.card-wrapper .hover .inner {
  background-color: rgba(255, 119, 39, 0.8);
  color: #ffffff;
}
body .tematica-contador-publico .card-wrapper .hover .inner .summary,
body a.tematica-contador-publico .card-wrapper .hover .inner .summary,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .card-wrapper .hover .inner .summary,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .card-wrapper .hover .inner .summary,
body .tematica-contador-publico.card-wrapper .hover .inner .summary,
body a.tematica-contador-publico.card-wrapper .hover .inner .summary,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1.card-wrapper .hover .inner .summary,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1.card-wrapper .hover .inner .summary {
  color: #ffffff;
}
body .tematica-contador-publico .card-wrapper .card5,
body a.tematica-contador-publico .card-wrapper .card5,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .card-wrapper .card5,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .card-wrapper .card5,
body .tematica-contador-publico.card-wrapper .card5,
body a.tematica-contador-publico.card-wrapper .card5,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1.card-wrapper .card5,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1.card-wrapper .card5 {
  background-color: rgba(255, 119, 39, 0.8);
  color: #ffffff;
}
body .tematica-contador-publico .vertical-highlighted .primary,
body a.tematica-contador-publico .vertical-highlighted .primary,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .vertical-highlighted .primary,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .vertical-highlighted .primary,
body .tematica-contador-publico .vertical-highlighted .secondary,
body a.tematica-contador-publico .vertical-highlighted .secondary,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .vertical-highlighted .secondary,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .vertical-highlighted .secondary,
body .tematica-contador-publico .vertical-highlighted .flexible,
body a.tematica-contador-publico .vertical-highlighted .flexible,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .vertical-highlighted .flexible,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .vertical-highlighted .flexible {
  border-color: #e45400;
}
body .tematica-contador-publico .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-contador-publico .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-contador-publico .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-contador-publico .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-contador-publico .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-contador-publico .vertical-highlighted .flexible .vertical-highlighted-body,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .vertical-highlighted .flexible .vertical-highlighted-body {
  border-color: #e45400;
}
body .tematica-contador-publico .tematica-sidemenu a,
body a.tematica-contador-publico .tematica-sidemenu a,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tematica-sidemenu a,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tematica-sidemenu a {
  background-color: #000;
}
body .tematica-contador-publico .tematica-sidemenu a:hover,
body a.tematica-contador-publico .tematica-sidemenu a:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tematica-sidemenu a:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tematica-sidemenu a:hover,
body .tematica-contador-publico .tematica-sidemenu a.active,
body a.tematica-contador-publico .tematica-sidemenu a.active,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tematica-sidemenu a.active,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tematica-sidemenu a.active {
  background-color: #ff7727;
}
body .tematica-contador-publico .page-header-nav-pills h1,
body a.tematica-contador-publico .page-header-nav-pills h1,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-header-nav-pills h1,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-header-nav-pills h1,
body .tematica-contador-publico .page-header-nav-pills h2,
body a.tematica-contador-publico .page-header-nav-pills h2,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-header-nav-pills h2,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-header-nav-pills h2,
body .tematica-contador-publico .page-header-nav-pills h3,
body a.tematica-contador-publico .page-header-nav-pills h3,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-header-nav-pills h3,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-header-nav-pills h3 {
  color: #000000;
}
body .tematica-contador-publico .page-header-nav-pills h4,
body a.tematica-contador-publico .page-header-nav-pills h4,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-header-nav-pills h4,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-header-nav-pills h4,
body .tematica-contador-publico .page-header-nav-pills h5,
body a.tematica-contador-publico .page-header-nav-pills h5,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-header-nav-pills h5,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-header-nav-pills h5,
body .tematica-contador-publico .page-header-nav-pills h6,
body a.tematica-contador-publico .page-header-nav-pills h6,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-header-nav-pills h6,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-header-nav-pills h6,
body .tematica-contador-publico .page-header-nav-pills p,
body a.tematica-contador-publico .page-header-nav-pills p,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-header-nav-pills p,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-header-nav-pills p {
  color: #8a8b8c;
}
body .tematica-contador-publico .page-header-nav-pills .nav-pills > li a,
body a.tematica-contador-publico .page-header-nav-pills .nav-pills > li a,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-header-nav-pills .nav-pills > li a,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-header-nav-pills .nav-pills > li a {
  background-color: #ff7727;
  color: #fff;
}
body .tematica-contador-publico .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-contador-publico .page-header-nav-pills .nav-pills > li a:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .page-header-nav-pills .nav-pills > li a:hover {
  background-color: #e45400;
}
body .tematica-contador-publico .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-contador-publico .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark {
  border-top-color: #e45400;
}
body .tematica-contador-publico .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-contador-publico .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark {
  border-right-color: #e45400;
}
body .tematica-contador-publico .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-contador-publico .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark {
  border-bottom-color: #e45400;
}
body .tematica-contador-publico .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-contador-publico .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark {
  border-left-color: #e45400;
}
body .tematica-contador-publico .tab-pills .nav-tabs > li,
body a.tematica-contador-publico .tab-pills .nav-tabs > li,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tab-pills .nav-tabs > li,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tab-pills .nav-tabs > li {
  background-color: #ff7727;
}
body .tematica-contador-publico .tab-pills .nav-tabs > li a,
body a.tematica-contador-publico .tab-pills .nav-tabs > li a,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tab-pills .nav-tabs > li a,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tab-pills .nav-tabs > li a {
  color: #ffffff;
}
body .tematica-contador-publico .tab-pills .nav-tabs > li.active a,
body a.tematica-contador-publico .tab-pills .nav-tabs > li.active a,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tab-pills .nav-tabs > li.active a,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tab-pills .nav-tabs > li.active a,
body .tematica-contador-publico .tab-pills .nav-tabs > li a:hover,
body a.tematica-contador-publico .tab-pills .nav-tabs > li a:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tab-pills .nav-tabs > li a:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tab-pills .nav-tabs > li a:hover {
  background-color: #e45400;
}
body .tematica-contador-publico .tab-pills .tab-content,
body a.tematica-contador-publico .tab-pills .tab-content,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tab-pills .tab-content,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .tab-pills .tab-content {
  background-color: #eeeeee;
}
body .tematica-contador-publico .view .view-header h3::before,
body a.tematica-contador-publico .view .view-header h3::before,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view .view-header h3::before,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view .view-header h3::before,
body .tematica-contador-publico .view .view-content > h3::before,
body a.tematica-contador-publico .view .view-content > h3::before,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view .view-content > h3::before,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view .view-content > h3::before,
body .tematica-contador-publico .view .view-content .media .media-body .bottom::before,
body a.tematica-contador-publico .view .view-content .media .media-body .bottom::before,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view .view-content .media .media-body .bottom::before,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view .view-content .media .media-body .bottom::before,
body .tematica-contador-publico .view .view-content .media .media-heading a:hover,
body a.tematica-contador-publico .view .view-content .media .media-heading a:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view .view-content .media .media-heading a:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view .view-content .media .media-heading a:hover,
body .tematica-contador-publico .view .view-content .media .media-body .bottom a:hover,
body a.tematica-contador-publico .view .view-content .media .media-body .bottom a:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view .view-content .media .media-body .bottom a:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view .view-content .media .media-body .bottom a:hover {
  color: #ff7727;
}
body .tematica-contador-publico .view .media .media-body .deeplink > a,
body a.tematica-contador-publico .view .media .media-body .deeplink > a,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view .media .media-body .deeplink > a,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view .media .media-body .deeplink > a {
  background-color: #ff7727;
  color: #fff;
}
body .tematica-contador-publico .view .media .media-body .deeplink > a:hover,
body a.tematica-contador-publico .view .media .media-body .deeplink > a:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view .media .media-body .deeplink > a:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view .media .media-body .deeplink > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .tematica-contador-publico .bloques-container h4:before,
body a.tematica-contador-publico .bloques-container h4:before,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .bloques-container h4:before,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .bloques-container h4:before {
  color: #ff7727;
}
body .tematica-contador-publico .social-links .field-item > a:hover .icon,
body a.tematica-contador-publico .social-links .field-item > a:hover .icon,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .social-links .field-item > a:hover .icon,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .social-links .field-item > a:hover .icon {
  color: #ff7727;
}
body .tematica-contador-publico .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-contador-publico .outside-breadcrumb .breadcrumb > li + li:before,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .outside-breadcrumb .breadcrumb > li + li:before {
  color: #ff7727;
}
body .tematica-contador-publico .role-menu,
body a.tematica-contador-publico .role-menu,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .role-menu,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .role-menu {
  background-color: #ff7727;
}
body .tematica-contador-publico h2.slash:before,
body a.tematica-contador-publico h2.slash:before,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 h2.slash:before,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 h2.slash:before {
  border-bottom: 2px solid #ff7727;
}
body .tematica-contador-publico .view-plan-de-estudios .view-content-footer:before,
body a.tematica-contador-publico .view-plan-de-estudios .view-content-footer:before,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view-plan-de-estudios .view-content-footer:before,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view-plan-de-estudios .view-content-footer:before {
  border-color: #ff7727 !important;
}
body .tematica-contador-publico .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-contador-publico .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-contador-publico .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-contador-publico .view-plan-de-estudios .view-content-footer .icon div,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view-plan-de-estudios .view-content-footer .icon div {
  background-color: #ff7727 !important;
}
body .tematica-contador-publico .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-contador-publico .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico {
  border-top: 5px solid #ff6206;
}
body .tematica-contador-publico .custom-menu,
body a.tematica-contador-publico .custom-menu,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu {
  padding-left: 0px;
}
body .tematica-contador-publico .custom-menu a,
body a.tematica-contador-publico .custom-menu a,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a {
  color: #fff;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
body .tematica-contador-publico .custom-menu a:hover,
body a.tematica-contador-publico .custom-menu a:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a:hover {
  color: #fff;
}
body .tematica-contador-publico .custom-menu a:hover,
body a.tematica-contador-publico .custom-menu a:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a:hover,
body .tematica-contador-publico .custom-menu a:focus,
body a.tematica-contador-publico .custom-menu a:focus,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a:focus,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a:focus,
body .tematica-contador-publico .custom-menu a.focus,
body a.tematica-contador-publico .custom-menu a.focus,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.focus,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.focus,
body .tematica-contador-publico .custom-menu a:active,
body a.tematica-contador-publico .custom-menu a:active,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a:active,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a:active,
body .tematica-contador-publico .custom-menu a.active,
body a.tematica-contador-publico .custom-menu a.active,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.active,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-contador-publico .custom-menu a,
.open > .dropdown-togglebody a.tematica-contador-publico .custom-menu a,
.open > .dropdown-togglebody .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a,
.open > .dropdown-togglebody a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .tematica-contador-publico .custom-menu a:active,
body a.tematica-contador-publico .custom-menu a:active,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a:active,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a:active,
body .tematica-contador-publico .custom-menu a.active,
body a.tematica-contador-publico .custom-menu a.active,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.active,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-contador-publico .custom-menu a,
.open > .dropdown-togglebody a.tematica-contador-publico .custom-menu a,
.open > .dropdown-togglebody .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a,
.open > .dropdown-togglebody a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a {
  background-image: none;
}
body .tematica-contador-publico .custom-menu a.disabled,
body a.tematica-contador-publico .custom-menu a.disabled,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.disabled,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.disabled,
body .tematica-contador-publico .custom-menu a[disabled],
body a.tematica-contador-publico .custom-menu a[disabled],
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a[disabled],
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a[disabled],
fieldset[disabled] body .tematica-contador-publico .custom-menu a,
fieldset[disabled] body a.tematica-contador-publico .custom-menu a,
fieldset[disabled] body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a,
fieldset[disabled] body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a,
body .tematica-contador-publico .custom-menu a.disabled:hover,
body a.tematica-contador-publico .custom-menu a.disabled:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.disabled:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.disabled:hover,
body .tematica-contador-publico .custom-menu a[disabled]:hover,
body a.tematica-contador-publico .custom-menu a[disabled]:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a[disabled]:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a[disabled]:hover,
fieldset[disabled] body .tematica-contador-publico .custom-menu a:hover,
fieldset[disabled] body a.tematica-contador-publico .custom-menu a:hover,
fieldset[disabled] body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a:hover,
fieldset[disabled] body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a:hover,
body .tematica-contador-publico .custom-menu a.disabled:focus,
body a.tematica-contador-publico .custom-menu a.disabled:focus,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.disabled:focus,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.disabled:focus,
body .tematica-contador-publico .custom-menu a[disabled]:focus,
body a.tematica-contador-publico .custom-menu a[disabled]:focus,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a[disabled]:focus,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a[disabled]:focus,
fieldset[disabled] body .tematica-contador-publico .custom-menu a:focus,
fieldset[disabled] body a.tematica-contador-publico .custom-menu a:focus,
fieldset[disabled] body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a:focus,
fieldset[disabled] body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a:focus,
body .tematica-contador-publico .custom-menu a.disabled.focus,
body a.tematica-contador-publico .custom-menu a.disabled.focus,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.disabled.focus,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.disabled.focus,
body .tematica-contador-publico .custom-menu a[disabled].focus,
body a.tematica-contador-publico .custom-menu a[disabled].focus,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a[disabled].focus,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a[disabled].focus,
fieldset[disabled] body .tematica-contador-publico .custom-menu a.focus,
fieldset[disabled] body a.tematica-contador-publico .custom-menu a.focus,
fieldset[disabled] body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.focus,
fieldset[disabled] body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.focus,
body .tematica-contador-publico .custom-menu a.disabled:active,
body a.tematica-contador-publico .custom-menu a.disabled:active,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.disabled:active,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.disabled:active,
body .tematica-contador-publico .custom-menu a[disabled]:active,
body a.tematica-contador-publico .custom-menu a[disabled]:active,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a[disabled]:active,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a[disabled]:active,
fieldset[disabled] body .tematica-contador-publico .custom-menu a:active,
fieldset[disabled] body a.tematica-contador-publico .custom-menu a:active,
fieldset[disabled] body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a:active,
fieldset[disabled] body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a:active,
body .tematica-contador-publico .custom-menu a.disabled.active,
body a.tematica-contador-publico .custom-menu a.disabled.active,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.disabled.active,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.disabled.active,
body .tematica-contador-publico .custom-menu a[disabled].active,
body a.tematica-contador-publico .custom-menu a[disabled].active,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a[disabled].active,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a[disabled].active,
fieldset[disabled] body .tematica-contador-publico .custom-menu a.active,
fieldset[disabled] body a.tematica-contador-publico .custom-menu a.active,
fieldset[disabled] body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.active,
fieldset[disabled] body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
body .tematica-contador-publico .custom-menu a .badge,
body a.tematica-contador-publico .custom-menu a .badge,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a .badge,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
body .tematica-contador-publico .custom-menu ul,
body a.tematica-contador-publico .custom-menu ul,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul {
  padding-left: 0px;
}
body .tematica-contador-publico .custom-menu ul a,
body a.tematica-contador-publico .custom-menu ul a,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a {
  color: #eeeeee;
  background-color: #ff7727;
  border-color: #ff7727;
}
body .tematica-contador-publico .custom-menu ul a:hover,
body a.tematica-contador-publico .custom-menu ul a:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a:hover,
body .tematica-contador-publico .custom-menu ul a:focus,
body a.tematica-contador-publico .custom-menu ul a:focus,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a:focus,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a:focus,
body .tematica-contador-publico .custom-menu ul a.focus,
body a.tematica-contador-publico .custom-menu ul a.focus,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.focus,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.focus,
body .tematica-contador-publico .custom-menu ul a:active,
body a.tematica-contador-publico .custom-menu ul a:active,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a:active,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a:active,
body .tematica-contador-publico .custom-menu ul a.active,
body a.tematica-contador-publico .custom-menu ul a.active,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.active,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-contador-publico .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-contador-publico .custom-menu ul a,
.open > .dropdown-togglebody .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a {
  color: #eeeeee;
  background-color: #f35a00;
  border-color: #e95600;
}
body .tematica-contador-publico .custom-menu ul a:active,
body a.tematica-contador-publico .custom-menu ul a:active,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a:active,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a:active,
body .tematica-contador-publico .custom-menu ul a.active,
body a.tematica-contador-publico .custom-menu ul a.active,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.active,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-contador-publico .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-contador-publico .custom-menu ul a,
.open > .dropdown-togglebody .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a {
  background-image: none;
}
body .tematica-contador-publico .custom-menu ul a.disabled,
body a.tematica-contador-publico .custom-menu ul a.disabled,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.disabled,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.disabled,
body .tematica-contador-publico .custom-menu ul a[disabled],
body a.tematica-contador-publico .custom-menu ul a[disabled],
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a[disabled],
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a[disabled],
fieldset[disabled] body .tematica-contador-publico .custom-menu ul a,
fieldset[disabled] body a.tematica-contador-publico .custom-menu ul a,
fieldset[disabled] body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a,
fieldset[disabled] body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a,
body .tematica-contador-publico .custom-menu ul a.disabled:hover,
body a.tematica-contador-publico .custom-menu ul a.disabled:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.disabled:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.disabled:hover,
body .tematica-contador-publico .custom-menu ul a[disabled]:hover,
body a.tematica-contador-publico .custom-menu ul a[disabled]:hover,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a[disabled]:hover,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a[disabled]:hover,
fieldset[disabled] body .tematica-contador-publico .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-contador-publico .custom-menu ul a:hover,
fieldset[disabled] body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a:hover,
body .tematica-contador-publico .custom-menu ul a.disabled:focus,
body a.tematica-contador-publico .custom-menu ul a.disabled:focus,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.disabled:focus,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.disabled:focus,
body .tematica-contador-publico .custom-menu ul a[disabled]:focus,
body a.tematica-contador-publico .custom-menu ul a[disabled]:focus,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a[disabled]:focus,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a[disabled]:focus,
fieldset[disabled] body .tematica-contador-publico .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-contador-publico .custom-menu ul a:focus,
fieldset[disabled] body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a:focus,
body .tematica-contador-publico .custom-menu ul a.disabled.focus,
body a.tematica-contador-publico .custom-menu ul a.disabled.focus,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.disabled.focus,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.disabled.focus,
body .tematica-contador-publico .custom-menu ul a[disabled].focus,
body a.tematica-contador-publico .custom-menu ul a[disabled].focus,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a[disabled].focus,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a[disabled].focus,
fieldset[disabled] body .tematica-contador-publico .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-contador-publico .custom-menu ul a.focus,
fieldset[disabled] body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.focus,
body .tematica-contador-publico .custom-menu ul a.disabled:active,
body a.tematica-contador-publico .custom-menu ul a.disabled:active,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.disabled:active,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.disabled:active,
body .tematica-contador-publico .custom-menu ul a[disabled]:active,
body a.tematica-contador-publico .custom-menu ul a[disabled]:active,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a[disabled]:active,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a[disabled]:active,
fieldset[disabled] body .tematica-contador-publico .custom-menu ul a:active,
fieldset[disabled] body a.tematica-contador-publico .custom-menu ul a:active,
fieldset[disabled] body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a:active,
fieldset[disabled] body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a:active,
body .tematica-contador-publico .custom-menu ul a.disabled.active,
body a.tematica-contador-publico .custom-menu ul a.disabled.active,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.disabled.active,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.disabled.active,
body .tematica-contador-publico .custom-menu ul a[disabled].active,
body a.tematica-contador-publico .custom-menu ul a[disabled].active,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a[disabled].active,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a[disabled].active,
fieldset[disabled] body .tematica-contador-publico .custom-menu ul a.active,
fieldset[disabled] body a.tematica-contador-publico .custom-menu ul a.active,
fieldset[disabled] body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.active,
fieldset[disabled] body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a.active {
  background-color: #ff7727;
  border-color: #ff7727;
}
body .tematica-contador-publico .custom-menu ul a .badge,
body a.tematica-contador-publico .custom-menu ul a .badge,
body .tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a .badge,
body a.tematica-bdd22825-8c73-4363-9b88-bdce087fb4b1 .custom-menu ul a .badge {
  color: #ff7727;
  background-color: #eeeeee;
}
body .tematica-cconomia,
body a.tematica-cconomia,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 {
  /*Plan de estudios specific */
}
body .tematica-cconomia a,
body a.tematica-cconomia a,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 a,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 a {
  color: #5927a1;
}
body .tematica-cconomia a:hover,
body a.tematica-cconomia a:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 a:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 a:hover {
  color: #3b1a6c;
}
body .tematica-cconomia .btn,
body a.tematica-cconomia .btn,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .btn,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .btn {
  color: #fff;
}
body .tematica-cconomia .btn:hover,
body a.tematica-cconomia .btn:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .btn:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .btn:hover {
  color: #fff;
}
body .tematica-cconomia .jumbotron,
body a.tematica-cconomia .jumbotron,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron {
  border-top: 5px solid #4a2186;
  background-color: rgba(89, 39, 161, 0.6);
}
body .tematica-cconomia .jumbotron .btn,
body a.tematica-cconomia .jumbotron .btn,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron .btn,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron .btn {
  background-color: #3b1a6c;
  color: #ffffff;
}
body .tematica-cconomia .jumbotron .btn:hover,
body a.tematica-cconomia .jumbotron .btn:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron .btn:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron .btn:hover {
  background-color: #783bcf;
}
body .tematica-cconomia .jumbotron.white,
body a.tematica-cconomia .jumbotron.white,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron.white,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron.white {
  background-color: rgba(255, 255, 255, 0.7);
}
body .tematica-cconomia .jumbotron.white h1,
body a.tematica-cconomia .jumbotron.white h1,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron.white h1,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron.white h1,
body .tematica-cconomia .jumbotron.white h2,
body a.tematica-cconomia .jumbotron.white h2,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron.white h2,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron.white h2,
body .tematica-cconomia .jumbotron.white h3,
body a.tematica-cconomia .jumbotron.white h3,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron.white h3,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron.white h3,
body .tematica-cconomia .jumbotron.white h4,
body a.tematica-cconomia .jumbotron.white h4,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron.white h4,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron.white h4,
body .tematica-cconomia .jumbotron.white h5,
body a.tematica-cconomia .jumbotron.white h5,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron.white h5,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron.white h5,
body .tematica-cconomia .jumbotron.white h6,
body a.tematica-cconomia .jumbotron.white h6,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron.white h6,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .jumbotron.white h6 {
  color: #000000;
}
body .tematica-cconomia .media .btn-primary,
body a.tematica-cconomia .media .btn-primary,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .media .btn-primary,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .media .btn-primary {
  background-color: #5927a1;
}
body .tematica-cconomia .media .btn-primary:hover,
body a.tematica-cconomia .media .btn-primary:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .media .btn-primary:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .media .btn-primary:hover {
  background-color: #783bcf;
}
body .tematica-cconomia .media .media-heading:after,
body a.tematica-cconomia .media .media-heading:after,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .media .media-heading:after,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .media .media-heading:after {
  border-color: #5927a1;
}
body .tematica-cconomia .media.lightbg-bar,
body a.tematica-cconomia .media.lightbg-bar,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .media.lightbg-bar,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .media.lightbg-bar {
  border-bottom: 3px solid #5927a1;
}
body .tematica-cconomia .media.lightbg-bar .plus,
body a.tematica-cconomia .media.lightbg-bar .plus,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .media.lightbg-bar .plus,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .media.lightbg-bar .plus {
  background-color: #5927a1;
}
body .tematica-cconomia .media:hover .deeplink a i,
body a.tematica-cconomia .media:hover .deeplink a i,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .media:hover .deeplink a i,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .media:hover .deeplink a i {
  color: #5927a1;
}
body .tematica-cconomia .carousel-caption h1,
body a.tematica-cconomia .carousel-caption h1,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carousel-caption h1,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carousel-caption h1,
body .tematica-cconomia .carousel-caption h2,
body a.tematica-cconomia .carousel-caption h2,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carousel-caption h2,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carousel-caption h2,
body .tematica-cconomia .carousel-caption h3,
body a.tematica-cconomia .carousel-caption h3,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carousel-caption h3,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carousel-caption h3,
body .tematica-cconomia .carousel-caption h4,
body a.tematica-cconomia .carousel-caption h4,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carousel-caption h4,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carousel-caption h4,
body .tematica-cconomia .carousel-caption h5,
body a.tematica-cconomia .carousel-caption h5,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carousel-caption h5,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carousel-caption h5,
body .tematica-cconomia .carousel-caption h6,
body a.tematica-cconomia .carousel-caption h6,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carousel-caption h6,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carousel-caption h6 {
  color: #000000;
}
body .tematica-cconomia .background,
body a.tematica-cconomia .background,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .background,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .background {
  background-color: #5927a1;
}
body .tematica-cconomia .form-container,
body a.tematica-cconomia .form-container,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .form-container,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .form-container {
  border-top: 5px solid #4b2188;
}
body .tematica-cconomia .form-container h2,
body a.tematica-cconomia .form-container h2,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .form-container h2,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .form-container h2 {
  color: #5927a1;
}
body .tematica-cconomia .form-container .btn-primary,
body a.tematica-cconomia .form-container .btn-primary,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .form-container .btn-primary,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .form-container .btn-primary {
  background-color: #5927a1;
}
body .tematica-cconomia .node-og-materia .field-type-file,
body a.tematica-cconomia .node-og-materia .field-type-file,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-og-materia .field-type-file,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-og-materia .field-type-file {
  background-color: #5927a1 !important;
}
body .tematica-cconomia .node-og-materia .field-type-text-with-summary:after,
body a.tematica-cconomia .node-og-materia .field-type-text-with-summary:after,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-og-materia .field-type-text-with-summary:after,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-og-materia .field-type-text-with-summary:after {
  border-bottom: 2px solid #5927a1;
  color: #5927a1;
}
body .tematica-cconomia .node-profesor .professor-card .info .body:before,
body a.tematica-cconomia .node-profesor .professor-card .info .body:before,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-profesor .professor-card .info .body:before,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-profesor .professor-card .info .body:before,
body .tematica-cconomia .node-profesor .professor-card .info a:hover,
body a.tematica-cconomia .node-profesor .professor-card .info a:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-profesor .professor-card .info a:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-profesor .professor-card .info a:hover,
body .tematica-cconomia .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-cconomia .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-cconomia .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-cconomia .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-cconomia .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-cconomia .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover {
  color: #5927a1;
}
body .tematica-cconomia .node-profesor .body-wrapper .field-label:before,
body a.tematica-cconomia .node-profesor .body-wrapper .field-label:before,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-profesor .body-wrapper .field-label:before,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-profesor .body-wrapper .field-label:before {
  border-top: 2px solid #5927a1;
}
body .tematica-cconomia .node-webform .field-name-title h2,
body a.tematica-cconomia .node-webform .field-name-title h2,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-webform .field-name-title h2,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-webform .field-name-title h2 {
  color: #5927a1;
}
body .tematica-cconomia .node-webform .field-name-body .lead,
body a.tematica-cconomia .node-webform .field-name-body .lead,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-webform .field-name-body .lead,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-webform .field-name-body .lead {
  color: #000000;
}
body .tematica-cconomia .node-webform .field-name-body h3:before,
body a.tematica-cconomia .node-webform .field-name-body h3:before,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-webform .field-name-body h3:before,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .node-webform .field-name-body h3:before {
  color: #5927a1;
}
body .tematica-cconomia .page-testimonios .field-name-field-testimonio:after,
body a.tematica-cconomia .page-testimonios .field-name-field-testimonio:after,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-testimonios .field-name-field-testimonio:after,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-testimonios .field-name-field-testimonio:after,
body .tematica-cconomia .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-cconomia .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-cconomia .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-cconomia .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-cconomia .page-testimonios .media .media-body > a,
body a.tematica-cconomia .page-testimonios .media .media-body > a,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-testimonios .media .media-body > a,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-testimonios .media .media-body > a {
  color: #5927a1;
}
body .tematica-cconomia .page-testimonios .media .media-body > a:hover,
body a.tematica-cconomia .page-testimonios .media .media-body > a:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-testimonios .media .media-body > a:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-testimonios .media .media-body > a:hover {
  text-decoration: underline;
}
body .tematica-cconomia .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-cconomia .carreras-header-nav-pills .nav-pills > li a,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carreras-header-nav-pills .nav-pills > li a {
  background-color: #3b1a6c;
  color: #fff;
}
body .tematica-cconomia .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-cconomia .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-cconomia .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-cconomia .carreras-header-nav-pills .nav-pills > li a:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carreras-header-nav-pills .nav-pills > li a:hover {
  background-color: #1e0d36;
}
body .tematica-cconomia .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-cconomia .carreras-header-nav-pills .nav-pills > li a.active:before,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .carreras-header-nav-pills .nav-pills > li a.active:before {
  border-color: #1e0d36 transparent transparent transparent;
}
body .tematica-cconomia .card-wrapper .normal .inner,
body a.tematica-cconomia .card-wrapper .normal .inner,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .card-wrapper .normal .inner,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .card-wrapper .normal .inner,
body .tematica-cconomia.card-wrapper .normal .inner,
body a.tematica-cconomia.card-wrapper .normal .inner,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39.card-wrapper .normal .inner,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39.card-wrapper .normal .inner {
  border-top: 5px solid #4a2186;
  margin-top: -5px;
}
body .tematica-cconomia .card-wrapper .hover .inner,
body a.tematica-cconomia .card-wrapper .hover .inner,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .card-wrapper .hover .inner,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .card-wrapper .hover .inner,
body .tematica-cconomia.card-wrapper .hover .inner,
body a.tematica-cconomia.card-wrapper .hover .inner,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39.card-wrapper .hover .inner,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39.card-wrapper .hover .inner {
  background-color: rgba(89, 39, 161, 0.8);
  color: #ffffff;
}
body .tematica-cconomia .card-wrapper .hover .inner .summary,
body a.tematica-cconomia .card-wrapper .hover .inner .summary,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .card-wrapper .hover .inner .summary,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .card-wrapper .hover .inner .summary,
body .tematica-cconomia.card-wrapper .hover .inner .summary,
body a.tematica-cconomia.card-wrapper .hover .inner .summary,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39.card-wrapper .hover .inner .summary,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39.card-wrapper .hover .inner .summary {
  color: #ffffff;
}
body .tematica-cconomia .card-wrapper .card5,
body a.tematica-cconomia .card-wrapper .card5,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .card-wrapper .card5,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .card-wrapper .card5,
body .tematica-cconomia.card-wrapper .card5,
body a.tematica-cconomia.card-wrapper .card5,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39.card-wrapper .card5,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39.card-wrapper .card5 {
  background-color: rgba(89, 39, 161, 0.8);
  color: #ffffff;
}
body .tematica-cconomia .vertical-highlighted .primary,
body a.tematica-cconomia .vertical-highlighted .primary,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .vertical-highlighted .primary,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .vertical-highlighted .primary,
body .tematica-cconomia .vertical-highlighted .secondary,
body a.tematica-cconomia .vertical-highlighted .secondary,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .vertical-highlighted .secondary,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .vertical-highlighted .secondary,
body .tematica-cconomia .vertical-highlighted .flexible,
body a.tematica-cconomia .vertical-highlighted .flexible,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .vertical-highlighted .flexible,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .vertical-highlighted .flexible {
  border-color: #3b1a6c;
}
body .tematica-cconomia .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-cconomia .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-cconomia .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-cconomia .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-cconomia .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-cconomia .vertical-highlighted .flexible .vertical-highlighted-body,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .vertical-highlighted .flexible .vertical-highlighted-body {
  border-color: #3b1a6c;
}
body .tematica-cconomia .tematica-sidemenu a,
body a.tematica-cconomia .tematica-sidemenu a,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tematica-sidemenu a,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tematica-sidemenu a {
  background-color: #000;
}
body .tematica-cconomia .tematica-sidemenu a:hover,
body a.tematica-cconomia .tematica-sidemenu a:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tematica-sidemenu a:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tematica-sidemenu a:hover,
body .tematica-cconomia .tematica-sidemenu a.active,
body a.tematica-cconomia .tematica-sidemenu a.active,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tematica-sidemenu a.active,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tematica-sidemenu a.active {
  background-color: #5927a1;
}
body .tematica-cconomia .page-header-nav-pills h1,
body a.tematica-cconomia .page-header-nav-pills h1,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-header-nav-pills h1,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-header-nav-pills h1,
body .tematica-cconomia .page-header-nav-pills h2,
body a.tematica-cconomia .page-header-nav-pills h2,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-header-nav-pills h2,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-header-nav-pills h2,
body .tematica-cconomia .page-header-nav-pills h3,
body a.tematica-cconomia .page-header-nav-pills h3,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-header-nav-pills h3,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-header-nav-pills h3 {
  color: #000000;
}
body .tematica-cconomia .page-header-nav-pills h4,
body a.tematica-cconomia .page-header-nav-pills h4,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-header-nav-pills h4,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-header-nav-pills h4,
body .tematica-cconomia .page-header-nav-pills h5,
body a.tematica-cconomia .page-header-nav-pills h5,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-header-nav-pills h5,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-header-nav-pills h5,
body .tematica-cconomia .page-header-nav-pills h6,
body a.tematica-cconomia .page-header-nav-pills h6,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-header-nav-pills h6,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-header-nav-pills h6,
body .tematica-cconomia .page-header-nav-pills p,
body a.tematica-cconomia .page-header-nav-pills p,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-header-nav-pills p,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-header-nav-pills p {
  color: #8a8b8c;
}
body .tematica-cconomia .page-header-nav-pills .nav-pills > li a,
body a.tematica-cconomia .page-header-nav-pills .nav-pills > li a,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-header-nav-pills .nav-pills > li a,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-header-nav-pills .nav-pills > li a {
  background-color: #5927a1;
  color: #fff;
}
body .tematica-cconomia .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-cconomia .page-header-nav-pills .nav-pills > li a:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .page-header-nav-pills .nav-pills > li a:hover {
  background-color: #3b1a6c;
}
body .tematica-cconomia .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-cconomia .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark {
  border-top-color: #3b1a6c;
}
body .tematica-cconomia .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-cconomia .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark {
  border-right-color: #3b1a6c;
}
body .tematica-cconomia .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-cconomia .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark {
  border-bottom-color: #3b1a6c;
}
body .tematica-cconomia .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-cconomia .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark {
  border-left-color: #3b1a6c;
}
body .tematica-cconomia .tab-pills .nav-tabs > li,
body a.tematica-cconomia .tab-pills .nav-tabs > li,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tab-pills .nav-tabs > li,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tab-pills .nav-tabs > li {
  background-color: #5927a1;
}
body .tematica-cconomia .tab-pills .nav-tabs > li a,
body a.tematica-cconomia .tab-pills .nav-tabs > li a,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tab-pills .nav-tabs > li a,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tab-pills .nav-tabs > li a {
  color: #ffffff;
}
body .tematica-cconomia .tab-pills .nav-tabs > li.active a,
body a.tematica-cconomia .tab-pills .nav-tabs > li.active a,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tab-pills .nav-tabs > li.active a,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tab-pills .nav-tabs > li.active a,
body .tematica-cconomia .tab-pills .nav-tabs > li a:hover,
body a.tematica-cconomia .tab-pills .nav-tabs > li a:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tab-pills .nav-tabs > li a:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tab-pills .nav-tabs > li a:hover {
  background-color: #3b1a6c;
}
body .tematica-cconomia .tab-pills .tab-content,
body a.tematica-cconomia .tab-pills .tab-content,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tab-pills .tab-content,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .tab-pills .tab-content {
  background-color: #eeeeee;
}
body .tematica-cconomia .view .view-header h3::before,
body a.tematica-cconomia .view .view-header h3::before,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view .view-header h3::before,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view .view-header h3::before,
body .tematica-cconomia .view .view-content > h3::before,
body a.tematica-cconomia .view .view-content > h3::before,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view .view-content > h3::before,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view .view-content > h3::before,
body .tematica-cconomia .view .view-content .media .media-body .bottom::before,
body a.tematica-cconomia .view .view-content .media .media-body .bottom::before,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view .view-content .media .media-body .bottom::before,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view .view-content .media .media-body .bottom::before,
body .tematica-cconomia .view .view-content .media .media-heading a:hover,
body a.tematica-cconomia .view .view-content .media .media-heading a:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view .view-content .media .media-heading a:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view .view-content .media .media-heading a:hover,
body .tematica-cconomia .view .view-content .media .media-body .bottom a:hover,
body a.tematica-cconomia .view .view-content .media .media-body .bottom a:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view .view-content .media .media-body .bottom a:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view .view-content .media .media-body .bottom a:hover {
  color: #5927a1;
}
body .tematica-cconomia .view .media .media-body .deeplink > a,
body a.tematica-cconomia .view .media .media-body .deeplink > a,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view .media .media-body .deeplink > a,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view .media .media-body .deeplink > a {
  background-color: #5927a1;
  color: #fff;
}
body .tematica-cconomia .view .media .media-body .deeplink > a:hover,
body a.tematica-cconomia .view .media .media-body .deeplink > a:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view .media .media-body .deeplink > a:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view .media .media-body .deeplink > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .tematica-cconomia .bloques-container h4:before,
body a.tematica-cconomia .bloques-container h4:before,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .bloques-container h4:before,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .bloques-container h4:before {
  color: #5927a1;
}
body .tematica-cconomia .social-links .field-item > a:hover .icon,
body a.tematica-cconomia .social-links .field-item > a:hover .icon,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .social-links .field-item > a:hover .icon,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .social-links .field-item > a:hover .icon {
  color: #5927a1;
}
body .tematica-cconomia .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-cconomia .outside-breadcrumb .breadcrumb > li + li:before,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .outside-breadcrumb .breadcrumb > li + li:before {
  color: #5927a1;
}
body .tematica-cconomia .role-menu,
body a.tematica-cconomia .role-menu,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .role-menu,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .role-menu {
  background-color: #5927a1;
}
body .tematica-cconomia h2.slash:before,
body a.tematica-cconomia h2.slash:before,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 h2.slash:before,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 h2.slash:before {
  border-bottom: 2px solid #5927a1;
}
body .tematica-cconomia .view-plan-de-estudios .view-content-footer:before,
body a.tematica-cconomia .view-plan-de-estudios .view-content-footer:before,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view-plan-de-estudios .view-content-footer:before,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view-plan-de-estudios .view-content-footer:before {
  border-color: #5927a1 !important;
}
body .tematica-cconomia .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-cconomia .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-cconomia .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-cconomia .view-plan-de-estudios .view-content-footer .icon div,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view-plan-de-estudios .view-content-footer .icon div {
  background-color: #5927a1 !important;
}
body .tematica-cconomia .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-cconomia .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico {
  border-top: 5px solid #4a2186;
}
body .tematica-cconomia .custom-menu,
body a.tematica-cconomia .custom-menu,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu {
  padding-left: 0px;
}
body .tematica-cconomia .custom-menu a,
body a.tematica-cconomia .custom-menu a,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a {
  color: #fff;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
body .tematica-cconomia .custom-menu a:hover,
body a.tematica-cconomia .custom-menu a:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a:hover {
  color: #fff;
}
body .tematica-cconomia .custom-menu a:hover,
body a.tematica-cconomia .custom-menu a:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a:hover,
body .tematica-cconomia .custom-menu a:focus,
body a.tematica-cconomia .custom-menu a:focus,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a:focus,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a:focus,
body .tematica-cconomia .custom-menu a.focus,
body a.tematica-cconomia .custom-menu a.focus,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.focus,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.focus,
body .tematica-cconomia .custom-menu a:active,
body a.tematica-cconomia .custom-menu a:active,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a:active,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a:active,
body .tematica-cconomia .custom-menu a.active,
body a.tematica-cconomia .custom-menu a.active,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.active,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-cconomia .custom-menu a,
.open > .dropdown-togglebody a.tematica-cconomia .custom-menu a,
.open > .dropdown-togglebody .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a,
.open > .dropdown-togglebody a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .tematica-cconomia .custom-menu a:active,
body a.tematica-cconomia .custom-menu a:active,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a:active,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a:active,
body .tematica-cconomia .custom-menu a.active,
body a.tematica-cconomia .custom-menu a.active,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.active,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-cconomia .custom-menu a,
.open > .dropdown-togglebody a.tematica-cconomia .custom-menu a,
.open > .dropdown-togglebody .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a,
.open > .dropdown-togglebody a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a {
  background-image: none;
}
body .tematica-cconomia .custom-menu a.disabled,
body a.tematica-cconomia .custom-menu a.disabled,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.disabled,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.disabled,
body .tematica-cconomia .custom-menu a[disabled],
body a.tematica-cconomia .custom-menu a[disabled],
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a[disabled],
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a[disabled],
fieldset[disabled] body .tematica-cconomia .custom-menu a,
fieldset[disabled] body a.tematica-cconomia .custom-menu a,
fieldset[disabled] body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a,
fieldset[disabled] body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a,
body .tematica-cconomia .custom-menu a.disabled:hover,
body a.tematica-cconomia .custom-menu a.disabled:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.disabled:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.disabled:hover,
body .tematica-cconomia .custom-menu a[disabled]:hover,
body a.tematica-cconomia .custom-menu a[disabled]:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a[disabled]:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a[disabled]:hover,
fieldset[disabled] body .tematica-cconomia .custom-menu a:hover,
fieldset[disabled] body a.tematica-cconomia .custom-menu a:hover,
fieldset[disabled] body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a:hover,
fieldset[disabled] body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a:hover,
body .tematica-cconomia .custom-menu a.disabled:focus,
body a.tematica-cconomia .custom-menu a.disabled:focus,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.disabled:focus,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.disabled:focus,
body .tematica-cconomia .custom-menu a[disabled]:focus,
body a.tematica-cconomia .custom-menu a[disabled]:focus,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a[disabled]:focus,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a[disabled]:focus,
fieldset[disabled] body .tematica-cconomia .custom-menu a:focus,
fieldset[disabled] body a.tematica-cconomia .custom-menu a:focus,
fieldset[disabled] body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a:focus,
fieldset[disabled] body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a:focus,
body .tematica-cconomia .custom-menu a.disabled.focus,
body a.tematica-cconomia .custom-menu a.disabled.focus,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.disabled.focus,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.disabled.focus,
body .tematica-cconomia .custom-menu a[disabled].focus,
body a.tematica-cconomia .custom-menu a[disabled].focus,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a[disabled].focus,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a[disabled].focus,
fieldset[disabled] body .tematica-cconomia .custom-menu a.focus,
fieldset[disabled] body a.tematica-cconomia .custom-menu a.focus,
fieldset[disabled] body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.focus,
fieldset[disabled] body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.focus,
body .tematica-cconomia .custom-menu a.disabled:active,
body a.tematica-cconomia .custom-menu a.disabled:active,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.disabled:active,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.disabled:active,
body .tematica-cconomia .custom-menu a[disabled]:active,
body a.tematica-cconomia .custom-menu a[disabled]:active,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a[disabled]:active,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a[disabled]:active,
fieldset[disabled] body .tematica-cconomia .custom-menu a:active,
fieldset[disabled] body a.tematica-cconomia .custom-menu a:active,
fieldset[disabled] body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a:active,
fieldset[disabled] body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a:active,
body .tematica-cconomia .custom-menu a.disabled.active,
body a.tematica-cconomia .custom-menu a.disabled.active,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.disabled.active,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.disabled.active,
body .tematica-cconomia .custom-menu a[disabled].active,
body a.tematica-cconomia .custom-menu a[disabled].active,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a[disabled].active,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a[disabled].active,
fieldset[disabled] body .tematica-cconomia .custom-menu a.active,
fieldset[disabled] body a.tematica-cconomia .custom-menu a.active,
fieldset[disabled] body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.active,
fieldset[disabled] body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
body .tematica-cconomia .custom-menu a .badge,
body a.tematica-cconomia .custom-menu a .badge,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a .badge,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
body .tematica-cconomia .custom-menu ul,
body a.tematica-cconomia .custom-menu ul,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul {
  padding-left: 0px;
}
body .tematica-cconomia .custom-menu ul a,
body a.tematica-cconomia .custom-menu ul a,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a {
  color: #eeeeee;
  background-color: #5927a1;
  border-color: #5927a1;
}
body .tematica-cconomia .custom-menu ul a:hover,
body a.tematica-cconomia .custom-menu ul a:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a:hover,
body .tematica-cconomia .custom-menu ul a:focus,
body a.tematica-cconomia .custom-menu ul a:focus,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a:focus,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a:focus,
body .tematica-cconomia .custom-menu ul a.focus,
body a.tematica-cconomia .custom-menu ul a.focus,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.focus,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.focus,
body .tematica-cconomia .custom-menu ul a:active,
body a.tematica-cconomia .custom-menu ul a:active,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a:active,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a:active,
body .tematica-cconomia .custom-menu ul a.active,
body a.tematica-cconomia .custom-menu ul a.active,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.active,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-cconomia .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-cconomia .custom-menu ul a,
.open > .dropdown-togglebody .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a {
  color: #eeeeee;
  background-color: #421d78;
  border-color: #3e1b70;
}
body .tematica-cconomia .custom-menu ul a:active,
body a.tematica-cconomia .custom-menu ul a:active,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a:active,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a:active,
body .tematica-cconomia .custom-menu ul a.active,
body a.tematica-cconomia .custom-menu ul a.active,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.active,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-cconomia .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-cconomia .custom-menu ul a,
.open > .dropdown-togglebody .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a {
  background-image: none;
}
body .tematica-cconomia .custom-menu ul a.disabled,
body a.tematica-cconomia .custom-menu ul a.disabled,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.disabled,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.disabled,
body .tematica-cconomia .custom-menu ul a[disabled],
body a.tematica-cconomia .custom-menu ul a[disabled],
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a[disabled],
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a[disabled],
fieldset[disabled] body .tematica-cconomia .custom-menu ul a,
fieldset[disabled] body a.tematica-cconomia .custom-menu ul a,
fieldset[disabled] body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a,
fieldset[disabled] body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a,
body .tematica-cconomia .custom-menu ul a.disabled:hover,
body a.tematica-cconomia .custom-menu ul a.disabled:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.disabled:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.disabled:hover,
body .tematica-cconomia .custom-menu ul a[disabled]:hover,
body a.tematica-cconomia .custom-menu ul a[disabled]:hover,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a[disabled]:hover,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a[disabled]:hover,
fieldset[disabled] body .tematica-cconomia .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-cconomia .custom-menu ul a:hover,
fieldset[disabled] body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a:hover,
body .tematica-cconomia .custom-menu ul a.disabled:focus,
body a.tematica-cconomia .custom-menu ul a.disabled:focus,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.disabled:focus,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.disabled:focus,
body .tematica-cconomia .custom-menu ul a[disabled]:focus,
body a.tematica-cconomia .custom-menu ul a[disabled]:focus,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a[disabled]:focus,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a[disabled]:focus,
fieldset[disabled] body .tematica-cconomia .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-cconomia .custom-menu ul a:focus,
fieldset[disabled] body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a:focus,
body .tematica-cconomia .custom-menu ul a.disabled.focus,
body a.tematica-cconomia .custom-menu ul a.disabled.focus,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.disabled.focus,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.disabled.focus,
body .tematica-cconomia .custom-menu ul a[disabled].focus,
body a.tematica-cconomia .custom-menu ul a[disabled].focus,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a[disabled].focus,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a[disabled].focus,
fieldset[disabled] body .tematica-cconomia .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-cconomia .custom-menu ul a.focus,
fieldset[disabled] body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.focus,
body .tematica-cconomia .custom-menu ul a.disabled:active,
body a.tematica-cconomia .custom-menu ul a.disabled:active,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.disabled:active,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.disabled:active,
body .tematica-cconomia .custom-menu ul a[disabled]:active,
body a.tematica-cconomia .custom-menu ul a[disabled]:active,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a[disabled]:active,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a[disabled]:active,
fieldset[disabled] body .tematica-cconomia .custom-menu ul a:active,
fieldset[disabled] body a.tematica-cconomia .custom-menu ul a:active,
fieldset[disabled] body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a:active,
fieldset[disabled] body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a:active,
body .tematica-cconomia .custom-menu ul a.disabled.active,
body a.tematica-cconomia .custom-menu ul a.disabled.active,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.disabled.active,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.disabled.active,
body .tematica-cconomia .custom-menu ul a[disabled].active,
body a.tematica-cconomia .custom-menu ul a[disabled].active,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a[disabled].active,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a[disabled].active,
fieldset[disabled] body .tematica-cconomia .custom-menu ul a.active,
fieldset[disabled] body a.tematica-cconomia .custom-menu ul a.active,
fieldset[disabled] body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.active,
fieldset[disabled] body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a.active {
  background-color: #5927a1;
  border-color: #5927a1;
}
body .tematica-cconomia .custom-menu ul a .badge,
body a.tematica-cconomia .custom-menu ul a .badge,
body .tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a .badge,
body a.tematica-9daf3324-93f0-4027-9dbb-f496f9f03d39 .custom-menu ul a .badge {
  color: #5927a1;
  background-color: #eeeeee;
}
body .tematica-extension,
body a.tematica-extension,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db {
  /*Plan de estudios specific */
}
body .tematica-extension a,
body a.tematica-extension a,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db a,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db a {
  color: #ff7d2b;
}
body .tematica-extension a:hover,
body a.tematica-extension a:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db a:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db a:hover {
  color: #e85a00;
}
body .tematica-extension .btn,
body a.tematica-extension .btn,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .btn,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .btn {
  color: #fff;
}
body .tematica-extension .btn:hover,
body a.tematica-extension .btn:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .btn:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .btn:hover {
  color: #fff;
}
body .tematica-extension .jumbotron,
body a.tematica-extension .jumbotron,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron {
  border-top: 5px solid #ff690a;
  background-color: rgba(255, 125, 43, 0.6);
}
body .tematica-extension .jumbotron .btn,
body a.tematica-extension .jumbotron .btn,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron .btn,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron .btn {
  background-color: #e85a00;
  color: #ffffff;
}
body .tematica-extension .jumbotron .btn:hover,
body a.tematica-extension .jumbotron .btn:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron .btn:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron .btn:hover {
  background-color: #ffa66d;
}
body .tematica-extension .jumbotron.white,
body a.tematica-extension .jumbotron.white,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron.white,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron.white {
  background-color: rgba(255, 255, 255, 0.7);
}
body .tematica-extension .jumbotron.white h1,
body a.tematica-extension .jumbotron.white h1,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron.white h1,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron.white h1,
body .tematica-extension .jumbotron.white h2,
body a.tematica-extension .jumbotron.white h2,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron.white h2,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron.white h2,
body .tematica-extension .jumbotron.white h3,
body a.tematica-extension .jumbotron.white h3,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron.white h3,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron.white h3,
body .tematica-extension .jumbotron.white h4,
body a.tematica-extension .jumbotron.white h4,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron.white h4,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron.white h4,
body .tematica-extension .jumbotron.white h5,
body a.tematica-extension .jumbotron.white h5,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron.white h5,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron.white h5,
body .tematica-extension .jumbotron.white h6,
body a.tematica-extension .jumbotron.white h6,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron.white h6,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .jumbotron.white h6 {
  color: #000000;
}
body .tematica-extension .media .btn-primary,
body a.tematica-extension .media .btn-primary,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .media .btn-primary,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .media .btn-primary {
  background-color: #ff7d2b;
}
body .tematica-extension .media .btn-primary:hover,
body a.tematica-extension .media .btn-primary:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .media .btn-primary:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .media .btn-primary:hover {
  background-color: #ffa66d;
}
body .tematica-extension .media .media-heading:after,
body a.tematica-extension .media .media-heading:after,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .media .media-heading:after,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .media .media-heading:after {
  border-color: #ff7d2b;
}
body .tematica-extension .media.lightbg-bar,
body a.tematica-extension .media.lightbg-bar,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .media.lightbg-bar,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .media.lightbg-bar {
  border-bottom: 3px solid #ff7d2b;
}
body .tematica-extension .media.lightbg-bar .plus,
body a.tematica-extension .media.lightbg-bar .plus,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .media.lightbg-bar .plus,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .media.lightbg-bar .plus {
  background-color: #ff7d2b;
}
body .tematica-extension .media:hover .deeplink a i,
body a.tematica-extension .media:hover .deeplink a i,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .media:hover .deeplink a i,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .media:hover .deeplink a i {
  color: #ff7d2b;
}
body .tematica-extension .carousel-caption h1,
body a.tematica-extension .carousel-caption h1,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carousel-caption h1,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carousel-caption h1,
body .tematica-extension .carousel-caption h2,
body a.tematica-extension .carousel-caption h2,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carousel-caption h2,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carousel-caption h2,
body .tematica-extension .carousel-caption h3,
body a.tematica-extension .carousel-caption h3,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carousel-caption h3,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carousel-caption h3,
body .tematica-extension .carousel-caption h4,
body a.tematica-extension .carousel-caption h4,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carousel-caption h4,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carousel-caption h4,
body .tematica-extension .carousel-caption h5,
body a.tematica-extension .carousel-caption h5,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carousel-caption h5,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carousel-caption h5,
body .tematica-extension .carousel-caption h6,
body a.tematica-extension .carousel-caption h6,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carousel-caption h6,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carousel-caption h6 {
  color: #000000;
}
body .tematica-extension .background,
body a.tematica-extension .background,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .background,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .background {
  background-color: #ff7d2b;
}
body .tematica-extension .form-container,
body a.tematica-extension .form-container,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .form-container,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .form-container {
  border-top: 5px solid #ff6a0c;
}
body .tematica-extension .form-container h2,
body a.tematica-extension .form-container h2,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .form-container h2,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .form-container h2 {
  color: #ff7d2b;
}
body .tematica-extension .form-container .btn-primary,
body a.tematica-extension .form-container .btn-primary,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .form-container .btn-primary,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .form-container .btn-primary {
  background-color: #ff7d2b;
}
body .tematica-extension .node-og-materia .field-type-file,
body a.tematica-extension .node-og-materia .field-type-file,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-og-materia .field-type-file,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-og-materia .field-type-file {
  background-color: #ff7d2b !important;
}
body .tematica-extension .node-og-materia .field-type-text-with-summary:after,
body a.tematica-extension .node-og-materia .field-type-text-with-summary:after,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-og-materia .field-type-text-with-summary:after,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-og-materia .field-type-text-with-summary:after {
  border-bottom: 2px solid #ff7d2b;
  color: #ff7d2b;
}
body .tematica-extension .node-profesor .professor-card .info .body:before,
body a.tematica-extension .node-profesor .professor-card .info .body:before,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-profesor .professor-card .info .body:before,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-profesor .professor-card .info .body:before,
body .tematica-extension .node-profesor .professor-card .info a:hover,
body a.tematica-extension .node-profesor .professor-card .info a:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-profesor .professor-card .info a:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-profesor .professor-card .info a:hover,
body .tematica-extension .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-extension .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-extension .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-extension .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-extension .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-extension .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-profesor .body-wrapper .field-type-link-field .field-item a:hover {
  color: #ff7d2b;
}
body .tematica-extension .node-profesor .body-wrapper .field-label:before,
body a.tematica-extension .node-profesor .body-wrapper .field-label:before,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-profesor .body-wrapper .field-label:before,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-profesor .body-wrapper .field-label:before {
  border-top: 2px solid #ff7d2b;
}
body .tematica-extension .node-webform .field-name-title h2,
body a.tematica-extension .node-webform .field-name-title h2,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-webform .field-name-title h2,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-webform .field-name-title h2 {
  color: #ff7d2b;
}
body .tematica-extension .node-webform .field-name-body .lead,
body a.tematica-extension .node-webform .field-name-body .lead,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-webform .field-name-body .lead,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-webform .field-name-body .lead {
  color: #000000;
}
body .tematica-extension .node-webform .field-name-body h3:before,
body a.tematica-extension .node-webform .field-name-body h3:before,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-webform .field-name-body h3:before,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .node-webform .field-name-body h3:before {
  color: #ff7d2b;
}
body .tematica-extension .page-testimonios .field-name-field-testimonio:after,
body a.tematica-extension .page-testimonios .field-name-field-testimonio:after,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-testimonios .field-name-field-testimonio:after,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-testimonios .field-name-field-testimonio:after,
body .tematica-extension .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-extension .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-extension .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-extension .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-extension .page-testimonios .media .media-body > a,
body a.tematica-extension .page-testimonios .media .media-body > a,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-testimonios .media .media-body > a,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-testimonios .media .media-body > a {
  color: #ff7d2b;
}
body .tematica-extension .page-testimonios .media .media-body > a:hover,
body a.tematica-extension .page-testimonios .media .media-body > a:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-testimonios .media .media-body > a:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-testimonios .media .media-body > a:hover {
  text-decoration: underline;
}
body .tematica-extension .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-extension .carreras-header-nav-pills .nav-pills > li a,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carreras-header-nav-pills .nav-pills > li a {
  background-color: #e85a00;
  color: #fff;
}
body .tematica-extension .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-extension .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-extension .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-extension .carreras-header-nav-pills .nav-pills > li a:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carreras-header-nav-pills .nav-pills > li a:hover {
  background-color: #a54000;
}
body .tematica-extension .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-extension .carreras-header-nav-pills .nav-pills > li a.active:before,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .carreras-header-nav-pills .nav-pills > li a.active:before {
  border-color: #a54000 transparent transparent transparent;
}
body .tematica-extension .card-wrapper .normal .inner,
body a.tematica-extension .card-wrapper .normal .inner,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .card-wrapper .normal .inner,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .card-wrapper .normal .inner,
body .tematica-extension.card-wrapper .normal .inner,
body a.tematica-extension.card-wrapper .normal .inner,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db.card-wrapper .normal .inner,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db.card-wrapper .normal .inner {
  border-top: 5px solid #ff690a;
  margin-top: -5px;
}
body .tematica-extension .card-wrapper .hover .inner,
body a.tematica-extension .card-wrapper .hover .inner,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .card-wrapper .hover .inner,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .card-wrapper .hover .inner,
body .tematica-extension.card-wrapper .hover .inner,
body a.tematica-extension.card-wrapper .hover .inner,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db.card-wrapper .hover .inner,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db.card-wrapper .hover .inner {
  background-color: rgba(255, 125, 43, 0.8);
  color: #ffffff;
}
body .tematica-extension .card-wrapper .hover .inner .summary,
body a.tematica-extension .card-wrapper .hover .inner .summary,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .card-wrapper .hover .inner .summary,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .card-wrapper .hover .inner .summary,
body .tematica-extension.card-wrapper .hover .inner .summary,
body a.tematica-extension.card-wrapper .hover .inner .summary,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db.card-wrapper .hover .inner .summary,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db.card-wrapper .hover .inner .summary {
  color: #ffffff;
}
body .tematica-extension .card-wrapper .card5,
body a.tematica-extension .card-wrapper .card5,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .card-wrapper .card5,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .card-wrapper .card5,
body .tematica-extension.card-wrapper .card5,
body a.tematica-extension.card-wrapper .card5,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db.card-wrapper .card5,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db.card-wrapper .card5 {
  background-color: rgba(255, 125, 43, 0.8);
  color: #ffffff;
}
body .tematica-extension .vertical-highlighted .primary,
body a.tematica-extension .vertical-highlighted .primary,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .vertical-highlighted .primary,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .vertical-highlighted .primary,
body .tematica-extension .vertical-highlighted .secondary,
body a.tematica-extension .vertical-highlighted .secondary,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .vertical-highlighted .secondary,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .vertical-highlighted .secondary,
body .tematica-extension .vertical-highlighted .flexible,
body a.tematica-extension .vertical-highlighted .flexible,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .vertical-highlighted .flexible,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .vertical-highlighted .flexible {
  border-color: #e85a00;
}
body .tematica-extension .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-extension .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-extension .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-extension .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-extension .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-extension .vertical-highlighted .flexible .vertical-highlighted-body,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .vertical-highlighted .flexible .vertical-highlighted-body {
  border-color: #e85a00;
}
body .tematica-extension .tematica-sidemenu a,
body a.tematica-extension .tematica-sidemenu a,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tematica-sidemenu a,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tematica-sidemenu a {
  background-color: #000;
}
body .tematica-extension .tematica-sidemenu a:hover,
body a.tematica-extension .tematica-sidemenu a:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tematica-sidemenu a:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tematica-sidemenu a:hover,
body .tematica-extension .tematica-sidemenu a.active,
body a.tematica-extension .tematica-sidemenu a.active,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tematica-sidemenu a.active,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tematica-sidemenu a.active {
  background-color: #ff7d2b;
}
body .tematica-extension .page-header-nav-pills h1,
body a.tematica-extension .page-header-nav-pills h1,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-header-nav-pills h1,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-header-nav-pills h1,
body .tematica-extension .page-header-nav-pills h2,
body a.tematica-extension .page-header-nav-pills h2,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-header-nav-pills h2,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-header-nav-pills h2,
body .tematica-extension .page-header-nav-pills h3,
body a.tematica-extension .page-header-nav-pills h3,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-header-nav-pills h3,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-header-nav-pills h3 {
  color: #000000;
}
body .tematica-extension .page-header-nav-pills h4,
body a.tematica-extension .page-header-nav-pills h4,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-header-nav-pills h4,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-header-nav-pills h4,
body .tematica-extension .page-header-nav-pills h5,
body a.tematica-extension .page-header-nav-pills h5,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-header-nav-pills h5,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-header-nav-pills h5,
body .tematica-extension .page-header-nav-pills h6,
body a.tematica-extension .page-header-nav-pills h6,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-header-nav-pills h6,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-header-nav-pills h6,
body .tematica-extension .page-header-nav-pills p,
body a.tematica-extension .page-header-nav-pills p,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-header-nav-pills p,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-header-nav-pills p {
  color: #8a8b8c;
}
body .tematica-extension .page-header-nav-pills .nav-pills > li a,
body a.tematica-extension .page-header-nav-pills .nav-pills > li a,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-header-nav-pills .nav-pills > li a,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-header-nav-pills .nav-pills > li a {
  background-color: #ff7d2b;
  color: #fff;
}
body .tematica-extension .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-extension .page-header-nav-pills .nav-pills > li a:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .page-header-nav-pills .nav-pills > li a:hover {
  background-color: #e85a00;
}
body .tematica-extension .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-extension .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark {
  border-top-color: #e85a00;
}
body .tematica-extension .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-extension .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark {
  border-right-color: #e85a00;
}
body .tematica-extension .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-extension .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark {
  border-bottom-color: #e85a00;
}
body .tematica-extension .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-extension .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark {
  border-left-color: #e85a00;
}
body .tematica-extension .tab-pills .nav-tabs > li,
body a.tematica-extension .tab-pills .nav-tabs > li,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tab-pills .nav-tabs > li,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tab-pills .nav-tabs > li {
  background-color: #ff7d2b;
}
body .tematica-extension .tab-pills .nav-tabs > li a,
body a.tematica-extension .tab-pills .nav-tabs > li a,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tab-pills .nav-tabs > li a,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tab-pills .nav-tabs > li a {
  color: #ffffff;
}
body .tematica-extension .tab-pills .nav-tabs > li.active a,
body a.tematica-extension .tab-pills .nav-tabs > li.active a,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tab-pills .nav-tabs > li.active a,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tab-pills .nav-tabs > li.active a,
body .tematica-extension .tab-pills .nav-tabs > li a:hover,
body a.tematica-extension .tab-pills .nav-tabs > li a:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tab-pills .nav-tabs > li a:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tab-pills .nav-tabs > li a:hover {
  background-color: #e85a00;
}
body .tematica-extension .tab-pills .tab-content,
body a.tematica-extension .tab-pills .tab-content,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tab-pills .tab-content,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .tab-pills .tab-content {
  background-color: #eeeeee;
}
body .tematica-extension .view .view-header h3::before,
body a.tematica-extension .view .view-header h3::before,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view .view-header h3::before,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view .view-header h3::before,
body .tematica-extension .view .view-content > h3::before,
body a.tematica-extension .view .view-content > h3::before,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view .view-content > h3::before,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view .view-content > h3::before,
body .tematica-extension .view .view-content .media .media-body .bottom::before,
body a.tematica-extension .view .view-content .media .media-body .bottom::before,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view .view-content .media .media-body .bottom::before,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view .view-content .media .media-body .bottom::before,
body .tematica-extension .view .view-content .media .media-heading a:hover,
body a.tematica-extension .view .view-content .media .media-heading a:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view .view-content .media .media-heading a:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view .view-content .media .media-heading a:hover,
body .tematica-extension .view .view-content .media .media-body .bottom a:hover,
body a.tematica-extension .view .view-content .media .media-body .bottom a:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view .view-content .media .media-body .bottom a:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view .view-content .media .media-body .bottom a:hover {
  color: #ff7d2b;
}
body .tematica-extension .view .media .media-body .deeplink > a,
body a.tematica-extension .view .media .media-body .deeplink > a,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view .media .media-body .deeplink > a,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view .media .media-body .deeplink > a {
  background-color: #ff7d2b;
  color: #fff;
}
body .tematica-extension .view .media .media-body .deeplink > a:hover,
body a.tematica-extension .view .media .media-body .deeplink > a:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view .media .media-body .deeplink > a:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view .media .media-body .deeplink > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .tematica-extension .bloques-container h4:before,
body a.tematica-extension .bloques-container h4:before,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .bloques-container h4:before,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .bloques-container h4:before {
  color: #ff7d2b;
}
body .tematica-extension .social-links .field-item > a:hover .icon,
body a.tematica-extension .social-links .field-item > a:hover .icon,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .social-links .field-item > a:hover .icon,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .social-links .field-item > a:hover .icon {
  color: #ff7d2b;
}
body .tematica-extension .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-extension .outside-breadcrumb .breadcrumb > li + li:before,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .outside-breadcrumb .breadcrumb > li + li:before {
  color: #ff7d2b;
}
body .tematica-extension .role-menu,
body a.tematica-extension .role-menu,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .role-menu,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .role-menu {
  background-color: #ff7d2b;
}
body .tematica-extension h2.slash:before,
body a.tematica-extension h2.slash:before,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db h2.slash:before,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db h2.slash:before {
  border-bottom: 2px solid #ff7d2b;
}
body .tematica-extension .view-plan-de-estudios .view-content-footer:before,
body a.tematica-extension .view-plan-de-estudios .view-content-footer:before,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view-plan-de-estudios .view-content-footer:before,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view-plan-de-estudios .view-content-footer:before {
  border-color: #ff7d2b !important;
}
body .tematica-extension .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-extension .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-extension .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-extension .view-plan-de-estudios .view-content-footer .icon div,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view-plan-de-estudios .view-content-footer .icon div {
  background-color: #ff7d2b !important;
}
body .tematica-extension .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-extension .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico {
  border-top: 5px solid #ff690a;
}
body .tematica-extension .custom-menu,
body a.tematica-extension .custom-menu,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu {
  padding-left: 0px;
}
body .tematica-extension .custom-menu a,
body a.tematica-extension .custom-menu a,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a {
  color: #fff;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
body .tematica-extension .custom-menu a:hover,
body a.tematica-extension .custom-menu a:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a:hover {
  color: #fff;
}
body .tematica-extension .custom-menu a:hover,
body a.tematica-extension .custom-menu a:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a:hover,
body .tematica-extension .custom-menu a:focus,
body a.tematica-extension .custom-menu a:focus,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a:focus,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a:focus,
body .tematica-extension .custom-menu a.focus,
body a.tematica-extension .custom-menu a.focus,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.focus,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.focus,
body .tematica-extension .custom-menu a:active,
body a.tematica-extension .custom-menu a:active,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a:active,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a:active,
body .tematica-extension .custom-menu a.active,
body a.tematica-extension .custom-menu a.active,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.active,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.active,
.open > .dropdown-togglebody .tematica-extension .custom-menu a,
.open > .dropdown-togglebody a.tematica-extension .custom-menu a,
.open > .dropdown-togglebody .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a,
.open > .dropdown-togglebody a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .tematica-extension .custom-menu a:active,
body a.tematica-extension .custom-menu a:active,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a:active,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a:active,
body .tematica-extension .custom-menu a.active,
body a.tematica-extension .custom-menu a.active,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.active,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.active,
.open > .dropdown-togglebody .tematica-extension .custom-menu a,
.open > .dropdown-togglebody a.tematica-extension .custom-menu a,
.open > .dropdown-togglebody .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a,
.open > .dropdown-togglebody a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a {
  background-image: none;
}
body .tematica-extension .custom-menu a.disabled,
body a.tematica-extension .custom-menu a.disabled,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.disabled,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.disabled,
body .tematica-extension .custom-menu a[disabled],
body a.tematica-extension .custom-menu a[disabled],
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a[disabled],
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a[disabled],
fieldset[disabled] body .tematica-extension .custom-menu a,
fieldset[disabled] body a.tematica-extension .custom-menu a,
fieldset[disabled] body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a,
fieldset[disabled] body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a,
body .tematica-extension .custom-menu a.disabled:hover,
body a.tematica-extension .custom-menu a.disabled:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.disabled:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.disabled:hover,
body .tematica-extension .custom-menu a[disabled]:hover,
body a.tematica-extension .custom-menu a[disabled]:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a[disabled]:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a[disabled]:hover,
fieldset[disabled] body .tematica-extension .custom-menu a:hover,
fieldset[disabled] body a.tematica-extension .custom-menu a:hover,
fieldset[disabled] body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a:hover,
fieldset[disabled] body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a:hover,
body .tematica-extension .custom-menu a.disabled:focus,
body a.tematica-extension .custom-menu a.disabled:focus,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.disabled:focus,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.disabled:focus,
body .tematica-extension .custom-menu a[disabled]:focus,
body a.tematica-extension .custom-menu a[disabled]:focus,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a[disabled]:focus,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a[disabled]:focus,
fieldset[disabled] body .tematica-extension .custom-menu a:focus,
fieldset[disabled] body a.tematica-extension .custom-menu a:focus,
fieldset[disabled] body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a:focus,
fieldset[disabled] body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a:focus,
body .tematica-extension .custom-menu a.disabled.focus,
body a.tematica-extension .custom-menu a.disabled.focus,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.disabled.focus,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.disabled.focus,
body .tematica-extension .custom-menu a[disabled].focus,
body a.tematica-extension .custom-menu a[disabled].focus,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a[disabled].focus,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a[disabled].focus,
fieldset[disabled] body .tematica-extension .custom-menu a.focus,
fieldset[disabled] body a.tematica-extension .custom-menu a.focus,
fieldset[disabled] body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.focus,
fieldset[disabled] body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.focus,
body .tematica-extension .custom-menu a.disabled:active,
body a.tematica-extension .custom-menu a.disabled:active,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.disabled:active,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.disabled:active,
body .tematica-extension .custom-menu a[disabled]:active,
body a.tematica-extension .custom-menu a[disabled]:active,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a[disabled]:active,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a[disabled]:active,
fieldset[disabled] body .tematica-extension .custom-menu a:active,
fieldset[disabled] body a.tematica-extension .custom-menu a:active,
fieldset[disabled] body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a:active,
fieldset[disabled] body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a:active,
body .tematica-extension .custom-menu a.disabled.active,
body a.tematica-extension .custom-menu a.disabled.active,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.disabled.active,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.disabled.active,
body .tematica-extension .custom-menu a[disabled].active,
body a.tematica-extension .custom-menu a[disabled].active,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a[disabled].active,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a[disabled].active,
fieldset[disabled] body .tematica-extension .custom-menu a.active,
fieldset[disabled] body a.tematica-extension .custom-menu a.active,
fieldset[disabled] body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.active,
fieldset[disabled] body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
body .tematica-extension .custom-menu a .badge,
body a.tematica-extension .custom-menu a .badge,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a .badge,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
body .tematica-extension .custom-menu ul,
body a.tematica-extension .custom-menu ul,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul {
  padding-left: 0px;
}
body .tematica-extension .custom-menu ul a,
body a.tematica-extension .custom-menu ul a,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a {
  color: #eeeeee;
  background-color: #ff7d2b;
  border-color: #ff7d2b;
}
body .tematica-extension .custom-menu ul a:hover,
body a.tematica-extension .custom-menu ul a:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a:hover,
body .tematica-extension .custom-menu ul a:focus,
body a.tematica-extension .custom-menu ul a:focus,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a:focus,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a:focus,
body .tematica-extension .custom-menu ul a.focus,
body a.tematica-extension .custom-menu ul a.focus,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.focus,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.focus,
body .tematica-extension .custom-menu ul a:active,
body a.tematica-extension .custom-menu ul a:active,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a:active,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a:active,
body .tematica-extension .custom-menu ul a.active,
body a.tematica-extension .custom-menu ul a.active,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.active,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-extension .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-extension .custom-menu ul a,
.open > .dropdown-togglebody .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a {
  color: #eeeeee;
  background-color: #f76000;
  border-color: #ed5c00;
}
body .tematica-extension .custom-menu ul a:active,
body a.tematica-extension .custom-menu ul a:active,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a:active,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a:active,
body .tematica-extension .custom-menu ul a.active,
body a.tematica-extension .custom-menu ul a.active,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.active,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-extension .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-extension .custom-menu ul a,
.open > .dropdown-togglebody .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a {
  background-image: none;
}
body .tematica-extension .custom-menu ul a.disabled,
body a.tematica-extension .custom-menu ul a.disabled,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.disabled,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.disabled,
body .tematica-extension .custom-menu ul a[disabled],
body a.tematica-extension .custom-menu ul a[disabled],
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a[disabled],
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a[disabled],
fieldset[disabled] body .tematica-extension .custom-menu ul a,
fieldset[disabled] body a.tematica-extension .custom-menu ul a,
fieldset[disabled] body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a,
fieldset[disabled] body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a,
body .tematica-extension .custom-menu ul a.disabled:hover,
body a.tematica-extension .custom-menu ul a.disabled:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.disabled:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.disabled:hover,
body .tematica-extension .custom-menu ul a[disabled]:hover,
body a.tematica-extension .custom-menu ul a[disabled]:hover,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a[disabled]:hover,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a[disabled]:hover,
fieldset[disabled] body .tematica-extension .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-extension .custom-menu ul a:hover,
fieldset[disabled] body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a:hover,
body .tematica-extension .custom-menu ul a.disabled:focus,
body a.tematica-extension .custom-menu ul a.disabled:focus,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.disabled:focus,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.disabled:focus,
body .tematica-extension .custom-menu ul a[disabled]:focus,
body a.tematica-extension .custom-menu ul a[disabled]:focus,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a[disabled]:focus,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a[disabled]:focus,
fieldset[disabled] body .tematica-extension .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-extension .custom-menu ul a:focus,
fieldset[disabled] body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a:focus,
body .tematica-extension .custom-menu ul a.disabled.focus,
body a.tematica-extension .custom-menu ul a.disabled.focus,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.disabled.focus,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.disabled.focus,
body .tematica-extension .custom-menu ul a[disabled].focus,
body a.tematica-extension .custom-menu ul a[disabled].focus,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a[disabled].focus,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a[disabled].focus,
fieldset[disabled] body .tematica-extension .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-extension .custom-menu ul a.focus,
fieldset[disabled] body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.focus,
body .tematica-extension .custom-menu ul a.disabled:active,
body a.tematica-extension .custom-menu ul a.disabled:active,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.disabled:active,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.disabled:active,
body .tematica-extension .custom-menu ul a[disabled]:active,
body a.tematica-extension .custom-menu ul a[disabled]:active,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a[disabled]:active,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a[disabled]:active,
fieldset[disabled] body .tematica-extension .custom-menu ul a:active,
fieldset[disabled] body a.tematica-extension .custom-menu ul a:active,
fieldset[disabled] body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a:active,
fieldset[disabled] body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a:active,
body .tematica-extension .custom-menu ul a.disabled.active,
body a.tematica-extension .custom-menu ul a.disabled.active,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.disabled.active,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.disabled.active,
body .tematica-extension .custom-menu ul a[disabled].active,
body a.tematica-extension .custom-menu ul a[disabled].active,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a[disabled].active,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a[disabled].active,
fieldset[disabled] body .tematica-extension .custom-menu ul a.active,
fieldset[disabled] body a.tematica-extension .custom-menu ul a.active,
fieldset[disabled] body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.active,
fieldset[disabled] body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a.active {
  background-color: #ff7d2b;
  border-color: #ff7d2b;
}
body .tematica-extension .custom-menu ul a .badge,
body a.tematica-extension .custom-menu ul a .badge,
body .tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a .badge,
body a.tematica-5b79436a-66fe-4c97-86f4-39b74e75c7db .custom-menu ul a .badge {
  color: #ff7d2b;
  background-color: #eeeeee;
}
body .tematica-finanzas,
body a.tematica-finanzas,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf {
  /*Plan de estudios specific */
}
body .tematica-finanzas a,
body a.tematica-finanzas a,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf a,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf a {
  color: #5185ae;
}
body .tematica-finanzas a:hover,
body a.tematica-finanzas a:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf a:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf a:hover {
  color: #3c6281;
}
body .tematica-finanzas .btn,
body a.tematica-finanzas .btn,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .btn,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .btn {
  color: #fff;
}
body .tematica-finanzas .btn:hover,
body a.tematica-finanzas .btn:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .btn:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .btn:hover {
  color: #fff;
}
body .tematica-finanzas .jumbotron,
body a.tematica-finanzas .jumbotron,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron {
  border-top: 5px solid #467497;
  background-color: rgba(81, 133, 174, 0.6);
}
body .tematica-finanzas .jumbotron .btn,
body a.tematica-finanzas .jumbotron .btn,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron .btn,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron .btn {
  background-color: #3c6281;
  color: #ffffff;
}
body .tematica-finanzas .jumbotron .btn:hover,
body a.tematica-finanzas .jumbotron .btn:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron .btn:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron .btn:hover {
  background-color: #7ea5c3;
}
body .tematica-finanzas .jumbotron.white,
body a.tematica-finanzas .jumbotron.white,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron.white,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron.white {
  background-color: rgba(255, 255, 255, 0.7);
}
body .tematica-finanzas .jumbotron.white h1,
body a.tematica-finanzas .jumbotron.white h1,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron.white h1,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron.white h1,
body .tematica-finanzas .jumbotron.white h2,
body a.tematica-finanzas .jumbotron.white h2,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron.white h2,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron.white h2,
body .tematica-finanzas .jumbotron.white h3,
body a.tematica-finanzas .jumbotron.white h3,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron.white h3,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron.white h3,
body .tematica-finanzas .jumbotron.white h4,
body a.tematica-finanzas .jumbotron.white h4,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron.white h4,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron.white h4,
body .tematica-finanzas .jumbotron.white h5,
body a.tematica-finanzas .jumbotron.white h5,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron.white h5,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron.white h5,
body .tematica-finanzas .jumbotron.white h6,
body a.tematica-finanzas .jumbotron.white h6,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron.white h6,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .jumbotron.white h6 {
  color: #000000;
}
body .tematica-finanzas .media .btn-primary,
body a.tematica-finanzas .media .btn-primary,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .media .btn-primary,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .media .btn-primary {
  background-color: #5185ae;
}
body .tematica-finanzas .media .btn-primary:hover,
body a.tematica-finanzas .media .btn-primary:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .media .btn-primary:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .media .btn-primary:hover {
  background-color: #7ea5c3;
}
body .tematica-finanzas .media .media-heading:after,
body a.tematica-finanzas .media .media-heading:after,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .media .media-heading:after,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .media .media-heading:after {
  border-color: #5185ae;
}
body .tematica-finanzas .media.lightbg-bar,
body a.tematica-finanzas .media.lightbg-bar,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .media.lightbg-bar,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .media.lightbg-bar {
  border-bottom: 3px solid #5185ae;
}
body .tematica-finanzas .media.lightbg-bar .plus,
body a.tematica-finanzas .media.lightbg-bar .plus,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .media.lightbg-bar .plus,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .media.lightbg-bar .plus {
  background-color: #5185ae;
}
body .tematica-finanzas .media:hover .deeplink a i,
body a.tematica-finanzas .media:hover .deeplink a i,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .media:hover .deeplink a i,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .media:hover .deeplink a i {
  color: #5185ae;
}
body .tematica-finanzas .carousel-caption h1,
body a.tematica-finanzas .carousel-caption h1,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carousel-caption h1,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carousel-caption h1,
body .tematica-finanzas .carousel-caption h2,
body a.tematica-finanzas .carousel-caption h2,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carousel-caption h2,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carousel-caption h2,
body .tematica-finanzas .carousel-caption h3,
body a.tematica-finanzas .carousel-caption h3,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carousel-caption h3,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carousel-caption h3,
body .tematica-finanzas .carousel-caption h4,
body a.tematica-finanzas .carousel-caption h4,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carousel-caption h4,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carousel-caption h4,
body .tematica-finanzas .carousel-caption h5,
body a.tematica-finanzas .carousel-caption h5,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carousel-caption h5,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carousel-caption h5,
body .tematica-finanzas .carousel-caption h6,
body a.tematica-finanzas .carousel-caption h6,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carousel-caption h6,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carousel-caption h6 {
  color: #000000;
}
body .tematica-finanzas .background,
body a.tematica-finanzas .background,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .background,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .background {
  background-color: #5185ae;
}
body .tematica-finanzas .form-container,
body a.tematica-finanzas .form-container,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .form-container,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .form-container {
  border-top: 5px solid #477599;
}
body .tematica-finanzas .form-container h2,
body a.tematica-finanzas .form-container h2,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .form-container h2,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .form-container h2 {
  color: #5185ae;
}
body .tematica-finanzas .form-container .btn-primary,
body a.tematica-finanzas .form-container .btn-primary,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .form-container .btn-primary,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .form-container .btn-primary {
  background-color: #5185ae;
}
body .tematica-finanzas .node-og-materia .field-type-file,
body a.tematica-finanzas .node-og-materia .field-type-file,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-og-materia .field-type-file,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-og-materia .field-type-file {
  background-color: #5185ae !important;
}
body .tematica-finanzas .node-og-materia .field-type-text-with-summary:after,
body a.tematica-finanzas .node-og-materia .field-type-text-with-summary:after,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-og-materia .field-type-text-with-summary:after,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-og-materia .field-type-text-with-summary:after {
  border-bottom: 2px solid #5185ae;
  color: #5185ae;
}
body .tematica-finanzas .node-profesor .professor-card .info .body:before,
body a.tematica-finanzas .node-profesor .professor-card .info .body:before,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-profesor .professor-card .info .body:before,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-profesor .professor-card .info .body:before,
body .tematica-finanzas .node-profesor .professor-card .info a:hover,
body a.tematica-finanzas .node-profesor .professor-card .info a:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-profesor .professor-card .info a:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-profesor .professor-card .info a:hover,
body .tematica-finanzas .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-finanzas .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-finanzas .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-finanzas .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-finanzas .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-finanzas .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-profesor .body-wrapper .field-type-link-field .field-item a:hover {
  color: #5185ae;
}
body .tematica-finanzas .node-profesor .body-wrapper .field-label:before,
body a.tematica-finanzas .node-profesor .body-wrapper .field-label:before,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-profesor .body-wrapper .field-label:before,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-profesor .body-wrapper .field-label:before {
  border-top: 2px solid #5185ae;
}
body .tematica-finanzas .node-webform .field-name-title h2,
body a.tematica-finanzas .node-webform .field-name-title h2,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-webform .field-name-title h2,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-webform .field-name-title h2 {
  color: #5185ae;
}
body .tematica-finanzas .node-webform .field-name-body .lead,
body a.tematica-finanzas .node-webform .field-name-body .lead,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-webform .field-name-body .lead,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-webform .field-name-body .lead {
  color: #000000;
}
body .tematica-finanzas .node-webform .field-name-body h3:before,
body a.tematica-finanzas .node-webform .field-name-body h3:before,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-webform .field-name-body h3:before,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .node-webform .field-name-body h3:before {
  color: #5185ae;
}
body .tematica-finanzas .page-testimonios .field-name-field-testimonio:after,
body a.tematica-finanzas .page-testimonios .field-name-field-testimonio:after,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-testimonios .field-name-field-testimonio:after,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-testimonios .field-name-field-testimonio:after,
body .tematica-finanzas .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-finanzas .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-finanzas .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-finanzas .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-finanzas .page-testimonios .media .media-body > a,
body a.tematica-finanzas .page-testimonios .media .media-body > a,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-testimonios .media .media-body > a,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-testimonios .media .media-body > a {
  color: #5185ae;
}
body .tematica-finanzas .page-testimonios .media .media-body > a:hover,
body a.tematica-finanzas .page-testimonios .media .media-body > a:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-testimonios .media .media-body > a:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-testimonios .media .media-body > a:hover {
  text-decoration: underline;
}
body .tematica-finanzas .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-finanzas .carreras-header-nav-pills .nav-pills > li a,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carreras-header-nav-pills .nav-pills > li a {
  background-color: #3c6281;
  color: #fff;
}
body .tematica-finanzas .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-finanzas .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-finanzas .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-finanzas .carreras-header-nav-pills .nav-pills > li a:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carreras-header-nav-pills .nav-pills > li a:hover {
  background-color: #274054;
}
body .tematica-finanzas .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-finanzas .carreras-header-nav-pills .nav-pills > li a.active:before,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .carreras-header-nav-pills .nav-pills > li a.active:before {
  border-color: #274054 transparent transparent transparent;
}
body .tematica-finanzas .card-wrapper .normal .inner,
body a.tematica-finanzas .card-wrapper .normal .inner,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .card-wrapper .normal .inner,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .card-wrapper .normal .inner,
body .tematica-finanzas.card-wrapper .normal .inner,
body a.tematica-finanzas.card-wrapper .normal .inner,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf.card-wrapper .normal .inner,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf.card-wrapper .normal .inner {
  border-top: 5px solid #467497;
  margin-top: -5px;
}
body .tematica-finanzas .card-wrapper .hover .inner,
body a.tematica-finanzas .card-wrapper .hover .inner,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .card-wrapper .hover .inner,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .card-wrapper .hover .inner,
body .tematica-finanzas.card-wrapper .hover .inner,
body a.tematica-finanzas.card-wrapper .hover .inner,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf.card-wrapper .hover .inner,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf.card-wrapper .hover .inner {
  background-color: rgba(81, 133, 174, 0.8);
  color: #ffffff;
}
body .tematica-finanzas .card-wrapper .hover .inner .summary,
body a.tematica-finanzas .card-wrapper .hover .inner .summary,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .card-wrapper .hover .inner .summary,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .card-wrapper .hover .inner .summary,
body .tematica-finanzas.card-wrapper .hover .inner .summary,
body a.tematica-finanzas.card-wrapper .hover .inner .summary,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf.card-wrapper .hover .inner .summary,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf.card-wrapper .hover .inner .summary {
  color: #ffffff;
}
body .tematica-finanzas .card-wrapper .card5,
body a.tematica-finanzas .card-wrapper .card5,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .card-wrapper .card5,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .card-wrapper .card5,
body .tematica-finanzas.card-wrapper .card5,
body a.tematica-finanzas.card-wrapper .card5,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf.card-wrapper .card5,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf.card-wrapper .card5 {
  background-color: rgba(81, 133, 174, 0.8);
  color: #ffffff;
}
body .tematica-finanzas .vertical-highlighted .primary,
body a.tematica-finanzas .vertical-highlighted .primary,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .vertical-highlighted .primary,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .vertical-highlighted .primary,
body .tematica-finanzas .vertical-highlighted .secondary,
body a.tematica-finanzas .vertical-highlighted .secondary,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .vertical-highlighted .secondary,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .vertical-highlighted .secondary,
body .tematica-finanzas .vertical-highlighted .flexible,
body a.tematica-finanzas .vertical-highlighted .flexible,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .vertical-highlighted .flexible,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .vertical-highlighted .flexible {
  border-color: #3c6281;
}
body .tematica-finanzas .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-finanzas .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-finanzas .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-finanzas .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-finanzas .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-finanzas .vertical-highlighted .flexible .vertical-highlighted-body,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .vertical-highlighted .flexible .vertical-highlighted-body {
  border-color: #3c6281;
}
body .tematica-finanzas .tematica-sidemenu a,
body a.tematica-finanzas .tematica-sidemenu a,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tematica-sidemenu a,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tematica-sidemenu a {
  background-color: #000;
}
body .tematica-finanzas .tematica-sidemenu a:hover,
body a.tematica-finanzas .tematica-sidemenu a:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tematica-sidemenu a:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tematica-sidemenu a:hover,
body .tematica-finanzas .tematica-sidemenu a.active,
body a.tematica-finanzas .tematica-sidemenu a.active,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tematica-sidemenu a.active,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tematica-sidemenu a.active {
  background-color: #5185ae;
}
body .tematica-finanzas .page-header-nav-pills h1,
body a.tematica-finanzas .page-header-nav-pills h1,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-header-nav-pills h1,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-header-nav-pills h1,
body .tematica-finanzas .page-header-nav-pills h2,
body a.tematica-finanzas .page-header-nav-pills h2,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-header-nav-pills h2,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-header-nav-pills h2,
body .tematica-finanzas .page-header-nav-pills h3,
body a.tematica-finanzas .page-header-nav-pills h3,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-header-nav-pills h3,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-header-nav-pills h3 {
  color: #000000;
}
body .tematica-finanzas .page-header-nav-pills h4,
body a.tematica-finanzas .page-header-nav-pills h4,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-header-nav-pills h4,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-header-nav-pills h4,
body .tematica-finanzas .page-header-nav-pills h5,
body a.tematica-finanzas .page-header-nav-pills h5,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-header-nav-pills h5,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-header-nav-pills h5,
body .tematica-finanzas .page-header-nav-pills h6,
body a.tematica-finanzas .page-header-nav-pills h6,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-header-nav-pills h6,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-header-nav-pills h6,
body .tematica-finanzas .page-header-nav-pills p,
body a.tematica-finanzas .page-header-nav-pills p,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-header-nav-pills p,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-header-nav-pills p {
  color: #8a8b8c;
}
body .tematica-finanzas .page-header-nav-pills .nav-pills > li a,
body a.tematica-finanzas .page-header-nav-pills .nav-pills > li a,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-header-nav-pills .nav-pills > li a,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-header-nav-pills .nav-pills > li a {
  background-color: #5185ae;
  color: #fff;
}
body .tematica-finanzas .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-finanzas .page-header-nav-pills .nav-pills > li a:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .page-header-nav-pills .nav-pills > li a:hover {
  background-color: #3c6281;
}
body .tematica-finanzas .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-finanzas .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark {
  border-top-color: #3c6281;
}
body .tematica-finanzas .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-finanzas .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark {
  border-right-color: #3c6281;
}
body .tematica-finanzas .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-finanzas .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark {
  border-bottom-color: #3c6281;
}
body .tematica-finanzas .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-finanzas .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark {
  border-left-color: #3c6281;
}
body .tematica-finanzas .tab-pills .nav-tabs > li,
body a.tematica-finanzas .tab-pills .nav-tabs > li,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tab-pills .nav-tabs > li,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tab-pills .nav-tabs > li {
  background-color: #5185ae;
}
body .tematica-finanzas .tab-pills .nav-tabs > li a,
body a.tematica-finanzas .tab-pills .nav-tabs > li a,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tab-pills .nav-tabs > li a,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tab-pills .nav-tabs > li a {
  color: #ffffff;
}
body .tematica-finanzas .tab-pills .nav-tabs > li.active a,
body a.tematica-finanzas .tab-pills .nav-tabs > li.active a,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tab-pills .nav-tabs > li.active a,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tab-pills .nav-tabs > li.active a,
body .tematica-finanzas .tab-pills .nav-tabs > li a:hover,
body a.tematica-finanzas .tab-pills .nav-tabs > li a:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tab-pills .nav-tabs > li a:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tab-pills .nav-tabs > li a:hover {
  background-color: #3c6281;
}
body .tematica-finanzas .tab-pills .tab-content,
body a.tematica-finanzas .tab-pills .tab-content,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tab-pills .tab-content,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .tab-pills .tab-content {
  background-color: #eeeeee;
}
body .tematica-finanzas .view .view-header h3::before,
body a.tematica-finanzas .view .view-header h3::before,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view .view-header h3::before,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view .view-header h3::before,
body .tematica-finanzas .view .view-content > h3::before,
body a.tematica-finanzas .view .view-content > h3::before,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view .view-content > h3::before,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view .view-content > h3::before,
body .tematica-finanzas .view .view-content .media .media-body .bottom::before,
body a.tematica-finanzas .view .view-content .media .media-body .bottom::before,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view .view-content .media .media-body .bottom::before,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view .view-content .media .media-body .bottom::before,
body .tematica-finanzas .view .view-content .media .media-heading a:hover,
body a.tematica-finanzas .view .view-content .media .media-heading a:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view .view-content .media .media-heading a:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view .view-content .media .media-heading a:hover,
body .tematica-finanzas .view .view-content .media .media-body .bottom a:hover,
body a.tematica-finanzas .view .view-content .media .media-body .bottom a:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view .view-content .media .media-body .bottom a:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view .view-content .media .media-body .bottom a:hover {
  color: #5185ae;
}
body .tematica-finanzas .view .media .media-body .deeplink > a,
body a.tematica-finanzas .view .media .media-body .deeplink > a,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view .media .media-body .deeplink > a,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view .media .media-body .deeplink > a {
  background-color: #5185ae;
  color: #fff;
}
body .tematica-finanzas .view .media .media-body .deeplink > a:hover,
body a.tematica-finanzas .view .media .media-body .deeplink > a:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view .media .media-body .deeplink > a:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view .media .media-body .deeplink > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .tematica-finanzas .bloques-container h4:before,
body a.tematica-finanzas .bloques-container h4:before,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .bloques-container h4:before,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .bloques-container h4:before {
  color: #5185ae;
}
body .tematica-finanzas .social-links .field-item > a:hover .icon,
body a.tematica-finanzas .social-links .field-item > a:hover .icon,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .social-links .field-item > a:hover .icon,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .social-links .field-item > a:hover .icon {
  color: #5185ae;
}
body .tematica-finanzas .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-finanzas .outside-breadcrumb .breadcrumb > li + li:before,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .outside-breadcrumb .breadcrumb > li + li:before {
  color: #5185ae;
}
body .tematica-finanzas .role-menu,
body a.tematica-finanzas .role-menu,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .role-menu,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .role-menu {
  background-color: #5185ae;
}
body .tematica-finanzas h2.slash:before,
body a.tematica-finanzas h2.slash:before,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf h2.slash:before,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf h2.slash:before {
  border-bottom: 2px solid #5185ae;
}
body .tematica-finanzas .view-plan-de-estudios .view-content-footer:before,
body a.tematica-finanzas .view-plan-de-estudios .view-content-footer:before,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view-plan-de-estudios .view-content-footer:before,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view-plan-de-estudios .view-content-footer:before {
  border-color: #5185ae !important;
}
body .tematica-finanzas .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-finanzas .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-finanzas .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-finanzas .view-plan-de-estudios .view-content-footer .icon div,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view-plan-de-estudios .view-content-footer .icon div {
  background-color: #5185ae !important;
}
body .tematica-finanzas .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-finanzas .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico {
  border-top: 5px solid #467497;
}
body .tematica-finanzas .custom-menu,
body a.tematica-finanzas .custom-menu,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu {
  padding-left: 0px;
}
body .tematica-finanzas .custom-menu a,
body a.tematica-finanzas .custom-menu a,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a {
  color: #fff;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
body .tematica-finanzas .custom-menu a:hover,
body a.tematica-finanzas .custom-menu a:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a:hover {
  color: #fff;
}
body .tematica-finanzas .custom-menu a:hover,
body a.tematica-finanzas .custom-menu a:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a:hover,
body .tematica-finanzas .custom-menu a:focus,
body a.tematica-finanzas .custom-menu a:focus,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a:focus,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a:focus,
body .tematica-finanzas .custom-menu a.focus,
body a.tematica-finanzas .custom-menu a.focus,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.focus,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.focus,
body .tematica-finanzas .custom-menu a:active,
body a.tematica-finanzas .custom-menu a:active,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a:active,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a:active,
body .tematica-finanzas .custom-menu a.active,
body a.tematica-finanzas .custom-menu a.active,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.active,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.active,
.open > .dropdown-togglebody .tematica-finanzas .custom-menu a,
.open > .dropdown-togglebody a.tematica-finanzas .custom-menu a,
.open > .dropdown-togglebody .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a,
.open > .dropdown-togglebody a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .tematica-finanzas .custom-menu a:active,
body a.tematica-finanzas .custom-menu a:active,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a:active,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a:active,
body .tematica-finanzas .custom-menu a.active,
body a.tematica-finanzas .custom-menu a.active,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.active,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.active,
.open > .dropdown-togglebody .tematica-finanzas .custom-menu a,
.open > .dropdown-togglebody a.tematica-finanzas .custom-menu a,
.open > .dropdown-togglebody .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a,
.open > .dropdown-togglebody a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a {
  background-image: none;
}
body .tematica-finanzas .custom-menu a.disabled,
body a.tematica-finanzas .custom-menu a.disabled,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.disabled,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.disabled,
body .tematica-finanzas .custom-menu a[disabled],
body a.tematica-finanzas .custom-menu a[disabled],
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a[disabled],
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a[disabled],
fieldset[disabled] body .tematica-finanzas .custom-menu a,
fieldset[disabled] body a.tematica-finanzas .custom-menu a,
fieldset[disabled] body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a,
fieldset[disabled] body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a,
body .tematica-finanzas .custom-menu a.disabled:hover,
body a.tematica-finanzas .custom-menu a.disabled:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.disabled:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.disabled:hover,
body .tematica-finanzas .custom-menu a[disabled]:hover,
body a.tematica-finanzas .custom-menu a[disabled]:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a[disabled]:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a[disabled]:hover,
fieldset[disabled] body .tematica-finanzas .custom-menu a:hover,
fieldset[disabled] body a.tematica-finanzas .custom-menu a:hover,
fieldset[disabled] body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a:hover,
fieldset[disabled] body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a:hover,
body .tematica-finanzas .custom-menu a.disabled:focus,
body a.tematica-finanzas .custom-menu a.disabled:focus,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.disabled:focus,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.disabled:focus,
body .tematica-finanzas .custom-menu a[disabled]:focus,
body a.tematica-finanzas .custom-menu a[disabled]:focus,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a[disabled]:focus,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a[disabled]:focus,
fieldset[disabled] body .tematica-finanzas .custom-menu a:focus,
fieldset[disabled] body a.tematica-finanzas .custom-menu a:focus,
fieldset[disabled] body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a:focus,
fieldset[disabled] body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a:focus,
body .tematica-finanzas .custom-menu a.disabled.focus,
body a.tematica-finanzas .custom-menu a.disabled.focus,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.disabled.focus,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.disabled.focus,
body .tematica-finanzas .custom-menu a[disabled].focus,
body a.tematica-finanzas .custom-menu a[disabled].focus,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a[disabled].focus,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a[disabled].focus,
fieldset[disabled] body .tematica-finanzas .custom-menu a.focus,
fieldset[disabled] body a.tematica-finanzas .custom-menu a.focus,
fieldset[disabled] body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.focus,
fieldset[disabled] body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.focus,
body .tematica-finanzas .custom-menu a.disabled:active,
body a.tematica-finanzas .custom-menu a.disabled:active,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.disabled:active,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.disabled:active,
body .tematica-finanzas .custom-menu a[disabled]:active,
body a.tematica-finanzas .custom-menu a[disabled]:active,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a[disabled]:active,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a[disabled]:active,
fieldset[disabled] body .tematica-finanzas .custom-menu a:active,
fieldset[disabled] body a.tematica-finanzas .custom-menu a:active,
fieldset[disabled] body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a:active,
fieldset[disabled] body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a:active,
body .tematica-finanzas .custom-menu a.disabled.active,
body a.tematica-finanzas .custom-menu a.disabled.active,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.disabled.active,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.disabled.active,
body .tematica-finanzas .custom-menu a[disabled].active,
body a.tematica-finanzas .custom-menu a[disabled].active,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a[disabled].active,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a[disabled].active,
fieldset[disabled] body .tematica-finanzas .custom-menu a.active,
fieldset[disabled] body a.tematica-finanzas .custom-menu a.active,
fieldset[disabled] body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.active,
fieldset[disabled] body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
body .tematica-finanzas .custom-menu a .badge,
body a.tematica-finanzas .custom-menu a .badge,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a .badge,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
body .tematica-finanzas .custom-menu ul,
body a.tematica-finanzas .custom-menu ul,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul {
  padding-left: 0px;
}
body .tematica-finanzas .custom-menu ul a,
body a.tematica-finanzas .custom-menu ul a,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a {
  color: #eeeeee;
  background-color: #5185ae;
  border-color: #5185ae;
}
body .tematica-finanzas .custom-menu ul a:hover,
body a.tematica-finanzas .custom-menu ul a:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a:hover,
body .tematica-finanzas .custom-menu ul a:focus,
body a.tematica-finanzas .custom-menu ul a:focus,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a:focus,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a:focus,
body .tematica-finanzas .custom-menu ul a.focus,
body a.tematica-finanzas .custom-menu ul a.focus,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.focus,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.focus,
body .tematica-finanzas .custom-menu ul a:active,
body a.tematica-finanzas .custom-menu ul a:active,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a:active,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a:active,
body .tematica-finanzas .custom-menu ul a.active,
body a.tematica-finanzas .custom-menu ul a.active,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.active,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-finanzas .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-finanzas .custom-menu ul a,
.open > .dropdown-togglebody .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a {
  color: #eeeeee;
  background-color: #416a8b;
  border-color: #3e6584;
}
body .tematica-finanzas .custom-menu ul a:active,
body a.tematica-finanzas .custom-menu ul a:active,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a:active,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a:active,
body .tematica-finanzas .custom-menu ul a.active,
body a.tematica-finanzas .custom-menu ul a.active,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.active,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-finanzas .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-finanzas .custom-menu ul a,
.open > .dropdown-togglebody .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a {
  background-image: none;
}
body .tematica-finanzas .custom-menu ul a.disabled,
body a.tematica-finanzas .custom-menu ul a.disabled,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.disabled,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.disabled,
body .tematica-finanzas .custom-menu ul a[disabled],
body a.tematica-finanzas .custom-menu ul a[disabled],
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a[disabled],
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a[disabled],
fieldset[disabled] body .tematica-finanzas .custom-menu ul a,
fieldset[disabled] body a.tematica-finanzas .custom-menu ul a,
fieldset[disabled] body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a,
fieldset[disabled] body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a,
body .tematica-finanzas .custom-menu ul a.disabled:hover,
body a.tematica-finanzas .custom-menu ul a.disabled:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.disabled:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.disabled:hover,
body .tematica-finanzas .custom-menu ul a[disabled]:hover,
body a.tematica-finanzas .custom-menu ul a[disabled]:hover,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a[disabled]:hover,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a[disabled]:hover,
fieldset[disabled] body .tematica-finanzas .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-finanzas .custom-menu ul a:hover,
fieldset[disabled] body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a:hover,
body .tematica-finanzas .custom-menu ul a.disabled:focus,
body a.tematica-finanzas .custom-menu ul a.disabled:focus,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.disabled:focus,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.disabled:focus,
body .tematica-finanzas .custom-menu ul a[disabled]:focus,
body a.tematica-finanzas .custom-menu ul a[disabled]:focus,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a[disabled]:focus,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a[disabled]:focus,
fieldset[disabled] body .tematica-finanzas .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-finanzas .custom-menu ul a:focus,
fieldset[disabled] body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a:focus,
body .tematica-finanzas .custom-menu ul a.disabled.focus,
body a.tematica-finanzas .custom-menu ul a.disabled.focus,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.disabled.focus,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.disabled.focus,
body .tematica-finanzas .custom-menu ul a[disabled].focus,
body a.tematica-finanzas .custom-menu ul a[disabled].focus,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a[disabled].focus,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a[disabled].focus,
fieldset[disabled] body .tematica-finanzas .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-finanzas .custom-menu ul a.focus,
fieldset[disabled] body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.focus,
body .tematica-finanzas .custom-menu ul a.disabled:active,
body a.tematica-finanzas .custom-menu ul a.disabled:active,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.disabled:active,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.disabled:active,
body .tematica-finanzas .custom-menu ul a[disabled]:active,
body a.tematica-finanzas .custom-menu ul a[disabled]:active,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a[disabled]:active,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a[disabled]:active,
fieldset[disabled] body .tematica-finanzas .custom-menu ul a:active,
fieldset[disabled] body a.tematica-finanzas .custom-menu ul a:active,
fieldset[disabled] body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a:active,
fieldset[disabled] body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a:active,
body .tematica-finanzas .custom-menu ul a.disabled.active,
body a.tematica-finanzas .custom-menu ul a.disabled.active,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.disabled.active,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.disabled.active,
body .tematica-finanzas .custom-menu ul a[disabled].active,
body a.tematica-finanzas .custom-menu ul a[disabled].active,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a[disabled].active,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a[disabled].active,
fieldset[disabled] body .tematica-finanzas .custom-menu ul a.active,
fieldset[disabled] body a.tematica-finanzas .custom-menu ul a.active,
fieldset[disabled] body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.active,
fieldset[disabled] body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a.active {
  background-color: #5185ae;
  border-color: #5185ae;
}
body .tematica-finanzas .custom-menu ul a .badge,
body a.tematica-finanzas .custom-menu ul a .badge,
body .tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a .badge,
body a.tematica-ac9cd03f-7364-46d2-b796-76801a657bdf .custom-menu ul a .badge {
  color: #5185ae;
  background-color: #eeeeee;
}
body .tematica-grado,
body a.tematica-grado,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd {
  /*Plan de estudios specific */
}
body .tematica-grado a,
body a.tematica-grado a,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd a,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd a {
  color: #ff0053;
}
body .tematica-grado a:hover,
body a.tematica-grado a:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd a:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd a:hover {
  color: #bd003d;
}
body .tematica-grado .btn,
body a.tematica-grado .btn,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .btn,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .btn {
  color: #fff;
}
body .tematica-grado .btn:hover,
body a.tematica-grado .btn:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .btn:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .btn:hover {
  color: #fff;
}
body .tematica-grado .jumbotron,
body a.tematica-grado .jumbotron,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron {
  border-top: 5px solid #de0048;
  background-color: rgba(255, 0, 83, 0.6);
}
body .tematica-grado .jumbotron .btn,
body a.tematica-grado .jumbotron .btn,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron .btn,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron .btn {
  background-color: #bd003d;
  color: #ffffff;
}
body .tematica-grado .jumbotron .btn:hover,
body a.tematica-grado .jumbotron .btn:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron .btn:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron .btn:hover {
  background-color: #ff4280;
}
body .tematica-grado .jumbotron.white,
body a.tematica-grado .jumbotron.white,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron.white,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron.white {
  background-color: rgba(255, 255, 255, 0.7);
}
body .tematica-grado .jumbotron.white h1,
body a.tematica-grado .jumbotron.white h1,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron.white h1,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron.white h1,
body .tematica-grado .jumbotron.white h2,
body a.tematica-grado .jumbotron.white h2,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron.white h2,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron.white h2,
body .tematica-grado .jumbotron.white h3,
body a.tematica-grado .jumbotron.white h3,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron.white h3,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron.white h3,
body .tematica-grado .jumbotron.white h4,
body a.tematica-grado .jumbotron.white h4,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron.white h4,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron.white h4,
body .tematica-grado .jumbotron.white h5,
body a.tematica-grado .jumbotron.white h5,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron.white h5,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron.white h5,
body .tematica-grado .jumbotron.white h6,
body a.tematica-grado .jumbotron.white h6,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron.white h6,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .jumbotron.white h6 {
  color: #000000;
}
body .tematica-grado .media .btn-primary,
body a.tematica-grado .media .btn-primary,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .media .btn-primary,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .media .btn-primary {
  background-color: #ff0053;
}
body .tematica-grado .media .btn-primary:hover,
body a.tematica-grado .media .btn-primary:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .media .btn-primary:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .media .btn-primary:hover {
  background-color: #ff4280;
}
body .tematica-grado .media .media-heading:after,
body a.tematica-grado .media .media-heading:after,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .media .media-heading:after,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .media .media-heading:after {
  border-color: #ff0053;
}
body .tematica-grado .media.lightbg-bar,
body a.tematica-grado .media.lightbg-bar,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .media.lightbg-bar,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .media.lightbg-bar {
  border-bottom: 3px solid #ff0053;
}
body .tematica-grado .media.lightbg-bar .plus,
body a.tematica-grado .media.lightbg-bar .plus,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .media.lightbg-bar .plus,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .media.lightbg-bar .plus {
  background-color: #ff0053;
}
body .tematica-grado .media:hover .deeplink a i,
body a.tematica-grado .media:hover .deeplink a i,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .media:hover .deeplink a i,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .media:hover .deeplink a i {
  color: #ff0053;
}
body .tematica-grado .carousel-caption h1,
body a.tematica-grado .carousel-caption h1,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carousel-caption h1,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carousel-caption h1,
body .tematica-grado .carousel-caption h2,
body a.tematica-grado .carousel-caption h2,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carousel-caption h2,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carousel-caption h2,
body .tematica-grado .carousel-caption h3,
body a.tematica-grado .carousel-caption h3,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carousel-caption h3,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carousel-caption h3,
body .tematica-grado .carousel-caption h4,
body a.tematica-grado .carousel-caption h4,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carousel-caption h4,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carousel-caption h4,
body .tematica-grado .carousel-caption h5,
body a.tematica-grado .carousel-caption h5,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carousel-caption h5,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carousel-caption h5,
body .tematica-grado .carousel-caption h6,
body a.tematica-grado .carousel-caption h6,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carousel-caption h6,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carousel-caption h6 {
  color: #000000;
}
body .tematica-grado .background,
body a.tematica-grado .background,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .background,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .background {
  background-color: #ff0053;
}
body .tematica-grado .form-container,
body a.tematica-grado .form-container,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .form-container,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .form-container {
  border-top: 5px solid #e00049;
}
body .tematica-grado .form-container h2,
body a.tematica-grado .form-container h2,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .form-container h2,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .form-container h2 {
  color: #ff0053;
}
body .tematica-grado .form-container .btn-primary,
body a.tematica-grado .form-container .btn-primary,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .form-container .btn-primary,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .form-container .btn-primary {
  background-color: #ff0053;
}
body .tematica-grado .node-og-materia .field-type-file,
body a.tematica-grado .node-og-materia .field-type-file,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-og-materia .field-type-file,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-og-materia .field-type-file {
  background-color: #ff0053 !important;
}
body .tematica-grado .node-og-materia .field-type-text-with-summary:after,
body a.tematica-grado .node-og-materia .field-type-text-with-summary:after,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-og-materia .field-type-text-with-summary:after,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-og-materia .field-type-text-with-summary:after {
  border-bottom: 2px solid #ff0053;
  color: #ff0053;
}
body .tematica-grado .node-profesor .professor-card .info .body:before,
body a.tematica-grado .node-profesor .professor-card .info .body:before,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-profesor .professor-card .info .body:before,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-profesor .professor-card .info .body:before,
body .tematica-grado .node-profesor .professor-card .info a:hover,
body a.tematica-grado .node-profesor .professor-card .info a:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-profesor .professor-card .info a:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-profesor .professor-card .info a:hover,
body .tematica-grado .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-grado .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-grado .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-grado .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-grado .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-grado .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-profesor .body-wrapper .field-type-link-field .field-item a:hover {
  color: #ff0053;
}
body .tematica-grado .node-profesor .body-wrapper .field-label:before,
body a.tematica-grado .node-profesor .body-wrapper .field-label:before,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-profesor .body-wrapper .field-label:before,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-profesor .body-wrapper .field-label:before {
  border-top: 2px solid #ff0053;
}
body .tematica-grado .node-webform .field-name-title h2,
body a.tematica-grado .node-webform .field-name-title h2,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-webform .field-name-title h2,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-webform .field-name-title h2 {
  color: #ff0053;
}
body .tematica-grado .node-webform .field-name-body .lead,
body a.tematica-grado .node-webform .field-name-body .lead,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-webform .field-name-body .lead,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-webform .field-name-body .lead {
  color: #000000;
}
body .tematica-grado .node-webform .field-name-body h3:before,
body a.tematica-grado .node-webform .field-name-body h3:before,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-webform .field-name-body h3:before,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .node-webform .field-name-body h3:before {
  color: #ff0053;
}
body .tematica-grado .page-testimonios .field-name-field-testimonio:after,
body a.tematica-grado .page-testimonios .field-name-field-testimonio:after,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-testimonios .field-name-field-testimonio:after,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-testimonios .field-name-field-testimonio:after,
body .tematica-grado .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-grado .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-grado .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-grado .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-grado .page-testimonios .media .media-body > a,
body a.tematica-grado .page-testimonios .media .media-body > a,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-testimonios .media .media-body > a,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-testimonios .media .media-body > a {
  color: #ff0053;
}
body .tematica-grado .page-testimonios .media .media-body > a:hover,
body a.tematica-grado .page-testimonios .media .media-body > a:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-testimonios .media .media-body > a:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-testimonios .media .media-body > a:hover {
  text-decoration: underline;
}
body .tematica-grado .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-grado .carreras-header-nav-pills .nav-pills > li a,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carreras-header-nav-pills .nav-pills > li a {
  background-color: #bd003d;
  color: #fff;
}
body .tematica-grado .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-grado .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-grado .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-grado .carreras-header-nav-pills .nav-pills > li a:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carreras-header-nav-pills .nav-pills > li a:hover {
  background-color: #7a0028;
}
body .tematica-grado .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-grado .carreras-header-nav-pills .nav-pills > li a.active:before,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .carreras-header-nav-pills .nav-pills > li a.active:before {
  border-color: #7a0028 transparent transparent transparent;
}
body .tematica-grado .card-wrapper .normal .inner,
body a.tematica-grado .card-wrapper .normal .inner,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .card-wrapper .normal .inner,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .card-wrapper .normal .inner,
body .tematica-grado.card-wrapper .normal .inner,
body a.tematica-grado.card-wrapper .normal .inner,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd.card-wrapper .normal .inner,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd.card-wrapper .normal .inner {
  border-top: 5px solid #de0048;
  margin-top: -5px;
}
body .tematica-grado .card-wrapper .hover .inner,
body a.tematica-grado .card-wrapper .hover .inner,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .card-wrapper .hover .inner,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .card-wrapper .hover .inner,
body .tematica-grado.card-wrapper .hover .inner,
body a.tematica-grado.card-wrapper .hover .inner,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd.card-wrapper .hover .inner,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd.card-wrapper .hover .inner {
  background-color: rgba(255, 0, 83, 0.8);
  color: #ffffff;
}
body .tematica-grado .card-wrapper .hover .inner .summary,
body a.tematica-grado .card-wrapper .hover .inner .summary,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .card-wrapper .hover .inner .summary,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .card-wrapper .hover .inner .summary,
body .tematica-grado.card-wrapper .hover .inner .summary,
body a.tematica-grado.card-wrapper .hover .inner .summary,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd.card-wrapper .hover .inner .summary,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd.card-wrapper .hover .inner .summary {
  color: #ffffff;
}
body .tematica-grado .card-wrapper .card5,
body a.tematica-grado .card-wrapper .card5,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .card-wrapper .card5,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .card-wrapper .card5,
body .tematica-grado.card-wrapper .card5,
body a.tematica-grado.card-wrapper .card5,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd.card-wrapper .card5,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd.card-wrapper .card5 {
  background-color: rgba(255, 0, 83, 0.8);
  color: #ffffff;
}
body .tematica-grado .vertical-highlighted .primary,
body a.tematica-grado .vertical-highlighted .primary,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .vertical-highlighted .primary,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .vertical-highlighted .primary,
body .tematica-grado .vertical-highlighted .secondary,
body a.tematica-grado .vertical-highlighted .secondary,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .vertical-highlighted .secondary,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .vertical-highlighted .secondary,
body .tematica-grado .vertical-highlighted .flexible,
body a.tematica-grado .vertical-highlighted .flexible,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .vertical-highlighted .flexible,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .vertical-highlighted .flexible {
  border-color: #bd003d;
}
body .tematica-grado .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-grado .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-grado .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-grado .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-grado .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-grado .vertical-highlighted .flexible .vertical-highlighted-body,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .vertical-highlighted .flexible .vertical-highlighted-body {
  border-color: #bd003d;
}
body .tematica-grado .tematica-sidemenu a,
body a.tematica-grado .tematica-sidemenu a,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tematica-sidemenu a,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tematica-sidemenu a {
  background-color: #000;
}
body .tematica-grado .tematica-sidemenu a:hover,
body a.tematica-grado .tematica-sidemenu a:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tematica-sidemenu a:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tematica-sidemenu a:hover,
body .tematica-grado .tematica-sidemenu a.active,
body a.tematica-grado .tematica-sidemenu a.active,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tematica-sidemenu a.active,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tematica-sidemenu a.active {
  background-color: #ff0053;
}
body .tematica-grado .page-header-nav-pills h1,
body a.tematica-grado .page-header-nav-pills h1,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-header-nav-pills h1,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-header-nav-pills h1,
body .tematica-grado .page-header-nav-pills h2,
body a.tematica-grado .page-header-nav-pills h2,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-header-nav-pills h2,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-header-nav-pills h2,
body .tematica-grado .page-header-nav-pills h3,
body a.tematica-grado .page-header-nav-pills h3,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-header-nav-pills h3,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-header-nav-pills h3 {
  color: #000000;
}
body .tematica-grado .page-header-nav-pills h4,
body a.tematica-grado .page-header-nav-pills h4,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-header-nav-pills h4,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-header-nav-pills h4,
body .tematica-grado .page-header-nav-pills h5,
body a.tematica-grado .page-header-nav-pills h5,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-header-nav-pills h5,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-header-nav-pills h5,
body .tematica-grado .page-header-nav-pills h6,
body a.tematica-grado .page-header-nav-pills h6,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-header-nav-pills h6,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-header-nav-pills h6,
body .tematica-grado .page-header-nav-pills p,
body a.tematica-grado .page-header-nav-pills p,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-header-nav-pills p,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-header-nav-pills p {
  color: #8a8b8c;
}
body .tematica-grado .page-header-nav-pills .nav-pills > li a,
body a.tematica-grado .page-header-nav-pills .nav-pills > li a,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-header-nav-pills .nav-pills > li a,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-header-nav-pills .nav-pills > li a {
  background-color: #ff0053;
  color: #fff;
}
body .tematica-grado .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-grado .page-header-nav-pills .nav-pills > li a:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .page-header-nav-pills .nav-pills > li a:hover {
  background-color: #bd003d;
}
body .tematica-grado .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-grado .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark {
  border-top-color: #bd003d;
}
body .tematica-grado .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-grado .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark {
  border-right-color: #bd003d;
}
body .tematica-grado .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-grado .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark {
  border-bottom-color: #bd003d;
}
body .tematica-grado .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-grado .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark {
  border-left-color: #bd003d;
}
body .tematica-grado .tab-pills .nav-tabs > li,
body a.tematica-grado .tab-pills .nav-tabs > li,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tab-pills .nav-tabs > li,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tab-pills .nav-tabs > li {
  background-color: #ff0053;
}
body .tematica-grado .tab-pills .nav-tabs > li a,
body a.tematica-grado .tab-pills .nav-tabs > li a,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tab-pills .nav-tabs > li a,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tab-pills .nav-tabs > li a {
  color: #ffffff;
}
body .tematica-grado .tab-pills .nav-tabs > li.active a,
body a.tematica-grado .tab-pills .nav-tabs > li.active a,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tab-pills .nav-tabs > li.active a,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tab-pills .nav-tabs > li.active a,
body .tematica-grado .tab-pills .nav-tabs > li a:hover,
body a.tematica-grado .tab-pills .nav-tabs > li a:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tab-pills .nav-tabs > li a:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tab-pills .nav-tabs > li a:hover {
  background-color: #bd003d;
}
body .tematica-grado .tab-pills .tab-content,
body a.tematica-grado .tab-pills .tab-content,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tab-pills .tab-content,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .tab-pills .tab-content {
  background-color: #eeeeee;
}
body .tematica-grado .view .view-header h3::before,
body a.tematica-grado .view .view-header h3::before,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view .view-header h3::before,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view .view-header h3::before,
body .tematica-grado .view .view-content > h3::before,
body a.tematica-grado .view .view-content > h3::before,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view .view-content > h3::before,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view .view-content > h3::before,
body .tematica-grado .view .view-content .media .media-body .bottom::before,
body a.tematica-grado .view .view-content .media .media-body .bottom::before,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view .view-content .media .media-body .bottom::before,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view .view-content .media .media-body .bottom::before,
body .tematica-grado .view .view-content .media .media-heading a:hover,
body a.tematica-grado .view .view-content .media .media-heading a:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view .view-content .media .media-heading a:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view .view-content .media .media-heading a:hover,
body .tematica-grado .view .view-content .media .media-body .bottom a:hover,
body a.tematica-grado .view .view-content .media .media-body .bottom a:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view .view-content .media .media-body .bottom a:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view .view-content .media .media-body .bottom a:hover {
  color: #ff0053;
}
body .tematica-grado .view .media .media-body .deeplink > a,
body a.tematica-grado .view .media .media-body .deeplink > a,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view .media .media-body .deeplink > a,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view .media .media-body .deeplink > a {
  background-color: #ff0053;
  color: #fff;
}
body .tematica-grado .view .media .media-body .deeplink > a:hover,
body a.tematica-grado .view .media .media-body .deeplink > a:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view .media .media-body .deeplink > a:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view .media .media-body .deeplink > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .tematica-grado .bloques-container h4:before,
body a.tematica-grado .bloques-container h4:before,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .bloques-container h4:before,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .bloques-container h4:before {
  color: #ff0053;
}
body .tematica-grado .social-links .field-item > a:hover .icon,
body a.tematica-grado .social-links .field-item > a:hover .icon,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .social-links .field-item > a:hover .icon,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .social-links .field-item > a:hover .icon {
  color: #ff0053;
}
body .tematica-grado .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-grado .outside-breadcrumb .breadcrumb > li + li:before,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .outside-breadcrumb .breadcrumb > li + li:before {
  color: #ff0053;
}
body .tematica-grado .role-menu,
body a.tematica-grado .role-menu,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .role-menu,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .role-menu {
  background-color: #ff0053;
}
body .tematica-grado h2.slash:before,
body a.tematica-grado h2.slash:before,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd h2.slash:before,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd h2.slash:before {
  border-bottom: 2px solid #ff0053;
}
body .tematica-grado .view-plan-de-estudios .view-content-footer:before,
body a.tematica-grado .view-plan-de-estudios .view-content-footer:before,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view-plan-de-estudios .view-content-footer:before,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view-plan-de-estudios .view-content-footer:before {
  border-color: #ff0053 !important;
}
body .tematica-grado .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-grado .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-grado .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-grado .view-plan-de-estudios .view-content-footer .icon div,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view-plan-de-estudios .view-content-footer .icon div {
  background-color: #ff0053 !important;
}
body .tematica-grado .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-grado .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico {
  border-top: 5px solid #de0048;
}
body .tematica-grado .custom-menu,
body a.tematica-grado .custom-menu,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu {
  padding-left: 0px;
}
body .tematica-grado .custom-menu a,
body a.tematica-grado .custom-menu a,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a {
  color: #fff;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
body .tematica-grado .custom-menu a:hover,
body a.tematica-grado .custom-menu a:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a:hover {
  color: #fff;
}
body .tematica-grado .custom-menu a:hover,
body a.tematica-grado .custom-menu a:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a:hover,
body .tematica-grado .custom-menu a:focus,
body a.tematica-grado .custom-menu a:focus,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a:focus,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a:focus,
body .tematica-grado .custom-menu a.focus,
body a.tematica-grado .custom-menu a.focus,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.focus,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.focus,
body .tematica-grado .custom-menu a:active,
body a.tematica-grado .custom-menu a:active,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a:active,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a:active,
body .tematica-grado .custom-menu a.active,
body a.tematica-grado .custom-menu a.active,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.active,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.active,
.open > .dropdown-togglebody .tematica-grado .custom-menu a,
.open > .dropdown-togglebody a.tematica-grado .custom-menu a,
.open > .dropdown-togglebody .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a,
.open > .dropdown-togglebody a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .tematica-grado .custom-menu a:active,
body a.tematica-grado .custom-menu a:active,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a:active,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a:active,
body .tematica-grado .custom-menu a.active,
body a.tematica-grado .custom-menu a.active,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.active,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.active,
.open > .dropdown-togglebody .tematica-grado .custom-menu a,
.open > .dropdown-togglebody a.tematica-grado .custom-menu a,
.open > .dropdown-togglebody .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a,
.open > .dropdown-togglebody a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a {
  background-image: none;
}
body .tematica-grado .custom-menu a.disabled,
body a.tematica-grado .custom-menu a.disabled,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.disabled,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.disabled,
body .tematica-grado .custom-menu a[disabled],
body a.tematica-grado .custom-menu a[disabled],
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a[disabled],
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a[disabled],
fieldset[disabled] body .tematica-grado .custom-menu a,
fieldset[disabled] body a.tematica-grado .custom-menu a,
fieldset[disabled] body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a,
fieldset[disabled] body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a,
body .tematica-grado .custom-menu a.disabled:hover,
body a.tematica-grado .custom-menu a.disabled:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.disabled:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.disabled:hover,
body .tematica-grado .custom-menu a[disabled]:hover,
body a.tematica-grado .custom-menu a[disabled]:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a[disabled]:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a[disabled]:hover,
fieldset[disabled] body .tematica-grado .custom-menu a:hover,
fieldset[disabled] body a.tematica-grado .custom-menu a:hover,
fieldset[disabled] body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a:hover,
fieldset[disabled] body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a:hover,
body .tematica-grado .custom-menu a.disabled:focus,
body a.tematica-grado .custom-menu a.disabled:focus,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.disabled:focus,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.disabled:focus,
body .tematica-grado .custom-menu a[disabled]:focus,
body a.tematica-grado .custom-menu a[disabled]:focus,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a[disabled]:focus,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a[disabled]:focus,
fieldset[disabled] body .tematica-grado .custom-menu a:focus,
fieldset[disabled] body a.tematica-grado .custom-menu a:focus,
fieldset[disabled] body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a:focus,
fieldset[disabled] body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a:focus,
body .tematica-grado .custom-menu a.disabled.focus,
body a.tematica-grado .custom-menu a.disabled.focus,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.disabled.focus,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.disabled.focus,
body .tematica-grado .custom-menu a[disabled].focus,
body a.tematica-grado .custom-menu a[disabled].focus,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a[disabled].focus,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a[disabled].focus,
fieldset[disabled] body .tematica-grado .custom-menu a.focus,
fieldset[disabled] body a.tematica-grado .custom-menu a.focus,
fieldset[disabled] body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.focus,
fieldset[disabled] body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.focus,
body .tematica-grado .custom-menu a.disabled:active,
body a.tematica-grado .custom-menu a.disabled:active,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.disabled:active,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.disabled:active,
body .tematica-grado .custom-menu a[disabled]:active,
body a.tematica-grado .custom-menu a[disabled]:active,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a[disabled]:active,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a[disabled]:active,
fieldset[disabled] body .tematica-grado .custom-menu a:active,
fieldset[disabled] body a.tematica-grado .custom-menu a:active,
fieldset[disabled] body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a:active,
fieldset[disabled] body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a:active,
body .tematica-grado .custom-menu a.disabled.active,
body a.tematica-grado .custom-menu a.disabled.active,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.disabled.active,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.disabled.active,
body .tematica-grado .custom-menu a[disabled].active,
body a.tematica-grado .custom-menu a[disabled].active,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a[disabled].active,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a[disabled].active,
fieldset[disabled] body .tematica-grado .custom-menu a.active,
fieldset[disabled] body a.tematica-grado .custom-menu a.active,
fieldset[disabled] body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.active,
fieldset[disabled] body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
body .tematica-grado .custom-menu a .badge,
body a.tematica-grado .custom-menu a .badge,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a .badge,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
body .tematica-grado .custom-menu ul,
body a.tematica-grado .custom-menu ul,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul {
  padding-left: 0px;
}
body .tematica-grado .custom-menu ul a,
body a.tematica-grado .custom-menu ul a,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a {
  color: #eeeeee;
  background-color: #ff0053;
  border-color: #ff0053;
}
body .tematica-grado .custom-menu ul a:hover,
body a.tematica-grado .custom-menu ul a:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a:hover,
body .tematica-grado .custom-menu ul a:focus,
body a.tematica-grado .custom-menu ul a:focus,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a:focus,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a:focus,
body .tematica-grado .custom-menu ul a.focus,
body a.tematica-grado .custom-menu ul a.focus,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.focus,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.focus,
body .tematica-grado .custom-menu ul a:active,
body a.tematica-grado .custom-menu ul a:active,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a:active,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a:active,
body .tematica-grado .custom-menu ul a.active,
body a.tematica-grado .custom-menu ul a.active,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.active,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-grado .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-grado .custom-menu ul a,
.open > .dropdown-togglebody .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a {
  color: #eeeeee;
  background-color: #cc0042;
  border-color: #c2003f;
}
body .tematica-grado .custom-menu ul a:active,
body a.tematica-grado .custom-menu ul a:active,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a:active,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a:active,
body .tematica-grado .custom-menu ul a.active,
body a.tematica-grado .custom-menu ul a.active,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.active,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-grado .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-grado .custom-menu ul a,
.open > .dropdown-togglebody .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a {
  background-image: none;
}
body .tematica-grado .custom-menu ul a.disabled,
body a.tematica-grado .custom-menu ul a.disabled,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.disabled,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.disabled,
body .tematica-grado .custom-menu ul a[disabled],
body a.tematica-grado .custom-menu ul a[disabled],
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a[disabled],
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a[disabled],
fieldset[disabled] body .tematica-grado .custom-menu ul a,
fieldset[disabled] body a.tematica-grado .custom-menu ul a,
fieldset[disabled] body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a,
fieldset[disabled] body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a,
body .tematica-grado .custom-menu ul a.disabled:hover,
body a.tematica-grado .custom-menu ul a.disabled:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.disabled:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.disabled:hover,
body .tematica-grado .custom-menu ul a[disabled]:hover,
body a.tematica-grado .custom-menu ul a[disabled]:hover,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a[disabled]:hover,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a[disabled]:hover,
fieldset[disabled] body .tematica-grado .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-grado .custom-menu ul a:hover,
fieldset[disabled] body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a:hover,
body .tematica-grado .custom-menu ul a.disabled:focus,
body a.tematica-grado .custom-menu ul a.disabled:focus,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.disabled:focus,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.disabled:focus,
body .tematica-grado .custom-menu ul a[disabled]:focus,
body a.tematica-grado .custom-menu ul a[disabled]:focus,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a[disabled]:focus,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a[disabled]:focus,
fieldset[disabled] body .tematica-grado .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-grado .custom-menu ul a:focus,
fieldset[disabled] body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a:focus,
body .tematica-grado .custom-menu ul a.disabled.focus,
body a.tematica-grado .custom-menu ul a.disabled.focus,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.disabled.focus,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.disabled.focus,
body .tematica-grado .custom-menu ul a[disabled].focus,
body a.tematica-grado .custom-menu ul a[disabled].focus,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a[disabled].focus,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a[disabled].focus,
fieldset[disabled] body .tematica-grado .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-grado .custom-menu ul a.focus,
fieldset[disabled] body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.focus,
body .tematica-grado .custom-menu ul a.disabled:active,
body a.tematica-grado .custom-menu ul a.disabled:active,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.disabled:active,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.disabled:active,
body .tematica-grado .custom-menu ul a[disabled]:active,
body a.tematica-grado .custom-menu ul a[disabled]:active,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a[disabled]:active,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a[disabled]:active,
fieldset[disabled] body .tematica-grado .custom-menu ul a:active,
fieldset[disabled] body a.tematica-grado .custom-menu ul a:active,
fieldset[disabled] body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a:active,
fieldset[disabled] body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a:active,
body .tematica-grado .custom-menu ul a.disabled.active,
body a.tematica-grado .custom-menu ul a.disabled.active,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.disabled.active,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.disabled.active,
body .tematica-grado .custom-menu ul a[disabled].active,
body a.tematica-grado .custom-menu ul a[disabled].active,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a[disabled].active,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a[disabled].active,
fieldset[disabled] body .tematica-grado .custom-menu ul a.active,
fieldset[disabled] body a.tematica-grado .custom-menu ul a.active,
fieldset[disabled] body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.active,
fieldset[disabled] body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a.active {
  background-color: #ff0053;
  border-color: #ff0053;
}
body .tematica-grado .custom-menu ul a .badge,
body a.tematica-grado .custom-menu ul a .badge,
body .tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a .badge,
body a.tematica-c5b4a7c6-79b0-4cee-abef-1be1d68b72bd .custom-menu ul a .badge {
  color: #ff0053;
  background-color: #eeeeee;
}
body .tematica-humanidades,
body a.tematica-humanidades,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 {
  /*Plan de estudios specific */
}
body .tematica-humanidades a,
body a.tematica-humanidades a,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 a,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 a {
  color: #0099fc;
}
body .tematica-humanidades a:hover,
body a.tematica-humanidades a:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 a:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 a:hover {
  color: #0071ba;
}
body .tematica-humanidades .btn,
body a.tematica-humanidades .btn,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .btn,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .btn {
  color: #fff;
}
body .tematica-humanidades .btn:hover,
body a.tematica-humanidades .btn:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .btn:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .btn:hover {
  color: #fff;
}
body .tematica-humanidades .jumbotron,
body a.tematica-humanidades .jumbotron,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron {
  border-top: 5px solid #0085db;
  background-color: rgba(0, 153, 252, 0.6);
}
body .tematica-humanidades .jumbotron .btn,
body a.tematica-humanidades .jumbotron .btn,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron .btn,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron .btn {
  background-color: #0071ba;
  color: #ffffff;
}
body .tematica-humanidades .jumbotron .btn:hover,
body a.tematica-humanidades .jumbotron .btn:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron .btn:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron .btn:hover {
  background-color: #3fb4ff;
}
body .tematica-humanidades .jumbotron.white,
body a.tematica-humanidades .jumbotron.white,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron.white,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron.white {
  background-color: rgba(255, 255, 255, 0.7);
}
body .tematica-humanidades .jumbotron.white h1,
body a.tematica-humanidades .jumbotron.white h1,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron.white h1,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron.white h1,
body .tematica-humanidades .jumbotron.white h2,
body a.tematica-humanidades .jumbotron.white h2,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron.white h2,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron.white h2,
body .tematica-humanidades .jumbotron.white h3,
body a.tematica-humanidades .jumbotron.white h3,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron.white h3,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron.white h3,
body .tematica-humanidades .jumbotron.white h4,
body a.tematica-humanidades .jumbotron.white h4,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron.white h4,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron.white h4,
body .tematica-humanidades .jumbotron.white h5,
body a.tematica-humanidades .jumbotron.white h5,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron.white h5,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron.white h5,
body .tematica-humanidades .jumbotron.white h6,
body a.tematica-humanidades .jumbotron.white h6,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron.white h6,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .jumbotron.white h6 {
  color: #000000;
}
body .tematica-humanidades .media .btn-primary,
body a.tematica-humanidades .media .btn-primary,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .media .btn-primary,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .media .btn-primary {
  background-color: #0099fc;
}
body .tematica-humanidades .media .btn-primary:hover,
body a.tematica-humanidades .media .btn-primary:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .media .btn-primary:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .media .btn-primary:hover {
  background-color: #3fb4ff;
}
body .tematica-humanidades .media .media-heading:after,
body a.tematica-humanidades .media .media-heading:after,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .media .media-heading:after,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .media .media-heading:after {
  border-color: #0099fc;
}
body .tematica-humanidades .media.lightbg-bar,
body a.tematica-humanidades .media.lightbg-bar,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .media.lightbg-bar,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .media.lightbg-bar {
  border-bottom: 3px solid #0099fc;
}
body .tematica-humanidades .media.lightbg-bar .plus,
body a.tematica-humanidades .media.lightbg-bar .plus,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .media.lightbg-bar .plus,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .media.lightbg-bar .plus {
  background-color: #0099fc;
}
body .tematica-humanidades .media:hover .deeplink a i,
body a.tematica-humanidades .media:hover .deeplink a i,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .media:hover .deeplink a i,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .media:hover .deeplink a i {
  color: #0099fc;
}
body .tematica-humanidades .carousel-caption h1,
body a.tematica-humanidades .carousel-caption h1,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carousel-caption h1,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carousel-caption h1,
body .tematica-humanidades .carousel-caption h2,
body a.tematica-humanidades .carousel-caption h2,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carousel-caption h2,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carousel-caption h2,
body .tematica-humanidades .carousel-caption h3,
body a.tematica-humanidades .carousel-caption h3,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carousel-caption h3,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carousel-caption h3,
body .tematica-humanidades .carousel-caption h4,
body a.tematica-humanidades .carousel-caption h4,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carousel-caption h4,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carousel-caption h4,
body .tematica-humanidades .carousel-caption h5,
body a.tematica-humanidades .carousel-caption h5,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carousel-caption h5,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carousel-caption h5,
body .tematica-humanidades .carousel-caption h6,
body a.tematica-humanidades .carousel-caption h6,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carousel-caption h6,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carousel-caption h6 {
  color: #000000;
}
body .tematica-humanidades .background,
body a.tematica-humanidades .background,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .background,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .background {
  background-color: #0099fc;
}
body .tematica-humanidades .form-container,
body a.tematica-humanidades .form-container,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .form-container,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .form-container {
  border-top: 5px solid #0086dd;
}
body .tematica-humanidades .form-container h2,
body a.tematica-humanidades .form-container h2,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .form-container h2,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .form-container h2 {
  color: #0099fc;
}
body .tematica-humanidades .form-container .btn-primary,
body a.tematica-humanidades .form-container .btn-primary,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .form-container .btn-primary,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .form-container .btn-primary {
  background-color: #0099fc;
}
body .tematica-humanidades .node-og-materia .field-type-file,
body a.tematica-humanidades .node-og-materia .field-type-file,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-og-materia .field-type-file,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-og-materia .field-type-file {
  background-color: #0099fc !important;
}
body .tematica-humanidades .node-og-materia .field-type-text-with-summary:after,
body a.tematica-humanidades .node-og-materia .field-type-text-with-summary:after,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-og-materia .field-type-text-with-summary:after,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-og-materia .field-type-text-with-summary:after {
  border-bottom: 2px solid #0099fc;
  color: #0099fc;
}
body .tematica-humanidades .node-profesor .professor-card .info .body:before,
body a.tematica-humanidades .node-profesor .professor-card .info .body:before,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-profesor .professor-card .info .body:before,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-profesor .professor-card .info .body:before,
body .tematica-humanidades .node-profesor .professor-card .info a:hover,
body a.tematica-humanidades .node-profesor .professor-card .info a:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-profesor .professor-card .info a:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-profesor .professor-card .info a:hover,
body .tematica-humanidades .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-humanidades .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-humanidades .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-humanidades .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-humanidades .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-humanidades .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover {
  color: #0099fc;
}
body .tematica-humanidades .node-profesor .body-wrapper .field-label:before,
body a.tematica-humanidades .node-profesor .body-wrapper .field-label:before,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-profesor .body-wrapper .field-label:before,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-profesor .body-wrapper .field-label:before {
  border-top: 2px solid #0099fc;
}
body .tematica-humanidades .node-webform .field-name-title h2,
body a.tematica-humanidades .node-webform .field-name-title h2,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-webform .field-name-title h2,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-webform .field-name-title h2 {
  color: #0099fc;
}
body .tematica-humanidades .node-webform .field-name-body .lead,
body a.tematica-humanidades .node-webform .field-name-body .lead,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-webform .field-name-body .lead,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-webform .field-name-body .lead {
  color: #000000;
}
body .tematica-humanidades .node-webform .field-name-body h3:before,
body a.tematica-humanidades .node-webform .field-name-body h3:before,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-webform .field-name-body h3:before,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .node-webform .field-name-body h3:before {
  color: #0099fc;
}
body .tematica-humanidades .page-testimonios .field-name-field-testimonio:after,
body a.tematica-humanidades .page-testimonios .field-name-field-testimonio:after,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-testimonios .field-name-field-testimonio:after,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-testimonios .field-name-field-testimonio:after,
body .tematica-humanidades .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-humanidades .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-humanidades .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-humanidades .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-humanidades .page-testimonios .media .media-body > a,
body a.tematica-humanidades .page-testimonios .media .media-body > a,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-testimonios .media .media-body > a,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-testimonios .media .media-body > a {
  color: #0099fc;
}
body .tematica-humanidades .page-testimonios .media .media-body > a:hover,
body a.tematica-humanidades .page-testimonios .media .media-body > a:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-testimonios .media .media-body > a:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-testimonios .media .media-body > a:hover {
  text-decoration: underline;
}
body .tematica-humanidades .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-humanidades .carreras-header-nav-pills .nav-pills > li a,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carreras-header-nav-pills .nav-pills > li a {
  background-color: #0071ba;
  color: #fff;
}
body .tematica-humanidades .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-humanidades .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-humanidades .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-humanidades .carreras-header-nav-pills .nav-pills > li a:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carreras-header-nav-pills .nav-pills > li a:hover {
  background-color: #004877;
}
body .tematica-humanidades .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-humanidades .carreras-header-nav-pills .nav-pills > li a.active:before,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .carreras-header-nav-pills .nav-pills > li a.active:before {
  border-color: #004877 transparent transparent transparent;
}
body .tematica-humanidades .card-wrapper .normal .inner,
body a.tematica-humanidades .card-wrapper .normal .inner,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .card-wrapper .normal .inner,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .card-wrapper .normal .inner,
body .tematica-humanidades.card-wrapper .normal .inner,
body a.tematica-humanidades.card-wrapper .normal .inner,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824.card-wrapper .normal .inner,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824.card-wrapper .normal .inner {
  border-top: 5px solid #0085db;
  margin-top: -5px;
}
body .tematica-humanidades .card-wrapper .hover .inner,
body a.tematica-humanidades .card-wrapper .hover .inner,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .card-wrapper .hover .inner,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .card-wrapper .hover .inner,
body .tematica-humanidades.card-wrapper .hover .inner,
body a.tematica-humanidades.card-wrapper .hover .inner,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824.card-wrapper .hover .inner,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824.card-wrapper .hover .inner {
  background-color: rgba(0, 153, 252, 0.8);
  color: #ffffff;
}
body .tematica-humanidades .card-wrapper .hover .inner .summary,
body a.tematica-humanidades .card-wrapper .hover .inner .summary,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .card-wrapper .hover .inner .summary,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .card-wrapper .hover .inner .summary,
body .tematica-humanidades.card-wrapper .hover .inner .summary,
body a.tematica-humanidades.card-wrapper .hover .inner .summary,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824.card-wrapper .hover .inner .summary,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824.card-wrapper .hover .inner .summary {
  color: #ffffff;
}
body .tematica-humanidades .card-wrapper .card5,
body a.tematica-humanidades .card-wrapper .card5,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .card-wrapper .card5,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .card-wrapper .card5,
body .tematica-humanidades.card-wrapper .card5,
body a.tematica-humanidades.card-wrapper .card5,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824.card-wrapper .card5,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824.card-wrapper .card5 {
  background-color: rgba(0, 153, 252, 0.8);
  color: #ffffff;
}
body .tematica-humanidades .vertical-highlighted .primary,
body a.tematica-humanidades .vertical-highlighted .primary,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .vertical-highlighted .primary,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .vertical-highlighted .primary,
body .tematica-humanidades .vertical-highlighted .secondary,
body a.tematica-humanidades .vertical-highlighted .secondary,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .vertical-highlighted .secondary,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .vertical-highlighted .secondary,
body .tematica-humanidades .vertical-highlighted .flexible,
body a.tematica-humanidades .vertical-highlighted .flexible,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .vertical-highlighted .flexible,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .vertical-highlighted .flexible {
  border-color: #0071ba;
}
body .tematica-humanidades .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-humanidades .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-humanidades .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-humanidades .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-humanidades .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-humanidades .vertical-highlighted .flexible .vertical-highlighted-body,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .vertical-highlighted .flexible .vertical-highlighted-body {
  border-color: #0071ba;
}
body .tematica-humanidades .tematica-sidemenu a,
body a.tematica-humanidades .tematica-sidemenu a,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tematica-sidemenu a,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tematica-sidemenu a {
  background-color: #000;
}
body .tematica-humanidades .tematica-sidemenu a:hover,
body a.tematica-humanidades .tematica-sidemenu a:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tematica-sidemenu a:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tematica-sidemenu a:hover,
body .tematica-humanidades .tematica-sidemenu a.active,
body a.tematica-humanidades .tematica-sidemenu a.active,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tematica-sidemenu a.active,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tematica-sidemenu a.active {
  background-color: #0099fc;
}
body .tematica-humanidades .page-header-nav-pills h1,
body a.tematica-humanidades .page-header-nav-pills h1,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-header-nav-pills h1,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-header-nav-pills h1,
body .tematica-humanidades .page-header-nav-pills h2,
body a.tematica-humanidades .page-header-nav-pills h2,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-header-nav-pills h2,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-header-nav-pills h2,
body .tematica-humanidades .page-header-nav-pills h3,
body a.tematica-humanidades .page-header-nav-pills h3,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-header-nav-pills h3,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-header-nav-pills h3 {
  color: #000000;
}
body .tematica-humanidades .page-header-nav-pills h4,
body a.tematica-humanidades .page-header-nav-pills h4,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-header-nav-pills h4,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-header-nav-pills h4,
body .tematica-humanidades .page-header-nav-pills h5,
body a.tematica-humanidades .page-header-nav-pills h5,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-header-nav-pills h5,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-header-nav-pills h5,
body .tematica-humanidades .page-header-nav-pills h6,
body a.tematica-humanidades .page-header-nav-pills h6,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-header-nav-pills h6,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-header-nav-pills h6,
body .tematica-humanidades .page-header-nav-pills p,
body a.tematica-humanidades .page-header-nav-pills p,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-header-nav-pills p,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-header-nav-pills p {
  color: #8a8b8c;
}
body .tematica-humanidades .page-header-nav-pills .nav-pills > li a,
body a.tematica-humanidades .page-header-nav-pills .nav-pills > li a,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-header-nav-pills .nav-pills > li a,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-header-nav-pills .nav-pills > li a {
  background-color: #0099fc;
  color: #fff;
}
body .tematica-humanidades .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-humanidades .page-header-nav-pills .nav-pills > li a:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .page-header-nav-pills .nav-pills > li a:hover {
  background-color: #0071ba;
}
body .tematica-humanidades .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-humanidades .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark {
  border-top-color: #0071ba;
}
body .tematica-humanidades .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-humanidades .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark {
  border-right-color: #0071ba;
}
body .tematica-humanidades .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-humanidades .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark {
  border-bottom-color: #0071ba;
}
body .tematica-humanidades .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-humanidades .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark {
  border-left-color: #0071ba;
}
body .tematica-humanidades .tab-pills .nav-tabs > li,
body a.tematica-humanidades .tab-pills .nav-tabs > li,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tab-pills .nav-tabs > li,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tab-pills .nav-tabs > li {
  background-color: #0099fc;
}
body .tematica-humanidades .tab-pills .nav-tabs > li a,
body a.tematica-humanidades .tab-pills .nav-tabs > li a,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tab-pills .nav-tabs > li a,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tab-pills .nav-tabs > li a {
  color: #ffffff;
}
body .tematica-humanidades .tab-pills .nav-tabs > li.active a,
body a.tematica-humanidades .tab-pills .nav-tabs > li.active a,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tab-pills .nav-tabs > li.active a,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tab-pills .nav-tabs > li.active a,
body .tematica-humanidades .tab-pills .nav-tabs > li a:hover,
body a.tematica-humanidades .tab-pills .nav-tabs > li a:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tab-pills .nav-tabs > li a:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tab-pills .nav-tabs > li a:hover {
  background-color: #0071ba;
}
body .tematica-humanidades .tab-pills .tab-content,
body a.tematica-humanidades .tab-pills .tab-content,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tab-pills .tab-content,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .tab-pills .tab-content {
  background-color: #eeeeee;
}
body .tematica-humanidades .view .view-header h3::before,
body a.tematica-humanidades .view .view-header h3::before,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view .view-header h3::before,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view .view-header h3::before,
body .tematica-humanidades .view .view-content > h3::before,
body a.tematica-humanidades .view .view-content > h3::before,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view .view-content > h3::before,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view .view-content > h3::before,
body .tematica-humanidades .view .view-content .media .media-body .bottom::before,
body a.tematica-humanidades .view .view-content .media .media-body .bottom::before,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view .view-content .media .media-body .bottom::before,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view .view-content .media .media-body .bottom::before,
body .tematica-humanidades .view .view-content .media .media-heading a:hover,
body a.tematica-humanidades .view .view-content .media .media-heading a:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view .view-content .media .media-heading a:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view .view-content .media .media-heading a:hover,
body .tematica-humanidades .view .view-content .media .media-body .bottom a:hover,
body a.tematica-humanidades .view .view-content .media .media-body .bottom a:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view .view-content .media .media-body .bottom a:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view .view-content .media .media-body .bottom a:hover {
  color: #0099fc;
}
body .tematica-humanidades .view .media .media-body .deeplink > a,
body a.tematica-humanidades .view .media .media-body .deeplink > a,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view .media .media-body .deeplink > a,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view .media .media-body .deeplink > a {
  background-color: #0099fc;
  color: #fff;
}
body .tematica-humanidades .view .media .media-body .deeplink > a:hover,
body a.tematica-humanidades .view .media .media-body .deeplink > a:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view .media .media-body .deeplink > a:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view .media .media-body .deeplink > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .tematica-humanidades .bloques-container h4:before,
body a.tematica-humanidades .bloques-container h4:before,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .bloques-container h4:before,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .bloques-container h4:before {
  color: #0099fc;
}
body .tematica-humanidades .social-links .field-item > a:hover .icon,
body a.tematica-humanidades .social-links .field-item > a:hover .icon,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .social-links .field-item > a:hover .icon,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .social-links .field-item > a:hover .icon {
  color: #0099fc;
}
body .tematica-humanidades .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-humanidades .outside-breadcrumb .breadcrumb > li + li:before,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .outside-breadcrumb .breadcrumb > li + li:before {
  color: #0099fc;
}
body .tematica-humanidades .role-menu,
body a.tematica-humanidades .role-menu,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .role-menu,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .role-menu {
  background-color: #0099fc;
}
body .tematica-humanidades h2.slash:before,
body a.tematica-humanidades h2.slash:before,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 h2.slash:before,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 h2.slash:before {
  border-bottom: 2px solid #0099fc;
}
body .tematica-humanidades .view-plan-de-estudios .view-content-footer:before,
body a.tematica-humanidades .view-plan-de-estudios .view-content-footer:before,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view-plan-de-estudios .view-content-footer:before,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view-plan-de-estudios .view-content-footer:before {
  border-color: #0099fc !important;
}
body .tematica-humanidades .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-humanidades .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-humanidades .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-humanidades .view-plan-de-estudios .view-content-footer .icon div,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view-plan-de-estudios .view-content-footer .icon div {
  background-color: #0099fc !important;
}
body .tematica-humanidades .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-humanidades .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico {
  border-top: 5px solid #0085db;
}
body .tematica-humanidades .custom-menu,
body a.tematica-humanidades .custom-menu,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu {
  padding-left: 0px;
}
body .tematica-humanidades .custom-menu a,
body a.tematica-humanidades .custom-menu a,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a {
  color: #fff;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
body .tematica-humanidades .custom-menu a:hover,
body a.tematica-humanidades .custom-menu a:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a:hover {
  color: #fff;
}
body .tematica-humanidades .custom-menu a:hover,
body a.tematica-humanidades .custom-menu a:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a:hover,
body .tematica-humanidades .custom-menu a:focus,
body a.tematica-humanidades .custom-menu a:focus,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a:focus,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a:focus,
body .tematica-humanidades .custom-menu a.focus,
body a.tematica-humanidades .custom-menu a.focus,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.focus,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.focus,
body .tematica-humanidades .custom-menu a:active,
body a.tematica-humanidades .custom-menu a:active,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a:active,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a:active,
body .tematica-humanidades .custom-menu a.active,
body a.tematica-humanidades .custom-menu a.active,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.active,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-humanidades .custom-menu a,
.open > .dropdown-togglebody a.tematica-humanidades .custom-menu a,
.open > .dropdown-togglebody .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a,
.open > .dropdown-togglebody a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .tematica-humanidades .custom-menu a:active,
body a.tematica-humanidades .custom-menu a:active,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a:active,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a:active,
body .tematica-humanidades .custom-menu a.active,
body a.tematica-humanidades .custom-menu a.active,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.active,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-humanidades .custom-menu a,
.open > .dropdown-togglebody a.tematica-humanidades .custom-menu a,
.open > .dropdown-togglebody .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a,
.open > .dropdown-togglebody a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a {
  background-image: none;
}
body .tematica-humanidades .custom-menu a.disabled,
body a.tematica-humanidades .custom-menu a.disabled,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.disabled,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.disabled,
body .tematica-humanidades .custom-menu a[disabled],
body a.tematica-humanidades .custom-menu a[disabled],
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a[disabled],
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a[disabled],
fieldset[disabled] body .tematica-humanidades .custom-menu a,
fieldset[disabled] body a.tematica-humanidades .custom-menu a,
fieldset[disabled] body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a,
fieldset[disabled] body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a,
body .tematica-humanidades .custom-menu a.disabled:hover,
body a.tematica-humanidades .custom-menu a.disabled:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.disabled:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.disabled:hover,
body .tematica-humanidades .custom-menu a[disabled]:hover,
body a.tematica-humanidades .custom-menu a[disabled]:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a[disabled]:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a[disabled]:hover,
fieldset[disabled] body .tematica-humanidades .custom-menu a:hover,
fieldset[disabled] body a.tematica-humanidades .custom-menu a:hover,
fieldset[disabled] body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a:hover,
fieldset[disabled] body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a:hover,
body .tematica-humanidades .custom-menu a.disabled:focus,
body a.tematica-humanidades .custom-menu a.disabled:focus,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.disabled:focus,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.disabled:focus,
body .tematica-humanidades .custom-menu a[disabled]:focus,
body a.tematica-humanidades .custom-menu a[disabled]:focus,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a[disabled]:focus,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a[disabled]:focus,
fieldset[disabled] body .tematica-humanidades .custom-menu a:focus,
fieldset[disabled] body a.tematica-humanidades .custom-menu a:focus,
fieldset[disabled] body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a:focus,
fieldset[disabled] body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a:focus,
body .tematica-humanidades .custom-menu a.disabled.focus,
body a.tematica-humanidades .custom-menu a.disabled.focus,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.disabled.focus,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.disabled.focus,
body .tematica-humanidades .custom-menu a[disabled].focus,
body a.tematica-humanidades .custom-menu a[disabled].focus,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a[disabled].focus,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a[disabled].focus,
fieldset[disabled] body .tematica-humanidades .custom-menu a.focus,
fieldset[disabled] body a.tematica-humanidades .custom-menu a.focus,
fieldset[disabled] body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.focus,
fieldset[disabled] body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.focus,
body .tematica-humanidades .custom-menu a.disabled:active,
body a.tematica-humanidades .custom-menu a.disabled:active,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.disabled:active,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.disabled:active,
body .tematica-humanidades .custom-menu a[disabled]:active,
body a.tematica-humanidades .custom-menu a[disabled]:active,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a[disabled]:active,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a[disabled]:active,
fieldset[disabled] body .tematica-humanidades .custom-menu a:active,
fieldset[disabled] body a.tematica-humanidades .custom-menu a:active,
fieldset[disabled] body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a:active,
fieldset[disabled] body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a:active,
body .tematica-humanidades .custom-menu a.disabled.active,
body a.tematica-humanidades .custom-menu a.disabled.active,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.disabled.active,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.disabled.active,
body .tematica-humanidades .custom-menu a[disabled].active,
body a.tematica-humanidades .custom-menu a[disabled].active,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a[disabled].active,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a[disabled].active,
fieldset[disabled] body .tematica-humanidades .custom-menu a.active,
fieldset[disabled] body a.tematica-humanidades .custom-menu a.active,
fieldset[disabled] body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.active,
fieldset[disabled] body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
body .tematica-humanidades .custom-menu a .badge,
body a.tematica-humanidades .custom-menu a .badge,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a .badge,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
body .tematica-humanidades .custom-menu ul,
body a.tematica-humanidades .custom-menu ul,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul {
  padding-left: 0px;
}
body .tematica-humanidades .custom-menu ul a,
body a.tematica-humanidades .custom-menu ul a,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a {
  color: #eeeeee;
  background-color: #0099fc;
  border-color: #0099fc;
}
body .tematica-humanidades .custom-menu ul a:hover,
body a.tematica-humanidades .custom-menu ul a:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a:hover,
body .tematica-humanidades .custom-menu ul a:focus,
body a.tematica-humanidades .custom-menu ul a:focus,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a:focus,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a:focus,
body .tematica-humanidades .custom-menu ul a.focus,
body a.tematica-humanidades .custom-menu ul a.focus,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.focus,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.focus,
body .tematica-humanidades .custom-menu ul a:active,
body a.tematica-humanidades .custom-menu ul a:active,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a:active,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a:active,
body .tematica-humanidades .custom-menu ul a.active,
body a.tematica-humanidades .custom-menu ul a.active,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.active,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-humanidades .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-humanidades .custom-menu ul a,
.open > .dropdown-togglebody .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a {
  color: #eeeeee;
  background-color: #007ac9;
  border-color: #0074bf;
}
body .tematica-humanidades .custom-menu ul a:active,
body a.tematica-humanidades .custom-menu ul a:active,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a:active,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a:active,
body .tematica-humanidades .custom-menu ul a.active,
body a.tematica-humanidades .custom-menu ul a.active,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.active,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-humanidades .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-humanidades .custom-menu ul a,
.open > .dropdown-togglebody .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a {
  background-image: none;
}
body .tematica-humanidades .custom-menu ul a.disabled,
body a.tematica-humanidades .custom-menu ul a.disabled,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.disabled,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.disabled,
body .tematica-humanidades .custom-menu ul a[disabled],
body a.tematica-humanidades .custom-menu ul a[disabled],
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a[disabled],
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a[disabled],
fieldset[disabled] body .tematica-humanidades .custom-menu ul a,
fieldset[disabled] body a.tematica-humanidades .custom-menu ul a,
fieldset[disabled] body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a,
fieldset[disabled] body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a,
body .tematica-humanidades .custom-menu ul a.disabled:hover,
body a.tematica-humanidades .custom-menu ul a.disabled:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.disabled:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.disabled:hover,
body .tematica-humanidades .custom-menu ul a[disabled]:hover,
body a.tematica-humanidades .custom-menu ul a[disabled]:hover,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a[disabled]:hover,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a[disabled]:hover,
fieldset[disabled] body .tematica-humanidades .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-humanidades .custom-menu ul a:hover,
fieldset[disabled] body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a:hover,
body .tematica-humanidades .custom-menu ul a.disabled:focus,
body a.tematica-humanidades .custom-menu ul a.disabled:focus,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.disabled:focus,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.disabled:focus,
body .tematica-humanidades .custom-menu ul a[disabled]:focus,
body a.tematica-humanidades .custom-menu ul a[disabled]:focus,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a[disabled]:focus,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a[disabled]:focus,
fieldset[disabled] body .tematica-humanidades .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-humanidades .custom-menu ul a:focus,
fieldset[disabled] body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a:focus,
body .tematica-humanidades .custom-menu ul a.disabled.focus,
body a.tematica-humanidades .custom-menu ul a.disabled.focus,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.disabled.focus,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.disabled.focus,
body .tematica-humanidades .custom-menu ul a[disabled].focus,
body a.tematica-humanidades .custom-menu ul a[disabled].focus,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a[disabled].focus,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a[disabled].focus,
fieldset[disabled] body .tematica-humanidades .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-humanidades .custom-menu ul a.focus,
fieldset[disabled] body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.focus,
body .tematica-humanidades .custom-menu ul a.disabled:active,
body a.tematica-humanidades .custom-menu ul a.disabled:active,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.disabled:active,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.disabled:active,
body .tematica-humanidades .custom-menu ul a[disabled]:active,
body a.tematica-humanidades .custom-menu ul a[disabled]:active,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a[disabled]:active,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a[disabled]:active,
fieldset[disabled] body .tematica-humanidades .custom-menu ul a:active,
fieldset[disabled] body a.tematica-humanidades .custom-menu ul a:active,
fieldset[disabled] body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a:active,
fieldset[disabled] body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a:active,
body .tematica-humanidades .custom-menu ul a.disabled.active,
body a.tematica-humanidades .custom-menu ul a.disabled.active,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.disabled.active,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.disabled.active,
body .tematica-humanidades .custom-menu ul a[disabled].active,
body a.tematica-humanidades .custom-menu ul a[disabled].active,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a[disabled].active,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a[disabled].active,
fieldset[disabled] body .tematica-humanidades .custom-menu ul a.active,
fieldset[disabled] body a.tematica-humanidades .custom-menu ul a.active,
fieldset[disabled] body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.active,
fieldset[disabled] body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a.active {
  background-color: #0099fc;
  border-color: #0099fc;
}
body .tematica-humanidades .custom-menu ul a .badge,
body a.tematica-humanidades .custom-menu ul a .badge,
body .tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a .badge,
body a.tematica-bc5525a9-56b7-49da-ba7d-e82c3b1da824 .custom-menu ul a .badge {
  color: #0099fc;
  background-color: #eeeeee;
}
body .tematica-marketing,
body a.tematica-marketing,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf {
  /*Plan de estudios specific */
}
body .tematica-marketing a,
body a.tematica-marketing a,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf a,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf a {
  color: #ff3e24;
}
body .tematica-marketing a:hover,
body a.tematica-marketing a:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf a:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf a:hover {
  color: #e11b00;
}
body .tematica-marketing .btn,
body a.tematica-marketing .btn,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .btn,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .btn {
  color: #fff;
}
body .tematica-marketing .btn:hover,
body a.tematica-marketing .btn:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .btn:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .btn:hover {
  color: #fff;
}
body .tematica-marketing .jumbotron,
body a.tematica-marketing .jumbotron,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron {
  border-top: 5px solid #ff2103;
  background-color: rgba(255, 62, 36, 0.6);
}
body .tematica-marketing .jumbotron .btn,
body a.tematica-marketing .jumbotron .btn,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron .btn,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron .btn {
  background-color: #e11b00;
  color: #ffffff;
}
body .tematica-marketing .jumbotron .btn:hover,
body a.tematica-marketing .jumbotron .btn:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron .btn:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron .btn:hover {
  background-color: #ff7866;
}
body .tematica-marketing .jumbotron.white,
body a.tematica-marketing .jumbotron.white,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron.white,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron.white {
  background-color: rgba(255, 255, 255, 0.7);
}
body .tematica-marketing .jumbotron.white h1,
body a.tematica-marketing .jumbotron.white h1,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron.white h1,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron.white h1,
body .tematica-marketing .jumbotron.white h2,
body a.tematica-marketing .jumbotron.white h2,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron.white h2,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron.white h2,
body .tematica-marketing .jumbotron.white h3,
body a.tematica-marketing .jumbotron.white h3,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron.white h3,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron.white h3,
body .tematica-marketing .jumbotron.white h4,
body a.tematica-marketing .jumbotron.white h4,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron.white h4,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron.white h4,
body .tematica-marketing .jumbotron.white h5,
body a.tematica-marketing .jumbotron.white h5,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron.white h5,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron.white h5,
body .tematica-marketing .jumbotron.white h6,
body a.tematica-marketing .jumbotron.white h6,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron.white h6,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .jumbotron.white h6 {
  color: #000000;
}
body .tematica-marketing .media .btn-primary,
body a.tematica-marketing .media .btn-primary,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .media .btn-primary,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .media .btn-primary {
  background-color: #ff3e24;
}
body .tematica-marketing .media .btn-primary:hover,
body a.tematica-marketing .media .btn-primary:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .media .btn-primary:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .media .btn-primary:hover {
  background-color: #ff7866;
}
body .tematica-marketing .media .media-heading:after,
body a.tematica-marketing .media .media-heading:after,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .media .media-heading:after,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .media .media-heading:after {
  border-color: #ff3e24;
}
body .tematica-marketing .media.lightbg-bar,
body a.tematica-marketing .media.lightbg-bar,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .media.lightbg-bar,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .media.lightbg-bar {
  border-bottom: 3px solid #ff3e24;
}
body .tematica-marketing .media.lightbg-bar .plus,
body a.tematica-marketing .media.lightbg-bar .plus,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .media.lightbg-bar .plus,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .media.lightbg-bar .plus {
  background-color: #ff3e24;
}
body .tematica-marketing .media:hover .deeplink a i,
body a.tematica-marketing .media:hover .deeplink a i,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .media:hover .deeplink a i,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .media:hover .deeplink a i {
  color: #ff3e24;
}
body .tematica-marketing .carousel-caption h1,
body a.tematica-marketing .carousel-caption h1,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carousel-caption h1,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carousel-caption h1,
body .tematica-marketing .carousel-caption h2,
body a.tematica-marketing .carousel-caption h2,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carousel-caption h2,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carousel-caption h2,
body .tematica-marketing .carousel-caption h3,
body a.tematica-marketing .carousel-caption h3,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carousel-caption h3,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carousel-caption h3,
body .tematica-marketing .carousel-caption h4,
body a.tematica-marketing .carousel-caption h4,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carousel-caption h4,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carousel-caption h4,
body .tematica-marketing .carousel-caption h5,
body a.tematica-marketing .carousel-caption h5,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carousel-caption h5,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carousel-caption h5,
body .tematica-marketing .carousel-caption h6,
body a.tematica-marketing .carousel-caption h6,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carousel-caption h6,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carousel-caption h6 {
  color: #000000;
}
body .tematica-marketing .background,
body a.tematica-marketing .background,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .background,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .background {
  background-color: #ff3e24;
}
body .tematica-marketing .form-container,
body a.tematica-marketing .form-container,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .form-container,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .form-container {
  border-top: 5px solid #ff2305;
}
body .tematica-marketing .form-container h2,
body a.tematica-marketing .form-container h2,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .form-container h2,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .form-container h2 {
  color: #ff3e24;
}
body .tematica-marketing .form-container .btn-primary,
body a.tematica-marketing .form-container .btn-primary,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .form-container .btn-primary,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .form-container .btn-primary {
  background-color: #ff3e24;
}
body .tematica-marketing .node-og-materia .field-type-file,
body a.tematica-marketing .node-og-materia .field-type-file,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-og-materia .field-type-file,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-og-materia .field-type-file {
  background-color: #ff3e24 !important;
}
body .tematica-marketing .node-og-materia .field-type-text-with-summary:after,
body a.tematica-marketing .node-og-materia .field-type-text-with-summary:after,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-og-materia .field-type-text-with-summary:after,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-og-materia .field-type-text-with-summary:after {
  border-bottom: 2px solid #ff3e24;
  color: #ff3e24;
}
body .tematica-marketing .node-profesor .professor-card .info .body:before,
body a.tematica-marketing .node-profesor .professor-card .info .body:before,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-profesor .professor-card .info .body:before,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-profesor .professor-card .info .body:before,
body .tematica-marketing .node-profesor .professor-card .info a:hover,
body a.tematica-marketing .node-profesor .professor-card .info a:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-profesor .professor-card .info a:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-profesor .professor-card .info a:hover,
body .tematica-marketing .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-marketing .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-marketing .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-marketing .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-marketing .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-marketing .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-profesor .body-wrapper .field-type-link-field .field-item a:hover {
  color: #ff3e24;
}
body .tematica-marketing .node-profesor .body-wrapper .field-label:before,
body a.tematica-marketing .node-profesor .body-wrapper .field-label:before,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-profesor .body-wrapper .field-label:before,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-profesor .body-wrapper .field-label:before {
  border-top: 2px solid #ff3e24;
}
body .tematica-marketing .node-webform .field-name-title h2,
body a.tematica-marketing .node-webform .field-name-title h2,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-webform .field-name-title h2,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-webform .field-name-title h2 {
  color: #ff3e24;
}
body .tematica-marketing .node-webform .field-name-body .lead,
body a.tematica-marketing .node-webform .field-name-body .lead,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-webform .field-name-body .lead,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-webform .field-name-body .lead {
  color: #000000;
}
body .tematica-marketing .node-webform .field-name-body h3:before,
body a.tematica-marketing .node-webform .field-name-body h3:before,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-webform .field-name-body h3:before,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .node-webform .field-name-body h3:before {
  color: #ff3e24;
}
body .tematica-marketing .page-testimonios .field-name-field-testimonio:after,
body a.tematica-marketing .page-testimonios .field-name-field-testimonio:after,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-testimonios .field-name-field-testimonio:after,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-testimonios .field-name-field-testimonio:after,
body .tematica-marketing .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-marketing .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-marketing .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-marketing .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-marketing .page-testimonios .media .media-body > a,
body a.tematica-marketing .page-testimonios .media .media-body > a,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-testimonios .media .media-body > a,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-testimonios .media .media-body > a {
  color: #ff3e24;
}
body .tematica-marketing .page-testimonios .media .media-body > a:hover,
body a.tematica-marketing .page-testimonios .media .media-body > a:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-testimonios .media .media-body > a:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-testimonios .media .media-body > a:hover {
  text-decoration: underline;
}
body .tematica-marketing .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-marketing .carreras-header-nav-pills .nav-pills > li a,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carreras-header-nav-pills .nav-pills > li a {
  background-color: #e11b00;
  color: #fff;
}
body .tematica-marketing .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-marketing .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-marketing .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-marketing .carreras-header-nav-pills .nav-pills > li a:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carreras-header-nav-pills .nav-pills > li a:hover {
  background-color: #9e1300;
}
body .tematica-marketing .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-marketing .carreras-header-nav-pills .nav-pills > li a.active:before,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .carreras-header-nav-pills .nav-pills > li a.active:before {
  border-color: #9e1300 transparent transparent transparent;
}
body .tematica-marketing .card-wrapper .normal .inner,
body a.tematica-marketing .card-wrapper .normal .inner,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .card-wrapper .normal .inner,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .card-wrapper .normal .inner,
body .tematica-marketing.card-wrapper .normal .inner,
body a.tematica-marketing.card-wrapper .normal .inner,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf.card-wrapper .normal .inner,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf.card-wrapper .normal .inner {
  border-top: 5px solid #ff2103;
  margin-top: -5px;
}
body .tematica-marketing .card-wrapper .hover .inner,
body a.tematica-marketing .card-wrapper .hover .inner,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .card-wrapper .hover .inner,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .card-wrapper .hover .inner,
body .tematica-marketing.card-wrapper .hover .inner,
body a.tematica-marketing.card-wrapper .hover .inner,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf.card-wrapper .hover .inner,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf.card-wrapper .hover .inner {
  background-color: rgba(255, 62, 36, 0.8);
  color: #ffffff;
}
body .tematica-marketing .card-wrapper .hover .inner .summary,
body a.tematica-marketing .card-wrapper .hover .inner .summary,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .card-wrapper .hover .inner .summary,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .card-wrapper .hover .inner .summary,
body .tematica-marketing.card-wrapper .hover .inner .summary,
body a.tematica-marketing.card-wrapper .hover .inner .summary,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf.card-wrapper .hover .inner .summary,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf.card-wrapper .hover .inner .summary {
  color: #ffffff;
}
body .tematica-marketing .card-wrapper .card5,
body a.tematica-marketing .card-wrapper .card5,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .card-wrapper .card5,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .card-wrapper .card5,
body .tematica-marketing.card-wrapper .card5,
body a.tematica-marketing.card-wrapper .card5,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf.card-wrapper .card5,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf.card-wrapper .card5 {
  background-color: rgba(255, 62, 36, 0.8);
  color: #ffffff;
}
body .tematica-marketing .vertical-highlighted .primary,
body a.tematica-marketing .vertical-highlighted .primary,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .vertical-highlighted .primary,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .vertical-highlighted .primary,
body .tematica-marketing .vertical-highlighted .secondary,
body a.tematica-marketing .vertical-highlighted .secondary,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .vertical-highlighted .secondary,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .vertical-highlighted .secondary,
body .tematica-marketing .vertical-highlighted .flexible,
body a.tematica-marketing .vertical-highlighted .flexible,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .vertical-highlighted .flexible,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .vertical-highlighted .flexible {
  border-color: #e11b00;
}
body .tematica-marketing .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-marketing .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-marketing .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-marketing .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-marketing .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-marketing .vertical-highlighted .flexible .vertical-highlighted-body,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .vertical-highlighted .flexible .vertical-highlighted-body {
  border-color: #e11b00;
}
body .tematica-marketing .tematica-sidemenu a,
body a.tematica-marketing .tematica-sidemenu a,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tematica-sidemenu a,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tematica-sidemenu a {
  background-color: #000;
}
body .tematica-marketing .tematica-sidemenu a:hover,
body a.tematica-marketing .tematica-sidemenu a:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tematica-sidemenu a:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tematica-sidemenu a:hover,
body .tematica-marketing .tematica-sidemenu a.active,
body a.tematica-marketing .tematica-sidemenu a.active,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tematica-sidemenu a.active,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tematica-sidemenu a.active {
  background-color: #ff3e24;
}
body .tematica-marketing .page-header-nav-pills h1,
body a.tematica-marketing .page-header-nav-pills h1,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-header-nav-pills h1,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-header-nav-pills h1,
body .tematica-marketing .page-header-nav-pills h2,
body a.tematica-marketing .page-header-nav-pills h2,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-header-nav-pills h2,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-header-nav-pills h2,
body .tematica-marketing .page-header-nav-pills h3,
body a.tematica-marketing .page-header-nav-pills h3,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-header-nav-pills h3,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-header-nav-pills h3 {
  color: #000000;
}
body .tematica-marketing .page-header-nav-pills h4,
body a.tematica-marketing .page-header-nav-pills h4,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-header-nav-pills h4,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-header-nav-pills h4,
body .tematica-marketing .page-header-nav-pills h5,
body a.tematica-marketing .page-header-nav-pills h5,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-header-nav-pills h5,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-header-nav-pills h5,
body .tematica-marketing .page-header-nav-pills h6,
body a.tematica-marketing .page-header-nav-pills h6,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-header-nav-pills h6,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-header-nav-pills h6,
body .tematica-marketing .page-header-nav-pills p,
body a.tematica-marketing .page-header-nav-pills p,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-header-nav-pills p,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-header-nav-pills p {
  color: #8a8b8c;
}
body .tematica-marketing .page-header-nav-pills .nav-pills > li a,
body a.tematica-marketing .page-header-nav-pills .nav-pills > li a,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-header-nav-pills .nav-pills > li a,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-header-nav-pills .nav-pills > li a {
  background-color: #ff3e24;
  color: #fff;
}
body .tematica-marketing .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-marketing .page-header-nav-pills .nav-pills > li a:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .page-header-nav-pills .nav-pills > li a:hover {
  background-color: #e11b00;
}
body .tematica-marketing .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-marketing .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark {
  border-top-color: #e11b00;
}
body .tematica-marketing .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-marketing .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark {
  border-right-color: #e11b00;
}
body .tematica-marketing .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-marketing .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark {
  border-bottom-color: #e11b00;
}
body .tematica-marketing .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-marketing .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark {
  border-left-color: #e11b00;
}
body .tematica-marketing .tab-pills .nav-tabs > li,
body a.tematica-marketing .tab-pills .nav-tabs > li,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tab-pills .nav-tabs > li,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tab-pills .nav-tabs > li {
  background-color: #ff3e24;
}
body .tematica-marketing .tab-pills .nav-tabs > li a,
body a.tematica-marketing .tab-pills .nav-tabs > li a,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tab-pills .nav-tabs > li a,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tab-pills .nav-tabs > li a {
  color: #ffffff;
}
body .tematica-marketing .tab-pills .nav-tabs > li.active a,
body a.tematica-marketing .tab-pills .nav-tabs > li.active a,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tab-pills .nav-tabs > li.active a,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tab-pills .nav-tabs > li.active a,
body .tematica-marketing .tab-pills .nav-tabs > li a:hover,
body a.tematica-marketing .tab-pills .nav-tabs > li a:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tab-pills .nav-tabs > li a:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tab-pills .nav-tabs > li a:hover {
  background-color: #e11b00;
}
body .tematica-marketing .tab-pills .tab-content,
body a.tematica-marketing .tab-pills .tab-content,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tab-pills .tab-content,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .tab-pills .tab-content {
  background-color: #eeeeee;
}
body .tematica-marketing .view .view-header h3::before,
body a.tematica-marketing .view .view-header h3::before,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view .view-header h3::before,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view .view-header h3::before,
body .tematica-marketing .view .view-content > h3::before,
body a.tematica-marketing .view .view-content > h3::before,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view .view-content > h3::before,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view .view-content > h3::before,
body .tematica-marketing .view .view-content .media .media-body .bottom::before,
body a.tematica-marketing .view .view-content .media .media-body .bottom::before,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view .view-content .media .media-body .bottom::before,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view .view-content .media .media-body .bottom::before,
body .tematica-marketing .view .view-content .media .media-heading a:hover,
body a.tematica-marketing .view .view-content .media .media-heading a:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view .view-content .media .media-heading a:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view .view-content .media .media-heading a:hover,
body .tematica-marketing .view .view-content .media .media-body .bottom a:hover,
body a.tematica-marketing .view .view-content .media .media-body .bottom a:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view .view-content .media .media-body .bottom a:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view .view-content .media .media-body .bottom a:hover {
  color: #ff3e24;
}
body .tematica-marketing .view .media .media-body .deeplink > a,
body a.tematica-marketing .view .media .media-body .deeplink > a,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view .media .media-body .deeplink > a,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view .media .media-body .deeplink > a {
  background-color: #ff3e24;
  color: #fff;
}
body .tematica-marketing .view .media .media-body .deeplink > a:hover,
body a.tematica-marketing .view .media .media-body .deeplink > a:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view .media .media-body .deeplink > a:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view .media .media-body .deeplink > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .tematica-marketing .bloques-container h4:before,
body a.tematica-marketing .bloques-container h4:before,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .bloques-container h4:before,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .bloques-container h4:before {
  color: #ff3e24;
}
body .tematica-marketing .social-links .field-item > a:hover .icon,
body a.tematica-marketing .social-links .field-item > a:hover .icon,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .social-links .field-item > a:hover .icon,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .social-links .field-item > a:hover .icon {
  color: #ff3e24;
}
body .tematica-marketing .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-marketing .outside-breadcrumb .breadcrumb > li + li:before,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .outside-breadcrumb .breadcrumb > li + li:before {
  color: #ff3e24;
}
body .tematica-marketing .role-menu,
body a.tematica-marketing .role-menu,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .role-menu,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .role-menu {
  background-color: #ff3e24;
}
body .tematica-marketing h2.slash:before,
body a.tematica-marketing h2.slash:before,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf h2.slash:before,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf h2.slash:before {
  border-bottom: 2px solid #ff3e24;
}
body .tematica-marketing .view-plan-de-estudios .view-content-footer:before,
body a.tematica-marketing .view-plan-de-estudios .view-content-footer:before,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view-plan-de-estudios .view-content-footer:before,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view-plan-de-estudios .view-content-footer:before {
  border-color: #ff3e24 !important;
}
body .tematica-marketing .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-marketing .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-marketing .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-marketing .view-plan-de-estudios .view-content-footer .icon div,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view-plan-de-estudios .view-content-footer .icon div {
  background-color: #ff3e24 !important;
}
body .tematica-marketing .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-marketing .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico {
  border-top: 5px solid #ff2103;
}
body .tematica-marketing .custom-menu,
body a.tematica-marketing .custom-menu,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu {
  padding-left: 0px;
}
body .tematica-marketing .custom-menu a,
body a.tematica-marketing .custom-menu a,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a {
  color: #fff;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
body .tematica-marketing .custom-menu a:hover,
body a.tematica-marketing .custom-menu a:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a:hover {
  color: #fff;
}
body .tematica-marketing .custom-menu a:hover,
body a.tematica-marketing .custom-menu a:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a:hover,
body .tematica-marketing .custom-menu a:focus,
body a.tematica-marketing .custom-menu a:focus,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a:focus,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a:focus,
body .tematica-marketing .custom-menu a.focus,
body a.tematica-marketing .custom-menu a.focus,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.focus,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.focus,
body .tematica-marketing .custom-menu a:active,
body a.tematica-marketing .custom-menu a:active,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a:active,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a:active,
body .tematica-marketing .custom-menu a.active,
body a.tematica-marketing .custom-menu a.active,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.active,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.active,
.open > .dropdown-togglebody .tematica-marketing .custom-menu a,
.open > .dropdown-togglebody a.tematica-marketing .custom-menu a,
.open > .dropdown-togglebody .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a,
.open > .dropdown-togglebody a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .tematica-marketing .custom-menu a:active,
body a.tematica-marketing .custom-menu a:active,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a:active,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a:active,
body .tematica-marketing .custom-menu a.active,
body a.tematica-marketing .custom-menu a.active,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.active,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.active,
.open > .dropdown-togglebody .tematica-marketing .custom-menu a,
.open > .dropdown-togglebody a.tematica-marketing .custom-menu a,
.open > .dropdown-togglebody .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a,
.open > .dropdown-togglebody a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a {
  background-image: none;
}
body .tematica-marketing .custom-menu a.disabled,
body a.tematica-marketing .custom-menu a.disabled,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.disabled,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.disabled,
body .tematica-marketing .custom-menu a[disabled],
body a.tematica-marketing .custom-menu a[disabled],
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a[disabled],
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a[disabled],
fieldset[disabled] body .tematica-marketing .custom-menu a,
fieldset[disabled] body a.tematica-marketing .custom-menu a,
fieldset[disabled] body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a,
fieldset[disabled] body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a,
body .tematica-marketing .custom-menu a.disabled:hover,
body a.tematica-marketing .custom-menu a.disabled:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.disabled:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.disabled:hover,
body .tematica-marketing .custom-menu a[disabled]:hover,
body a.tematica-marketing .custom-menu a[disabled]:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a[disabled]:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a[disabled]:hover,
fieldset[disabled] body .tematica-marketing .custom-menu a:hover,
fieldset[disabled] body a.tematica-marketing .custom-menu a:hover,
fieldset[disabled] body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a:hover,
fieldset[disabled] body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a:hover,
body .tematica-marketing .custom-menu a.disabled:focus,
body a.tematica-marketing .custom-menu a.disabled:focus,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.disabled:focus,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.disabled:focus,
body .tematica-marketing .custom-menu a[disabled]:focus,
body a.tematica-marketing .custom-menu a[disabled]:focus,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a[disabled]:focus,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a[disabled]:focus,
fieldset[disabled] body .tematica-marketing .custom-menu a:focus,
fieldset[disabled] body a.tematica-marketing .custom-menu a:focus,
fieldset[disabled] body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a:focus,
fieldset[disabled] body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a:focus,
body .tematica-marketing .custom-menu a.disabled.focus,
body a.tematica-marketing .custom-menu a.disabled.focus,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.disabled.focus,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.disabled.focus,
body .tematica-marketing .custom-menu a[disabled].focus,
body a.tematica-marketing .custom-menu a[disabled].focus,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a[disabled].focus,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a[disabled].focus,
fieldset[disabled] body .tematica-marketing .custom-menu a.focus,
fieldset[disabled] body a.tematica-marketing .custom-menu a.focus,
fieldset[disabled] body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.focus,
fieldset[disabled] body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.focus,
body .tematica-marketing .custom-menu a.disabled:active,
body a.tematica-marketing .custom-menu a.disabled:active,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.disabled:active,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.disabled:active,
body .tematica-marketing .custom-menu a[disabled]:active,
body a.tematica-marketing .custom-menu a[disabled]:active,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a[disabled]:active,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a[disabled]:active,
fieldset[disabled] body .tematica-marketing .custom-menu a:active,
fieldset[disabled] body a.tematica-marketing .custom-menu a:active,
fieldset[disabled] body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a:active,
fieldset[disabled] body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a:active,
body .tematica-marketing .custom-menu a.disabled.active,
body a.tematica-marketing .custom-menu a.disabled.active,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.disabled.active,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.disabled.active,
body .tematica-marketing .custom-menu a[disabled].active,
body a.tematica-marketing .custom-menu a[disabled].active,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a[disabled].active,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a[disabled].active,
fieldset[disabled] body .tematica-marketing .custom-menu a.active,
fieldset[disabled] body a.tematica-marketing .custom-menu a.active,
fieldset[disabled] body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.active,
fieldset[disabled] body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
body .tematica-marketing .custom-menu a .badge,
body a.tematica-marketing .custom-menu a .badge,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a .badge,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
body .tematica-marketing .custom-menu ul,
body a.tematica-marketing .custom-menu ul,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul {
  padding-left: 0px;
}
body .tematica-marketing .custom-menu ul a,
body a.tematica-marketing .custom-menu ul a,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a {
  color: #eeeeee;
  background-color: #ff3e24;
  border-color: #ff3e24;
}
body .tematica-marketing .custom-menu ul a:hover,
body a.tematica-marketing .custom-menu ul a:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a:hover,
body .tematica-marketing .custom-menu ul a:focus,
body a.tematica-marketing .custom-menu ul a:focus,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a:focus,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a:focus,
body .tematica-marketing .custom-menu ul a.focus,
body a.tematica-marketing .custom-menu ul a.focus,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.focus,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.focus,
body .tematica-marketing .custom-menu ul a:active,
body a.tematica-marketing .custom-menu ul a:active,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a:active,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a:active,
body .tematica-marketing .custom-menu ul a.active,
body a.tematica-marketing .custom-menu ul a.active,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.active,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-marketing .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-marketing .custom-menu ul a,
.open > .dropdown-togglebody .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a {
  color: #eeeeee;
  background-color: #f01c00;
  border-color: #e61b00;
}
body .tematica-marketing .custom-menu ul a:active,
body a.tematica-marketing .custom-menu ul a:active,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a:active,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a:active,
body .tematica-marketing .custom-menu ul a.active,
body a.tematica-marketing .custom-menu ul a.active,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.active,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-marketing .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-marketing .custom-menu ul a,
.open > .dropdown-togglebody .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a {
  background-image: none;
}
body .tematica-marketing .custom-menu ul a.disabled,
body a.tematica-marketing .custom-menu ul a.disabled,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.disabled,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.disabled,
body .tematica-marketing .custom-menu ul a[disabled],
body a.tematica-marketing .custom-menu ul a[disabled],
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a[disabled],
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a[disabled],
fieldset[disabled] body .tematica-marketing .custom-menu ul a,
fieldset[disabled] body a.tematica-marketing .custom-menu ul a,
fieldset[disabled] body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a,
fieldset[disabled] body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a,
body .tematica-marketing .custom-menu ul a.disabled:hover,
body a.tematica-marketing .custom-menu ul a.disabled:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.disabled:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.disabled:hover,
body .tematica-marketing .custom-menu ul a[disabled]:hover,
body a.tematica-marketing .custom-menu ul a[disabled]:hover,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a[disabled]:hover,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a[disabled]:hover,
fieldset[disabled] body .tematica-marketing .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-marketing .custom-menu ul a:hover,
fieldset[disabled] body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a:hover,
body .tematica-marketing .custom-menu ul a.disabled:focus,
body a.tematica-marketing .custom-menu ul a.disabled:focus,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.disabled:focus,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.disabled:focus,
body .tematica-marketing .custom-menu ul a[disabled]:focus,
body a.tematica-marketing .custom-menu ul a[disabled]:focus,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a[disabled]:focus,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a[disabled]:focus,
fieldset[disabled] body .tematica-marketing .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-marketing .custom-menu ul a:focus,
fieldset[disabled] body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a:focus,
body .tematica-marketing .custom-menu ul a.disabled.focus,
body a.tematica-marketing .custom-menu ul a.disabled.focus,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.disabled.focus,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.disabled.focus,
body .tematica-marketing .custom-menu ul a[disabled].focus,
body a.tematica-marketing .custom-menu ul a[disabled].focus,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a[disabled].focus,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a[disabled].focus,
fieldset[disabled] body .tematica-marketing .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-marketing .custom-menu ul a.focus,
fieldset[disabled] body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.focus,
body .tematica-marketing .custom-menu ul a.disabled:active,
body a.tematica-marketing .custom-menu ul a.disabled:active,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.disabled:active,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.disabled:active,
body .tematica-marketing .custom-menu ul a[disabled]:active,
body a.tematica-marketing .custom-menu ul a[disabled]:active,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a[disabled]:active,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a[disabled]:active,
fieldset[disabled] body .tematica-marketing .custom-menu ul a:active,
fieldset[disabled] body a.tematica-marketing .custom-menu ul a:active,
fieldset[disabled] body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a:active,
fieldset[disabled] body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a:active,
body .tematica-marketing .custom-menu ul a.disabled.active,
body a.tematica-marketing .custom-menu ul a.disabled.active,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.disabled.active,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.disabled.active,
body .tematica-marketing .custom-menu ul a[disabled].active,
body a.tematica-marketing .custom-menu ul a[disabled].active,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a[disabled].active,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a[disabled].active,
fieldset[disabled] body .tematica-marketing .custom-menu ul a.active,
fieldset[disabled] body a.tematica-marketing .custom-menu ul a.active,
fieldset[disabled] body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.active,
fieldset[disabled] body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a.active {
  background-color: #ff3e24;
  border-color: #ff3e24;
}
body .tematica-marketing .custom-menu ul a .badge,
body a.tematica-marketing .custom-menu ul a .badge,
body .tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a .badge,
body a.tematica-27ff7988-7c05-4c40-97df-e00e1f10d8cf .custom-menu ul a .badge {
  color: #ff3e24;
  background-color: #eeeeee;
}
body .tematica-por-que-udesa,
body a.tematica-por-que-udesa,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 {
  /*Plan de estudios specific */
}
body .tematica-por-que-udesa a,
body a.tematica-por-que-udesa a,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 a,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 a {
  color: #6c2a70;
}
body .tematica-por-que-udesa a:hover,
body a.tematica-por-que-udesa a:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 a:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 a:hover {
  color: #3e1840;
}
body .tematica-por-que-udesa .btn,
body a.tematica-por-que-udesa .btn,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .btn,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .btn {
  color: #fff;
}
body .tematica-por-que-udesa .btn:hover,
body a.tematica-por-que-udesa .btn:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .btn:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .btn:hover {
  color: #fff;
}
body .tematica-por-que-udesa .jumbotron,
body a.tematica-por-que-udesa .jumbotron,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron {
  border-top: 5px solid #552158;
  background-color: rgba(108, 42, 112, 0.6);
}
body .tematica-por-que-udesa .jumbotron .btn,
body a.tematica-por-que-udesa .jumbotron .btn,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron .btn,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron .btn {
  background-color: #3e1840;
  color: #ffffff;
}
body .tematica-por-que-udesa .jumbotron .btn:hover,
body a.tematica-por-que-udesa .jumbotron .btn:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron .btn:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron .btn:hover {
  background-color: #9a3ca0;
}
body .tematica-por-que-udesa .jumbotron.white,
body a.tematica-por-que-udesa .jumbotron.white,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron.white,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron.white {
  background-color: rgba(255, 255, 255, 0.7);
}
body .tematica-por-que-udesa .jumbotron.white h1,
body a.tematica-por-que-udesa .jumbotron.white h1,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron.white h1,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron.white h1,
body .tematica-por-que-udesa .jumbotron.white h2,
body a.tematica-por-que-udesa .jumbotron.white h2,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron.white h2,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron.white h2,
body .tematica-por-que-udesa .jumbotron.white h3,
body a.tematica-por-que-udesa .jumbotron.white h3,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron.white h3,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron.white h3,
body .tematica-por-que-udesa .jumbotron.white h4,
body a.tematica-por-que-udesa .jumbotron.white h4,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron.white h4,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron.white h4,
body .tematica-por-que-udesa .jumbotron.white h5,
body a.tematica-por-que-udesa .jumbotron.white h5,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron.white h5,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron.white h5,
body .tematica-por-que-udesa .jumbotron.white h6,
body a.tematica-por-que-udesa .jumbotron.white h6,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron.white h6,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .jumbotron.white h6 {
  color: #000000;
}
body .tematica-por-que-udesa .media .btn-primary,
body a.tematica-por-que-udesa .media .btn-primary,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .media .btn-primary,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .media .btn-primary {
  background-color: #6c2a70;
}
body .tematica-por-que-udesa .media .btn-primary:hover,
body a.tematica-por-que-udesa .media .btn-primary:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .media .btn-primary:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .media .btn-primary:hover {
  background-color: #9a3ca0;
}
body .tematica-por-que-udesa .media .media-heading:after,
body a.tematica-por-que-udesa .media .media-heading:after,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .media .media-heading:after,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .media .media-heading:after {
  border-color: #6c2a70;
}
body .tematica-por-que-udesa .media.lightbg-bar,
body a.tematica-por-que-udesa .media.lightbg-bar,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .media.lightbg-bar,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .media.lightbg-bar {
  border-bottom: 3px solid #6c2a70;
}
body .tematica-por-que-udesa .media.lightbg-bar .plus,
body a.tematica-por-que-udesa .media.lightbg-bar .plus,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .media.lightbg-bar .plus,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .media.lightbg-bar .plus {
  background-color: #6c2a70;
}
body .tematica-por-que-udesa .media:hover .deeplink a i,
body a.tematica-por-que-udesa .media:hover .deeplink a i,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .media:hover .deeplink a i,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .media:hover .deeplink a i {
  color: #6c2a70;
}
body .tematica-por-que-udesa .carousel-caption h1,
body a.tematica-por-que-udesa .carousel-caption h1,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carousel-caption h1,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carousel-caption h1,
body .tematica-por-que-udesa .carousel-caption h2,
body a.tematica-por-que-udesa .carousel-caption h2,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carousel-caption h2,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carousel-caption h2,
body .tematica-por-que-udesa .carousel-caption h3,
body a.tematica-por-que-udesa .carousel-caption h3,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carousel-caption h3,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carousel-caption h3,
body .tematica-por-que-udesa .carousel-caption h4,
body a.tematica-por-que-udesa .carousel-caption h4,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carousel-caption h4,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carousel-caption h4,
body .tematica-por-que-udesa .carousel-caption h5,
body a.tematica-por-que-udesa .carousel-caption h5,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carousel-caption h5,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carousel-caption h5,
body .tematica-por-que-udesa .carousel-caption h6,
body a.tematica-por-que-udesa .carousel-caption h6,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carousel-caption h6,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carousel-caption h6 {
  color: #000000;
}
body .tematica-por-que-udesa .background,
body a.tematica-por-que-udesa .background,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .background,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .background {
  background-color: #6c2a70;
}
body .tematica-por-que-udesa .form-container,
body a.tematica-por-que-udesa .form-container,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .form-container,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .form-container {
  border-top: 5px solid #57225a;
}
body .tematica-por-que-udesa .form-container h2,
body a.tematica-por-que-udesa .form-container h2,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .form-container h2,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .form-container h2 {
  color: #6c2a70;
}
body .tematica-por-que-udesa .form-container .btn-primary,
body a.tematica-por-que-udesa .form-container .btn-primary,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .form-container .btn-primary,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .form-container .btn-primary {
  background-color: #6c2a70;
}
body .tematica-por-que-udesa .node-og-materia .field-type-file,
body a.tematica-por-que-udesa .node-og-materia .field-type-file,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-og-materia .field-type-file,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-og-materia .field-type-file {
  background-color: #6c2a70 !important;
}
body .tematica-por-que-udesa .node-og-materia .field-type-text-with-summary:after,
body a.tematica-por-que-udesa .node-og-materia .field-type-text-with-summary:after,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-og-materia .field-type-text-with-summary:after,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-og-materia .field-type-text-with-summary:after {
  border-bottom: 2px solid #6c2a70;
  color: #6c2a70;
}
body .tematica-por-que-udesa .node-profesor .professor-card .info .body:before,
body a.tematica-por-que-udesa .node-profesor .professor-card .info .body:before,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-profesor .professor-card .info .body:before,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-profesor .professor-card .info .body:before,
body .tematica-por-que-udesa .node-profesor .professor-card .info a:hover,
body a.tematica-por-que-udesa .node-profesor .professor-card .info a:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-profesor .professor-card .info a:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-profesor .professor-card .info a:hover,
body .tematica-por-que-udesa .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-por-que-udesa .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-por-que-udesa .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-por-que-udesa .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-por-que-udesa .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-por-que-udesa .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover {
  color: #6c2a70;
}
body .tematica-por-que-udesa .node-profesor .body-wrapper .field-label:before,
body a.tematica-por-que-udesa .node-profesor .body-wrapper .field-label:before,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-profesor .body-wrapper .field-label:before,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-profesor .body-wrapper .field-label:before {
  border-top: 2px solid #6c2a70;
}
body .tematica-por-que-udesa .node-webform .field-name-title h2,
body a.tematica-por-que-udesa .node-webform .field-name-title h2,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-webform .field-name-title h2,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-webform .field-name-title h2 {
  color: #6c2a70;
}
body .tematica-por-que-udesa .node-webform .field-name-body .lead,
body a.tematica-por-que-udesa .node-webform .field-name-body .lead,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-webform .field-name-body .lead,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-webform .field-name-body .lead {
  color: #000000;
}
body .tematica-por-que-udesa .node-webform .field-name-body h3:before,
body a.tematica-por-que-udesa .node-webform .field-name-body h3:before,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-webform .field-name-body h3:before,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .node-webform .field-name-body h3:before {
  color: #6c2a70;
}
body .tematica-por-que-udesa .page-testimonios .field-name-field-testimonio:after,
body a.tematica-por-que-udesa .page-testimonios .field-name-field-testimonio:after,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-testimonios .field-name-field-testimonio:after,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-testimonios .field-name-field-testimonio:after,
body .tematica-por-que-udesa .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-por-que-udesa .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-por-que-udesa .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-por-que-udesa .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-por-que-udesa .page-testimonios .media .media-body > a,
body a.tematica-por-que-udesa .page-testimonios .media .media-body > a,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-testimonios .media .media-body > a,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-testimonios .media .media-body > a {
  color: #6c2a70;
}
body .tematica-por-que-udesa .page-testimonios .media .media-body > a:hover,
body a.tematica-por-que-udesa .page-testimonios .media .media-body > a:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-testimonios .media .media-body > a:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-testimonios .media .media-body > a:hover {
  text-decoration: underline;
}
body .tematica-por-que-udesa .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-por-que-udesa .carreras-header-nav-pills .nav-pills > li a,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carreras-header-nav-pills .nav-pills > li a {
  background-color: #3e1840;
  color: #fff;
}
body .tematica-por-que-udesa .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-por-que-udesa .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-por-que-udesa .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-por-que-udesa .carreras-header-nav-pills .nav-pills > li a:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carreras-header-nav-pills .nav-pills > li a:hover {
  background-color: #0f0610;
}
body .tematica-por-que-udesa .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-por-que-udesa .carreras-header-nav-pills .nav-pills > li a.active:before,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .carreras-header-nav-pills .nav-pills > li a.active:before {
  border-color: #0f0610 transparent transparent transparent;
}
body .tematica-por-que-udesa .card-wrapper .normal .inner,
body a.tematica-por-que-udesa .card-wrapper .normal .inner,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .card-wrapper .normal .inner,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .card-wrapper .normal .inner,
body .tematica-por-que-udesa.card-wrapper .normal .inner,
body a.tematica-por-que-udesa.card-wrapper .normal .inner,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3.card-wrapper .normal .inner,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3.card-wrapper .normal .inner {
  border-top: 5px solid #552158;
  margin-top: -5px;
}
body .tematica-por-que-udesa .card-wrapper .hover .inner,
body a.tematica-por-que-udesa .card-wrapper .hover .inner,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .card-wrapper .hover .inner,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .card-wrapper .hover .inner,
body .tematica-por-que-udesa.card-wrapper .hover .inner,
body a.tematica-por-que-udesa.card-wrapper .hover .inner,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3.card-wrapper .hover .inner,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3.card-wrapper .hover .inner {
  background-color: rgba(108, 42, 112, 0.8);
  color: #ffffff;
}
body .tematica-por-que-udesa .card-wrapper .hover .inner .summary,
body a.tematica-por-que-udesa .card-wrapper .hover .inner .summary,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .card-wrapper .hover .inner .summary,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .card-wrapper .hover .inner .summary,
body .tematica-por-que-udesa.card-wrapper .hover .inner .summary,
body a.tematica-por-que-udesa.card-wrapper .hover .inner .summary,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3.card-wrapper .hover .inner .summary,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3.card-wrapper .hover .inner .summary {
  color: #ffffff;
}
body .tematica-por-que-udesa .card-wrapper .card5,
body a.tematica-por-que-udesa .card-wrapper .card5,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .card-wrapper .card5,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .card-wrapper .card5,
body .tematica-por-que-udesa.card-wrapper .card5,
body a.tematica-por-que-udesa.card-wrapper .card5,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3.card-wrapper .card5,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3.card-wrapper .card5 {
  background-color: rgba(108, 42, 112, 0.8);
  color: #ffffff;
}
body .tematica-por-que-udesa .vertical-highlighted .primary,
body a.tematica-por-que-udesa .vertical-highlighted .primary,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .vertical-highlighted .primary,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .vertical-highlighted .primary,
body .tematica-por-que-udesa .vertical-highlighted .secondary,
body a.tematica-por-que-udesa .vertical-highlighted .secondary,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .vertical-highlighted .secondary,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .vertical-highlighted .secondary,
body .tematica-por-que-udesa .vertical-highlighted .flexible,
body a.tematica-por-que-udesa .vertical-highlighted .flexible,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .vertical-highlighted .flexible,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .vertical-highlighted .flexible {
  border-color: #3e1840;
}
body .tematica-por-que-udesa .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-por-que-udesa .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-por-que-udesa .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-por-que-udesa .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-por-que-udesa .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-por-que-udesa .vertical-highlighted .flexible .vertical-highlighted-body,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .vertical-highlighted .flexible .vertical-highlighted-body {
  border-color: #3e1840;
}
body .tematica-por-que-udesa .tematica-sidemenu a,
body a.tematica-por-que-udesa .tematica-sidemenu a,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tematica-sidemenu a,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tematica-sidemenu a {
  background-color: #000;
}
body .tematica-por-que-udesa .tematica-sidemenu a:hover,
body a.tematica-por-que-udesa .tematica-sidemenu a:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tematica-sidemenu a:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tematica-sidemenu a:hover,
body .tematica-por-que-udesa .tematica-sidemenu a.active,
body a.tematica-por-que-udesa .tematica-sidemenu a.active,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tematica-sidemenu a.active,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tematica-sidemenu a.active {
  background-color: #6c2a70;
}
body .tematica-por-que-udesa .page-header-nav-pills h1,
body a.tematica-por-que-udesa .page-header-nav-pills h1,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-header-nav-pills h1,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-header-nav-pills h1,
body .tematica-por-que-udesa .page-header-nav-pills h2,
body a.tematica-por-que-udesa .page-header-nav-pills h2,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-header-nav-pills h2,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-header-nav-pills h2,
body .tematica-por-que-udesa .page-header-nav-pills h3,
body a.tematica-por-que-udesa .page-header-nav-pills h3,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-header-nav-pills h3,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-header-nav-pills h3 {
  color: #000000;
}
body .tematica-por-que-udesa .page-header-nav-pills h4,
body a.tematica-por-que-udesa .page-header-nav-pills h4,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-header-nav-pills h4,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-header-nav-pills h4,
body .tematica-por-que-udesa .page-header-nav-pills h5,
body a.tematica-por-que-udesa .page-header-nav-pills h5,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-header-nav-pills h5,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-header-nav-pills h5,
body .tematica-por-que-udesa .page-header-nav-pills h6,
body a.tematica-por-que-udesa .page-header-nav-pills h6,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-header-nav-pills h6,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-header-nav-pills h6,
body .tematica-por-que-udesa .page-header-nav-pills p,
body a.tematica-por-que-udesa .page-header-nav-pills p,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-header-nav-pills p,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-header-nav-pills p {
  color: #8a8b8c;
}
body .tematica-por-que-udesa .page-header-nav-pills .nav-pills > li a,
body a.tematica-por-que-udesa .page-header-nav-pills .nav-pills > li a,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-header-nav-pills .nav-pills > li a,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-header-nav-pills .nav-pills > li a {
  background-color: #6c2a70;
  color: #fff;
}
body .tematica-por-que-udesa .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-por-que-udesa .page-header-nav-pills .nav-pills > li a:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .page-header-nav-pills .nav-pills > li a:hover {
  background-color: #3e1840;
}
body .tematica-por-que-udesa .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-por-que-udesa .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark {
  border-top-color: #3e1840;
}
body .tematica-por-que-udesa .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-por-que-udesa .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark {
  border-right-color: #3e1840;
}
body .tematica-por-que-udesa .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-por-que-udesa .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark {
  border-bottom-color: #3e1840;
}
body .tematica-por-que-udesa .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-por-que-udesa .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark {
  border-left-color: #3e1840;
}
body .tematica-por-que-udesa .tab-pills .nav-tabs > li,
body a.tematica-por-que-udesa .tab-pills .nav-tabs > li,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tab-pills .nav-tabs > li,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tab-pills .nav-tabs > li {
  background-color: #6c2a70;
}
body .tematica-por-que-udesa .tab-pills .nav-tabs > li a,
body a.tematica-por-que-udesa .tab-pills .nav-tabs > li a,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tab-pills .nav-tabs > li a,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tab-pills .nav-tabs > li a {
  color: #ffffff;
}
body .tematica-por-que-udesa .tab-pills .nav-tabs > li.active a,
body a.tematica-por-que-udesa .tab-pills .nav-tabs > li.active a,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tab-pills .nav-tabs > li.active a,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tab-pills .nav-tabs > li.active a,
body .tematica-por-que-udesa .tab-pills .nav-tabs > li a:hover,
body a.tematica-por-que-udesa .tab-pills .nav-tabs > li a:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tab-pills .nav-tabs > li a:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tab-pills .nav-tabs > li a:hover {
  background-color: #3e1840;
}
body .tematica-por-que-udesa .tab-pills .tab-content,
body a.tematica-por-que-udesa .tab-pills .tab-content,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tab-pills .tab-content,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .tab-pills .tab-content {
  background-color: #eeeeee;
}
body .tematica-por-que-udesa .view .view-header h3::before,
body a.tematica-por-que-udesa .view .view-header h3::before,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view .view-header h3::before,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view .view-header h3::before,
body .tematica-por-que-udesa .view .view-content > h3::before,
body a.tematica-por-que-udesa .view .view-content > h3::before,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view .view-content > h3::before,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view .view-content > h3::before,
body .tematica-por-que-udesa .view .view-content .media .media-body .bottom::before,
body a.tematica-por-que-udesa .view .view-content .media .media-body .bottom::before,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view .view-content .media .media-body .bottom::before,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view .view-content .media .media-body .bottom::before,
body .tematica-por-que-udesa .view .view-content .media .media-heading a:hover,
body a.tematica-por-que-udesa .view .view-content .media .media-heading a:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view .view-content .media .media-heading a:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view .view-content .media .media-heading a:hover,
body .tematica-por-que-udesa .view .view-content .media .media-body .bottom a:hover,
body a.tematica-por-que-udesa .view .view-content .media .media-body .bottom a:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view .view-content .media .media-body .bottom a:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view .view-content .media .media-body .bottom a:hover {
  color: #6c2a70;
}
body .tematica-por-que-udesa .view .media .media-body .deeplink > a,
body a.tematica-por-que-udesa .view .media .media-body .deeplink > a,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view .media .media-body .deeplink > a,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view .media .media-body .deeplink > a {
  background-color: #6c2a70;
  color: #fff;
}
body .tematica-por-que-udesa .view .media .media-body .deeplink > a:hover,
body a.tematica-por-que-udesa .view .media .media-body .deeplink > a:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view .media .media-body .deeplink > a:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view .media .media-body .deeplink > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .tematica-por-que-udesa .bloques-container h4:before,
body a.tematica-por-que-udesa .bloques-container h4:before,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .bloques-container h4:before,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .bloques-container h4:before {
  color: #6c2a70;
}
body .tematica-por-que-udesa .social-links .field-item > a:hover .icon,
body a.tematica-por-que-udesa .social-links .field-item > a:hover .icon,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .social-links .field-item > a:hover .icon,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .social-links .field-item > a:hover .icon {
  color: #6c2a70;
}
body .tematica-por-que-udesa .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-por-que-udesa .outside-breadcrumb .breadcrumb > li + li:before,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .outside-breadcrumb .breadcrumb > li + li:before {
  color: #6c2a70;
}
body .tematica-por-que-udesa .role-menu,
body a.tematica-por-que-udesa .role-menu,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .role-menu,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .role-menu {
  background-color: #6c2a70;
}
body .tematica-por-que-udesa h2.slash:before,
body a.tematica-por-que-udesa h2.slash:before,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 h2.slash:before,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 h2.slash:before {
  border-bottom: 2px solid #6c2a70;
}
body .tematica-por-que-udesa .view-plan-de-estudios .view-content-footer:before,
body a.tematica-por-que-udesa .view-plan-de-estudios .view-content-footer:before,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view-plan-de-estudios .view-content-footer:before,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view-plan-de-estudios .view-content-footer:before {
  border-color: #6c2a70 !important;
}
body .tematica-por-que-udesa .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-por-que-udesa .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-por-que-udesa .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-por-que-udesa .view-plan-de-estudios .view-content-footer .icon div,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view-plan-de-estudios .view-content-footer .icon div {
  background-color: #6c2a70 !important;
}
body .tematica-por-que-udesa .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-por-que-udesa .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico {
  border-top: 5px solid #552158;
}
body .tematica-por-que-udesa .custom-menu,
body a.tematica-por-que-udesa .custom-menu,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu {
  padding-left: 0px;
}
body .tematica-por-que-udesa .custom-menu a,
body a.tematica-por-que-udesa .custom-menu a,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a {
  color: #fff;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
body .tematica-por-que-udesa .custom-menu a:hover,
body a.tematica-por-que-udesa .custom-menu a:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a:hover {
  color: #fff;
}
body .tematica-por-que-udesa .custom-menu a:hover,
body a.tematica-por-que-udesa .custom-menu a:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a:hover,
body .tematica-por-que-udesa .custom-menu a:focus,
body a.tematica-por-que-udesa .custom-menu a:focus,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a:focus,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a:focus,
body .tematica-por-que-udesa .custom-menu a.focus,
body a.tematica-por-que-udesa .custom-menu a.focus,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.focus,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.focus,
body .tematica-por-que-udesa .custom-menu a:active,
body a.tematica-por-que-udesa .custom-menu a:active,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a:active,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a:active,
body .tematica-por-que-udesa .custom-menu a.active,
body a.tematica-por-que-udesa .custom-menu a.active,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.active,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-por-que-udesa .custom-menu a,
.open > .dropdown-togglebody a.tematica-por-que-udesa .custom-menu a,
.open > .dropdown-togglebody .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a,
.open > .dropdown-togglebody a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .tematica-por-que-udesa .custom-menu a:active,
body a.tematica-por-que-udesa .custom-menu a:active,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a:active,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a:active,
body .tematica-por-que-udesa .custom-menu a.active,
body a.tematica-por-que-udesa .custom-menu a.active,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.active,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-por-que-udesa .custom-menu a,
.open > .dropdown-togglebody a.tematica-por-que-udesa .custom-menu a,
.open > .dropdown-togglebody .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a,
.open > .dropdown-togglebody a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a {
  background-image: none;
}
body .tematica-por-que-udesa .custom-menu a.disabled,
body a.tematica-por-que-udesa .custom-menu a.disabled,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.disabled,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.disabled,
body .tematica-por-que-udesa .custom-menu a[disabled],
body a.tematica-por-que-udesa .custom-menu a[disabled],
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a[disabled],
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a[disabled],
fieldset[disabled] body .tematica-por-que-udesa .custom-menu a,
fieldset[disabled] body a.tematica-por-que-udesa .custom-menu a,
fieldset[disabled] body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a,
fieldset[disabled] body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a,
body .tematica-por-que-udesa .custom-menu a.disabled:hover,
body a.tematica-por-que-udesa .custom-menu a.disabled:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.disabled:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.disabled:hover,
body .tematica-por-que-udesa .custom-menu a[disabled]:hover,
body a.tematica-por-que-udesa .custom-menu a[disabled]:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a[disabled]:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a[disabled]:hover,
fieldset[disabled] body .tematica-por-que-udesa .custom-menu a:hover,
fieldset[disabled] body a.tematica-por-que-udesa .custom-menu a:hover,
fieldset[disabled] body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a:hover,
fieldset[disabled] body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a:hover,
body .tematica-por-que-udesa .custom-menu a.disabled:focus,
body a.tematica-por-que-udesa .custom-menu a.disabled:focus,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.disabled:focus,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.disabled:focus,
body .tematica-por-que-udesa .custom-menu a[disabled]:focus,
body a.tematica-por-que-udesa .custom-menu a[disabled]:focus,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a[disabled]:focus,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a[disabled]:focus,
fieldset[disabled] body .tematica-por-que-udesa .custom-menu a:focus,
fieldset[disabled] body a.tematica-por-que-udesa .custom-menu a:focus,
fieldset[disabled] body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a:focus,
fieldset[disabled] body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a:focus,
body .tematica-por-que-udesa .custom-menu a.disabled.focus,
body a.tematica-por-que-udesa .custom-menu a.disabled.focus,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.disabled.focus,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.disabled.focus,
body .tematica-por-que-udesa .custom-menu a[disabled].focus,
body a.tematica-por-que-udesa .custom-menu a[disabled].focus,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a[disabled].focus,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a[disabled].focus,
fieldset[disabled] body .tematica-por-que-udesa .custom-menu a.focus,
fieldset[disabled] body a.tematica-por-que-udesa .custom-menu a.focus,
fieldset[disabled] body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.focus,
fieldset[disabled] body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.focus,
body .tematica-por-que-udesa .custom-menu a.disabled:active,
body a.tematica-por-que-udesa .custom-menu a.disabled:active,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.disabled:active,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.disabled:active,
body .tematica-por-que-udesa .custom-menu a[disabled]:active,
body a.tematica-por-que-udesa .custom-menu a[disabled]:active,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a[disabled]:active,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a[disabled]:active,
fieldset[disabled] body .tematica-por-que-udesa .custom-menu a:active,
fieldset[disabled] body a.tematica-por-que-udesa .custom-menu a:active,
fieldset[disabled] body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a:active,
fieldset[disabled] body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a:active,
body .tematica-por-que-udesa .custom-menu a.disabled.active,
body a.tematica-por-que-udesa .custom-menu a.disabled.active,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.disabled.active,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.disabled.active,
body .tematica-por-que-udesa .custom-menu a[disabled].active,
body a.tematica-por-que-udesa .custom-menu a[disabled].active,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a[disabled].active,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a[disabled].active,
fieldset[disabled] body .tematica-por-que-udesa .custom-menu a.active,
fieldset[disabled] body a.tematica-por-que-udesa .custom-menu a.active,
fieldset[disabled] body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.active,
fieldset[disabled] body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
body .tematica-por-que-udesa .custom-menu a .badge,
body a.tematica-por-que-udesa .custom-menu a .badge,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a .badge,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
body .tematica-por-que-udesa .custom-menu ul,
body a.tematica-por-que-udesa .custom-menu ul,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul {
  padding-left: 0px;
}
body .tematica-por-que-udesa .custom-menu ul a,
body a.tematica-por-que-udesa .custom-menu ul a,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a {
  color: #eeeeee;
  background-color: #6c2a70;
  border-color: #6c2a70;
}
body .tematica-por-que-udesa .custom-menu ul a:hover,
body a.tematica-por-que-udesa .custom-menu ul a:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a:hover,
body .tematica-por-que-udesa .custom-menu ul a:focus,
body a.tematica-por-que-udesa .custom-menu ul a:focus,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a:focus,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a:focus,
body .tematica-por-que-udesa .custom-menu ul a.focus,
body a.tematica-por-que-udesa .custom-menu ul a.focus,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.focus,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.focus,
body .tematica-por-que-udesa .custom-menu ul a:active,
body a.tematica-por-que-udesa .custom-menu ul a:active,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a:active,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a:active,
body .tematica-por-que-udesa .custom-menu ul a.active,
body a.tematica-por-que-udesa .custom-menu ul a.active,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.active,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-por-que-udesa .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-por-que-udesa .custom-menu ul a,
.open > .dropdown-togglebody .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a {
  color: #eeeeee;
  background-color: #481c4b;
  border-color: #411943;
}
body .tematica-por-que-udesa .custom-menu ul a:active,
body a.tematica-por-que-udesa .custom-menu ul a:active,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a:active,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a:active,
body .tematica-por-que-udesa .custom-menu ul a.active,
body a.tematica-por-que-udesa .custom-menu ul a.active,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.active,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-por-que-udesa .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-por-que-udesa .custom-menu ul a,
.open > .dropdown-togglebody .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a {
  background-image: none;
}
body .tematica-por-que-udesa .custom-menu ul a.disabled,
body a.tematica-por-que-udesa .custom-menu ul a.disabled,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.disabled,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.disabled,
body .tematica-por-que-udesa .custom-menu ul a[disabled],
body a.tematica-por-que-udesa .custom-menu ul a[disabled],
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a[disabled],
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a[disabled],
fieldset[disabled] body .tematica-por-que-udesa .custom-menu ul a,
fieldset[disabled] body a.tematica-por-que-udesa .custom-menu ul a,
fieldset[disabled] body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a,
fieldset[disabled] body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a,
body .tematica-por-que-udesa .custom-menu ul a.disabled:hover,
body a.tematica-por-que-udesa .custom-menu ul a.disabled:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.disabled:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.disabled:hover,
body .tematica-por-que-udesa .custom-menu ul a[disabled]:hover,
body a.tematica-por-que-udesa .custom-menu ul a[disabled]:hover,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a[disabled]:hover,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a[disabled]:hover,
fieldset[disabled] body .tematica-por-que-udesa .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-por-que-udesa .custom-menu ul a:hover,
fieldset[disabled] body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a:hover,
body .tematica-por-que-udesa .custom-menu ul a.disabled:focus,
body a.tematica-por-que-udesa .custom-menu ul a.disabled:focus,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.disabled:focus,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.disabled:focus,
body .tematica-por-que-udesa .custom-menu ul a[disabled]:focus,
body a.tematica-por-que-udesa .custom-menu ul a[disabled]:focus,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a[disabled]:focus,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a[disabled]:focus,
fieldset[disabled] body .tematica-por-que-udesa .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-por-que-udesa .custom-menu ul a:focus,
fieldset[disabled] body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a:focus,
body .tematica-por-que-udesa .custom-menu ul a.disabled.focus,
body a.tematica-por-que-udesa .custom-menu ul a.disabled.focus,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.disabled.focus,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.disabled.focus,
body .tematica-por-que-udesa .custom-menu ul a[disabled].focus,
body a.tematica-por-que-udesa .custom-menu ul a[disabled].focus,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a[disabled].focus,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a[disabled].focus,
fieldset[disabled] body .tematica-por-que-udesa .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-por-que-udesa .custom-menu ul a.focus,
fieldset[disabled] body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.focus,
body .tematica-por-que-udesa .custom-menu ul a.disabled:active,
body a.tematica-por-que-udesa .custom-menu ul a.disabled:active,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.disabled:active,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.disabled:active,
body .tematica-por-que-udesa .custom-menu ul a[disabled]:active,
body a.tematica-por-que-udesa .custom-menu ul a[disabled]:active,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a[disabled]:active,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a[disabled]:active,
fieldset[disabled] body .tematica-por-que-udesa .custom-menu ul a:active,
fieldset[disabled] body a.tematica-por-que-udesa .custom-menu ul a:active,
fieldset[disabled] body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a:active,
fieldset[disabled] body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a:active,
body .tematica-por-que-udesa .custom-menu ul a.disabled.active,
body a.tematica-por-que-udesa .custom-menu ul a.disabled.active,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.disabled.active,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.disabled.active,
body .tematica-por-que-udesa .custom-menu ul a[disabled].active,
body a.tematica-por-que-udesa .custom-menu ul a[disabled].active,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a[disabled].active,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a[disabled].active,
fieldset[disabled] body .tematica-por-que-udesa .custom-menu ul a.active,
fieldset[disabled] body a.tematica-por-que-udesa .custom-menu ul a.active,
fieldset[disabled] body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.active,
fieldset[disabled] body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a.active {
  background-color: #6c2a70;
  border-color: #6c2a70;
}
body .tematica-por-que-udesa .custom-menu ul a .badge,
body a.tematica-por-que-udesa .custom-menu ul a .badge,
body .tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a .badge,
body a.tematica-7b6f594b-ed68-4049-87fb-bf0927182ab3 .custom-menu ul a .badge {
  color: #6c2a70;
  background-color: #eeeeee;
}
body .tematica-posgrado,
body a.tematica-posgrado,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 {
  /*Plan de estudios specific */
}
body .tematica-posgrado a,
body a.tematica-posgrado a,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 a,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 a {
  color: #0c9041;
}
body .tematica-posgrado a:hover,
body a.tematica-posgrado a:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 a:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 a:hover {
  color: #075325;
}
body .tematica-posgrado .btn,
body a.tematica-posgrado .btn,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .btn,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .btn {
  color: #fff;
}
body .tematica-posgrado .btn:hover,
body a.tematica-posgrado .btn:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .btn:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .btn:hover {
  color: #fff;
}
body .tematica-posgrado .jumbotron,
body a.tematica-posgrado .jumbotron,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron {
  border-top: 5px solid #097133;
  background-color: rgba(12, 144, 65, 0.6);
}
body .tematica-posgrado .jumbotron .btn,
body a.tematica-posgrado .jumbotron .btn,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron .btn,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron .btn {
  background-color: #075325;
  color: #ffffff;
}
body .tematica-posgrado .jumbotron .btn:hover,
body a.tematica-posgrado .jumbotron .btn:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron .btn:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron .btn:hover {
  background-color: #11cd5d;
}
body .tematica-posgrado .jumbotron.white,
body a.tematica-posgrado .jumbotron.white,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron.white,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron.white {
  background-color: rgba(255, 255, 255, 0.7);
}
body .tematica-posgrado .jumbotron.white h1,
body a.tematica-posgrado .jumbotron.white h1,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron.white h1,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron.white h1,
body .tematica-posgrado .jumbotron.white h2,
body a.tematica-posgrado .jumbotron.white h2,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron.white h2,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron.white h2,
body .tematica-posgrado .jumbotron.white h3,
body a.tematica-posgrado .jumbotron.white h3,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron.white h3,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron.white h3,
body .tematica-posgrado .jumbotron.white h4,
body a.tematica-posgrado .jumbotron.white h4,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron.white h4,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron.white h4,
body .tematica-posgrado .jumbotron.white h5,
body a.tematica-posgrado .jumbotron.white h5,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron.white h5,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron.white h5,
body .tematica-posgrado .jumbotron.white h6,
body a.tematica-posgrado .jumbotron.white h6,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron.white h6,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .jumbotron.white h6 {
  color: #000000;
}
body .tematica-posgrado .media .btn-primary,
body a.tematica-posgrado .media .btn-primary,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .media .btn-primary,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .media .btn-primary {
  background-color: #0c9041;
}
body .tematica-posgrado .media .btn-primary:hover,
body a.tematica-posgrado .media .btn-primary:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .media .btn-primary:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .media .btn-primary:hover {
  background-color: #11cd5d;
}
body .tematica-posgrado .media .media-heading:after,
body a.tematica-posgrado .media .media-heading:after,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .media .media-heading:after,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .media .media-heading:after {
  border-color: #0c9041;
}
body .tematica-posgrado .media.lightbg-bar,
body a.tematica-posgrado .media.lightbg-bar,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .media.lightbg-bar,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .media.lightbg-bar {
  border-bottom: 3px solid #0c9041;
}
body .tematica-posgrado .media.lightbg-bar .plus,
body a.tematica-posgrado .media.lightbg-bar .plus,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .media.lightbg-bar .plus,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .media.lightbg-bar .plus {
  background-color: #0c9041;
}
body .tematica-posgrado .media:hover .deeplink a i,
body a.tematica-posgrado .media:hover .deeplink a i,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .media:hover .deeplink a i,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .media:hover .deeplink a i {
  color: #0c9041;
}
body .tematica-posgrado .carousel-caption h1,
body a.tematica-posgrado .carousel-caption h1,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carousel-caption h1,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carousel-caption h1,
body .tematica-posgrado .carousel-caption h2,
body a.tematica-posgrado .carousel-caption h2,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carousel-caption h2,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carousel-caption h2,
body .tematica-posgrado .carousel-caption h3,
body a.tematica-posgrado .carousel-caption h3,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carousel-caption h3,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carousel-caption h3,
body .tematica-posgrado .carousel-caption h4,
body a.tematica-posgrado .carousel-caption h4,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carousel-caption h4,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carousel-caption h4,
body .tematica-posgrado .carousel-caption h5,
body a.tematica-posgrado .carousel-caption h5,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carousel-caption h5,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carousel-caption h5,
body .tematica-posgrado .carousel-caption h6,
body a.tematica-posgrado .carousel-caption h6,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carousel-caption h6,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carousel-caption h6 {
  color: #000000;
}
body .tematica-posgrado .background,
body a.tematica-posgrado .background,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .background,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .background {
  background-color: #0c9041;
}
body .tematica-posgrado .form-container,
body a.tematica-posgrado .form-container,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .form-container,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .form-container {
  border-top: 5px solid #0a7434;
}
body .tematica-posgrado .form-container h2,
body a.tematica-posgrado .form-container h2,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .form-container h2,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .form-container h2 {
  color: #0c9041;
}
body .tematica-posgrado .form-container .btn-primary,
body a.tematica-posgrado .form-container .btn-primary,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .form-container .btn-primary,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .form-container .btn-primary {
  background-color: #0c9041;
}
body .tematica-posgrado .node-og-materia .field-type-file,
body a.tematica-posgrado .node-og-materia .field-type-file,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-og-materia .field-type-file,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-og-materia .field-type-file {
  background-color: #0c9041 !important;
}
body .tematica-posgrado .node-og-materia .field-type-text-with-summary:after,
body a.tematica-posgrado .node-og-materia .field-type-text-with-summary:after,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-og-materia .field-type-text-with-summary:after,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-og-materia .field-type-text-with-summary:after {
  border-bottom: 2px solid #0c9041;
  color: #0c9041;
}
body .tematica-posgrado .node-profesor .professor-card .info .body:before,
body a.tematica-posgrado .node-profesor .professor-card .info .body:before,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-profesor .professor-card .info .body:before,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-profesor .professor-card .info .body:before,
body .tematica-posgrado .node-profesor .professor-card .info a:hover,
body a.tematica-posgrado .node-profesor .professor-card .info a:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-profesor .professor-card .info a:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-profesor .professor-card .info a:hover,
body .tematica-posgrado .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-posgrado .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-posgrado .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-posgrado .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-posgrado .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-posgrado .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover {
  color: #0c9041;
}
body .tematica-posgrado .node-profesor .body-wrapper .field-label:before,
body a.tematica-posgrado .node-profesor .body-wrapper .field-label:before,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-profesor .body-wrapper .field-label:before,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-profesor .body-wrapper .field-label:before {
  border-top: 2px solid #0c9041;
}
body .tematica-posgrado .node-webform .field-name-title h2,
body a.tematica-posgrado .node-webform .field-name-title h2,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-webform .field-name-title h2,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-webform .field-name-title h2 {
  color: #0c9041;
}
body .tematica-posgrado .node-webform .field-name-body .lead,
body a.tematica-posgrado .node-webform .field-name-body .lead,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-webform .field-name-body .lead,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-webform .field-name-body .lead {
  color: #000000;
}
body .tematica-posgrado .node-webform .field-name-body h3:before,
body a.tematica-posgrado .node-webform .field-name-body h3:before,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-webform .field-name-body h3:before,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .node-webform .field-name-body h3:before {
  color: #0c9041;
}
body .tematica-posgrado .page-testimonios .field-name-field-testimonio:after,
body a.tematica-posgrado .page-testimonios .field-name-field-testimonio:after,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-testimonios .field-name-field-testimonio:after,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-testimonios .field-name-field-testimonio:after,
body .tematica-posgrado .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-posgrado .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-posgrado .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-posgrado .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-posgrado .page-testimonios .media .media-body > a,
body a.tematica-posgrado .page-testimonios .media .media-body > a,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-testimonios .media .media-body > a,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-testimonios .media .media-body > a {
  color: #0c9041;
}
body .tematica-posgrado .page-testimonios .media .media-body > a:hover,
body a.tematica-posgrado .page-testimonios .media .media-body > a:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-testimonios .media .media-body > a:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-testimonios .media .media-body > a:hover {
  text-decoration: underline;
}
body .tematica-posgrado .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-posgrado .carreras-header-nav-pills .nav-pills > li a,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carreras-header-nav-pills .nav-pills > li a {
  background-color: #075325;
  color: #fff;
}
body .tematica-posgrado .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-posgrado .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-posgrado .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-posgrado .carreras-header-nav-pills .nav-pills > li a:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carreras-header-nav-pills .nav-pills > li a:hover {
  background-color: #02160a;
}
body .tematica-posgrado .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-posgrado .carreras-header-nav-pills .nav-pills > li a.active:before,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .carreras-header-nav-pills .nav-pills > li a.active:before {
  border-color: #02160a transparent transparent transparent;
}
body .tematica-posgrado .card-wrapper .normal .inner,
body a.tematica-posgrado .card-wrapper .normal .inner,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .card-wrapper .normal .inner,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .card-wrapper .normal .inner,
body .tematica-posgrado.card-wrapper .normal .inner,
body a.tematica-posgrado.card-wrapper .normal .inner,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931.card-wrapper .normal .inner,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931.card-wrapper .normal .inner {
  border-top: 5px solid #097133;
  margin-top: -5px;
}
body .tematica-posgrado .card-wrapper .hover .inner,
body a.tematica-posgrado .card-wrapper .hover .inner,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .card-wrapper .hover .inner,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .card-wrapper .hover .inner,
body .tematica-posgrado.card-wrapper .hover .inner,
body a.tematica-posgrado.card-wrapper .hover .inner,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931.card-wrapper .hover .inner,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931.card-wrapper .hover .inner {
  background-color: rgba(12, 144, 65, 0.8);
  color: #ffffff;
}
body .tematica-posgrado .card-wrapper .hover .inner .summary,
body a.tematica-posgrado .card-wrapper .hover .inner .summary,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .card-wrapper .hover .inner .summary,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .card-wrapper .hover .inner .summary,
body .tematica-posgrado.card-wrapper .hover .inner .summary,
body a.tematica-posgrado.card-wrapper .hover .inner .summary,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931.card-wrapper .hover .inner .summary,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931.card-wrapper .hover .inner .summary {
  color: #ffffff;
}
body .tematica-posgrado .card-wrapper .card5,
body a.tematica-posgrado .card-wrapper .card5,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .card-wrapper .card5,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .card-wrapper .card5,
body .tematica-posgrado.card-wrapper .card5,
body a.tematica-posgrado.card-wrapper .card5,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931.card-wrapper .card5,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931.card-wrapper .card5 {
  background-color: rgba(12, 144, 65, 0.8);
  color: #ffffff;
}
body .tematica-posgrado .vertical-highlighted .primary,
body a.tematica-posgrado .vertical-highlighted .primary,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .vertical-highlighted .primary,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .vertical-highlighted .primary,
body .tematica-posgrado .vertical-highlighted .secondary,
body a.tematica-posgrado .vertical-highlighted .secondary,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .vertical-highlighted .secondary,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .vertical-highlighted .secondary,
body .tematica-posgrado .vertical-highlighted .flexible,
body a.tematica-posgrado .vertical-highlighted .flexible,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .vertical-highlighted .flexible,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .vertical-highlighted .flexible {
  border-color: #075325;
}
body .tematica-posgrado .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-posgrado .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-posgrado .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-posgrado .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-posgrado .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-posgrado .vertical-highlighted .flexible .vertical-highlighted-body,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .vertical-highlighted .flexible .vertical-highlighted-body {
  border-color: #075325;
}
body .tematica-posgrado .tematica-sidemenu a,
body a.tematica-posgrado .tematica-sidemenu a,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tematica-sidemenu a,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tematica-sidemenu a {
  background-color: #000;
}
body .tematica-posgrado .tematica-sidemenu a:hover,
body a.tematica-posgrado .tematica-sidemenu a:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tematica-sidemenu a:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tematica-sidemenu a:hover,
body .tematica-posgrado .tematica-sidemenu a.active,
body a.tematica-posgrado .tematica-sidemenu a.active,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tematica-sidemenu a.active,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tematica-sidemenu a.active {
  background-color: #0c9041;
}
body .tematica-posgrado .page-header-nav-pills h1,
body a.tematica-posgrado .page-header-nav-pills h1,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-header-nav-pills h1,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-header-nav-pills h1,
body .tematica-posgrado .page-header-nav-pills h2,
body a.tematica-posgrado .page-header-nav-pills h2,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-header-nav-pills h2,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-header-nav-pills h2,
body .tematica-posgrado .page-header-nav-pills h3,
body a.tematica-posgrado .page-header-nav-pills h3,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-header-nav-pills h3,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-header-nav-pills h3 {
  color: #000000;
}
body .tematica-posgrado .page-header-nav-pills h4,
body a.tematica-posgrado .page-header-nav-pills h4,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-header-nav-pills h4,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-header-nav-pills h4,
body .tematica-posgrado .page-header-nav-pills h5,
body a.tematica-posgrado .page-header-nav-pills h5,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-header-nav-pills h5,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-header-nav-pills h5,
body .tematica-posgrado .page-header-nav-pills h6,
body a.tematica-posgrado .page-header-nav-pills h6,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-header-nav-pills h6,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-header-nav-pills h6,
body .tematica-posgrado .page-header-nav-pills p,
body a.tematica-posgrado .page-header-nav-pills p,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-header-nav-pills p,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-header-nav-pills p {
  color: #8a8b8c;
}
body .tematica-posgrado .page-header-nav-pills .nav-pills > li a,
body a.tematica-posgrado .page-header-nav-pills .nav-pills > li a,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-header-nav-pills .nav-pills > li a,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-header-nav-pills .nav-pills > li a {
  background-color: #0c9041;
  color: #fff;
}
body .tematica-posgrado .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-posgrado .page-header-nav-pills .nav-pills > li a:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .page-header-nav-pills .nav-pills > li a:hover {
  background-color: #075325;
}
body .tematica-posgrado .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-posgrado .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark {
  border-top-color: #075325;
}
body .tematica-posgrado .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-posgrado .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark {
  border-right-color: #075325;
}
body .tematica-posgrado .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-posgrado .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark {
  border-bottom-color: #075325;
}
body .tematica-posgrado .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-posgrado .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark {
  border-left-color: #075325;
}
body .tematica-posgrado .tab-pills .nav-tabs > li,
body a.tematica-posgrado .tab-pills .nav-tabs > li,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tab-pills .nav-tabs > li,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tab-pills .nav-tabs > li {
  background-color: #0c9041;
}
body .tematica-posgrado .tab-pills .nav-tabs > li a,
body a.tematica-posgrado .tab-pills .nav-tabs > li a,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tab-pills .nav-tabs > li a,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tab-pills .nav-tabs > li a {
  color: #ffffff;
}
body .tematica-posgrado .tab-pills .nav-tabs > li.active a,
body a.tematica-posgrado .tab-pills .nav-tabs > li.active a,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tab-pills .nav-tabs > li.active a,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tab-pills .nav-tabs > li.active a,
body .tematica-posgrado .tab-pills .nav-tabs > li a:hover,
body a.tematica-posgrado .tab-pills .nav-tabs > li a:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tab-pills .nav-tabs > li a:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tab-pills .nav-tabs > li a:hover {
  background-color: #075325;
}
body .tematica-posgrado .tab-pills .tab-content,
body a.tematica-posgrado .tab-pills .tab-content,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tab-pills .tab-content,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .tab-pills .tab-content {
  background-color: #eeeeee;
}
body .tematica-posgrado .view .view-header h3::before,
body a.tematica-posgrado .view .view-header h3::before,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view .view-header h3::before,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view .view-header h3::before,
body .tematica-posgrado .view .view-content > h3::before,
body a.tematica-posgrado .view .view-content > h3::before,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view .view-content > h3::before,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view .view-content > h3::before,
body .tematica-posgrado .view .view-content .media .media-body .bottom::before,
body a.tematica-posgrado .view .view-content .media .media-body .bottom::before,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view .view-content .media .media-body .bottom::before,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view .view-content .media .media-body .bottom::before,
body .tematica-posgrado .view .view-content .media .media-heading a:hover,
body a.tematica-posgrado .view .view-content .media .media-heading a:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view .view-content .media .media-heading a:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view .view-content .media .media-heading a:hover,
body .tematica-posgrado .view .view-content .media .media-body .bottom a:hover,
body a.tematica-posgrado .view .view-content .media .media-body .bottom a:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view .view-content .media .media-body .bottom a:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view .view-content .media .media-body .bottom a:hover {
  color: #0c9041;
}
body .tematica-posgrado .view .media .media-body .deeplink > a,
body a.tematica-posgrado .view .media .media-body .deeplink > a,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view .media .media-body .deeplink > a,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view .media .media-body .deeplink > a {
  background-color: #0c9041;
  color: #fff;
}
body .tematica-posgrado .view .media .media-body .deeplink > a:hover,
body a.tematica-posgrado .view .media .media-body .deeplink > a:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view .media .media-body .deeplink > a:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view .media .media-body .deeplink > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .tematica-posgrado .bloques-container h4:before,
body a.tematica-posgrado .bloques-container h4:before,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .bloques-container h4:before,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .bloques-container h4:before {
  color: #0c9041;
}
body .tematica-posgrado .social-links .field-item > a:hover .icon,
body a.tematica-posgrado .social-links .field-item > a:hover .icon,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .social-links .field-item > a:hover .icon,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .social-links .field-item > a:hover .icon {
  color: #0c9041;
}
body .tematica-posgrado .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-posgrado .outside-breadcrumb .breadcrumb > li + li:before,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .outside-breadcrumb .breadcrumb > li + li:before {
  color: #0c9041;
}
body .tematica-posgrado .role-menu,
body a.tematica-posgrado .role-menu,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .role-menu,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .role-menu {
  background-color: #0c9041;
}
body .tematica-posgrado h2.slash:before,
body a.tematica-posgrado h2.slash:before,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 h2.slash:before,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 h2.slash:before {
  border-bottom: 2px solid #0c9041;
}
body .tematica-posgrado .view-plan-de-estudios .view-content-footer:before,
body a.tematica-posgrado .view-plan-de-estudios .view-content-footer:before,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view-plan-de-estudios .view-content-footer:before,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view-plan-de-estudios .view-content-footer:before {
  border-color: #0c9041 !important;
}
body .tematica-posgrado .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-posgrado .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-posgrado .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-posgrado .view-plan-de-estudios .view-content-footer .icon div,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view-plan-de-estudios .view-content-footer .icon div {
  background-color: #0c9041 !important;
}
body .tematica-posgrado .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-posgrado .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico {
  border-top: 5px solid #097133;
}
body .tematica-posgrado .custom-menu,
body a.tematica-posgrado .custom-menu,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu {
  padding-left: 0px;
}
body .tematica-posgrado .custom-menu a,
body a.tematica-posgrado .custom-menu a,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a {
  color: #fff;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
body .tematica-posgrado .custom-menu a:hover,
body a.tematica-posgrado .custom-menu a:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a:hover {
  color: #fff;
}
body .tematica-posgrado .custom-menu a:hover,
body a.tematica-posgrado .custom-menu a:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a:hover,
body .tematica-posgrado .custom-menu a:focus,
body a.tematica-posgrado .custom-menu a:focus,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a:focus,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a:focus,
body .tematica-posgrado .custom-menu a.focus,
body a.tematica-posgrado .custom-menu a.focus,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.focus,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.focus,
body .tematica-posgrado .custom-menu a:active,
body a.tematica-posgrado .custom-menu a:active,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a:active,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a:active,
body .tematica-posgrado .custom-menu a.active,
body a.tematica-posgrado .custom-menu a.active,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.active,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-posgrado .custom-menu a,
.open > .dropdown-togglebody a.tematica-posgrado .custom-menu a,
.open > .dropdown-togglebody .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a,
.open > .dropdown-togglebody a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .tematica-posgrado .custom-menu a:active,
body a.tematica-posgrado .custom-menu a:active,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a:active,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a:active,
body .tematica-posgrado .custom-menu a.active,
body a.tematica-posgrado .custom-menu a.active,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.active,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-posgrado .custom-menu a,
.open > .dropdown-togglebody a.tematica-posgrado .custom-menu a,
.open > .dropdown-togglebody .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a,
.open > .dropdown-togglebody a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a {
  background-image: none;
}
body .tematica-posgrado .custom-menu a.disabled,
body a.tematica-posgrado .custom-menu a.disabled,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.disabled,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.disabled,
body .tematica-posgrado .custom-menu a[disabled],
body a.tematica-posgrado .custom-menu a[disabled],
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a[disabled],
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a[disabled],
fieldset[disabled] body .tematica-posgrado .custom-menu a,
fieldset[disabled] body a.tematica-posgrado .custom-menu a,
fieldset[disabled] body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a,
fieldset[disabled] body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a,
body .tematica-posgrado .custom-menu a.disabled:hover,
body a.tematica-posgrado .custom-menu a.disabled:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.disabled:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.disabled:hover,
body .tematica-posgrado .custom-menu a[disabled]:hover,
body a.tematica-posgrado .custom-menu a[disabled]:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a[disabled]:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a[disabled]:hover,
fieldset[disabled] body .tematica-posgrado .custom-menu a:hover,
fieldset[disabled] body a.tematica-posgrado .custom-menu a:hover,
fieldset[disabled] body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a:hover,
fieldset[disabled] body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a:hover,
body .tematica-posgrado .custom-menu a.disabled:focus,
body a.tematica-posgrado .custom-menu a.disabled:focus,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.disabled:focus,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.disabled:focus,
body .tematica-posgrado .custom-menu a[disabled]:focus,
body a.tematica-posgrado .custom-menu a[disabled]:focus,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a[disabled]:focus,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a[disabled]:focus,
fieldset[disabled] body .tematica-posgrado .custom-menu a:focus,
fieldset[disabled] body a.tematica-posgrado .custom-menu a:focus,
fieldset[disabled] body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a:focus,
fieldset[disabled] body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a:focus,
body .tematica-posgrado .custom-menu a.disabled.focus,
body a.tematica-posgrado .custom-menu a.disabled.focus,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.disabled.focus,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.disabled.focus,
body .tematica-posgrado .custom-menu a[disabled].focus,
body a.tematica-posgrado .custom-menu a[disabled].focus,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a[disabled].focus,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a[disabled].focus,
fieldset[disabled] body .tematica-posgrado .custom-menu a.focus,
fieldset[disabled] body a.tematica-posgrado .custom-menu a.focus,
fieldset[disabled] body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.focus,
fieldset[disabled] body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.focus,
body .tematica-posgrado .custom-menu a.disabled:active,
body a.tematica-posgrado .custom-menu a.disabled:active,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.disabled:active,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.disabled:active,
body .tematica-posgrado .custom-menu a[disabled]:active,
body a.tematica-posgrado .custom-menu a[disabled]:active,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a[disabled]:active,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a[disabled]:active,
fieldset[disabled] body .tematica-posgrado .custom-menu a:active,
fieldset[disabled] body a.tematica-posgrado .custom-menu a:active,
fieldset[disabled] body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a:active,
fieldset[disabled] body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a:active,
body .tematica-posgrado .custom-menu a.disabled.active,
body a.tematica-posgrado .custom-menu a.disabled.active,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.disabled.active,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.disabled.active,
body .tematica-posgrado .custom-menu a[disabled].active,
body a.tematica-posgrado .custom-menu a[disabled].active,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a[disabled].active,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a[disabled].active,
fieldset[disabled] body .tematica-posgrado .custom-menu a.active,
fieldset[disabled] body a.tematica-posgrado .custom-menu a.active,
fieldset[disabled] body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.active,
fieldset[disabled] body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
body .tematica-posgrado .custom-menu a .badge,
body a.tematica-posgrado .custom-menu a .badge,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a .badge,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
body .tematica-posgrado .custom-menu ul,
body a.tematica-posgrado .custom-menu ul,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul {
  padding-left: 0px;
}
body .tematica-posgrado .custom-menu ul a,
body a.tematica-posgrado .custom-menu ul a,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a {
  color: #eeeeee;
  background-color: #0c9041;
  border-color: #0c9041;
}
body .tematica-posgrado .custom-menu ul a:hover,
body a.tematica-posgrado .custom-menu ul a:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a:hover,
body .tematica-posgrado .custom-menu ul a:focus,
body a.tematica-posgrado .custom-menu ul a:focus,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a:focus,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a:focus,
body .tematica-posgrado .custom-menu ul a.focus,
body a.tematica-posgrado .custom-menu ul a.focus,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.focus,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.focus,
body .tematica-posgrado .custom-menu ul a:active,
body a.tematica-posgrado .custom-menu ul a:active,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a:active,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a:active,
body .tematica-posgrado .custom-menu ul a.active,
body a.tematica-posgrado .custom-menu ul a.active,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.active,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-posgrado .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-posgrado .custom-menu ul a,
.open > .dropdown-togglebody .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a {
  color: #eeeeee;
  background-color: #08612c;
  border-color: #075828;
}
body .tematica-posgrado .custom-menu ul a:active,
body a.tematica-posgrado .custom-menu ul a:active,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a:active,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a:active,
body .tematica-posgrado .custom-menu ul a.active,
body a.tematica-posgrado .custom-menu ul a.active,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.active,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-posgrado .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-posgrado .custom-menu ul a,
.open > .dropdown-togglebody .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a {
  background-image: none;
}
body .tematica-posgrado .custom-menu ul a.disabled,
body a.tematica-posgrado .custom-menu ul a.disabled,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.disabled,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.disabled,
body .tematica-posgrado .custom-menu ul a[disabled],
body a.tematica-posgrado .custom-menu ul a[disabled],
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a[disabled],
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a[disabled],
fieldset[disabled] body .tematica-posgrado .custom-menu ul a,
fieldset[disabled] body a.tematica-posgrado .custom-menu ul a,
fieldset[disabled] body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a,
fieldset[disabled] body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a,
body .tematica-posgrado .custom-menu ul a.disabled:hover,
body a.tematica-posgrado .custom-menu ul a.disabled:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.disabled:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.disabled:hover,
body .tematica-posgrado .custom-menu ul a[disabled]:hover,
body a.tematica-posgrado .custom-menu ul a[disabled]:hover,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a[disabled]:hover,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a[disabled]:hover,
fieldset[disabled] body .tematica-posgrado .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-posgrado .custom-menu ul a:hover,
fieldset[disabled] body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a:hover,
body .tematica-posgrado .custom-menu ul a.disabled:focus,
body a.tematica-posgrado .custom-menu ul a.disabled:focus,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.disabled:focus,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.disabled:focus,
body .tematica-posgrado .custom-menu ul a[disabled]:focus,
body a.tematica-posgrado .custom-menu ul a[disabled]:focus,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a[disabled]:focus,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a[disabled]:focus,
fieldset[disabled] body .tematica-posgrado .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-posgrado .custom-menu ul a:focus,
fieldset[disabled] body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a:focus,
body .tematica-posgrado .custom-menu ul a.disabled.focus,
body a.tematica-posgrado .custom-menu ul a.disabled.focus,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.disabled.focus,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.disabled.focus,
body .tematica-posgrado .custom-menu ul a[disabled].focus,
body a.tematica-posgrado .custom-menu ul a[disabled].focus,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a[disabled].focus,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a[disabled].focus,
fieldset[disabled] body .tematica-posgrado .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-posgrado .custom-menu ul a.focus,
fieldset[disabled] body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.focus,
body .tematica-posgrado .custom-menu ul a.disabled:active,
body a.tematica-posgrado .custom-menu ul a.disabled:active,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.disabled:active,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.disabled:active,
body .tematica-posgrado .custom-menu ul a[disabled]:active,
body a.tematica-posgrado .custom-menu ul a[disabled]:active,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a[disabled]:active,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a[disabled]:active,
fieldset[disabled] body .tematica-posgrado .custom-menu ul a:active,
fieldset[disabled] body a.tematica-posgrado .custom-menu ul a:active,
fieldset[disabled] body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a:active,
fieldset[disabled] body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a:active,
body .tematica-posgrado .custom-menu ul a.disabled.active,
body a.tematica-posgrado .custom-menu ul a.disabled.active,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.disabled.active,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.disabled.active,
body .tematica-posgrado .custom-menu ul a[disabled].active,
body a.tematica-posgrado .custom-menu ul a[disabled].active,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a[disabled].active,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a[disabled].active,
fieldset[disabled] body .tematica-posgrado .custom-menu ul a.active,
fieldset[disabled] body a.tematica-posgrado .custom-menu ul a.active,
fieldset[disabled] body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.active,
fieldset[disabled] body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a.active {
  background-color: #0c9041;
  border-color: #0c9041;
}
body .tematica-posgrado .custom-menu ul a .badge,
body a.tematica-posgrado .custom-menu ul a .badge,
body .tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a .badge,
body a.tematica-8b9f8e91-fd44-44f2-9496-c09d1faf3931 .custom-menu ul a .badge {
  color: #0c9041;
  background-color: #eeeeee;
}
body .tematica-programas-ejecutivos,
body a.tematica-programas-ejecutivos,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 {
  /*Plan de estudios specific */
}
body .tematica-programas-ejecutivos a,
body a.tematica-programas-ejecutivos a,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 a,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 a {
  color: #00aabb;
}
body .tematica-programas-ejecutivos a:hover,
body a.tematica-programas-ejecutivos a:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 a:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 a:hover {
  color: #006e79;
}
body .tematica-programas-ejecutivos .btn,
body a.tematica-programas-ejecutivos .btn,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .btn,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .btn {
  color: #fff;
}
body .tematica-programas-ejecutivos .btn:hover,
body a.tematica-programas-ejecutivos .btn:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .btn:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .btn:hover {
  color: #fff;
}
body .tematica-programas-ejecutivos .jumbotron,
body a.tematica-programas-ejecutivos .jumbotron,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron {
  border-top: 5px solid #008c9a;
  background-color: rgba(0, 170, 187, 0.6);
}
body .tematica-programas-ejecutivos .jumbotron .btn,
body a.tematica-programas-ejecutivos .jumbotron .btn,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron .btn,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron .btn {
  background-color: #006e79;
  color: #ffffff;
}
body .tematica-programas-ejecutivos .jumbotron .btn:hover,
body a.tematica-programas-ejecutivos .jumbotron .btn:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron .btn:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron .btn:hover {
  background-color: #00e6fd;
}
body .tematica-programas-ejecutivos .jumbotron.white,
body a.tematica-programas-ejecutivos .jumbotron.white,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron.white,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron.white {
  background-color: rgba(255, 255, 255, 0.7);
}
body .tematica-programas-ejecutivos .jumbotron.white h1,
body a.tematica-programas-ejecutivos .jumbotron.white h1,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron.white h1,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron.white h1,
body .tematica-programas-ejecutivos .jumbotron.white h2,
body a.tematica-programas-ejecutivos .jumbotron.white h2,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron.white h2,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron.white h2,
body .tematica-programas-ejecutivos .jumbotron.white h3,
body a.tematica-programas-ejecutivos .jumbotron.white h3,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron.white h3,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron.white h3,
body .tematica-programas-ejecutivos .jumbotron.white h4,
body a.tematica-programas-ejecutivos .jumbotron.white h4,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron.white h4,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron.white h4,
body .tematica-programas-ejecutivos .jumbotron.white h5,
body a.tematica-programas-ejecutivos .jumbotron.white h5,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron.white h5,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron.white h5,
body .tematica-programas-ejecutivos .jumbotron.white h6,
body a.tematica-programas-ejecutivos .jumbotron.white h6,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron.white h6,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .jumbotron.white h6 {
  color: #000000;
}
body .tematica-programas-ejecutivos .media .btn-primary,
body a.tematica-programas-ejecutivos .media .btn-primary,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .media .btn-primary,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .media .btn-primary {
  background-color: #00aabb;
}
body .tematica-programas-ejecutivos .media .btn-primary:hover,
body a.tematica-programas-ejecutivos .media .btn-primary:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .media .btn-primary:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .media .btn-primary:hover {
  background-color: #00e6fd;
}
body .tematica-programas-ejecutivos .media .media-heading:after,
body a.tematica-programas-ejecutivos .media .media-heading:after,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .media .media-heading:after,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .media .media-heading:after {
  border-color: #00aabb;
}
body .tematica-programas-ejecutivos .media.lightbg-bar,
body a.tematica-programas-ejecutivos .media.lightbg-bar,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .media.lightbg-bar,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .media.lightbg-bar {
  border-bottom: 3px solid #00aabb;
}
body .tematica-programas-ejecutivos .media.lightbg-bar .plus,
body a.tematica-programas-ejecutivos .media.lightbg-bar .plus,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .media.lightbg-bar .plus,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .media.lightbg-bar .plus {
  background-color: #00aabb;
}
body .tematica-programas-ejecutivos .media:hover .deeplink a i,
body a.tematica-programas-ejecutivos .media:hover .deeplink a i,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .media:hover .deeplink a i,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .media:hover .deeplink a i {
  color: #00aabb;
}
body .tematica-programas-ejecutivos .carousel-caption h1,
body a.tematica-programas-ejecutivos .carousel-caption h1,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carousel-caption h1,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carousel-caption h1,
body .tematica-programas-ejecutivos .carousel-caption h2,
body a.tematica-programas-ejecutivos .carousel-caption h2,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carousel-caption h2,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carousel-caption h2,
body .tematica-programas-ejecutivos .carousel-caption h3,
body a.tematica-programas-ejecutivos .carousel-caption h3,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carousel-caption h3,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carousel-caption h3,
body .tematica-programas-ejecutivos .carousel-caption h4,
body a.tematica-programas-ejecutivos .carousel-caption h4,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carousel-caption h4,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carousel-caption h4,
body .tematica-programas-ejecutivos .carousel-caption h5,
body a.tematica-programas-ejecutivos .carousel-caption h5,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carousel-caption h5,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carousel-caption h5,
body .tematica-programas-ejecutivos .carousel-caption h6,
body a.tematica-programas-ejecutivos .carousel-caption h6,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carousel-caption h6,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carousel-caption h6 {
  color: #000000;
}
body .tematica-programas-ejecutivos .background,
body a.tematica-programas-ejecutivos .background,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .background,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .background {
  background-color: #00aabb;
}
body .tematica-programas-ejecutivos .form-container,
body a.tematica-programas-ejecutivos .form-container,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .form-container,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .form-container {
  border-top: 5px solid #008e9c;
}
body .tematica-programas-ejecutivos .form-container h2,
body a.tematica-programas-ejecutivos .form-container h2,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .form-container h2,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .form-container h2 {
  color: #00aabb;
}
body .tematica-programas-ejecutivos .form-container .btn-primary,
body a.tematica-programas-ejecutivos .form-container .btn-primary,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .form-container .btn-primary,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .form-container .btn-primary {
  background-color: #00aabb;
}
body .tematica-programas-ejecutivos .node-og-materia .field-type-file,
body a.tematica-programas-ejecutivos .node-og-materia .field-type-file,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-og-materia .field-type-file,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-og-materia .field-type-file {
  background-color: #00aabb !important;
}
body .tematica-programas-ejecutivos .node-og-materia .field-type-text-with-summary:after,
body a.tematica-programas-ejecutivos .node-og-materia .field-type-text-with-summary:after,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-og-materia .field-type-text-with-summary:after,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-og-materia .field-type-text-with-summary:after {
  border-bottom: 2px solid #00aabb;
  color: #00aabb;
}
body .tematica-programas-ejecutivos .node-profesor .professor-card .info .body:before,
body a.tematica-programas-ejecutivos .node-profesor .professor-card .info .body:before,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-profesor .professor-card .info .body:before,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-profesor .professor-card .info .body:before,
body .tematica-programas-ejecutivos .node-profesor .professor-card .info a:hover,
body a.tematica-programas-ejecutivos .node-profesor .professor-card .info a:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-profesor .professor-card .info a:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-profesor .professor-card .info a:hover,
body .tematica-programas-ejecutivos .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-programas-ejecutivos .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-programas-ejecutivos .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-programas-ejecutivos .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-programas-ejecutivos .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-programas-ejecutivos .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover {
  color: #00aabb;
}
body .tematica-programas-ejecutivos .node-profesor .body-wrapper .field-label:before,
body a.tematica-programas-ejecutivos .node-profesor .body-wrapper .field-label:before,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-profesor .body-wrapper .field-label:before,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-profesor .body-wrapper .field-label:before {
  border-top: 2px solid #00aabb;
}
body .tematica-programas-ejecutivos .node-webform .field-name-title h2,
body a.tematica-programas-ejecutivos .node-webform .field-name-title h2,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-webform .field-name-title h2,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-webform .field-name-title h2 {
  color: #00aabb;
}
body .tematica-programas-ejecutivos .node-webform .field-name-body .lead,
body a.tematica-programas-ejecutivos .node-webform .field-name-body .lead,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-webform .field-name-body .lead,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-webform .field-name-body .lead {
  color: #000000;
}
body .tematica-programas-ejecutivos .node-webform .field-name-body h3:before,
body a.tematica-programas-ejecutivos .node-webform .field-name-body h3:before,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-webform .field-name-body h3:before,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .node-webform .field-name-body h3:before {
  color: #00aabb;
}
body .tematica-programas-ejecutivos .page-testimonios .field-name-field-testimonio:after,
body a.tematica-programas-ejecutivos .page-testimonios .field-name-field-testimonio:after,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-testimonios .field-name-field-testimonio:after,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-testimonios .field-name-field-testimonio:after,
body .tematica-programas-ejecutivos .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-programas-ejecutivos .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-programas-ejecutivos .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-programas-ejecutivos .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-programas-ejecutivos .page-testimonios .media .media-body > a,
body a.tematica-programas-ejecutivos .page-testimonios .media .media-body > a,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-testimonios .media .media-body > a,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-testimonios .media .media-body > a {
  color: #00aabb;
}
body .tematica-programas-ejecutivos .page-testimonios .media .media-body > a:hover,
body a.tematica-programas-ejecutivos .page-testimonios .media .media-body > a:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-testimonios .media .media-body > a:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-testimonios .media .media-body > a:hover {
  text-decoration: underline;
}
body .tematica-programas-ejecutivos .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-programas-ejecutivos .carreras-header-nav-pills .nav-pills > li a,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carreras-header-nav-pills .nav-pills > li a {
  background-color: #006e79;
  color: #fff;
}
body .tematica-programas-ejecutivos .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-programas-ejecutivos .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-programas-ejecutivos .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-programas-ejecutivos .carreras-header-nav-pills .nav-pills > li a:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carreras-header-nav-pills .nav-pills > li a:hover {
  background-color: #003136;
}
body .tematica-programas-ejecutivos .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-programas-ejecutivos .carreras-header-nav-pills .nav-pills > li a.active:before,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .carreras-header-nav-pills .nav-pills > li a.active:before {
  border-color: #003136 transparent transparent transparent;
}
body .tematica-programas-ejecutivos .card-wrapper .normal .inner,
body a.tematica-programas-ejecutivos .card-wrapper .normal .inner,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .card-wrapper .normal .inner,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .card-wrapper .normal .inner,
body .tematica-programas-ejecutivos.card-wrapper .normal .inner,
body a.tematica-programas-ejecutivos.card-wrapper .normal .inner,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91.card-wrapper .normal .inner,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91.card-wrapper .normal .inner {
  border-top: 5px solid #008c9a;
  margin-top: -5px;
}
body .tematica-programas-ejecutivos .card-wrapper .hover .inner,
body a.tematica-programas-ejecutivos .card-wrapper .hover .inner,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .card-wrapper .hover .inner,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .card-wrapper .hover .inner,
body .tematica-programas-ejecutivos.card-wrapper .hover .inner,
body a.tematica-programas-ejecutivos.card-wrapper .hover .inner,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91.card-wrapper .hover .inner,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91.card-wrapper .hover .inner {
  background-color: rgba(0, 170, 187, 0.8);
  color: #ffffff;
}
body .tematica-programas-ejecutivos .card-wrapper .hover .inner .summary,
body a.tematica-programas-ejecutivos .card-wrapper .hover .inner .summary,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .card-wrapper .hover .inner .summary,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .card-wrapper .hover .inner .summary,
body .tematica-programas-ejecutivos.card-wrapper .hover .inner .summary,
body a.tematica-programas-ejecutivos.card-wrapper .hover .inner .summary,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91.card-wrapper .hover .inner .summary,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91.card-wrapper .hover .inner .summary {
  color: #ffffff;
}
body .tematica-programas-ejecutivos .card-wrapper .card5,
body a.tematica-programas-ejecutivos .card-wrapper .card5,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .card-wrapper .card5,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .card-wrapper .card5,
body .tematica-programas-ejecutivos.card-wrapper .card5,
body a.tematica-programas-ejecutivos.card-wrapper .card5,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91.card-wrapper .card5,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91.card-wrapper .card5 {
  background-color: rgba(0, 170, 187, 0.8);
  color: #ffffff;
}
body .tematica-programas-ejecutivos .vertical-highlighted .primary,
body a.tematica-programas-ejecutivos .vertical-highlighted .primary,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .vertical-highlighted .primary,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .vertical-highlighted .primary,
body .tematica-programas-ejecutivos .vertical-highlighted .secondary,
body a.tematica-programas-ejecutivos .vertical-highlighted .secondary,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .vertical-highlighted .secondary,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .vertical-highlighted .secondary,
body .tematica-programas-ejecutivos .vertical-highlighted .flexible,
body a.tematica-programas-ejecutivos .vertical-highlighted .flexible,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .vertical-highlighted .flexible,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .vertical-highlighted .flexible {
  border-color: #006e79;
}
body .tematica-programas-ejecutivos .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-programas-ejecutivos .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-programas-ejecutivos .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-programas-ejecutivos .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-programas-ejecutivos .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-programas-ejecutivos .vertical-highlighted .flexible .vertical-highlighted-body,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .vertical-highlighted .flexible .vertical-highlighted-body {
  border-color: #006e79;
}
body .tematica-programas-ejecutivos .tematica-sidemenu a,
body a.tematica-programas-ejecutivos .tematica-sidemenu a,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tematica-sidemenu a,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tematica-sidemenu a {
  background-color: #000;
}
body .tematica-programas-ejecutivos .tematica-sidemenu a:hover,
body a.tematica-programas-ejecutivos .tematica-sidemenu a:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tematica-sidemenu a:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tematica-sidemenu a:hover,
body .tematica-programas-ejecutivos .tematica-sidemenu a.active,
body a.tematica-programas-ejecutivos .tematica-sidemenu a.active,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tematica-sidemenu a.active,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tematica-sidemenu a.active {
  background-color: #00aabb;
}
body .tematica-programas-ejecutivos .page-header-nav-pills h1,
body a.tematica-programas-ejecutivos .page-header-nav-pills h1,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-header-nav-pills h1,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-header-nav-pills h1,
body .tematica-programas-ejecutivos .page-header-nav-pills h2,
body a.tematica-programas-ejecutivos .page-header-nav-pills h2,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-header-nav-pills h2,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-header-nav-pills h2,
body .tematica-programas-ejecutivos .page-header-nav-pills h3,
body a.tematica-programas-ejecutivos .page-header-nav-pills h3,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-header-nav-pills h3,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-header-nav-pills h3 {
  color: #000000;
}
body .tematica-programas-ejecutivos .page-header-nav-pills h4,
body a.tematica-programas-ejecutivos .page-header-nav-pills h4,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-header-nav-pills h4,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-header-nav-pills h4,
body .tematica-programas-ejecutivos .page-header-nav-pills h5,
body a.tematica-programas-ejecutivos .page-header-nav-pills h5,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-header-nav-pills h5,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-header-nav-pills h5,
body .tematica-programas-ejecutivos .page-header-nav-pills h6,
body a.tematica-programas-ejecutivos .page-header-nav-pills h6,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-header-nav-pills h6,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-header-nav-pills h6,
body .tematica-programas-ejecutivos .page-header-nav-pills p,
body a.tematica-programas-ejecutivos .page-header-nav-pills p,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-header-nav-pills p,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-header-nav-pills p {
  color: #8a8b8c;
}
body .tematica-programas-ejecutivos .page-header-nav-pills .nav-pills > li a,
body a.tematica-programas-ejecutivos .page-header-nav-pills .nav-pills > li a,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-header-nav-pills .nav-pills > li a,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-header-nav-pills .nav-pills > li a {
  background-color: #00aabb;
  color: #fff;
}
body .tematica-programas-ejecutivos .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-programas-ejecutivos .page-header-nav-pills .nav-pills > li a:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .page-header-nav-pills .nav-pills > li a:hover {
  background-color: #006e79;
}
body .tematica-programas-ejecutivos .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-programas-ejecutivos .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark {
  border-top-color: #006e79;
}
body .tematica-programas-ejecutivos .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-programas-ejecutivos .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark {
  border-right-color: #006e79;
}
body .tematica-programas-ejecutivos .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-programas-ejecutivos .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark {
  border-bottom-color: #006e79;
}
body .tematica-programas-ejecutivos .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-programas-ejecutivos .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark {
  border-left-color: #006e79;
}
body .tematica-programas-ejecutivos .tab-pills .nav-tabs > li,
body a.tematica-programas-ejecutivos .tab-pills .nav-tabs > li,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tab-pills .nav-tabs > li,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tab-pills .nav-tabs > li {
  background-color: #00aabb;
}
body .tematica-programas-ejecutivos .tab-pills .nav-tabs > li a,
body a.tematica-programas-ejecutivos .tab-pills .nav-tabs > li a,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tab-pills .nav-tabs > li a,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tab-pills .nav-tabs > li a {
  color: #ffffff;
}
body .tematica-programas-ejecutivos .tab-pills .nav-tabs > li.active a,
body a.tematica-programas-ejecutivos .tab-pills .nav-tabs > li.active a,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tab-pills .nav-tabs > li.active a,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tab-pills .nav-tabs > li.active a,
body .tematica-programas-ejecutivos .tab-pills .nav-tabs > li a:hover,
body a.tematica-programas-ejecutivos .tab-pills .nav-tabs > li a:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tab-pills .nav-tabs > li a:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tab-pills .nav-tabs > li a:hover {
  background-color: #006e79;
}
body .tematica-programas-ejecutivos .tab-pills .tab-content,
body a.tematica-programas-ejecutivos .tab-pills .tab-content,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tab-pills .tab-content,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .tab-pills .tab-content {
  background-color: #eeeeee;
}
body .tematica-programas-ejecutivos .view .view-header h3::before,
body a.tematica-programas-ejecutivos .view .view-header h3::before,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view .view-header h3::before,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view .view-header h3::before,
body .tematica-programas-ejecutivos .view .view-content > h3::before,
body a.tematica-programas-ejecutivos .view .view-content > h3::before,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view .view-content > h3::before,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view .view-content > h3::before,
body .tematica-programas-ejecutivos .view .view-content .media .media-body .bottom::before,
body a.tematica-programas-ejecutivos .view .view-content .media .media-body .bottom::before,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view .view-content .media .media-body .bottom::before,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view .view-content .media .media-body .bottom::before,
body .tematica-programas-ejecutivos .view .view-content .media .media-heading a:hover,
body a.tematica-programas-ejecutivos .view .view-content .media .media-heading a:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view .view-content .media .media-heading a:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view .view-content .media .media-heading a:hover,
body .tematica-programas-ejecutivos .view .view-content .media .media-body .bottom a:hover,
body a.tematica-programas-ejecutivos .view .view-content .media .media-body .bottom a:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view .view-content .media .media-body .bottom a:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view .view-content .media .media-body .bottom a:hover {
  color: #00aabb;
}
body .tematica-programas-ejecutivos .view .media .media-body .deeplink > a,
body a.tematica-programas-ejecutivos .view .media .media-body .deeplink > a,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view .media .media-body .deeplink > a,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view .media .media-body .deeplink > a {
  background-color: #00aabb;
  color: #fff;
}
body .tematica-programas-ejecutivos .view .media .media-body .deeplink > a:hover,
body a.tematica-programas-ejecutivos .view .media .media-body .deeplink > a:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view .media .media-body .deeplink > a:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view .media .media-body .deeplink > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .tematica-programas-ejecutivos .bloques-container h4:before,
body a.tematica-programas-ejecutivos .bloques-container h4:before,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .bloques-container h4:before,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .bloques-container h4:before {
  color: #00aabb;
}
body .tematica-programas-ejecutivos .social-links .field-item > a:hover .icon,
body a.tematica-programas-ejecutivos .social-links .field-item > a:hover .icon,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .social-links .field-item > a:hover .icon,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .social-links .field-item > a:hover .icon {
  color: #00aabb;
}
body .tematica-programas-ejecutivos .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-programas-ejecutivos .outside-breadcrumb .breadcrumb > li + li:before,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .outside-breadcrumb .breadcrumb > li + li:before {
  color: #00aabb;
}
body .tematica-programas-ejecutivos .role-menu,
body a.tematica-programas-ejecutivos .role-menu,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .role-menu,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .role-menu {
  background-color: #00aabb;
}
body .tematica-programas-ejecutivos h2.slash:before,
body a.tematica-programas-ejecutivos h2.slash:before,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 h2.slash:before,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 h2.slash:before {
  border-bottom: 2px solid #00aabb;
}
body .tematica-programas-ejecutivos .view-plan-de-estudios .view-content-footer:before,
body a.tematica-programas-ejecutivos .view-plan-de-estudios .view-content-footer:before,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view-plan-de-estudios .view-content-footer:before,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view-plan-de-estudios .view-content-footer:before {
  border-color: #00aabb !important;
}
body .tematica-programas-ejecutivos .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-programas-ejecutivos .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-programas-ejecutivos .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-programas-ejecutivos .view-plan-de-estudios .view-content-footer .icon div,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view-plan-de-estudios .view-content-footer .icon div {
  background-color: #00aabb !important;
}
body .tematica-programas-ejecutivos .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-programas-ejecutivos .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico {
  border-top: 5px solid #008c9a;
}
body .tematica-programas-ejecutivos .custom-menu,
body a.tematica-programas-ejecutivos .custom-menu,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu {
  padding-left: 0px;
}
body .tematica-programas-ejecutivos .custom-menu a,
body a.tematica-programas-ejecutivos .custom-menu a,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a {
  color: #fff;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
body .tematica-programas-ejecutivos .custom-menu a:hover,
body a.tematica-programas-ejecutivos .custom-menu a:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a:hover {
  color: #fff;
}
body .tematica-programas-ejecutivos .custom-menu a:hover,
body a.tematica-programas-ejecutivos .custom-menu a:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a:hover,
body .tematica-programas-ejecutivos .custom-menu a:focus,
body a.tematica-programas-ejecutivos .custom-menu a:focus,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a:focus,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a:focus,
body .tematica-programas-ejecutivos .custom-menu a.focus,
body a.tematica-programas-ejecutivos .custom-menu a.focus,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.focus,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.focus,
body .tematica-programas-ejecutivos .custom-menu a:active,
body a.tematica-programas-ejecutivos .custom-menu a:active,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a:active,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a:active,
body .tematica-programas-ejecutivos .custom-menu a.active,
body a.tematica-programas-ejecutivos .custom-menu a.active,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.active,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-programas-ejecutivos .custom-menu a,
.open > .dropdown-togglebody a.tematica-programas-ejecutivos .custom-menu a,
.open > .dropdown-togglebody .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a,
.open > .dropdown-togglebody a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .tematica-programas-ejecutivos .custom-menu a:active,
body a.tematica-programas-ejecutivos .custom-menu a:active,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a:active,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a:active,
body .tematica-programas-ejecutivos .custom-menu a.active,
body a.tematica-programas-ejecutivos .custom-menu a.active,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.active,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-programas-ejecutivos .custom-menu a,
.open > .dropdown-togglebody a.tematica-programas-ejecutivos .custom-menu a,
.open > .dropdown-togglebody .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a,
.open > .dropdown-togglebody a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a {
  background-image: none;
}
body .tematica-programas-ejecutivos .custom-menu a.disabled,
body a.tematica-programas-ejecutivos .custom-menu a.disabled,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.disabled,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.disabled,
body .tematica-programas-ejecutivos .custom-menu a[disabled],
body a.tematica-programas-ejecutivos .custom-menu a[disabled],
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a[disabled],
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a[disabled],
fieldset[disabled] body .tematica-programas-ejecutivos .custom-menu a,
fieldset[disabled] body a.tematica-programas-ejecutivos .custom-menu a,
fieldset[disabled] body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a,
fieldset[disabled] body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a,
body .tematica-programas-ejecutivos .custom-menu a.disabled:hover,
body a.tematica-programas-ejecutivos .custom-menu a.disabled:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.disabled:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.disabled:hover,
body .tematica-programas-ejecutivos .custom-menu a[disabled]:hover,
body a.tematica-programas-ejecutivos .custom-menu a[disabled]:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a[disabled]:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a[disabled]:hover,
fieldset[disabled] body .tematica-programas-ejecutivos .custom-menu a:hover,
fieldset[disabled] body a.tematica-programas-ejecutivos .custom-menu a:hover,
fieldset[disabled] body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a:hover,
fieldset[disabled] body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a:hover,
body .tematica-programas-ejecutivos .custom-menu a.disabled:focus,
body a.tematica-programas-ejecutivos .custom-menu a.disabled:focus,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.disabled:focus,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.disabled:focus,
body .tematica-programas-ejecutivos .custom-menu a[disabled]:focus,
body a.tematica-programas-ejecutivos .custom-menu a[disabled]:focus,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a[disabled]:focus,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a[disabled]:focus,
fieldset[disabled] body .tematica-programas-ejecutivos .custom-menu a:focus,
fieldset[disabled] body a.tematica-programas-ejecutivos .custom-menu a:focus,
fieldset[disabled] body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a:focus,
fieldset[disabled] body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a:focus,
body .tematica-programas-ejecutivos .custom-menu a.disabled.focus,
body a.tematica-programas-ejecutivos .custom-menu a.disabled.focus,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.disabled.focus,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.disabled.focus,
body .tematica-programas-ejecutivos .custom-menu a[disabled].focus,
body a.tematica-programas-ejecutivos .custom-menu a[disabled].focus,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a[disabled].focus,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a[disabled].focus,
fieldset[disabled] body .tematica-programas-ejecutivos .custom-menu a.focus,
fieldset[disabled] body a.tematica-programas-ejecutivos .custom-menu a.focus,
fieldset[disabled] body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.focus,
fieldset[disabled] body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.focus,
body .tematica-programas-ejecutivos .custom-menu a.disabled:active,
body a.tematica-programas-ejecutivos .custom-menu a.disabled:active,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.disabled:active,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.disabled:active,
body .tematica-programas-ejecutivos .custom-menu a[disabled]:active,
body a.tematica-programas-ejecutivos .custom-menu a[disabled]:active,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a[disabled]:active,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a[disabled]:active,
fieldset[disabled] body .tematica-programas-ejecutivos .custom-menu a:active,
fieldset[disabled] body a.tematica-programas-ejecutivos .custom-menu a:active,
fieldset[disabled] body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a:active,
fieldset[disabled] body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a:active,
body .tematica-programas-ejecutivos .custom-menu a.disabled.active,
body a.tematica-programas-ejecutivos .custom-menu a.disabled.active,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.disabled.active,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.disabled.active,
body .tematica-programas-ejecutivos .custom-menu a[disabled].active,
body a.tematica-programas-ejecutivos .custom-menu a[disabled].active,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a[disabled].active,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a[disabled].active,
fieldset[disabled] body .tematica-programas-ejecutivos .custom-menu a.active,
fieldset[disabled] body a.tematica-programas-ejecutivos .custom-menu a.active,
fieldset[disabled] body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.active,
fieldset[disabled] body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
body .tematica-programas-ejecutivos .custom-menu a .badge,
body a.tematica-programas-ejecutivos .custom-menu a .badge,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a .badge,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
body .tematica-programas-ejecutivos .custom-menu ul,
body a.tematica-programas-ejecutivos .custom-menu ul,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul {
  padding-left: 0px;
}
body .tematica-programas-ejecutivos .custom-menu ul a,
body a.tematica-programas-ejecutivos .custom-menu ul a,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a {
  color: #eeeeee;
  background-color: #00aabb;
  border-color: #00aabb;
}
body .tematica-programas-ejecutivos .custom-menu ul a:hover,
body a.tematica-programas-ejecutivos .custom-menu ul a:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a:hover,
body .tematica-programas-ejecutivos .custom-menu ul a:focus,
body a.tematica-programas-ejecutivos .custom-menu ul a:focus,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a:focus,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a:focus,
body .tematica-programas-ejecutivos .custom-menu ul a.focus,
body a.tematica-programas-ejecutivos .custom-menu ul a.focus,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.focus,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.focus,
body .tematica-programas-ejecutivos .custom-menu ul a:active,
body a.tematica-programas-ejecutivos .custom-menu ul a:active,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a:active,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a:active,
body .tematica-programas-ejecutivos .custom-menu ul a.active,
body a.tematica-programas-ejecutivos .custom-menu ul a.active,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.active,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-programas-ejecutivos .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-programas-ejecutivos .custom-menu ul a,
.open > .dropdown-togglebody .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a {
  color: #eeeeee;
  background-color: #007c88;
  border-color: #00727e;
}
body .tematica-programas-ejecutivos .custom-menu ul a:active,
body a.tematica-programas-ejecutivos .custom-menu ul a:active,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a:active,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a:active,
body .tematica-programas-ejecutivos .custom-menu ul a.active,
body a.tematica-programas-ejecutivos .custom-menu ul a.active,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.active,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-programas-ejecutivos .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-programas-ejecutivos .custom-menu ul a,
.open > .dropdown-togglebody .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a {
  background-image: none;
}
body .tematica-programas-ejecutivos .custom-menu ul a.disabled,
body a.tematica-programas-ejecutivos .custom-menu ul a.disabled,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.disabled,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.disabled,
body .tematica-programas-ejecutivos .custom-menu ul a[disabled],
body a.tematica-programas-ejecutivos .custom-menu ul a[disabled],
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a[disabled],
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a[disabled],
fieldset[disabled] body .tematica-programas-ejecutivos .custom-menu ul a,
fieldset[disabled] body a.tematica-programas-ejecutivos .custom-menu ul a,
fieldset[disabled] body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a,
fieldset[disabled] body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a,
body .tematica-programas-ejecutivos .custom-menu ul a.disabled:hover,
body a.tematica-programas-ejecutivos .custom-menu ul a.disabled:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.disabled:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.disabled:hover,
body .tematica-programas-ejecutivos .custom-menu ul a[disabled]:hover,
body a.tematica-programas-ejecutivos .custom-menu ul a[disabled]:hover,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a[disabled]:hover,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a[disabled]:hover,
fieldset[disabled] body .tematica-programas-ejecutivos .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-programas-ejecutivos .custom-menu ul a:hover,
fieldset[disabled] body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a:hover,
body .tematica-programas-ejecutivos .custom-menu ul a.disabled:focus,
body a.tematica-programas-ejecutivos .custom-menu ul a.disabled:focus,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.disabled:focus,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.disabled:focus,
body .tematica-programas-ejecutivos .custom-menu ul a[disabled]:focus,
body a.tematica-programas-ejecutivos .custom-menu ul a[disabled]:focus,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a[disabled]:focus,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a[disabled]:focus,
fieldset[disabled] body .tematica-programas-ejecutivos .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-programas-ejecutivos .custom-menu ul a:focus,
fieldset[disabled] body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a:focus,
body .tematica-programas-ejecutivos .custom-menu ul a.disabled.focus,
body a.tematica-programas-ejecutivos .custom-menu ul a.disabled.focus,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.disabled.focus,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.disabled.focus,
body .tematica-programas-ejecutivos .custom-menu ul a[disabled].focus,
body a.tematica-programas-ejecutivos .custom-menu ul a[disabled].focus,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a[disabled].focus,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a[disabled].focus,
fieldset[disabled] body .tematica-programas-ejecutivos .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-programas-ejecutivos .custom-menu ul a.focus,
fieldset[disabled] body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.focus,
body .tematica-programas-ejecutivos .custom-menu ul a.disabled:active,
body a.tematica-programas-ejecutivos .custom-menu ul a.disabled:active,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.disabled:active,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.disabled:active,
body .tematica-programas-ejecutivos .custom-menu ul a[disabled]:active,
body a.tematica-programas-ejecutivos .custom-menu ul a[disabled]:active,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a[disabled]:active,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a[disabled]:active,
fieldset[disabled] body .tematica-programas-ejecutivos .custom-menu ul a:active,
fieldset[disabled] body a.tematica-programas-ejecutivos .custom-menu ul a:active,
fieldset[disabled] body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a:active,
fieldset[disabled] body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a:active,
body .tematica-programas-ejecutivos .custom-menu ul a.disabled.active,
body a.tematica-programas-ejecutivos .custom-menu ul a.disabled.active,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.disabled.active,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.disabled.active,
body .tematica-programas-ejecutivos .custom-menu ul a[disabled].active,
body a.tematica-programas-ejecutivos .custom-menu ul a[disabled].active,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a[disabled].active,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a[disabled].active,
fieldset[disabled] body .tematica-programas-ejecutivos .custom-menu ul a.active,
fieldset[disabled] body a.tematica-programas-ejecutivos .custom-menu ul a.active,
fieldset[disabled] body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.active,
fieldset[disabled] body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a.active {
  background-color: #00aabb;
  border-color: #00aabb;
}
body .tematica-programas-ejecutivos .custom-menu ul a .badge,
body a.tematica-programas-ejecutivos .custom-menu ul a .badge,
body .tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a .badge,
body a.tematica-c9fd6900-2b52-4ccc-bcc2-7e3cbdec0a91 .custom-menu ul a .badge {
  color: #00aabb;
  background-color: #eeeeee;
}
body .tematica-recursos-humanos,
body a.tematica-recursos-humanos,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 {
  /*Plan de estudios specific */
}
body .tematica-recursos-humanos a,
body a.tematica-recursos-humanos a,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 a,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 a {
  color: #ffb13c;
}
body .tematica-recursos-humanos a:hover,
body a.tematica-recursos-humanos a:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 a:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 a:hover {
  color: #f99500;
}
body .tematica-recursos-humanos .btn,
body a.tematica-recursos-humanos .btn,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .btn,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .btn {
  color: #fff;
}
body .tematica-recursos-humanos .btn:hover,
body a.tematica-recursos-humanos .btn:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .btn:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .btn:hover {
  color: #fff;
}
body .tematica-recursos-humanos .jumbotron,
body a.tematica-recursos-humanos .jumbotron,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron {
  border-top: 5px solid #ffa41b;
  background-color: rgba(255, 177, 60, 0.6);
}
body .tematica-recursos-humanos .jumbotron .btn,
body a.tematica-recursos-humanos .jumbotron .btn,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron .btn,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron .btn {
  background-color: #f99500;
  color: #ffffff;
}
body .tematica-recursos-humanos .jumbotron .btn:hover,
body a.tematica-recursos-humanos .jumbotron .btn:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron .btn:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron .btn:hover {
  background-color: #ffcc7e;
}
body .tematica-recursos-humanos .jumbotron.white,
body a.tematica-recursos-humanos .jumbotron.white,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron.white,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron.white {
  background-color: rgba(255, 255, 255, 0.7);
}
body .tematica-recursos-humanos .jumbotron.white h1,
body a.tematica-recursos-humanos .jumbotron.white h1,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron.white h1,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron.white h1,
body .tematica-recursos-humanos .jumbotron.white h2,
body a.tematica-recursos-humanos .jumbotron.white h2,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron.white h2,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron.white h2,
body .tematica-recursos-humanos .jumbotron.white h3,
body a.tematica-recursos-humanos .jumbotron.white h3,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron.white h3,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron.white h3,
body .tematica-recursos-humanos .jumbotron.white h4,
body a.tematica-recursos-humanos .jumbotron.white h4,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron.white h4,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron.white h4,
body .tematica-recursos-humanos .jumbotron.white h5,
body a.tematica-recursos-humanos .jumbotron.white h5,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron.white h5,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron.white h5,
body .tematica-recursos-humanos .jumbotron.white h6,
body a.tematica-recursos-humanos .jumbotron.white h6,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron.white h6,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .jumbotron.white h6 {
  color: #000000;
}
body .tematica-recursos-humanos .media .btn-primary,
body a.tematica-recursos-humanos .media .btn-primary,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .media .btn-primary,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .media .btn-primary {
  background-color: #ffb13c;
}
body .tematica-recursos-humanos .media .btn-primary:hover,
body a.tematica-recursos-humanos .media .btn-primary:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .media .btn-primary:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .media .btn-primary:hover {
  background-color: #ffcc7e;
}
body .tematica-recursos-humanos .media .media-heading:after,
body a.tematica-recursos-humanos .media .media-heading:after,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .media .media-heading:after,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .media .media-heading:after {
  border-color: #ffb13c;
}
body .tematica-recursos-humanos .media.lightbg-bar,
body a.tematica-recursos-humanos .media.lightbg-bar,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .media.lightbg-bar,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .media.lightbg-bar {
  border-bottom: 3px solid #ffb13c;
}
body .tematica-recursos-humanos .media.lightbg-bar .plus,
body a.tematica-recursos-humanos .media.lightbg-bar .plus,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .media.lightbg-bar .plus,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .media.lightbg-bar .plus {
  background-color: #ffb13c;
}
body .tematica-recursos-humanos .media:hover .deeplink a i,
body a.tematica-recursos-humanos .media:hover .deeplink a i,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .media:hover .deeplink a i,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .media:hover .deeplink a i {
  color: #ffb13c;
}
body .tematica-recursos-humanos .carousel-caption h1,
body a.tematica-recursos-humanos .carousel-caption h1,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carousel-caption h1,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carousel-caption h1,
body .tematica-recursos-humanos .carousel-caption h2,
body a.tematica-recursos-humanos .carousel-caption h2,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carousel-caption h2,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carousel-caption h2,
body .tematica-recursos-humanos .carousel-caption h3,
body a.tematica-recursos-humanos .carousel-caption h3,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carousel-caption h3,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carousel-caption h3,
body .tematica-recursos-humanos .carousel-caption h4,
body a.tematica-recursos-humanos .carousel-caption h4,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carousel-caption h4,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carousel-caption h4,
body .tematica-recursos-humanos .carousel-caption h5,
body a.tematica-recursos-humanos .carousel-caption h5,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carousel-caption h5,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carousel-caption h5,
body .tematica-recursos-humanos .carousel-caption h6,
body a.tematica-recursos-humanos .carousel-caption h6,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carousel-caption h6,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carousel-caption h6 {
  color: #000000;
}
body .tematica-recursos-humanos .background,
body a.tematica-recursos-humanos .background,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .background,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .background {
  background-color: #ffb13c;
}
body .tematica-recursos-humanos .form-container,
body a.tematica-recursos-humanos .form-container,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .form-container,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .form-container {
  border-top: 5px solid #ffa51d;
}
body .tematica-recursos-humanos .form-container h2,
body a.tematica-recursos-humanos .form-container h2,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .form-container h2,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .form-container h2 {
  color: #ffb13c;
}
body .tematica-recursos-humanos .form-container .btn-primary,
body a.tematica-recursos-humanos .form-container .btn-primary,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .form-container .btn-primary,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .form-container .btn-primary {
  background-color: #ffb13c;
}
body .tematica-recursos-humanos .node-og-materia .field-type-file,
body a.tematica-recursos-humanos .node-og-materia .field-type-file,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-og-materia .field-type-file,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-og-materia .field-type-file {
  background-color: #ffb13c !important;
}
body .tematica-recursos-humanos .node-og-materia .field-type-text-with-summary:after,
body a.tematica-recursos-humanos .node-og-materia .field-type-text-with-summary:after,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-og-materia .field-type-text-with-summary:after,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-og-materia .field-type-text-with-summary:after {
  border-bottom: 2px solid #ffb13c;
  color: #ffb13c;
}
body .tematica-recursos-humanos .node-profesor .professor-card .info .body:before,
body a.tematica-recursos-humanos .node-profesor .professor-card .info .body:before,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-profesor .professor-card .info .body:before,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-profesor .professor-card .info .body:before,
body .tematica-recursos-humanos .node-profesor .professor-card .info a:hover,
body a.tematica-recursos-humanos .node-profesor .professor-card .info a:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-profesor .professor-card .info a:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-profesor .professor-card .info a:hover,
body .tematica-recursos-humanos .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-recursos-humanos .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-recursos-humanos .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-recursos-humanos .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-recursos-humanos .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-recursos-humanos .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover {
  color: #ffb13c;
}
body .tematica-recursos-humanos .node-profesor .body-wrapper .field-label:before,
body a.tematica-recursos-humanos .node-profesor .body-wrapper .field-label:before,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-profesor .body-wrapper .field-label:before,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-profesor .body-wrapper .field-label:before {
  border-top: 2px solid #ffb13c;
}
body .tematica-recursos-humanos .node-webform .field-name-title h2,
body a.tematica-recursos-humanos .node-webform .field-name-title h2,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-webform .field-name-title h2,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-webform .field-name-title h2 {
  color: #ffb13c;
}
body .tematica-recursos-humanos .node-webform .field-name-body .lead,
body a.tematica-recursos-humanos .node-webform .field-name-body .lead,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-webform .field-name-body .lead,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-webform .field-name-body .lead {
  color: #000000;
}
body .tematica-recursos-humanos .node-webform .field-name-body h3:before,
body a.tematica-recursos-humanos .node-webform .field-name-body h3:before,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-webform .field-name-body h3:before,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .node-webform .field-name-body h3:before {
  color: #ffb13c;
}
body .tematica-recursos-humanos .page-testimonios .field-name-field-testimonio:after,
body a.tematica-recursos-humanos .page-testimonios .field-name-field-testimonio:after,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-testimonios .field-name-field-testimonio:after,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-testimonios .field-name-field-testimonio:after,
body .tematica-recursos-humanos .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-recursos-humanos .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-recursos-humanos .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-recursos-humanos .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-recursos-humanos .page-testimonios .media .media-body > a,
body a.tematica-recursos-humanos .page-testimonios .media .media-body > a,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-testimonios .media .media-body > a,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-testimonios .media .media-body > a {
  color: #ffb13c;
}
body .tematica-recursos-humanos .page-testimonios .media .media-body > a:hover,
body a.tematica-recursos-humanos .page-testimonios .media .media-body > a:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-testimonios .media .media-body > a:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-testimonios .media .media-body > a:hover {
  text-decoration: underline;
}
body .tematica-recursos-humanos .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-recursos-humanos .carreras-header-nav-pills .nav-pills > li a,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carreras-header-nav-pills .nav-pills > li a {
  background-color: #f99500;
  color: #fff;
}
body .tematica-recursos-humanos .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-recursos-humanos .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-recursos-humanos .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-recursos-humanos .carreras-header-nav-pills .nav-pills > li a:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carreras-header-nav-pills .nav-pills > li a:hover {
  background-color: #b66d00;
}
body .tematica-recursos-humanos .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-recursos-humanos .carreras-header-nav-pills .nav-pills > li a.active:before,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .carreras-header-nav-pills .nav-pills > li a.active:before {
  border-color: #b66d00 transparent transparent transparent;
}
body .tematica-recursos-humanos .card-wrapper .normal .inner,
body a.tematica-recursos-humanos .card-wrapper .normal .inner,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .card-wrapper .normal .inner,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .card-wrapper .normal .inner,
body .tematica-recursos-humanos.card-wrapper .normal .inner,
body a.tematica-recursos-humanos.card-wrapper .normal .inner,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9.card-wrapper .normal .inner,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9.card-wrapper .normal .inner {
  border-top: 5px solid #ffa41b;
  margin-top: -5px;
}
body .tematica-recursos-humanos .card-wrapper .hover .inner,
body a.tematica-recursos-humanos .card-wrapper .hover .inner,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .card-wrapper .hover .inner,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .card-wrapper .hover .inner,
body .tematica-recursos-humanos.card-wrapper .hover .inner,
body a.tematica-recursos-humanos.card-wrapper .hover .inner,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9.card-wrapper .hover .inner,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9.card-wrapper .hover .inner {
  background-color: rgba(255, 177, 60, 0.8);
  color: #ffffff;
}
body .tematica-recursos-humanos .card-wrapper .hover .inner .summary,
body a.tematica-recursos-humanos .card-wrapper .hover .inner .summary,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .card-wrapper .hover .inner .summary,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .card-wrapper .hover .inner .summary,
body .tematica-recursos-humanos.card-wrapper .hover .inner .summary,
body a.tematica-recursos-humanos.card-wrapper .hover .inner .summary,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9.card-wrapper .hover .inner .summary,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9.card-wrapper .hover .inner .summary {
  color: #ffffff;
}
body .tematica-recursos-humanos .card-wrapper .card5,
body a.tematica-recursos-humanos .card-wrapper .card5,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .card-wrapper .card5,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .card-wrapper .card5,
body .tematica-recursos-humanos.card-wrapper .card5,
body a.tematica-recursos-humanos.card-wrapper .card5,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9.card-wrapper .card5,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9.card-wrapper .card5 {
  background-color: rgba(255, 177, 60, 0.8);
  color: #ffffff;
}
body .tematica-recursos-humanos .vertical-highlighted .primary,
body a.tematica-recursos-humanos .vertical-highlighted .primary,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .vertical-highlighted .primary,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .vertical-highlighted .primary,
body .tematica-recursos-humanos .vertical-highlighted .secondary,
body a.tematica-recursos-humanos .vertical-highlighted .secondary,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .vertical-highlighted .secondary,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .vertical-highlighted .secondary,
body .tematica-recursos-humanos .vertical-highlighted .flexible,
body a.tematica-recursos-humanos .vertical-highlighted .flexible,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .vertical-highlighted .flexible,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .vertical-highlighted .flexible {
  border-color: #f99500;
}
body .tematica-recursos-humanos .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-recursos-humanos .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-recursos-humanos .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-recursos-humanos .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-recursos-humanos .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-recursos-humanos .vertical-highlighted .flexible .vertical-highlighted-body,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .vertical-highlighted .flexible .vertical-highlighted-body {
  border-color: #f99500;
}
body .tematica-recursos-humanos .tematica-sidemenu a,
body a.tematica-recursos-humanos .tematica-sidemenu a,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tematica-sidemenu a,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tematica-sidemenu a {
  background-color: #000;
}
body .tematica-recursos-humanos .tematica-sidemenu a:hover,
body a.tematica-recursos-humanos .tematica-sidemenu a:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tematica-sidemenu a:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tematica-sidemenu a:hover,
body .tematica-recursos-humanos .tematica-sidemenu a.active,
body a.tematica-recursos-humanos .tematica-sidemenu a.active,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tematica-sidemenu a.active,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tematica-sidemenu a.active {
  background-color: #ffb13c;
}
body .tematica-recursos-humanos .page-header-nav-pills h1,
body a.tematica-recursos-humanos .page-header-nav-pills h1,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-header-nav-pills h1,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-header-nav-pills h1,
body .tematica-recursos-humanos .page-header-nav-pills h2,
body a.tematica-recursos-humanos .page-header-nav-pills h2,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-header-nav-pills h2,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-header-nav-pills h2,
body .tematica-recursos-humanos .page-header-nav-pills h3,
body a.tematica-recursos-humanos .page-header-nav-pills h3,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-header-nav-pills h3,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-header-nav-pills h3 {
  color: #000000;
}
body .tematica-recursos-humanos .page-header-nav-pills h4,
body a.tematica-recursos-humanos .page-header-nav-pills h4,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-header-nav-pills h4,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-header-nav-pills h4,
body .tematica-recursos-humanos .page-header-nav-pills h5,
body a.tematica-recursos-humanos .page-header-nav-pills h5,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-header-nav-pills h5,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-header-nav-pills h5,
body .tematica-recursos-humanos .page-header-nav-pills h6,
body a.tematica-recursos-humanos .page-header-nav-pills h6,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-header-nav-pills h6,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-header-nav-pills h6,
body .tematica-recursos-humanos .page-header-nav-pills p,
body a.tematica-recursos-humanos .page-header-nav-pills p,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-header-nav-pills p,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-header-nav-pills p {
  color: #8a8b8c;
}
body .tematica-recursos-humanos .page-header-nav-pills .nav-pills > li a,
body a.tematica-recursos-humanos .page-header-nav-pills .nav-pills > li a,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-header-nav-pills .nav-pills > li a,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-header-nav-pills .nav-pills > li a {
  background-color: #ffb13c;
  color: #fff;
}
body .tematica-recursos-humanos .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-recursos-humanos .page-header-nav-pills .nav-pills > li a:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .page-header-nav-pills .nav-pills > li a:hover {
  background-color: #f99500;
}
body .tematica-recursos-humanos .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-recursos-humanos .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark {
  border-top-color: #f99500;
}
body .tematica-recursos-humanos .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-recursos-humanos .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark {
  border-right-color: #f99500;
}
body .tematica-recursos-humanos .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-recursos-humanos .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark {
  border-bottom-color: #f99500;
}
body .tematica-recursos-humanos .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-recursos-humanos .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark {
  border-left-color: #f99500;
}
body .tematica-recursos-humanos .tab-pills .nav-tabs > li,
body a.tematica-recursos-humanos .tab-pills .nav-tabs > li,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tab-pills .nav-tabs > li,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tab-pills .nav-tabs > li {
  background-color: #ffb13c;
}
body .tematica-recursos-humanos .tab-pills .nav-tabs > li a,
body a.tematica-recursos-humanos .tab-pills .nav-tabs > li a,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tab-pills .nav-tabs > li a,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tab-pills .nav-tabs > li a {
  color: #ffffff;
}
body .tematica-recursos-humanos .tab-pills .nav-tabs > li.active a,
body a.tematica-recursos-humanos .tab-pills .nav-tabs > li.active a,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tab-pills .nav-tabs > li.active a,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tab-pills .nav-tabs > li.active a,
body .tematica-recursos-humanos .tab-pills .nav-tabs > li a:hover,
body a.tematica-recursos-humanos .tab-pills .nav-tabs > li a:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tab-pills .nav-tabs > li a:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tab-pills .nav-tabs > li a:hover {
  background-color: #f99500;
}
body .tematica-recursos-humanos .tab-pills .tab-content,
body a.tematica-recursos-humanos .tab-pills .tab-content,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tab-pills .tab-content,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .tab-pills .tab-content {
  background-color: #eeeeee;
}
body .tematica-recursos-humanos .view .view-header h3::before,
body a.tematica-recursos-humanos .view .view-header h3::before,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view .view-header h3::before,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view .view-header h3::before,
body .tematica-recursos-humanos .view .view-content > h3::before,
body a.tematica-recursos-humanos .view .view-content > h3::before,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view .view-content > h3::before,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view .view-content > h3::before,
body .tematica-recursos-humanos .view .view-content .media .media-body .bottom::before,
body a.tematica-recursos-humanos .view .view-content .media .media-body .bottom::before,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view .view-content .media .media-body .bottom::before,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view .view-content .media .media-body .bottom::before,
body .tematica-recursos-humanos .view .view-content .media .media-heading a:hover,
body a.tematica-recursos-humanos .view .view-content .media .media-heading a:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view .view-content .media .media-heading a:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view .view-content .media .media-heading a:hover,
body .tematica-recursos-humanos .view .view-content .media .media-body .bottom a:hover,
body a.tematica-recursos-humanos .view .view-content .media .media-body .bottom a:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view .view-content .media .media-body .bottom a:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view .view-content .media .media-body .bottom a:hover {
  color: #ffb13c;
}
body .tematica-recursos-humanos .view .media .media-body .deeplink > a,
body a.tematica-recursos-humanos .view .media .media-body .deeplink > a,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view .media .media-body .deeplink > a,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view .media .media-body .deeplink > a {
  background-color: #ffb13c;
  color: #fff;
}
body .tematica-recursos-humanos .view .media .media-body .deeplink > a:hover,
body a.tematica-recursos-humanos .view .media .media-body .deeplink > a:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view .media .media-body .deeplink > a:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view .media .media-body .deeplink > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .tematica-recursos-humanos .bloques-container h4:before,
body a.tematica-recursos-humanos .bloques-container h4:before,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .bloques-container h4:before,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .bloques-container h4:before {
  color: #ffb13c;
}
body .tematica-recursos-humanos .social-links .field-item > a:hover .icon,
body a.tematica-recursos-humanos .social-links .field-item > a:hover .icon,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .social-links .field-item > a:hover .icon,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .social-links .field-item > a:hover .icon {
  color: #ffb13c;
}
body .tematica-recursos-humanos .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-recursos-humanos .outside-breadcrumb .breadcrumb > li + li:before,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .outside-breadcrumb .breadcrumb > li + li:before {
  color: #ffb13c;
}
body .tematica-recursos-humanos .role-menu,
body a.tematica-recursos-humanos .role-menu,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .role-menu,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .role-menu {
  background-color: #ffb13c;
}
body .tematica-recursos-humanos h2.slash:before,
body a.tematica-recursos-humanos h2.slash:before,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 h2.slash:before,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 h2.slash:before {
  border-bottom: 2px solid #ffb13c;
}
body .tematica-recursos-humanos .view-plan-de-estudios .view-content-footer:before,
body a.tematica-recursos-humanos .view-plan-de-estudios .view-content-footer:before,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view-plan-de-estudios .view-content-footer:before,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view-plan-de-estudios .view-content-footer:before {
  border-color: #ffb13c !important;
}
body .tematica-recursos-humanos .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-recursos-humanos .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-recursos-humanos .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-recursos-humanos .view-plan-de-estudios .view-content-footer .icon div,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view-plan-de-estudios .view-content-footer .icon div {
  background-color: #ffb13c !important;
}
body .tematica-recursos-humanos .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-recursos-humanos .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico {
  border-top: 5px solid #ffa41b;
}
body .tematica-recursos-humanos .custom-menu,
body a.tematica-recursos-humanos .custom-menu,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu {
  padding-left: 0px;
}
body .tematica-recursos-humanos .custom-menu a,
body a.tematica-recursos-humanos .custom-menu a,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a {
  color: #fff;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
body .tematica-recursos-humanos .custom-menu a:hover,
body a.tematica-recursos-humanos .custom-menu a:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a:hover {
  color: #fff;
}
body .tematica-recursos-humanos .custom-menu a:hover,
body a.tematica-recursos-humanos .custom-menu a:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a:hover,
body .tematica-recursos-humanos .custom-menu a:focus,
body a.tematica-recursos-humanos .custom-menu a:focus,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a:focus,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a:focus,
body .tematica-recursos-humanos .custom-menu a.focus,
body a.tematica-recursos-humanos .custom-menu a.focus,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.focus,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.focus,
body .tematica-recursos-humanos .custom-menu a:active,
body a.tematica-recursos-humanos .custom-menu a:active,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a:active,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a:active,
body .tematica-recursos-humanos .custom-menu a.active,
body a.tematica-recursos-humanos .custom-menu a.active,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.active,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-recursos-humanos .custom-menu a,
.open > .dropdown-togglebody a.tematica-recursos-humanos .custom-menu a,
.open > .dropdown-togglebody .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a,
.open > .dropdown-togglebody a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .tematica-recursos-humanos .custom-menu a:active,
body a.tematica-recursos-humanos .custom-menu a:active,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a:active,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a:active,
body .tematica-recursos-humanos .custom-menu a.active,
body a.tematica-recursos-humanos .custom-menu a.active,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.active,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-recursos-humanos .custom-menu a,
.open > .dropdown-togglebody a.tematica-recursos-humanos .custom-menu a,
.open > .dropdown-togglebody .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a,
.open > .dropdown-togglebody a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a {
  background-image: none;
}
body .tematica-recursos-humanos .custom-menu a.disabled,
body a.tematica-recursos-humanos .custom-menu a.disabled,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.disabled,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.disabled,
body .tematica-recursos-humanos .custom-menu a[disabled],
body a.tematica-recursos-humanos .custom-menu a[disabled],
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a[disabled],
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a[disabled],
fieldset[disabled] body .tematica-recursos-humanos .custom-menu a,
fieldset[disabled] body a.tematica-recursos-humanos .custom-menu a,
fieldset[disabled] body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a,
fieldset[disabled] body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a,
body .tematica-recursos-humanos .custom-menu a.disabled:hover,
body a.tematica-recursos-humanos .custom-menu a.disabled:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.disabled:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.disabled:hover,
body .tematica-recursos-humanos .custom-menu a[disabled]:hover,
body a.tematica-recursos-humanos .custom-menu a[disabled]:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a[disabled]:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a[disabled]:hover,
fieldset[disabled] body .tematica-recursos-humanos .custom-menu a:hover,
fieldset[disabled] body a.tematica-recursos-humanos .custom-menu a:hover,
fieldset[disabled] body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a:hover,
fieldset[disabled] body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a:hover,
body .tematica-recursos-humanos .custom-menu a.disabled:focus,
body a.tematica-recursos-humanos .custom-menu a.disabled:focus,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.disabled:focus,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.disabled:focus,
body .tematica-recursos-humanos .custom-menu a[disabled]:focus,
body a.tematica-recursos-humanos .custom-menu a[disabled]:focus,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a[disabled]:focus,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a[disabled]:focus,
fieldset[disabled] body .tematica-recursos-humanos .custom-menu a:focus,
fieldset[disabled] body a.tematica-recursos-humanos .custom-menu a:focus,
fieldset[disabled] body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a:focus,
fieldset[disabled] body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a:focus,
body .tematica-recursos-humanos .custom-menu a.disabled.focus,
body a.tematica-recursos-humanos .custom-menu a.disabled.focus,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.disabled.focus,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.disabled.focus,
body .tematica-recursos-humanos .custom-menu a[disabled].focus,
body a.tematica-recursos-humanos .custom-menu a[disabled].focus,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a[disabled].focus,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a[disabled].focus,
fieldset[disabled] body .tematica-recursos-humanos .custom-menu a.focus,
fieldset[disabled] body a.tematica-recursos-humanos .custom-menu a.focus,
fieldset[disabled] body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.focus,
fieldset[disabled] body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.focus,
body .tematica-recursos-humanos .custom-menu a.disabled:active,
body a.tematica-recursos-humanos .custom-menu a.disabled:active,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.disabled:active,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.disabled:active,
body .tematica-recursos-humanos .custom-menu a[disabled]:active,
body a.tematica-recursos-humanos .custom-menu a[disabled]:active,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a[disabled]:active,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a[disabled]:active,
fieldset[disabled] body .tematica-recursos-humanos .custom-menu a:active,
fieldset[disabled] body a.tematica-recursos-humanos .custom-menu a:active,
fieldset[disabled] body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a:active,
fieldset[disabled] body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a:active,
body .tematica-recursos-humanos .custom-menu a.disabled.active,
body a.tematica-recursos-humanos .custom-menu a.disabled.active,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.disabled.active,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.disabled.active,
body .tematica-recursos-humanos .custom-menu a[disabled].active,
body a.tematica-recursos-humanos .custom-menu a[disabled].active,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a[disabled].active,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a[disabled].active,
fieldset[disabled] body .tematica-recursos-humanos .custom-menu a.active,
fieldset[disabled] body a.tematica-recursos-humanos .custom-menu a.active,
fieldset[disabled] body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.active,
fieldset[disabled] body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
body .tematica-recursos-humanos .custom-menu a .badge,
body a.tematica-recursos-humanos .custom-menu a .badge,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a .badge,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
body .tematica-recursos-humanos .custom-menu ul,
body a.tematica-recursos-humanos .custom-menu ul,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul {
  padding-left: 0px;
}
body .tematica-recursos-humanos .custom-menu ul a,
body a.tematica-recursos-humanos .custom-menu ul a,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a {
  color: #eeeeee;
  background-color: #ffb13c;
  border-color: #ffb13c;
}
body .tematica-recursos-humanos .custom-menu ul a:hover,
body a.tematica-recursos-humanos .custom-menu ul a:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a:hover,
body .tematica-recursos-humanos .custom-menu ul a:focus,
body a.tematica-recursos-humanos .custom-menu ul a:focus,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a:focus,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a:focus,
body .tematica-recursos-humanos .custom-menu ul a.focus,
body a.tematica-recursos-humanos .custom-menu ul a.focus,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.focus,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.focus,
body .tematica-recursos-humanos .custom-menu ul a:active,
body a.tematica-recursos-humanos .custom-menu ul a:active,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a:active,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a:active,
body .tematica-recursos-humanos .custom-menu ul a.active,
body a.tematica-recursos-humanos .custom-menu ul a.active,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.active,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-recursos-humanos .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-recursos-humanos .custom-menu ul a,
.open > .dropdown-togglebody .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a {
  color: #eeeeee;
  background-color: #ff9d09;
  border-color: #fe9800;
}
body .tematica-recursos-humanos .custom-menu ul a:active,
body a.tematica-recursos-humanos .custom-menu ul a:active,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a:active,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a:active,
body .tematica-recursos-humanos .custom-menu ul a.active,
body a.tematica-recursos-humanos .custom-menu ul a.active,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.active,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-recursos-humanos .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-recursos-humanos .custom-menu ul a,
.open > .dropdown-togglebody .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a {
  background-image: none;
}
body .tematica-recursos-humanos .custom-menu ul a.disabled,
body a.tematica-recursos-humanos .custom-menu ul a.disabled,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.disabled,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.disabled,
body .tematica-recursos-humanos .custom-menu ul a[disabled],
body a.tematica-recursos-humanos .custom-menu ul a[disabled],
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a[disabled],
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a[disabled],
fieldset[disabled] body .tematica-recursos-humanos .custom-menu ul a,
fieldset[disabled] body a.tematica-recursos-humanos .custom-menu ul a,
fieldset[disabled] body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a,
fieldset[disabled] body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a,
body .tematica-recursos-humanos .custom-menu ul a.disabled:hover,
body a.tematica-recursos-humanos .custom-menu ul a.disabled:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.disabled:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.disabled:hover,
body .tematica-recursos-humanos .custom-menu ul a[disabled]:hover,
body a.tematica-recursos-humanos .custom-menu ul a[disabled]:hover,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a[disabled]:hover,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a[disabled]:hover,
fieldset[disabled] body .tematica-recursos-humanos .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-recursos-humanos .custom-menu ul a:hover,
fieldset[disabled] body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a:hover,
body .tematica-recursos-humanos .custom-menu ul a.disabled:focus,
body a.tematica-recursos-humanos .custom-menu ul a.disabled:focus,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.disabled:focus,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.disabled:focus,
body .tematica-recursos-humanos .custom-menu ul a[disabled]:focus,
body a.tematica-recursos-humanos .custom-menu ul a[disabled]:focus,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a[disabled]:focus,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a[disabled]:focus,
fieldset[disabled] body .tematica-recursos-humanos .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-recursos-humanos .custom-menu ul a:focus,
fieldset[disabled] body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a:focus,
body .tematica-recursos-humanos .custom-menu ul a.disabled.focus,
body a.tematica-recursos-humanos .custom-menu ul a.disabled.focus,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.disabled.focus,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.disabled.focus,
body .tematica-recursos-humanos .custom-menu ul a[disabled].focus,
body a.tematica-recursos-humanos .custom-menu ul a[disabled].focus,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a[disabled].focus,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a[disabled].focus,
fieldset[disabled] body .tematica-recursos-humanos .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-recursos-humanos .custom-menu ul a.focus,
fieldset[disabled] body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.focus,
body .tematica-recursos-humanos .custom-menu ul a.disabled:active,
body a.tematica-recursos-humanos .custom-menu ul a.disabled:active,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.disabled:active,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.disabled:active,
body .tematica-recursos-humanos .custom-menu ul a[disabled]:active,
body a.tematica-recursos-humanos .custom-menu ul a[disabled]:active,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a[disabled]:active,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a[disabled]:active,
fieldset[disabled] body .tematica-recursos-humanos .custom-menu ul a:active,
fieldset[disabled] body a.tematica-recursos-humanos .custom-menu ul a:active,
fieldset[disabled] body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a:active,
fieldset[disabled] body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a:active,
body .tematica-recursos-humanos .custom-menu ul a.disabled.active,
body a.tematica-recursos-humanos .custom-menu ul a.disabled.active,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.disabled.active,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.disabled.active,
body .tematica-recursos-humanos .custom-menu ul a[disabled].active,
body a.tematica-recursos-humanos .custom-menu ul a[disabled].active,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a[disabled].active,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a[disabled].active,
fieldset[disabled] body .tematica-recursos-humanos .custom-menu ul a.active,
fieldset[disabled] body a.tematica-recursos-humanos .custom-menu ul a.active,
fieldset[disabled] body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.active,
fieldset[disabled] body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a.active {
  background-color: #ffb13c;
  border-color: #ffb13c;
}
body .tematica-recursos-humanos .custom-menu ul a .badge,
body a.tematica-recursos-humanos .custom-menu ul a .badge,
body .tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a .badge,
body a.tematica-cba4848e-e10e-4f9d-a876-de22a186b8a9 .custom-menu ul a .badge {
  color: #ffb13c;
  background-color: #eeeeee;
}
body .tematica-relaciones-internacionales,
body a.tematica-relaciones-internacionales,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 {
  /*Plan de estudios specific */
}
body .tematica-relaciones-internacionales a,
body a.tematica-relaciones-internacionales a,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 a,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 a {
  color: #7b9923;
}
body .tematica-relaciones-internacionales a:hover,
body a.tematica-relaciones-internacionales a:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 a:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 a:hover {
  color: #506317;
}
body .tematica-relaciones-internacionales .btn,
body a.tematica-relaciones-internacionales .btn,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .btn,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .btn {
  color: #fff;
}
body .tematica-relaciones-internacionales .btn:hover,
body a.tematica-relaciones-internacionales .btn:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .btn:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .btn:hover {
  color: #fff;
}
body .tematica-relaciones-internacionales .jumbotron,
body a.tematica-relaciones-internacionales .jumbotron,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron {
  border-top: 5px solid #657e1d;
  background-color: rgba(123, 153, 35, 0.6);
}
body .tematica-relaciones-internacionales .jumbotron .btn,
body a.tematica-relaciones-internacionales .jumbotron .btn,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron .btn,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron .btn {
  background-color: #506317;
  color: #ffffff;
}
body .tematica-relaciones-internacionales .jumbotron .btn:hover,
body a.tematica-relaciones-internacionales .jumbotron .btn:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron .btn:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron .btn:hover {
  background-color: #a6cf2f;
}
body .tematica-relaciones-internacionales .jumbotron.white,
body a.tematica-relaciones-internacionales .jumbotron.white,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron.white,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron.white {
  background-color: rgba(255, 255, 255, 0.7);
}
body .tematica-relaciones-internacionales .jumbotron.white h1,
body a.tematica-relaciones-internacionales .jumbotron.white h1,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron.white h1,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron.white h1,
body .tematica-relaciones-internacionales .jumbotron.white h2,
body a.tematica-relaciones-internacionales .jumbotron.white h2,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron.white h2,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron.white h2,
body .tematica-relaciones-internacionales .jumbotron.white h3,
body a.tematica-relaciones-internacionales .jumbotron.white h3,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron.white h3,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron.white h3,
body .tematica-relaciones-internacionales .jumbotron.white h4,
body a.tematica-relaciones-internacionales .jumbotron.white h4,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron.white h4,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron.white h4,
body .tematica-relaciones-internacionales .jumbotron.white h5,
body a.tematica-relaciones-internacionales .jumbotron.white h5,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron.white h5,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron.white h5,
body .tematica-relaciones-internacionales .jumbotron.white h6,
body a.tematica-relaciones-internacionales .jumbotron.white h6,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron.white h6,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .jumbotron.white h6 {
  color: #000000;
}
body .tematica-relaciones-internacionales .media .btn-primary,
body a.tematica-relaciones-internacionales .media .btn-primary,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .media .btn-primary,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .media .btn-primary {
  background-color: #7b9923;
}
body .tematica-relaciones-internacionales .media .btn-primary:hover,
body a.tematica-relaciones-internacionales .media .btn-primary:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .media .btn-primary:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .media .btn-primary:hover {
  background-color: #a6cf2f;
}
body .tematica-relaciones-internacionales .media .media-heading:after,
body a.tematica-relaciones-internacionales .media .media-heading:after,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .media .media-heading:after,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .media .media-heading:after {
  border-color: #7b9923;
}
body .tematica-relaciones-internacionales .media.lightbg-bar,
body a.tematica-relaciones-internacionales .media.lightbg-bar,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .media.lightbg-bar,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .media.lightbg-bar {
  border-bottom: 3px solid #7b9923;
}
body .tematica-relaciones-internacionales .media.lightbg-bar .plus,
body a.tematica-relaciones-internacionales .media.lightbg-bar .plus,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .media.lightbg-bar .plus,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .media.lightbg-bar .plus {
  background-color: #7b9923;
}
body .tematica-relaciones-internacionales .media:hover .deeplink a i,
body a.tematica-relaciones-internacionales .media:hover .deeplink a i,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .media:hover .deeplink a i,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .media:hover .deeplink a i {
  color: #7b9923;
}
body .tematica-relaciones-internacionales .carousel-caption h1,
body a.tematica-relaciones-internacionales .carousel-caption h1,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carousel-caption h1,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carousel-caption h1,
body .tematica-relaciones-internacionales .carousel-caption h2,
body a.tematica-relaciones-internacionales .carousel-caption h2,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carousel-caption h2,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carousel-caption h2,
body .tematica-relaciones-internacionales .carousel-caption h3,
body a.tematica-relaciones-internacionales .carousel-caption h3,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carousel-caption h3,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carousel-caption h3,
body .tematica-relaciones-internacionales .carousel-caption h4,
body a.tematica-relaciones-internacionales .carousel-caption h4,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carousel-caption h4,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carousel-caption h4,
body .tematica-relaciones-internacionales .carousel-caption h5,
body a.tematica-relaciones-internacionales .carousel-caption h5,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carousel-caption h5,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carousel-caption h5,
body .tematica-relaciones-internacionales .carousel-caption h6,
body a.tematica-relaciones-internacionales .carousel-caption h6,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carousel-caption h6,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carousel-caption h6 {
  color: #000000;
}
body .tematica-relaciones-internacionales .background,
body a.tematica-relaciones-internacionales .background,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .background,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .background {
  background-color: #7b9923;
}
body .tematica-relaciones-internacionales .form-container,
body a.tematica-relaciones-internacionales .form-container,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .form-container,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .form-container {
  border-top: 5px solid #67801d;
}
body .tematica-relaciones-internacionales .form-container h2,
body a.tematica-relaciones-internacionales .form-container h2,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .form-container h2,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .form-container h2 {
  color: #7b9923;
}
body .tematica-relaciones-internacionales .form-container .btn-primary,
body a.tematica-relaciones-internacionales .form-container .btn-primary,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .form-container .btn-primary,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .form-container .btn-primary {
  background-color: #7b9923;
}
body .tematica-relaciones-internacionales .node-og-materia .field-type-file,
body a.tematica-relaciones-internacionales .node-og-materia .field-type-file,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-og-materia .field-type-file,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-og-materia .field-type-file {
  background-color: #7b9923 !important;
}
body .tematica-relaciones-internacionales .node-og-materia .field-type-text-with-summary:after,
body a.tematica-relaciones-internacionales .node-og-materia .field-type-text-with-summary:after,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-og-materia .field-type-text-with-summary:after,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-og-materia .field-type-text-with-summary:after {
  border-bottom: 2px solid #7b9923;
  color: #7b9923;
}
body .tematica-relaciones-internacionales .node-profesor .professor-card .info .body:before,
body a.tematica-relaciones-internacionales .node-profesor .professor-card .info .body:before,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-profesor .professor-card .info .body:before,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-profesor .professor-card .info .body:before,
body .tematica-relaciones-internacionales .node-profesor .professor-card .info a:hover,
body a.tematica-relaciones-internacionales .node-profesor .professor-card .info a:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-profesor .professor-card .info a:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-profesor .professor-card .info a:hover,
body .tematica-relaciones-internacionales .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-relaciones-internacionales .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-profesor .body-wrapper .field-type-file .field-item a:hover,
body .tematica-relaciones-internacionales .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-relaciones-internacionales .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-profesor .body-wrapper .field-type-entityreference .field-item a:hover,
body .tematica-relaciones-internacionales .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-relaciones-internacionales .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-profesor .body-wrapper .field-type-link-field .field-item a:hover {
  color: #7b9923;
}
body .tematica-relaciones-internacionales .node-profesor .body-wrapper .field-label:before,
body a.tematica-relaciones-internacionales .node-profesor .body-wrapper .field-label:before,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-profesor .body-wrapper .field-label:before,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-profesor .body-wrapper .field-label:before {
  border-top: 2px solid #7b9923;
}
body .tematica-relaciones-internacionales .node-webform .field-name-title h2,
body a.tematica-relaciones-internacionales .node-webform .field-name-title h2,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-webform .field-name-title h2,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-webform .field-name-title h2 {
  color: #7b9923;
}
body .tematica-relaciones-internacionales .node-webform .field-name-body .lead,
body a.tematica-relaciones-internacionales .node-webform .field-name-body .lead,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-webform .field-name-body .lead,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-webform .field-name-body .lead {
  color: #000000;
}
body .tematica-relaciones-internacionales .node-webform .field-name-body h3:before,
body a.tematica-relaciones-internacionales .node-webform .field-name-body h3:before,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-webform .field-name-body h3:before,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .node-webform .field-name-body h3:before {
  color: #7b9923;
}
body .tematica-relaciones-internacionales .page-testimonios .field-name-field-testimonio:after,
body a.tematica-relaciones-internacionales .page-testimonios .field-name-field-testimonio:after,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-testimonios .field-name-field-testimonio:after,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-testimonios .field-name-field-testimonio:after,
body .tematica-relaciones-internacionales .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-relaciones-internacionales .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-testimonios .media .media-body .field-name-field-resumen:after,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-testimonios .media .media-body .field-name-field-resumen:after,
body .tematica-relaciones-internacionales .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-relaciones-internacionales .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-testimonios .media .media-body .media-heading a:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-testimonios .media .media-body .media-heading a:hover,
body .tematica-relaciones-internacionales .page-testimonios .media .media-body > a,
body a.tematica-relaciones-internacionales .page-testimonios .media .media-body > a,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-testimonios .media .media-body > a,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-testimonios .media .media-body > a {
  color: #7b9923;
}
body .tematica-relaciones-internacionales .page-testimonios .media .media-body > a:hover,
body a.tematica-relaciones-internacionales .page-testimonios .media .media-body > a:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-testimonios .media .media-body > a:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-testimonios .media .media-body > a:hover {
  text-decoration: underline;
}
body .tematica-relaciones-internacionales .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-relaciones-internacionales .carreras-header-nav-pills .nav-pills > li a,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carreras-header-nav-pills .nav-pills > li a,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carreras-header-nav-pills .nav-pills > li a {
  background-color: #506317;
  color: #fff;
}
body .tematica-relaciones-internacionales .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-relaciones-internacionales .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carreras-header-nav-pills .nav-pills > li a.active,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carreras-header-nav-pills .nav-pills > li a.active,
body .tematica-relaciones-internacionales .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-relaciones-internacionales .carreras-header-nav-pills .nav-pills > li a:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carreras-header-nav-pills .nav-pills > li a:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carreras-header-nav-pills .nav-pills > li a:hover {
  background-color: #242d0a;
}
body .tematica-relaciones-internacionales .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-relaciones-internacionales .carreras-header-nav-pills .nav-pills > li a.active:before,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carreras-header-nav-pills .nav-pills > li a.active:before,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .carreras-header-nav-pills .nav-pills > li a.active:before {
  border-color: #242d0a transparent transparent transparent;
}
body .tematica-relaciones-internacionales .card-wrapper .normal .inner,
body a.tematica-relaciones-internacionales .card-wrapper .normal .inner,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .card-wrapper .normal .inner,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .card-wrapper .normal .inner,
body .tematica-relaciones-internacionales.card-wrapper .normal .inner,
body a.tematica-relaciones-internacionales.card-wrapper .normal .inner,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0.card-wrapper .normal .inner,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0.card-wrapper .normal .inner {
  border-top: 5px solid #657e1d;
  margin-top: -5px;
}
body .tematica-relaciones-internacionales .card-wrapper .hover .inner,
body a.tematica-relaciones-internacionales .card-wrapper .hover .inner,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .card-wrapper .hover .inner,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .card-wrapper .hover .inner,
body .tematica-relaciones-internacionales.card-wrapper .hover .inner,
body a.tematica-relaciones-internacionales.card-wrapper .hover .inner,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0.card-wrapper .hover .inner,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0.card-wrapper .hover .inner {
  background-color: rgba(123, 153, 35, 0.8);
  color: #ffffff;
}
body .tematica-relaciones-internacionales .card-wrapper .hover .inner .summary,
body a.tematica-relaciones-internacionales .card-wrapper .hover .inner .summary,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .card-wrapper .hover .inner .summary,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .card-wrapper .hover .inner .summary,
body .tematica-relaciones-internacionales.card-wrapper .hover .inner .summary,
body a.tematica-relaciones-internacionales.card-wrapper .hover .inner .summary,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0.card-wrapper .hover .inner .summary,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0.card-wrapper .hover .inner .summary {
  color: #ffffff;
}
body .tematica-relaciones-internacionales .card-wrapper .card5,
body a.tematica-relaciones-internacionales .card-wrapper .card5,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .card-wrapper .card5,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .card-wrapper .card5,
body .tematica-relaciones-internacionales.card-wrapper .card5,
body a.tematica-relaciones-internacionales.card-wrapper .card5,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0.card-wrapper .card5,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0.card-wrapper .card5 {
  background-color: rgba(123, 153, 35, 0.8);
  color: #ffffff;
}
body .tematica-relaciones-internacionales .vertical-highlighted .primary,
body a.tematica-relaciones-internacionales .vertical-highlighted .primary,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .vertical-highlighted .primary,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .vertical-highlighted .primary,
body .tematica-relaciones-internacionales .vertical-highlighted .secondary,
body a.tematica-relaciones-internacionales .vertical-highlighted .secondary,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .vertical-highlighted .secondary,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .vertical-highlighted .secondary,
body .tematica-relaciones-internacionales .vertical-highlighted .flexible,
body a.tematica-relaciones-internacionales .vertical-highlighted .flexible,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .vertical-highlighted .flexible,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .vertical-highlighted .flexible {
  border-color: #506317;
}
body .tematica-relaciones-internacionales .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-relaciones-internacionales .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .vertical-highlighted .primary .vertical-highlighted-body,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .vertical-highlighted .primary .vertical-highlighted-body,
body .tematica-relaciones-internacionales .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-relaciones-internacionales .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .vertical-highlighted .secondary .vertical-highlighted-body,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .vertical-highlighted .secondary .vertical-highlighted-body,
body .tematica-relaciones-internacionales .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-relaciones-internacionales .vertical-highlighted .flexible .vertical-highlighted-body,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .vertical-highlighted .flexible .vertical-highlighted-body,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .vertical-highlighted .flexible .vertical-highlighted-body {
  border-color: #506317;
}
body .tematica-relaciones-internacionales .tematica-sidemenu a,
body a.tematica-relaciones-internacionales .tematica-sidemenu a,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tematica-sidemenu a,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tematica-sidemenu a {
  background-color: #000;
}
body .tematica-relaciones-internacionales .tematica-sidemenu a:hover,
body a.tematica-relaciones-internacionales .tematica-sidemenu a:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tematica-sidemenu a:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tematica-sidemenu a:hover,
body .tematica-relaciones-internacionales .tematica-sidemenu a.active,
body a.tematica-relaciones-internacionales .tematica-sidemenu a.active,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tematica-sidemenu a.active,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tematica-sidemenu a.active {
  background-color: #7b9923;
}
body .tematica-relaciones-internacionales .page-header-nav-pills h1,
body a.tematica-relaciones-internacionales .page-header-nav-pills h1,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-header-nav-pills h1,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-header-nav-pills h1,
body .tematica-relaciones-internacionales .page-header-nav-pills h2,
body a.tematica-relaciones-internacionales .page-header-nav-pills h2,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-header-nav-pills h2,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-header-nav-pills h2,
body .tematica-relaciones-internacionales .page-header-nav-pills h3,
body a.tematica-relaciones-internacionales .page-header-nav-pills h3,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-header-nav-pills h3,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-header-nav-pills h3 {
  color: #000000;
}
body .tematica-relaciones-internacionales .page-header-nav-pills h4,
body a.tematica-relaciones-internacionales .page-header-nav-pills h4,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-header-nav-pills h4,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-header-nav-pills h4,
body .tematica-relaciones-internacionales .page-header-nav-pills h5,
body a.tematica-relaciones-internacionales .page-header-nav-pills h5,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-header-nav-pills h5,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-header-nav-pills h5,
body .tematica-relaciones-internacionales .page-header-nav-pills h6,
body a.tematica-relaciones-internacionales .page-header-nav-pills h6,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-header-nav-pills h6,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-header-nav-pills h6,
body .tematica-relaciones-internacionales .page-header-nav-pills p,
body a.tematica-relaciones-internacionales .page-header-nav-pills p,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-header-nav-pills p,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-header-nav-pills p {
  color: #8a8b8c;
}
body .tematica-relaciones-internacionales .page-header-nav-pills .nav-pills > li a,
body a.tematica-relaciones-internacionales .page-header-nav-pills .nav-pills > li a,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-header-nav-pills .nav-pills > li a,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-header-nav-pills .nav-pills > li a {
  background-color: #7b9923;
  color: #fff;
}
body .tematica-relaciones-internacionales .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-relaciones-internacionales .page-header-nav-pills .nav-pills > li a:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-header-nav-pills .nav-pills > li a:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .page-header-nav-pills .nav-pills > li a:hover {
  background-color: #506317;
}
body .tematica-relaciones-internacionales .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-relaciones-internacionales .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tab-pills.tab-pills-top .nav-tabs > li.active a .arrow-dark {
  border-top-color: #506317;
}
body .tematica-relaciones-internacionales .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-relaciones-internacionales .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tab-pills.tab-pills-right .nav-tabs > li.active a .arrow-dark {
  border-right-color: #506317;
}
body .tematica-relaciones-internacionales .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-relaciones-internacionales .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tab-pills.tab-pills-bottom .nav-tabs > li.active a .arrow-dark {
  border-bottom-color: #506317;
}
body .tematica-relaciones-internacionales .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-relaciones-internacionales .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tab-pills.tab-pills-left .nav-tabs > li.active a .arrow-dark {
  border-left-color: #506317;
}
body .tematica-relaciones-internacionales .tab-pills .nav-tabs > li,
body a.tematica-relaciones-internacionales .tab-pills .nav-tabs > li,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tab-pills .nav-tabs > li,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tab-pills .nav-tabs > li {
  background-color: #7b9923;
}
body .tematica-relaciones-internacionales .tab-pills .nav-tabs > li a,
body a.tematica-relaciones-internacionales .tab-pills .nav-tabs > li a,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tab-pills .nav-tabs > li a,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tab-pills .nav-tabs > li a {
  color: #ffffff;
}
body .tematica-relaciones-internacionales .tab-pills .nav-tabs > li.active a,
body a.tematica-relaciones-internacionales .tab-pills .nav-tabs > li.active a,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tab-pills .nav-tabs > li.active a,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tab-pills .nav-tabs > li.active a,
body .tematica-relaciones-internacionales .tab-pills .nav-tabs > li a:hover,
body a.tematica-relaciones-internacionales .tab-pills .nav-tabs > li a:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tab-pills .nav-tabs > li a:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tab-pills .nav-tabs > li a:hover {
  background-color: #506317;
}
body .tematica-relaciones-internacionales .tab-pills .tab-content,
body a.tematica-relaciones-internacionales .tab-pills .tab-content,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tab-pills .tab-content,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .tab-pills .tab-content {
  background-color: #eeeeee;
}
body .tematica-relaciones-internacionales .view .view-header h3::before,
body a.tematica-relaciones-internacionales .view .view-header h3::before,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view .view-header h3::before,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view .view-header h3::before,
body .tematica-relaciones-internacionales .view .view-content > h3::before,
body a.tematica-relaciones-internacionales .view .view-content > h3::before,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view .view-content > h3::before,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view .view-content > h3::before,
body .tematica-relaciones-internacionales .view .view-content .media .media-body .bottom::before,
body a.tematica-relaciones-internacionales .view .view-content .media .media-body .bottom::before,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view .view-content .media .media-body .bottom::before,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view .view-content .media .media-body .bottom::before,
body .tematica-relaciones-internacionales .view .view-content .media .media-heading a:hover,
body a.tematica-relaciones-internacionales .view .view-content .media .media-heading a:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view .view-content .media .media-heading a:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view .view-content .media .media-heading a:hover,
body .tematica-relaciones-internacionales .view .view-content .media .media-body .bottom a:hover,
body a.tematica-relaciones-internacionales .view .view-content .media .media-body .bottom a:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view .view-content .media .media-body .bottom a:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view .view-content .media .media-body .bottom a:hover {
  color: #7b9923;
}
body .tematica-relaciones-internacionales .view .media .media-body .deeplink > a,
body a.tematica-relaciones-internacionales .view .media .media-body .deeplink > a,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view .media .media-body .deeplink > a,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view .media .media-body .deeplink > a {
  background-color: #7b9923;
  color: #fff;
}
body .tematica-relaciones-internacionales .view .media .media-body .deeplink > a:hover,
body a.tematica-relaciones-internacionales .view .media .media-body .deeplink > a:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view .media .media-body .deeplink > a:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view .media .media-body .deeplink > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .tematica-relaciones-internacionales .bloques-container h4:before,
body a.tematica-relaciones-internacionales .bloques-container h4:before,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .bloques-container h4:before,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .bloques-container h4:before {
  color: #7b9923;
}
body .tematica-relaciones-internacionales .social-links .field-item > a:hover .icon,
body a.tematica-relaciones-internacionales .social-links .field-item > a:hover .icon,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .social-links .field-item > a:hover .icon,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .social-links .field-item > a:hover .icon {
  color: #7b9923;
}
body .tematica-relaciones-internacionales .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-relaciones-internacionales .outside-breadcrumb .breadcrumb > li + li:before,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .outside-breadcrumb .breadcrumb > li + li:before,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .outside-breadcrumb .breadcrumb > li + li:before {
  color: #7b9923;
}
body .tematica-relaciones-internacionales .role-menu,
body a.tematica-relaciones-internacionales .role-menu,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .role-menu,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .role-menu {
  background-color: #7b9923;
}
body .tematica-relaciones-internacionales h2.slash:before,
body a.tematica-relaciones-internacionales h2.slash:before,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 h2.slash:before,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 h2.slash:before {
  border-bottom: 2px solid #7b9923;
}
body .tematica-relaciones-internacionales .view-plan-de-estudios .view-content-footer:before,
body a.tematica-relaciones-internacionales .view-plan-de-estudios .view-content-footer:before,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view-plan-de-estudios .view-content-footer:before,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view-plan-de-estudios .view-content-footer:before {
  border-color: #7b9923 !important;
}
body .tematica-relaciones-internacionales .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-relaciones-internacionales .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-relaciones-internacionales .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-relaciones-internacionales .view-plan-de-estudios .view-content-footer .icon div,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view-plan-de-estudios .view-content-footer .icon div,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view-plan-de-estudios .view-content-footer .icon div {
  background-color: #7b9923 !important;
}
body .tematica-relaciones-internacionales .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-relaciones-internacionales .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .view-plan-de-estudios .view-content-footer .field-name-field-titulo-academico {
  border-top: 5px solid #657e1d;
}
body .tematica-relaciones-internacionales .custom-menu,
body a.tematica-relaciones-internacionales .custom-menu,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu {
  padding-left: 0px;
}
body .tematica-relaciones-internacionales .custom-menu a,
body a.tematica-relaciones-internacionales .custom-menu a,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a {
  color: #fff;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
body .tematica-relaciones-internacionales .custom-menu a:hover,
body a.tematica-relaciones-internacionales .custom-menu a:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a:hover {
  color: #fff;
}
body .tematica-relaciones-internacionales .custom-menu a:hover,
body a.tematica-relaciones-internacionales .custom-menu a:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a:hover,
body .tematica-relaciones-internacionales .custom-menu a:focus,
body a.tematica-relaciones-internacionales .custom-menu a:focus,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a:focus,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a:focus,
body .tematica-relaciones-internacionales .custom-menu a.focus,
body a.tematica-relaciones-internacionales .custom-menu a.focus,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.focus,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.focus,
body .tematica-relaciones-internacionales .custom-menu a:active,
body a.tematica-relaciones-internacionales .custom-menu a:active,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a:active,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a:active,
body .tematica-relaciones-internacionales .custom-menu a.active,
body a.tematica-relaciones-internacionales .custom-menu a.active,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.active,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-relaciones-internacionales .custom-menu a,
.open > .dropdown-togglebody a.tematica-relaciones-internacionales .custom-menu a,
.open > .dropdown-togglebody .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a,
.open > .dropdown-togglebody a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .tematica-relaciones-internacionales .custom-menu a:active,
body a.tematica-relaciones-internacionales .custom-menu a:active,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a:active,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a:active,
body .tematica-relaciones-internacionales .custom-menu a.active,
body a.tematica-relaciones-internacionales .custom-menu a.active,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.active,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.active,
.open > .dropdown-togglebody .tematica-relaciones-internacionales .custom-menu a,
.open > .dropdown-togglebody a.tematica-relaciones-internacionales .custom-menu a,
.open > .dropdown-togglebody .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a,
.open > .dropdown-togglebody a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a {
  background-image: none;
}
body .tematica-relaciones-internacionales .custom-menu a.disabled,
body a.tematica-relaciones-internacionales .custom-menu a.disabled,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.disabled,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.disabled,
body .tematica-relaciones-internacionales .custom-menu a[disabled],
body a.tematica-relaciones-internacionales .custom-menu a[disabled],
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a[disabled],
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a[disabled],
fieldset[disabled] body .tematica-relaciones-internacionales .custom-menu a,
fieldset[disabled] body a.tematica-relaciones-internacionales .custom-menu a,
fieldset[disabled] body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a,
fieldset[disabled] body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a,
body .tematica-relaciones-internacionales .custom-menu a.disabled:hover,
body a.tematica-relaciones-internacionales .custom-menu a.disabled:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.disabled:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.disabled:hover,
body .tematica-relaciones-internacionales .custom-menu a[disabled]:hover,
body a.tematica-relaciones-internacionales .custom-menu a[disabled]:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a[disabled]:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a[disabled]:hover,
fieldset[disabled] body .tematica-relaciones-internacionales .custom-menu a:hover,
fieldset[disabled] body a.tematica-relaciones-internacionales .custom-menu a:hover,
fieldset[disabled] body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a:hover,
fieldset[disabled] body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a:hover,
body .tematica-relaciones-internacionales .custom-menu a.disabled:focus,
body a.tematica-relaciones-internacionales .custom-menu a.disabled:focus,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.disabled:focus,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.disabled:focus,
body .tematica-relaciones-internacionales .custom-menu a[disabled]:focus,
body a.tematica-relaciones-internacionales .custom-menu a[disabled]:focus,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a[disabled]:focus,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a[disabled]:focus,
fieldset[disabled] body .tematica-relaciones-internacionales .custom-menu a:focus,
fieldset[disabled] body a.tematica-relaciones-internacionales .custom-menu a:focus,
fieldset[disabled] body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a:focus,
fieldset[disabled] body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a:focus,
body .tematica-relaciones-internacionales .custom-menu a.disabled.focus,
body a.tematica-relaciones-internacionales .custom-menu a.disabled.focus,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.disabled.focus,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.disabled.focus,
body .tematica-relaciones-internacionales .custom-menu a[disabled].focus,
body a.tematica-relaciones-internacionales .custom-menu a[disabled].focus,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a[disabled].focus,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a[disabled].focus,
fieldset[disabled] body .tematica-relaciones-internacionales .custom-menu a.focus,
fieldset[disabled] body a.tematica-relaciones-internacionales .custom-menu a.focus,
fieldset[disabled] body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.focus,
fieldset[disabled] body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.focus,
body .tematica-relaciones-internacionales .custom-menu a.disabled:active,
body a.tematica-relaciones-internacionales .custom-menu a.disabled:active,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.disabled:active,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.disabled:active,
body .tematica-relaciones-internacionales .custom-menu a[disabled]:active,
body a.tematica-relaciones-internacionales .custom-menu a[disabled]:active,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a[disabled]:active,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a[disabled]:active,
fieldset[disabled] body .tematica-relaciones-internacionales .custom-menu a:active,
fieldset[disabled] body a.tematica-relaciones-internacionales .custom-menu a:active,
fieldset[disabled] body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a:active,
fieldset[disabled] body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a:active,
body .tematica-relaciones-internacionales .custom-menu a.disabled.active,
body a.tematica-relaciones-internacionales .custom-menu a.disabled.active,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.disabled.active,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.disabled.active,
body .tematica-relaciones-internacionales .custom-menu a[disabled].active,
body a.tematica-relaciones-internacionales .custom-menu a[disabled].active,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a[disabled].active,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a[disabled].active,
fieldset[disabled] body .tematica-relaciones-internacionales .custom-menu a.active,
fieldset[disabled] body a.tematica-relaciones-internacionales .custom-menu a.active,
fieldset[disabled] body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.active,
fieldset[disabled] body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
body .tematica-relaciones-internacionales .custom-menu a .badge,
body a.tematica-relaciones-internacionales .custom-menu a .badge,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a .badge,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu a .badge {
  color: #ffffff;
  background-color: #333333;
}
body .tematica-relaciones-internacionales .custom-menu ul,
body a.tematica-relaciones-internacionales .custom-menu ul,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul {
  padding-left: 0px;
}
body .tematica-relaciones-internacionales .custom-menu ul a,
body a.tematica-relaciones-internacionales .custom-menu ul a,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a {
  color: #eeeeee;
  background-color: #7b9923;
  border-color: #7b9923;
}
body .tematica-relaciones-internacionales .custom-menu ul a:hover,
body a.tematica-relaciones-internacionales .custom-menu ul a:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a:hover,
body .tematica-relaciones-internacionales .custom-menu ul a:focus,
body a.tematica-relaciones-internacionales .custom-menu ul a:focus,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a:focus,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a:focus,
body .tematica-relaciones-internacionales .custom-menu ul a.focus,
body a.tematica-relaciones-internacionales .custom-menu ul a.focus,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.focus,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.focus,
body .tematica-relaciones-internacionales .custom-menu ul a:active,
body a.tematica-relaciones-internacionales .custom-menu ul a:active,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a:active,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a:active,
body .tematica-relaciones-internacionales .custom-menu ul a.active,
body a.tematica-relaciones-internacionales .custom-menu ul a.active,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.active,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-relaciones-internacionales .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-relaciones-internacionales .custom-menu ul a,
.open > .dropdown-togglebody .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a {
  color: #eeeeee;
  background-color: #5a6f1a;
  border-color: #536718;
}
body .tematica-relaciones-internacionales .custom-menu ul a:active,
body a.tematica-relaciones-internacionales .custom-menu ul a:active,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a:active,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a:active,
body .tematica-relaciones-internacionales .custom-menu ul a.active,
body a.tematica-relaciones-internacionales .custom-menu ul a.active,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.active,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.active,
.open > .dropdown-togglebody .tematica-relaciones-internacionales .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-relaciones-internacionales .custom-menu ul a,
.open > .dropdown-togglebody .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a,
.open > .dropdown-togglebody a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a {
  background-image: none;
}
body .tematica-relaciones-internacionales .custom-menu ul a.disabled,
body a.tematica-relaciones-internacionales .custom-menu ul a.disabled,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.disabled,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.disabled,
body .tematica-relaciones-internacionales .custom-menu ul a[disabled],
body a.tematica-relaciones-internacionales .custom-menu ul a[disabled],
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a[disabled],
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a[disabled],
fieldset[disabled] body .tematica-relaciones-internacionales .custom-menu ul a,
fieldset[disabled] body a.tematica-relaciones-internacionales .custom-menu ul a,
fieldset[disabled] body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a,
fieldset[disabled] body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a,
body .tematica-relaciones-internacionales .custom-menu ul a.disabled:hover,
body a.tematica-relaciones-internacionales .custom-menu ul a.disabled:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.disabled:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.disabled:hover,
body .tematica-relaciones-internacionales .custom-menu ul a[disabled]:hover,
body a.tematica-relaciones-internacionales .custom-menu ul a[disabled]:hover,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a[disabled]:hover,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a[disabled]:hover,
fieldset[disabled] body .tematica-relaciones-internacionales .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-relaciones-internacionales .custom-menu ul a:hover,
fieldset[disabled] body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a:hover,
fieldset[disabled] body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a:hover,
body .tematica-relaciones-internacionales .custom-menu ul a.disabled:focus,
body a.tematica-relaciones-internacionales .custom-menu ul a.disabled:focus,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.disabled:focus,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.disabled:focus,
body .tematica-relaciones-internacionales .custom-menu ul a[disabled]:focus,
body a.tematica-relaciones-internacionales .custom-menu ul a[disabled]:focus,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a[disabled]:focus,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a[disabled]:focus,
fieldset[disabled] body .tematica-relaciones-internacionales .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-relaciones-internacionales .custom-menu ul a:focus,
fieldset[disabled] body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a:focus,
fieldset[disabled] body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a:focus,
body .tematica-relaciones-internacionales .custom-menu ul a.disabled.focus,
body a.tematica-relaciones-internacionales .custom-menu ul a.disabled.focus,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.disabled.focus,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.disabled.focus,
body .tematica-relaciones-internacionales .custom-menu ul a[disabled].focus,
body a.tematica-relaciones-internacionales .custom-menu ul a[disabled].focus,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a[disabled].focus,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a[disabled].focus,
fieldset[disabled] body .tematica-relaciones-internacionales .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-relaciones-internacionales .custom-menu ul a.focus,
fieldset[disabled] body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.focus,
fieldset[disabled] body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.focus,
body .tematica-relaciones-internacionales .custom-menu ul a.disabled:active,
body a.tematica-relaciones-internacionales .custom-menu ul a.disabled:active,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.disabled:active,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.disabled:active,
body .tematica-relaciones-internacionales .custom-menu ul a[disabled]:active,
body a.tematica-relaciones-internacionales .custom-menu ul a[disabled]:active,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a[disabled]:active,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a[disabled]:active,
fieldset[disabled] body .tematica-relaciones-internacionales .custom-menu ul a:active,
fieldset[disabled] body a.tematica-relaciones-internacionales .custom-menu ul a:active,
fieldset[disabled] body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a:active,
fieldset[disabled] body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a:active,
body .tematica-relaciones-internacionales .custom-menu ul a.disabled.active,
body a.tematica-relaciones-internacionales .custom-menu ul a.disabled.active,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.disabled.active,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.disabled.active,
body .tematica-relaciones-internacionales .custom-menu ul a[disabled].active,
body a.tematica-relaciones-internacionales .custom-menu ul a[disabled].active,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a[disabled].active,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a[disabled].active,
fieldset[disabled] body .tematica-relaciones-internacionales .custom-menu ul a.active,
fieldset[disabled] body a.tematica-relaciones-internacionales .custom-menu ul a.active,
fieldset[disabled] body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.active,
fieldset[disabled] body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a.active {
  background-color: #7b9923;
  border-color: #7b9923;
}
body .tematica-relaciones-internacionales .custom-menu ul a .badge,
body a.tematica-relaciones-internacionales .custom-menu ul a .badge,
body .tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a .badge,
body a.tematica-ab639623-e2a3-4c2c-84ef-a84e8783eca0 .custom-menu ul a .badge {
  color: #7b9923;
  background-color: #eeeeee;
}
.graduados-header-nav-pills .nav > li > a[data-term="emprendedores"] {
  background-color: #882869;
  color: #fff;
}
.graduados-header-nav-pills .nav > li > a[data-term="emprendedores"].active,
.graduados-header-nav-pills .nav > li > a[data-term="emprendedores"]:hover {
  background-color: #e6e6e6;
  color: #565656;
}
.graduados-header-nav-pills .nav > li > a[data-term="emprendedores"].active:before {
  border-color: #491538 transparent transparent transparent;
}
.graduados-header-nav-pills .nav > li > a[data-term="mundo-empresario"] {
  background-color: #0c9041;
  color: #fff;
}
.graduados-header-nav-pills .nav > li > a[data-term="mundo-empresario"].active,
.graduados-header-nav-pills .nav > li > a[data-term="mundo-empresario"]:hover {
  background-color: #e6e6e6;
  color: #565656;
}
.graduados-header-nav-pills .nav > li > a[data-term="mundo-empresario"].active:before {
  border-color: #06451f transparent transparent transparent;
}
.graduados-header-nav-pills .nav > li > a[data-term="academicos"] {
  background-color: #005ea0;
  color: #fff;
}
.graduados-header-nav-pills .nav > li > a[data-term="academicos"].active,
.graduados-header-nav-pills .nav > li > a[data-term="academicos"]:hover {
  background-color: #e6e6e6;
  color: #565656;
}
.graduados-header-nav-pills .nav > li > a[data-term="academicos"].active:before {
  border-color: #002e4e transparent transparent transparent;
}
.graduados-header-nav-pills .nav > li > a[data-term="innovacion-social"] {
  background-color: #5927a1;
  color: #fff;
}
.graduados-header-nav-pills .nav > li > a[data-term="innovacion-social"].active,
.graduados-header-nav-pills .nav > li > a[data-term="innovacion-social"]:hover {
  background-color: #e6e6e6;
  color: #565656;
}
.graduados-header-nav-pills .nav > li > a[data-term="innovacion-social"].active:before {
  border-color: #35175f transparent transparent transparent;
}
.graduados-header-nav-pills .nav > li > a[data-term="organismos-internacionales"] {
  background-color: #7b9923;
  color: #fff;
}
.graduados-header-nav-pills .nav > li > a[data-term="organismos-internacionales"].active,
.graduados-header-nav-pills .nav > li > a[data-term="organismos-internacionales"]:hover {
  background-color: #e6e6e6;
  color: #565656;
}
.graduados-header-nav-pills .nav > li > a[data-term="organismos-internacionales"].active:before {
  border-color: #465714 transparent transparent transparent;
}
.graduados-header-nav-pills .nav > li > a[data-term="politica"] {
  background-color: #009a97;
  color: #fff;
}
.graduados-header-nav-pills .nav > li > a[data-term="politica"].active,
.graduados-header-nav-pills .nav > li > a[data-term="politica"]:hover {
  background-color: #e6e6e6;
  color: #565656;
}
.graduados-header-nav-pills .nav > li > a[data-term="politica"].active:before {
  border-color: #004847 transparent transparent transparent;
}
.graduados-header-nav-pills .nav > li > a[data-term="estrategia"] {
  background-color: #ffb13c;
  color: #fff;
}
.graduados-header-nav-pills .nav > li > a[data-term="estrategia"].active,
.graduados-header-nav-pills .nav > li > a[data-term="estrategia"]:hover {
  background-color: #e6e6e6;
  color: #565656;
}
.graduados-header-nav-pills .nav > li > a[data-term="estrategia"].active:before {
  border-color: #e98c00 transparent transparent transparent;
}
.graduados-header-nav-pills .nav > li > a[data-term="trayectoria-deportiva"] {
  background-color: #ff3e24;
  color: #fff;
}
.graduados-header-nav-pills .nav > li > a[data-term="trayectoria-deportiva"].active,
.graduados-header-nav-pills .nav > li > a[data-term="trayectoria-deportiva"]:hover {
  background-color: #e6e6e6;
  color: #565656;
}
.graduados-header-nav-pills .nav > li > a[data-term="trayectoria-deportiva"].active:before {
  border-color: #d11900 transparent transparent transparent;
}
.graduados-header-nav-pills .nav > li > a[data-term="moda"] {
  background-color: #ff7727;
  color: #fff;
}
.graduados-header-nav-pills .nav > li > a[data-term="moda"].active,
.graduados-header-nav-pills .nav > li > a[data-term="moda"]:hover {
  background-color: #e6e6e6;
  color: #565656;
}
.graduados-header-nav-pills .nav > li > a[data-term="moda"].active:before {
  border-color: #d44f00 transparent transparent transparent;
}
.graduados-header-nav-pills .nav > li > a[data-term="desempeno-artistico"] {
  background-color: #0099fc;
  color: #fff;
}
.graduados-header-nav-pills .nav > li > a[data-term="desempeno-artistico"].active,
.graduados-header-nav-pills .nav > li > a[data-term="desempeno-artistico"]:hover {
  background-color: #e6e6e6;
  color: #565656;
}
.graduados-header-nav-pills .nav > li > a[data-term="desempeno-artistico"].active:before {
  border-color: #0067aa transparent transparent transparent;
}
.graduados-header-nav-pills .nav > li > a[data-term="finanzas"] {
  background-color: #5185ae;
  color: #fff;
}
.graduados-header-nav-pills .nav > li > a[data-term="finanzas"].active,
.graduados-header-nav-pills .nav > li > a[data-term="finanzas"]:hover {
  background-color: #e6e6e6;
  color: #565656;
}
.graduados-header-nav-pills .nav > li > a[data-term="finanzas"].active:before {
  border-color: #375a76 transparent transparent transparent;
}
.graduados-header-nav-pills .nav > li > a[data-term="medios"] {
  background-color: #df002d;
  color: #fff;
}
.graduados-header-nav-pills .nav > li > a[data-term="medios"].active,
.graduados-header-nav-pills .nav > li > a[data-term="medios"]:hover {
  background-color: #e6e6e6;
  color: #565656;
}
.graduados-header-nav-pills .nav > li > a[data-term="medios"].active:before {
  border-color: #8d001d transparent transparent transparent;
}
.graduados-header-nav-pills .nav > li > a[data-term="juridicos"] {
  background-color: #00a662;
  color: #fff;
}
.graduados-header-nav-pills .nav > li > a[data-term="juridicos"].active,
.graduados-header-nav-pills .nav > li > a[data-term="juridicos"]:hover {
  background-color: #e6e6e6;
  color: #565656;
}
.graduados-header-nav-pills .nav > li > a[data-term="juridicos"].active:before {
  border-color: #005432 transparent transparent transparent;
}
.profesores-header-nav-pills .nav > li > a {
  background-color: #e6e6e6;
  color: #565656;
}
.profesores-header-nav-pills .nav > li > a.active,
.profesores-header-nav-pills .nav > li > a:hover {
  background-color: #313131;
  color: #e6e6e6;
}
.profesores-header-nav-pills .nav > li > a.active:before {
  border-color: #bdbdbd transparent transparent transparent;
}
/** Icons */
.item-abogacia .icon {
  background-image: url('../images/icon-abogacia.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.item-administracion-de-empresas .icon {
  background-image: url('../images/icon-administracion-de-empresas.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.item-ciencia-politica .icon {
  background-image: url('../images/icon-ciencia-politica.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.item-ciencias-de-la-educacion .icon {
  background-image: url('../images/icon-ciencias-de-la-educacion.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.item-comunicacion .icon {
  background-image: url('../images/icon-comunicacion.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.item-contador-publico .icon {
  background-image: url('../images/icon-contador-publico.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.item-cconomia .icon {
  background-image: url('../images/icon-cconomia.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.item-extension .icon {
  background-image: url('../images/icon-extension.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.item-finanzas .icon {
  background-image: url('../images/icon-finanzas.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.item-grado .icon {
  background-image: url('../images/icon-grado.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.item-humanidades .icon {
  background-image: url('../images/icon-humanidades.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.item-marketing .icon {
  background-image: url('../images/icon-marketing.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.item-por-que-udesa .icon {
  background-image: url('../images/icon-por-que-udesa.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.item-postgrado .icon {
  background-image: url('../images/icon-postgrado.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.item-programas-ejecutivos .icon {
  background-image: url('../images/icon-programas-ejecutivos.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.item-recursos-humanos .icon {
  background-image: url('../images/icon-recursos-humanos.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.item-relaciones-internacionales .icon {
  background-image: url('../images/icon-relaciones-internacionales.png');
  background-position: center center;
  background-repeat: no-repeat;
}
