/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
a {outline:none;}
textarea { resize: vertical; }
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
	height: 40px;
    margin: 0;
    background: #900;
    color: #fff;
    padding: 15px 0;
	text-align: center;
}
.browsehappy a {
	color: #fff;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: 'Varela Round';
    src: url('fonts/varelaround-regular-webfont.eot');
    src: url('fonts/varelaround-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/varelaround-regular-webfont.svg#varela_roundregular') format('svg'),
         url('fonts/varelaround-regular-webfont.woff') format('woff'),
         url('fonts/varelaround-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	color: #777674;
	background: #fff;
	line-height: 1.2em;
	overflow-x: hidden;
}
p {
	margin: 0 0 14px 0;
}
a {
	color: #0084b4;
}
a.enlace {
	color:#0084b4;
	text-decoration:none;
	border-bottom:1px dotted #0084b4;
}
a.enlace:hover {
	border:none;
}
.wrapper {
	width:100%;
	max-width: 1015px;
	padding-left:10px !important;
	padding-right:10px !important;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
header#cabecera_principal {
	width: 100%;
	height: 135px;
	background: url(../img/fnd-header.jpg) repeat-x;	
}
header#cabecera_principal .wrapper {
	height: 100px;
	padding-top: 35px;
	background: url(../img/multicolor.gif) no-repeat;
}
header#cabecera_principal h2 {
	float: left;
	width: 131px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url(../img/logo.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
header#cabecera_principal h2 a {
	display:block;
}
header#cabecera_principal h2.logo_shop {
	width: 175px;
	background: url(../img/logo-shop.jpg) no-repeat;
}
header#cabecera_principal h2 a {
	display: block;
	width: 131px;
	height: 100px;
}

header#cabecera_principal div.idiomas {
	position:absolute;
	top:0;
	margin-left:-10px;
	/*width:995px;*/
	width:100%;
	max-width:1015px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	height:34px;
	font:13px 'Varela Round', sans-serif, tahoma;
	color:#fff;
	text-align:right;
}
header#cabecera_principal div.idiomas a {
	display:inline-block;
	width:110px;
	height:34px;
	line-height:26px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:url(../img/idiomas.gif);
	margin-right:10px;
}
header#cabecera_principal div.idiomas a:hover {
	background-position:0 -34px;
}

/*** Menu principal ***/
#btn-menu {
	display:none;
	float:right;
	border:none;
	color:#d61e00;
	background:none;
	margin-top:30px;
	font-size:35px;
	line-height:35px;
	outline:none;
	padding:0;
	width:50px;
}
#menu_top {
	float: right;	
}
#menu_top ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu_top ul li {
	display: block;
	float: left;
	height: 85px;
	padding-top: 15px;	
}
#menu_top ul li.activa {
	background: url(../img/menu-activa.gif) no-repeat 50% 100%;
}
#menu_top ul li a, #menu_top ul li span {
	display: block;
	float: left;
	height: 20px;
	border-right: 1px solid #ebe9e2;
	padding: 40px 19px 0 19px;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 14px;
	font-weight: 400;
	background-image: url(../img/menu-iconos.gif);
	background-repeat: no-repeat;
	outline: none;
}
#menu_top ul li.ultimo a, #menu_top ul li.ultimo span {
	border-right: none;
	padding-right: 0;	
}
.tienda-online.ultimo {
	position:relative;	
}
#menu_top ul li a {
	color: #848380;
	text-decoration: none;
	/*-webkit-transition: all .06s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;*/
}
#menu_top ul li a:hover {
	color: #363636;
	text-decoration: none;
}
#menu_top ul li span { color: #363636; }
/*** Iconos Menu principal ***/
#menu_top ul li.inicio a { background-position: 50% 0; }
#menu_top ul li.inicio a:hover, #menu_top ul li.inicio span { background-position: 50% -60px; }
#menu_top ul li.vivir-jugando a { background-position: 50% -120px; }
#menu_top ul li.vivir-jugando a:hover, #menu_top ul li.vivir-jugando span { background-position: 50% -180px; }
#menu_top ul li.zona-pro a { background-position: 50% -240px; }
#menu_top ul li.zona-pro a:hover, #menu_top ul li.zona-pro span { background-position: 50% -300px; }
#menu_top ul li.playzone a { background-position: 50% -360px; }
#menu_top ul li.playzone a:hover, #menu_top ul li.playzone span { background-position: 50% -420px; }
#menu_top ul li.tiendas a { background-position: 50% -480px; }
#menu_top ul li.tiendas a:hover, #menu_top ul li.tiendas span { background-position: 50% -540px; }
#menu_top ul li.blog a { background-position: 50% -840px; }
#menu_top ul li.blog a:hover, #menu_top ul li.blog span { background-position: 50% -900px; }
#menu_top ul li.contacto a { background-position: 50% -600px; }
#menu_top ul li.contacto a:hover, #menu_top ul li.contacto span { background-position: 50% -660px; }
#menu_top ul li.tienda-online a { background-position: 65% -720px; }
#menu_top ul li.tienda-online a:hover, #menu_top ul li.tienda-online span { background-position: 65% -780px; }
#menu_top ul li.english a {
	background:url(../img/menu-productos.gif) no-repeat 85% 0;
}
#menu_top ul li.english a:hover, #menu_top ul li.english span {
	background-position:85% -61px;
}

#menu_top ul li.como-jugar a { background-position: 50% -960px; }
#menu_top ul li.como-jugar a:hover, #menu_top ul li.como-jugar span { background-position: 50% -1020px; }

