body.anagramas-index-page .bd-example > .alert + .alert,
body.anagramas-index-page .bd-example > .nav + .nav,
body.anagramas-index-page .bd-example > .navbar + .navbar,
body.anagramas-index-page .bd-example > .progress + .btn,
body.anagramas-index-page .bd-example > .progress + .progress {
  margin-top: 1rem;
}
body.anagramas-index-page .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
body.anagramas-index-page .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
body.anagramas-index-page .lifted {
  border-radius: 4px;
}
body.anagramas-index-page .lifted:before,
body.anagramas-index-page .lifted:after {
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);
}
body.anagramas-index-page .lifted:after {
  right: 10px;
  left: auto;
  transform: rotate(3deg);
}
body.anagramas-index-page .drop-shadow {
  position: relative;
  float: left;
  width: 97%;
  padding: 1em;
  margin: 0.3em 10px 3.3em;
  background: #fff;
  box-shadow:
    0 1px 4px rgba(75, 108, 162, 0.3),
    0 0 40px rgba(75, 108, 162, 0.1) inset;
}
body.anagramas-index-page .drop-shadow:before,
body.anagramas-index-page .drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
}
body.anagramas-index-page .drop-shadow p {
  font-size: 13px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
}
body.anagramas-index-page .drop-shadow div {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-size: 14px;
}
body.anagramas-index-page .drop-shadow ul {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-size: 13px;
}
body.anagramas-index-page .check-list {
  margin: 0;
  padding-left: 1.2rem;
}
body.anagramas-index-page .check-list li {
  position: relative;
  list-style-type: none;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
body.anagramas-index-page .check-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 5px;
  height: 11px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #00a8a8;
  transform-origin: bottom left;
  transform: rotate(45deg);
}
body.anagramas-index-page .btn-2 {
  background-color: #00afd1;
}
body.anagramas-index-page .btn-2 .round {
  background-color: #00c4eb;
}
body.anagramas-index-page .txt {
  font-size: 14px;
  line-height: 1.45;
}
body.anagramas-index-page .type-1 a:hover {
  padding-left: 48px;
  padding-right: 28px;
}
body.anagramas-index-page .type-1 a:hover .round {
  width: calc(100% - 6px);
  border-radius: 30px;
}
body.anagramas-index-page .type-1 a:hover .round i {
  left: 12%;
}
body.anagramas-index-page .drop-shadow a {
  text-decoration: none;
  border-radius: 30px;
  padding: 12px 53px 12px 23px;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
}
body.anagramas-index-page .drop-shadow a span {
  position: relative;
  z-index: 3;
}
body.anagramas-index-page .drop-shadow a .round {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 3px;
  top: 3px;
  transition: all 0.3s ease-out;
  z-index: 2;
}
body.anagramas-index-page .drop-shadow a .round i {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
  transition: all 0.3s;
}
body.logic-page {
  font-size: 11px;
  font-family: Verdana, Geneva, sans-serif;
  color: #333;
}
body.logic-page table {
  border-collapse: collapse;
}
body.logic-page tr {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
body.logic-page .titulos_1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #3e619a;
  margin-bottom: 10px;
}
body.logic-page .texto_tabla {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000;
}
body.logic-page #content {
  margin: 20px auto 0;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 740px;
}
body.logic-page #cardPile {
  margin: 0 auto;
}
body.logic-page #cardSlots div,
body.logic-page #cardPile div {
  float: left;
  width: 182px;
  height: 23px;
  padding: 2px;
  border-radius: 2px;
  margin: 3px;
  background: #fff;
}
body.logic-page #cardSlots div.hovered {
  background: #aaa;
}
body.logic-page #cardPile div {
  background: #666;
  color: #fff;
  font-size: 12px;
}
body.logic-page #cardPile div.ui-draggable-dragging {
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8);
}
body.logic-page #card1.correct {
  background: red;
}
body.logic-page #card2.correct {
  background: brown;
}
body.logic-page #card3.correct {
  background: orange;
}
body.logic-page #card4.correct {
  background: #ff0;
}
body.logic-page #card5.correct {
  background: green;
}
body.logic-page #card6.correct {
  background: cyan;
}
body.logic-page #card7.correct {
  background: blue;
}
body.logic-page #card8.correct {
  background: indigo;
}
body.logic-page #card9.correct {
  background: purple;
}
body.logic-page #card10.correct {
  background: violet;
}
body.logic-page #successMessage {
  position: absolute;
  margin: 0 auto;
  width: 0;
  height: 0;
  z-index: 100;
  display: none;
}
body.logic-page #successMessagee {
  background: #dfd;
  border: 2px solid #333;
  border-radius: 10px;
  box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.8);
  padding: 10px;
}
body.logic-page select {
  font-size: 12px;
  width: 182px;
}
body.logic-page .menu_1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #fff;
  text-decoration: none;
}
body.logic-page .menu_1 a {
  color: #fff;
  text-decoration: none;
}
body.logic-page .menu_1 a:hover {
  color: #fff;
  text-decoration: underline;
}
body.enc-page .Estilo2 {
  color: #c00;
}
body.anagrama-page .example_responsive_1 {
  width: 330px;
  height: 604px;
}
body.quick-page .example_responsive_1 {
  width: 330px;
  height: 574px;
}
body.sopa-page .example_responsive_1 {
  width: 330px;
  height: 565px;
}
body.autodef-page .example_responsive_1 {
  width: 340px;
  height: 579px;
}
body.autodef-inactive-page .example_responsive_1 {
  width: 330px;
  height: 574px;
}
body.crucigrama-page .example_responsive_1 {
  width: 330px;
  height: 574px;
}
body.crucigrama-inactive-page .example_responsive_1 {
  width: 330px;
  height: 574px;
}
body.cruzapalabra-page .example_responsive_1 {
  width: 330px;
  height: 574px;
}
body.bilingues-page .PuzzleTitle {
  display: none;
}
body.bilingues-page .example_responsive_1 {
  width: 330px;
  height: 574px;
}
.home-ad-tres .example_responsive_1 {
  width: 340px;
  height: 579px;
}
.home-ad-cuatro .example_responsive_1 {
  width: 330px;
  height: 524px;
}
body.error-404-page {
  margin: 40px;
  padding: 0;
  font:
    84% Arial,
    Helvetica,
    sans-serif;
  line-height: 160%;
}
body.error-404-page #main {
  width: 610px;
  margin: 0 auto;
}
body.error-404-page pre {
  font:
    14px mono,
    courier-new,
    courier,
    monospace;
  border: 1px dotted #000;
  margin: 3px;
  padding: 3px;
  background-color: #cfe2fe;
}
body.error-404-page h1 {
  color: #014e62;
  font-size: 240%;
}
body.error-404-page a:link,
body.error-404-page a:visited,
body.error-404-page a:hover {
  color: #000;
  text-decoration: none;
  background-color: #cfe2fe;
}
.router-404-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 6px 10px 12px;
}
.router-404-top {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(250px, 0.95fr);
  gap: 18px;
  align-items: stretch;
}
.router-404-card {
  background: linear-gradient(180deg, #f6f8fc 0, #f1f4f9 100%);
  border: 1px solid #d8e0eb;
  border-radius: 16px;
  padding: 22px 24px;
  text-align: left;
  box-shadow: 0 8px 22px rgba(37, 59, 107, 0.08);
}
.router-404-kicker {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e5edf9;
  color: #365c9c;
  font:
    700 12px/1 Arial,
    Helvetica,
    sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.router-404-title {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.08;
  color: #264b86;
  font-weight: 700;
}
.router-404-lead {
  margin: 0 0 6px;
  color: #4f6588;
  font-size: 16px;
  line-height: 1.45;
}
.router-404-text {
  margin: 0;
  color: #22314f;
  font-size: 16px;
  line-height: 1.45;
}
.router-404-actions {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.router-404-btn {
  display: inline-block;
  background: #2e66dd;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 12px;
  padding: 10px 18px;
  font-size: 16px;
}
.router-404-btn:hover {
  background: #204fb3;
}
.router-404-side {
  display: grid;
  gap: 14px;
}
.router-404-ad {
  background: #f6f6f6;
  border: 1px solid #e4e7ed;
  border-radius: 14px;
  padding: 10px;
  min-height: 172px;
  box-sizing: border-box;
  overflow: hidden;
}
.router-404-ad ins.adsbygoogle {
  display: block !important;
  width: 100% !important;
  min-height: 152px !important;
}
.router-404-grid {
  margin: 18px auto 0;
  max-width: 980px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.router-404-topic {
  background: #f7f8fa;
  border: 1px solid #e7eaf0;
  border-radius: 12px;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 14px 10px 15px;
  min-height: 154px;
}
.router-404-topic img {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto 8px;
}
.router-404-topic-title {
  margin: 0;
  color: #1f2937;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 700;
}
.router-404-topic-subtitle {
  margin: 7px 0 0;
  color: #2e66dd;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}
.router-solution-layout {
  max-width: 930px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: stretch;
  justify-content: center;
}
.router-solution-main {
  flex: 1 1 560px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.router-solution-card {
  width: 100%;
  max-width: 560px;
  background: #e9edf1;
  border: 1px solid #d5dde6;
  border-radius: 10px;
  padding: 34px 28px;
  text-align: center;
}
.router-solution-title {
  margin: 0 0 18px;
  font-size: 52px;
  line-height: 1.05;
  font-weight: 700;
  color: #123d75;
}
.router-solution-title-error {
  font-size: 38px;
  color: #7b1f24;
}
.router-solution-intro {
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #123d75;
}
.router-solution-actions {
  margin-top: 20px;
}
.router-solution-btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  background: #4f7ec2;
  font-weight: 700;
}
.router-solution-error {
  font-size: 22px;
  line-height: 1.4;
  color: #7b1f24;
  font-weight: 700;
}
.router-solution-aside {
  width: 336px;
  max-width: 336px;
}
.router-solution-aside img {
  width: 100%;
  height: auto;
  border: 0;
  display: block;
}
@media (max-width: 1024px) {
  .router-404-top {
    grid-template-columns: 1fr;
  }
  .router-404-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  .router-solution-layout {
    flex-direction: column;
    align-items: center;
  }
  .router-solution-aside {
    width: 100%;
    max-width: 336px;
  }
  .router-solution-title {
    font-size: 40px;
  }
  .router-solution-intro,
  .router-solution-error {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .router-404-card {
    padding: 18px 16px;
  }
  .router-404-title {
    font-size: 24px;
  }
  .router-404-lead,
  .router-404-text {
    font-size: 15px;
  }
  .router-404-btn {
    font-size: 15px;
    border-radius: 10px;
  }
  .router-404-side {
    grid-template-columns: 1fr;
  }
  .router-404-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .router-404-topic {
    min-height: 144px;
  }
  .router-404-topic-title {
    font-size: 16px;
  }
  .router-404-topic-subtitle {
    font-size: 14px;
  }
}
.listado_1 li a:active,
.listado_1 li a:focus,
.listado_1 li a:hover,
.listado_1 li a:visited {
  color: #000;
  background: #f5f8fe;
}
.crumb-wrapper ul.local-nav li a {
  color: #000;
}
.ButtonText {
  font-size: 14px;
}
.cc-cookies {
  position: fixed;
  width: 90%;
  left: 0;
  bottom: 0;
  padding: 0.5em 5%;
  background: #565656;
  background: rgba(86, 86, 86, 0.95);
  color: #fff;
  font-size: 13px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  z-index: 99999;
  text-align: center;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.cc-cookies a,
.cc-cookies a:hover {
  color: #fff;
  text-decoration: underline;
}
.cc-cookies a:hover {
  text-decoration: none;
}
.cc-overlay {
  height: 100%;
  padding-top: 25%;
}
.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #fff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}
.cc-cookies a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #06c;
  padding: 0.5em 0.75em;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
  background: #af3b3b;
  margin-left: 0.5em;
}
.cc-cookies a.cc-cookie-reset {
  background: #f15b00;
}
.cc-cookies a:hover.cc-cookie-accept,
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-reset,
.cc-cookies-error a:hover.cc-cookie-accept,
.cc-cookies-error a:hover.cc-cookie-decline {
  background: #000;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}
.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}
.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: 0 0;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}
.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cc-cookies a.cc-cookie-accept,
  .cc-cookies a.cc-cookie-decline,
  .cc-cookies a.cc-cookie-reset {
    display: block;
    margin: 1em 0;
  }
}
@media screen and (max-width: 480px) {
  .cc-cookies {
    position: relative;
    float: left;
  }
}
.asd a {
  font-size: 11px;
  color: #06c;
  text-decoration: none;
}
.asd a:hover {
  font-size: 11px;
  color: #08c;
  text-decoration: none;
}
#apDiv1 {
  position: absolute;
  width: 200px;
  height: 40px;
  text-align: left;
  margin-top: -8px;
  margin-left: 530px;
  z-index: 1;
}
#apDiv5 {
  position: absolute;
  width: 175px;
  height: 3px;
  z-index: 1;
  top: 122px;
  left: 50%;
  margin-left: 323px;
}
#apDiv2 {
  position: absolute;
  width: 200px;
  height: 115px;
  z-index: 2;
}
.uu {
  margin-top: -12px;
}
html[data-useragent*="MSIE 10.0"] .uu {
  margin-top: 0;
}
body {
  background-color: #fff;
  margin-left: 0;
  margin-top: 0;
}
.footer_1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.35;
  color: #000;
  text-decoration: none;
  padding-bottom: 10px;
}
.titulo_1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #515055;
  text-decoration: none;
}
.listado_1 li {
  margin-left: -10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: #4b6ca2;
}
.listado_1 li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #000;
}
.listado_1 li a:hover {
  color: #ff4f4f;
}
.titulos_1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #000;
  text-decoration: none;
}
.izq {
  margin-right: 32px;
  margin-bottom: 20px;
}
.curva {
  margin-top: 19px;
  height: 273px;
  width: 338px;
  padding-top: 7px;
  padding-left: 10px;
  margin-left: 37px;
  margin-bottom: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #4b6ca2;
  behavior: url(border-radius.htc);
  background-color: #f5f8fe;
}
.curva1 {
  margin-top: 19px;
  height: 273px;
  width: 408px;
  padding-top: 7px;
  padding-left: 10px;
  margin-left: 37px;
  margin-bottom: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #4b6ca2;
  behavior: url(border-radius.htc);
  background-color: #f5f8fe;
}
.menu_1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #fff;
  text-decoration: none;
}
.menu_1 a {
  color: #fff;
  text-decoration: none;
}
.menu_1 a:hover {
  color: #fff;
  text-decoration: underline;
}
.text_1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.text_1 a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
.text_2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #000;
  text-decoration: none;
}
.boton {
  background-image: url(img/boton_n.jpg);
  background-repeat: repeat;
  height: 25px;
  width: 161px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-indent: 12px;
  font-weight: 400;
  cursor: hand;
}
.text_3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.titulo_sec {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  text-indent: 10px;
  font-style: italic;
}
.enlace {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  text-decoration: none;
}
.enlace1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.enlace1 a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.enlace1 a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  text-indent: 10px;
}
.tit2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}
.fondo2 {
  background-repeat: no-repeat;
}
.tit_autodef {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #036;
  text-decoration: none;
}
.fecha {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
}
.titulo_secSudok {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-style: italic;
  text-indent: 6pt;
}
.emailportada {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.pie {
  background-image: url(imagen_nuevas/pie.png);
}
.pie_texto {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #000;
  text-decoration: none;
  width: 350px;
  margin-left: 20px;
  margin-top: 15px;
  float: left;
}
.medio-foto {
  background-image: url(imagen_nuevas/medio.png);
}
.text_medio {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  width: 300px;
  margin: 10px;
  text-align: justify;
}
.logo_inferior {
  background-image: url(imagen_nuevas/logo_inferior_nuevo.jpg);
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  text-indent: 10px;
  font-style: italic;
  text-align: left;
}
.hora {
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pie_texto_der {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #000;
  text-decoration: none;
  width: 300px;
  margin-top: 5px;
  float: right;
}
.texto_tabla {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000;
}
#enviado {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
#tellfriend {
  position: absolute;
  margin-top: -260px;
  left: 50%;
  margin-left: -200px;
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  width: 380px;
  z-index: 10000;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #f2f2f2;
}
#tellfriend a.close {
  position: absolute;
  right: -10px;
  top: -10px;
  background: url(fancy_closebox.png) no-repeat;
  height: 30px;
  width: 30px;
  overflow: hidden;
  text-indent: -1000px;
}
#tellfriend form textarea {
  height: 80px;
}
.contact-form {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #f2f2f2;
}
.contact-form form input.std_input {
  margin-bottom: 10px;
}
form label.clear {
  clear: both;
  float: left;
  margin-top: 10px;
}
form label.full {
  width: 99%;
}
form label.required {
  font-weight: 700;
}
form select {
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  font:
    14px "Helvetica Neue",
    Arial,
    Helvetica,
    Geneva,
    sans-serif;
  color: #6e6e6e;
}
form label {
  color: grey;
  font-size: 14px;
}
form input.std_input,
form textarea {
  border: 1px solid #ccc;
  width: 97%;
  font:
    15px "Helvetica Neue",
    Arial,
    Helvetica,
    Geneva,
    sans-serif;
  padding: 5px;
  color: #6e6e6e;
}
form table {
  width: 100%;
}
form table input.std_input {
  width: 93%;
}
form table.three-col input.std_input {
  width: 90%;
}
form input.form_but {
  margin-top: 10px;
  background-color: #93ba31;
  border: 3px solid #afdd39;
  color: #fff;
  font:
    bold 15px "Helvetica Neue",
    Arial,
    Helvetica,
    Geneva,
    sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 10px;
}
.listado_1 li {
  color: #000;
}
a:hover.politica {
  color: #ff4f4f;
  text-decoration: none;
}
a.politica {
  color: #000;
  text-decoration: none;
}
.tutorial {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  background-color: #ededed;
}
.tutorial ul {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tutorial ul li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  display: inline-block;
  padding: 6px 15px 5px;
  position: relative;
}
.tutorial ul li a {
  color: #000;
  text-decoration: none;
}
.tutorial ul li ul {
  display: none;
  z-index: 10000;
}
.tutorial ul li:hover {
  cursor: pointer;
  background-color: #ff9898;
}
.tutorial ul li:hover ul {
  display: block;
  margin-top: 5px;
  width: 200px;
  left: 0;
  position: absolute;
}
.tutorial ul li:hover ul li {
  display: block;
  background-color: #f2f2f2;
}
.tutorial ul li:hover ul li:hover {
  background-color: #e0e0e0;
}
.tutorial-footer ul li {
  font-size: 14px;
  padding: 6px 10px 4px;
}
.tutorial-footer ul li.active {
  background-color: #ff9898;
}
.tutorial-footer ul li.active a {
  color: #000;
  text-decoration: none;
}
.tutorial:not(.tutorial-footer) ul li.active {
  background-color: transparent;
}
.tutorial:not(.tutorial-footer) ul li.active a {
  color: #000;
}
.tachado {
  text-decoration: line-through;
  color: red;
}
#CurrentClueHint {
  display: none;
  visibility: hidden;
}
.ButtonImage {
  display: none !important;
}
.ButtonText {
  display: inline-block !important;
  vertical-align: top !important;
  width: auto !important;
  margin-top: 7px !important;
  text-decoration: none !important;
  -webkit-border-radius: 62.5rem !important;
  border-radius: 62.5rem !important;
  border-width: 0.0625rem !important;
  border-style: solid !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  font-size: 0.96rem !important;
  line-height: 1.8rem !important;
  padding: 0 0.625rem !important;
  color: #000 !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.ButtonText:active,
.ButtonText:focus,
.ButtonText:hover {
  color: #fff !important;
  background-color: #ff4f4f !important;
  border-color: #ff4f4f !important;
}
body.contact-page {
  background-color: #fff;
  margin: 0;
}
body.contact-page table.GeneratedTable {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #256ebb;
  border-style: solid;
  color: #616161;
}
body.contact-page table.GeneratedTable td,
body.contact-page table.GeneratedTable th {
  border-width: 2px;
  border-color: #ccc;
  border-style: solid;
  padding: 3px;
}
body.contact-page .contact-modern {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}
body.contact-page .contact-modern .field {
  margin-bottom: 12px;
}
body.contact-page .contact-modern label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #222;
}
body.contact-page .contact-modern input[type="text"],
body.contact-page .contact-modern input[type="email"],
body.contact-page .contact-modern textarea {
  width: 100%;
  max-width: 520px;
  border: 1px solid #b9c3d3;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 14px;
  font-family: inherit;
  background: #fff;
}
body.contact-page .contact-modern textarea {
  min-height: 100px;
  resize: vertical;
}
body.contact-page .contact-modern .consent {
  margin: 16px 0 14px;
  font-size: 14px;
  line-height: 1.35;
}
body.contact-page .contact-modern .submit-row {
  margin: 14px 0 8px;
}
body.contact-page .contact-modern .submit-row button {
  border: 1px solid #7789ab;
  border-radius: 4px;
  background: #fff;
  color: #1f3d73;
  font-size: 15px;
  padding: 6px 16px;
  cursor: pointer;
}
body.contact-page .contact-modern .submit-row button:hover {
  background: #f3f6fb;
}
body.contact-page .contact-modern .helper {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
}
body.contact-page .status-ok {
  color: #0a7f2e;
  font-weight: 700;
}
body.contact-page .status-error {
  color: #a40000;
  font-weight: 700;
}
#enl1 > div:first-child,
#enl2 > div:first-child,
#enl3 > div:first-child,
#enl4 > div:first-child,
#enl5 > div:first-child,
#enl6 > div:first-child {
  background-color: #f6f6f6;
  transition: background-color 0.15s ease;
}
#enl1 > div:first-child:hover,
#enl2 > div:first-child:hover,
#enl3 > div:first-child:hover,
#enl4 > div:first-child:hover,
#enl5 > div:first-child:hover,
#enl6 > div:first-child:hover,
#enl1:hover > div:first-child,
#enl2:hover > div:first-child,
#enl3:hover > div:first-child,
#enl4:hover > div:first-child,
#enl5:hover > div:first-child,
#enl6:hover > div:first-child {
  background-color: #eaeaea !important;
}
.tarkus-help-button-source {
  display: none !important;
}
.tarkus-help-button-row {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  white-space: nowrap;
  overflow: visible !important;
  box-sizing: border-box;
}
.tarkus-help-button-row .CCPuzButtons {
  display: inline-block;
  flex: 0 0 auto;
}
.tarkus-help-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: top !important;
  min-height: 27px !important;
  height: 27px !important;
  line-height: 27px !important;
  margin-top: 0 !important;
  padding: 0 18px !important;
  box-sizing: border-box !important;
}
.tarkus-help-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  height: 27px;
  line-height: 27px;
  color: #000;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.tarkus-help-button:hover a,
.tarkus-help-button:focus a {
  color: #fff !important;
}
