Pokémon Wiki

¿Quieres ayudar pero no sabes por dónde comenzar? ¡Revisa cómo colaborar!
También puedes unirte a nuestro servidor de Discord.

LEE MÁS

Pokémon Wiki
Advertisement

Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
@charset "UTF-8";
/* PI */
.portable-infobox {
  --color-enlaces: #006CB0;
  /* http://shouldiprefix.com/#box-shadow ? No!
  -moz-box-shadow:0.1em 0.1em 0.5em #303030;
  -webkit-box-shadow:0.1em 0.1em 0.5em #303030;
  */
  box-shadow: 0.1em 0.1em 0.5em #303030;
  color: black;
  /* http://shouldiprefix.com/#border-radius ? No! */
  border-radius: 0.5em;
  border: 0.35em solid transparent; }
  .portable-infobox > :first-child {
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em; }
  .portable-infobox > :last-child {
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em; }

.portable-infobox .pi-title {
  /* font-size: 200%; */
  font-size: x-large;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  /* &:last-of-type {
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    margin-bottom: 0.25em;
  } */ }
  .portable-infobox .pi-title ~ .pi-title {
    /* font-size: 100%; */
    font-size: medium;
    font-weight: normal;
    padding-top: 0; }

.portable-infobox .pi-image {
  width: 100%; }
  .portable-infobox .pi-image-thumbnail {
    background: white;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    width: 100%;
    height: auto; }
  .portable-infobox .pi-image-collection {
    display: flex;
    flex-flow: column wrap; }
    .portable-infobox .pi-image-collection .pi-image-collection-tabs {
      order: 99; }
    .portable-infobox .pi-image-collection-tabs li {
      border: transparent;
      white-space: normal; }
    .portable-infobox .pi-image-collection-tab-content {
      background-color: transparent;
      align-self: center;
      width: 100%; }

.portable-infobox .pi-caption.pi-item-spacing {
  text-align: center;
  border-color: transparent;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  background-color: white;
  color: black;
  padding: 0;
  margin-bottom: 0.1em; }

.portable-infobox .pi-header {
  /* font-size: 125%; */
  font-size: large;
  text-align: center;
  font-weight: bold; }

.portable-infobox .pi-navigation {
  text-align: center; }

.portable-infobox .pi-data {
  background: white; }
  .portable-infobox .pi-data.pi-border-color {
    border-color: transparent; }
  .portable-infobox .pi-data ~ .pi-data {
    border-top: 1px dotted; }
  .portable-infobox .pi-data .pi-data-label {
    /* -webkit-flex-basis: 125px; /* Chrome <29.0, Safari <9.0  */
    /* -moz-flex-basis: 125px; /* Chrome <29.0, Safari <9.0  */
    flex-basis: 125px; }

.portable-infobox .pi-horizontal-group .pi-horizontal-group-item {
  border: transparent;
  background: white; }
.portable-infobox .pi-horizontal-group .pi-data-value.pi-horizontal-group-item:empty {
  /* content: url(//vignette3.wikia.nocookie.net/fishtank-sandbox/images/1/19/Back-x.svg/revision/latest/scale-to-width-down/12); */
  margin-left: auto;
  margin-right: auto; }