#banners_portada {
	width: 100%;
	padding-top: 14px;
	background: url(../img/fnd-mosaico.jpg);	
}
#banners_portada .wrapper {
	background: url(../img/detalle-noticia-home-top.png) no-repeat left bottom;
	padding-bottom: 70px;	
}
#banners_portada .wrapper.wrapper_en {
	background:none;
	padding-bottom: 15px;
	margin-bottom:20px;
}
/*** Slider banner ***/
ul.bxslider {
	margin: 0;
	padding: 0;
	width: 995px;
	height: 328px;
	list-style: none;	
}
.bx-wrapper .bx-viewport {
	border: none;
	left: 0;
	width: 995px;
	height: 328px;
}
.lt-ie8 ul.bxslider li {
	width:100% !important;	
}
.bx-wrapper .bx-loading {
	width: 995px;
	height: 328px;
	background-color: #f5f3eb;
}
.bx-wrapper .bx-prev {
	left: -35px;
	background: url(../img/slider-home-controls.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: -35px;
	background: url(../img/slider-home-controls.png) no-repeat 0 -64px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 -32px;
}
.bx-wrapper .bx-next:hover {
	background-position: 0 -96px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
/*** Fin Slider banner ***/
.tira_mini_banners {
	padding: 7px 0;
	overflow: hidden;
	margin:0 -7px;
}
.box_acceso {
	width: 100%;
	height: 144px;
	overflow: hidden;
	background: #b7b095 url(../img/fnd-acceso-profesional.jpg) no-repeat;	
}
.box_acceso strong {
	display: block;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 1.8em;
}
.box_acceso.pro {
	height: 168px;	
}
.box_acceso.pro_interior {
	height: 174px;
}
#frm_acceso {
	overflow: hidden;
	padding: 10px 14px 0 14px;	
}
.box_acceso .box_inputs {
	float: left;
	width: 160px;	
}

.logueado {
	margin:15px 0 0 10px;
	padding:0 0 0 50px;
	font:13px 'Varela Round', sans-serif, tahoma;
	line-height:20px;
	background:url(../img/usuario.png) no-repeat top left;
	color:#534c31;
}
.nombre_usuario {
	font:20px 'Varela Round', sans-serif, tahoma;
	color:#fff;
}
a.bt_cuenta {
	color:#fff; text-decoration:none;
	display:inline-block;
	background:#8f8356;
	text-align:center;
	height:25px;
	line-height:23px;
	width:100px;	
}
input.input_playzone {
	border:none;
	font:15px 'Varela Round', sans-serif, tahoma;
	background:#f5f3eb;
	padding:0 7px;
	width:116px;
	height:26px;
	color:#827e6e;
	font-style:italic;
	margin:0 7px 7px 0;
}
input.submit_playzone {
	border:none;
	width:26px;
	height:26px;
	background:url(../img/submit_playzone.gif) no-repeat top;
	margin:0 0 7px 0;	
}
a.solicitar_alta {
	display:inline-block;
	background:#d40000;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font:12px 'Varela Round', sans-serif, tahoma;
	line-height:26px;
	width:300px;
}
a.solicitar_alta:hover {
	background:#a50000;
}
.box_acceso input {
	display: block;
	width: 160px;
	height: 26px;
	border: none;
	background: #fff;
	padding: 4px 5px;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	color: #827e6e;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.lt-ie8 #frm_acceso {
	overflow: hidden;
	padding: 5px 14px;	
}
.lt-ie8 .box_acceso input {
	width: 150px;
	height: 18px;	
}
#btn_acceso {
	float: right;
	width: 40px;
	height: 59px;
	background: #8f8356 url(../img/btn-acceso.gif) no-repeat top left;	
}
#btn_acceso:hover {
	background-position:0 -59px;
}
.lnk_recupera_pass {
	clear: both;
	display: block;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	text-align: left;
	line-height: 1.2em;
	padding: 4px 0 5px 0;
}
.lt-ie8 .lnk_recupera_pass {
	padding: 0;
}
.lnk_recupera_pass:hover {
	color: #665c38;
}
.lnk_recupera_pass.shop {
	padding: 4px 0 0 0;
}
.box_acceso.pro_interior .lnk_recupera_pass {
	padding: 6px 0 9px 0;
}
.lnk_alta {
	display: block;
	clear: both;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	text-align: left;
	line-height: 1.2em;
}
.lnk_alta:hover {
	color: #665c38;	
}
.lnk_alta_pro {
	clear: both;
	display: block;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #d40000;
	padding: 7px 10px 5px 10px;
	margin-top: 3px;		
}
.lnk_alta_pro.fuera {
	float: left;
	display: block;
	width: 238px;
	height: 26px;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #d40000;
	padding: 0;
	margin-top: 4px;
	line-height: 2.2em;		
}
.lnk_alta_pro:hover {
	background:#a50000;	
}
.box_left {
	position: relative;
	float: left;
	width: 25%;
	padding:7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box_left img {
	width:100%;
	height:auto;
	display:block;	
}
.box_mini_banner {
	width: 100%;
	/*height: 168px;*/
}
.box_mini_banner.sin_margen { margin-right: 0; }
.box_mini_banner a {
	display: block;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 19px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	line-height: 1em;
}
.box_mini_banner a img {
	display: block;
	border: none;
	max-width:100%;
	height:auto;
}
.box_mini_banner a span {
	display: block;
	width: 208px;
	padding: 10px 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color:rgba(0, 0, 0, 0.3);
}
.lt-ie9 .box_mini_banner a span {
	background-color: #CCC;	
}
/*** Slider noticias ***/
#slider_noticias {
	width: 100%;	
}
#slider_noticias .wrapper_content {
	padding: 45px 0;
	background: url(../img/detalle-noticia-home-bottom.png) no-repeat;
}
#slider_noticias .bx-wrapper {
	width:100% !important;
	max-width: 987px !important;
	border-left: 1px solid #e4e2da;
	border-right: 1px solid #e4e2da;
	padding: 0 3px;
}
#slider_noticias .bx-wrapper .bx-prev {
	left: -35px;
	background: url(../img/slider-home-controls.png) no-repeat 0 -128px;
}
#slider_noticias .bx-wrapper .bx-next {
	right: -35px;
	background: url(../img/slider-home-controls.png) no-repeat 0 -192px;
}
#slider_noticias .bx-wrapper .bx-prev:hover { background-position: 0 -160px; }
#slider_noticias .bx-wrapper .bx-next:hover { background-position: 0 -224px; }
#slider_noticias .bx-wrapper .bx-loading {
	width: 995px;
	height: 315px;
	background-color: #fff;
}
ul.bxslider_news {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.bxslider_news li {
	display: block;
	float: left;
	width: 271px;
	height: 315px;
	border-left: 1px solid #e4e2da;
	border-right: 1px solid #e4e2da;
	margin: 0 4px;
	padding: 0 24px;
}
ul.bxslider_news li h3 {
	margin: 10px 0;
}
ul.bxslider_news li a {
	display: block;
}
ul.bxslider_news li h3 a {
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	color: #363636;
	line-height: 1em;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
ul.bxslider_news li h3 a:hover {
	color: #D40000;
}
ul.bxslider_news li .box_txt {
	height: 160px;	
}
ul.bxslider_news li img {
	display: block;
	border: none;
}
ul.bxslider_news li a.lnk_leer_mas {
	background: #00bbf1 url(../img/leer-mas.png) no-repeat 100% 0;	
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 0 20px 0 6px;
	float: right;
	height: 26px;
	line-height: 1.7em;
}
a.lnk_leer_mas:hover {
	background-color:#008fb8 !important;	
}
/*** Fin Slider Noticias ***/
#productos_destacados {
	width: 100%;
	overflow: hidden;	
}
header.productos_estrella {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	height: 43px;
	float: left;
	background: url(../img/ico-estrella.gif) no-repeat;
	border-bottom: 1px solid #ffac28;
	margin-bottom: 30px;
	padding: 0 0 0 47px;
}
.cuerpo_con_columna header.productos_estrella {
	width: 699px;	
}
header.productos_estrella h4 {
	float: left;
	margin: 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #363636;
	line-height: 2em;
}
.pestana {
	border-left: 1px solid #a96300;
	padding:20px 0 0 20px;	
}
.pestana.formador {
	border-color: #00acdd;
}
#productos_destacados .box_categorias {
	position: relative;
	float: right;
	padding-top: 17px;	
}
#productos_destacados .lnk_desp_categorias {
	display: inline-block;
	height: 26px;
	background: #f0eee6 url(../img/desp-categorias.gif) no-repeat 100% 0;
	color: #777674;
	text-decoration: none;
	padding: 0 28px 0 12px;
	line-height: 1.6em;
	outline: none;
}
#productos_destacados .box_categorias ul {
	display: none;
	position: absolute;
	top: 42px;
	right: 0;
	list-style: none;
	margin: 0;
	background: #f0eee6;
	padding: 0;
	z-index: 22;
	-webkit-box-shadow: 0px 40px 15px -35px rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 40px 15px -35px rgba(0,0,0,0.60);
	box-shadow: 0px 40px 15px -35px rgba(0,0,0,0.60);
}
#productos_destacados .box_categorias ul li {
	display: block;
	border-bottom: 1px dotted #777674;
}
#productos_destacados .box_categorias ul li.ultima { border-bottom: none; }
#productos_destacados .box_categorias ul li a {
	display: block;
	font-size: 12px;
	color: #777674;
	text-decoration: none;
	padding: 6px 28px;
	text-align: right;
	outline: none;
}
#productos_destacados .box_categorias ul li a:hover {
	background-color: #d5d2c6;
}
/*** Ficha producto página corporativa ***/
.listado {
	margin-left:-7px;
	margin-right:-7px;
}
.producto_left {
	float:left;
	padding:7px;
	width:25%;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.producto_corporativa {
	position: relative;
	float: left;
	width: 100%;
	border: 1px solid #d2cec3;
	/*margin: 0 14px 14px 0;*/
	padding: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.producto_corporativa.ultimo {
	margin-right: 0;	
}
.producto_corporativa .box_img {
	/*width: 100%;
	display: table-cell;
	vertical-align: middle;*/
	text-align: center;
}
.producto_corporativa .box_img img {
	display:block;
	max-width:100%;
	height:auto;
	margin:auto;	
}
.producto_corporativa .box_item_detalles {
	padding: 5px;
	height: 103px;
}
.producto_corporativa h3 {
	margin: 0 0 10px 0;
}
.producto_corporativa h3 a {
	display: block;
	color: #363636;
	text-decoration: none;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2em;
}
.producto_corporativa p {
	margin: 0;
	line-height: 1.2em;	
}
.producto_corporativa .lnk_ver_producto {
	display: block;
	width: 157px;
	height: 43px;
	margin: auto;
	padding-right: 45px;
	background: #f3f2ec url(../img/fnd-ver-producto.gif) no-repeat right 0;
	color: #777674;
	text-decoration: none;
	line-height: 3em;
	border: 1px solid #e5e3d5;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}
.producto_corporativa .lnk_ver_producto:hover {
	background-color: #e5e3d5;	
	color: #363636;
}
/*** Fin ficha producto corporativa ***/
/*** Ficha producto shop ***/
.producto_shop {
	position: relative;
	float: left;
	width: 236px;
	height: 347px;
	border: 1px solid #d2cec3;
	margin: 0 14px 14px 0;
	padding: 0;
}
.producto_shop.ultimo {
	margin-right: 0;	
}
.producto_shop .info {
	padding: 13px 13px 0 13px;	
}
.producto_shop .box_img {
	width: 210px;
	height: 158px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
}
.producto_shop .box_item_detalles {
	padding: 5px;
	height: 103px;	
}
.producto_shop h3 {
	margin: 0 0 10px 0;
}
.producto_shop h3 a {
	display: block;
	color: #363636;
	text-decoration: none;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2em;
}
.producto_shop p {
	margin: 0;
	line-height: 1.2em;	
}
.producto_shop .tools {
	height: 62px;
	border-top: 1px solid #d2cec3;	
}
.producto_shop .precio {
	float: left;
	width: 119px;
	height: 62px;
	border-right: 1px solid #d2cec3;
	text-align: center;
}
.producto_shop .centrado {
	width: 119px;
	height: 62px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4em;
}
.producto_shop .precio span {
	display: block;
}
.producto_shop .precio .normal {
	color: #363636;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
}
.producto_shop .precio .tachado {
	color: #363636;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 12px;
	font-weight: 400;
	text-decoration: line-through;
}
.producto_shop .precio .oferta {
	color: #e100bf;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	text-decoration: line-through;
}
.lt-ie8 .producto_shop .precio span {
	margin-top: 20px;
	line-height: 1.2em;
}
.producto_shop .view_add {
	float: right;
	width: 116px;
	height: 62px;	
}
.producto_shop .view_add a {
	display: block;
	height: 29px;
	padding-right: 10px;
	font-size: 12px;
	color: #777674;
	text-align: center;
	text-decoration: none;
	line-height: 2.4em;
	background: #f0eee6 url(../img/fnd-ver-producto-shop.gif) no-repeat 90% 50%;
}
.producto_shop .view_add a:hover {
	color: #d40000;
}
.producto_shop #txt_cantidad {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	padding: 0;
	text-align: center;
	border: none;
	border-top: 1px solid #d2cec3;
	border-right: 1px solid #d2cec3;
	color: #363636;
	font-size: 15px;
	line-height: 2.2em;
}
.producto_shop #btn_add {
	display: block;
	float: left;
	width: 83px;
	height: 33px;
	padding-right: 18px;
	font-size: 12px;
	color: #fff;
	border: none;
	background: #8abd00 url(../img/fnd-boton-carrito.gif) no-repeat 55px 6px;
}
.btn_add {
	width:286px;
	height:86px;
	border:none;
	background: #8abd00 url(../img/carrito.png) no-repeat right 25px;
	font:18px 'Varela Round', sans-serif, tahoma;
	color:#fff;
	padding:0 30px 0 0;
	text-transform:uppercase;
}
.producto_shop #btn_add:hover {
	color: #4e6b00;
}
.btn_add:hover {
	background-color:#4e6b00;	
}
.stick_destacado {
	display: block;
	position: absolute;
	width: 46px;
	height: 46px;
	left: 0;
	top: 0;	
}
.stick_nuevo {
	position: absolute;
	width: 60px;
	height: 31px;
	right: 10px;
	top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(../img/stick-nuevo.png) no-repeat;	
	text-transform: uppercase;
	text-align: center;
	line-height: 1.8em;
}
.stick_oferta {
	position: absolute;
	width: 60px;
	height: 31px;
	right: 10px;
	top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(../img/stick-oferta.png) no-repeat;	
	text-transform: uppercase;
	text-align: center;
	line-height: 1.8em;
}
/*** Fin ficha shop ***/
#redes_sociales {
	overflow: hidden;
	width: 100%;
}
#redes_sociales .wrapper {
	overflow: hidden;
	margin-top: 90px;
}
#redes_sociales header {
	width: 100%;
	height: 43px;
	float: left;
	background: url(../img/ico-corazon.gif) no-repeat;
	border-bottom: 1px solid #de0073;
	margin-bottom: 20px;
	padding: 0 0 0 47px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#redes_sociales h4 {
	float: left;
	margin: 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #363636;
	line-height: 2em;
}
.box_social {
	margin-left:-10px;
	margin-right:-10px;	
}
#redes_sociales .box_facebook {
	float: left;
	width: 50%;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#redes_sociales .box_twitter {
	float: right;
	width: 50%;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width:  100% !important;display:block;z-index:2000;position:relative}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe  span[style] {width: 100% !important;display:block;z-index:2000;position:relative}

