@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.element-invisible, .buscador, .login-correo, .login-unet {
  display: none;
}

header {
  background-color: #D2A92D;
}

.logo-busqueda {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.logo-busqueda::before, .logo-busqueda::after {
  display: table;
  content: ' ';
}

.logo-busqueda::after {
  clear: both;
}

.logo-busqueda .logo {
  width: 58.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding: 0 0.625rem 0 0;
}

.logo-busqueda .buscador-idioma-correo {
  width: 41.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  color: #18386b;
  text-align: right;
  margin-top: 20px;
}

@media print, screen and (min-width: 40em) {
  .logo-busqueda .buscador-idioma-correo {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/*.logo-busqueda
{
     @include grid-row;

     .logo{
         @include grid-column(7);
     }
     .buscador-idioma-correo
     {
          @include grid-column(5);
          color: $azul-base;
          text-align: right;
          margin-top: 20px;
     }
} */
.banderas a {
  color: #f3f3f3;
}

.icono {
  font-size: 25px;
  cursor: pointer;
}

a.nturl:after {
  position: absolute;
  content: '';
  height: 20px;
  border: solid 1px #18386b;
  top: -3px;
  right: -6px;
}

a.nturl:last-child:after {
  border: none;
}

a.flag {
  position: relative;
  color: #18386b;
  padding-left: 5px;
}

.contenedor {
  color: #333;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.contenedor::before, .contenedor::after {
  display: table;
  content: ' ';
}

.contenedor::after {
  clear: both;
}

.iconos {
  width: 33.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  float: right;
}

.desplegables {
  width: 66.66667%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.formulario {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.formulario::before, .formulario::after {
  display: table;
  content: ' ';
}

.formulario::after {
  clear: both;
}

.form-passwd, .form-usuario {
  width: 41.66667%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.btn-submit {
  width: 16.66667%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.option {
  position: relative;
}

.form-usuario {
  padding-right: 10px;
}

.icon-search, .icon-mail {
  font-size: 25px;
  cursor: pointer;
}

nav {
  background-color: #18386b;
}

nav #menu-principal {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

nav #menu-principal::before, nav #menu-principal::after {
  display: table;
  content: ' ';
}

nav #menu-principal::after {
  clear: both;
}

nav a {
  color: #f3f3f3;
  text-transform: uppercase;
}

.title-bar-title {
  display: inline-block;
  color: #f3f3f3;
}

button.menu-icono {
  font-size: 30px;
  border: solid 1px #f3f3f3;
  border-radius: 5px;
  color: #f3f3f3;
  margin: 5px;
}

.menu > li > a:hover {
  color: #D2A92D;
}

.menu > li.active > a:hover {
  color: #18386b;
}

.login_correo {
  width: 66.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  float: right;
}

.section-fields {
  margin-top: 2rem;
}



li.field-entry.galeria-de-imagenes ul {
  list-style: none;
  display: flex;
  gap: 15px;
}

ul.section-fields-container li {
  padding-bottom: 1rem;
}

.container.section-fields >ul li {
  margin-bottom: 1rem;
}

span.field-label {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
li.field-entry.galeria-de-imagenes img {
  cursor: pointer;
  border: solid 1px #a1a1a1;
  border-radius: 5px;
  padding: 5px;
}


@media print, screen and (min-width: 40em) {
  .login_correo {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

ul.logos li {
  display: inline-block;
  padding: 24px;
}

footer {
  background-color: #18386b;
  border-bottom: #D2A92D solid 18px;
  color: #f3f3f3;
  padding-top: 25px;
}

footer p {
  color: #f3f3f3;
}

.menu-footer {
  width: 75%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 1rem;
}

.logo-footer {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .logo-footer {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

ul.nav-footer {
  margin-left: 0;
}

ul.nav-footer li {
  display: inline-block;
  padding-right: 15px;
}

ul.nav-footer a {
  color: #f3f3f3;
}

ul.nav-footer a:hover {
  text-decoration: underline;
}

.unach {
  width: 66.66667%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin-top: 1rem;
}

.redes {
  width: 16.66667%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

ul#redessociales {
  margin-left: 0;
}

ul#redessociales li {
  display: inline-block;
  float: right;
  padding: 10px  10px 0px 0px;
}

ul#redessociales span {
  font-size: 30px;
}

ul#redessociales a {
  color: #f3f3f3;
}

.slider {
  width: 75%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-right: 2.5rem;
}

.lateral, #menu-lateral {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .lateral, #menu-lateral {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

li.subelemento {
  padding-left: 50px;
}

li.etiqueta > p {
  display: block;
  padding: 1rem;
  margin-bottom: 0;
  line-height: 1;
  text-align: right;
  border-bottom: 1px solid #333;
  font-size: 1rem;
}

li.etiqueta {
  display: block;
  float: none;
  width: auto;
}

.moduleItemIntrotext img {
  width: 270px;
  height: 152px;
}

footer {
  font-size: 14px;
}

footer hr {
  margin: 0;
}

.titulos {
  text-shadow: 0 2px 2px grey;
  text-transform: uppercase;
}

.lic-imagen {
  width: 28%;
  display: inline-block;
  margin-bottom: 2rem;
}

.lic-nombre {
  width: 50%;
  display: inline-block;
  padding-left: 3%;
  font-size: 20px;
}

.integrante {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2.5rem;
}

.primero .datos {
  text-align: left;
}

.foto {
  width: 33.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.datos {
  width: 66.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .datos {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.integrante:nth-child(1) {
  width: 100%;
}

.integrante:nth-child(1) img {
  display: block;
  margin-left: auto;
}

.persona {
  width: 49%;
  margin-bottom: 30px;
  text-align: center;
  display: inline-block;
}

.persona p {
  margin-bottom: 0;
}

.persona:nth-child(1) {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .persona:nth-child(1) {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.primero {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-align: center;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 40em) {
  .primero {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.primero p {
  margin-bottom: 0;
}

.primero img {
  min-height: 200px;
  display: block;
  margin-left: auto;
}

span.icono.directorio {
  cursor: auto;
}

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

.owl-carousel .owl-item img {
  height: 425px;
}

.titulo-item {
  color: #fff;
  padding: 8px;
  background-color: #18386b;
}

.titulo-item a {
  color: #f3f3f3;
  font-size: 1rem;
}

.item {
  position: relative;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #869791;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #333;
}

.owl-nav {
  display: none;
}

.listado {
  text-align: right;
}

.listado a {
  font-weight: bold;
  color: #1e376a;
  font-size: 14px;
}

div.page-header {
  margin-top: 1rem;
}

/*Articulos K2*/
div#itemListLeading {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

div#itemListLeading::before, div#itemListLeading::after {
  display: table;
  content: ' ';
}

div#itemListLeading::after {
  clear: both;
}

li.evento {
  margin-bottom: 24px;
}

div.catItemBody {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  position: relative;
}

div.catItemBody::before, div.catItemBody::after {
  display: table;
  content: ' ';
}

div.catItemBody::after {
  clear: both;
}

div.catItemImageBlock {
  padding: 0;
  margin: 0;
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  div.catItemImageBlock {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

div.catItemImageBlock a {
  display: block;
}

div.catItemImageBlock img {
  height: 190px;
  width: 408px;
}

.dia {
  position: absolute;
  background: white;
  padding: 10px;
  top: 170px;
  left: 20px;
}

.catItemTitle {
  width: 66.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .catItemTitle {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.catItemTitle a {
  color: #18386b;
}

div.itemToolbar ul li {
  display: inline-block;
}

div.catItemView {
  margin: 30px 0;
}

span.pagenav {
  padding-left: 10px;
}

div.itemView {
  padding: 1rem;
}

div.itemToolbar {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  z-index: 500;
  margin-top: -4rem;
}

.item-page, #k2Container, .weblink-category {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .item-page, #k2Container, .weblink-category {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.itemFullText {
  width: 75%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-left: 28px;
}

@media print, screen and (min-width: 40em) {
  .itemFullText {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.itemImageBlock {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .itemImageBlock {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

span.itemImage {
  padding: 10px;
  margin-right: 15px;
}

.separadortxt {
  border-left: solid 1.5px #18386b;
}

.itemAttachmentsBlocks > span {
  background-color: #18386b;
  color: #f3f3f3;
  padding: 8px;
}

ul.itemAttachments {
  margin-top: 13px;
}

a#fontIncrease, a#fontDecrease, a.fontIncrease, a.fontDecrease {
  padding: 10px;
}

.txt_content {
  transition: all 0.5s;
}

.social-share {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  border: 1px solid #cacaca;
  overflow: hidden;
  background-color: #fefefe;
}

.icon-share, div.itemToolbar ul li a {
  cursor: pointer;
  color: #333;
  font-family: inherit;
}

div.itemToolbar ul li span.itemTextResizerTitle {
  color: #333;
}

.cat-list-row {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
  .cat-list-row {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.cat-list-row a {
  font-weight: bold;
}

.link-description {
  width: 66.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .link-description {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.img-intro-right {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .img-intro-right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

span.list-hits {
  float: right;
}

.separator-links {
  border-bottom: 1px solid #18386b;
}

ul.category.list-striped.list-condensed {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  list-style: none;
}

ul.category.list-striped.list-condensed::before, ul.category.list-striped.list-condensed::after {
  display: table;
  content: ' ';
}

ul.category.list-striped.list-condensed::after {
  clear: both;
}

ul.navegacion {
  margin: 0.5rem 1rem 0rem 0;
  list-style: none;
  float: right;
}

ul.navegacion::before, ul.navegacion::after {
  display: table;
  content: ' ';
}

ul.navegacion::after {
  clear: both;
}

ul.navegacion li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

ul.navegacion li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

ul.navegacion a {
  color: #1779ba;
}

ul.navegacion a:hover {
  text-decoration: underline;
}

.tooltip {
  display: none !important;
}

.pull-right {
  float: right;
}

ul.nav.nav-tabs.nav-stacked {
  background-color: #fad701;
  padding: 14px 27px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}

hr.lic {
  border-bottom: solid 2px #18386b;
}

a.toclink.active {
  font-weight: bold;
}

.pager li {
  list-style: none;
}

.pager li:last-child {
  float: right;
}

.pager li:first-child {
  float: left;
}

img.articulo-imagen {
  width: 260px;
  height: 175px;
}

.bloque-principal a, .bloque-secundario a, .servicios a {
  font-size: 14px;
  font-weight: bold;
  color: #18386b;
}

div#k2Container {
  margin-top: 35px;
}

a.moduleItemCategory {
  display: block;
  text-align: right;
  padding-right: 2rem;
}

.novisible {
  opacity: 0;
}

ul.tabs {
  border: none;
}

.barra-lateral img {
    margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.item-page {
  position: relative;
}

.barra-lateral {
  width: 25%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-right: 1.75rem;
}

.barra-lateral a {
  color: #333;
}

.separador-articulo {
  border-left: solid 1px;
  position: absolute;
  width: 10px;
  height: 600px;
  left: 33.5%;
}

.contenido-lateral {
  width: 75%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-left: 2.375rem;
  min-height: 600px;
  border-left: 1.5px solid #18386B;
}

li.tabs-title.is-active a {
  font-weight: initial;
  background-color: #18386b;
  color: #fefefe;
}

.separador {
  border-left: solid 1.5px #18386b;
  position: absolute;
  left: 27.5%;
}

div.itemToolbar ul li a.fontDecrease {
  margin: 0 0 0 2px;
}

div.itemToolbar ul li a.fontDecrease img {
  width: 13px;
  height: 13px;
  font-size: 13px;
}

div.itemToolbar ul li a.fontIncrease {
  margin: 0 0 0 2px;
}

div.itemToolbar ul li a.fontIncrease img {
  width: 13px;
  height: 13px;
  font-size: 13px;
}

div.itemToolbar ul li a.fontDecrease span,
div.itemToolbar ul li a.fontIncrease span {
  display: none;
}

div.itemToolbar ul li a.fontIncrease, div.itemToolbar ul li a.fontDecrease {
  background: none;
  text-decoration: none;
  vertical-align: middle;
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.institucional.blog, .item-page {
  margin-top: 22px;
  position: relative;
  margin-bottom: 20px;
}

.mapa {
  display: none;
}

.institucional .page-header h2 {
  font-size: 1.875rem;
}

.rd {
  margin-top: 1.5625rem;
}

ul#contenido-tabs {
  margin-top: 20px;
}

li.subelemento a {
  border-bottom: none;
  font-size: 14px;
  color: grey;
}

li.subelemento a:hover {
  color: #333;
}

li.subelemento.is-active a {
  color: #333;
  text-decoration: underline;
  background: none;
}

ul.submenu a {
  color: #333;
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?12061384");
  src: url("../font/fontello.eot?12061384#iefix") format("embedded-opentype"), url("../font/fontello.woff2?12061384") format("woff2"), url("../font/fontello.woff?12061384") format("woff"), url("../font/fontello.ttf?12061384") format("truetype"), url("../font/fontello.svg?12061384#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadWebProRegular';
  src: url("../font/myriad-web-pro.eot");
  src: url("../font/myriad-web-pro.eot") format("embedded-opentype"), url("../font/myriad-web-pro.svg#MyriadWebProRegular") format("svg"), url("../font/myriad-web-pro.woff") format("woff"), url("../font/myriad-web-pro.ttf") format("truetype");
}

.icon-facebook:before {
  content: '\e800';
}

/* '' */
.icon-twitter:before {
  content: '\e801';
}

/* '' */
.icon-youtube:before {
  content: '\e802';
}

/* '' */
.icon-unet:before {
  content: '\e803';
}

/* '' */
.icon-search:before {
  content: '\e804';
}

/* '' */
.icon-right-dir:before, div.links > a:before {
  content: '\e805';
}

/* '' */
.icon-location:before, p.direccion:before {
  content: '\e806';
}

/* '' */
.icon-phone:before, p.tel:before {
  content: '\e807';
}

/* '' */
.icon-down-dir:before {
  content: '\e808';
}

/* '' */
.icon-menu:before {
  content: '\f0c9';
}

/* '' */
.icon-mail:before, p.contacto:before {
  content: '\f0e0';
}

/* '' */
.icon-share:before {
  content: '\f1e0';
}

/* '' */
.icon-mouse-pointer:before, p.web:before {
  content: '\f245';
}

/* '' */
.icon-zoom-in:before, a.fontIncrease:before {
  content: '\e809';
}

/* '' */
.icon-zoom-out:before, a.fontDecrease:before {
  content: '\e80a';
}

/* '' */
a.fontIncrease:before, a.fontDecrease:before {
  font-size: 17px;
}

.principal:after {
  content: "\e808";
  font-family: "fontello";
  padding-left: 5px;
  font-size: 1rem;
}

[class^="icon-"]:before, p.contacto:before, p.tel:before, [class*=" icon-"]:before, div.links > a:before, p.direccion:before, p.web:before, p.contacto:before, p.tel:before, p.web:before, a.fontDecrease:before, a.fontIncrease:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-envelope:before {
  display: none;
}

div.links > a:before {
  font-size: 19px;
  color: #18386b;
  text-decoration: none;
}

.seccion {
  width: 75%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.seccion-centro {
  width: 50%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.search {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.5625rem;
}

.search::before, .search::after {
  display: table;
  content: ' ';
}

.search::after {
  clear: both;
}

.lateral {
  width: 25%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.lateral .moduletable {
  margin: 0 0 25px 0;
  margin-top: 0;
}

.articulo_cuatro {
  width: 25%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-right: 0.9375rem;
}

.articulo_cuatro .moduletable {
  width: 33.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-right: 1.875rem;
  padding-bottom: 20px;
}

.articulo_tres {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .articulo_tres {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.articulo {
  padding-right: 1.875rem;
}

.articulo_dos {
  width: 50%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-right: 1.875rem;
}

.articulo_full {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.articulos_1 {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 20px;
  padding-right: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .articulos_1 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.articulos_2 {
  width: 50%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-right: 1.875rem;
}

.articulos_3 {
  width: 33.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-right: 1.875rem;
}

.articulos_4 {
  width: 25%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-right: 1.875rem;
}

.full {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .full {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.top {
  margin-top: 1.5625rem;
}

.bt {
  margin-bottom: 1.5625rem;
}

.seccion .titulo {
  margin-right: 30px;
}

.titulo {
  margin-bottom: 1rem;
}

.titulo p {
  color: #fefefe;
  text-transform: uppercase;
  margin-bottom: 0;
  background-color: #18386b;
  border-bottom: solid 4px #D2A92D;
  width: 25%;
  padding-left: 10px;
}

.lateral .moduletable > h3,
.bloque-lateral .moduletable > h3,
.bloque-principal .moduletable > h3,
.bloque-secundario .moduletable > h3,
.bloque-7 .moduletable > h3, .moduletable > h3 {
  color: #fefefe;
  text-transform: uppercase;
  margin-bottom: 1rem;
  background-color: #18386b;
  border-bottom: solid 4px #D2A92D;
  padding-left: 10px;
  font-size: 1rem;
}

/*.lateral .moduletable > h3,.bloque-lateral .moduletable > h3,.bloque-principal .moduletable > h3,.bloque-secundario .moduletable >h3{
    width: 250px;
}
.bloque-principal .moduletable > h3,.bloque-secundario .moduletable >h3,.bloque-7 .moduletable > h3{
    width: 23%
}*/
.moduletable > h3 {
  width: 250px;
}

/*.bloque-secundario .moduletable >h3{
  *  width: 38%
}*/
ul.mas-titulares {
  list-style: none;
  margin-left: 0;
}

ul.mas-titulares li {
  padding-bottom: 10px;
}

.fecha-evento {
  display: inline-block;
  width: 54px;
  background-color: #18386b;
  color: #f3f3f3;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: top;
}

.fecha-evento span {
  font-size: 18px;
}

.fecha-evento p {
  margin-bottom: 0;
}

.titular {
  width: 230px;
  display: inline-block;
  vertical-align: top;
}

.titulo-evento {
  width: 230px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}

.bloque-principal {
  width: 75%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.bloque-lateral {
  width: 25%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.bloque-secundario {
  width: 50%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.bloque-7 .moduletable {
  padding-right: 1rem;
}

.bloque-secundario-3 .moduletable {
  width: 33.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-right: 1rem;
}

.bloque-secundario-3 {
  width: 75%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.moduletable.espacio {
  padding-left: 1rem;
}

.bloque-secundario-1 .moduletable {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .bloque-secundario-1 .moduletable {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.moduletable.bottom {
  margin-top: 40px;
}

fieldset.phrases, .fieldset.only {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  fieldset.phrases, .fieldset.only {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.resultados {
  margin: 25px 0;
}

.pagination .current a {
  color: #fefefe;
}

.pagination .current a:hover {
  background-color: #18386b;
}

.datos-ubicacion {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .datos-ubicacion {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.datos-ubicacion p {
  margin-bottom: 1rem;
}

ul.pagination li a:hover {
  color: #fefefe;
}



.contenedor.bloque-3-4.bt {
  margin-top: 25px;
}

/**
 * @version    2.8.x
 * @package    K2
 * @author     JoomlaWorks http://www.joomlaworks.net
 * @copyright  Copyright (c) 2006 - 2017 JoomlaWorks Ltd. All rights reserved.
 * @license    GNU/GPL license:http://www.gnu.org/copyleft/gpl.html
 */
/*
	### Legend ###
	Colors used:
		#fafafa (light grey) used as background on all toolbars, category and user/author boxes
*/
/*------------------------------------------------------------------------------
	Common Elements
--------------------------------------------------------------------------------*/
/* --- Basic typography --- */
a:active,
a:focus {
  outline: 0;
}

img {
  border: none;
}

/* --- Global K2 container --- */
#k2Container {
  padding: 0 0 24px 0;
}

body.contentpane #k2Container {
  padding: 16px;
}

/* used in popups */
/* --- General padding --- */
.k2Padding {
  padding: 4px;
}

/* --- Clearing --- */
.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}

/* --- Striped rows (add a different background color enable stripped rows in various listings with K2 content) --- */
.even {
  padding: 2px;
}

.odd {
  padding: 2px;
}

/* --- RSS feed icon --- */
div.k2FeedIcon {
  padding: 4px 8px;
}

div.k2FeedIcon a,
div.k2FeedIcon a:hover {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
}

div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {
  display: none;
}

/* --- Rating --- */
.itemRatingForm {
  display: block;
  vertical-align: middle;
  line-height: 25px;
  float: left;
}

.itemRatingLog {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
  float: left;
}

div.itemRatingForm .formLogLoading {
  background: url(../images/loaders/generic.gif) no-repeat left center;
  height: 25px;
  padding: 0 0 0 20px;
}

.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background: transparent url(../images/ratingstars.gif) left -1000px repeat-x;
}

.itemRatingList {
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}

.itemRatingList li {
  display: inline;
  background: none;
  padding: 0;
}

.itemRatingList a,
.itemRatingList .itemCurrentRating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.itemRatingList a:hover {
  background-position: left bottom;
}

.itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}

.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}

.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}

.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}

.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}

.itemRatingList .itemCurrentRating {
  z-index: 1;
  background-position: 0 center;
  margin: 0;
  padding: 0;
}

span.siteRoot {
  display: none;
}

/* --- CSS added with JavaScript --- */
.smallerFontSize {
  font-size: 100%;
  line-height: inherit;
}

.largerFontSize {
  font-size: 150%;
  line-height: 140%;
}

/* --- ReCaptcha --- */
.recaptchatable .recaptcha_image_cell,
#recaptcha_table {
  background-color: #fff !important;
}

#recaptcha_table {
  border-color: #ccc !important;
}

#recaptcha_response_field {
  border-color: #ccc !important;
  background-color: #fff !important;
}

.k2-recaptcha-v2 {
  margin-top: 12px;
}

/* --- Primary lists in modules --- */
div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {
  margin: 0;
  padding: 0 4px;
  list-style: none;
}

/* Example CSS: padding:0;margin:0;list-style:none; */
div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {
  display: block;
  padding: 0;
  margin: 0 0 24px 0;
}

/* Example CSS: display:block;clear:both;padding:2px 0;border-bottom:1px dotted #ccc; */
.clearList {
  display: none;
  float: none;
  clear: both;
}

/* this class is used to clear all previous floating list elements */
.lastItem {
  border: none;
}

/* class appended on last list item */
/* --- Avatars --- */
.k2Avatar img {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 2px;
  margin: 2px 4px 4px 0;
}

/* --- Read more --- */
/* --- Pagination --- */
div.k2Pagination {
  padding: 8px;
  margin: 24px 0 4px 0;
  text-align: center;
}

div.k2Pagination ul {
  text-align: center;
}

div.k2Pagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

div.k2Pagination ul li a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 8px;
  vertical-align: middle;
  text-decoration: none;
}

div.k2Pagination ul li a:hover {
  background: #fafafa;
  cursor: pointer;
}

div.k2Pagination ul li.active a {
  background: #fafafa;
}

div.k2Pagination ul li a span {
  vertical-align: middle;
}

/* --- Featured flags: the classes are repeated further below to indicate placement in the CSS structure --- */
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
  position: relative;
}

div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #CF1919;
  font-size: 20px;
}

/* --- Separators --- */
.k2HorizontalSep {
  border: 0;
  padding: 0;
  margin: 0 8px;
}

/* --- Edit Buttons --- */
span.itemEditLink,
span.catItemEditLink,
span.userItemEditLink,
span.userItemAddLink {
  float: right;
  display: block;
  padding: 0;
  margin: 0;
  width: 120px;
  text-align: right;
}

span.itemEditLink a,
span.catItemEditLink a,
span.userItemEditLink a,
span.userItemAddLink a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0;
  background: #2d96dd;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 11px;
  line-height: 100%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

span.itemEditLink a:hover,
span.catItemEditLink a:hover,
span.userItemEditLink a:hover,
span.userItemAddLink a:hover {
  background: #217dbb;
}

/*------------------------------------------------------------------------------
	Component - Item view
--------------------------------------------------------------------------------*/
a.itemPrintThisPage {
  display: block;
  width: 160px;
  margin: 4px auto 16px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}

a.itemPrintThisPage:hover {
  background: #fafafa;
  text-decoration: none;
}

div.itemView {
  padding: 8px 0 24px 0;
  margin: 0 0 24px 0;
}

/* this is the item container for this view */
/* Attach a class for each featured item */
div.itemHeader span.itemDateCreated {
  color: #999;
  font-size: 11px;
}

div.itemHeader h2.itemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.itemHeader h2.itemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

/* "Featured" presented in superscript */
div.itemHeader span.itemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}

div.itemHeader span.itemAuthor a:before {
  content: " ";
}

div.itemToolbar ul {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 23px 13px 0 0px;
}

div.itemToolbar ul li {
  list-style: none;
  padding: 0 4px 0 8px;
  margin: 0;
  border-left: 1px solid #ccc;
  text-align: center;
  background: none;
  font-size: 12px;
}

div.itemToolbar ul > li:first-child {
  border: none;
}

/* remove the first CSS border from the left of the toolbar */
div.itemToolbar ul li a {
  font-size: 12px;
  font-weight: normal;
}

div.itemToolbar ul li a img {
  vertical-align: middle;
}

div.itemToolbar ul li a#fontDecrease {
  margin: 0 0 0 2px;
}

div.itemToolbar ul li a#fontDecrease img {
  width: 13px;
  height: 13px;
  font-size: 13px;
}

div.itemToolbar ul li a#fontIncrease {
  margin: 0 0 0 2px;
}

div.itemToolbar ul li a#fontIncrease img {
  width: 13px;
  height: 13px;
  font-size: 13px;
}

div.itemToolbar ul li a#fontDecrease span,
div.itemToolbar ul li a#fontIncrease span {
  display: none;
}

div.itemRatingBlock {
  padding: 8px 0;
}

div.itemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}

div.itemBody {
  padding: 8px 0;
  margin: 0;
}

div.itemImageBlock {
  padding: 8px 0;
  margin: 0 0 16px 0;
}

span.itemImage {
  display: block;
  text-align: center;
  margin: 0 0 8px 0;
}

span.itemImage img {
  max-width: 100%;
  height: auto;
}

span.itemImageCaption {
  color: #666;
  float: left;
  display: block;
  font-size: 11px;
}

span.itemImageCredits {
  color: #999;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
}

@media screen and (max-width: 600px) {
  span.itemImageCaption,
  span.itemImageCredits {
    float: none;
    text-align: center;
  }
}

div.itemIntroText {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding: 4px 0 12px 0;
}

div.itemFullText h3 {
  margin: 0;
  padding: 16px 0 4px 0;
}

div.itemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
}

div.itemExtraFields h3 {
  margin: 0;
  padding: 0 0 8px 0;
}

div.itemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.itemExtraFields ul li {
  display: block;
}

div.itemExtraFields ul li span.itemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}

div.itemContentFooter {
  display: block;
  text-align: right;
  padding: 4px 0;
  margin: 16px 0 4px 0;
  color: #999;
}

span.itemHits {
  float: left;
}

div.itemSocialSharing {
  padding: 8px 0;
  position: absolute;
  border: 1px solid #cacaca;
  background-color: #fefefe;
}

div.itemTwitterButton {
  float: left;
  margin: 2px 24px 0 0;
}

div.itemFacebookButton {
  float: left;
  margin-right: 24px;
  width: 200px;
}

div.itemLinks {
  margin: 16px 0;
  padding: 0;
}

div.itemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.itemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.itemTagsBlock ul.itemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.itemTagsBlock ul.itemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.itemTagsBlock ul.itemTags li a:before {
  content: "#";
}

div.itemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}

div.itemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.itemAttachmentsBlock ul.itemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.itemAttachmentsBlock ul.itemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}

div.itemAttachmentsBlock ul.itemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

/* Author block */
div.itemAuthorBlock {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 0 16px 0;
  padding: 8px;
}

div.itemAuthorBlock img.itemAuthorAvatar {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%;
}

div.itemAuthorBlock div.itemAuthorDetails {
  margin: 0;
  padding: 4px 0 0 0;
}

div.itemAuthorBlock div.itemAuthorDetails h3.authorName {
  margin: 0 0 4px 0;
  padding: 0;
}

div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {
  font-size: 16px;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  font-weight: bold;
  color: #555;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
  font-weight: bold;
  color: #555;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
  font-weight: normal;
}

/* Author latest */
div.itemAuthorLatest {
  margin-bottom: 16px;
  padding: 0;
}

/* Related by tag */
div.itemRelated {
  margin-bottom: 16px;
  padding: 0;
}

/* Add overflow-x:scroll; if you want to enable the scrolling features, as explained in item.php */
div.itemRelated ul li.k2ScrollerElement {
  float: left;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 4px;
  margin: 0 4px 4px 0;
  background: #fff;
}

/* you need to insert this class in the related li element in item.php for this styling to take effect */
div.itemRelated ul li.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}

/* Video */
div.itemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/videobg.gif) repeat-x bottom;
  color: #eee;
}

div.itemVideoBlock div.itemVideoEmbedded {
  text-align: center;
}

/* for embedded videos (not using AllVideos) */
div.itemVideoBlock span.itemVideo {
  display: block;
  overflow: hidden;
}

div.itemVideoBlock span.itemVideoCaption {
  color: #eee;
  float: left;
  display: block;
  font-size: 11px;
  font-weight: bold;
  width: 60%;
}

div.itemVideoBlock span.itemVideoCredits {
  color: #eee;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
  width: 35%;
  text-align: right;
}

@media screen and (max-width: 600px) {
  div.itemVideoBlock span.itemVideoCaption,
  div.itemVideoBlock span.itemVideoCredits {
    float: none;
    text-align: center;
    width: auto;
  }
}

/* Image Gallery */
div.itemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

/* Article navigation */
div.itemNavigation {
  padding: 8px;
  margin: 0 0 24px 0;
  background: #fafafa;
  border-radius: 4px;
}

div.itemNavigation span.itemNavigationTitle {
  color: #999;
}

div.itemNavigation a.itemPrevious {
  padding: 0 12px;
}

div.itemNavigation a.itemNext {
  padding: 0 12px;
}

/* Comments */
div.itemComments {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 16px;
}

div.itemComments ul.itemCommentsList {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

div.itemComments ul.itemCommentsList li {
  display: block;
  padding: 4px;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

div.itemComments ul.itemCommentsList li.authorResponse {
  background: #f5fdff;
}

div.itemComments ul.itemCommentsList li.unpublishedComment {
  background: #ffeaea;
}

div.itemComments ul.itemCommentsList li img {
  float: left;
  margin: 4px 4px 4px 0;
  padding: 4px;
}

div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  border-right: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
}

div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: bold;
  font-size: 14px;
}

div.itemComments ul.itemCommentsList li p {
  padding: 4px 0;
}

div.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}

div.itemComments ul.itemCommentsList li span.commentLink {
  float: right;
  margin-left: 8px;
}

div.itemComments ul.itemCommentsList li span.commentLink a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
}

div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}

div.itemComments ul.itemCommentsList li span.commentToolbar {
  display: block;
  clear: both;
}

div.itemComments ul.itemCommentsList li span.commentToolbar a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
  margin-right: 4px;
}

div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}

div.itemComments ul.itemCommentsList li span.commentToolbarLoading {
  background: url(../images/loaders/search.gif) no-repeat 100% 50%;
}

div.itemCommentsPagination {
  padding: 4px;
  margin: 0 0 24px 0;
}

/* Joomla 1.5 - 2.5 */
div.itemCommentsPagination span.pagination {
  display: block;
  float: right;
  clear: both;
}

/* Joomla 3.x */
div.itemCommentsPagination ul {
  text-align: center;
}

div.itemCommentsPagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

div.itemCommentsPagination ul li a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  vertical-align: middle;
  background: #fff;
  text-decoration: none;
}

div.itemCommentsPagination ul li a:hover {
  background: #fafafa;
  cursor: pointer;
}

div.itemCommentsPagination ul li.active a {
  background: #fafafa;
}

div.itemCommentsPagination ul li a span {
  vertical-align: middle;
}

div.itemCommentsForm h3 {
  margin: 0;
  padding: 0 0 4px 0;
}

div.itemCommentsForm p.itemCommentsFormNotes {
  border-top: 2px solid #ccc;
  padding: 8px 0;
}

div.itemCommentsForm form {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.itemCommentsForm form label.formComment,
div.itemCommentsForm form label.formName,
div.itemCommentsForm form label.formEmail,
div.itemCommentsForm form label.formUrl,
div.itemCommentsForm form label.formRecaptcha {
  display: block;
  margin: 12px 0 0 2px;
}

div.itemCommentsForm form textarea.inputbox {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
}

div.itemCommentsForm form input.inputbox {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px;
  line-height: 150%;
  height: auto;
  box-sizing: border-box;
}

div.itemCommentsForm form input#submitCommentButton {
  display: block;
  margin: 16px 0 0 0;
  padding: 8px 16px;
  background: #2d96dd;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
}

div.itemCommentsForm form input#submitCommentButton:hover {
  background: #217dbb;
}

div.itemCommentsForm form span#formLog {
  margin: 24px;
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
  display: none;
}

div.itemCommentsForm form span#formLog.k2FormLogError {
  display: block;
  background: #f00;
  color: #fff;
}

div.itemCommentsForm form span#formLog.k2FormLogSuccess {
  display: block;
  background: #18ac00;
  color: #fff;
}

div.itemCommentsForm form .formLogLoading {
  background: url(../images/loaders/generic.gif) no-repeat left center;
}

div.itemCommentsLoginFirst {
  display: block;
  margin: 24px;
  padding: 8px 12px;
  background: #f00;
  color: #fff;
  border-radius: 4px;
}

/* "Report comment" form */
div.k2ReportCommentFormContainer {
  padding: 8px;
  width: 480px;
  margin: 0 auto;
}

div.k2ReportCommentFormContainer blockquote {
  width: 462px;
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 8px;
  margin: 0 0 8px 0;
}

div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: left;
}

div.k2ReportCommentFormContainer blockquote span.quoteIconRight {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: right;
}

div.k2ReportCommentFormContainer blockquote span.theComment {
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 0 4px;
}

div.k2ReportCommentFormContainer form label {
  display: block;
  font-weight: bold;
}

div.k2ReportCommentFormContainer form input,
div.k2ReportCommentFormContainer form textarea {
  display: block;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 2px;
  margin: 0 0 8px 0;
  width: 474px;
}

div.k2ReportCommentFormContainer form #recaptcha {
  margin-bottom: 24px;
}

div.k2ReportCommentFormContainer form span#formLog {
  margin: 24px;
  padding: 8px 12px;
  background: #fafafa;
  border-radius: 4px;
  text-align: center;
  display: none;
}

div.k2ReportCommentFormContainer form .formLogLoading {
  background: url(../images/loaders/generic.gif) no-repeat left center;
}

/* Back to top link */
div.itemBackToTop {
  text-align: right;
}

div.itemBackToTop a {
  text-decoration: underline;
}

div.itemBackToTop a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (category)
--------------------------------------------------------------------------------*/
/* --- Category block --- */
div.itemListCategory {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 0 24px 0;
  padding: 8px;
}

span.catItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}

