
/* ventana de escaparate */  
.escaparate {
	padding: 0px 0px 0px 32px;
	margin-left: auto;
    margin-right: auto;
}

.escaparate article.item_portada {
	display: block;
	float:left;
	width: 50%;
	overflow:hidden;
}

.escaparate article.item_portada .datos {
	width:90%;	
}

.escaparate article.item_portada img {
	width:90%;
}

.ficha {
	padding: 0px 20px 0px 24px;
	margin-left: auto;
    margin-right: auto;
}

.ficha .imagen {
	float:left;
	display: block;
	width:220px;
	padding: 0px 12px 0px 0px;
}
.ficha .imagen img {
	width:100%;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.17);
    border: 1px solid #FFF;
}

.ficha .imagen .zoom {
	float:right;

}
/* listados */
article.item {
	display: table-row;
	float:left;
	width: 100%;
	margin-top:12px;
	margin-bottom:12px;
}

article.item img {
	width:100%;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.17);
    border: 1px solid #FFF;
}

article.item .imagen {
	display: block;
	width:120px;
	float: left;
	padding: 0px 12px 0px 0px;
}
article.item .novedad {
  display: inline-block;
  position: relative;
}
article.item .novedad:after {
  content: '';
  position: absolute;
  top: -4px; right: 0;
  bottom: 0; left: -4px;
  background: url('/static/img/banda_novedad.png') no-repeat scroll;
}
article.item .oferta {
  display: inline-block;
  position: relative;
}
article.item .oferta:before {
  content: '';
  position: absolute;
  top: 120px; right: 0;
  bottom: 0; left: 82px;
  background: url('/static/img/banda_oferta.png') no-repeat scroll;
}

article.item .datos {
	display: block;
	padding:0px 0px 0px 12px;
	width:96%;
}

article.item .compra {
	display: table-row;
	font-size: 24px;
	width:140px;
	color: #8A4B08;
}
article.item .compra .boton_comprar {
	margin-top: 4px;
	padding-left:12px;
}
article.item .compra .precio {
	display: table-cell;
	padding-right:12px;
	vertical-align: top;
	padding-top: 8px;
}
article.item .compra .boton_comprar button {
	margin-bottom: 12px;
}

article.item .datos h2 {
	color: #0B3B24;
}

article.item .datos ul {
	background-color: #ffffff;
	margin: 6px 6px 6px 120px;
}
article.item .datos ul li {
	display: inline;
	padding-right:12px;
	margin: 4px;
}

/* menu materias */

.materias	{
	padding-top:0px;
}

.materias ul li {
	display: block;
	background-color: #dedede;
	border:1px solid;
	border-color: #000000;
	margin-bottom:2px;
}

.materias ul.submaterias li {
	display: block;
	background-color: none;
	border:0px;
	border-color: none;
	margin-bottom:0px;
	padding:2px 0px 2px 6px;
}


.materias ul li:hover {
	background-color: #aeaeae;
}


.pvp-oferta {
	text-decoration:line-through;
	font-weight: lighter;
	font-size: 18px;
}



@media (max-width:320px) {
	 /* smartphones, iPhone, portrait 480x320 phones */ 

	}

@media (max-width:481px) { 
	/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 

	body article.item .compra {
		display: table-row;
		padding:0px 12px 12px 12px;
		width:100%;
		text-align: right;
		font-size: 24px;
		color: #8A4B08;
	}

	body .escaparate article.item_portada {
		display: block;
		float:left;
		width: 100%;
		overflow:hidden;
	}


	}


@media screen and (max-width:641px) {
    

}

@media (max-width:961px) { 
	/* tablet, landscape iPad, lo-res laptops ands desktops */
	}

@media (max-width:1025px) { 
	/* big landscape tablets, laptops, and desktops */ 
	}

@media (max-width:1281px) { 
	/* hi-res laptops and desktops */ 
	}