a.descarga {
	display:block;
	width:408px;
	height:31px;
	background:url(../img/descarga_over.gif);	
}
a.descarga_en {
	background:url(../img/descarga_en_over.gif);	
}
a.link_descarga {
	display:block;
	width:188px;
	height:31px;
	background:url(../img/download_catalogo_over.gif);	
}
a.link_descarga.link_en {
	background:url(../img/download_catalogo_en_over.gif);	
}
a.link_novedades {
	background:url(../img/download_novedades_over.gif);	
}
a.link_novedades.link_en {	
	background:url(../img/download_novedades_en_over.gif);
}	

footer {
	width: 100%;
	margin-top: 150px;
}
footer .pie_top {
	width: 100%;
	background: url(../img/borde-pie.gif) repeat-x left bottom;	
}
footer .pie_top .wrapper {
	overflow: hidden;
	background: url(../img/multicolor.gif) no-repeat left bottom;
	padding-bottom: 39px;	
}
footer .pie_bottom {
	width: 100%;
	background: url(../img/fnd-mosaico.jpg);
	padding-bottom: 100px;	
}
footer .pie_bottom .wrapper {
	overflow: hidden;
}
footer .linea_copy_lnks {
	overflow: hidden;
	width: 100%;
	padding-top: 23px;	
}
footer .box_copy {
	float: left;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 12px;
	font-weight: 400;
	color: #919191;
	line-height: 1.2em;
	padding-top: 16px;
}
footer .box_tarjetas {
	float: left;
	margin-left: 35px;
	padding-top: 6px;	
}
footer .box_tarjetas img {
	display: block;
}
footer .box_enlaces {
	float: right;
	width: 270px;	
}
.cont_descargas {
	float:left;
	padding:30px 0 0 0;	
}
footer .lnk_aefj {
	display: block;
	float: right;
}
footer .box_links_sociales {
	width: 270px;
	float: right;
}
footer .lnk_social {
	float: left;
	display: block;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	margin-left: 8px;	
}
.lnk_social.facebook { background: url(../img/ico-facebook.gif) no-repeat; }
.lnk_social.twitter { background: url(../img/ico-twitter.gif) no-repeat; }
.lnk_social.youtube { background: url(../img/ico-youtube.gif) no-repeat; }
.lnk_social.pinterest { background: url(../img/ico-pinterest.gif) no-repeat; }
.lnk_social.flickr { background: url(../img/ico-flickr.gif) no-repeat; }
.lnk_social.blog { background: url(../img/ico-blog.gif) no-repeat; }

#facebook-jssdk-iframe {
	display: none !important;
}

