<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: 'albaregular';
    src: url('./css/alba____-webfont.eot');
    src: url('./css/alba____-webfont.eot?#iefix') format('embedded-opentype'),
         url('./css/alba____-webfont.woff2') format('woff2'),
         url('./css/alba____-webfont.woff') format('woff'),
         url('./css/alba____-webfont.ttf') format('truetype'),
         url('./css/alba____-webfont.svg#albaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.clear{
	clear: both;
}

body{
	background: url(./img/pattern-interior-pyp.png);
	font-family: 'Nunito', sans-serif;
}

body.home{
	background: url(./img/pattern-home-pyp.png);
}

.site-header{
	width: 100%;
}

.header-menu{
	background: #e60895;
	    min-width: 1400px;
	height: 40px;
	width: 100%;
	margin: auto;
	padding-left: 20px;
	color: #fff;
}

.menu-secundario{
	width: 1180px;
	margin: auto;
	padding-left: 20px;
	padding-top: 4px;
}

.menu-secundario li{
	float: left;
	list-style: none;
	margin-right: 20px;
}

.menu-secundario li a{
	color: #fff;
	text-decoration: none;
	font-family: 'albaregular';
	font-size: 18px;
}

.menu-secundario li a:hover{
	text-decoration: underline;
}

.buscador_cabecera{
	margin-left: 30px;
	float: left;
}

.buscador_cabecera input{
	background: #f384ca;
	color: #fff;
	font-family: 'albaregular';
	font-size: 18px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	font-size: 16px;
	height: 25px;
}