span.catItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ddd;
  background: #fafafa;
  text-decoration: none;
}

span.catItemAddLink a:hover {
  background: #ffffcc;
}

div.itemListCategory img {
  float: left;
  display: block;
  margin: 0 8px 0 0;
}

/* --- Sub-category block --- */
div.subCategoryContainer {
  float: left;
}

/* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */
div.subCategory {
  background: #fafafa;
  border: 1px solid #ddd;
  margin: 4px;
  padding: 8px;
}

div.subCategory a.subCategoryImage,
div.subCategory a.subCategoryImage:hover {
  text-align: center;
  display: block;
}

div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {
  margin: 0 8px 0 0;
}

/* --- Item groups --- */
div#itemListLinks {
  background: #fafafa;
  border: 1px solid #ddd;
  margin: 8px 0;
  padding: 8px;
}

div.itemContainer {
  float: left;
}

/* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */
@media screen and (max-width: 600px) {
  div.itemContainer, div.subCategoryContainer {
    float: none;
    display: block;
    width: 100% !important;
  }
}

/* --- Item block for each item group --- */
div.catItemView {
  margin-bottom: 48px;
  padding: 4px;
}

/* this is the container for each K2 item on this view */
/* Attach a class for each featured item */
div.catItemHeader span.catItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.catItemHeader h3.catItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.catItemHeader h3.catItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