footer .pie_bottom .wrapper {
	padding: 20px 0;
}
footer #logo_pie {
	display: block;
	float: left;
	margin: 10px 20px 0 0;	
}
footer .box_lnks_pie {
	float: left;
}
footer .box_lnks_pie ul {
	float: left;
	list-style: none;
	padding: 0 25px 0 26px;
	margin: 0;
	border-right: 1px solid #bbb9b9;
	line-height: 1.6em;
}
footer .box_lnks_pie ul.sin_borde {
	border-right: none;	
}
footer .box_lnks_pie ul li a {
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	color: #363636;
}
footer .box_lnks_pie ul li a:hover {
	color: #d40000;
}
footer .box_contacto {
	float: right;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	color: #363636;
	background: url(../img/ico-telefono.png) no-repeat;
	padding-left: 32px;
	line-height: 29px;
}
div.acliente {
	font-size:14px;
	line-height:14px;
}
div.powered {
	font:11px 'Varela Round', sans-serif, tahoma;
	color:#919191;
	clear:right;
	text-align:right;
	padding:15px 0 0 0;
	line-height:16px;
}
div.powered a {
	display:inline-block;
	font-size:11px;
	background:url(../img/dlw.png) no-repeat left;
	color:#919191;
	padding-left:20px;
	text-decoration:none;
	line-height:16px;
}
.login_banner {
	width: 100%;
	overflow: hidden;
	background: url(../img/fnd-mosaico.jpg);
}
.login_banner .wrapper {
	overflow: hidden;
	padding: 14px 0;	
}
.columna_login {
	float: left;	
}
.columna_banner_interior {
	float: right;
	width:743px;
}
.columna_banner_interior img {
	max-width:100%;
	height:auto;	
}

.titularet {
	font:18px 'Varela Round', sans-serif, tahoma;
	line-height:36px;
	font-weight:normal;
	color: #363636;
	margin:0 0 15px 0;
	padding:0 10px;
}
.tit_basico {background:#efece1 url(../img/tit_basico.gif) no-repeat top right;}
.tit_kids {background:#3cdaf6 url(../img/tit_kids.gif) no-repeat top right; color:#fff;}
.tit_design {background:#8c51e5 url(../img/tit_design.gif) no-repeat top right; color:#fff;}

.main {
	width: 100%;
	overflow: hidden;	
}
.main .wrapper {
	overflow: hidden;
	padding: 30px 0;	
}
.main .columna {
	float: left;
	width: 238px;	
}
.main .cuerpo_con_columna {
	float: right;
	width: 742px;	
}
.main .cuerpo_sin_columna {
	float: left;
	width: 995px;	
}
.box_carrito {
	border: 4px solid #e4dfcd;
	padding: 15px 15px 15px 60px;
	background: url(../img/ico-carrito-vacio.gif) no-repeat 0 50%;
}
.box_carrito a {
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 17px;
	font-weight: 400;
	color: #848380;
	text-decoration: none;
}
.box_carrito a span {
	font-size: 14px;
	font-style: italic;
}
#frm_buscador {
	padding: 14px 0;	
}
#frm_buscador input {
	width: 170px;
	border: 4px solid #f3f2ec;
	background: url(../img/ico-buscar.gif) no-repeat 0 50%;
	padding: 15px 0 15px 60px;
	color: #9a9996;
	font-style: italic;
}
ul.menu_lateral {
	width: 238px;
	list-style: none;
	padding: 0;
	margin: 14px 0 0 0;
	background: #f3f2ec;	
}
ul.menu_lateral li {
	position: relative;
	display: block;
}
ul.menu_lateral li a {
	display: block;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	color: #848380;
	padding: 15px 32px 15px 35px;
	border-bottom: 1px solid #dcd9cc;
	background: url(../img/detalle-items-menu-lateral.gif) no-repeat 22px 50%;
	line-height: 1.4em;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
ul.menu_lateral li a:hover {
	background-color: #ebeae5;
	color: #d40000;
}
ul.menu_lateral li .flecheta {
	position: absolute;
	top: 42%;
	right: 20px;
	display: block;
	width: 14px;
	height: 10px;
	background: url(../img/desp-menu-lateral.gif) no-repeat;
}
ul.menu_lateral li.ultimo a {
	border-bottom: none;
}
.box_filtros {
	background: #f3f2ec;
	margin-top: 14px;
}
.box_filtros .titulo {
	display: block;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 15px;
	font-weight: 400;
	color: #848380;
	border-bottom: 1px solid #dcd9cc;	
	padding: 0 22px 0 22px;
	line-height: 2.6em;
}
#frm_filtro_precio {
	overflow: hidden;
	padding: 15px 22px 22px 22px;	
}
#frm_filtro_precio label {
	display: block;
	padding-bottom: 6px;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 12px;
	font-weight: 400;
}
#frm_filtro_precio input {
	display: block;
	width: 90px;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	color: #9a9996;
	border: none;
	background: #FFF;
	padding: 6px 0;
}
#frm_filtro_precio .al_izq {
	float: left;
}
#frm_filtro_precio .al_der {
	float: right;
}
#frm_filtro_precio .al_cen {
	clear: both;
	padding: 11px 0 0 0;
}
#frm_filtro_precio .precio_buscar {
	float: left;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 13px;
	font-weight: 400;
	color: #848380;
	line-height: 1.2em;
}
#frm_filtro_precio #btn_filtro_precio {
	float: right;
	width: 90px;
	padding: 7px 25px 7px 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	text-align: right;
	color: #fff;
	background: #b5b4af url(../img/fnd-filtrar.gif) no-repeat 72px 50%;
}
.lt-ie8 #frm_filtro_precio {
	padding: 15px 20px 20px 20px;
}
.newsletter {
	width: 218px;
	height: 86px;
	padding: 10px;
	margin-top: 14px;
	background: url(../img/fnd-newsletter.jpg) no-repeat;
}
.newsletter span {
	clear: both;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	display: block;
	color: #fff;
	line-height: 1.2em;	
}
#frm_newsletter {
	float: right;
	padding: 8px 0;
}
#frm_newsletter input {
	float: left;
	width: 110px;
	height: 31px;
	padding: 0 5px;
	border: none;
	background: #fff;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 12px;
	font-weight: 400;
	color: #9a9996;
	line-height: 2.4em;
}
#frm_newsletter #btn_newsletter {
	width: 28px;
	height: 31px;
	background: #fff url(../img/btn-newsletter.gif) no-repeat 100% 0;	
}
a.banner_tutoriales {
	display: block;
	margin-top: 14px;
	width: 230px;
	height: 59px;
	overflow: hidden;
	padding: 28px 8px 0 0;
	background: url(../img/fnd-banner-videotutoriales.jpg) no-repeat;
	text-align: right;
	text-decoration: none;
	color: #fff;
}
a.banner_tutoriales .grande {
	display: block;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
a.banner_tutoriales .pequeno {
	display: block;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 13px;
	font-weight: 400;
}
a.banner_tutoriales:hover {
	text-decoration: none;
	color: #b1d5ef;
}
header.vivir_jugando {
	width:100%;
	/*width: 953px;*/
	float: left;
	border-bottom: 1px solid #8f2be4;
	margin-bottom: 30px;
	background: url(../img/ico-vivir-jugando.gif) no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
header.vivir_jugando h1 {
	float: left;
	margin: 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #363636;
	line-height: 2.2em;
	padding: 0 0 0 42px;
	height: 44px;
}
header.vivir_jugando ul {
	display: block;
	float: right;
	list-style: none;
	margin: 0;
	padding: 18px 0 0 0;
}
header.vivir_jugando ul li {
	display: block;
	float: left;
	margin-left: 6px;
}
header.vivir_jugando ul li a {
	display: block;
	float: left;
	font-size: 14px;
	text-decoration: none;
	color: #777674;
	background: #f0eee6;
	padding: 4px 9px;
}
.bloque_vivir_jugando {
	width: 100%;
	float: left;
	padding-top: 20px;	
}
.bloque_vivir_jugando.borde_abajo {
	border-bottom: 1px solid #e5e4df;
	padding-bottom: 55px;
	margin-bottom: 60px;
}
ul.galeria_vivir_jugando {
	display: block;
	width: 518px;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.galeria_vivir_jugando.derecha {
	float: right;
}
ul.galeria_vivir_jugando.derecha li {
	margin: 0 0 17px 18px;
}
ul.galeria_vivir_jugando.izquierda {
	float: left;
}
ul.galeria_vivir_jugando.izquierda li {
	margin: 0 18px 17px 0;
}
ul.galeria_vivir_jugando li {
	display: block;
	float: left;
}
ul.galeria_vivir_jugando li a {
	display: block;
	float: left;
}
ul.galeria_vivir_jugando li a img {
	display: block;
}
.bloque_vivir_jugando img {
	max-width:100%;
	height:auto;
}
a.zoom .ico_zoom, a.media .ico_zoom_video {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 31px; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}
a.zoom, a.media {
	position: relative;	
}
a.zoom:hover .ico_zoom, a.media:hover .ico_zoom_video {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;	
}
.titular_pam {
	font-size: 28px;
	font-weight: normal;
	color: #917b40;
	margin: 12px 0 22px 0;
}
.multicolor {
	margin: 15px 0 25px 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 30px;
	font-weight: 400;
	color: #020202;
}
.multicolor .rojo {
	color: #df4242;	
}
.multicolor .amarillo {
	color: #ffaf30;
}
.premios {
	margin: 0 0 25px 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 30px;
	font-weight: 400;
	color: #020202;
}
.item_premio {
	width: 20%;
	float: left;
	text-align: center;	
	padding: 0 10px;
	color: #777674;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.item_premio img {
	display: block;
	margin: auto;	
}
.item_premio p {
	margin: 8px 0;	
}
h5.juegas {
	margin: 25px 0 0 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 22px;
	font-weight: 400;
	color: #ffa61a;	
}
.scroll_top {
	display: none;
	width: 60px; 
	height: 60px;
	text-decoration: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: url(../img/on-top.gif) no-repeat;
	outline: none;
}
header.contacto {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	height: 43px;
	float: left;
	border-bottom: 1px solid #ff7e00;
	margin-bottom: 25px;
	padding: 0 0 0 42px;
	background: url(../img/ico-contacto.gif) no-repeat;	
}
header.contacto h1 {
	float: left;
	margin: 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #363636;
	line-height: 2em;
}
header.contacto p {
	float: right;
	font-size: 12px;
	color: #737777;
	margin: 0;
	line-height: 4.2em;	
}
span.coloret {
	color: #ff7e00;
}
.formulario {
	overflow:hidden;
	padding-bottom:40px !important;	
}
#frm_contacto, .formulario {
	overflow: hidden;
	padding: 30px 30px 0 30px;
}
#frm_contacto.form_profesionales {
	padding: 30px 15px 0 15px;
}
#frm_contacto.sinmargen {
	padding: 20px 0;	
}
#frm_contacto .col_frm_sinmargen {
	width: 670px;
	float: left;
}
#frm_contacto .box_input {
	position: relative;
	float: left;
	padding-bottom: 10px;	
}
.box_input.small {
	width:33.33% !important;
}
.box_input.large {
	width:100% !important;
}
.formulario .box_input {
	position: relative;
	float: left;
	padding: 5px;
	width:50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}
