
p {
	margin-top: 0px;
	margin-bottom: 20px;
}

a img {
	border: none;
}
ul, ol {
  padding: 0;
  margin-left: 12px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}

ul.unstyled, ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 18px;
}
dt, dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 9px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}


/* Forms */

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #000;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
 
}

.contenido_form input,
.contenido_form textarea,
.contenido_form .uneditable-input{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 3px solid #93d4ef;
    border-radius: 23px;
    color: #a0a0a0;
    font-size: 16px;
    height: 36px;
    margin-bottom: 10px;
    padding-left: 18px;
    padding-right: 18px;
    width: 314px;
}
select,
input,
textarea,
.uneditable-input
{
	display: inline-block;
	background-color: #fff;
	border: none;
	height: 42px;
	color: #a0a0a0;
	border-radius: 22px;
	font-size: 16px;
	padding: 0 11px;
	border: 3px solid #93d4ef;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}

input[type="image"], input[type="checkbox"], input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */

}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  width: auto;
  height: auto;
}
select, input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {

  background-color: #ffffff;
}
select[multiple], select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  padding: 15px;
}
input[type="hidden"] {
  display: none;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/* layout */

/* header */

#language {
	position: absolute;
	top: 15px;
	left: 335px;
	width: 75px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#currency a {
  float: left;
  padding: 0 8px;
  line-height: 24px;
  text-decoration: none;
  border: 1px solid #ddd;
  margin-right:-1px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#currency a:hover {
	background-color: #f5f5f5;
}






/* menu */
#menu {
	color: #000000;
	height: 50px;
	margin-bottom: 15px;
	margin-left: 0;
	position: relative;
	z-index: 50;
	width: 983px;
	background: url('https://152576.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/menu_principal/barra_menu.png');
}
#menu.fixed {
	position: fixed;
	top: 0px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	float: left;
    padding: 0px;
    /*position: relative;*/
    z-index: 600;
    margin-right: 3px;
    background: none;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	color: #567e96;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    height: 46px;
    line-height: 45px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    z-index: 6;
}
#menu > ul > li > a.inicio{
	width: 54px;
	height: 46px;
	background: url("https://f714a7.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/menu_principal/boton_inicio.jpg") repeat scroll 0 0 transparent;
 	padding: 0px;
}
#menu > ul > li > a.inicio:hover{
	background-position: 0 -46px;
}
#menu > ul > li > a.dos_lineas {
	height: 36px;
	line-height: 14px;
	max-width: 90px;
	padding-top: 10px;
}
#menu > ul > li:hover{
	background: url('https://a92df3.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/menu_principal/bg_boton.jpg');
}
#menu > ul > li > a:hover, #menu > ul > li:hover > a{
	color: #fff;
}
#menu > ul > li:hover .parche_derecha, 
#menu > ul > li:hover .parche_izquierda
{
	display: block;
}
#menu > ul > li .parche_derecha{
	background: url("https://a384c4.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/menu_principal/parche_derecha.jpg") repeat scroll 0 0 transparent;
	display: none;
	height: 46px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	border:0px;
	box-shadow:none;
}
#menu > ul > li .parche_izquierda{
	background: url("https://35bac0.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/menu_principal/parche_izquierda.jpg") repeat scroll 0 0 transparent;
	display: none;
	height: 46px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	border:0px;
	box-shadow:none;

}

#menu > ul > li div.separador{
	position: absolute;
	display: block;
	right: -3px;
	width: 3px;
	height: 46px;
	top: 0px;
	margin: 0;
	box-shadow:none;
	padding: 0;
	border:0px;
	background: url("https://5132b2.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/menu_principal/separador.jpg") repeat scroll 0 0 transparent;
}
#menu > ul > li > div {
	display: none;
	background: #65899e;
	position: absolute;
	z-index: 5;
	padding: 5px;
	left: 0px;
	color: #fff;
	border-radius: 10px;
	width: 983px;
}
/*
#menu > ul > li:hover > div {
	display: table;
}*/
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #333;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #B682D2;
	color: #fff;
}
#menu > ul > li > div > ul > li > a {
	color: #333;

}
#menu > ul > li div.bloque_hijos div.bloque{
	position: relative;
	float: left;
	width: 147px;
	margin-left: 13px;
	padding: 0px;
	text-transform: uppercase;
}
#menu > ul > li div.bloque_hijos div.bloque div.imagen_hijo{
	position: relative;
	float: left;
	width: 147px;
	height: 147px;
	margin-bottom: 8px;
}
#menu > ul > li div.bloque_hijos div.bloque a.titulo_hijo{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 39px;
	line-height: 16px;
	text-align: center;
	width: 147px;
	text-transform: uppercase;
}
#menu > ul > li div.bloque_hijos div.bloque a.titulo_nieto{
	display: block;
	color: #fff;
	padding-left: 13px;
	font-size: 12px;
	width: 134px;
	margin-bottom: 10px;
	float: left;
	position: relative;
	background: url('https://a97cc2.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/li_categoria.jpg') no-repeat 5px 3px;
}


