/* Layout */
article {
    line-height: 1.4 !important;
}

article .product-list {
	font-size: 0.9em;
  line-height: 1.2em !important;
}

article iframe {
/* 	margin: 20px auto !important; */
}

#video {
    width: 300px;
    height: 200px;
    -moz-box-shadow: 0 0 5px #1c1e21;
    -webkit-box-shadow: 0 0 5px #1c1e21;
    box-shadow: 0 0 5px #1c1e21;
}

div.downloads {
	margin-bottom: 2em;
}

.downloads li {
    margin: 10px 0px;
    padding-left: 10px;
    background-image: url('/images/layout/bullet-next.gif');
    background-position: center left;
    background-repeat: no-repeat;
}

.downloads li a {
	text-decoration: underline;
}

.description a {
	font-weight: bold;
}

.description a:active, .description a:hover {
	text-decoration: underline;
}

.two-columns {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

.legend {
  font-family: Georgia, Serif;
}

body.product .legend {
  width: 80%;
}

body.product .introduction {
	width: 80%;
  font-size: 120%;
  margin-bottom: 1em;
}

body.product article > .description, body.product article > .categorias {
	background-color: rgba(255, 255, 255, 0.88); 
	border-radius: 1em;	
	padding: 1em 1em 1em 0;
}

.novedad {
	position: relative;
  right: 0;
/*   z-index: 10; */
	margin-top: -60px;
  margin-left: -20px;
  padding-left: 2px;
  background:url(/images/layout/badge-s.png) no-repeat;
  width: 80px;
  height: 60px; 
  font-weight: bold;
  line-height: 40px !important;
  font-size:90%;
  text-transform: uppercase;
  text-align: center;
}

.icon-puzzle {
	width: 20px;
  height: 18px;
  background: url(/images/layout/puzzle.png) no-repeat top left;
}
 /* CATEGORIAS */
div.categoria h3, h3.accesorios {
	float: left;
	clear: both;
  height: 42px; 
	white-space:nowrap;
	line-height: 1em;
	padding: 6px 50px 0 0.8em;
	color:white;
	font-size:16px;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
  background: url(/images/layout/punta-flecha-grande.png) no-repeat top right #ccc;  
}

div.categoria h3 span {
  font-size:80%;
}

h3.accesorios {
	background-color: #ccc;
	padding-top: 12px;
	height: 36px;
}

.specs {
	font-size: 90%;
}

.tabs {
	font-size: 80%;
}

h4 {
	font-size: 1.2em;
}


/************************ DESKTOP ************************/
@media screen and (min-width:992px){
	
article ul.columnas-3 > li:nth-child(3n+1) {
  clear: both;
}
article ul.columnas-4 > li:nth-child(4n+1) {
  clear: both;
}

table.grande {
	min-width: 900px;
	margin-left: -150px;
    position: relative;
    
}

}

/************************ TABLET ************************/
@media screen and (max-width:991px){
.product .introduction {
  width: inherit;
/*   font-size: 120%; */
/*   margin-bottom: 1em; */
}

/* 3 columnas*/
article ul.product-list > li {
	display: inline-block;
  float: left;
	width: 30%;
  margin: 0 1% 1em 2% !important;
  text-align: left;
}
article ul.product-list > li:nth-child(3n+1) {
  clear: both;
}

article .body {
  width: inherit;
  min-height: 0;
}

div.categoria h3, h3.accesorios {
	white-space: initial;
	float: none;
	height: 48px; /* por el box-sizing */
}

article div.categoria .description, article div.categorias > .description {
  width: inherit;
}

}

/************************ PHONE ************************/
@media screen and (max-width:767px){
  
body.product .legend, body.product .introduction {
  width: inherit;
}

.two-columns {
  -moz-column-count: inherit;
  -moz-column-gap: inherit;
  -webkit-column-count: inherit;
  -webkit-column-gap: inherit;
  column-count: inherit;
  column-gap: inherit;
}

}


/************************ PHONE ************************/
@media screen and (max-width:479px){
	
article ul.product-list a {
	display: inline;
}

/* 2 columnas */
article ul.product-list > li {
  width: 48%;
  margin: 0 0 1em 2% !important;
}

article ul.product-list > li:nth-child(3n+1) {
	clear: inherit;
}
article ul.product-list > li:nth-child(odd) {
  clear: both;
}

article ul.product-list > li span.leyenda {
	display: block;
  width: 100%;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

}

/************************ MOBILE-WRAPPER ************************/

body.mobile article div.documentacion ul.product-list > li:nth-child(3n+1),
body.mobile article div.documentacion ul.product-list > li:nth-child(4n+1),
body.mobile article div.documentacion ul.product-list > li:nth-child(odd),
body.mobile article div.documentacion ul.product-list > li:nth-child(even) 
{ 
  clear: inherit;
}

body.mobile article div.documentacion ul.product-list > li {
  display: inline-block;
  float:none;
}


#editor_sammic {
  position: absolute;
  top: 120px;
  right: 100px; 
}