.formulario .box_input input {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#frm_contacto label, .formulario label {
	display: block;
	color: #848380;
	padding-bottom: 5px;
}
#frm_contacto .box_contactar_como {
	overflow: hidden;
	border: 1px solid #dcd9cc;
	padding: 25px;
	margin-bottom: 20px;
}
#frm_contacto input, #frm_contacto textarea, .formulario input, .formulario textarea {
	border: none;
	background: #f5f3eb;
	height: 34px;
	padding: 0 10px;
	line-height: 2.2em;
}
#frm_contacto textarea, .formulario textarea {
	height: 122px;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#frm_contacto .chk, .formulario .chk {
	height: 13px;
	padding: 0;
	display: inline;	
}
#frm_contacto #btn_enviar_contacto {
	display: block;
	width: 205px;
	height: 45px;
	margin: auto;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: right;
	border: none;
	color: #fff;
	padding: 3px 85px 0 65px;
	background: #ff7e00 url(../img/btn-contacto.gif) no-repeat 70% 0;
}
#frm_contacto #btn_enviar_contacto_lateral {
	display: block;
	width: 310px;
	height: 45px;
	margin: auto;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	border: none;
	color: #fff;
	padding: 0 0 0 112px;
	background: #ff7e00 url(../img/btn-contacto.gif) no-repeat 180px 0;
}
#frm_contacto .box_condiciones_seguridad {
	float: left;
	width: 385px;
	padding: 30px 0 0 15px;
}
#frm_contacto .box_condiciones_seguridad.horizontal {
	float: left;
	width: 100%;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #848380;
}
#frm_contacto .box_img_seguridad {
	padding-top: 20px;
	height: 90px;	
}
#img_seguridad {
	display: block;
	float: left;
	margin-right: 10px;
	border: 1px solid #848380;
}
#lnk_condiciones {
	color: #848380;
	text-decoration: none;
	border-bottom: 1px dotted #848380;
}
.box_chk_envio {
	width: 100%;
	float: left;
	padding: 10px 0;
	margin: 5px 0 0 0;
	border-top: 1px dotted #848380;
}
#box_envio {
	display: none;
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #848380;	
}
#frm_contacto label.error {
	position: absolute;
	top: 1px;
	right: 0;
	font-size: 12px;
	color: #FF7E00;
	padding: 0;	
}
#frm_contacto .lbl_chk label.error {
	position: inherit;
	display: inline;
}
#frm_contacto .box_img_seguridad label.error {
	position: inherit;
}
#frm_contacto .box_btn_submit {
	clear: both;
	padding: 18px 0;
}
.btn_primary {
	background:#8abd00 !important;
	color:#fff;
	text-transform:uppercase;
}

h2.titular {
	clear:both;
    color: #363636;
    font-family: "Varela Round",sans-serif,tahoma;
    font-size: 18px;
    font-weight: 400;
    line-height: 2em;
    margin: 0 0 20px 0;
    text-transform: uppercase;
	border-bottom:1px solid #ccc;
}

.customSelect { 
	font-size: 15px;
	color:	#363636;
	border: none;
	padding: 0 30px 0 10px;
	height: 34px;
	line-height: 2.2em;
	background: #f5f3eb url(../img/desp-custom-select.gif) no-repeat 100% 0;
	cursor: pointer;
}
.customSelect.customSelectHover {
/* Styles for when the select box is hovered */
}
.customSelect.customSelectOpen {
/* Styles for when the select box is open */
}
.customSelect.customSelectFocus {
/* Styles for when the select box is in focus */
}
.customSelect.customSelectDisabledOption {
/* Styles for when the selected item is a disabled one */
}
.customSelect.customSelectDisabled {
/* Styles for when the select box itself is disabled */
}
.customSelectInner {
/* You can style the inner box too */
}

