/* Variables */

:root {
	--gris: #404040;
	--amarillo: #FFB400;
	--verde: #849C00;
	--blanco: #F8F9E4;
	--azul: #3f515b;
	--oliva: #CACBAD;
	--gris-claro: #D3D3D3;
}

.bg-azul {
	background-color: var(--azul) !important;
}

.bg-gris {
	background-color: var(--gris) !important;
}

.bg-oliva {
	background-color: var(--oliva) !important;
}

/* Estilos sobreescritos de Bootstrap */

.nav-tabs-sin-borde {
	border-bottom: 0px !important;
}

.card-episodio {
	background-color: var(--gris) !important;
	border: 1px solid var(--blanco) !important;
}

/* Menu con scroll */
@media (max-width: 1200px) {
	.scrollable-menu {
		height: auto;
		max-height: 400px;
		overflow-x: hidden;
	}
}

.bg-dark {
	background-color: var(--gris) !important;
}

.img-ficha-episodio {
	float: left;
	margin-right: 10px;
	max-width: 50%;
}

@media (max-width: 500px) {
	.img-ficha-episodio {
		max-width: 100%;
	}
}

.img-listado-episodios {
	width: 100%;
}

.lista_episodios_capitulo {
	color: rgba(255, 255, 255, .5) !important;
}

.lista_episodios_titulo {
	color: var(--blanco) !important;
}

.lista_episodios_titulo:hover {
	color: var(--verde) !important;
}

.lista_episodios_imagen {
	height: 162px;
}

.lista_episodios_bloque {
	background-color: var(--azul);
	border-width: 1px;
	border-color: grey;
	border-style: solid;
}

.lista_episodios_textos {
	background-color: var(--azul);
}

.nav-link.active {
	background-color: var(--verde) !important;
}

.card-img-overlay {
	padding: 10px !important;
}

.card-header {
	background-color: var(--azul) !important;
  }

.secundario-actor {
	font-size: 1.1rem !important;
	padding-top: 10px;
}

.img-secundario {
	border-color: var(--amarillo);
	border-width: 1px;
	border-style: solid;
	width: 100px;
}

.img-secundario:hover {
	border-color: var(--verde);
}

.secundario-img {
	width: 100px;
	border-width: 1px;
	border-style: solid;
}

.secundario-categoria {
	margin-bottom: 5px;
	margin-right: 5px;
	cursor: pointer;
}

.secundario-footer {
	min-height: 61px;
}

.secundario-datos {
	max-width: 300px;
	background-color: var(--azul);
}

.video-img {
	width: 100%;
	border-color: var(--amarillo);
	border-width: 1px;
	border-style: solid;
}

/* Estilos propios de Friends Peich */

body {
	background-color: var(--gris) !important;
	color: var(--blanco) !important;
}

@media (max-width: 1200px) {
	.logo_fp {
		padding-bottom: 15px;
	}
}

.enviado-por {
	font-size: 12px;
	text-align: right;
	color: var(--gris-claro) !important;
}


/* Top left text */
.top-left {
	position: absolute;
	top: 8px;
	left: 16px;
}

.tit-listado-imagenes {
	color: white;
	font-size: 20px;
}

.imagen-listado {
	position: relative;
	float: left;
	margin: 5px;
}

.imagen-listado img {
	width: 149px;
	height: 220px;
	object-fit: cover;
	border: 1px solid var(--amarillo);
}

.imagen-listado-tres {
	position: relative;
	float: left;
	margin: 5px;
}

.imagen-listado-tres img {
	width: 290px;
	height: 220px;
	object-fit: cover;
	border: 1px solid var(--amarillo);
}

@media (max-width: 1200px) {
	.imagen-listado-tres img {
		width: 375px;
		height: auto;
	}
}

@media (max-width: 990px) {
	.imagen-listado-tres img {
		width: 275px;
		height: auto;
	}
}

@media (max-width: 765px) {
	.imagen-listado-tres img {
		width: 200px;
		height: auto;
	}
}

@media (max-width: 450px) {
	.imagen-listado-tres img {
		width: 180px;
		height: auto;
	}
}

.destacado-portada {
	position: relative;
	float: left;
	margin: 5px;
}

.destacado-portada img {
	width: 196px;
	height: 220px;
	object-fit: cover;
	border: 1px solid var(--amarillo);
}

.tit-destacado-portada {
	font-family: 'Handlee', cursive;
	font-size: 13px;
	color: #f8f9e4;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	position: absolute;
	background-color:
		rgba(255, 180, 0, 0.6);
	margin: 5px;
	padding: 4px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 0px solid #000000;
}

.destacado-portada-4 {
	position: relative;
	float: left;
	margin: 5px;
}