.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background: #EAF7D9 url('https://f6af87.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('https://056f04.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;

}
.attention {
	background: #FFF5CC url('https://ac5d75.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #1B1B1B;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	background:#fff;
	color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio tr td:first-child {
	width: 1px;
}

table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}
.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  margin-right:-1px;
}
.pagination b {
  background:#fff;
  color: #999999;
  cursor: default;
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  margin-right:-1px;
}
.pagination a:hover, .pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled a, .pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination .links {
	float: left;
}


.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */

input.button {
	border: 0 none;
    cursor: pointer;
    margin-left: 10px;
}

.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	line-height: 42px;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	border-bottom: 1px solid #DDDDDD;
	clear: both;
	height: 67px;
	line-height: 16px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 26px;
	padding-left: 20px;
}
.htabs a {
	background-color: #E5E5E5;
	border-radius: 15px 15px 0 0;
	color: #A0A0A0;
	display: none;
	float: left;
	font-size: 18px;
	margin-right: 2px;
	padding: 0px 25px;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	height: 57px;
	line-height: 57px;
}
.htabs a:hover {
	text-decoration: none;
}
.htabs a.selected {
	background: #dc002e;
	color: #fff;
	height: 26px;
	margin-top: 0px;
	height: 67px;
	line-height: 70px;
}
.tab-content {
	padding-top: 20px;
	z-index: 2;
	overflow: auto;
}
#tab-description.tab-content, #tab-review.tab-content{
	margin-left: 40px;
	margin-right: 40px;
}
#tab-description.tab-content
{
	padding-left: 225px;
	background: url('https://dc3af2.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/super/super_descripcion.jpg') no-repeat left 28px;
}
#tab-description.tab-content{
	font-size: 18px;
}
/* box */


.box-content  ul li ul{
	margin-top: 10px;
	margin-bottom: 10px;
}
/* box products */
.box-product {
	width: 100%;
}
.box-product > div {
	
}
.box-product > div:hover {
	
}



.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {

}


.box-category > ul > li + li {
	
}

.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li.active {
	color:#333;
	background:#fdfdfd;
	background:rgba(255,255,255,.80);
	font-weight:bold;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	border-left:4px solid #b682d2;
}
.box-category > ul > li.active a:hover {
	border-left:none;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	display:block;padding-left:15px;padding-bottom:8px;padding-right:0;padding-top:0;margin:0;margin-top:-10px;color:#333;text-decoration:none;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */

#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	padding: 10px;
}
.category-info .image {
	float: left;
	margin-right: 15px;
}
.category-info .image img {
	
}