.mapa_situacion {
	overflow: hidden;
	margin: 75px 0 0 0;	
}
header.encuentranos {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	height: 43px;
	float: left;
	border-bottom: 1px solid #ff7e00;
	margin-bottom: 25px;
	padding: 0 0 0 42px;
	background: url(../img/ico-encuentranos.gif) no-repeat;	
}
header.encuentranos h1 {
	float: left;
	margin: 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #363636;
	line-height: 1.6em;
}
#mapa {
	float: left;
	width: 995px;
	height:	480px;	
}
.oficinas {
	float: left;
	padding-top:18px;	
}
.coordenadas {
	float: right;
	padding-top:18px;	
}
.coordenadas div {
	float: left;	
}
.coordenadas div.con_borde {
	border-left: 1px solid #ff7e00;
	padding-left: 8px;
	margin-left: 8px;
}
header.tiendas {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	height: 43px;
	float: left;
	border-bottom: 1px solid #adc100;
	margin-bottom: 25px;
	padding: 0 0 0 32px;
	background: url(../img/ico-tiendas.gif) no-repeat;	
}
header.tiendas h1 {
	float: left;
	margin: 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #363636;
	line-height: 2em;
}
header.tiendas p {
	float: right;
	font-size: 12px;
	color: #737777;
	margin: 0;
	line-height: 4.2em;	
}
header.profesional {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	height: 52px;
	float: left;
	border-bottom: 1px solid #a96300;
	border-left: 1px solid #a96300;
}
header.profesional h1 {
	float: left;
	margin: 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #363636;
	line-height: 2em;
	padding: 5px 15px 5px 50px;
	background: url(../img/ico-profesional.gif) no-repeat left 10px top 50%;
	border:1px solid #a96300;
	border-bottom:1px solid #fff;
	border-left:none;
}
header.profesional h2 {
	float: left;
	margin: 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #363636;
	line-height: 2em;
	border:1px solid #a96300;
	border-left:none;
}
header.profesional h2 a {
	display:block;
	padding:5px 15px 5px 50px;
	color: #363636;
	text-decoration:none;
	background:#f5f3eb url(../img/ico-playzone.png) no-repeat left 10px top 50%;
}
header.profesional h2.formadores a {
	background:#f5f3eb url(../img/formador.png) no-repeat top 50% left 8px;
}
header.profesional h2 a:hover {
	background-color:#fffbf5;
}
header.profesional p {
	float: right;
	font-size: 12px;
	color: #737777;
	margin: 0;
	line-height: 4.2em;	
}
p.info_required {
	float: right;
	font-size: 12px;
	color: #737777;
	margin: 0;
	line-height: 4.2em;	
}
header.playzone {
	width:100%;
	max-width: 1015px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	height: 52px;
	float: left;
	border-bottom: 1px solid #ff0054;
	border-left: 1px solid #ff0054;
}
header.playzone h1 {
	float: left;
	margin: 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #363636;
	line-height: 2em;
	padding: 5px 15px 5px 50px;
	background: url(../img/ico-playzone.gif) no-repeat left 10px top 50%;
	border:1px solid #ff0054;
	border-bottom:1px solid #fff;
	border-left:none;
}
header.playzone h2 {
	float: left;
	margin: 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #363636;
	line-height: 2em;
	border:1px solid #ff0054;
	border-left:none;
}
header.playzone h2 a {
	display:block;
	padding:5px 15px 5px 50px;
	color: #363636;
	text-decoration:none;
	background:#f5f3eb url(../img/ico-profesional.png) no-repeat left 10px top 50%;
}
header.playzone h2.formadores a {
	background:#f5f3eb url(../img/formador.png) no-repeat top 50% left 8px;
}
header.playzone h2 a:hover {
	background-color:#fffbf5;
}

header.formadores {
	width:100%;
	max-width: 1015px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	height: 52px;
	float: left;
	border-bottom: 1px solid #00acdd;
	border-left: 1px solid #00acdd;
}
header.formadores h1 {
	float: left;
	margin: 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #363636;
	line-height: 2em;
	padding: 5px 15px 5px 50px;
	background: url(../img/formador.png) no-repeat top 50% left 8px;
	border:1px solid #00acdd;
	border-bottom:1px solid #fff;
	border-left:none;
}
header.formadores h2 {
	float: left;
	margin: 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #363636;
	line-height: 2em;
	border:1px solid #00acdd;
	border-left:none;
}
header.formadores h2 a {
	display:block;
	padding:5px 15px 5px 50px;
	color: #363636;
	text-decoration:none;
	background:#f5f3eb url(../img/ico-profesional.png) no-repeat left 10px top 50%;
}
header.formadores h2.playzone a {
	border-color:#0d6eb3;
	background: #f5f3eb url(../img/ico-playzone.png) no-repeat left 10px top 50%;
}
header.formadores h2 a:hover {
	background-color:#fffbf5;
}

.playzone_intro {
	overflow: hidden;
	min-height: 200px;
	background: url(../img/playzone.jpg) no-repeat left 20px top 20px;
	padding: 40px 0 0 285px;
	border-left:1px solid #ff0054;
}
.playzone_titular {
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 25px;
	font-weight: 400;
	color: #e94047;
	margin: 0 0 12px 0;
}
.playzone_subtitulo {
	color: #363636;	
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 12px 0;
}
.box_playzone_items {
	width: 100%;
	float: left;
	padding-top: 75px;
	margin-bottom: 65px;
}
.playzone_item .esfera_titulo {
	position: absolute;
	top: -75px;
	left: 80px;
}
.playzone_item {
	position: relative;
	width: 271px;
	padding: 22px;
	float: left;
	border: 1px solid #e4dfce;
	margin-right: 21px;	
}
.playzone_item p {
	height: 110px;
	padding-top: 95px;
	margin: 0;
}
.playzone_item img {
	display: block;
	margin-bottom: 12px;
}
.lnk_playzone_info {
	display: block;
	width: 224px;
	height: 43px;
	margin: auto;
	padding-right: 45px;
	text-decoration: none;
	line-height: 3em;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.playzone_item.basico {
	border-color: #e4dfce;
}
.playzone_item.basico .lnk_playzone_info {
	background: #f3f2ec url(../img/fnd-ver-producto.gif) no-repeat right 0;
	border: 1px solid #e5e3d5;
	color: #777674;
}
.playzone_item.basico .lnk_playzone_info:hover {
	background-color: #e5e3d5;	
	color: #363636;	
}
.playzone_item.kids {
	border-color: #00c9ed;
}
.playzone_item.kids .lnk_playzone_info {
	background: #00c9ed url(../img/fnd-ver-producto-azul.gif) no-repeat right 0;
	border: 1px solid #009bb7;
	color: #fff;
}
.playzone_item.kids .lnk_playzone_info:hover {
	background-color: #009bb7;	
	color: #fff;	
}
.playzone_item.design {
	border-color: #7532d9;
	margin-right: 0;
	width: 273px;
}
.playzone_item.design .lnk_playzone_info {
	background: #7532d9 url(../img/fnd-ver-producto-morado.gif) no-repeat right 0;
	border: 1px solid #3d0097;
	color: #fff;
}
.playzone_item.design .lnk_playzone_info:hover {
	background-color: #3d0097;	
	color: #fff;	
}
.playzone_info {
	overflow: hidden;
	background: url(../img/playzone/expositor.jpg) no-repeat right 15px;
	padding: 5px 320px 0 0;
	margin-bottom: 60px;
}
.playzone_info .box_txt {
	padding-top: 15px;	
}
.playzone_info p {
	padding-left: 22px;
	background: url(../img/cuadret.gif) no-repeat 0 3px;
}
.playzone_form {
	width: 100%;
	float: left;	
}
.box_intro {
	width: 100%;
	float: left;
	padding: 5px 0 15px 0;	
}
.migas {
	width: 100%;
	float: left;
	margin: 0 0 16px 0;
}
.migas a {
	color: #777674;
	font-size: 14px;	
}
.migas a:hover {
	color: #d40000;	
}
.migas span {
	color: #363636;
	font-size: 14px;	
}

.titulo_basico {
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 25px;
	font-weight: 400;
	color: #363636;
	margin: 0 0 12px 0;
}
header.productos_novedades {
	width: 699px;
	height: 43px;
	float: left;
	background: url(../img/ico-novedades.gif) no-repeat;
	border-bottom: 1px solid #00cce5;
	margin: 25px 0 30px 0;
	padding: 0 0 0 47px;
}
header.productos_novedades h4 {
	float: left;
	margin: 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #363636;
	line-height: 2em;
}
header.productos_novedades a {
	display: block;
	float: right;
	color: #00cce5;
	font-size: 14px;
	text-decoration: none;
	background: url(../img/fnd-ver-producto-novedades.gif) no-repeat 100% 20px;
	padding-right: 15px;
	margin-right: 5px;
	line-height: 3.4em;
	outline: none;
}
header.productos_novedades a:hover {
	color: #0395a7;
}
.box_referencia {
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 15px;
	font-weight: 400;
	color: #848380;
	line-height: 1.2em;
}
.box_detalle_principal {
	width: 100%;
	float: left;
}
.box_detalle_principal .box_izq {
	float: left;
	width: 433px;	
}
.box_detalle_principal a.cont_img {
	position: relative;
	display: block;
	width: 431px;
	height: 400px;
	padding: 26px 0 0 0;
	border: 1px solid #e4dfcd;
	text-decoration: none;
}
.box_detalle_principal a.cont_img .mas_img {
	display: block;
	position: absolute;
	left: 20px;
	bottom: 20px;
	height: 35px;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 15px;
	font-weight: 400;
	color: #848380;
	text-decoration: none;
	background: url(../img/ico-mas-imagenes.gif) no-repeat;
	padding-left: 46px;
	line-height: 2.6em; 	
}
.box_detalle_principal a.cont_img .zoom_img {
	display: block;
	position: absolute;
	width: 33px;
	height: 33px;
	right: 20px;
	bottom: 20px;
	overflow: hidden;
	text-indent: -999px;
	background: url(../img/ico-zoom-img.gif) no-repeat;
}
header.productos_relacionados {
	width: 699px;
	height: 43px;
	float: left;
	background: url(../img/ico-relacionados.gif) no-repeat;
	border-bottom: 1px solid #8abd00;
	margin: 25px 0 30px 0;
	padding: 0 0 0 45px;
}
header.productos_relacionados h4 {
	float: left;
	margin: 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #363636;
	line-height: 2em;
}
.box_detalle_principal .box_der {
	float: right;
	width: 290px;
	min-height: 250px;
}
.box_precio {
	width: 100%;
	float: left;
	padding-bottom: 18px;
	background: url(../img/linea-puntos.gif) repeat-x bottom left;	
}
.box_precio .tit_precio {
	display: block;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 15px;
	font-weight: 400;
	color: #848380;
	padding-bottom: 10px;
}
.box_precio .precio {
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 28px;
	font-weight: 400;
	color: #363636;
}
.box_precio .iva {
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 12px;
	font-weight: 400;
	color: #848380;	
}
.box_cantidad, .box_boton {
	width: 100%;
	float: left;
	padding: 18px 0;
	background: url(../img/linea-puntos.gif) repeat-x bottom left;
}
.box_cantidad span {
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 15px;
	font-weight: 400;
	color: #848380;
}
.box_cantidad input {
	border: none;
	background: #f5f3eb;
	width: 60px;
	height: 34px;
	padding: 0 10px;
	line-height: 2.2em;
	text-align: center;
}
#btn_add_detalle {
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	height: 66px;
	border: none;
	text-align: center;
	color: #fff;
	padding-right: 50px;
	background: #8abd00 url(../img/fnd-btn-anadir-detalle.gif) no-repeat;	
}

