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

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


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

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

.single .cabecera h1.titulo{
	width: 484px;
	height: 251px;
	background: url(./img/tit_juguete.png);
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	z-index: 200;
	position: absolute;
	bottom: -90px;
	left: 50%;
	margin-left: -242px;
}

.single.BR .cabecera h1.titulo{
	width: 548px;
	height: 258px;
	background: url(./img/tit_juguete_br.png) no-repeat;
	margin-left: -274px;
}

.single.FR .cabecera h1.titulo{
	width: 566px;
	height: 216px;
	background: url(./img/tit_juguete_fr.png) no-repeat;
	margin-left: -283px;
}

.single.PT .cabecera h1.titulo{
	width: 497px;
	height: 222px;
	background: url(./img/tit_juguete_pt.png) no-repeat;
	margin-left: -248px;
}

.single.EL .cabecera h1.titulo{
	width: 522px;
	height: 223px;
	background: url(./img/tit_juguetes_gr1.png) no-repeat;
	margin-left: -261px;
}

.single.NL .cabecera h1.titulo{
	width: 528px;
	height: 232px;
	background: url(./img/tit_juguete_nl.png) no-repeat;
	margin-left: -264px;
}

.single.IT .cabecera h1.titulo{
	width: 516px;
	height: 213px;
	background: url(./img/tit_juguete_it.png) no-repeat;
	margin-left: -258px;
}

.single.GB .cabecera h1.titulo{
	width: 501px;
	height: 222px;
	background: url(./img/tit_juguete_uk.png) no-repeat;
	margin-left: -250px;
}


.site-main{
	margin-top: 100px;
}


.single .columna1{
	width: 400px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

.single .columna2{
	float: left;
	width: 700px;
}

.single .columna1 h1{
	font-size: 48px;
	color: #e60895;
	font-family: 'albaregular';
	margin-bottom: 10px;
}

Body.piny-single .columna1 h1, Body.piny-single h2{
	color: #fff;
}

Body.piny-single .single-producto{
	color: #fff;
}

.single .columna1 .referencia{
	color: #f280c9;
	font-family: 'albaregular';
	font-size: 24px;
}

.single .columna2 .ovalo img{
	margin-top: -50px;
}

.single .ovalo2 {
	display: block;
	margin: 50px auto;
	width: 730px;
	height: 450px;
	overflow: hidden;
	-moz-border-radius: 365px / 225px;
	-webkit-border-radius: 365px / 225px;
	border-radius: 365px / 225px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 10px 10px #f280c9;
	box-shadow: 10px 10px #f280c9, -10px -10px #f280c9;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	text-align: center;
}

Body.piny-single .ovalo2{
	box-shadow: 10px 10px #e3226c, -10px -10px #e3226c;
}

.single .ovalo2 img{
	margin-top: -50px;
}

.single h2{
	font-family: 'albaregular';
	margin-left: 20px;
	font-size: 30px;
	color: #b90d80;
}


.single .minis .ovalo {
	display: block;
	margin: 50px auto;
	width: 350px;
	height: 285px;
	overflow: hidden;
	-moz-border-radius: 175px / 143px;
	-webkit-border-radius: 175px / 143px;
	border-radius: 175px / 143px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 10px 10px #f280c9;
	box-shadow: 10px 10px #f280c9, -10px -10px #f280c9;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	text-align: center;
	float: left;
	margin: 20px;
}

.single .minis .ovalo:hover {
	box-shadow: -10px 10px 0px 0px #06a1e4, 10px -10px 0px 0px #06a1e4;
}


Body.piny-single .minis .ovalo {
	display: block;
	margin: 50px auto;
	width: 350px;
	height: 285px;
	overflow: hidden;
	-moz-border-radius: 175px / 143px;
	-webkit-border-radius: 175px / 143px;
	border-radius: 175px / 143px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 10px 10px #e3226c;
	box-shadow: 10px 10px #e3226c, -10px -10px #e3226c;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	text-align: center;
	margin:20px;
}
Body.piny-single .minis .ovalo:hover {
	box-shadow: -10px 10px 0px 0px #fdd341, 10px -10px 0px 0px #fdd341;
}

.video_juguete{
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 50px;
}

.titulo_video{
	font-size: 48px;
	color: #e60895;
	font-family: 'albaregular';
	margin-bottom: 10px;
}

.relacionados {
    width: 500px;
    height: 265px;
    background: url(./img/fondo-relacionados.png) left center no-repeat;
    padding-left: 258px;
    padding-top: 70px;
    font-family: 'albaregular';
    margin-left: 20px;
    font-size: 24px;
    color: #62b22f;
    text-align: center;
    line-height: 29px;
    padding-right: 60px;
}

Body.piny-single .relacionados{
	background: url(./img/fondo-relacionados-piny.png) left center no-repeat;
	    margin-bottom: -43px;
}</pre></body></html>