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

.EL .pagina-apps .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-apps .site-content{
	margin-top: 165px;
}

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

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


.EL .pagina-apps .cabecera h1.titulo{
	width: 725px;
	height: 338px;
	background: url(./img/tit_apps_gr1.png) no-repeat;
	margin-left: -362px;
	bottom: -116px;
}
.GB .pagina-apps .cabecera h1.titulo{
	width: 777px;
	height: 275px;
	background: url(./img/tit_apps_uk.png) no-repeat;
	margin-left: -388px;
}
.IT .pagina-apps .cabecera h1.titulo{
	width: 577px;
	height: 266px;
	background: url(./img/tit_apps_it.png) no-repeat;
	margin-left: -288px;
}
.NL .pagina-apps .cabecera h1.titulo{
	width: 285px;
	height: 261px;
	background: url(./img/tit_apps_nl.png) no-repeat;
	margin-left: -142px;
}
.FR .pagina-apps .cabecera h1.titulo{
	width: 925px;
	height: 281px;
	background: url(./img/tit_apps_fr.png) no-repeat;
	margin-left: -462px;
}
.PT .pagina-apps .cabecera h1.titulo{
	width: 593px;
	height: 267px;
	background: url(./img/tit_apps_pt.png) no-repeat;
	margin-left: -296px;
}
.BR .pagina-apps .cabecera h1.titulo{
	width: 593px;
	height: 267px;
	background: url(./img/tit_apps_pt.png) no-repeat;
	margin-left: -296px;
}

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

.app{
	float: left;
	width: 555px;
	margin-left: 20px;
	color: #62b22f;
	font-size: 18px;
	margin-bottom: 30px;
	/*line-height: 22px;*/
}

.app.odd{
	float: right;
	text-align: right;
}

.tit_app{
	font-size: 60px;
	color: #9ec10a;
	font-family: 'albaregular';
	line-height: 55px;
	margin-bottom: 15px;
}

.app .cont_app{
	line-height: 22px;
}

.app .imagen{
	float: left;
	margin-right: 20px;
	max-width: 250px;
}

.app.odd .imagen{
	float: right;
	margin-left: 20px;
	margin-right: 0px;
}

.app .datos{
	float: left;
	color: #000;
	padding-top: 20px;
}

.app.odd .datos{
	float: right;
}

.bot_appstore{
	width: 115px;
	height: 33px;
	background: url(./img/appstore.png);
	text-decoration: none;
	text-indent: -10000px;
	overflow: hidden;
	display: inline-block;
	margin-right: 15px;
	text-align: left;
}

.bot_googleplay{
	width: 98px;
	height: 34px;
	background: url(./img/googleplay.png);
	text-decoration: none;
	text-indent: -10000px;
	overflow: hidden;
	display: inline-block;
	text-align: left;
}

/****** signle ***********/
.pagina-apps h1 {
    font-size: 48px;
    color: #62b22f;
    font-family: 'albaregular';
    margin-bottom: 10px;
}

.pagina-apps .texto_single{
	text-align: center;
}

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

.app-thumb .imagen{
	width: 360px;
	height: 220px;
	text-align: center;
}

.app-thumb .imagen img{
	max-height: 220px;
}

.app-thumb .tit_app{
	font-size: 28px;
	color: #62b22f;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	
}
</pre></body></html>