.tabla_playzone {
	width:466px;
	border-bottom:1px solid #e9e7df;
	display:table;
	line-height:29px;
	background:#e1e0db;
	color:#777674;	
}
.tr_playzone {
	overflow:hidden;
	border-left:1px solid #e9e7df;
	border-right:1px solid #e9e7df;	
}
.cabecera_playzone {
	display:table-cell;
	vertical-align:middle;
	border-right:1px dotted #b5b3b0;
	text-align:center;
}
.tbl_playzone {
	width:466px;
	border-bottom:1px solid #e9e7df;
	display:table;
}
.tbl_tr_playzone {
	overflow:hidden;
	border-left:1px solid #e9e7df;
	border-right:1px solid #e9e7df; 	
}
.tbl_td_playzone {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.tbl_td_playzone img {
	margin:5px 0;
	border:1px solid #e5e3d5;
	padding:2px;
	background:#fff;
	height:70px;
	width:auto;	
}
.tbl_td_playzone a {
	color:#777674;
	text-decoration:none;
}
.tbl_td_playzone a:hover {
	text-decoration:underline;
}
span.nodisp {
	font:12px Tahoma, Geneva, sans-serif;
	color:#777674;	
}

/*** Paginas auxiliares not-found etc ***/
.titulo_paginas_auxiliares {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 14px 0;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #363636;
	border-bottom: 1px solid #bac1a7;	
}

img.ilustracion_auxiliar {
	display: block;
	margin: auto;	
}

h1.titular_proceso {
	font:25px 'Varela Round', sans-serif, tahoma;
	line-height:25px;
	color:#363636;
	padding:5px 0 10px 35px;
	margin:0 0 15px 0;
	border-bottom:1px solid #8abd00;
	text-transform: uppercase;
}
h1.titular_proceso.reloj {
	background:url(../img/reloj-arena.gif) no-repeat left top;
}
h1.titular_proceso.ok {
	background:url(../img/ok.gif) no-repeat left 5px;
}
h1.titular_proceso.carrito {
	background:url(../img/carrito.gif) no-repeat left top;
}
h1.titular_proceso.cuenta {
	background:url(../img/cuenta.gif) no-repeat left top;
	border-color:#8f8356;
	padding:5px 0 10px 41px;
}
h1.titular_proceso.cuenta .usuario {
	color: #8c8b86;
	text-transform: none;
}
.box_intro {
	position: relative;	
}
.box_intro a.btn_salir {
	display: block;
	width: 70px;
	height: 30px;
	color: #777674;
	position: absolute;
	top: 15px;
	right: 0;
	background: #f0eee6 url(../img/ico-salir.gif) no-repeat 60px 50%;
	text-decoration: none;
	padding-left: 15px;
	line-height: 2em;	
}
.loading_pasarela {
	width: 100%;
	float: left;
	padding-bottom: 30px;	
}
.loading_pasarela img {
	display: block;
	float: left;
	margin-right: 35px;
}
.lnk_azul {
	color: #22b9ff;
	border-bottom: 1px dotted #22b9ff;
	text-decoration: none;
}
.box_informacion {
	overflow: hidden;
	border: 1px solid #0788cb;
	padding: 25px 25px 15px 25px;
}
.box_informacion .titular {
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 17px;
	font-weight: normal;
	color: #0788cb;	
}
.box_gracias {
	with: 100%;
	text-align: center;	
	padding: 55px 0;
}
.box_gracias strong {
	display: block;
	margin: 15px auto;
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 23px;
	font-weight: normal;
	color: #8abd00;		
}
.box_gracias img {
	display: block;
	margin: auto;
}
.box_atencion {
	overflow: hidden;
	border: 1px solid #d40000;
	padding: 25px 25px 15px 25px;
	margin-bottom: 15px;	
}
.box_atencion .titular {
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 17px;
	font-weight: normal;
	color: #d40000;	
}
.box_detalles {
	overflow: hidden;
	padding: 0;
	margin-bottom: 15px;	
}
.box_detalles h4 {
	font-family: 'Varela Round', sans-serif, tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #363636;
	border-bottom: 1px solid #cdcbc3;
	padding-bottom: 5px;
}

.capa {
	padding:40px 20px 20px 20px;
	clear:both;
	width:100%;
	max-width:995px;
	display:none;
	position:absolute;
	margin:426px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.capa_content {
	display:none;	
}
#capa1 {
	border-bottom:1px solid #e4dfce;
	background:url(../img/pestana1.gif) no-repeat top right;	
}
#capa2 {
	border-bottom:1px solid #00C9ED;
	background:url(../img/pestana2.gif) no-repeat top right;	
}
#capa3 {
	border-bottom:1px solid #7532D9;
	background:url(../img/pestana3.gif) no-repeat top right;	
}
.noborder {
	border-bottom:none !important;	
}


div.bocadillo {
	position:absolute;
	top:5px;
	right:0;
	background:url(../img/bocadillo.gif);
	width:28px;
	height:22px;
	color:#fff;
	font:12px Tahoma, Geneva, sans-serif;
	text-align:center;
	padding:5px 0 0 3px;
}

a.button {
	display:inline-block;
	color:#848380;
	text-decoration:none;
	background:#f3f2ec;
	line-height:31px;
	padding:0 14px;
	cursor:pointer;
}
a.button:hover {
	background:#ddd9c9;
}
div.ver_todas {
	/*width:995px;*/
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	margin:0 auto;
	text-align:right;
	padding:0 0 70px 0;
	border-top:1px solid #00bbf1;	
}

.video_home {
	display:none;	
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


.wrap {
	width: 100%;	
}

.premios_img img {
	width:100%;
	height:auto;	
}

#premios ul {
	margin:0 0 20px 0;
	padding:0 0 0 20px;
}
#premios ul li {
	padding-bottom:7px;
	color:#e36c06;
}
#premios ul li span {
	color:#777674;	
}