/* manufacturer */
.manufacturer-list {
	background:#fff;
	color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */

.product-filter .displayText{
	display: none;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	color: #333;
	line-height: 24px;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .gridList {
	display: inline-block;
	height: 24px;
	width: 33px;
	background:url('https://fe0fc9.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/viewType.png') left 0px;
}
.product-filter .gridListActive {
	display: inline-block;
	height: 24px;
	width: 33px;
	background:url('https://fe0fc9.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/viewType.png') left 26px;
}
.product-filter .listView {
	display: inline-block;
	height: 24px;
	width: 33px;
	background:url('https://fe0fc9.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/viewType.png') right 0px;
}
.product-filter .listViewActive {
	display: inline-block;
	height: 24px;
	width: 33px;
	background:url('https://fe0fc9.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/viewType.png') right 26px;
}

.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-top: 15px;
	background: #424242;
	color: #fff;
	padding: 20px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	
}
.product-list .image {
	float: left;
	margin-right: 15px;
}
.product-list .image img {
	padding: 3px;
		border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.product-list .image img:hover {
	border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.product-list .name {
	margin-bottom: 3px;
}

.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #fff;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #000;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #000;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('https://2ac5e6.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #000;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('https://2ac5e6.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
	
}

.clearmargin {
	margin-right:0;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border-color: #0088cc;
	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	margin-top:5px;
}
.product-grid .image img:hover {
	border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.product-grid .name a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #000;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #000;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('https://2ac5e6.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #000;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('https://2ac5e6.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/add.png') left center no-repeat;
}
/* Product */


.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	background:#fff;
	color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	padding:25px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info {
	
}
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	background:#fff;
	color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	padding:25px;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;

}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .content{
	height:250px;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	border-collapse: collapse;
	border-color: #D4EEF9;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	margin-bottom: 15px;
	margin-top: 20px;
	padding: 20px;
	width: 100%;
	float: left;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #D4EEF9;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #D4EEF9;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	padding: 0px;
	overflow: auto;
	margin-top: 20px;
}

.cart-total table {
	float: right;
	margin-top: 0px;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
	margin-top: 15px;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
	margin-top: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
	background:#fff;
	color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	padding:25px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 




/* banner */

.tags {
	color: #333333;
	padding: 15px;
}
.contenedor_horarios{
	float: right;
    height: 145px;
    width: 500px;
}
.contenedor_horarios .horario{
	float: left;
    margin-right: 25px;
}
div.cuadro_informacion{
	background: url('https://7c7fc6.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/modulo_informacion/background.jpg') repeat-y;
	border-bottom: 1px solid #c7a4c4;
	width: 180px;
	position: relative;
}
div.cuadro_informacion .parche_top{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 184px;
	width: 180px;
	z-index: 1;
	background: url('https://c611f2.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/modulo_informacion/parche_top.jpg');
}
div.cuadro_informacion ul{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
}
div.cuadro_informacion ul{
	list-style: none;
	margin-left: 15px;
}
div.cuadro_informacion ul li a{
	display: block;
	height: 45px;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	text-shadow:1px 2px 1px #7B5A97;
}

div.serpiente{
	background: url("https://402953.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/serpiente.png") repeat scroll 0 0 transparent;
    height: 151px;
    position: absolute;
    right: -21px;
    top: -72px;
    width: 90px;
    z-index: 1000;
}
div.botes{
	background: url("https://b6c564.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/botes_clasicos.png") repeat scroll 0 0 transparent;
    height: 183px;
    left: 9px;
    position: absolute;
    top: -12px;
    width: 144px;
    z-index: 400;
}
a.sello{
	background: url("https://b766a4.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/sello-calidad.png") repeat scroll 0 0 transparent;
    height: 188px;
    position: absolute;
    right: 0;
    top: 181px;
    width: 114px;
    z-index: 20;
    display: block;
}
.visualizador{
	
    height: 225px;
    position: absolute;
    top: 28px;
    width: 785px;
    z-index: 20;
}
.slideshow{
	height: 482px;
	margin-bottom: 20px;
	position: relative;
	width: 960px;
	float: left;
	overflow: hidden;
}
#content{
	float: left;
	width: 960px;
}
#wrapper.home #content{
	width: 960px;
}
#box{overflow: hidden;}
div.slideshow .panel{
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	width: 787px;
	height: 257px;
	background: url('https://d53674.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/galeria/panel_galeria.jpg');
}
div.box.sin_marco .box-heading{
	background: none;
	border: 0px;
	box-shadow: none;
}
div.envio_gratis{
	background-color: #B682D2;
    border: 1px solid #9A58BD;
    font-size: 21px;
    font-weight: bold;
    height: 43px;
    padding-top: 7px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #642f80;
    width: 180px;
}
div.envio_gratis .pequenio{
	width: 180px;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
}

#header .robot{
	background: url("https://375294.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/header/robot.png") repeat scroll 0 0 transparent;
	bottom: -15px;
	height: 168px;
	position: absolute;
	right: 0;
	width: 116px;
}
#header div.mensaje_header{
	position: absolute;
	width: 380px;
	right: 139px;
}
#header div.mensaje_header.autopuerta{
	font-size: 12px;
	color: #7b99ab;
	top: 65px;
}
#header div.mensaje_header.correo{
	font-size: 16px;
	top: 89px;
	font-weight: bold;
}
#header div.mensaje_header.telefono{
	color: #567E96;
	font-size: 50px;
	font-weight: bold;
	line-height: 30px;
	top: 126px;
}

#header a.llamanos_gratis{
	background: url("https://7219cf.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/header/boton_llamanos.png") repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	height: 38px;
	line-height: 15px;
	padding-top: 5px;
	position: absolute;
	right: 157px;
	text-align: center;
	top: 122px;
	width: 108px;
}
#header a.llamanos_gratis:hover{
	text-decoration: none;
	background-position: 0 -43px;
}
#header a.llamanos_gratis:active{
	text-decoration: none;
	background-position: 0 -86px;
}