.destacado-portada-4 img {
	width: 220px;
	height: 220px;
	object-fit: cover;
	border: 1px solid var(--amarillo);
}

.clear {
	clear: both;
}

.titulo-menu {
	font-family: 'Handlee', cursive;
	font-size: 13px;
	background-color: var(--gris);
	color: var(--blanco);
	text-shadow: black 0.1em 0.1em 0.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
}

.txt_8rem {
	font-size: 0.8rem;
}

.txt_blanco {
	color: var(--blanco);
}

.txt_verde {
	color: var(--verde);
}

.abajo5 {
	margin-bottom: 5px !important;
}

.abajo10 {
	margin-bottom: 10px !important;
}

.abajo15 {
	margin-bottom: 15px !important;
}

.arriba5 {
	margin-top: 5px !important;
}

.arriba10 {
	margin-top: 10px !important;
}

.arriba15 {
	margin-top: 15px !important;
}

.secundario_azar_marco {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
}

.secundario_azar_foto {
	position: absolute;
	top: 77px;
	left: 64px;
	z-index: 1;
}

.center {
	text-align: center;
}

.borde_blanco {
	border: 1px solid var(--blanco);
}

.borde_amarillo {
	border: 1px solid var(--amarillo);
}

.borde_amarillo:hover {
	border: 1px solid var(--verde);
}

.mis_gustos {
	width: 100%;
	border: 1px solid var(--amarillo);
	float: left;
}

/* Antiguos estilos */

a {
	text-decoration: none;
	color: #FFB400;
}

.tabla_principal {
	border-color: #FFB400;
	border-style: solid;
	border-width: 1px;
	padding: 0;
	width: 776px;
	border-collapse: collapse;
}

.Borde_naranja {
	border: 1px solid var(--amarillo);
}
.Borde_naranja:hover {
	border: 1px solid var(--verde);
}

.imagen_borde_naranja {
	border: 1px solid var(--amarillo);
	color: #F8F9E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.celda_central {
	border-color: #F8F9E4;
	border-style: solid;
	border-width: 1px;
	padding: 0;
	border-collapse: collapse;
	color: #F8F9E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 95%;
}

.celda_central2 {
	width: 100%;
	padding: 10px;
}

.celda_central_index {
	border-color: #F8F9E4;
	border-style: solid;
	border-width: 1px;
	padding: 0;
	border-collapse: collapse;
	color: #F8F9E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 95%;
}

.texto_cierre {
	color: #404040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	background-color: #CACBAD;
}

.L {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFB400;
}

.T {
	color: #F8F9E4;
}

.TT2 {
	color: #849C00;
}

.TT {
	color: #849C00;
}