#valores li {
	padding-bottom:7px;	
}

.relativo {
	position:relative;	
}
.catalogo img {
	background-image:url(../img/catalogo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;	
}
.catalogo .enlaces {
	position:absolute;
	width:100%;
	height:50%;
	bottom:0;
	left:0;
}
.catalogo .enlaces a {
	display:block;
	float:left;
	width:50%;
	height:100%;
}
	

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
		outline: none;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media screen and (max-width: 1014px) {
	.columna_login {
		display:none;	
	}
	.columna_banner_interior {
		float:none;
		width:100%;
		text-align:center;
	}
	.columna_banner_interior img {
		margin:0 auto;	
	}
	.playzone_item {
		width:100% !important;
		margin:0;
		float:none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom:100px;		
	}
	.lnk_playzone_info {
		width:auto;	
	}
	.playzone_item .esfera_titulo {
		position: absolute;
		left:50%;
		margin-left:-76px;
		top: -75px;
	}
	.playzone_item p {
		height:auto;
		padding-bottom:40px;	
	}
	img.playzone {
		display:none;	
	}
	
	.capa {
		background:none;
		margin:0;
		margin-top:-100px;
		padding-top:0;
		z-index:100;
	}
	.capa_content {
		display:none;	
	}
	#capa1 {
		background:#fff;
		border:none;
		border-left:1px solid #e4dfce;
		border-right:1px solid #e4dfce;
		border-bottom:1px solid #e4dfce;
	}
	#capa2 {
		background:#fff;
		border:none;
		border-left:1px solid #00C9ED;
		border-right:1px solid #00C9ED;
		border-bottom:1px solid #00C9ED;
	}
	#capa3 {
		background:#fff;
		border:none;
		border-left:1px solid #7532D9;
		border-right:1px solid #7532D9;
		border-bottom:1px solid #7532D9;
	}
	.tabla_playzone {
		display:none;	
	}
	.tabla_playzone.first {
		display:block;
		width:100%;	
	}
	.tbl_playzone {
		width:100%;	
	}
}

@media screen and (max-width: 995px) {
	.producto_corporativa .lnk_ver_producto {
		width:auto;	
	}
	.item_premio {
		width: 33.33%;
	}
	ul.galeria_vivir_jugando.derecha, ul.galeria_vivir_jugando.izquierda {
		clear:both;
		width:100%;
		float: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-top:20px;	
	}
	ul.galeria_vivir_jugando li {
		text-align:center;
		width:50%;
		margin:0 !important;
		padding:10px;
		overflow:hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	}
	ul.galeria_vivir_jugando li a {
		float:none;	
	}
	ul.galeria_vivir_jugando li img {
		margin-left:auto;
		margin-right:auto;
	}
	.ico_zoom {
		display:none !important;	
	}
	img.principal {
		float:none !important;
		margin:0 auto !important;	
	}
	
	#menu_top {
		position: fixed;
		top: 0;
		right: -150px;
		margin: 0;
		float: none;
		width: 150px;
		height: 100%;
		z-index: 9999;
		-webkit-box-shadow: inset 5px 0px 20px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: inset 5px 0px 20px 0px rgba(0,0,0,0.1);
		box-shadow: inset 5px 0px 20px 0px rgba(0,0,0,0.1);
	}

	#menu_top ul li {
		display: block;
		float: none;
		height: auto;
		padding: 0 0 15px 0;
		width:100%;
		border-bottom: 1px solid #ebe9e2;
	}
	#menu_top ul li.activa {
		background: none;
	}
	#menu_top ul li a, #menu_top ul li span {
		display: block;
		float: none;
		height: 20px;
		border-right: none;
		padding:40px 0 0 0;
		text-align:center;
		margin:20px 0 0 0;
	}
	#menu_top ul li.ultimo {
		border:none;
	}
	#menu_top ul li.ultimo a, #menu_top ul li.ultimo span {
		padding:40px 0 0 0;
	}
	#menu_top ul li.tienda-online a { background-position: 50% -720px; }
	#menu_top ul li.tienda-online a:hover, #menu_top ul li.tienda-online span { background-position: 50% -780px; }
	
	.menu-abierto .wrap {
		-webkit-transform: translate3d(-150px, 0, 0);
		-moz-transform: translate3d(-150px, 0, 0);
		-ms-transform: translate3d(-150px, 0, 0);
		-o-transform: translate3d(-150px, 0, 0);
		transform: translate3d(-150px, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
	}
	.wrap {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;		
	}
	#btn-menu {
		display:block;	
	}
	.box_left {
		width:33.33%;	
	}
	.box_left.acceso_pro {
		display:none;	
	}
	.producto_left {
		width:50%;	
	}
	.bx-controls {
		display:none;	
	}
	.box_item_detalles {
		text-align:center;
	}
	header.vivir_jugando ul {
		clear:both;
		padding:0;	
	}
	header.vivir_jugando ul li {
		margin:0 3px 6px 3px;	
	}
	header.vivir_jugando {
		border:none;
	}
	header.vivir_jugando h1 {
		float: none;
		border-bottom: 1px solid #8f2be4;
	}
	#frm_contacto .box_input {
		float:none;
		width:100% !important;
		padding-left:0 !important;	
	}
	#frm_contacto .box_input input, #frm_contacto .box_input select.custom_select, #frm_contacto .box_input textarea {
		width:100% !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;		
	}
	.customSelect {
		width:100% !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;		
	}
}

@media screen and (max-width: 767px) {
	.item_premio {
		width: 50%;
		height:250px;
	}
	footer .box_tarjetas {
		margin:0;
		clear:both;
		float:none;
		text-align:center;
		padding-top:20px;	
	}
	footer .box_tarjetas img {
		margin:0 auto;	
	}
	footer .box_enlaces {
		clear:both;
		float: none;
		margin:0 auto;
		padding-top:20px;
	}
	footer .lnk_aefj {
		clear:both;
		display: block;
		float: none;
		padding-top:20px;
		text-align:center;
	}
	.cont_descargas {
		float:none;
	}
	a.descarga {
		float:none;
		display:block;
		margin:0 auto;
		text-align:center;	
	}
	a.descarga img {
		margin:0 auto;	
	}
		
	.playzone_info {
		overflow: hidden;
		background: none;
		padding: 5px 20px 0 0;
		margin-bottom: 60px;
	}
	.playzone_info .box_txt {
		padding-left:10px;	
	}
	.playzone_titular {
		line-height:25px;	
	}
}

@media screen and (max-width: 640px) {
	header.profesional h2 span, header.playzone h2 span, header.formadores h2 span {
		display:none;	
	}
	header.profesional h2 a, header.playzone h2 a, header.formadores h2 a {
		padding-right:0;	
	}
	.box_input.small {
		width:100% !important;
	}
	header.profesional p, header.contacto p, header.tiendas p, header.formadores p {
		display:none;	
	}
	.item_premio {
		width: 100%;
	}
	ul.galeria_vivir_jugando li {
		width:100%;
	}
	
	.playzone_intro {
		background:none;
		padding: 20px 0 0 10px;
	}
	.producto_left {
		width:100%;	
	}
	#redes_sociales .box_facebook {
		width: 100%;
	}
	#redes_sociales .box_twitter {
		width: 100%;
	}
	footer .box_copy {
		float:none;
		text-align:center;	
	}
	footer #logo_pie {
		float: none;
		margin-bottom:10px;
	}
	footer .box_lnks_pie {
		float: none;
		padding-top:10px;
		padding-bottom:20px;
	}
	footer .box_lnks_pie ul {
		float: none;
		border-right: 0;
		border-bottom: 1px solid #bbb9b9;
		padding-bottom:10px;
		margin-bottom:10px;
		margin-left:10px;
		padding-left:0;
	}
}

@media screen and (max-width: 460px) {
	.box_left {
		width:100%;	
	}
	.box_left img {
		width:auto;
		height:auto;
		margin:0 auto;
	}
}