/* superscript */
div.catItemHeader span.catItemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}

div.catItemRatingBlock {
  padding: 8px 0;
}

div.catItemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}

div.catItemBody {
  padding: 8px 0;
  margin: 0;
}

div.catItemImageBlock {
  padding: 8px 0;
  margin: 0 0 16px 0;
}

span.catItemImage {
  display: block;
  text-align: center;
  margin: 0 0 8px 0;
}

span.catItemImage img {
  max-width: 100%;
  height: auto;
}

div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.catItemExtraFields,
div.genericItemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
}

div.catItemExtraFields h4,
div.genericItemExtraFields h4 {
  margin: 0;
  padding: 0 0 8px 0;
}

div.catItemExtraFields ul,
div.genericItemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.catItemExtraFields ul li,
div.genericItemExtraFields ul li {
  display: block;
}

div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}

div.catItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}

div.catItemHitsBlock {
  padding: 4px 0;
}

div.catItemCategory {
  padding: 4px 0;
}

div.catItemCategory span {
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.catItemTagsBlock {
  padding: 4px 0;
}

div.catItemTagsBlock span {
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.catItemTagsBlock ul.catItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.catItemTagsBlock ul.catItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.catItemTagsBlock ul.catItemTags li a:before {
  content: "#";
}

div.catItemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}

div.catItemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.catItemAttachmentsBlock ul.catItemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.catItemAttachmentsBlock ul.catItemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}