.EM {
	color: #404040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

.P {
	color: #849C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}

.menu_seccion {
	padding-left: 5px;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFB400;
	text-align: left;
}

.imagen_izda {
	float: left;
	margin: 3px 15px 10px 0;
}

.celda_destacada {
	background-color: #595959;
	padding: 10px 10px 10px 10px;
}

.texto_naranja {
	color: #FFB400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	cursor: pointer;
}

.texto_naranja:hover {
	color: #849C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	cursor: pointer;
}

.imagen_noticias_izda {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.form_textbox150 {
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.form_textbox250 {
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.form_textbox300 {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.celda_novedades_imagen {
	vertical-align: top;
	text-align: left;
	color: #F8F9E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.celda_novedades_texto {
	padding-bottom: 10px;
	vertical-align: top;
	text-align: left;
	color: #F8F9E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.enlace_verde {
	color: #849C00;
	text-decoration: underline;
}

.celda_izda_20 {
	padding-left: 20px;
}

.guia_episodios {
	float: left;
	padding-right: 8px;
	padding-bottom: 6px;

}

.titulo_ficha_episodio {
	color: #F8F9E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

/* Estilos del reproductor */

a.myPlayer {
	display: block;
	width: 394px;
	height: 296px;
	text-align: center;
	margin: 0 0 15px 0;
	float: left;
	border: 1px solid #999;
}

/* play button */
a.myPlayer img {
	margin-top: 98px;
	border: 0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border: 1px solid #000;
}

/* Estilos de Bootstrap*/

.fade.in {
	opacity: 1;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}

.alert {
	padding: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.btn-ficha-episodio {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	line-height: 1.5;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	color: #fff;
	background-color: #849C00;
	border-color: #849C00;
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
	margin-top: 20px;
}

.btn-ficha-episodio:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.justificado {
	text-align: justify;
}

.imagen-magna {
	position: relative;
	float: left;
	margin: 5px;
}

.imagen-magna img {
	width: 310px;
	height: 228px;
	object-fit: cover;
	border: 1px solid #FFB400;
}

.imagen-premios {
	position: relative;
	float: left;
	margin: 5px;
}

.imagen-premios img {
	width: 149px;
	height: 200px;
	object-fit: cover;
	border: 1px solid #FFB400;
}

/* Estilos google fonts */

.titulo-seccion {
	font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    color: var(--friends-gold);
    margin: 0;
    letter-spacing: 2px;
	text-align: center;
	padding-top: 15px;
}

.subtitulo-seccion {
	font-family: 'Handlee', cursive;
	font-size: 20px;
	background-color: #404040;
	color: #f8f9e4;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-weight: bold;
	text-align: left;
}

.subtitulo-animales {
	font-family: 'Handlee', cursive;
	font-size: 20px;
	background-color: #404040;
	color: #f8f9e4;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-weight: bold;
	text-align: left;
	margin-bottom: -5px;
	margin-top: 10px;
}

.titulo-capitulo-ing {
	font-family: 'Handlee', cursive;
	font-size: 18px;
	background-color: #404040;
	color: #f8f9e4;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	opacity: 0.6;
}

.ficha-episodio-tit-pestana {
	font-family: 'Handlee', cursive;
	font-size: 17px;
	color: #f8f9e4;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-weight: bold;
	text-align: left;
}

.titulo-menu {
	font-family: 'Handlee', cursive;
	font-size: 13px;
	background-color: #404040;
	color: #f8f9e4;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
}

.padding-left-10 {
	padding-left: 10px;
}

.bloque-menu {
	border: 0;
	padding: 0px;
	width: 100%;

}

/* Nuevos Estilos 2019 */

.todo_2019 {
	border-color: #FFB400;
	border-style: solid;
	border-width: 1px;
	padding: 0;
	max-width: 1024px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-collapse: collapse;
}

.tabla_principal_2019 {
	max-width: 1024px;
	width: 100%;
}

.columna_menu_2019 {
	width: 170px;
	vertical-align: top;
}

.columna_contenido {
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	max-width: 1024px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-collapse: collapse;
	color: #F8F9E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.centrado {
	text-align: center;
}

.columna_header {
	background-image: url("https://www.friendspeich.com/nueva/fondo_rayado.png");
	background-repeat: repeat-x;
	background-position-y: 71px;
}

.columna_publi {
	vertical-align: top;
	text-align: right;
}

.columna_footer {
	text-align: center;
}

.tabla_header {
	max-width: 1024px;
	width: 100%;
}

.titulo_cabecera {
	font-family: 'Handlee', cursive;
	font-size: 20px;
	color: #f8f9e4;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.div-publi {
	padding-bottom: 8px;
}

.celda_bienvenida {
	background-image: url("https://www.friendspeich.com/nueva/fondo-bienvenida.png");
	background-repeat: repeat-x;
	text-align: left;
}

.imagen-listado-horizontal {
	position: relative;
	float: left;
	margin: 5px;
}

.imagen-listado-horizontal img {
	width: 310px;
	height: 180px;
	object-fit: cover;
	border: 1px solid #FFB400;
}

.parrafo {
	padding-bottom: 10px;
}

.mitad-contenido {
	width: 50%;
	position: relative;
	float: left;
	padding-bottom: 10px;

}

.clear {
	clear: both;
}

.destacado-portada {
	position: relative;
	float: left;
	margin: 5px;
}

.destacado-portada img {
	width: 196px;
	height: 220px;
	object-fit: cover;
	border: 1px solid #FFB400;
}

.tit-destacado-portada {
	font-family: 'Handlee', cursive;
	font-size: 13px;
	color: #f8f9e4;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	position: absolute;
	background-color: rgba(255, 180, 0, 0.6);
	margin: 5px;
	padding: 4px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 0px solid #000000;
}

.tit-destacado-portada-new {
	font-family: 'Handlee', cursive;
	font-size: 13px;
	color: #f8f9e4;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	background-color: rgba(255, 180, 0, 0.6);
	padding: 4px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 0px solid #000000;
	max-width: 80%;
}

.visita-set-img {
	position: relative;
	float: left;
	margin: 5px;
}

.visita-set-img img {
	width: 148px;
	height: 220px;
	object-fit: cover;
	border: 1px solid #FFB400;
}

.visita-set-descripcion {
	height: 100px;
	padding-top: 5px;
	font-size: 10px;
	color: var(--blanco) !important;
}

.img-enlace {
	border-color: var(--amarillo);
	border-width: 1px;
	border-style: solid;
}

.img-enlace:hover {
	border-color: var(--verde);
}

.img-sin-enlace {
	border-color: var(--verde);
	border-width: 1px;
	border-style: solid;
}

.noticia_titular {
	font-size: 18px;
}

.noticia_titular_ficha {
	font-size: 18px;
	color: var(--verde);
}

.noticia_entradilla {
	font-size: 16px;
}

.noticia_entradilla_ficha {
	font-weight: bold;
}

.noticia_fecha {
	font-style: italic;
	color: var(--gris-claro);
}

.noticia_fuente {
	font-style: italic;
	font-size: 10px;
}

/* Estilos responsive 2020 */

.dropdown-menu {
	font-size: 0.8rem !important;
	margin: 0 0 0;
}

#navbarSupportedContent {
	background-color: #404040 !important;
}

.destacado-portada-4 {
	position: relative;
	float: left;
	margin: 5px;
}

.destacado-portada-4 img {
	width: 196px;
	height: 220px;
	object-fit: cover;
	border: 1px solid #FFB400;
}

.logo_fp {
	margin-top: 2px;
	max-height: 90px;
}

.categoria_activa {
	color: #849C00 !important;
}


/* Estilos textos citados */

.quote-card {
	background: #fff;
	color: #222222;
	padding: 20px;
	padding-left: 50px;
	box-sizing: border-box;
	box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
	position: relative;
	overflow: hidden;
	min-height: 120px;
}

.quote-card p {
	font-size: 22px;
	line-height: 1.5;
	margin: 0;
	max-width: 80%;
}

.quote-card cite {
	font-size: 16px;
	margin-top: 10px;
	display: block;
	font-weight: 200;
	opacity: 0.8;
}

.quote-card:before {
	font-family: Georgia, serif;
	content: "“";
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 5em;
	color: rgba(238, 238, 238, 0.8);
	font-weight: normal;
}

.quote-card:after {
	font-family: Georgia, serif;
	content: "”";
	position: absolute;
	bottom: -110px;
	line-height: 100px;
	right: -32px;
	font-size: 25em;
	color: rgba(238, 238, 238, 0.8);
	font-weight: normal;
}

@media (max-width: 640px) {
	.quote-card:after {
		font-size: 22em;
		right: -25px;
	}
}

.quote-card.blue-card {
	background: #0078FF;
	color: #ffffff;
	box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}

.quote-card.blue-card:before,
.quote-card.blue-card:after {
	color: #5FAAFF;
}

.quote-card.green-card {
	background: #00970B;
	color: #ffffff;
	box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}

.quote-card.green-card:before,
.quote-card.green-card:after {
	color: #59E063;
}

.quote-card.red-card {
	background: #F61E32;
	color: #ffffff;
	box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}

.quote-card.red-card:before,
.quote-card.red-card:after {
	color: #F65665;
}

.quote-card.yellow-card {
	background: #F9A825;
	color: #222222;
	box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}

.quote-card.yellow-card:before,
.quote-card.yellow-card:after {
	color: #FBC02D;
}

.blockquote-footer {
	color: white !important;
}

.seccion {
	position: relative;
	text-align: center;
	color: white;
}

.seccion-nombre {
	position: absolute;
	bottom: 8px;
	right: 8px;
	font-family: 'Handlee', cursive;
	font-size: 13px;
	color: #f8f9e4;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	background-color: rgba(255, 180, 0, 0.6);
	margin: 5px;
	padding: 4px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 0px solid #000000;
}

.mr-auto {
	margin-top: 18px;
}

.libros_info {
	font-size: 13px;
}

.boton_amazon {
	background-color: #febd69;
	border-color: #FFB400;
	color: #000000;
	font-size: 14px;
}

.filmo_tit {
	font-size: 14px;
}

.filmo_tit_ori {
	font-size: 12px;
	font-style: italic;
}

.filmo_anio {
	font-size: 11px;
	color: gray;
}

a.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}

.desc-animal {
	font-style: italic;
}

.titulo-home {
	font-size: 1rem;
}

.bloque-anuncios-superior {
	height: 280px;
}

@media (max-width: 640px) {
	.bloque-anuncios-superior {
		height: 312px;
	}
}

.bloque-anuncios-lateral {
	height: 600px;
}

.comentario {
	margin-bottom: 15px;
	color: black;
	box-shadow: 5px 5px 2px;
}

.comentario_autor {
	margin-bottom: 15px;
	margin-left: 30px;
	color: black;
	box-shadow: 5px 5px 2px;
}

.comentario_fecha {
	font-style: italic;
}

.marco-secundarios {
	background-image: url("https://www.friendspeich.com/nueva/marco_secundarios.gif");
	background-repeat: no-repeat;
	background-position: center;
	height: 142px;
	display: flex;
	justify-content: center;
	padding-top: 28px;
}

.img-secundarios {
	border:none;
}

@media (max-width: 640px) {
	.img-secundarios {
		left: 142px;
	}
}

.video-azar {
	text-align: center;
}

.video-azar-img {
	width:120px;
	height:90px;
	border-color:#FFB400;
	border-style:solid;
	border-width:1px;
}

.fondo-blanco {
	background-color: white;
}