.buscador_cabecera input::-webkit-input-placeholder { color: #fff; font-weight :bold; }
.buscador_cabecera input:-moz-placeholder { color: #fff; font-weight: bold; }
.buscador_cabecera input::-moz-placeholder { color: #fff; font-weight: bold; }
.buscador_cabecera input:-ms-input-placeholder { color: #fff; font-weight: bold; }


#bloque_idiomas{
	//display: none;
	height: 25px;
    float: right;
    float: left;
    margin-left: 20px;
    width: 115px;
    color: #06C;
    /*font-family: 'Nunito', sans-serif;*/
    font-weight: 700;
    text-decoration: none;
    margin-top: 5px;
    /*margin-right: 200px;*/
    position: relative;
}

.bot-action:hover{
	opacity: .8;
}

.idioma_actual a {
    width: 110px;
    height: 30px;
    padding: 0px 10px 0px 20px;
    display: block;
    background: url("./img/flecha_selector_idiomas.png") top left no-repeat;
    text-align: left;
    text-decoration: none;
    color: #fff;
    /*font-family: 'Arial';*/
    font-size: 15px;
}

.selector_idiomas {
    background: #FFFFFF;
    border: 3px solid #e60895;
    position: absolute;
    top: 24px;
    left: 0px;
    display: none;
    z-index: 600;
}

.selector_idiomas a {
    height: 25px;
    width: 115px;
    line-height: 25px;
    text-align: left;
    padding: 0 10px 0 10px;
    /*font-family: 'Nunito', sans-serif;*/
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    display: block;
    color: #333;
}

.selector_idiomas a:hover{
	color: #e60895;
}

.site-header{
	position: relative;
}

.header-content{
	width: 100%;
	min-width: 1400px;
	height: 229px;
	margin: auto;
	position: absolute;
	top: 40px;
	z-index: 300;
	background: url(./img/bg_menu.png) top center no-repeat;
}

.site-branding{
	margin-top: 20px;
	width: 294px;
	float: left;
	margin-right: 30px;
	
	margin-top: 20px;
	width: 244px;
	float: left;
	margin-right: 0;
}

.logotipo{
	width: 294px;
	height: 116px;
	background: url(./img/logo-grande2.png) center center no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
}

body.EL .logotipo{
	background: url(./img/logo-grande-es3.png) center center no-repeat;
}
body.ES .logotipo{
	background: url(./img/logo-grande-es3.png) center center no-repeat;
}
body.MX .logotipo{
	background: url(./img/logo-grande-es3.png) center center no-repeat;
}
body.PT .logotipo{
	background: url(./img/logo-grande-es3.png) center center no-repeat;
}
body.GB .logotipo{
	background: url(./img/logo-grande-es3.png) center center no-repeat;
}
body.IT .logotipo{
	background: url(./img/logo-grande-es3.png) center center no-repeat;
}
body.FR .logotipo{
	background: url(./img/logo-grande-es3.png) center center no-repeat;
}
body.NL .logotipo{
	background: url(./img/logo-grande-es3.png) center center no-repeat;
}
/*
body.ES .logotipo{
	background: url(./img/logo.png);
}*/

/*************************/
.main-navigation{
	float: left;
	clear: none;
	width: 800px;
}

.FR .main-navigation, .NL .main-navigation{
	float: left;
	clear: none;
	width: 850px;
}

.main-navigation li{
	float: left;
	list-style: none;
	margin-right: -15px;
}

.FR .main-navigation li, .IT .main-navigation li, .NL .main-navigation li, .BR .main-navigation li, .US .main-navigation li, .GB .main-navigation li, .EL .main-navigation li {
	float: left;
	list-style: none;
	margin-right: -5px;
	margin-left: 20px;
}

.FR .main-navigation li, .NL .main-navigation li{
	float: left;
	list-style: none;
	margin-right: 0px;
}

.main-navigation li a{
	width: 170px;
	height: 150px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}

.main-navigation li.juguetes a{
	background: url(./img/menu_item_juguetes_3.png) top;
}
.main-navigation li.apps a{
	background: url(./img/menu_item_apps.png) top;
}
.main-navigation li.actividades a{
	background: url(./img/menu_item_actividades.png) top;
}
.main-navigation li.videos a{
	background: url(./img/menu_item_videos_v2.png) top;
}
.main-navigation li.lcp a{
	background: url(./img/menu_item_lcp.png) top;
}
.main-navigation li.sorteo a{
	background: url(./img/menu_item_sorteo.png) top;
}
.main-navigation li.piniponizador a{
	background: url(./img/menu_item_piniponizador.png) top;
}
.main-navigation li.action a{
	background: url(./img/menu_item_action.png) top;
}
.main-navigation li.first a{
	background: url(./img/menu_item_juguetes_first.png) top;
}

/****** brasil ************/
body.BR .main-navigation li.juguetes a{
	background: url(./img/menu_item_juguetes_br.png) top;
}
body.BR .main-navigation li.apps a{
	background: url(./img/menu_item_apps_br.png) top;
}
body.BR .main-navigation li.actividades a{
	background: url(./img/menu_item_actividades_br.png) top;
}
body.BR .main-navigation li.videos a{
	background: url(./img/menu_item_videos_br.png) top;
}
body.BR .main-navigation li.first a{
	background: url(./img/menu_item_juguetes_first.png) top;
}

/****** frances ************/
body.FR .main-navigation li.juguetes a{
	background: url(./img/menu_item_juguetes_fr.png) top;
}
body.FR .main-navigation li.apps a{
	background: url(./img/menu_item_apps_fr.png) top;
}
body.FR .main-navigation li.actividades a{
	background: url(./img/menu_item_actividades_fr.png) top;
}
body.FR .main-navigation li.videos a{
	background: url(./img/menu_item_videos_fr.png) top;
}
body.FR .main-navigation li.univers a{
	background: url(./img/menu_item_univers_fr.png) top;
}
body.FR .main-navigation li.first a{
	background: url(./img/menu_item_juguetes_first.png) top;
}

/****** griego ************/
body.EL .main-navigation li.juguetes a{
	background: url(./img/menu_item_juguetes_gr.png) top;
}
body.EL .main-navigation li.apps a{
	background: url(./img/menu_item_apps_gr.png) top;
}
body.EL .main-navigation li.actividades a{
	background: url(./img/menu_item_actividades_gr.png) top;
}
body.EL .main-navigation li.videos a{
	background: url(./img/menu_item_videos_gr.png) top;
}
body.EL .main-navigation li.first a{
	background: url(./img/menu_item_juguetes_first.png) top;
}

/****** portugues ************/
body.PT .main-navigation li.juguetes a{
	background: url(./img/menu_item_juguetes_pt_3.png) top;
}
body.PT .main-navigation li.apps a{
	background: url(./img/menu_item_apps_pt.png) top;
}
body.PT .main-navigation li.actividades a{
	background: url(./img/menu_item_actividades_pt.png) top;
}
body.PT .main-navigation li.videos a{
	background: url(./img/menu_item_videos_pt.png) top;
}
body.PT .main-navigation li.first a{
	background: url(./img/menu_item_juguetes_first.png) top;
}

/****** uk ************/
body.GB .main-navigation li.juguetes a{
	background: url(./img/menu_item_juguetes_uk.png) top;
}
body.GB .main-navigation li.apps a{
	background: url(./img/menu_item_apps_uk.png) top;
}
body.GB .main-navigation li.actividades a{
	background: url(./img/menu_item_actividades_uk.png) top;
}
body.GB .main-navigation li.videos a{
	background: url(./img/menu_item_videos_uk.png) top;
}
body.GB .main-navigation li.first a{
	background: url(./img/menu_item_juguetes_first.png) top;
}

/****** holandes ************/
body.NL .main-navigation li.juguetes a{
	background: url(./img/menu_item_juguetes_nl.png) top;
}
body.NL .main-navigation li.apps a{
	background: url(./img/menu_item_apps_nl.png) top;
}
body.NL .main-navigation li.actividades a{
	background: url(./img/menu_item_actividades_nl.png) top;
}
body.NL .main-navigation li.videos a{
	background: url(./img/menu_item_videos_nl.png) top;
}
body.NL .main-navigation li.univers a{
	background: url(./img/menu_item_univers_nl.png) top;
}
body.NL .main-navigation li.first a{
	background: url(./img/menu_item_juguetes_first.png) top;
}

/****** italia ************/
body.IT .main-navigation li.juguetes a{
	background: url(./img/menu_item_juguetes_it.png) top;
}
body.IT .main-navigation li.apps a{
	background: url(./img/menu_item_apps_it.png) top;
}
body.IT .main-navigation li.actividades a{
	background: url(./img/menu_item_actividades_it.png) top;
}
body.IT .main-navigation li.videos a{
	background: url(./img/menu_item_videos_v2.png) top;
}
body.IT .main-navigation li.first a{
	background: url(./img/menu_item_juguetes_first.png) top;
}



.main-navigation li a:hover{
	background-position: bottom !important;
}
/*************************/

.content-header{
	width: 1180px;
	margin: auto;
	position: relative;
}

.slider_home{
	width: 1400px;
	height: 368px;
	margin: auto;
	position: relative;
	border-bottom: #fff 4px solid;
}

.contenido_slider_home {
    width: 100%;
    height: 100%;
    width: 1400px;
    height: 364px;
    /*background-size: cover !important;*/
    border-bottom: #e71096 4px solid;
    position: absolute;
    margin-top: -50px;

}

.contenido_slider_home .video_youtube{
	position: absolute;
	top: 54px;
	left: 762px;
	width: 401px;
	height: 300px;
}

.contenido_slider_home a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -10000px;
    overflow: hidden;
}

.slider_izquierda, .slider_derecha{
	color: #fff;
	font-size: 65px;
	z-index: 300;
	margin-top: -40px;
}

.slider_izquierda:hover, .slider_derecha:hover{
	color: #ccc;
}

.slider_izquierda{
	position: absolute;
	top: 50%;
	left: 20px;
}

.slider_derecha{
	position: absolute;
	top: 50%;
	right: 20px;
}

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

.wrap_boton{
	height: 68px;
	position: relative;
	width: auto;
	display: inline-block;
}

.boton{
	color: #fff !important;
	text-decoration: none !important;
	font-family: 'albaregular';
	font-size: 28px;
	border: 3px solid #ffdef0;
	
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 7px;
	padding-bottom: 2px;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	float: left;
	-webkit-transition: all ease .05s;
	-moz-transition: all ease .05s;
	-o-transition: all ease .05s;
	transition: all ease .05s;
}

body.EL .boton{
	font-size: 22px;
}

.boton.small{
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
}

.boton.padding{
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
}

.boton.rosa{
	background: #f283ca;
	-webkit-box-shadow: 0px 6px #eb39aa;
	box-shadow: 0px 6px #eb39aa;
}
.boton.verde{
	background: #afca0b;
	-webkit-box-shadow: 0px 6px #62b22f;
	box-shadow: 0px 6px #62b22f;
}
.boton.morado{
	background: #bd69a7;
	-webkit-box-shadow: 0px 6px #b90d80;
	box-shadow: 0px 6px #b90d80;
}
.boton.amarillo{
	background: #fcc100;
	-webkit-box-shadow: 0px 6px #bd9100;
	box-shadow: 0px 6px #bd9100;
}
.boton.azul{
	background: #637bad;
	-webkit-box-shadow: 0px 6px #3a5795;
	box-shadow: 0px 6px #3a5795;
}
.boton.rojo{
	background: #ff0000;
	-webkit-box-shadow: 0px 6px #7e0000;
	box-shadow: 0px 6px #7e0000;
}

.boton.azulclaro{
	background: #5bc5f2;
	-webkit-box-shadow: 0px 6px #009fe3;
	box-shadow: 0px 6px #009fe3;
}

.boton:hover, .buttonactivado{
	margin-top: 6px;
	-webkit-box-shadow: 0px 0px #eb39aa;
	box-shadow: 0px 0px #eb39aa;
}

.buttonactivado{
	-webkit-box-shadow: 0px 0px #eb39aa !important;
	box-shadow: 0px 0px #eb39aa !important;
}

.bloque_home{
	width: 1180px;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

.bloque_home .imagen{
	float: right;
}

.bloque_home .texto{
	float: left;
	width: 380px;
}

.bloque_home .texto .titulo{
	text-indent: -10000px;
	text-align: left;
	overflow: hidden;
	position: relative;
    z-index: 400;
}

.bloque_home.odd .imagen{
	float: left;
}
.bloque_home.odd .texto{
	float: right;
	text-align: right;
}

.bloque_home.clase1 .texto{
	color: #e60895;
}
.bloque_home.clase2 .texto{
	color: #62b22f;
}
.bloque_home.clase3 .texto{
	color: #b90d80;
}
.bloque_home.clase4 .texto{
	color: #ca9b00;
}
.bloque_home.clase5 .texto{
	color: #3a5795;
}

.buscador h1.titulo{
	width: 794px;
	height: 131px;
	background: url(./img/tit_buscador.png);
	text-indent: -10000px;
	overflow: hidden;	
}

.site-main{
	margin: auto;
	width: 1180px;
}

.archive .texto{
	width: 1180px;
	margin: auto;
	font-size: 14px;
	color: #b90d80;
}

#formulario_busqueda input{
	width: 546px;
	height: 65px;
	background: #f283ca;
	color: #fff;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	border: none;
	font-size: 20px;
	padding-left: 20px;
	padding-right: 20px;
	outline: none;
}

#formulario_busqueda input::-webkit-input-placeholder { color: #fff; font-weight :bold; }
#formulario_busqueda input:-moz-placeholder { color: #fff; font-weight: bold; }
#formulario_busqueda input::-moz-placeholder { color: #fff; font-weight: bold; }
#formulario_busqueda input:-ms-input-placeholder { color: #fff; font-weight: bold; }

.buscador .campo{
	width: 546px;
	margin-right: 20px;
	float: left;
}

.buscador .derecha{
	padding-top: 20px;
	    
    width: 860px;
    margin: auto;
}

.botones{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.botones .wrap_boton{
	margin-left: 10px;
	margin-right: 10px;
}

/********* navigation *************/

.navigation{
	text-align: center;
	padding-top: 50px;
}

.navigation li, .navigation.tax a, .navigation.tax span{
	height: 52px;
	position: relative;
	width: auto;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.navigation li a, .navigation li span, .navigation.tax a, .navigation.tax .current{
	color: #fff !important;
	text-decoration: none !important;
	font-family: 'albaregular';
	font-size: 20px;
	border: 3px solid #ffdef0;
	background: #afca0b;
	width: 46px;
	height: 46px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	text-align: center;
	padding-top: 6px;
	float: left;
	-webkit-box-shadow: 0px 6px #62b22f;
	box-shadow: 0px 6px #62b22f;
	-webkit-transition: all ease .05s;
	-moz-transition: all ease .05s;
	-o-transition: all ease .05s;
	transition: all ease .05s;
}

.navigation.tax span, .navigation.tax a, .navigation.tax .current{
	float: none;
	display: inline-block;
}

.navigation li span, .navigation.tax .current{
	-webkit-box-shadow: 0px 0px #62b22f;
	box-shadow: 0px 0px #62b22f;
}

.navigation li a:hover{
	margin-top: 6px;
	-webkit-box-shadow: 0px 0px #eb39aa;
	box-shadow: 0px 0px #eb39aa;
}

.site-footer{
	width: 100%;
	height: 663px;
	background: url(./img/footer.png) center center no-repeat;
	position: relative;
	min-width: 1400px;
}

.footer-colophon-content{
	width: 1180px;
	left: 50%;
	margin-left: -590px;
	color: #fff;
	font-size: 13px;
	position: absolute;
	bottom: 0px;
	padding-bottom: 20px;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.logo-famosa{
	width: 184px;
	height: 86px;
	width: 156px;
	height: 156px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	background: url(./img/logo-famosa-gp.png);
	/*background: url(http://www.famosa.es/logo-famosa.png) center center no-repeat;*/
    background-size: contain;
    background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: -92px;
}

.pinypon{
	width: 241px;
	height: 88px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	background: url(./img/pinypon.png);
}

.losjuguetes{
	width: 358px;
	height: 114px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	background: url(./img/losjuguetes.png);
}

body.BR .losjuguetes{
	background: url(./img/losjuguetes_br.png);
	width: 311px;
	height: 93px;
}
body.FR .losjuguetes{
	background: url(./img/losjuguetes_fr.png);
	width: 211px;
	height: 84px;
}
body.EL .losjuguetes{
	background: url(./img/losjuguetes_gr.png);
	width: 294px;
	height: 93px;
}
body.NL .losjuguetes{
	background: url(./img/losjuguetes_nl.png);
	width: 299px;
	height: 114px;
}
body.IT .losjuguetes{
	background: url(./img/losjuguetes_it.png);
	width: 303px;
	height: 82px;
}
body.PT .losjuguetes{
	background: url(./img/losjuguetes_pt.png);
	width: 311px;
	height: 93px;
}
body.GB .losjuguetes{
	background: url(./img/losjuguetes_uk.png);
	width: 150px;
	height: 93px;
}

.footer-content{
	width: 1180px;
	margin: auto;
	position: relative;
	margin-top: 50px;
}

.menu-izquierdo{
	position: absolute;
	left: 20px;
	top: 0px;
}

.menu-derecho{
	position: absolute;
	right: 20px;
	top: 0px;
}

.menu-izquierdo ul{
	margin-left: 10px;
}

.menu-izquierdo li{
	list-style: none;
}

.menu-derecho .contenido-menu, .menu-izquierdo .contenido-menu{
	padding-left: 20px;
}

.menu-derecho a, .menu-izquierdo a{
	font-size: 18px;
	color: #62b22f;
	text-decoration: none;
}

.menu-izquierdo a{
	color: #009fe3;
}

.menu-derecho a:hover, .menu-izquierdo a:hover{
	text-decoration: underline;
}

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

.col1{
	width: 550px;
	float: left;
}

.col2{
	width: 550px;
	float: right;
}

/*********** pagina *****************/

.page .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;
}

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

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

.page .cabecera h1.titulo{
	width: 900px;
	height: 310px;
	background: url(./img/actividades.png) top center no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	z-index: 200;
	position: absolute;
	bottom: -90px;
	left: 50%;
	margin-left: -450px;
	
}

/*********** actividades *************/

.botonmasactividades{
	display: none;
}

body.ES .botonmasactividades{
	display: inline-block;
}

.texto_actividades{
	width: 850px;
	font-size: 24px;
	color: #b90d80;
	margin: auto;
}

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

.cont_actividades{
	text-align: center;
	width: 1000px;
	margin: auto;
}

.item-actividades{
	width: 250px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px;
	display: inline-block;
}

.item-actividades .imagen{
	-webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	border-radius: 250px;
	overflow: hidden;
	border: #b90d80 5px solid;
	width: 250px;
	height: 250px;
	position: relative;
	margin-bottom: 15px;
}

.item-actividades .imagen a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 250px;
	z-index: 200;
	text-indent: -10000px;
	text-align: left;
	overflow: hidden;
	
}

.item-actividades .imagen a:hover{
	background: rgba(255, 255, 255, 0.31);
}

.creador{
	width: 1180px;
	margin: auto;
}

.previa{
	width: 310px;
	height: 525px;
	position: relative;
	float: left;
}

.previa_cabeza{
	position: absolute;
	z-index: 10;
	background: url(/creador/img/cabeza01.png);
	width: 310px;
	height: 525px;
}

.previa_piernas{
	position: absolute;
	z-index: 20;
	background: url(/creador/img/piernas01.png);
	width: 310px;
	height: 525px;
}

.previa_cuerpo{
	position: absolute;
	z-index: 30;
	background: url(/creador/img/cuerpo01.png);
	width: 310px;
	height: 525px;
}


.editor{
	float: right;
	width: 800px;
	color: #b90d80;
}

.editor .botonera{
	padding-top: 30px;
	padding-left: 100px;
}

.editor .botonera .boton{
	margin-left: 30px;
	margin-right: 30px;
}

.partes{
	clear: both;
	padding-top: 30px;
	height: 170px;
}

.partes_cabeza, .partes_cuerpo{
	position: absolute;
	width: 100%;
}

.item_parte{
	float: left;
	margin-right: 10px;
	width: 120px;
	height: 120px;
	overflow: hidden;
	background: #fff;
	-webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    border: #b90d80 5px solid;
    position: relative;
}


.item_parte.seleccionado, .item_parte:hover{
	background: url(./img/seleccionado.png) center center;
}

.formulario .texto{
	color: #e60895;
	float: left;
	width: 300px;
	margin-right: 20px;
	line-height: normal;
}

.page-template-page-actividades .formulario .campo{
	float: left;
}

.page-template-page-actividades .formulario .campo input{
	border: none;
	background: #e60895;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 10px;
	width: 300px;
}

.page-template-page-actividades .formulario .boton{
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	background: #f283ca;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
}

.page-template-page-actividades .formulario .campo input::-webkit-input-placeholder { color: #fff; font-weight :bold; }
.page-template-page-actividades .formulario .campo input:-moz-placeholder { color: #fff; font-weight: bold; }
.page-template-page-actividades .formulario .campo input::-moz-placeholder { color: #fff; font-weight: bold; }
.page-template-page-actividades .formulario .campo input:-ms-input-placeholder { color: #fff; font-weight: bold; }

/*****************************************/

.pagina-generica .contenido{
	width: 1180px;
	margin: auto;
	padding-top: 110px;
}

h3{
	color: #b90d80;
	color: #e60895;
	font-size: 24px;
}

#menu-menu-pie{
	list-style: none;
}

#menu-menu-pie{
	margin-right: 20px;
}

#menu-menu-pie li{
	float: left;
	margin-left: 20px;
}

#menu-menu-pie li a{
	color: #fff;
	text-decoration: none;
}

#menu-menu-pie li a:hover{
	text-decoration: underline;
}

.FR .boton-juguetes-ggrandes{
	display: none;
}

h3 a{
	color: #e60895;
}

/****************************/

.social_header{
	text-align: center;
	/*width: 500px;*/
	float: left;
	height: 30px;
}

.social_header a{
	margin-left: 10px;
}

.social_header .youtube, .social_header .facebook{
	background: url(./img/ico-youtube.png);
	width: 25px;
	height: 24px;
	overflow: hidden;
	display: inline-block;
	text-indent: -10000px;
}

.social_header .facebook{
	background: url(./img/ico-facebook.png);
}

.social_header .youtube:hover, .social_header .facebook:hover{
	background-position: bottom;
}

.triman{
	display: none;
}

.FR .triman{
	display: block;
}

/*********** PINY ****************/

.banda-piny{
	height: auto;
	min-height: 150px;
	background: #d70e57;
	color: #fff;
}

.conten-banda-piny{
	width: 95%;
	max-width: 1000px;
	margin: auto;
	padding-top: 20px;
}

.post-type-archive .piny .site-main{
	margin-top: 10px;
}

.piny #formulario_busqueda input{
	background: #d70e57;
}

.piny .boton.rosa{
	background: #ffd8ec !important;
	color: #d70e57 !important;
	-webkit-box-shadow: 0px 6px #d70e57;
    box-shadow: 0px 6px #d70e57;
}

.piny .boton:hover{
	margin-top: 6px;
	-webkit-box-shadow: 0px 0px #eb39aa;
	box-shadow: 0px 0px #eb39aa;
}

Body.piny, Body.piny-single{
	background: url(./img/fondo-piny.jpg);
}

Body.piny .site-footer, Body.piny-single .site-footer{
	background: url(./img/footer-piny.png) center center;
	background-size: cover;
}

.previa-juguetes{
	text-align: center;
	max-width: 1100px;
	width: 95%;
	margin: auto;
}

.previa-juguetes .producto{
	float: none;
	display: inline-table;
	width: 440px;
	height: 400px;
	width: 300px;
	height: 350px;
}

.previa-juguetes .producto .ovalo {
    display: block;
    margin: 50px auto;
    width: 380px;
    width: 300px;
    height: 315px;
    height: 255px;
    overflow: hidden;
    -moz-border-radius: 195px / 163px;
    -webkit-border-radius: 195px / 163px;
    border-radius: 195px / 163px;
    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;
}


.previa-juguetes .producto .ovalo.piny {
    
    -webkit-box-shadow: 10px 10px #e3226c;
    box-shadow: 10px 10px #e3226c, -10px -10px #e3226c;
    
}

.previa-juguetes .producto .ovalo.piny:hover {
	box-shadow: -10px 10px 0px 0px #06a1e4, 10px -10px 0px 0px #06a1e4;
}

.previa-juguetes .producto .ovalo.action {
    
    -webkit-box-shadow: 10px 10px #3b6353;
    box-shadow: 10px 10px #3b6353, -10px -10px #3b6353;
    
}

.previa-juguetes .producto .ovalo.action:hover {
	box-shadow: -10px 10px 0px 0px #06a1e4, 10px -10px 0px 0px #06a1e4;
}

/*.previa-juguetes .producto .ovalo.action:hover {
	box-shadow: -10px 10px 0px 0px #3b6353, 10px -10px 0px 0px #3b6353;
}*/

.previa-juguetes .producto .datos {
    width: 192px;
    height: 134px;
    width: 132px;
    height: 94px;
    background: #fff;
    -moz-border-radius: 96px / 67px;
    -webkit-border-radius: 96px / 67px;
    border-radius: 96px / 67px;
    color: #62b22f;
    position: absolute;
    z-index: 300;
    bottom: -10px;
    right: -20px;
    padding: 0px 25px 20px 25px;
    text-align: center;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.previa-juguetes .producto .datos2 {
    width: 162px;
    height: 104px;
    width: 132px;
    height: 94px;
    background: #fff;
    -moz-border-radius: 86px / 57px;
    -webkit-border-radius: 86px / 57px;
    border-radius: 86px / 57px;
    color: #62b22f;
    position: absolute;
    z-index: 300;
    top: 20px;
    left: -20px;
    padding: 0px 25px 20px 25px;
    text-align: center;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.previa-juguetes .producto .datos .ovalo {
    position: absolute;
    top: -54px;
    left: 0px;
    display: block;
    background: transparent;
    width: 192px;
    height: 134px;
    width: 132px;
    height: 94px;
    overflow: hidden;
    -moz-border-radius: 96px / 67px;
    -webkit-border-radius: 96px / 67px;
    border-radius: 96px / 67px;
    -webkit-box-shadow: 5px 5px #e3226c;
    box-shadow: 5px 5px #e3226c, -5px -5px #e3226c;
}

.previa-juguetes .producto .datos .ovalo.action {
    
    -webkit-box-shadow: 5px 5px #3b6353;
    box-shadow: 5px 5px #3b6353, -5px -5px #3b6353;
    
}

.previa-juguetes td{
	padding-top: 20px;
}

.previa-juguetes .producto .datos2 .ovalo {
    position: absolute;
    top: -54px;
    left: 0px;
    display: block;
    background: transparent;
    width: 162px;
    height: 104px;
    width: 132px;
    height: 94px;
    overflow: hidden;
    -moz-border-radius: 86px / 57px;
    -webkit-border-radius: 86px / 57px;
    border-radius: 86px / 57px;
    -webkit-box-shadow: 5px 5px #e3226c;
    box-shadow: 5px 5px #e3226c, -5px -5px #e3226c;
}

.previa-juguetes .producto .datos2 .ovalo.action {
    -webkit-box-shadow: 5px 5px #3b6353;
    box-shadow: 5px 5px #3b6353, -5px -5px #3b6353;
}

.previa-juguetes .producto .datos.sel{
	background: #fff;
}</pre></body></html>