div.catItemAttachmentsBlock ul.catItemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

/* Video */
div.catItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/videobg.gif) repeat-x bottom;
}

div.catItemVideoBlock div.catItemVideoEmbedded {
  text-align: center;
}

/* for embedded videos (not using AllVideos) */
div.catItemVideoBlock span.catItemVideo {
  display: block;
}

/* Image Gallery */
div.catItemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

/* Anchor link to comments */
div.catItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

/* Read more link */
div.catItemReadMore {
  display: inline;
}

/* Modified date */
span.catItemDateModified {
  display: block;
  text-align: right;
  padding: 4px;
  margin: 4px 0;
  color: #999;
  border-top: 1px solid #ddd;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (user)
--------------------------------------------------------------------------------*/
/* User info block */
div.userBlock {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 0 24px 0;
  padding: 8px;
}

div.userBlock img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%;
}

div.userBlock div.userDescription {
  padding: 4px 0;
}

div.userBlock div.userAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}

span.userURL {
  font-weight: bold;
  color: #555;
  display: block;
}

span.userEmail {
  font-weight: bold;
  color: #555;
  display: block;
}

/* User items */
div.userItemView {
  margin-bottom: 48px;
}

/* this is the item container for this view */
/* Attach a class for each featured item */
div.userItemViewUnpublished {
  opacity: 0.9;
  border: 4px dashed #ccc;
  background: #fffff2;
  padding: 8px;
  margin: 8px 0;
}

