html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	margin: 0; padding: 0;
	line-height: 1;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #707070;
	background-repeat: no-repeat;
}

body.escalado-fullscreen {
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='background.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='background.jpg', sizingMethod='scale')";
}

body.escalado-tile {
	background-repeat: repeat;
}

body.scroll-fixed {
	background-attachment: fixed;
}

body.position-lefttop {
	background-position: left top;
}

body.position-leftcenter {
	background-position: left center;
}

body.position-leftbottom {
	background-position: left bottom;
}

body.position-centertop{
	background-position: center top;
}

body.position-centercenter {
	background-position: center center;
}

body.position-centerbottom {
	background-position: center bottom;
}

body.position-righttop {
	background-position: right top;
}

body.position-rightcenter {
	background-position: right center;
}

body.position-rightbottom {
	background-position: right bottom;
}




h1, h2, h3, h4 {
	font-weight: bold;
}
h4 {
	font-size: 1em;
}

h3 {
	font-size: 1.1em;
}

h3 a, h2 a {
	text-decoration: none;
}

h2 {
	font-size: 1.2em;
	margin: 0.8em 0;
}

h1 {
	font-size: 1.4em;
	margin: 0 0 0.8em 0;
}

p {
	margin: 0.5em 0;
}

input[type="submit"] {
    cursor: pointer;
}

a:link,a:visited {
	color: #645A4E;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.center {
	margin: 0 auto;
	width: 980px;
	padding: 0 10px;
}

#header {
	
}

#header .center {
	position: relative;
	padding-bottom: 10px;
}

#logo a {
	text-decoration:none;
}

#languages {
	float: right;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 5px 10px;
}

#logo {
	font-size: 4em;
	padding: 20px 0;
}

.menu li {
	float: left;
	margin: 0 5px 0 0;
}
.menu a {
	display: block;
	padding: 8px 12px;
}

.column {
	float: left;
}

.column.right {
	float: right;
}

.column.left, .column.right {
	width: 195px;
}
.layout-columns-2 .column.left, .layout-columns-3-3 .column.left {
	width: 190px;	
}

.column.content {
	width: 550px;
	padding: 0 20px;
}
.layout-columns-2 .column.content {
	width: 775px;
	padding:0 0 0 15px;
}

.box {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	word-break: break-all;
	margin: 0 0 20px 0;
}

.boxcontent {
	padding: 10px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
}

.box h4 {
	padding: 5px 10px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.boxcontent  td {
	padding: 3px;
}
.boxcontent li {
	border-bottom: 1px solid #ccc;
}

.boxcontent li.last {
	border: 0;
}

.boxcontent li a {
	display: block;
	padding: 8px 0;
	text-decoration: none;
}


.item {
	float: left;
	width: 240px;
	height: 350px;
	margin: 0 20px 20px 0;
	padding: 0 8px;
}

.layout-columns-2 .item {
	width:225px;
	height: 275px;
}


.item.last {
	margin-right: 0;
}

.item .buttons {
	height: 30px;
}
.item .buttons input {
	float: right;
}

.item .buttons a {
	float: left;
}

.pic {
	text-align: center;
	padding: 8px 0;
	width: 240px;
	height: 240px;
}
.layout-columns-2 .pic {
	height: 160px;
	width: 220px;
}

.layout-columns-3-3 .item, .layout-columns-3-3 .pic {
	width: 150px;
	height: 110px;
}
.layout-columns-3-3 .item {
	height: 235px;
}

.carticon {
	margin: 8px 10px 0 0;
}



#mainmenu {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mainmenu a {
	font-size: 1.1em;
	text-decoration: none;
}

#search {
	position: absolute;
	right: 15px;
	margin: 5px 0 0 0;
}
#search input {
	border: 1px solid #ccc;
	padding: 3px 5px;
	width: 160px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#related {
	margin: 20px 0 0 0;
}

#related .item {
	width: 145px;
	height: auto;
	border: 0;
}

#related .boxcontent {
	padding-left: 15px;
}

#related .pic {
	width: 120px;
	height: 120px;
}

#bestsellers-box li {
	/* height: 40px; */
	padding: 10px 0;
}
#bestsellers-box li a {
	display: inline;
	padding: 0;
}

#bestsellers-box li a:hover {
	background: none;
}
#bestsellers-box .img {
	padding: 0 0 10px 0;
	width: 36px;
}

#bestsellers-box .details {
	width: 120px;
	padding: 0 0 0 10px;
}

#main {
	padding: 0 0 40px 0;
	line-height: 1.3em;
}

#main .center {
	padding-top: 10px;
	position: relative;
}

#breadcrumbs {
	padding: 0 0 1em 0;
}