.recomendaciones{
	position: relative;
	background-color: #fff;
	width: 755px;
	height: 183px;
	background: url('https://10f588.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/home/recomendaciones.jpg');
}
.recomendaciones .titular{
	font-size: 12px;
	color: #cacaca;
	position: absolute;
	width: 400px;
	height: 15px;
	left: 116px;
	top: 30px;
}
.recomendaciones .titulo{
	font-size: 18px;
	font-weight: bold;
	color: #b5cddb;
	position: absolute;
	top: 70px;
}

.recomendaciones .descripcion{
	font-size: 14px;
	color: #000;
	position: absolute;
	top: 94px;
	width: 138px;
}

.recomendaciones .titulo.compra_segura,
.recomendaciones .descripcion.compra_segura{
	left: 159px;
}

.recomendaciones .titulo.envio_gratis,
.recomendaciones .descripcion.envio_gratis{
	left: 386px;
}

.recomendaciones .titulo.atendemos,
.recomendaciones .descripcion.atendemos{
	left: 595px;
}



/*Panel PRODUCTO*/


/*FIN Panel PRODUCTO*/

/*Módulos columna izquierda*/
#column-left .box .box-content p{
	margin-bottom: 0px;
}
div.box.whatsapp_line .box-content{
	padding-left: 64px;
	color: #30b70d;
	font-size: 13px;
	padding: 13px 0px 13px 64px;
	background: url('https://62395e.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/columna_izquierda/whatsapp_line.jpg') no-repeat 13px 5px;
}
div.box.whatsapp_line .box-content .telefono{
	font-size: 23px;
	font-weight: bold;
	margin-top: 3px;
}
div.metodos_pago {
  background: url("https://d9e9bc.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/columna_izquierda/metodos_pago.jpg") repeat scroll 0 0 transparent;
  height: 164px;
  margin: 0 auto 14px;
  position: relative;
  width: 173px;
}
div.caja_buscamos{
	width: 172px;
	height: 88px;
	margin-left: -2px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #567e96;
	padding: 14px 17px 0px 17px;
  	background: url("https://d2e723.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/columna_izquierda/caja_buscamos.png") repeat scroll 0 0 transparent;
}
div.caja_buscamos .conseguimos{
	font-size: 17px;
	font-weight: bold;
}
div.box.profesional .box-content{
	background: url("https://941097.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/columna_izquierda/icono_profesional.jpg") no-repeat scroll 8px 16px transparent;
	color: #000000;
	font-size: 14px;
	padding: 10px 13px 13px 61px;
	text-transform: uppercase;
}
/*FIN Módulos columna izquierda*/

/*Tipos de puertas*/
.tipos_puertas{
	height: 150px;
	background: #fff;
	border-bottom: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	padding-top: 15px;
}
.tipos_puertas .puerta{
	width: 105px;
	position: relative;
	float: left;
	margin-left: 18px;
}
.tipos_puertas .puerta img{
	margin-top: 7px;
}
a.boton.puerta {
  	background: url("https://fb5962.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/botones/listado_puertas_home.png") repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 11px;
	height: 25px;
	line-height: 10px;
	padding-top: 5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 105px;
	margin-left: 0px;
}
/*FIN - tipos de puertas*/

#logo_innova {
	background: url("https://a665d6.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/footer/logo_innova.png") no-repeat scroll left top;
	display: block;
	height: 52px;
	position: absolute;
	right: 0;
	top: 313px;
	width: 101px;
}

.fila_producto{
	max-height: 360px;
	min-height: 360px;
}


table{
	position: relative;
	margin-top: 20px;
}
table tr td{
	padding:4px;
}

.hijos {
  background-color: #FFFFFF;
  left: 0;
  opacity: 1;
  padding: 20px;
  position: absolute;
  width: 277px;
  z-index: 999;
  display: none;
  top: 36px;
}

#header .menu ul li.parent:hover div.hijos{
	display: block;
}

#header .menu ul li div.hijos a{
	background: url("https://4c1ac4.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/menu/icon_hijo.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
	color: #313131;
	display: block;
	float: left;
	font-size: 16px;
	height: 30px;
	line-height: 18px;
	padding-left: 25px;
	position: relative;
}
#header .menu ul li div.hijos a:hover{
	text-decoration: underline;
}
/*.category-list a{
	background-color: #5E5E5E;
	display: block;
	float: left;
	height: 245px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px;
	text-align: center;
	width: 197px;
}
.category-list a img{
	margin-top: 10px;
}*/

#column-left .box.boletin{
	background-color: #93d4ef;
}