div.userItemHeader span.userItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.userItemHeader h3.userItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.userItemHeader h3.userItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

/* "Unpublished" presented in superscript */
div.userItemBody {
  padding: 8px 0;
  margin: 0;
}

div.userItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}

span.userItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.userItemImage img {
  max-width: 100%;
  height: auto;
}

div.userItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.userItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}

div.userItemCategory {
  padding: 4px 0;
}

div.userItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.userItemTagsBlock {
  padding: 4px 0;
}

div.userItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.userItemTagsBlock ul.userItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.userItemTagsBlock ul.userItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.userItemTagsBlock ul.userItemTags li a:before {
  content: "#";
}

/* Anchor link to comments */
div.userItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

/* Read more link */
div.userItemReadMore {
  display: inline;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (tag)
--------------------------------------------------------------------------------*/
div.tagItemView {
  margin-bottom: 48px;
}

/* this is the item container for this view */
div.tagItemHeader span.tagItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.tagItemHeader h2.tagItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.tagItemBody {
  padding: 8px 0;
  margin: 0;
}

div.tagItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}

span.tagItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.tagItemImage img {
  max-width: 100%;
  height: auto;
}

div.tagItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.tagItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

div.tagItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

/* Read more link */
div.tagItemReadMore {
  display: inline;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (generic)
--------------------------------------------------------------------------------*/
div.genericItemView {
  margin-bottom: 48px;
}

/* this is the item container for this view */
div.genericItemHeader span.genericItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.genericItemHeader h2.genericItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.genericItemBody {
  padding: 8px 0;
  margin: 0;
}

div.genericItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}