#col-pictures {
	width: 260px;
}

#col-details {
	width: 280px;
	padding: 0;
	
}
#col-details .description {
	padding: 1em 0;
}

#product-info {
	padding: 5px 0 20px 0;
}

.minis li {
	display: inline;
}
.minis img {
	padding: 3px;
}

.attribute-selector-group {
	padding: 5px 0;
}
.attribute-selector-group label {
	padding: 0 10px 0 0;
}

#variant-price {
	padding: 1em 0 5px 0;
	font-size: 1.3em;
}

#cart {
	margin:0 0 5em 0;
}

#cart table {
	margin: 1em 0;
	width: 98%;
}

#cart th {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
#cart td {
	vertical-align: middle;
	padding: 3px 5px;
}

.short input {
	width: 40px;
}

#cart .last td {
	padding-top: 8px;
}

.subtotal {
	font-size: 1.1em;
	text-align: right;
}

#cart .last .line-price {
	background: #f7f7f7;
	font-size: 1.2em;
	font-weight: bold;
}

#cart-buttons input {
	float: right;
}

#cart-buttons a {
	float: left;
}

#cart-price {
	text-align: right;
}

.updatebtn {
	float: left;
}

.actions .checkout {
	float: right;
}

.desc {
	padding:0 0 1em 0;
}

#paginationControl {
	text-align:center;
}

#cart-box table {
	width: 100%;
}

#cart-box .price {
	text-align: right;
}

.article {
	padding: 0 0 3em 0;
}

.fecha {
	font-size:11px;
	color:#999;
	padding: 0 0 1em 0;
}

.ac {
	padding: 0 0 1em 0;
}

.tags {
	border-top: 1px dotted #eee;
	padding: 5px 10px;
}

.comments-count {
	border: 1px solid #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 10px;
	background: #f5f5f5;
}

.input-error { border:2px solid #f00; }
.error label { font-weight:bold; color:#000; }
.notice { background:#FFC; border:1px solid #F90; padding:15px; color:#333; font-weight:bold; margin: 15px 0 0 0; }

#comment-list li {
	padding: 0 0 2em 0;
}
.comment {
	background: #f5f5f5;
	padding: 8px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.comment-details {
	padding: 0 10px 5px 10px;
	font-size:0.95em;
}
.comment-author {
	color: #000;
}

#comment-form { padding: 0 15px 20px 20px; }
#comment-form dd { padding: 0 0 10px 0; margin: 0; }
#comment-form .hint { font-size:0.9em; color:#999; text-align: left; }


h2.title {
	margin:1.4em 0 0.2em 0;
}
.button.moreinfo {
	font-size: 11px;
}

#topcart {
	position: absolute;
	top: -80px;
	right: 15px;
	background: url(cart.png) left center no-repeat;
	padding: 0 0 0 20px;
}




/************_______________________________ colores **/
h2.title a {
	color:#2E76CF;	
}

del {
    color: #C10000;
}

#languages {
	border: 1px solid #7E7D7D;
	background: #f1f1f1;
}

#mainmenu {
	border: 1px solid #7E7D7D;
	height: 30px;
}


#mainmenu a.sel {
	background: #7E7D7D;
	color: #fff;
}

.box, .item {
	border: 1px solid #7E7D7D;
}

.box h4 {
	color: #fff;
	background: #7E7D7D;
}

.boxcontent li a:hover, #mainmenu a:hover {
	background: #eee;
}
#mainmenu a.sel, #mainmenu a.sel:hover {
	background: #7E7D7D;
	color: #fff;
}

.button {
	display: inline-block;
	margin: 5px;
	padding: 3px 13px;
	border: 1px solid #4081af;
	border-bottom-color: #20559a;
	color: white !important;
	text-align: center;
	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
	text-decoration: none;
	
	/*Border radius*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	/*Background*/
	background: #237fd7; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #52a8e8),
					color-stop(1, #2e76cf)
				);
	background: -moz-linear-gradient(
					center top,
					#52a8e8 20%,
					#2e76cf 100%
				);
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
						inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
						0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
					0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
				inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
				0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
				
}

.button.moreinfo {
	background: #ccc;
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #ddd),
					color-stop(1, #999)
				);
	background: -moz-linear-gradient(
					center top,
					#ddd 20%,
					#999 100%
				);
	border: 1px solid #999;
}


.even td {
	background: #f5f5f5;
}

#cart-box h4 {
	background: #237fd7; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #52a8e8),
					color-stop(1, #2e76cf)
				);
	background: -moz-linear-gradient(
					center top,
					#52a8e8 20%,
					#2e76cf 100%
				);
}

#footer {
	border: 1px solid #ccc;	
}