#column-left .box.boletin .box-heading{
	border-bottom: 8px solid #79C3EA;
	color: #1B1B1B;
	height: 44px;
	line-height: 18px;
	padding-top: 5px;
	background: url("https://3da526.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/columna_izquierda/icon_subcribirse.png") no-repeat scroll 10px 12px #93D4EF;
}

#column-left .box.boletin input.email{
	margin-left: 18px;
	width: 180px;
	margin-top: 15px;
}

#column-left .box.boletin a{
	color: #fff;
}
#column-left .box.boletin a.boton{
	margin-right: 22px;
}

#column-left .box.boletin input.acepto{
	margin-left: 19px;
	margin-top: 0px;
}

#column-left .box.boletin div.acepto{
	line-height: 10px;
}


div.buscador_edades{
	background-color: #d4eef9;
border-radius: 20px;
float: right;
height: 53px;
margin-bottom: 10px;
margin-top: 12px;
padding: 9px 0;
position: relative;
width: 960px;
}
div.buscador_edades a.edad{
	background-color: #FFFFFF;
	border: 2px solid #A7CFE0;
	border-radius: 8px;
	color: #DC002E;
	display: block;
	float: left;
	font-size: 15px;
	height: 38px;
	line-height: 26px;
	margin-right: 7px;
	padding: 9px 9px 0;
	position: relative;
	text-align: center;
}
div.buscador_edades a.edad:hover{
	background-color: #DC002E;
	text-decoration: none;
	color: #fff;

}

div.buscador_edades div.titular{
	color: #dc002e;
	float: left;
	font-family: "Walter Turncoat",cursive;
	font-size: 18px;
	height: 47px;
	line-height: 18px;
	margin-left: 20px;
	margin-right: 7px;
	padding-top: 7px;
	position: relative;
	width: 178px;
}

div.buscador_edades.active_146 a.active_146,
div.buscador_edades.active_147 a.active_147,
div.buscador_edades.active_148 a.active_148,
div.buscador_edades.active_149 a.active_149,
div.buscador_edades.active_150 a.active_150,
div.buscador_edades.active_151 a.active_151{
	background-color: #DC002E;
	text-decoration: none;
	color: #fff;
}


.news-list > div{
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 2px solid #E5E5E5;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.news-list > div .name a{
	font-size: 16px;
}
div.videos{
	margin-left: 20px;
	margin-top: 20px;
}
div.video{
	position: relative;
	width: 120px;
	height: 120px;
	background-color: #ff0000;
	float: left;
	margin-right: 15px;
}

div.checkout-content select, input[type="file"]
{
	height: 50px;
	line-height: 28px;
	padding-top: 10px;
	width: 324px !important;
}


#quickcheckout .box .box-heading{
	width: 80%;
}
div.aqc-column.aqc-column-3{
	width: 100% !important;
}

div.super_contacto
{
	width: 498px;
	height: 274px;
	position: absolute;
	z-index: -1;
	background: url('https://bfdc2a.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/super/super_contacto.jpg');
	top: 12px;
	right: 0px;
}
div.super_carrito
{
	background: url("https://9a55ad.claudeassets.com/20151229141833im_/http://www.juguetik.com/catalog/view/theme/juguetes/image/super/super_cesta.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
	bottom: 81px;
	height: 59px;
	left: 20px;
	position: absolute;
	width: 79px;
	z-index: 0;
}

a.category
{
	border: 2px solid #e5e5e5;
border-radius: 20px;
display: block;
float: left;
font-size: 23px;
font-weight: bold;
margin-right: 20px;
margin-top: 15px;
padding: 13px;
position: relative;
text-align: center;
width: 195px;
}
a.category img
{
	border-radius: 20px;
}
a.category:hover
{
	background: #e5e5e5;
}

div.contenedor_categoria
{
	border: 3px solid #93d4ef;
	border-radius: 15px;
	float: left;
	padding: 20px;
	position: relative;
	width: 911px;
	margin-bottom: 20px;
}
div.contenedor_categoria h1
{
	width: 600px;
}
div.contenedor_categoria img
{
	float: right;
}
div.contenedor_categoria div.descripcion
{
	float: left;
	position: relative;
	width: 680px;
}
/*
     FILE ARCHIVED ON 14:53:44 Jun 26, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:17:02 Aug 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.418
  exclusion.robots: 0.051
  exclusion.robots.policy: 0.043
  esindex: 0.007
  cdx.remote: 62.17
  LoadShardBlock: 752.582 (3)
  PetaboxLoader3.datanode: 739.274 (4)
  PetaboxLoader3.resolve: 227.155 (3)
  load_resource: 226.834
*/