span.genericItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.genericItemImage img {
  max-width: 100%;
  height: auto;
}

div.genericItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.genericItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

div.genericItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

/* Read more link */
div.genericItemReadMore {
  display: inline;
}

/* No results found message */
div#genericItemListNothingFound {
  padding: 40px;
  text-align: center;
}

div#genericItemListNothingFound p {
  font-size: 20px;
  color: #999;
}

/* --- Google Search (use Firebug or similar tools to inspect the generated HTML, then style accordingly --- */
#k2GoogleSearchContainer .gsc-control {
  width: auto !important;
}

#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {
  display: none !important;
}

/* Hide unneeded elements of the results page */
/*------------------------------------------------------------------------------
	Component - Latest view
--------------------------------------------------------------------------------*/
div.latestItemsContainer {
  float: left;
}

@media screen and (max-width: 600px) {
  div.latestItemsContainer {
    float: none;
    display: block;
    width: 100% !important;
  }
}

/* Category info block */
div.latestItemsCategory {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 8px 24px 0;
  padding: 8px;
}

div.latestItemsCategoryImage {
  text-align: center;
}

div.latestItemsCategoryImage img {
  margin: 0 8px 0 0;
}

/* User info block */
div.latestItemsUser {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 8px 24px 0;
  padding: 8px;
}

div.latestItemsUser img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%;
}

div.latestItemsUser p.latestItemsUserDescription {
  padding: 4px 0;
}

div.latestItemsUser p.latestItemsUserAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}

span.latestItemsUserURL {
  font-weight: bold;
  color: #555;
  display: block;
}

span.latestItemsUserEmail {
  font-weight: bold;
  color: #555;
  display: block;
}

/* Latest items list */
div.latestItemList {
  padding: 0 8px 8px 0;
}

div.latestItemHeader h3.latestItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}

span.latestItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.latestItemBody {
  padding: 8px 0;
  margin: 0;
}

div.latestItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}

span.latestItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.latestItemImage img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  div.latestItemImageBlock {
    float: none;
    display: block;
  }
}