.portable-infobox .pi-horizontal-group .pi-data-value.pi-horizontal-group-item:first-of-type:not(:empty) {
  border-style: solid;
  border-right-width: 12px;
  border-image-slice: 0 12 0 0;
  border-image-source: url(//vignette4.wikia.nocookie.net/fishtank-sandbox/images/8/84/Arrow-left3.svg/revision/latest/scale-to-width-down/12); }
.portable-infobox .pi-horizontal-group .pi-data-value.pi-horizontal-group-item:last-of-type:not(:empty) {
  border-style: solid;
  border-left-width: 12px;
  border-image-slice: 0 0 0 12;
  border-image-source: url(//vignette1.wikia.nocookie.net/fishtank-sandbox/images/9/9f/Arrow-right3.svg/revision/latest/scale-to-width-down/12); }

.portable-infobox:not(.pi-theme-episodio-internal) .pi-horizontal-group .pi-horizontal-group-item:nth-of-type(2) {
  width: 2.7em; }

.portable-infobox hr {
  margin: 3px; }

/* Tipos de PI */
.portable-infobox.pi-theme-carta.pi-background, .pi-background.portable-infobox.pi-theme-carta_entrenador, .portable-infobox.pi-theme-carta .pi-title, .portable-infobox.pi-theme-carta_entrenador .pi-title, .portable-infobox.pi-theme-carta .pi-header, .portable-infobox.pi-theme-carta_entrenador .pi-header, .portable-infobox.pi-theme-carta .pi-navigation, .portable-infobox.pi-theme-carta_entrenador .pi-navigation {
  background-color: var(--tipo-color-básico);
  border-color: var(--tipo-color-básico); }
.portable-infobox.pi-theme-carta .pi-image, .portable-infobox.pi-theme-carta_entrenador .pi-image {
  padding-bottom: 5px; }
.portable-infobox.pi-theme-carta .pi-navigation a, .portable-infobox.pi-theme-carta_entrenador .pi-navigation a {
  color: #FFFFFF; }
.portable-infobox.pi-theme-carta .pi-tab-link.current, .portable-infobox.pi-theme-carta_entrenador .pi-tab-link.current, .portable-infobox.pi-theme-carta .pi-data-label.pi-horizontal-group-item, .portable-infobox.pi-theme-carta_entrenador .pi-data-label.pi-horizontal-group-item {
  background-color: var(--tipo-color-resaltado); }
.portable-infobox.pi-theme-carta .pi-data-label:empty:before, .portable-infobox.pi-theme-carta_entrenador .pi-data-label:empty:before {
  content: "—";
}
.portable-infobox.pi-theme-carta_entrenador {
  --tipo-color-básico: #A4A4A4; }

.portable-infobox.pi-theme-ciudad {
  --color-resaltado: #C79F00;
  --color-básico: #FFCC00;
  --color-fondo: #FFFFEE;
  --color-encabezado-texto: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-resaltado); }
  .portable-infobox.pi-theme-ciudad .pi-image-collection .pi-image-collection-tabs, .portable-infobox.pi-theme-ciudad .pi-caption {
    background-color: var(--color-fondo); }
  .portable-infobox.pi-theme-ciudad .pi-title, .portable-infobox.pi-theme-ciudad .pi-header, .portable-infobox.pi-theme-ciudad pi-data-label, .portable-infobox.pi-theme-ciudad .pi-navigation {
    color: var(--color-encabezado-texto); }
  .portable-infobox.pi-theme-ciudad > .pi-image, .portable-infobox.pi-theme-ciudad .pi-group > .pi-image {
    width: auto; }
  .portable-infobox.pi-theme-ciudad .pi-image, .portable-infobox.pi-theme-ciudad .pi-image-collection {
    padding: 5px; }
  .portable-infobox.pi-theme-ciudad .pi-image-collection .pi-image-collection-tabs {
    order: 99;
    background-color: #FFFFFF;
    background-color: var(--color-fondo);
    border-width: 2px;
    border-style: solid;
    border-top-width: 0;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    color: var(--color-enlaces);
    margin-right: 0; }
    .portable-infobox.pi-theme-ciudad .pi-image-collection .pi-image-collection-tabs .pi-tab-link {
      background: transparent;
      border-style: none;
      display: inline;
      margin: 0;
      padding: 0;
      font-size: smaller; }
    .portable-infobox.pi-theme-ciudad .pi-image-collection .pi-image-collection-tabs li {
      max-width: inherit; }
    .portable-infobox.pi-theme-ciudad .pi-image-collection .pi-image-collection-tabs li.current {
      color: #000000; }
    .portable-infobox.pi-theme-ciudad .pi-image-collection .pi-image-collection-tabs .pi-tab-link:after {
      content: "•";
      font-weight: normal;
      width: 1em;
      padding-right: 3px;
      color: black;
      text-decoration: none; }
    .portable-infobox.pi-theme-ciudad .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child:after {
      content: none; }
  .portable-infobox.pi-theme-ciudad .pi-image-collection .pi-image {
    border-width: 2px;
    border-style: solid;
    border-bottom-width: 0;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em; }
  .portable-infobox.pi-theme-ciudad .pi-data.pi-item-spacing {
    padding: 0; }
  .portable-infobox.pi-theme-ciudad .pi-data ~ .pi-data {
    border-top: none; }
    .portable-infobox.pi-theme-ciudad .pi-data ~ .pi-data .pi-data-value {
      border-top-width: 1px;
      border-top-style: dotted; }
  .portable-infobox.pi-theme-ciudad .pi-data-label, .portable-infobox.pi-theme-ciudad .pi-data-value {
    padding: 5px;
    text-align: center; }
  .portable-infobox.pi-theme-ciudad .pi-data-value {
    display: block;
    align-items: center;
    justify-content: center;
    border-style: none; }
  .portable-infobox.pi-theme-ciudad .pi-header {
    border-top-width: 3px;
    border-top-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid; }
  .portable-infobox.pi-theme-ciudad .pi-data-label a, .portable-infobox.pi-theme-ciudad .pi-navigation a {
    color: var(--color-encabezado-texto); }

.portable-infobox.pi-theme-cuadro.pi-background, .portable-infobox.pi-theme-cuadro .pi-title, .portable-infobox.pi-theme-cuadro .pi-header, .portable-infobox.pi-theme-cuadro .pi-navigation {
  background-color: var(--tipo-color-básico);
  border-color: var(--tipo-color-básico); }
.portable-infobox.pi-theme-cuadro .pi-tab-link.current, .portable-infobox.pi-theme-cuadro .pi-data-label.pi-horizontal-group-item {
  background-color: var(--tipo-color-resaltado); }

.portable-infobox.pi-theme-cuadro_movimiento {
  --color-básico: #dcdcdc; }
  .portable-infobox.pi-theme-cuadro_movimiento .pi-group .pi-header {
    background-color: var(--color-básico); }
  .portable-infobox.pi-theme-cuadro_movimiento > .pi-data .pi-data-label {
    text-align: right;
    flex-basis: 175px; }
  .portable-infobox.pi-theme-cuadro_movimiento .pi-group .pi-data-label {
    text-align: right;
    flex-basis: 200px; }
  .portable-infobox.pi-theme-cuadro_movimiento > .pi-group ~ .pi-group > .pi-header:first-of-type {
    background-color: var(--tipo-color-básico); }
  .portable-infobox.pi-theme-cuadro_movimiento .pi-data-value {
    text-align: center; }
  .portable-infobox.pi-theme-cuadro_movimiento.pi-background, .portable-infobox.pi-theme-cuadro_movimiento .pi-title, .portable-infobox.pi-theme-cuadro_movimiento .pi-header, .portable-infobox.pi-theme-cuadro_movimiento .pi-navigation {
    background-color: var(--tipo-color-básico);
    border-color: var(--tipo-color-básico); }

.portable-infobox.pi-theme-edificio {
  --color-resaltado: #CF6A5F;
  --color-básico: #FA8072;
  --color-fondo: #FAEAE8;
  --color-encabezado-texto: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-resaltado); }
  .portable-infobox.pi-theme-edificio .pi-image-collection .pi-image-collection-tabs, .portable-infobox.pi-theme-edificio .pi-caption {
    background-color: var(--color-fondo); }
  .portable-infobox.pi-theme-edificio .pi-title, .portable-infobox.pi-theme-edificio .pi-header, .portable-infobox.pi-theme-edificio pi-data-label, .portable-infobox.pi-theme-edificio .pi-navigation {
    color: var(--color-encabezado-texto); }
  .portable-infobox.pi-theme-edificio > .pi-image, .portable-infobox.pi-theme-edificio .pi-group > .pi-image {
    width: auto; }
  .portable-infobox.pi-theme-edificio .pi-image, .portable-infobox.pi-theme-edificio .pi-image-collection {
    padding: 5px; }
  .portable-infobox.pi-theme-edificio .pi-image-collection .pi-image-collection-tabs {
    order: 99;
    background-color: #FFFFFF;
    background-color: var(--color-fondo);
    border-width: 2px;
    border-style: solid;
    border-top-width: 0;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    color: var(--color-enlaces);
    margin-right: 0; }
    .portable-infobox.pi-theme-edificio .pi-image-collection .pi-image-collection-tabs .pi-tab-link {
      background: transparent;
      border-style: none;
      display: inline;
      margin: 0;
      padding: 0;
      font-size: smaller; }
    .portable-infobox.pi-theme-edificio .pi-image-collection .pi-image-collection-tabs li {
      max-width: inherit; }
    .portable-infobox.pi-theme-edificio .pi-image-collection .pi-image-collection-tabs li.current {
      color: #000000; }
    .portable-infobox.pi-theme-edificio .pi-image-collection .pi-image-collection-tabs .pi-tab-link:after {
      content: "•";
      font-weight: normal;
      width: 1em;
      padding-right: 3px;
      color: black;
      text-decoration: none; }
    .portable-infobox.pi-theme-edificio .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child:after {
      content: none; }
  .portable-infobox.pi-theme-edificio .pi-image-collection .pi-image {
    border-width: 2px;
    border-style: solid;
    border-bottom-width: 0;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em; }
  .portable-infobox.pi-theme-edificio .pi-data.pi-item-spacing {
    padding: 0; }
  .portable-infobox.pi-theme-edificio .pi-data ~ .pi-data {
    border-top: none; }
    .portable-infobox.pi-theme-edificio .pi-data ~ .pi-data .pi-data-value {
      border-top-width: 1px;
      border-top-style: dotted; }
  .portable-infobox.pi-theme-edificio .pi-data-label, .portable-infobox.pi-theme-edificio .pi-data-value {
    padding: 5px;
    text-align: center; }
  .portable-infobox.pi-theme-edificio .pi-data-value {
    display: block;
    align-items: center;
    justify-content: center;
    border-style: none; }
  .portable-infobox.pi-theme-edificio .pi-header {
    border-top-width: 3px;
    border-top-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid; }
  .portable-infobox.pi-theme-edificio .pi-data-label a, .portable-infobox.pi-theme-edificio .pi-navigation a {
    color: var(--color-encabezado-texto); }

.portable-infobox.pi-theme-entrenador {
  --color-resaltado: #2C942C;
  --color-básico: #48B344;
  --color-fondo: #FFFFFF;
  --color-encabezado-texto: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-resaltado); }
  .portable-infobox.pi-theme-entrenador .pi-title, .portable-infobox.pi-theme-entrenador .pi-header, .portable-infobox.pi-theme-entrenador pi-data-label, .portable-infobox.pi-theme-entrenador .pi-navigation {
    color: var(--color-encabezado-texto); }
  .portable-infobox.pi-theme-entrenador > .pi-image, .portable-infobox.pi-theme-entrenador .pi-group > .pi-image {
    width: auto; }
  .portable-infobox.pi-theme-entrenador .pi-image, .portable-infobox.pi-theme-entrenador .pi-image-collection {
    padding: 5px; }
  .portable-infobox.pi-theme-entrenador .pi-image-collection .pi-image-collection-tabs {
    order: 99;
    background-color: #FFFFFF;
    background-color: var(--color-fondo);
    border-width: 2px;
    border-style: solid;
    border-top-width: 0;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    color: var(--color-enlaces);
    margin-right: 0; }
    .portable-infobox.pi-theme-entrenador .pi-image-collection .pi-image-collection-tabs .pi-tab-link {
      background: transparent;
      border-style: none;
      display: inline;
      margin: 0;
      padding: 0;
      font-size: smaller; }
    .portable-infobox.pi-theme-entrenador .pi-image-collection .pi-image-collection-tabs li {
      max-width: inherit; }
    .portable-infobox.pi-theme-entrenador .pi-image-collection .pi-image-collection-tabs li.current {
      color: #000000; }
    .portable-infobox.pi-theme-entrenador .pi-image-collection .pi-image-collection-tabs .pi-tab-link:after {
      content: "•";
      font-weight: normal;
      width: 1em;
      padding-right: 3px;
      color: black;
      text-decoration: none; }
    .portable-infobox.pi-theme-entrenador .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child:after {
      content: none; }
  .portable-infobox.pi-theme-entrenador .pi-image-collection .pi-image {
    border-width: 2px;
    border-style: solid;
    border-bottom-width: 0;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em; }
  .portable-infobox.pi-theme-entrenador .pi-data.pi-item-spacing {
    padding: 0; }
  .portable-infobox.pi-theme-entrenador .pi-data ~ .pi-data {
    border-top: none; }
    .portable-infobox.pi-theme-entrenador .pi-data ~ .pi-data .pi-data-value {
      border-top-width: 1px;
      border-top-style: dotted; }
  .portable-infobox.pi-theme-entrenador .pi-data-label, .portable-infobox.pi-theme-entrenador .pi-data-value {
    padding: 5px;
    text-align: center; }
  .portable-infobox.pi-theme-entrenador .pi-data-value {
    display: block;
    align-items: center;
    justify-content: center;
    border-style: none; }
  .portable-infobox.pi-theme-entrenador .pi-header {
    border-top-width: 3px;
    border-top-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid; }
  .portable-infobox.pi-theme-entrenador .pi-data-label a, .portable-infobox.pi-theme-entrenador .pi-navigation a {
    color: var(--color-encabezado-texto); }

.portable-infobox.pi-theme-episodio-internal {
  clear: none;
  float: none;
  width: 35%;
  margin: 5px;
  background-color: #E8ECF9; }
  .portable-infobox.pi-theme-episodio-internal .pi-header, .portable-infobox.pi-theme-episodio-internal .pi-navigation {
    background-color: #CCCCFF; }
  .portable-infobox.pi-theme-episodio-internal .pi-image {
    width: 100%;
    height: 100%;
    max-height: 175px;
    max-width: 300px;
    margin: auto;
    overflow: hidden; }
    .skin-monobook .portable-infobox.pi-theme-episodio-internal .pi-image-thumbnail {
      width: 100%;
      width: auto;
      height: 100%;
      height: 13.5em;
      max-height: 13.5em;
      object-fit: fill; }

    .skin-oasis .portable-infobox.pi-theme-episodio-internal .pi-image-thumbnail {
      width: 100%;
      width: auto;
      height: 100%;
      height: 13.5em;
      max-height: 10.5em;
      object-fit: fill; }
.portable-infobox.pi-theme-episodio-títulos {
  --color-resaltado: #CCCCFF;
  --color-básico: #667CC6;
  --color-fondo: #FFFFFF;
  --color-encabezado-texto: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-básico); }
  .portable-infobox.pi-theme-episodio-títulos.pi-background {
    background-color: var(--color-básico); }
  table .portable-infobox.pi-theme-episodio-títulos {
    clear: none;
    float: none;
    width: 100%;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    border: 0; }
    table .portable-infobox.pi-theme-episodio-títulos .pi-title {
      font-size: large; }
      table .portable-infobox.pi-theme-episodio-títulos .pi-title ~ .pi-title {
        /* display: inline; */
        /* display: inline-block; */
        /* display: inline-flex; */ }
  .portable-infobox.pi-theme-episodio-títulos .pi-header {
    border-color: var(--color-básico); }
  .portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-image,
  .portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-image-collection-tabs,
  .portable-infobox.pi-theme-episodio-títulos .pi-caption {
    border-color: var(--color-básico);
    background-color: var(--color-fondo); }
  .portable-infobox.pi-theme-episodio-títulos .pi-image-collection-tabs li.current {
    color: var(--color-básico); }
  .portable-infobox.pi-theme-episodio-títulos .pi-title {
    color: #FFFFFF; }
  .portable-infobox.pi-theme-episodio-títulos .pi-header, .portable-infobox.pi-theme-episodio-títulos .pi-data-label, .portable-infobox.pi-theme-episodio-títulos .pi-navigation, .portable-infobox.pi-theme-episodio-títulos .pi-image, .portable-infobox.pi-theme-episodio-títulos .pi-image-collection {
    background-color: var(--color-resaltado);
    color: black; }
  .portable-infobox.pi-theme-episodio-títulos > .pi-image, .portable-infobox.pi-theme-episodio-títulos .pi-group > .pi-image {
    width: auto; }
  .portable-infobox.pi-theme-episodio-títulos .pi-image, .portable-infobox.pi-theme-episodio-títulos .pi-image-collection {
    padding: 5px; }
  .portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-image-collection-tabs {
    order: 99;
    background-color: #FFFFFF;
    background-color: var(--color-fondo);
    border-width: 2px;
    border-style: solid;
    border-top-width: 0;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    color: var(--color-enlaces);
    margin-right: 0; }
    .portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-image-collection-tabs .pi-tab-link {
      background: transparent;
      border-style: none;
      display: inline;
      margin: 0;
      padding: 0;
      font-size: smaller; }
    .portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-image-collection-tabs li {
      max-width: inherit; }
    .portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-image-collection-tabs li.current {
      color: #000000; }
    .portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-image-collection-tabs .pi-tab-link:after {
      content: "•";
      font-weight: normal;
      width: 1em;
      padding-right: 3px;
      color: black;
      text-decoration: none; }
    .portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child:after {
      content: none; }
  .portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-image {
    border-width: 2px;
    border-style: solid;
    border-bottom-width: 0;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em; }
  .portable-infobox.pi-theme-episodio-títulos .pi-data.pi-item-spacing {
    padding: 0; }
  .portable-infobox.pi-theme-episodio-títulos .pi-data ~ .pi-data {
    border-top: none; }
    .portable-infobox.pi-theme-episodio-títulos .pi-data ~ .pi-data .pi-data-value {
      border-top-width: 1px;
      border-top-style: dotted; }
  .portable-infobox.pi-theme-episodio-títulos .pi-data-label, .portable-infobox.pi-theme-episodio-títulos .pi-data-value {
    padding: 5px;
    text-align: center; }
  .portable-infobox.pi-theme-episodio-títulos .pi-data-value {
    display: block;
    align-items: center;
    justify-content: center;
    border-style: none; }
  .portable-infobox.pi-theme-episodio-títulos .pi-header {
    border-top-width: 3px;
    border-top-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid; }
  .portable-infobox.pi-theme-episodio-títulos .pi-data-label a, .portable-infobox.pi-theme-episodio-títulos .pi-navigation a {
    color: var(--color-encabezado-texto); }

.portable-infobox.pi-theme-episodio-especial-internal {
  clear: none;
  float: none;
  width: 35%;
  margin: 5px;
  background-color: #E8ECF9; }
  .portable-infobox.pi-theme-episodio-especial-internal .pi-header, .portable-infobox.pi-theme-episodio-especial-internal .pi-navigation {
    background-color: #EDCDF5; }
.portable-infobox.pi-theme-episodio-especial-títulos {
  --color-resaltado: #EDCDF5;
  --color-básico: #B366C6;
  --color-fondo: #FCF8FF;
  --color-encabezado-texto: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-básico); }
  .portable-infobox.pi-theme-episodio-especial-títulos.pi-background {
    background-color: var(--color-básico); }
  table .portable-infobox.pi-theme-episodio-especial-títulos {
    clear: none;
    float: none;
    width: 100%;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    border: 0; }
    table .portable-infobox.pi-theme-episodio-especial-títulos .pi-title {
      font-size: large; }
      table .portable-infobox.pi-theme-episodio-especial-títulos .pi-title ~ .pi-title {
        display: inline;
        display: inline-block;
        display: inline-flex; }
  .portable-infobox.pi-theme-episodio-especial-títulos .pi-header {
    border-color: var(--color-básico); }
  .portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-image,
  .portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-image-collection-tabs,
  .portable-infobox.pi-theme-episodio-especial-títulos .pi-caption {
    border-color: var(--color-básico);
    background-color: var(--color-fondo); }
  .portable-infobox.pi-theme-episodio-especial-títulos .pi-horizontal-group .pi-horizontal-group-item:nth-of-type(2) {
    width: inherit;
    display: table-cell; }
  .portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection-tabs li.current {
    color: var(--color-básico); }
  .portable-infobox.pi-theme-episodio-especial-títulos .pi-title {
    color: #FFFFFF; }
  .portable-infobox.pi-theme-episodio-especial-títulos .pi-header, .portable-infobox.pi-theme-episodio-especial-títulos .pi-data-label, .portable-infobox.pi-theme-episodio-especial-títulos .pi-navigation, .portable-infobox.pi-theme-episodio-especial-títulos .pi-image, .portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection {
    background-color: var(--color-resaltado);
    color: black; }
  .portable-infobox.pi-theme-episodio-especial-títulos > .pi-image, .portable-infobox.pi-theme-episodio-especial-títulos .pi-group > .pi-image {
    width: auto; }
  .portable-infobox.pi-theme-episodio-especial-títulos .pi-image, .portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection {
    padding: 5px; }
  .portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-image-collection-tabs {
    order: 99;
    background-color: #FFFFFF;
    background-color: var(--color-fondo);
    border-width: 2px;
    border-style: solid;
    border-top-width: 0;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    color: var(--color-enlaces);
    margin-right: 0; }
    .portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-image-collection-tabs .pi-tab-link {
      background: transparent;
      border-style: none;
      display: inline;
      margin: 0;
      padding: 0;
      font-size: smaller; }
    .portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-image-collection-tabs li {
      max-width: inherit; }
    .portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-image-collection-tabs li.current {
      color: #000000; }
    .portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-image-collection-tabs .pi-tab-link:after {
      content: "•";
      font-weight: normal;
      width: 1em;
      padding-right: 3px;
      color: black;
      text-decoration: none; }
    .portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child:after {
      content: none; }
  .portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-image {
    border-width: 2px;
    border-style: solid;
    border-bottom-width: 0;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em; }
  .portable-infobox.pi-theme-episodio-especial-títulos .pi-data.pi-item-spacing {
    padding: 0; }
  .portable-infobox.pi-theme-episodio-especial-títulos .pi-data ~ .pi-data {
    border-top: none; }
    .portable-infobox.pi-theme-episodio-especial-títulos .pi-data ~ .pi-data .pi-data-value {
      border-top-width: 1px;
      border-top-style: dotted; }
  .portable-infobox.pi-theme-episodio-especial-títulos .pi-data-label, .portable-infobox.pi-theme-episodio-especial-títulos .pi-data-value {
    padding: 5px;
    text-align: center; }
  .portable-infobox.pi-theme-episodio-especial-títulos .pi-data-value {
    display: block;
    align-items: center;
    justify-content: center;
    border-style: none; }
  .portable-infobox.pi-theme-episodio-especial-títulos .pi-header {
    border-top-width: 3px;
    border-top-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid; }
  .portable-infobox.pi-theme-episodio-especial-títulos .pi-data-label a, .portable-infobox.pi-theme-episodio-especial-títulos .pi-navigation a {
    color: var(--color-encabezado-texto); }

.portable-infobox.pi-theme-lugar {
  --color-resaltado: #C78100;
  --color-básico: #FFA500;
  --color-fondo: #FFF3E8;
  --color-encabezado-texto: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-resaltado); }
  .portable-infobox.pi-theme-lugar .pi-image-collection .pi-image-collection-tabs, .portable-infobox.pi-theme-lugar .pi-caption {
    background-color: var(--color-fondo); }
  .portable-infobox.pi-theme-lugar .pi-title, .portable-infobox.pi-theme-lugar .pi-header, .portable-infobox.pi-theme-lugar pi-data-label, .portable-infobox.pi-theme-lugar .pi-navigation {
    color: var(--color-encabezado-texto); }
  .portable-infobox.pi-theme-lugar > .pi-image, .portable-infobox.pi-theme-lugar .pi-group > .pi-image {
    width: auto; }
  .portable-infobox.pi-theme-lugar .pi-image, .portable-infobox.pi-theme-lugar .pi-image-collection {
    padding: 5px; }
  .portable-infobox.pi-theme-lugar .pi-image-collection .pi-image-collection-tabs {
    order: 99;
    background-color: #FFFFFF;
    background-color: var(--color-fondo);
    border-width: 2px;
    border-style: solid;
    border-top-width: 0;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    color: var(--color-enlaces);
    margin-right: 0; }
    .portable-infobox.pi-theme-lugar .pi-image-collection .pi-image-collection-tabs .pi-tab-link {
      background: transparent;
      border-style: none;
      display: inline;
      margin: 0;
      padding: 0;
      font-size: smaller; }
    .portable-infobox.pi-theme-lugar .pi-image-collection .pi-image-collection-tabs li {
      max-width: inherit; }
    .portable-infobox.pi-theme-lugar .pi-image-collection .pi-image-collection-tabs li.current {
      color: #000000; }
    .portable-infobox.pi-theme-lugar .pi-image-collection .pi-image-collection-tabs .pi-tab-link:after {
      content: "•";
      font-weight: normal;
      width: 1em;
      padding-right: 3px;
      color: black;
      text-decoration: none; }
    .portable-infobox.pi-theme-lugar .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child:after {
      content: none; }
  .portable-infobox.pi-theme-lugar .pi-image-collection .pi-image {
    border-width: 2px;
    border-style: solid;
    border-bottom-width: 0;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em; }
  .portable-infobox.pi-theme-lugar .pi-data.pi-item-spacing {
    padding: 0; }
  .portable-infobox.pi-theme-lugar .pi-data ~ .pi-data {
    border-top: none; }
    .portable-infobox.pi-theme-lugar .pi-data ~ .pi-data .pi-data-value {
      border-top-width: 1px;
      border-top-style: dotted; }
  .portable-infobox.pi-theme-lugar .pi-data-label, .portable-infobox.pi-theme-lugar .pi-data-value {
    padding: 5px;
    text-align: center; }
  .portable-infobox.pi-theme-lugar .pi-data-value {
    display: block;
    align-items: center;
    justify-content: center;
    border-style: none; }
  .portable-infobox.pi-theme-lugar .pi-header {
    border-top-width: 3px;
    border-top-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid; }
  .portable-infobox.pi-theme-lugar .pi-data-label a, .portable-infobox.pi-theme-lugar .pi-navigation a {
    color: var(--color-encabezado-texto); }

.portable-infobox.pi-theme-objeto {
  border: 1px solid #0D244A;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  /* width: 200px; */
  background: #2158B8 url(http://images2.wikia.nocookie.net/__cb20100328125254/es.pokemon/images/e/eb/Fondo_mochila.png) no-repeat right bottom;
  margin-left: 65px; }
  .portable-infobox.pi-theme-objeto .pi-title {
    color: white;
    font-size: 100%;
    /* border-bottom: 1px solid white; */
    padding-top: 10px;
    line-height: 1.75em; }
  .portable-infobox.pi-theme-objeto .pi-image {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: white;
    margin: 10px;
    border-radius: 0.5em;
    width: auto; }
  .portable-infobox.pi-theme-objeto .pi-data {
    background: transparent;
    color: white; }
    .portable-infobox.pi-theme-objeto .pi-data ~ .pi-data {
      border-top: none; }
    .portable-infobox.pi-theme-objeto .pi-data-label {
      text-align: right;
      flex-basis: 175px;
      min-width: 50%; }
    .portable-infobox.pi-theme-objeto .pi-data-value a:link {
      color: #FFFFFF; }
  .portable-infobox.pi-theme-objeto .pi-image .pi-image-thumbnail {
    width: auto;
    min-width: 50%;
    height: auto; }
  .portable-infobox.pi-theme-objeto .pi-title div {
    padding: 0.4em;
    margin: -3px;
    border: 1px solid #999;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: white;
    width: 24px;
    height: 24px;
    display: inline;
    float: right;
    clear: right; }
  .portable-infobox.pi-theme-objeto .pi-navigation {
    background: transparent; }
    .portable-infobox.pi-theme-objeto .pi-navigation a:link {
      color: #FEC423; }

.portable-infobox.pi-theme-personaje {
  --color-resaltado: #913A3A;
  --color-básico: #CD5C5C;
  --color-fondo: #FFFFFF;
  --color-encabezado-texto: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-resaltado); }
  .portable-infobox.pi-theme-personaje .pi-title, .portable-infobox.pi-theme-personaje .pi-header, .portable-infobox.pi-theme-personaje pi-data-label, .portable-infobox.pi-theme-personaje .pi-navigation {
    color: var(--color-encabezado-texto); }
  .portable-infobox.pi-theme-personaje > .pi-image, .portable-infobox.pi-theme-personaje .pi-group > .pi-image {
    width: auto; }
  .portable-infobox.pi-theme-personaje .pi-image, .portable-infobox.pi-theme-personaje .pi-image-collection {
    padding: 5px; }
  .portable-infobox.pi-theme-personaje .pi-image-collection .pi-image-collection-tabs {
    order: 99;
    background-color: #FFFFFF;
    background-color: var(--color-fondo);
    border-width: 2px;
    border-style: solid;
    border-top-width: 0;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    color: var(--color-enlaces);
    margin-right: 0; }
    .portable-infobox.pi-theme-personaje .pi-image-collection .pi-image-collection-tabs .pi-tab-link {
      background: transparent;
      border-style: none;
      display: inline;
      margin: 0;
      padding: 0;
      font-size: smaller; }
    .portable-infobox.pi-theme-personaje .pi-image-collection .pi-image-collection-tabs li {
      max-width: inherit; }
    .portable-infobox.pi-theme-personaje .pi-image-collection .pi-image-collection-tabs li.current {
      color: #000000; }
    .portable-infobox.pi-theme-personaje .pi-image-collection .pi-image-collection-tabs .pi-tab-link:after {
      content: "•";
      font-weight: normal;
      width: 1em;
      padding-right: 3px;
      color: black;
      text-decoration: none; }
    .portable-infobox.pi-theme-personaje .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child:after {
      content: none; }
  .portable-infobox.pi-theme-personaje .pi-image-collection .pi-image {
    border-width: 2px;
    border-style: solid;
    border-bottom-width: 0;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em; }
  .portable-infobox.pi-theme-personaje .pi-data.pi-item-spacing {
    padding: 0; }
  .portable-infobox.pi-theme-personaje .pi-data ~ .pi-data {
    border-top: none; }
    .portable-infobox.pi-theme-personaje .pi-data ~ .pi-data .pi-data-value {
      border-top-width: 1px;
      border-top-style: dotted; }
  .portable-infobox.pi-theme-personaje .pi-data-label, .portable-infobox.pi-theme-personaje .pi-data-value {
    padding: 5px;
    text-align: center; }
  .portable-infobox.pi-theme-personaje .pi-data-value {
    display: block;
    align-items: center;
    justify-content: center;
    border-style: none; }
  .portable-infobox.pi-theme-personaje .pi-header {
    border-top-width: 3px;
    border-top-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid; }
  .portable-infobox.pi-theme-personaje .pi-data-label a, .portable-infobox.pi-theme-personaje .pi-navigation a {
    color: var(--color-encabezado-texto); }

.portable-infobox.pi-theme-pokemon_anime {
  --color-resaltado: #2C4196;
  --color-básico: #445AB3;
  --color-fondo: #FFFFFF;
  --color-encabezado-texto: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-resaltado); }
  .portable-infobox.pi-theme-pokemon_anime .pi-title, .portable-infobox.pi-theme-pokemon_anime .pi-header, .portable-infobox.pi-theme-pokemon_anime pi-data-label, .portable-infobox.pi-theme-pokemon_anime .pi-navigation {
    color: var(--color-encabezado-texto); }
  .portable-infobox.pi-theme-pokemon_anime > .pi-image, .portable-infobox.pi-theme-pokemon_anime .pi-group > .pi-image {
    width: auto; }
  .portable-infobox.pi-theme-pokemon_anime .pi-image, .portable-infobox.pi-theme-pokemon_anime .pi-image-collection {
    padding: 5px; }
  .portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image-collection-tabs {
    order: 99;
    background-color: #FFFFFF;
    background-color: var(--color-fondo);
    border-width: 2px;
    border-style: solid;
    border-top-width: 0;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    color: var(--color-enlaces);
    margin-right: 0; }
    .portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image-collection-tabs .pi-tab-link {
      background: transparent;
      border-style: none;
      display: inline;
      margin: 0;
      padding: 0;
      font-size: smaller; }
    .portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image-collection-tabs li {
      max-width: inherit; }
    .portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image-collection-tabs li.current {
      color: #000000; }
    .portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image-collection-tabs .pi-tab-link:after {
      content: "•";
      font-weight: normal;
      width: 1em;
      padding-right: 3px;
      color: black;
      text-decoration: none; }
    .portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child:after {
      content: none; }
  .portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image {
    border-width: 2px;
    border-style: solid;
    border-bottom-width: 0;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em; }
  .portable-infobox.pi-theme-pokemon_anime .pi-data.pi-item-spacing {
    padding: 0; }
  .portable-infobox.pi-theme-pokemon_anime .pi-data ~ .pi-data {
    border-top: none; }
    .portable-infobox.pi-theme-pokemon_anime .pi-data ~ .pi-data .pi-data-value {
      border-top-width: 1px;
      border-top-style: dotted; }
  .portable-infobox.pi-theme-pokemon_anime .pi-data-label, .portable-infobox.pi-theme-pokemon_anime .pi-data-value {
    padding: 5px;
    text-align: center; }
  .portable-infobox.pi-theme-pokemon_anime .pi-data-value {
    display: block;
    align-items: center;
    justify-content: center;
    border-style: none; }
  .portable-infobox.pi-theme-pokemon_anime .pi-header {
    border-top-width: 3px;
    border-top-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid; }
  .portable-infobox.pi-theme-pokemon_anime .pi-data-label a, .portable-infobox.pi-theme-pokemon_anime .pi-navigation a {
    color: var(--color-encabezado-texto); }
  .portable-infobox.pi-theme-pokemon_anime .pi-group .pi-smart-group {
    border-bottom-style: none;
    border-bottom-width: 0;
    text-align: center;
    background-color: var(--color-básico);
    border-left: 5px solid var(--color-básico);
    border-right: 5px solid var(--color-básico);
    border-top: 5px solid var(--color-básico); }
    .portable-infobox.pi-theme-pokemon_anime .pi-group .pi-smart-group .pi-border-color {
      border-color: transparent; }
    .portable-infobox.pi-theme-pokemon_anime .pi-group .pi-smart-group .pi-smart-group-body {
      background-color: var(--color-básico); }
    .portable-infobox.pi-theme-pokemon_anime .pi-group .pi-smart-group ~ .pi-data {
      background-color: var(--color-básico);
      border-left: 5px solid var(--color-básico);
      border-right: 5px solid var(--color-básico);
      border-bottom: 5px solid var(--color-básico); }
      .portable-infobox.pi-theme-pokemon_anime .pi-group .pi-smart-group ~ .pi-data .pi-data-value {
        width: 100%;
        background-color: white;
        background-color: var(--color-fondo);
        border-bottom-left-radius: 1em;
        border-bottom-right-radius: 1em; }
    .portable-infobox.pi-theme-pokemon_anime .pi-group .pi-smart-group .pi-smart-data-value {
      background-color: white;
      background-color: var(--color-fondo);
      border-top-left-radius: 0.25em; }
      .portable-infobox.pi-theme-pokemon_anime .pi-group .pi-smart-group .pi-smart-data-value:first-of-type {
        border-top-left-radius: 1em; }
      .portable-infobox.pi-theme-pokemon_anime .pi-group .pi-smart-group .pi-smart-data-value:not(:last-of-type) img {
        padding-left: 10px; }
      .portable-infobox.pi-theme-pokemon_anime .pi-group .pi-smart-group .pi-smart-data-value:not(:last-of-type):after {
        padding-top: 7px;
        content: "→";
        float: right; }
      .portable-infobox.pi-theme-pokemon_anime .pi-group .pi-smart-group .pi-smart-data-value:last-of-type {
        border-top-right-radius: 1em; }

.portable-infobox.pi-theme-ruta {
  --color-resaltado: #5C8A00;
  --color-básico: #88CC00;
  --color-fondo: #EEFFEE;
  --color-encabezado-texto: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-resaltado); }
  .portable-infobox.pi-theme-ruta .pi-image-collection .pi-image-collection-tabs, .portable-infobox.pi-theme-ruta .pi-caption {
    background-color: var(--color-fondo); }
  .portable-infobox.pi-theme-ruta .pi-title, .portable-infobox.pi-theme-ruta .pi-header, .portable-infobox.pi-theme-ruta pi-data-label, .portable-infobox.pi-theme-ruta .pi-navigation {
    color: var(--color-encabezado-texto); }
  .portable-infobox.pi-theme-ruta > .pi-image, .portable-infobox.pi-theme-ruta .pi-group > .pi-image {
    width: auto; }
  .portable-infobox.pi-theme-ruta .pi-image, .portable-infobox.pi-theme-ruta .pi-image-collection {
    padding: 5px; }
  .portable-infobox.pi-theme-ruta .pi-image-collection .pi-image-collection-tabs {
    order: 99;
    background-color: #FFFFFF;
    background-color: var(--color-fondo);
    border-width: 2px;
    border-style: solid;
    border-top-width: 0;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    color: var(--color-enlaces);
    margin-right: 0; }
    .portable-infobox.pi-theme-ruta .pi-image-collection .pi-image-collection-tabs .pi-tab-link {
      background: transparent;
      border-style: none;
      display: inline;
      margin: 0;
      padding: 0;
      font-size: smaller; }
    .portable-infobox.pi-theme-ruta .pi-image-collection .pi-image-collection-tabs li {
      max-width: inherit; }
    .portable-infobox.pi-theme-ruta .pi-image-collection .pi-image-collection-tabs li.current {
      color: #000000; }
    .portable-infobox.pi-theme-ruta .pi-image-collection .pi-image-collection-tabs .pi-tab-link:after {
      content: "•";
      font-weight: normal;
      width: 1em;
      padding-right: 3px;
      color: black;
      text-decoration: none; }
    .portable-infobox.pi-theme-ruta .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child:after {
      content: none; }
  .portable-infobox.pi-theme-ruta .pi-image-collection .pi-image {
    border-width: 2px;
    border-style: solid;
    border-bottom-width: 0;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em; }
  .portable-infobox.pi-theme-ruta .pi-data.pi-item-spacing {
    padding: 0; }
  .portable-infobox.pi-theme-ruta .pi-data ~ .pi-data {
    border-top: none; }
    .portable-infobox.pi-theme-ruta .pi-data ~ .pi-data .pi-data-value {
      border-top-width: 1px;
      border-top-style: dotted; }
  .portable-infobox.pi-theme-ruta .pi-data-label, .portable-infobox.pi-theme-ruta .pi-data-value {
    padding: 5px;
    text-align: center; }
  .portable-infobox.pi-theme-ruta .pi-data-value {
    display: block;
    align-items: center;
    justify-content: center;
    border-style: none; }
  .portable-infobox.pi-theme-ruta .pi-header {
    border-top-width: 3px;
    border-top-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid; }
  .portable-infobox.pi-theme-ruta .pi-data-label a, .portable-infobox.pi-theme-ruta .pi-navigation a {
    color: var(--color-encabezado-texto); }

.portable-infobox.pi-theme-ruta.pi-theme-Azul {
  --color-resaltado: #497BB8;
  --color-básico: #66AAFF;
  --color-fondo: #DDEEFF;
  --color-encabezado-texto: #000000; }

.portable-infobox.pi-theme-ciudad, .portable-infobox.pi-theme-edificio, .portable-infobox.pi-theme-entrenador, .portable-infobox.pi-theme-lugar, .portable-infobox.pi-theme-personaje, .portable-infobox.pi-theme-pokemon_anime, .portable-infobox.pi-theme-ruta {
  padding: 3px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif; }
  .pi-background.portable-infobox.pi-theme-ciudad, .pi-background.portable-infobox.pi-theme-edificio, .pi-background.portable-infobox.pi-theme-entrenador, .pi-background.portable-infobox.pi-theme-lugar, .pi-background.portable-infobox.pi-theme-personaje, .pi-background.portable-infobox.pi-theme-pokemon_anime, .pi-background.portable-infobox.pi-theme-ruta {
    background-color: var(--color-fondo); }
  .portable-infobox.pi-theme-ciudad > :first-child, .portable-infobox.pi-theme-edificio > :first-child, .portable-infobox.pi-theme-entrenador > :first-child, .portable-infobox.pi-theme-lugar > :first-child, .portable-infobox.pi-theme-personaje > :first-child, .portable-infobox.pi-theme-pokemon_anime > :first-child, .portable-infobox.pi-theme-ruta > :first-child {
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em; }
  .portable-infobox.pi-theme-ciudad .pi-title, .portable-infobox.pi-theme-edificio .pi-title, .portable-infobox.pi-theme-entrenador .pi-title, .portable-infobox.pi-theme-lugar .pi-title, .portable-infobox.pi-theme-personaje .pi-title, .portable-infobox.pi-theme-pokemon_anime .pi-title, .portable-infobox.pi-theme-ruta .pi-title {
    padding-top: 3px;
    padding-bottom: 1px; }
  .portable-infobox.pi-theme-ciudad .pi-title, .portable-infobox.pi-theme-edificio .pi-title, .portable-infobox.pi-theme-entrenador .pi-title, .portable-infobox.pi-theme-lugar .pi-title, .portable-infobox.pi-theme-personaje .pi-title, .portable-infobox.pi-theme-pokemon_anime .pi-title, .portable-infobox.pi-theme-ruta .pi-title, .portable-infobox.pi-theme-ciudad .pi-header, .portable-infobox.pi-theme-edificio .pi-header, .portable-infobox.pi-theme-entrenador .pi-header, .portable-infobox.pi-theme-lugar .pi-header, .portable-infobox.pi-theme-personaje .pi-header, .portable-infobox.pi-theme-pokemon_anime .pi-header, .portable-infobox.pi-theme-ruta .pi-header, .portable-infobox.pi-theme-ciudad .pi-data-label, .portable-infobox.pi-theme-edificio .pi-data-label, .portable-infobox.pi-theme-entrenador .pi-data-label, .portable-infobox.pi-theme-lugar .pi-data-label, .portable-infobox.pi-theme-personaje .pi-data-label, .portable-infobox.pi-theme-pokemon_anime .pi-data-label, .portable-infobox.pi-theme-ruta .pi-data-label, .portable-infobox.pi-theme-ciudad .pi-navigation, .portable-infobox.pi-theme-edificio .pi-navigation, .portable-infobox.pi-theme-entrenador .pi-navigation, .portable-infobox.pi-theme-lugar .pi-navigation, .portable-infobox.pi-theme-personaje .pi-navigation, .portable-infobox.pi-theme-pokemon_anime .pi-navigation, .portable-infobox.pi-theme-ruta .pi-navigation {
    background-color: var(--color-básico);
    color: var(--color-encabezado-texto); }
  .portable-infobox.pi-theme-ciudad .pi-image-collection-tabs li.current, .portable-infobox.pi-theme-edificio .pi-image-collection-tabs li.current, .portable-infobox.pi-theme-entrenador .pi-image-collection-tabs li.current, .portable-infobox.pi-theme-lugar .pi-image-collection-tabs li.current, .portable-infobox.pi-theme-personaje .pi-image-collection-tabs li.current, .portable-infobox.pi-theme-pokemon_anime .pi-image-collection-tabs li.current, .portable-infobox.pi-theme-ruta .pi-image-collection-tabs li.current {
    color: var(--color-resaltado); }
  .portable-infobox.pi-theme-ciudad .pi-image, .portable-infobox.pi-theme-edificio .pi-image, .portable-infobox.pi-theme-entrenador .pi-image, .portable-infobox.pi-theme-lugar .pi-image, .portable-infobox.pi-theme-personaje .pi-image, .portable-infobox.pi-theme-pokemon_anime .pi-image, .portable-infobox.pi-theme-ruta .pi-image, .portable-infobox.pi-theme-ciudad .pi-image-collection, .portable-infobox.pi-theme-edificio .pi-image-collection, .portable-infobox.pi-theme-entrenador .pi-image-collection, .portable-infobox.pi-theme-lugar .pi-image-collection, .portable-infobox.pi-theme-personaje .pi-image-collection, .portable-infobox.pi-theme-pokemon_anime .pi-image-collection, .portable-infobox.pi-theme-ruta .pi-image-collection {
    background-color: var(--color-básico); }
  .portable-infobox.pi-theme-ciudad .pi-image-collection .pi-image, .portable-infobox.pi-theme-edificio .pi-image-collection .pi-image, .portable-infobox.pi-theme-entrenador .pi-image-collection .pi-image, .portable-infobox.pi-theme-lugar .pi-image-collection .pi-image, .portable-infobox.pi-theme-personaje .pi-image-collection .pi-image, .portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image, .portable-infobox.pi-theme-ruta .pi-image-collection .pi-image {
    background-color: var(--color-fondo); }
  .portable-infobox.pi-theme-ciudad .pi-header, .portable-infobox.pi-theme-edificio .pi-header, .portable-infobox.pi-theme-entrenador .pi-header, .portable-infobox.pi-theme-lugar .pi-header, .portable-infobox.pi-theme-personaje .pi-header, .portable-infobox.pi-theme-pokemon_anime .pi-header, .portable-infobox.pi-theme-ruta .pi-header, .portable-infobox.pi-theme-ciudad .pi-image-collection .pi-image, .portable-infobox.pi-theme-edificio .pi-image-collection .pi-image, .portable-infobox.pi-theme-entrenador .pi-image-collection .pi-image, .portable-infobox.pi-theme-lugar .pi-image-collection .pi-image, .portable-infobox.pi-theme-personaje .pi-image-collection .pi-image, .portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image, .portable-infobox.pi-theme-ruta .pi-image-collection .pi-image, .portable-infobox.pi-theme-ciudad .pi-image-collection .pi-image-collection-tabs, .portable-infobox.pi-theme-edificio .pi-image-collection .pi-image-collection-tabs, .portable-infobox.pi-theme-entrenador .pi-image-collection .pi-image-collection-tabs, .portable-infobox.pi-theme-lugar .pi-image-collection .pi-image-collection-tabs, .portable-infobox.pi-theme-personaje .pi-image-collection .pi-image-collection-tabs, .portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image-collection-tabs, .portable-infobox.pi-theme-ruta .pi-image-collection .pi-image-collection-tabs, .portable-infobox.pi-theme-ciudad .pi-caption, .portable-infobox.pi-theme-edificio .pi-caption, .portable-infobox.pi-theme-entrenador .pi-caption, .portable-infobox.pi-theme-lugar .pi-caption, .portable-infobox.pi-theme-personaje .pi-caption, .portable-infobox.pi-theme-pokemon_anime .pi-caption, .portable-infobox.pi-theme-ruta .pi-caption {
    border-color: var(--color-resaltado); }

.portable-infobox.pi-theme-carta .pi-data-label, .portable-infobox.pi-theme-carta_entrenador .pi-data-label, .portable-infobox.pi-theme-ciudad .pi-data-label, .portable-infobox.pi-theme-cuadro .pi-data-label, .portable-infobox.pi-theme-cuadro_movimiento .pi-data-label, .portable-infobox.pi-theme-edificio .pi-data-label, .portable-infobox.pi-theme-episodio-internal .pi-data-label, .portable-infobox.pi-theme-episodio-especial-internal .pi-data-label, .portable-infobox.pi-theme-objeto .pi-data-label, .portable-infobox.pi-theme-ruta .pi-data-label {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0; }

/* Tipos de Pokémon */
.pi-theme-Normal, .pi-theme-normal {
  --tipo-color-resaltado: #FCE9C2;
  --tipo-color-básico: #DDCCAA; }

.pi-theme-Volador, .pi-theme-volador {
  --tipo-color-resaltado: #A99BE6;
  --tipo-color-básico: #BAAAFF; }

.pi-theme-Agua, .pi-theme-agua {
  --tipo-color-resaltado: #9ECBE6;
  --tipo-color-básico: #B0E2FF; }

.pi-theme-Bicho, .pi-theme-bicho {
  --tipo-color-resaltado: #86B32D;
  --tipo-color-básico: #99CC33; }

.pi-theme-Eléctrico, .pi-theme-eléctrico {
  --tipo-color-resaltado: #E6C100;
  --tipo-color-básico: #FFD700; }

.pi-theme-Fuego, .pi-theme-fuego {
  --tipo-color-resaltado: #D96C00;
  --tipo-color-básico: #FF7F00; }

.pi-theme-Lucha, .pi-theme-lucha {
  --tipo-color-resaltado: #E65F5F;
  --tipo-color-básico: #FF6A6A; }

.pi-theme-Planta, .pi-theme-planta {
  --tipo-color-resaltado: #82D957;
  --tipo-color-básico: #99FF66; }

.pi-theme-Acero, .pi-theme-acero {
  --tipo-color-resaltado: #B3B3B3;
  --tipo-color-básico: #CCCCCC; }

.pi-theme-Dragón, .pi-theme-dragón {
  --tipo-color-resaltado: #916ED9;
  --tipo-color-básico: #AB82FF; }

.pi-theme-Fantasma, .pi-theme-fantasma {
  --tipo-color-resaltado: #637180;
  --tipo-color-básico: #778899; }

.pi-theme-Hielo, .pi-theme-hielo {
  --tipo-color-resaltado: #A3CCD9;
  --tipo-color-básico: #ADD8E6; }

.pi-theme-Psíquico, .pi-theme-psíquico {
  --tipo-color-resaltado: #E6A3B1;
  --tipo-color-básico: #FFB5C5; }

.pi-theme-Psíquica, .pi-theme-psíquica {
  --tipo-color-resaltado: #E6A3B1;
  --tipo-color-básico: #FFB5C5; }

.pi-theme-Roca, .pi-theme-roca {
  --tipo-color-resaltado: #B37437;
  --tipo-color-básico: #CD853F; }

.pi-theme-Siniestro, .pi-theme-siniestro {
  --tipo-color-resaltado: #8F8F8F;
  --tipo-color-básico: #A9A9A9; }

.pi-theme-Tierra, .pi-theme-tierra {
  --tipo-color-resaltado: #C4A377;
  --tipo-color-básico: #DEB887; }

.pi-theme-Veneno, .pi-theme-veneno {
  --tipo-color-resaltado: #9A75E6;
  --tipo-color-básico: #CC88BB; }

.pi-theme-Hada, .pi-theme-hada {
  --tipo-color-resaltado: #E79FE7;
  --tipo-color-básico: #FFB0FF; }

.pi-theme-Oscuro, .pi-theme-oscuro {
  --tipo-color-resaltado: #A9A9A9;
  --tipo-color-básico: #8F8F8F; }

.pi-theme-Oscura, .pi-theme-oscura {
  --tipo-color-resaltado: #A9A9A9;
  --tipo-color-básico: #8F8F8F; }

.pi-theme-Descon, .pi-theme-descon {
  --tipo-color-resaltado: #DDCCAA;
  --tipo-color-básico: #C4B597; }

.pi-theme-Metálica, .pi-theme-metálica {
  --tipo-color-resaltado: #CCCCCC;
  --tipo-color-básico: #B3B3B3; }

.pi-theme-Relámpago, .pi-theme-relámpago {
  --tipo-color-resaltado: #FFD700;
  --tipo-color-básico: #E6C100; }

.pi-theme-Rayo, .pi-theme-rayo {
  --tipo-color-resaltado: #FFD700;
  --tipo-color-básico: #E6C100; }

.pi-theme-Incolora, .pi-theme-incolora {
  --tipo-color-resaltado: #DDCCAA;
  --tipo-color-básico: #C4B597; }

.pi-theme-Oricorio {
  --tipo-color-resaltado: #A99BE6;
  --tipo-color-básico: #BAAAFF; }

.portable-infobox.pi-theme-carta.pi-theme-Agua, .portable-infobox.pi-theme-carta.pi-theme-agua {
  --tipo-color-resaltado: #26A4DE;
  --tipo-color-básico: #9ECBE6; }
.portable-infobox.pi-theme-carta.pi-theme-Fuego, .portable-infobox.pi-theme-carta.pi-theme-fuego {
  --tipo-color-resaltado: #F52533;
  --tipo-color-básico: #D96C00; }
.portable-infobox.pi-theme-carta.pi-theme-Lucha, .portable-infobox.pi-theme-carta.pi-theme-lucha {
  --tipo-color-resaltado: #E05024;
  --tipo-color-básico: #E65F5F; }
.portable-infobox.pi-theme-carta.pi-theme-Planta, .portable-infobox.pi-theme-carta.pi-theme-planta {
  --tipo-color-resaltado: #50B550;
  --tipo-color-básico: #82D957; }
.portable-infobox.pi-theme-carta.pi-theme-Psíquica, .portable-infobox.pi-theme-carta.pi-theme-psíquica {
  --tipo-color-resaltado: #A66FA2;
  --tipo-color-básico: #9A75E6; }
.portable-infobox.pi-theme-carta.pi-theme-Dragón, .portable-infobox.pi-theme-carta.pi-theme-dragón {
  --tipo-color-resaltado: #DBA901;
  --tipo-color-básico: #886A08; }
.portable-infobox.pi-theme-carta.pi-theme-Hada, .portable-infobox.pi-theme-carta.pi-theme-hada {
  --tipo-color-resaltado: #E83189;
  --tipo-color-básico: #E79FE7; }
Advertisement