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.
/* PI */
.portable-infobox {
	--color-enlaces: #006CB0;
	border: 0.35em solid transparent;
	border-radius: 0.5em;
	box-shadow: 0.1em 0.1em 0.5em #303030;
	color: #000;
}

.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: x-large;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}

.portable-infobox .pi-title ~ .pi-title {
	font-size: medium;
	font-weight: normal;
	padding-top: 0;
}

.portable-infobox .pi-image {
	width: 100%;
}

.portable-infobox .pi-image-thumbnail {
	background: #FFF;
	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 {
	align-self: center;
	background-color: transparent;
	width: 100%;
}

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

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

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

.portable-infobox .pi-data {
	background: #FFF;
}

.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 {
	flex-basis: 125px;
	padding-bottom: 0;
	border-bottom-style: none;
	padding-top: 0;
}

.portable-infobox .pi-data .pi-data-value:only-child {
	text-align: center;
	margin: auto;
}

.portable-infobox .pi-horizontal-group .pi-horizontal-group-item {
	background: #FFF;
	border: transparent;
}

.portable-infobox .pi-horizontal-group .pi-data-value.pi-horizontal-group-item:empty {
	margin-left: auto;
	margin-right: auto;
}

.portable-infobox hr {
	margin: 3px;
}
/* Tipos de PI */
.portable-infobox.pi-theme-ciudad,
.portable-infobox.pi-theme-cueva,
.portable-infobox.pi-theme-edificio,
.portable-infobox.pi-theme-entrenador,
.portable-infobox.pi-theme-gimnasio,
.portable-infobox.pi-theme-lugar,
.portable-infobox.pi-theme-medalla,
.portable-infobox.pi-theme-personaje,
.portable-infobox.pi-theme-pokemon_anime,
.portable-infobox.pi-theme-pokemon_anime,
.portable-infobox.pi-theme-región,
.portable-infobox.pi-theme-reino,
.portable-infobox.pi-theme-ruta,
.portable-infobox.pi-theme-ruta_pokewalker {
	border-color: var(--color-resaltado);
	border-style: solid;
	border-width: 1px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding: 3px;
}

.pi-background.portable-infobox.pi-theme-ciudad,
.pi-background.portable-infobox.pi-theme-cueva,
.pi-background.portable-infobox.pi-theme-edificio,
.pi-background.portable-infobox.pi-theme-entrenador,
.pi-background.portable-infobox.pi-theme-gimnasio,
.pi-background.portable-infobox.pi-theme-lugar,
.pi-background.portable-infobox.pi-theme-medalla,
.pi-background.portable-infobox.pi-theme-personaje,
.pi-background.portable-infobox.pi-theme-pokemon_anime,
.pi-background.portable-infobox.pi-theme-pokemon_anime,
.pi-background.portable-infobox.pi-theme-región,
.pi-background.portable-infobox.pi-theme-reino,
.pi-background.portable-infobox.pi-theme-ruta,
.pi-background.portable-infobox.pi-theme-ruta_pokewalker {
	background-color: var(--color-fondo);
}

.portable-infobox.pi-theme-ciudad .pi-border-color,
.portable-infobox.pi-theme-cueva .pi-border-color,
.portable-infobox.pi-theme-edificio .pi-border-color,
.portable-infobox.pi-theme-entrenador .pi-border-color,
.portable-infobox.pi-theme-gimnasio .pi-border-color,
.portable-infobox.pi-theme-lugar .pi-border-color,
.portable-infobox.pi-theme-medalla .pi-border-color,
.portable-infobox.pi-theme-personaje .pi-border-color,
.portable-infobox.pi-theme-pokemon_anime .pi-border-color,
.portable-infobox.pi-theme-pokemon_anime .pi-border-color,
.portable-infobox.pi-theme-región .pi-border-color,
.portable-infobox.pi-theme-reino .pi-border-color,
.portable-infobox.pi-theme-ruta .pi-border-color,
.portable-infobox.pi-theme-ruta_pokewalker .pi-border-color {
	border-color: transparent;
}

.portable-infobox.pi-theme-ciudad > :first-child,
.portable-infobox.pi-theme-cueva > :first-child,
.portable-infobox.pi-theme-edificio > :first-child,
.portable-infobox.pi-theme-entrenador > :first-child,
.portable-infobox.pi-theme-gimnasio > :first-child,
.portable-infobox.pi-theme-lugar > :first-child,
.portable-infobox.pi-theme-medalla > :first-child,
.portable-infobox.pi-theme-personaje > :first-child,
.portable-infobox.pi-theme-pokemon_anime > :first-child,
.portable-infobox.pi-theme-pokemon_anime > :first-child,
.portable-infobox.pi-theme-región > :first-child,
.portable-infobox.pi-theme-reino > :first-child,
.portable-infobox.pi-theme-ruta > :first-child,
.portable-infobox.pi-theme-ruta_pokewalker > :first-child {
	border-top-left-radius: 0.25em;
	border-top-right-radius: 0.25em;
}

.portable-infobox.pi-theme-ciudad .pi-data-label,
.portable-infobox.pi-theme-ciudad .pi-header,
.portable-infobox.pi-theme-ciudad .pi-navigation,
.portable-infobox.pi-theme-ciudad .pi-title,
.portable-infobox.pi-theme-cueva .pi-data-label,
.portable-infobox.pi-theme-cueva .pi-header,
.portable-infobox.pi-theme-cueva .pi-navigation,
.portable-infobox.pi-theme-cueva .pi-title,
.portable-infobox.pi-theme-edificio .pi-data-label,
.portable-infobox.pi-theme-edificio .pi-header,
.portable-infobox.pi-theme-edificio .pi-navigation,
.portable-infobox.pi-theme-edificio .pi-title,
.portable-infobox.pi-theme-entrenador .pi-data-label,
.portable-infobox.pi-theme-entrenador .pi-header,
.portable-infobox.pi-theme-entrenador .pi-navigation,
.portable-infobox.pi-theme-entrenador .pi-title,
.portable-infobox.pi-theme-gimnasio .pi-data-label,
.portable-infobox.pi-theme-gimnasio .pi-header,
.portable-infobox.pi-theme-gimnasio .pi-navigation,
.portable-infobox.pi-theme-gimnasio .pi-title,
.portable-infobox.pi-theme-lugar .pi-data-label,
.portable-infobox.pi-theme-lugar .pi-header,
.portable-infobox.pi-theme-lugar .pi-navigation,
.portable-infobox.pi-theme-lugar .pi-title,
.portable-infobox.pi-theme-medalla .pi-data-label,
.portable-infobox.pi-theme-medalla .pi-header,
.portable-infobox.pi-theme-medalla .pi-navigation,
.portable-infobox.pi-theme-medalla .pi-title,
.portable-infobox.pi-theme-personaje .pi-data-label,
.portable-infobox.pi-theme-personaje .pi-header,
.portable-infobox.pi-theme-personaje .pi-navigation,
.portable-infobox.pi-theme-personaje .pi-title,
.portable-infobox.pi-theme-pokemon_anime .pi-data-label,
.portable-infobox.pi-theme-pokemon_anime .pi-data-label,
.portable-infobox.pi-theme-pokemon_anime .pi-header,
.portable-infobox.pi-theme-pokemon_anime .pi-header,
.portable-infobox.pi-theme-pokemon_anime .pi-navigation,
.portable-infobox.pi-theme-pokemon_anime .pi-navigation,
.portable-infobox.pi-theme-pokemon_anime .pi-title,
.portable-infobox.pi-theme-pokemon_anime .pi-title,
.portable-infobox.pi-theme-región .pi-data-label,
.portable-infobox.pi-theme-región .pi-header,
.portable-infobox.pi-theme-región .pi-navigation,
.portable-infobox.pi-theme-región .pi-title,
.portable-infobox.pi-theme-reino .pi-data-label,
.portable-infobox.pi-theme-reino .pi-header,
.portable-infobox.pi-theme-reino .pi-navigation,
.portable-infobox.pi-theme-reino .pi-title,
.portable-infobox.pi-theme-ruta .pi-data-label,
.portable-infobox.pi-theme-ruta .pi-header,
.portable-infobox.pi-theme-ruta .pi-navigation,
.portable-infobox.pi-theme-ruta .pi-title,
.portable-infobox.pi-theme-ruta_pokewalker .pi-data-label,
.portable-infobox.pi-theme-ruta_pokewalker .pi-header,
.portable-infobox.pi-theme-ruta_pokewalker .pi-navigation,
.portable-infobox.pi-theme-ruta_pokewalker .pi-title {
	background-color: var(--color-básico);
	color: var(--color-encabezado-texto);
}

.portable-infobox.pi-theme-ciudad .pi-title,
.portable-infobox.pi-theme-cueva .pi-title,
.portable-infobox.pi-theme-edificio .pi-title,
.portable-infobox.pi-theme-entrenador .pi-title,
.portable-infobox.pi-theme-gimnasio .pi-title,
.portable-infobox.pi-theme-lugar .pi-title,
.portable-infobox.pi-theme-medalla .pi-title,
.portable-infobox.pi-theme-personaje .pi-title,
.portable-infobox.pi-theme-pokemon_anime .pi-title,
.portable-infobox.pi-theme-pokemon_anime .pi-title,
.portable-infobox.pi-theme-región .pi-title,
.portable-infobox.pi-theme-reino .pi-title,
.portable-infobox.pi-theme-ruta .pi-title,
.portable-infobox.pi-theme-ruta_pokewalker .pi-title {
	padding-top: 3px;
	padding-bottom: 1px;
}

.portable-infobox.pi-theme-ciudad .pi-caption,
.portable-infobox.pi-theme-ciudad .pi-header,
.portable-infobox.pi-theme-cueva .pi-caption,
.portable-infobox.pi-theme-cueva .pi-header,
.portable-infobox.pi-theme-edificio .pi-caption,
.portable-infobox.pi-theme-edificio .pi-header,
.portable-infobox.pi-theme-entrenador .pi-caption,
.portable-infobox.pi-theme-entrenador .pi-header,
.portable-infobox.pi-theme-gimnasio .pi-caption,
.portable-infobox.pi-theme-gimnasio .pi-header,
.portable-infobox.pi-theme-lugar .pi-caption,
.portable-infobox.pi-theme-lugar .pi-header,
.portable-infobox.pi-theme-medalla .pi-caption,
.portable-infobox.pi-theme-medalla .pi-header,
.portable-infobox.pi-theme-personaje .pi-caption,
.portable-infobox.pi-theme-personaje .pi-header,
.portable-infobox.pi-theme-pokemon_anime .pi-caption,
.portable-infobox.pi-theme-pokemon_anime .pi-caption,
.portable-infobox.pi-theme-pokemon_anime .pi-header,
.portable-infobox.pi-theme-pokemon_anime .pi-header,
.portable-infobox.pi-theme-región .pi-caption,
.portable-infobox.pi-theme-región .pi-header,
.portable-infobox.pi-theme-reino .pi-caption,
.portable-infobox.pi-theme-reino .pi-header,
.portable-infobox.pi-theme-ruta .pi-caption,
.portable-infobox.pi-theme-ruta .pi-header,
.portable-infobox.pi-theme-ruta_pokewalker .pi-caption,
.portable-infobox.pi-theme-ruta_pokewalker .pi-header {
	border-color: var(--color-resaltado);
}

.portable-infobox.pi-theme-ciudad .pi-group > .pi-image,
.portable-infobox.pi-theme-ciudad > .pi-image,
.portable-infobox.pi-theme-cueva .pi-group > .pi-image,
.portable-infobox.pi-theme-cueva > .pi-image,
.portable-infobox.pi-theme-edificio .pi-group > .pi-image,
.portable-infobox.pi-theme-edificio > .pi-image,
.portable-infobox.pi-theme-entrenador .pi-group > .pi-image,
.portable-infobox.pi-theme-entrenador > .pi-image,
.portable-infobox.pi-theme-gimnasio .pi-group > .pi-image,
.portable-infobox.pi-theme-gimnasio > .pi-image,
.portable-infobox.pi-theme-lugar .pi-group > .pi-image,
.portable-infobox.pi-theme-lugar > .pi-image,
.portable-infobox.pi-theme-medalla .pi-group > .pi-image,
.portable-infobox.pi-theme-medalla > .pi-image,
.portable-infobox.pi-theme-personaje .pi-group > .pi-image,
.portable-infobox.pi-theme-personaje > .pi-image,
.portable-infobox.pi-theme-pokemon_anime .pi-group > .pi-image,
.portable-infobox.pi-theme-pokemon_anime .pi-group > .pi-image,
.portable-infobox.pi-theme-pokemon_anime > .pi-image,
.portable-infobox.pi-theme-pokemon_anime > .pi-image,
.portable-infobox.pi-theme-región .pi-group > .pi-image,
.portable-infobox.pi-theme-región > .pi-image,
.portable-infobox.pi-theme-reino .pi-group > .pi-image,
.portable-infobox.pi-theme-reino > .pi-image,
.portable-infobox.pi-theme-ruta .pi-group > .pi-image,
.portable-infobox.pi-theme-ruta > .pi-image,
.portable-infobox.pi-theme-ruta_pokewalker .pi-group > .pi-image,
.portable-infobox.pi-theme-ruta_pokewalker > .pi-image {
	width: auto;
}

.portable-infobox.pi-theme-ciudad .pi-image,
.portable-infobox.pi-theme-ciudad .pi-image-collection,
.portable-infobox.pi-theme-cueva .pi-image,
.portable-infobox.pi-theme-cueva .pi-image-collection,
.portable-infobox.pi-theme-edificio .pi-image,
.portable-infobox.pi-theme-edificio .pi-image-collection,
.portable-infobox.pi-theme-entrenador .pi-image,
.portable-infobox.pi-theme-entrenador .pi-image-collection,
.portable-infobox.pi-theme-gimnasio .pi-image,
.portable-infobox.pi-theme-gimnasio .pi-image-collection,
.portable-infobox.pi-theme-lugar .pi-image,
.portable-infobox.pi-theme-lugar .pi-image-collection,
.portable-infobox.pi-theme-medalla .pi-image,
.portable-infobox.pi-theme-medalla .pi-image-collection,
.portable-infobox.pi-theme-personaje .pi-image,
.portable-infobox.pi-theme-personaje .pi-image-collection,
.portable-infobox.pi-theme-pokemon_anime .pi-image,
.portable-infobox.pi-theme-pokemon_anime .pi-image,
.portable-infobox.pi-theme-pokemon_anime .pi-image-collection,
.portable-infobox.pi-theme-pokemon_anime .pi-image-collection,
.portable-infobox.pi-theme-región .pi-image,
.portable-infobox.pi-theme-región .pi-image-collection,
.portable-infobox.pi-theme-reino .pi-image,
.portable-infobox.pi-theme-reino .pi-image-collection,
.portable-infobox.pi-theme-ruta .pi-image,
.portable-infobox.pi-theme-ruta .pi-image-collection,
.portable-infobox.pi-theme-ruta_pokewalker .pi-image,
.portable-infobox.pi-theme-ruta_pokewalker .pi-image-collection {
	background-color: var(--color-básico);
	padding: 5px;
}

.portable-infobox.pi-theme-ciudad .pi-image-collection .pi-image-collection-tabs,
.portable-infobox.pi-theme-cueva .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-gimnasio .pi-image-collection .pi-image-collection-tabs,
.portable-infobox.pi-theme-lugar .pi-image-collection .pi-image-collection-tabs,
.portable-infobox.pi-theme-medalla .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-pokemon_anime .pi-image-collection .pi-image-collection-tabs,
.portable-infobox.pi-theme-región .pi-image-collection .pi-image-collection-tabs,
.portable-infobox.pi-theme-reino .pi-image-collection .pi-image-collection-tabs,
.portable-infobox.pi-theme-ruta .pi-image-collection .pi-image-collection-tabs,
.portable-infobox.pi-theme-ruta_pokewalker .pi-image-collection .pi-image-collection-tabs {
	background-color: var(--color-fondo);
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	border-color: var(--color-resaltado);
	border-style: solid;
	border-width: 0 2px 2px;
	margin-right: 0;
	order: 99;
}

.portable-infobox.pi-theme-ciudad .pi-image-collection .pi-image-collection-tabs .pi-tab-link,
.portable-infobox.pi-theme-cueva .pi-image-collection .pi-image-collection-tabs .pi-tab-link,
.portable-infobox.pi-theme-edificio .pi-image-collection .pi-image-collection-tabs .pi-tab-link,
.portable-infobox.pi-theme-entrenador .pi-image-collection .pi-image-collection-tabs .pi-tab-link,
.portable-infobox.pi-theme-gimnasio .pi-image-collection .pi-image-collection-tabs .pi-tab-link,
.portable-infobox.pi-theme-lugar .pi-image-collection .pi-image-collection-tabs .pi-tab-link,
.portable-infobox.pi-theme-medalla .pi-image-collection .pi-image-collection-tabs .pi-tab-link,
.portable-infobox.pi-theme-personaje .pi-image-collection .pi-image-collection-tabs .pi-tab-link,
.portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image-collection-tabs .pi-tab-link,
.portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image-collection-tabs .pi-tab-link,
.portable-infobox.pi-theme-región .pi-image-collection .pi-image-collection-tabs .pi-tab-link,
.portable-infobox.pi-theme-reino .pi-image-collection .pi-image-collection-tabs .pi-tab-link,
.portable-infobox.pi-theme-ruta .pi-image-collection .pi-image-collection-tabs .pi-tab-link,
.portable-infobox.pi-theme-ruta_pokewalker .pi-image-collection .pi-image-collection-tabs .pi-tab-link {
	background: transparent;
	border-style: none;
	display: inline;
	font-size: smaller;
	margin: 0;
	padding: 0;
}

.portable-infobox.pi-theme-ciudad .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after,
.portable-infobox.pi-theme-cueva .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after,
.portable-infobox.pi-theme-edificio .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after,
.portable-infobox.pi-theme-entrenador .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after,
.portable-infobox.pi-theme-gimnasio .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after,
.portable-infobox.pi-theme-lugar .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after,
.portable-infobox.pi-theme-medalla .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after,
.portable-infobox.pi-theme-personaje .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after,
.portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after,
.portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after,
.portable-infobox.pi-theme-región .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after,
.portable-infobox.pi-theme-reino .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after,
.portable-infobox.pi-theme-ruta .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after,
.portable-infobox.pi-theme-ruta_pokewalker .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after {
	color: #000;
	content: '•';
	font-weight: normal;
	padding-right: 3px;
	text-decoration: none;
	width: 1em;
}

.portable-infobox.pi-theme-ciudad .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child::after,
.portable-infobox.pi-theme-cueva .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child::after,
.portable-infobox.pi-theme-edificio .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child::after,
.portable-infobox.pi-theme-entrenador .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child::after,
.portable-infobox.pi-theme-gimnasio .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child::after,
.portable-infobox.pi-theme-lugar .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child::after,
.portable-infobox.pi-theme-medalla .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child::after,
.portable-infobox.pi-theme-personaje .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child::after,
.portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child::after,
.portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child::after,
.portable-infobox.pi-theme-región .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child::after,
.portable-infobox.pi-theme-reino .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child::after,
.portable-infobox.pi-theme-ruta .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child::after,
.portable-infobox.pi-theme-ruta_pokewalker .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-collection-tabs li,
.portable-infobox.pi-theme-cueva .pi-image-collection .pi-image-collection-tabs li,
.portable-infobox.pi-theme-edificio .pi-image-collection .pi-image-collection-tabs li,
.portable-infobox.pi-theme-entrenador .pi-image-collection .pi-image-collection-tabs li,
.portable-infobox.pi-theme-gimnasio .pi-image-collection .pi-image-collection-tabs li,
.portable-infobox.pi-theme-lugar .pi-image-collection .pi-image-collection-tabs li,
.portable-infobox.pi-theme-medalla .pi-image-collection .pi-image-collection-tabs li,
.portable-infobox.pi-theme-personaje .pi-image-collection .pi-image-collection-tabs li,
.portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image-collection-tabs li,
.portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image-collection-tabs li,
.portable-infobox.pi-theme-región .pi-image-collection .pi-image-collection-tabs li,
.portable-infobox.pi-theme-reino .pi-image-collection .pi-image-collection-tabs li,
.portable-infobox.pi-theme-ruta .pi-image-collection .pi-image-collection-tabs li,
.portable-infobox.pi-theme-ruta_pokewalker .pi-image-collection .pi-image-collection-tabs li {
	color: var(--color-enlaces);
	max-width: inherit;
}

.portable-infobox.pi-theme-ciudad .pi-image-collection .pi-image-collection-tabs li.current,
.portable-infobox.pi-theme-cueva .pi-image-collection .pi-image-collection-tabs li.current,
.portable-infobox.pi-theme-edificio .pi-image-collection .pi-image-collection-tabs li.current,
.portable-infobox.pi-theme-entrenador .pi-image-collection .pi-image-collection-tabs li.current,
.portable-infobox.pi-theme-gimnasio .pi-image-collection .pi-image-collection-tabs li.current,
.portable-infobox.pi-theme-lugar .pi-image-collection .pi-image-collection-tabs li.current,
.portable-infobox.pi-theme-medalla .pi-image-collection .pi-image-collection-tabs li.current,
.portable-infobox.pi-theme-personaje .pi-image-collection .pi-image-collection-tabs li.current,
.portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image-collection-tabs li.current,
.portable-infobox.pi-theme-pokemon_anime .pi-image-collection .pi-image-collection-tabs li.current,
.portable-infobox.pi-theme-región .pi-image-collection .pi-image-collection-tabs li.current,
.portable-infobox.pi-theme-reino .pi-image-collection .pi-image-collection-tabs li.current,
.portable-infobox.pi-theme-ruta .pi-image-collection .pi-image-collection-tabs li.current,
.portable-infobox.pi-theme-ruta_pokewalker .pi-image-collection .pi-image-collection-tabs li.current {
	color: #000;
}

.portable-infobox.pi-theme-ciudad .pi-image-collection .pi-image,
.portable-infobox.pi-theme-cueva .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-gimnasio .pi-image-collection .pi-image,
.portable-infobox.pi-theme-lugar .pi-image-collection .pi-image,
.portable-infobox.pi-theme-medalla .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-pokemon_anime .pi-image-collection .pi-image,
.portable-infobox.pi-theme-región .pi-image-collection .pi-image,
.portable-infobox.pi-theme-reino .pi-image-collection .pi-image,
.portable-infobox.pi-theme-ruta .pi-image-collection .pi-image,
.portable-infobox.pi-theme-ruta_pokewalker .pi-image-collection .pi-image {
	background-color: var(--color-fondo);
	border-color: var(--color-resaltado);
	border-style: solid;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-width: 2px 2px 0;
}

.portable-infobox.pi-theme-ciudad .pi-data,
.portable-infobox.pi-theme-cueva .pi-data,
.portable-infobox.pi-theme-edificio .pi-data,
.portable-infobox.pi-theme-entrenador .pi-data,
.portable-infobox.pi-theme-gimnasio .pi-data,
.portable-infobox.pi-theme-lugar .pi-data,
.portable-infobox.pi-theme-medalla .pi-data,
.portable-infobox.pi-theme-personaje .pi-data,
.portable-infobox.pi-theme-pokemon_anime .pi-data,
.portable-infobox.pi-theme-pokemon_anime .pi-data,
.portable-infobox.pi-theme-región .pi-data,
.portable-infobox.pi-theme-reino .pi-data,
.portable-infobox.pi-theme-ruta .pi-data,
.portable-infobox.pi-theme-ruta_pokewalker .pi-data {
	background: transparent;
}

.portable-infobox.pi-theme-ciudad .pi-data.pi-item-spacing,
.portable-infobox.pi-theme-cueva .pi-data.pi-item-spacing,
.portable-infobox.pi-theme-edificio .pi-data.pi-item-spacing,
.portable-infobox.pi-theme-entrenador .pi-data.pi-item-spacing,
.portable-infobox.pi-theme-gimnasio .pi-data.pi-item-spacing,
.portable-infobox.pi-theme-lugar .pi-data.pi-item-spacing,
.portable-infobox.pi-theme-medalla .pi-data.pi-item-spacing,
.portable-infobox.pi-theme-personaje .pi-data.pi-item-spacing,
.portable-infobox.pi-theme-pokemon_anime .pi-data.pi-item-spacing,
.portable-infobox.pi-theme-pokemon_anime .pi-data.pi-item-spacing,
.portable-infobox.pi-theme-región .pi-data.pi-item-spacing,
.portable-infobox.pi-theme-reino .pi-data.pi-item-spacing,
.portable-infobox.pi-theme-ruta .pi-data.pi-item-spacing,
.portable-infobox.pi-theme-ruta_pokewalker .pi-data.pi-item-spacing {
	padding: 0;
}

.portable-infobox.pi-theme-ciudad .pi-data ~ .pi-data,
.portable-infobox.pi-theme-cueva .pi-data ~ .pi-data,
.portable-infobox.pi-theme-edificio .pi-data ~ .pi-data,
.portable-infobox.pi-theme-entrenador .pi-data ~ .pi-data,
.portable-infobox.pi-theme-gimnasio .pi-data ~ .pi-data,
.portable-infobox.pi-theme-lugar .pi-data ~ .pi-data,
.portable-infobox.pi-theme-medalla .pi-data ~ .pi-data,
.portable-infobox.pi-theme-personaje .pi-data ~ .pi-data,
.portable-infobox.pi-theme-pokemon_anime .pi-data ~ .pi-data,
.portable-infobox.pi-theme-pokemon_anime .pi-data ~ .pi-data,
.portable-infobox.pi-theme-región .pi-data ~ .pi-data,
.portable-infobox.pi-theme-reino .pi-data ~ .pi-data,
.portable-infobox.pi-theme-ruta .pi-data ~ .pi-data,
.portable-infobox.pi-theme-ruta_pokewalker .pi-data ~ .pi-data {
	border-top: 0;
}

.portable-infobox.pi-theme-ciudad .pi-data ~ .pi-data .pi-data-value,
.portable-infobox.pi-theme-cueva .pi-data ~ .pi-data .pi-data-value,
.portable-infobox.pi-theme-edificio .pi-data ~ .pi-data .pi-data-value,
.portable-infobox.pi-theme-entrenador .pi-data ~ .pi-data .pi-data-value,
.portable-infobox.pi-theme-gimnasio .pi-data ~ .pi-data .pi-data-value,
.portable-infobox.pi-theme-lugar .pi-data ~ .pi-data .pi-data-value,
.portable-infobox.pi-theme-medalla .pi-data ~ .pi-data .pi-data-value,
.portable-infobox.pi-theme-personaje .pi-data ~ .pi-data .pi-data-value,
.portable-infobox.pi-theme-pokemon_anime .pi-data ~ .pi-data .pi-data-value,
.portable-infobox.pi-theme-pokemon_anime .pi-data ~ .pi-data .pi-data-value,
.portable-infobox.pi-theme-región .pi-data ~ .pi-data .pi-data-value,
.portable-infobox.pi-theme-reino .pi-data ~ .pi-data .pi-data-value,
.portable-infobox.pi-theme-ruta .pi-data ~ .pi-data .pi-data-value,
.portable-infobox.pi-theme-ruta_pokewalker .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,
.portable-infobox.pi-theme-cueva .pi-data-label,
.portable-infobox.pi-theme-cueva .pi-data-value,
.portable-infobox.pi-theme-edificio .pi-data-label,
.portable-infobox.pi-theme-edificio .pi-data-value,
.portable-infobox.pi-theme-entrenador .pi-data-label,
.portable-infobox.pi-theme-entrenador .pi-data-value,
.portable-infobox.pi-theme-gimnasio .pi-data-label,
.portable-infobox.pi-theme-gimnasio .pi-data-value,
.portable-infobox.pi-theme-lugar .pi-data-label,
.portable-infobox.pi-theme-lugar .pi-data-value,
.portable-infobox.pi-theme-medalla .pi-data-label,
.portable-infobox.pi-theme-medalla .pi-data-value,
.portable-infobox.pi-theme-personaje .pi-data-label,
.portable-infobox.pi-theme-personaje .pi-data-value,
.portable-infobox.pi-theme-pokemon_anime .pi-data-label,
.portable-infobox.pi-theme-pokemon_anime .pi-data-label,
.portable-infobox.pi-theme-pokemon_anime .pi-data-value,
.portable-infobox.pi-theme-pokemon_anime .pi-data-value,
.portable-infobox.pi-theme-región .pi-data-label,
.portable-infobox.pi-theme-región .pi-data-value,
.portable-infobox.pi-theme-reino .pi-data-label,
.portable-infobox.pi-theme-reino .pi-data-value,
.portable-infobox.pi-theme-ruta .pi-data-label,
.portable-infobox.pi-theme-ruta .pi-data-value,
.portable-infobox.pi-theme-ruta_pokewalker .pi-data-label,
.portable-infobox.pi-theme-ruta_pokewalker .pi-data-value {
	padding: 5px;
	text-align: center;
}

.portable-infobox.pi-theme-ciudad .pi-data-value,
.portable-infobox.pi-theme-cueva .pi-data-value,
.portable-infobox.pi-theme-edificio .pi-data-value,
.portable-infobox.pi-theme-entrenador .pi-data-value,
.portable-infobox.pi-theme-gimnasio .pi-data-value,
.portable-infobox.pi-theme-lugar .pi-data-value,
.portable-infobox.pi-theme-medalla .pi-data-value,
.portable-infobox.pi-theme-personaje .pi-data-value,
.portable-infobox.pi-theme-pokemon_anime .pi-data-value,
.portable-infobox.pi-theme-pokemon_anime .pi-data-value,
.portable-infobox.pi-theme-región .pi-data-value,
.portable-infobox.pi-theme-reino .pi-data-value,
.portable-infobox.pi-theme-ruta .pi-data-value,
.portable-infobox.pi-theme-ruta_pokewalker .pi-data-value {
	display: block;
	align-items: center;
	justify-content: center;
	border-style: none;
}

.portable-infobox.pi-theme-ciudad .pi-header,
.portable-infobox.pi-theme-cueva .pi-header,
.portable-infobox.pi-theme-edificio .pi-header,
.portable-infobox.pi-theme-entrenador .pi-header,
.portable-infobox.pi-theme-gimnasio .pi-header,
.portable-infobox.pi-theme-lugar .pi-header,
.portable-infobox.pi-theme-medalla .pi-header,
.portable-infobox.pi-theme-personaje .pi-header,
.portable-infobox.pi-theme-pokemon_anime .pi-header,
.portable-infobox.pi-theme-pokemon_anime .pi-header,
.portable-infobox.pi-theme-región .pi-header,
.portable-infobox.pi-theme-reino .pi-header,
.portable-infobox.pi-theme-ruta .pi-header,
.portable-infobox.pi-theme-ruta_pokewalker .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,
.portable-infobox.pi-theme-cueva .pi-data-label a,
.portable-infobox.pi-theme-cueva .pi-navigation a,
.portable-infobox.pi-theme-edificio .pi-data-label a,
.portable-infobox.pi-theme-edificio .pi-navigation a,
.portable-infobox.pi-theme-entrenador .pi-data-label a,
.portable-infobox.pi-theme-entrenador .pi-navigation a,
.portable-infobox.pi-theme-gimnasio .pi-data-label a,
.portable-infobox.pi-theme-gimnasio .pi-navigation a,
.portable-infobox.pi-theme-lugar .pi-data-label a,
.portable-infobox.pi-theme-lugar .pi-navigation a,
.portable-infobox.pi-theme-medalla .pi-data-label a,
.portable-infobox.pi-theme-medalla .pi-navigation a,
.portable-infobox.pi-theme-personaje .pi-data-label a,
.portable-infobox.pi-theme-personaje .pi-navigation a,
.portable-infobox.pi-theme-pokemon_anime .pi-data-label a,
.portable-infobox.pi-theme-pokemon_anime .pi-data-label a,
.portable-infobox.pi-theme-pokemon_anime .pi-navigation a,
.portable-infobox.pi-theme-pokemon_anime .pi-navigation a,
.portable-infobox.pi-theme-región .pi-data-label a,
.portable-infobox.pi-theme-región .pi-navigation a,
.portable-infobox.pi-theme-reino .pi-data-label a,
.portable-infobox.pi-theme-reino .pi-navigation a,
.portable-infobox.pi-theme-ruta .pi-data-label a,
.portable-infobox.pi-theme-ruta .pi-navigation a,
.portable-infobox.pi-theme-ruta_pokewalker .pi-data-label a,
.portable-infobox.pi-theme-ruta_pokewalker .pi-navigation a {
	color: var(--color-encabezado-texto, #FFF);
}
/* Cartas */
.portable-infobox.pi-background.pi-theme-carta_entrenador,
.portable-infobox.pi-background.pi-theme-clubtcg,
.portable-infobox.pi-theme-carta .pi-header,
.portable-infobox.pi-theme-carta .pi-navigation,
.portable-infobox.pi-theme-carta .pi-title,
.portable-infobox.pi-theme-carta.pi-background,
.portable-infobox.pi-theme-carta_entrenador .pi-header,
.portable-infobox.pi-theme-carta_entrenador .pi-navigation,
.portable-infobox.pi-theme-carta_entrenador .pi-title,
.portable-infobox.pi-theme-clubtcg .pi-header,
.portable-infobox.pi-theme-clubtcg .pi-navigation,
.portable-infobox.pi-theme-clubtcg .pi-title {
	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,
.portable-infobox.pi-theme-clubtcg .pi-image {
	padding-bottom: 5px;
}

.portable-infobox.pi-theme-carta .pi-data-value:empty::before,
.portable-infobox.pi-theme-carta_entrenador .pi-data-value:empty::before,
.portable-infobox.pi-theme-clubtcg .pi-data-value:empty::before {
	content: '—';
}

.portable-infobox.pi-theme-carta .pi-navigation a,
.portable-infobox.pi-theme-carta_entrenador .pi-navigation a,
.portable-infobox.pi-theme-clubtcg .pi-navigation a {
	color: #FFF;
}

.portable-infobox.pi-theme-carta .pi-data-label.horizontal-group-item,
.portable-infobox.pi-theme-carta .pi-tab-link.current,
.portable-infobox.pi-theme-carta_entrenador .pi-data-label.horizontal-group-item,
.portable-infobox.pi-theme-carta_entrenador .pi-tab-link.current,
.portable-infobox.pi-theme-clubtcg .pi-data-label.horizontal-group-item,
.portable-infobox.pi-theme-clubtcg .pi-tab-link.current {
	background-color: var(--tipo-color-resaltado);
}

.portable-infobox.pi-theme-carta_entrenador {
	--tipo-color-básico: #A4A4A4;
}
/* Lugares */
.portable-infobox.pi-theme-ciudad .pi-caption,
.portable-infobox.pi-theme-cueva .pi-caption,
.portable-infobox.pi-theme-edificio .pi-caption,
.portable-infobox.pi-theme-entrenador .pi-caption,
.portable-infobox.pi-theme-gimnasio .pi-caption,
.portable-infobox.pi-theme-lugar .pi-caption,
.portable-infobox.pi-theme-medalla .pi-caption,
.portable-infobox.pi-theme-región .pi-caption,
.portable-infobox.pi-theme-reino .pi-caption,
.portable-infobox.pi-theme-ruta .pi-caption,
.portable-infobox.pi-theme-ruta_pokewalker .pi-caption {
	background-color: var(--color-fondo);
}

.portable-infobox.pi-theme-ciudad .pi-data-label,
.portable-infobox.pi-theme-cueva .pi-data-label,
.portable-infobox.pi-theme-edificio .pi-data-label,
.portable-infobox.pi-theme-entrenador .pi-data-label,
.portable-infobox.pi-theme-gimnasio .pi-data-label,
.portable-infobox.pi-theme-lugar .pi-data-label,
.portable-infobox.pi-theme-medalla .pi-data-label,
.portable-infobox.pi-theme-región .pi-data-label,
.portable-infobox.pi-theme-reino .pi-data-label,
.portable-infobox.pi-theme-ruta .pi-data-label,
.portable-infobox.pi-theme-ruta_pokewalker .pi-data-label {
	border-bottom: 0;
}

.portable-infobox.pi-theme-ciudad {
	--color-básico: #FC0;
	--color-encabezado-texto: #000;
	--color-fondo: #FFE;
	--color-resaltado: #C79F00;
}

.portable-infobox.pi-theme-cueva {
	--color-básico: #C96;
	--color-encabezado-texto: #3A3A3A;
	--color-fondo: #FAF2EB;
	--color-resaltado: #AB8055;
}

.portable-infobox.pi-theme-edificio {
	--color-básico: #FA8072;
	--color-encabezado-texto: #000;
	--color-fondo: #FAEAE8;
	--color-resaltado: #CF6A5F;
}

.portable-infobox.pi-theme-entrenador {
	--color-básico: #48B344;
	--color-encabezado-texto: #FFF;
	--color-fondo: #FFF;
	--color-resaltado: #2C942C;
}

.portable-infobox.pi-theme-gimnasio,
.portable-infobox.pi-theme-medalla {
	--color-básico: #FBA8FF;
	--color-encabezado-texto: #3A3A3A;
	--color-fondo: #FDF2FF;
	--color-resaltado: #F98CFF;
}

.portable-infobox.pi-theme-lugar {
	--color-básico: #FFA500;
	--color-encabezado-texto: #000;
	--color-fondo: #FFF3E8;
	--color-resaltado: #C78100;
}

.portable-infobox.pi-theme-región {
	--color-básico: #63d6ff;
	--color-encabezado-texto: #000;
	--color-fondo: #f2faff;
	--color-resaltado: #55B5D9;
}

.portable-infobox.pi-theme-reino {
	--color-básico: #ffcc00;
	--color-encabezado-texto: #000;
	--color-fondo: #ffe;
	--color-resaltado: #C79F00;
}

.portable-infobox.pi-theme-ruta {
	--color-básico: #8C0;
	--color-encabezado-texto: #000;
	--color-fondo: #EFE;
	--color-resaltado: #5C8A00;
}

.portable-infobox.pi-theme-ruta.pi-theme-Azul {
	--color-básico: #6AF;
	--color-encabezado-texto: #000;
	--color-fondo: #DEF;
	--color-resaltado: #497BB8;
}

.portable-infobox.pi-theme-ruta_pokewalker {
	--color-básico: #fa8072;
	--color-encabezado-texto: #000;
	--color-fondo: #faeae8;
	--color-resaltado: #CF6A5F;
}
/* Manga */
.portable-infobox.pi-theme-carta_energia,
.portable-infobox.pi-theme-cuadro_juego,
.portable-infobox.pi-theme-episodio,
.portable-infobox.pi-theme-manga {
	border-color: var(--color-básico);
	border-style: solid;
	border-width: 1px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding: 3px;
}

.pi-background.portable-infobox.pi-theme-carta_energia,
.pi-background.portable-infobox.pi-theme-cuadro_juego,
.pi-background.portable-infobox.pi-theme-episodio,
.pi-background.portable-infobox.pi-theme-manga {
	background-color: var(--color-fondo);
}

.portable-infobox.pi-theme-carta_energia .pi-border-color,
.portable-infobox.pi-theme-cuadro_juego .pi-border-color,
.portable-infobox.pi-theme-episodio .pi-border-color,
.portable-infobox.pi-theme-manga .pi-border-color {
	border-color: transparent;
}

.portable-infobox.pi-theme-carta_energia > :first-child,
.portable-infobox.pi-theme-cuadro_juego > :first-child,
.portable-infobox.pi-theme-episodio > :first-child,
.portable-infobox.pi-theme-manga > :first-child {
	border-top-left-radius: 0.25em;
	border-top-right-radius: 0.25em;
}

.portable-infobox.pi-theme-carta_energia .pi-title,
.portable-infobox.pi-theme-cuadro_juego .pi-title,
.portable-infobox.pi-theme-episodio .pi-title,
.portable-infobox.pi-theme-manga .pi-title {
	background-color: var(--color-básico);
	color: var(--color-fondo);
	padding-top: 3px;
	padding-bottom: 1px;
}

.portable-infobox.pi-theme-carta_energia .pi-data-label,
.portable-infobox.pi-theme-carta_energia .pi-header,
.portable-infobox.pi-theme-carta_energia .pi-navigation,
.portable-infobox.pi-theme-cuadro_juego .pi-data-label,
.portable-infobox.pi-theme-cuadro_juego .pi-header,
.portable-infobox.pi-theme-cuadro_juego .pi-navigation,
.portable-infobox.pi-theme-episodio .pi-data-label,
.portable-infobox.pi-theme-episodio .pi-header,
.portable-infobox.pi-theme-episodio .pi-navigation,
.portable-infobox.pi-theme-manga .pi-data-label,
.portable-infobox.pi-theme-manga .pi-header,
.portable-infobox.pi-theme-manga .pi-navigation {
	background-color: var(--color-resaltado);
	color: var(--color-encabezado-texto);
}

.portable-infobox.pi-theme-carta_energia .pi-header,
.portable-infobox.pi-theme-cuadro_juego .pi-header,
.portable-infobox.pi-theme-episodio .pi-header,
.portable-infobox.pi-theme-manga .pi-header {
	border-color: var(--color-básico);
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.portable-infobox.pi-theme-carta_energia .pi-caption,
.portable-infobox.pi-theme-cuadro_juego .pi-caption,
.portable-infobox.pi-theme-episodio .pi-caption,
.portable-infobox.pi-theme-manga .pi-caption {
	border-color: var(--color-resaltado);
}

.portable-infobox.pi-theme-carta_energia .pi-group > .pi-image,
.portable-infobox.pi-theme-carta_energia > .pi-image,
.portable-infobox.pi-theme-cuadro_juego .pi-group > .pi-image,
.portable-infobox.pi-theme-cuadro_juego > .pi-image,
.portable-infobox.pi-theme-episodio .pi-group > .pi-image,
.portable-infobox.pi-theme-episodio > .pi-image,
.portable-infobox.pi-theme-manga .pi-group > .pi-image,
.portable-infobox.pi-theme-manga > .pi-image {
	width: auto;
}

.portable-infobox.pi-theme-carta_energia .pi-image,
.portable-infobox.pi-theme-carta_energia .pi-image-collection,
.portable-infobox.pi-theme-cuadro_juego .pi-image,
.portable-infobox.pi-theme-cuadro_juego .pi-image-collection,
.portable-infobox.pi-theme-episodio .pi-image,
.portable-infobox.pi-theme-episodio .pi-image-collection,
.portable-infobox.pi-theme-manga .pi-image,
.portable-infobox.pi-theme-manga .pi-image-collection {
	background-color: var(--color-resaltado);
	padding: 5px;
}

.portable-infobox.pi-theme-carta_energia .pi-image-collection .pi-image-collection-tabs,
.portable-infobox.pi-theme-cuadro_juego .pi-image-collection .pi-image-collection-tabs,
.portable-infobox.pi-theme-episodio .pi-image-collection .pi-image-collection-tabs,
.portable-infobox.pi-theme-manga .pi-image-collection .pi-image-collection-tabs {
	background-color: var(--color-fondo);
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	border-color: var(--color-resaltado);
	border-style: solid;
	border-width: 0 2px 2px;
	margin-right: 0;
	order: 99;
}

.portable-infobox.pi-theme-carta_energia .pi-image-collection .pi-image-collection-tabs .pi-tab-link,
.portable-infobox.pi-theme-cuadro_juego .pi-image-collection .pi-image-collection-tabs .pi-tab-link,
.portable-infobox.pi-theme-episodio .pi-image-collection .pi-image-collection-tabs .pi-tab-link,
.portable-infobox.pi-theme-manga .pi-image-collection .pi-image-collection-tabs .pi-tab-link {
	background: transparent;
	border-style: none;
	display: inline;
	font-size: smaller;
	margin: 0;
	padding: 0;
}

.portable-infobox.pi-theme-carta_energia .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after,
.portable-infobox.pi-theme-cuadro_juego .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after,
.portable-infobox.pi-theme-episodio .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after,
.portable-infobox.pi-theme-manga .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after {
	color: #000;
	content: '•';
	font-weight: normal;
	padding-right: 3px;
	text-decoration: none;
	width: 1em;
}

.portable-infobox.pi-theme-carta_energia .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child::after,
.portable-infobox.pi-theme-cuadro_juego .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child::after,
.portable-infobox.pi-theme-episodio .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child::after,
.portable-infobox.pi-theme-manga .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child::after {
	content: none;
}

.portable-infobox.pi-theme-carta_energia .pi-image-collection .pi-image-collection-tabs li,
.portable-infobox.pi-theme-cuadro_juego .pi-image-collection .pi-image-collection-tabs li,
.portable-infobox.pi-theme-episodio .pi-image-collection .pi-image-collection-tabs li,
.portable-infobox.pi-theme-manga .pi-image-collection .pi-image-collection-tabs li {
	color: var(--color-enlaces);
	max-width: inherit;
}

.portable-infobox.pi-theme-carta_energia .pi-image-collection .pi-image-collection-tabs li.current,
.portable-infobox.pi-theme-cuadro_juego .pi-image-collection .pi-image-collection-tabs li.current,
.portable-infobox.pi-theme-episodio .pi-image-collection .pi-image-collection-tabs li.current,
.portable-infobox.pi-theme-manga .pi-image-collection .pi-image-collection-tabs li.current {
	color: #000;
}

.portable-infobox.pi-theme-carta_energia .pi-image-collection .pi-image,
.portable-infobox.pi-theme-cuadro_juego .pi-image-collection .pi-image,
.portable-infobox.pi-theme-episodio .pi-image-collection .pi-image,
.portable-infobox.pi-theme-manga .pi-image-collection .pi-image {
	background-color: var(--color-fondo);
	border-color: var(--color-resaltado);
	border-style: solid;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-width: 2px 2px 0;
}

.portable-infobox.pi-theme-carta_energia .pi-data.pi-item-spacing,
.portable-infobox.pi-theme-cuadro_juego .pi-data.pi-item-spacing,
.portable-infobox.pi-theme-episodio .pi-data.pi-item-spacing,
.portable-infobox.pi-theme-manga .pi-data.pi-item-spacing {
	padding: 0;
}

.portable-infobox.pi-theme-carta_energia .pi-data ~ .pi-data,
.portable-infobox.pi-theme-cuadro_juego .pi-data ~ .pi-data,
.portable-infobox.pi-theme-episodio .pi-data ~ .pi-data,
.portable-infobox.pi-theme-manga .pi-data ~ .pi-data {
	border-top: 0;
}

.portable-infobox.pi-theme-carta_energia .pi-data ~ .pi-data .pi-data-value,
.portable-infobox.pi-theme-cuadro_juego .pi-data ~ .pi-data .pi-data-value,
.portable-infobox.pi-theme-episodio .pi-data ~ .pi-data .pi-data-value,
.portable-infobox.pi-theme-manga .pi-data ~ .pi-data .pi-data-value {
	border-top-width: 1px;
	border-top-style: dotted;
}

.portable-infobox.pi-theme-carta_energia .pi-data-label,
.portable-infobox.pi-theme-carta_energia .pi-data-value,
.portable-infobox.pi-theme-cuadro_juego .pi-data-label,
.portable-infobox.pi-theme-cuadro_juego .pi-data-value,
.portable-infobox.pi-theme-episodio .pi-data-label,
.portable-infobox.pi-theme-episodio .pi-data-value,
.portable-infobox.pi-theme-manga .pi-data-label,
.portable-infobox.pi-theme-manga .pi-data-value {
	padding: 5px;
	text-align: center;
}

.portable-infobox.pi-theme-carta_energia .pi-data-value,
.portable-infobox.pi-theme-cuadro_juego .pi-data-value,
.portable-infobox.pi-theme-episodio .pi-data-value,
.portable-infobox.pi-theme-manga .pi-data-value {
	display: block;
	align-items: center;
	justify-content: center;
	border-style: none;
}

.portable-infobox.pi-theme-carta_energia .pi-data-label a,
.portable-infobox.pi-theme-carta_energia .pi-navigation a,
.portable-infobox.pi-theme-cuadro_juego .pi-data-label a,
.portable-infobox.pi-theme-cuadro_juego .pi-navigation a,
.portable-infobox.pi-theme-episodio .pi-data-label a,
.portable-infobox.pi-theme-episodio .pi-navigation a,
.portable-infobox.pi-theme-manga .pi-data-label a,
.portable-infobox.pi-theme-manga .pi-navigation a {
	color: var(--color-encabezado-texto, #FFF);
}

.portable-infobox.pi-theme-carta_energia,
.portable-infobox.pi-theme-cuadro_juego,
.portable-infobox.pi-theme-episodio,
.portable-infobox.pi-theme-manga {
	--color-básico: #667CC6;
	--color-encabezado-texto: #000;
	--color-fondo: #FFF;
	--color-resaltado: #CCF;
}
/* Cuadros */
.portable-infobox.pi-theme-cuadro .pi-header,
.portable-infobox.pi-theme-cuadro .pi-navigation,
.portable-infobox.pi-theme-cuadro .pi-title,
.portable-infobox.pi-theme-cuadro.pi-background {
	background-color: var(--tipo-color-básico);
	border-color: var(--tipo-color-básico);
}

.portable-infobox.pi-theme-cuadro .pi-data-label.pi-horizontal-group-item {
	background-color: var(--tipo-color-resaltado);
}

.portable-infobox.pi-theme-cuadro .pi-tab-link.current {
	background-color: var(--tipo-color-resaltado);
}

.portable-infobox.pi-theme-cuadro .pi-horizontal-group .pi-horizontal-group-item:nth-of-type(2) {
	width: 2.6em;
}

.portable-infobox.pi-theme-cuadro .pi-data-value.pi-horizontal-group-item:first-of-type:not(:empty) {
	border-image: url("https://vignette.wikia.nocookie.net/es.pokemon/images/8/84/Arrow-left3.svg/revision/latest") 0 100% 0 0;
	border-right-width: 12px;
	border-style: solid;
}

.portable-infobox.pi-theme-cuadro .pi-data-value.pi-horizontal-group-item:last-of-type:not(:empty) {
	border-image: url("https://vignette.wikia.nocookie.net/es.pokemon/images/9/9f/Arrow-right3.svg/revision/latest") 0 0 0 100%;
	border-left-width: 12px;
	border-style: solid;
}

.portable-infobox.pi-theme-cuadro_movimiento {
	--color-básico: #DCDCDC;
}

.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-header {
	background-color: var(--color-básico);
}

.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-header,
.portable-infobox.pi-theme-cuadro_movimiento .pi-navigation,
.portable-infobox.pi-theme-cuadro_movimiento .pi-title,
.portable-infobox.pi-theme-cuadro_movimiento.pi-background {
	background-color: var(--tipo-color-básico);
	border-color: var(--tipo-color-básico);
}
/* Episodios */
.portable-infobox.pi-theme-episodio {
	/* background-color: #E8ECF9; */
}

.portable-infobox.pi-theme-episodio .pi-header,
.portable-infobox.pi-theme-episodio .pi-navigation {
	/* background-color: #CCF; */
}

.portable-infobox.pi-theme-episodio-especial-internal,
.portable-infobox.pi-theme-episodio-internal {
	background-color: #E8ECF9;
	clear: none;
	float: none;
	margin: 5px;
	width: 35%;
}

.portable-infobox.pi-theme-episodio-especial-internal .pi-header,
.portable-infobox.pi-theme-episodio-especial-internal .pi-navigation,
.portable-infobox.pi-theme-episodio-internal .pi-header,
.portable-infobox.pi-theme-episodio-internal .pi-navigation {
	background-color: #CCF;
}

.portable-infobox.pi-theme-episodio-especial-internal .pi-image,
.portable-infobox.pi-theme-episodio-internal .pi-image {
	height: 100%;
	margin: auto;
	max-height: 175px;
	max-width: 300px;
	overflow: hidden;
	width: 100%;
}

.skin-monobook .portable-infobox.pi-theme-episodio-especial-internal .pi-image-thumbnail,
.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-especial-internal .pi-image-thumbnail,
.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-especial-internal .pi-data-value.pi-horizontal-group-item:first-of-type:not(:empty),
.portable-infobox.pi-theme-episodio-internal .pi-data-value.pi-horizontal-group-item:first-of-type:not(:empty) {
	border-image: url("https://vignette.wikia.nocookie.net/es.pokemon/images/8/84/Arrow-left3.svg/revision/latest") 0 100% 0 0;
	border-right-width: 12px;
	border-style: solid;
}

.portable-infobox.pi-theme-episodio-especial-internal .pi-data-value.pi-horizontal-group-item:last-of-type:not(:empty),
.portable-infobox.pi-theme-episodio-internal .pi-data-value.pi-horizontal-group-item:last-of-type:not(:empty) {
	border-image: url("https://vignette.wikia.nocookie.net/es.pokemon/images/9/9f/Arrow-right3.svg/revision/latest") 0 0 0 100%;
	border-left-width: 12px;
	border-style: solid;
}

.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,
.portable-infobox.pi-theme-episodio-títulos {
	--color-básico: #667CC6;
	--color-encabezado-texto: #000;
	--color-fondo: #FFF;
	--color-resaltado: #CCF;
	border-color: var(--color-básico, #667CC6);
}

.portable-infobox.pi-background.pi-theme-episodio-especial-títulos,
.portable-infobox.pi-theme-episodio-títulos.pi-background {
	background-color: var(--color-básico, #667CC6);
}

table .portable-infobox.pi-theme-episodio-especial-títulos,
table .portable-infobox.pi-theme-episodio-títulos {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	clear: none;
	float: none;
	margin: 0;
	width: 100%;
}

table .portable-infobox.pi-theme-episodio-especial-títulos .pi-title,
table .portable-infobox.pi-theme-episodio-títulos .pi-title {
	font-size: large;
}

.portable-infobox.pi-theme-episodio-especial-títulos .pi-header,
.portable-infobox.pi-theme-episodio-títulos .pi-header {
	border-color: var(--color-básico, #667CC6);
}

.portable-infobox.pi-theme-episodio-especial-títulos .pi-caption,
.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-títulos .pi-caption,
.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 {
	background-color: var(--color-fondo, #FFF);
	border-color: var(--color-básico, #667CC6);
}

.portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection-tabs li.current,
.portable-infobox.pi-theme-episodio-títulos .pi-image-collection-tabs li.current {
	color: var(--color-básico, #667CC6);
}

.portable-infobox.pi-theme-episodio-especial-títulos .pi-title,
.portable-infobox.pi-theme-episodio-títulos .pi-title {
	color: #FFF;
}

.portable-infobox.pi-theme-episodio-especial-títulos .pi-data-label,
.portable-infobox.pi-theme-episodio-especial-títulos .pi-header,
.portable-infobox.pi-theme-episodio-especial-títulos .pi-image,
.portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection,
.portable-infobox.pi-theme-episodio-especial-títulos .pi-navigation,
.portable-infobox.pi-theme-episodio-títulos .pi-data-label,
.portable-infobox.pi-theme-episodio-títulos .pi-header,
.portable-infobox.pi-theme-episodio-títulos .pi-image,
.portable-infobox.pi-theme-episodio-títulos .pi-image-collection,
.portable-infobox.pi-theme-episodio-títulos .pi-navigation {
	background-color: var(--color-resaltado, #CCF);
	color: #000;
}

.portable-infobox.pi-theme-episodio-especial-títulos .pi-group > .pi-image,
.portable-infobox.pi-theme-episodio-especial-títulos > .pi-image,
.portable-infobox.pi-theme-episodio-títulos .pi-group > .pi-image,
.portable-infobox.pi-theme-episodio-títulos > .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,
.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-especial-títulos .pi-image-collection .pi-image-collection-tabs,
.portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-image-collection-tabs {
	background-color: var(--color-fondo, #FFF);
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	border-style: solid;
	border-top-width: 0;
	border-width: 2px;
	color: var(--color-enlaces);
	margin-right: 0;
	order: 99;
}

.portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-image-collection-tabs .pi-tab-link,
.portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-image-collection-tabs .pi-tab-link {
	background: transparent;
	border-style: none;
	display: inline;
	font-size: smaller;
	margin: 0;
	padding: 0;
}

.portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-image-collection-tabs li,
.portable-infobox.pi-theme-episodio-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,
.portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-image-collection-tabs li.current {
	color: #000;
}

.portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after,
.portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-image-collection-tabs .pi-tab-link::after {
	color: #000;
	content: '•';
	font-weight: normal;
	padding-right: 3px;
	text-decoration: none;
	width: 1em;
}

.portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-image-collection-tabs .pi-tab-link:last-child::after,
.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-especial-títulos .pi-image-collection .pi-image,
.portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-image {
	border-bottom-width: 0;
	border-style: solid;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-width: 2px;
}

.portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-data.pi-item-spacing,
.portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-data.pi-item-spacing {
	padding: 0;
}

.portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-data ~ .pi-data,
.portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-data ~ .pi-data {
	border-top: 0;
}

.portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-data ~ .pi-data .pi-data-value,
.portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-data ~ .pi-data .pi-data-value {
	border-top-style: dotted;
	border-top-width: 1px;
}

.portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-data-label,
.portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-data-value,
.portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-data-label,
.portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-data-value {
	padding: 5px;
	text-align: center;
}

.portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-data-value,
.portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-data-value {
	align-items: center;
	border-style: none;
	display: block;
	justify-content: center;
}

.portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-header,
.portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-header {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-top-width: 3px;
}

.portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-data-label a,
.portable-infobox.pi-theme-episodio-especial-títulos .pi-image-collection .pi-navigation a,
.portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-data-label a,
.portable-infobox.pi-theme-episodio-títulos .pi-image-collection .pi-navigation a {
	color: var(--color-encabezado-texto, #000);
}

.portable-infobox.pi-theme-episodio-especial-títulos {
	--color-básico: #B366C6;
	--color-encabezado-texto: #000;
	--color-fondo: #FCF8FF;
	--color-resaltado: #EDCDF5;
}

.portable-infobox.pi-theme-episodio-especial-títulos .pi-horizontal-group .pi-horizontal-group-item:nth-of-type(2) {
	width: inherit;
	display: table-cell;
}
/* Objetos */
.portable-infobox.pi-theme-ball,
.portable-infobox.pi-theme-objeto,
.portable-infobox.pi-theme-plataforma {
	background: #2158B8 url("https://vignette.wikia.nocookie.net/es.pokemon/images/e/eb/Fondo_mochila.png/revision/latest") no-repeat right bottom;
	border: 1px solid #0D244A;
	border-radius: 20px;
	margin-left: 65px;
}

.portable-infobox.pi-theme-ball .pi-title,
.portable-infobox.pi-theme-objeto .pi-title,
.portable-infobox.pi-theme-plataforma .pi-title {
	color: #FFF;
	font-size: 100%;
	line-height: 1.75em;
	padding-top: 10px;
}

.portable-infobox.pi-theme-ball .pi-title div,
.portable-infobox.pi-theme-objeto .pi-title div,
.portable-infobox.pi-theme-plataforma .pi-title div {
	padding: 0.4em;
	margin: -3px;
	border: 1px solid #999;
	border-radius: 7px;
	background: #FFF;
	width: 24px;
	height: 24px;
	display: inline;
	float: right;
	clear: right;
}

.portable-infobox.pi-theme-ball .pi-image,
.portable-infobox.pi-theme-objeto .pi-image,
.portable-infobox.pi-theme-plataforma .pi-image {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
	margin: 10px;
	border-radius: 0.5em;
	width: auto;
}

.portable-infobox.pi-theme-ball .pi-image .pi-image-thumbnail,
.portable-infobox.pi-theme-objeto .pi-image .pi-image-thumbnail,
.portable-infobox.pi-theme-plataforma .pi-image .pi-image-thumbnail {
	width: auto;
	min-width: 50%;
	max-width: 100%;
	height: auto;
}

.portable-infobox.pi-theme-ball .pi-data,
.portable-infobox.pi-theme-objeto .pi-data,
.portable-infobox.pi-theme-plataforma .pi-data {
	background: transparent;
	color: #FFF;
}

.portable-infobox.pi-theme-ball .pi-data ~ .pi-data,
.portable-infobox.pi-theme-objeto .pi-data ~ .pi-data,
.portable-infobox.pi-theme-plataforma .pi-data ~ .pi-data {
	border-top: 0;
}

.portable-infobox.pi-theme-ball .pi-data-label,
.portable-infobox.pi-theme-objeto .pi-data-label,
.portable-infobox.pi-theme-plataforma .pi-data-label {
	flex-basis: 175px;
	min-width: 50%;
	text-align: right;
}

.portable-infobox.pi-theme-ball .pi-data-value a:link,
.portable-infobox.pi-theme-objeto .pi-data-value a:link,
.portable-infobox.pi-theme-plataforma .pi-data-value a:link {
	color: #FFF;
}

.portable-infobox.pi-theme-ball .pi-navigation,
.portable-infobox.pi-theme-objeto .pi-navigation,
.portable-infobox.pi-theme-plataforma .pi-navigation {
	background: transparent;
}

.portable-infobox.pi-theme-ball .pi-navigation a:link,
.portable-infobox.pi-theme-objeto .pi-navigation a:link,
.portable-infobox.pi-theme-plataforma .pi-navigation a:link {
	color: #FEC423;
}

.portable-infobox.pi-theme-ball.pi-background {
	background: #da3d3a;
}

.portable-infobox.pi-theme-ball .pi-border-color {
	border-color: #da3d3a;
}

.portable-infobox.pi-theme-ball .pi-caption,
.portable-infobox.pi-theme-ball .pi-data,
.portable-infobox.pi-theme-ball .pi-data-label,
.portable-infobox.pi-theme-ball .pi-data-value,
.portable-infobox.pi-theme-ball .pi-image,
.portable-infobox.pi-theme-ball .pi-image-thumbnail {
	background-color: #fff4f4;
	color: #3a3a3a;
}

.portable-infobox.pi-theme-ball .pi-data-label {
	text-align: inherit;
}
/* Personajes */
.portable-infobox.pi-theme-personaje .pi-data-label,
.portable-infobox.pi-theme-pokemon_anime .pi-data-label {
	border-bottom-style: dotted;
	padding-bottom: 5px;
	padding-top: 5px;
}

.portable-infobox.pi-theme-personaje {
	--color-básico: #CD5C5C;
	--color-encabezado-texto: #FFF;
	--color-fondo: #FFF;
	--color-resaltado: #913A3A;
}
/* Plataforma */
.portable-infobox.pi-theme-plataforma.pi-background {
	background: #dcdcdc;
}

.portable-infobox.pi-theme-plataforma .pi-caption,
.portable-infobox.pi-theme-plataforma .pi-data,
.portable-infobox.pi-theme-plataforma .pi-data-label,
.portable-infobox.pi-theme-plataforma .pi-data-value,
.portable-infobox.pi-theme-plataforma .pi-image,
.portable-infobox.pi-theme-plataforma .pi-image-thumbnail {
	background-color: #dcdcdc;
	color: #3a3a3a;
}

.portable-infobox.pi-theme-plataforma .pi-data-label {
	text-align: inherit;
}
/* Pokémon */
.portable-infobox.pi-theme-pokemon_anime {
	--color-básico: #445AB3;
	--color-encabezado-texto: #FFF;
	--color-fondo: #FFF;
	--color-resaltado: #2C4196;
}

.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: var(--color-fondo, #FFF);
	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: var(--color-fondo, #FFF);
	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;
}
/* Club TCG */
.portable-infobox.pi-theme-clubtcg .pi-image-thumbnail {
	width: unset;
	height: 100px;
}

.portable-infobox.pi-theme-ball .pi-data-label,
.portable-infobox.pi-theme-carta .pi-data-label,
.portable-infobox.pi-theme-carta_entrenador .pi-data-label,
.portable-infobox.pi-theme-clubtcg .pi-data-label,
.portable-infobox.pi-theme-cuadro .pi-data-label,
.portable-infobox.pi-theme-cuadro_movimiento .pi-data-label,
.portable-infobox.pi-theme-episodio .pi-data-label,
.portable-infobox.pi-theme-episodio-especial-internal .pi-data-label,
.portable-infobox.pi-theme-episodio-internal .pi-data-label,
.portable-infobox.pi-theme-objeto .pi-data-label,
.portable-infobox.pi-theme-plataforma .pi-data-label {
	border-bottom: 0;
	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-Agua.pi-theme-carta_entrenador,
.portable-infobox.pi-theme-Agua.pi-theme-clubtcg,
.portable-infobox.pi-theme-agua.pi-theme-carta_entrenador,
.portable-infobox.pi-theme-agua.pi-theme-clubtcg,
.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-Fuego.pi-theme-carta_entrenador,
.portable-infobox.pi-theme-Fuego.pi-theme-clubtcg,
.portable-infobox.pi-theme-carta.pi-theme-Fuego,
.portable-infobox.pi-theme-carta.pi-theme-fuego,
.portable-infobox.pi-theme-fuego.pi-theme-carta_entrenador,
.portable-infobox.pi-theme-fuego.pi-theme-clubtcg {
	--tipo-color-resaltado: #F52533;
	--tipo-color-básico: #D96C00;
}

.portable-infobox.pi-theme-Lucha.pi-theme-carta_entrenador,
.portable-infobox.pi-theme-Lucha.pi-theme-clubtcg,
.portable-infobox.pi-theme-carta.pi-theme-Lucha,
.portable-infobox.pi-theme-carta.pi-theme-lucha,
.portable-infobox.pi-theme-lucha.pi-theme-carta_entrenador,
.portable-infobox.pi-theme-lucha.pi-theme-clubtcg {
	--tipo-color-resaltado: #E05024;
	--tipo-color-básico: #E65F5F;
}

.portable-infobox.pi-theme-Planta.pi-theme-carta_entrenador,
.portable-infobox.pi-theme-Planta.pi-theme-clubtcg,
.portable-infobox.pi-theme-carta.pi-theme-Planta,
.portable-infobox.pi-theme-carta.pi-theme-planta,
.portable-infobox.pi-theme-planta.pi-theme-carta_entrenador,
.portable-infobox.pi-theme-planta.pi-theme-clubtcg {
	--tipo-color-resaltado: #50B550;
	--tipo-color-básico: #82D957;
}

.portable-infobox.pi-theme-Psíquica.pi-theme-carta_entrenador,
.portable-infobox.pi-theme-Psíquica.pi-theme-clubtcg,
.portable-infobox.pi-theme-carta.pi-theme-Psíquica,
.portable-infobox.pi-theme-carta.pi-theme-psíquica,
.portable-infobox.pi-theme-psíquica.pi-theme-carta_entrenador,
.portable-infobox.pi-theme-psíquica.pi-theme-clubtcg {
	--tipo-color-resaltado: #A66FA2;
	--tipo-color-básico: #9A75E6;
}

.portable-infobox.pi-theme-Dragón.pi-theme-carta_entrenador,
.portable-infobox.pi-theme-Dragón.pi-theme-clubtcg,
.portable-infobox.pi-theme-carta.pi-theme-Dragón,
.portable-infobox.pi-theme-carta.pi-theme-dragón,
.portable-infobox.pi-theme-dragón.pi-theme-carta_entrenador,
.portable-infobox.pi-theme-dragón.pi-theme-clubtcg {
	--tipo-color-resaltado: #DBA901;
	--tipo-color-básico: #886A08;
}

.portable-infobox.pi-theme-Hada.pi-theme-carta_entrenador,
.portable-infobox.pi-theme-Hada.pi-theme-clubtcg,
.portable-infobox.pi-theme-carta.pi-theme-Hada,
.portable-infobox.pi-theme-carta.pi-theme-hada,
.portable-infobox.pi-theme-hada.pi-theme-carta_entrenador,
.portable-infobox.pi-theme-hada.pi-theme-clubtcg {
	--tipo-color-resaltado: #E83189;
	--tipo-color-básico: #E79FE7;
}

.portable-infobox.pi-theme-medalla.pi-theme-Kalos,
.portable-infobox.pi-theme-medalla.pi-theme-kalos {
	--color-resaltado: #AE74BD;
	--color-fondo: #FCE9FF;
	--color-básico: #E79CFF;
}

.portable-infobox.pi-theme-medalla.pi-theme-Kanto,
.portable-infobox.pi-theme-medalla.pi-theme-kanto {
	--color-resaltado: #B79A4A;
	--color-fondo: #FFFAED;
	--color-básico: #E0C068;
}

.portable-infobox.pi-theme-medalla.pi-theme-Archipiélago-Naranja {
	--color-resaltado: #CD8951;
	--color-fondo: #FFF2E9;
	--color-básico: #FFAA65;
}

.portable-infobox.pi-theme-medalla.pi-theme-Johto,
.portable-infobox.pi-theme-medalla.pi-theme-johto {
	--color-resaltado: #89A678;
	--color-fondo: #F3FFF1;
	--color-básico: #C4FFA1;
}

.portable-infobox.pi-theme-medalla.pi-theme-Hoenn,
.portable-infobox.pi-theme-medalla.pi-theme-hoenn {
	--color-resaltado: #7878A6;
	--color-fondo: #E9E9FF;
	--color-básico: #B8B8FF;
}

.portable-infobox.pi-theme-medalla.pi-theme-Sinnoh,
.portable-infobox.pi-theme-medalla.pi-theme-sinnoh {
	--color-resaltado: #A69F54;
	--color-fondo: #FFFDDF;
	--color-básico: #FFF481;
}

.portable-infobox.pi-theme-medalla.pi-theme-Teselia,
.portable-infobox.pi-theme-medalla.pi-theme-teselia {
	--color-resaltado: #73B0BC;
	--color-fondo: #E9FAFF;
	--color-básico: #9CEFFF;
}
Advertisement