div.latestItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.latestItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}

div.latestItemCategory {
  padding: 4px 0;
}

div.latestItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.latestItemTagsBlock {
  padding: 4px 0;
}

div.latestItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.latestItemTagsBlock ul.latestItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.latestItemTagsBlock ul.latestItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.latestItemTagsBlock ul.latestItemTags li a:before {
  content: "#";
}

/* Video */
div.latestItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/videobg.gif) repeat-x bottom;
}

div.latestItemVideoBlock span.latestItemVideo {
  display: block;
}

/* Anchor link to comments */
div.latestItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

/* Read more link */
div.latestItemReadMore {
  display: inline;
}

/* Items presented in a list */
h2.latestItemTitleList {
  padding: 2px 0;
  margin: 8px 0 2px 0;
  border-bottom: 1px dotted #ccc;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_content
--------------------------------------------------------------------------------*/
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  padding: 4px 0;
}

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: right;
  margin: 2px 0 4px 4px;
  padding: 0;
}

div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}

div.k2ItemsBlock ul li div.moduleItemTags a {
  padding: 0 2px;
}

div.k2ItemsBlock ul li a.moduleItemComments {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}

div.k2ItemsBlock ul li span.moduleItemHits {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_tools
--------------------------------------------------------------------------------*/
/* --- Breadcrumbs --- */
div.k2BreadcrumbsBlock span.bcTitle {
  padding: 0 4px 0 0;
  color: #999;
}

div.k2BreadcrumbsBlock span.bcSeparator {
  padding: 0 4px;
  font-size: 14px;
}

/* --- Calendar --- */
div.k2CalendarBlock {
  height: 190px;
  margin-bottom: 8px;
}

/* use this height value so that the calendar height won't change on Month change via ajax */
div.k2CalendarLoader {
  background: #fff url(../images/loaders/calendar.gif) no-repeat 50% 50%;
}

table.calendar {
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
}

table.calendar tr td {
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  border: 1px solid #f4f4f4;
  background: #fff;
}

table.calendar tr td.calendarNavMonthPrev {
  background: #fafafa;
  text-align: left;
}

table.calendar tr td.calendarNavMonthPrev a {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarNavMonthPrev a:hover {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarCurrentMonth {
  background: #fafafa;
}

table.calendar tr td.calendarNavMonthNext {
  background: #fafafa;
  text-align: right;
}

table.calendar tr td.calendarNavMonthNext a {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarNavMonthNext a:hover {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarDayName {
  background: #e9e9e9;
  font-size: 11px;
  width: 14.2%;
}

table.calendar tr td.calendarDateEmpty {
  background: #fbfbfb;
}

table.calendar tr td.calendarDateLinked {
  padding: 0;
}

table.calendar tr td.calendarDateLinked a {
  display: block;
  padding: 2px;
  text-decoration: none;
  background: #fafafa;
}

table.calendar tr td.calendarDateLinked a:hover {
  display: block;
  background: #135cae;
  color: #fff;
  padding: 2px;
  text-decoration: none;
}

table.calendar tr td.calendarToday {
  background: #135cae;
  color: #fff;
}

table.calendar tr td.calendarTodayLinked {
  background: #135cae;
  color: #fff;
  padding: 0;
}

table.calendar tr td.calendarTodayLinked a {
  display: block;
  padding: 2px;
  color: #fff;
  text-decoration: none;
}

table.calendar tr td.calendarTodayLinked a:hover {
  display: block;
  background: #BFD9FF;
  padding: 2px;
  text-decoration: none;
}

/* --- Category Tree Select Box --- */
div.k2CategorySelectBlock form select {
  width: auto;
}

div.k2CategoriesListBlock ul li a span.catTitle {
  padding-right: 4px;
}

div.k2CategoriesListBlock ul li.activeCategory a {
  font-weight: bold;
}

/* --- Search Box --- */
div.k2SearchBlock form input.k2SearchLoading {
  background: url(../images/loaders/search.gif) no-repeat 100% 50%;
}

div.k2SearchBlock div.k2LiveSearchResults {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 99;
  border: 1px solid #ddd;
  margin-top: -1px;
}

/* Live search results (fetched via ajax) */
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {
  border: none;
  margin: 0;
  padding: 0;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {
  display: block;
  padding: 1px 2px;
  border-top: 1px dotted #ddd;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {
  background: #fffff0;
}

/* --- Tag Cloud --- */
div.k2TagCloudBlock {
  padding: 8px 0;
}

div.k2TagCloudBlock a {
  padding: 4px;
  float: left;
  display: block;
}

div.k2TagCloudBlock a:hover {
  padding: 4px;
  float: left;
  display: block;
  background: #135cae;
  color: #fff;
  text-decoration: none;
}

/* --- Custom Code --- */
/*------------------------------------------------------------------------------
	Modules - mod_k2_user (mod_k2_login is removed since v2.6.x)
--------------------------------------------------------------------------------*/
div.k2LoginBlock fieldset.input {
  margin: 0;
  padding: 0 0 8px 0;
}

div.k2LoginBlock fieldset.input p {
  margin: 0;
  padding: 0 0 4px 0;
}

div.k2LoginBlock fieldset.input p label {
  display: block;
}

div.k2LoginBlock fieldset.input p input {
  display: block;
}

div.k2LoginBlock fieldset.input p#form-login-remember label,
div.k2LoginBlock fieldset.input p#form-login-remember input {
  display: inline;
}

a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 15px;
}

a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {
  display: none;
}

a.ubUserURL,
a.ubUserURL:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 15px;
}

a.ubUserURL span,
a.ubUserURL:hover span {
  display: none;
}

span.ubUserEmail {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  overflow: hidden;
  font-size: 15px;
}

span.ubUserEmail a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}

div#contador {
  width: 16.66667%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding: 10px 0;
}

div#contador a {
  display: none;
}

.vrow, .vrowd {
  display: inline-block;
}

.vrow, .vrowd {
  display: inline-block;
}

.vrow {
  color: #18386b;
  background-color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 24px;
}

.vrowd {
  color: #fad701;
  border: solid 2px white;
  padding: 7px 27px;
  margin-left: -3px;
}

.idioma a {
  font-size: 14px;
  font-weight: bold;
}

.bloque_investigador {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin: 14px 0;
  padding: 5px;
  font-size: 14px;
  text-align: center;
}

.contenedor.investigadores h5 {
  margin: 15px 0;
}

img.fotos {
  display: block;
  margin: 0 auto;
}

.nombrein {
  text-transform: uppercase;
  padding-top: 7px;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "MyriadWebProRegular", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MyriadWebProRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2.625rem;
  }
  h2 {
    font-size: 1.875rem;
  }
  h3 {
    font-size: 1.5625rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.0625rem;
  }
  h6 {
    font-size: 0.875rem;
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}

.top-bar::before, .top-bar::after {
  display: table;
  content: ' ';
}

.top-bar::after {
  clear: both;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}

.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #fefefe;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}

.button.secondary {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}

.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded {
  margin-right: -1px;
}

.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}

.button-group.expanded .button:first-child:last-child {
  width: 100%;
}

