<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pagina-videos .cabecera{
	width: 100%;
	width: 1400px;
	height: 254px;
	background: url(./img/Videos_700015562_Cabeceras-web-Pinypon_1400x364px.jpg) top center no-repeat;
	background-size: cover;
	position: relative;
	border-bottom: #fff 4px solid;
	margin: auto;

}

@media screen and (max-width: 640px) {
	.pagina-videos .cabecera{
		width: 100%;
		width: 1400px;
		height: 254px;
		background: url(./img/Videos_700015562_Cabeceras-web-Pinypon_600x600px.jpg) top center no-repeat;
		background-size: cover;
		position: relative;
		border-bottom: #fff 4px solid;
		margin: auto;
	}
	
}

.EL .pagina-videos .cabecera{
	width: 100%;
	width: 1400px;
	height: 345px;
	background: url(./img/cabecera_juguetes_el.png) top center no-repeat;
	background-size: cover;
	position: relative;
	border-bottom: #fff 4px solid;
	margin: auto;
	margin-top: -50px;
}

.pagina-videos .site-content{
	margin-top: 165px;
}

.pagina-videos .cabecera .borde-rosa{
	background: #e71096;
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}

.pagina-videos .cabecera h1.titulo{
	width: 358px;
	height: 243px;
	background: url(./img/tit_videos.png) top center no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	z-index: 200;
	position: absolute;
	bottom: -90px;
	left: 50%;
	margin-left: -179px;	
}

.BR .pagina-videos .cabecera h1.titulo{
	width: 335px;
	height: 263px;
	background: url(./img/tit_videos_br.png) no-repeat;
	margin-left: -167px;
}

.FR .pagina-videos .cabecera h1.titulo{
	width: 335px;
	height: 263px;
	background: url(./img/tit_videos_fr.png) no-repeat;
	margin-left: -167px;
}

.PT .pagina-videos .cabecera h1.titulo{
	width: 335px;
	height: 263px;
	background: url(./img/tit_videos_pt.png) no-repeat;
	margin-left: -167px;
}

.EL .pagina-videos .cabecera h1.titulo{
	width: 337px;
	height: 287px;
	background: url(./img/tit_videos_gr1.png) no-repeat;
	margin-left: -168px;
}

.NL .pagina-videos .cabecera h1.titulo{
	width: 372px;
	height: 264px;
	background: url(./img/tit_videos_nl.png) no-repeat;
	margin-left: -186px;
}

.IT .pagina-videos .cabecera h1.titulo{
	width: 335px;
	height: 263px;
	background: url(./img/tit_videos_it.png) no-repeat;
	margin-left: -167px;
}

.GB .pagina-videos .cabecera h1.titulo{
	width: 335px;
	height: 263px;
	background: url(./img/tit_videos_uk.png) no-repeat;
	margin-left: -167px;
}


.pagina-videos .contenido{
	width: 1180px;
	margin: auto;
	padding-top: 100px;
}

.video{
	width: 360px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.video .imagen{
	width: 360px;
	height: 200px;
}

.video .imagen a{
	width: 100%;
	height: 100%;
	background: url(./img/playyoutube.png) center center no-repeat;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}

.video .imagen a:hover{
	background: rgba(0, 0, 0, 0.57) url(./img/playyoutube.png) center center no-repeat;
}

.video .tit_video{
	font-size: 28px;
	color: #bd9100;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.video_grande{
	width: 100%;
	text-align: center;
}

.video_grande .titulo_video{
	padding-top: 15px;
	color: #bd9100;
}</pre></body></html>