.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.primary .button {
  background-color: #1779ba;
  color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.is-accordion-submenu-parent > a {
  position: relative;
}

.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 1.25rem 1.2rem;
  line-height: 1;
  font-size: 14px;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu > li, .menu.horizontal > li {
  display: table-cell;
}

.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.vertical > li {
  display: block;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical > li {
    display: block;
  }
}

.menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.menu.simple a {
  padding: 0;
}

.menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}

.menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: ' ';
}

.menu.align-right::after {
  clear: both;
}

.menu.align-right > li {
  float: right;
}

.menu.icon-top > li > a {
  text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.icon-top.vertical a > span {
  margin: auto;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  background: #D2A92D;
  color: #18386b;
}

.menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}

.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}

.menu.menu-hover li:hover {
  background-color: #e6e6e6;
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered {
  text-align: center;
}

.menu-centered > .menu {
  display: inline-block;
  vertical-align: top;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
  z-index: 100;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
    z-index: 100;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
    z-index: 100;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  background: #f3f3f3;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #18386b;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #18386b;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

.breadcrumbs {
  margin: 0.5rem 1rem 0rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #1779ba;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1;
  text-align: right;
  border-bottom: 1px solid #333;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  font-weight: bold;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel[aria-hidden="false"] {
  display: block;
}

@media only screen and (max-width: 1332px) {
  .titular {
    width: 205px;
  }
}

@media only screen and (max-width: 1250px) {
  .titular {
    width: 175px;
  }
  .unach {
    width: 50%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  div#contador, .redes {
    width: 25%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 1120px) {
  .titular {
    width: 150px;
  }
}

@media only screen and (max-width: 1023px) {
  table {
    width: 100% !important;
  }
  .top-bar .top-bar-left {
    width: 100% !important;
  }
  ul.submenu li:nth-child(even) {
    float: left;
    margin-right: 0px;
  }
  .slider, .lateral, .bloque-principal, .bloque-lateral, .bloque-secundario {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 40em) {
  .slider, .lateral, .bloque-principal, .bloque-lateral, .bloque-secundario {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 1023px) {
  /* .bloque-7 .moduletable > h3,.lateral .moduletable > h3,.bloque-lateral .moduletable > h3, .bloque-principal .moduletable > h3,.bloque-secundario .moduletable >h3{
        width: 100%;
    } */
  .moduletable > h3 {
    width: 100%;
  }
  .titular {
    width: 80%;
    padding-left: 10px;
  }
  .unach {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  .redes, div#contador {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 40em) {
  .redes, div#contador {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 900px) {
  .dir-img {
    display: none !important;
  }
  div.itemToolbar {
    margin-top: -3rem;
    margin-left: 0;
  }
  .persona {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 900px) and (min-width: 40em) {
  .persona {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 900px) {
  div#contador, .redes, .unach {
    width: 33.33333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  img#img_ref {
    margin: 0 auto;
    display: block;
  }
  .bloque_investigador {
    width: 100%;
    display: block;
  }
  .owl-carousel .owl-item img {
    height: 300px;
  }
  .datos-ubicacion {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 900px) and (min-width: 40em) {
  .datos-ubicacion {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 900px) {
  .bloque-secundario-3 .moduletable {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 900px) and (min-width: 40em) {
  .bloque-secundario-3 .moduletable {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 900px) {
  .bloque-secundario-3, .bloque-secundario-1 .moduletable, .bloque-7 .moduletable {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 900px) and (min-width: 40em) {
  .bloque-secundario-3, .bloque-secundario-1 .moduletable, .bloque-7 .moduletable {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 900px) {
  .logo-busqueda .logo {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 900px) and (min-width: 40em) {
  .logo-busqueda .logo {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 900px) {
  .logo-busqueda .buscador-idioma-correo {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 900px) and (min-width: 40em) {
  .logo-busqueda .buscador-idioma-correo {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 900px) {
  ul.navegacion {
    margin-right: 1.5rem;
  }
  .itemFullText, .itemImageBlock, .articulos_4 {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 900px) and (min-width: 40em) {
  .itemFullText, .itemImageBlock, .articulos_4 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 900px) {
  div.itemFullText {
    border-left: none;
  }
  .titulo-item {
    left: 0;
    width: 100%;
  }
  .titulo-item a {
    font-size: 1.5rem;
  }
  ul.mas-titulares li {
    padding-right: 40px;
    display: block;
  }
  .seccion, .lateral, .seccion-centro {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 900px) and (min-width: 40em) {
  .seccion, .lateral, .seccion-centro {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 900px) {
  .titulo {
    margin-top: 30px;
  }
  .titulo p {
    width: 100%;
    text-align: center;
  }
  img.articulo-imagen, img.act-imagen {
    height: auto;
  }
  .destacado img, img.act-imagen {
    height: auto !important;
    display: block;
    margin: 0 auto;
  }
  .destacado a {
    text-align: center;
    display: block;
  }
  .unach {
    width: 58.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 900px) and (min-width: 40em) {
  .unach {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 900px) {
  .redes {
    width: 41.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 900px) and (min-width: 40em) {
  .redes {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 900px) {
  .menu-footer, .logo-footer {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 900px) and (min-width: 40em) {
  .menu-footer, .logo-footer {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 900px) {
  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    margin-top: 0px;
  }
  .owl-theme .owl-dots .owl-dot span {
    background: #d4d4d4;
  }
  .articulo_cuatro {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 900px) and (min-width: 40em) {
  .articulo_cuatro {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 900px) {
  .articulo_cuatro a {
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
  .articulo_cuatro .bloque-principal .moduletable > h3 {
    width: 70%;
  }
  .barra-lateral, #menu-lateral, .contenido-lateral {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border-left: none;
  }
}

@media only screen and (max-width: 900px) and (min-width: 40em) {
  .barra-lateral, #menu-lateral, .contenido-lateral {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 900px) {
  .separador {
    display: none;
  }
  ul#contenido-tabs {
    margin-bottom: 30px;
  }
  .bloques {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 650px) {
  .owl-carousel .owl-item img {
    height: 200px;
  }
  .articulos_3 {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 650px) and (min-width: 40em) {
  .articulos_3 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 650px) {
  .iconos, .desplegables {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 650px) and (min-width: 40em) {
  .iconos, .desplegables {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 650px) {
  div.page-header {
    margin-top: 5.5rem;
  }
  .mensaje-bienvenida-rector .mensaje, .mensaje-bienvenida-rector .foto {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 650px) and (min-width: 40em) {
  .mensaje-bienvenida-rector .mensaje, .mensaje-bienvenida-rector .foto {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 650px) {
  div.page-header {
    text-align: center;
  }
  .articulo_tres, .articulo_dos, .articulos_2, .articulos_3 {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 650px) and (min-width: 40em) {
  .articulo_tres, .articulo_dos, .articulos_2, .articulos_3 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 650px) {
  img.articulo-imagen, .efemeride img {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
  }
  .articulo_tres a, .articulo_dos a {
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
  .titulo-evento {
    padding-left: 10px;
  }
  .fecha-evento {
    margin-right: 0;
  }
  .unach, .redes {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 650px) and (min-width: 40em) {
  .unach, .redes {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 585px) {
  .titulo-evento {
    width: 70%;
  }
  .logo-busqueda .buscador-idioma-correo {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .redes, div#contador {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 585px) and (min-width: 40em) {
  .redes, div#contador {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}


