/*******************************************************************************/
/* LAYOUT GENERAL
/*******************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
	background-image:url(../img/layout/bg-web.png);
	background-repeat:repeat-x;
}
a, h1, h2, h3, strong {
	color:#666;
}
a:hover {
	color:#060;
}
a img {
	border:none;
}
#contenedor {
	margin:auto;
	width:980px;
	padding:0px 10px;
}
#contenido {
	width:718px;
	float:right;
	background-color:#fff;
	padding-left:20px;
	padding-right:17px;
	padding-bottom:20px;
	border-radius:10px;
	min-height:500px;
}
#contenido a {
	text-decoration:none;
}
.clear {
	clear:both;
}
.clearer {
	font-size:1px;
	height:1px;
}

table {
	border-collapse:collapse;
	width:100%;
}
table td {
	border-bottom:1px solid #CCC;
	padding:4px;
	vertical-align:top;
}
table thead td {
	background-color:#333;
	color:#FFF;
	font-weight:bold;
}
td.tdtitular {
	background-color:#333;
	color:#FFF;
	font-weight:bold;
}
#tabla-datos {
	margin-top:20px;	
}

div.campo {
	margin-bottom:10px;
}
div.campo .input {
	border:5px solid #CDEC8D;
	width:196px;	
}
div.campo select {
	width:206px;
}
div.campo label {
	display:block;
	float:left;
	font-weight:bold;
	width:120px;
}
div.campo input[type=text], div.campo input[type=password] {
	width:200px;
}
div.campo textarea {
  width:100%;
  height:80px;
}
#pie {
	float:left;
	width:960px;
	padding:10px;
	margin-top:30px;
}
#pie p {
	text-align:center;
	color:#434343;
}
#pie p strong {
	color:#434343;
}
#pie ul {
	margin:0;
	padding:0;
	text-align:center;
	color:#626262;
	font-size:13px;	
	list-style-type:none;
}
#pie ul li {
	display:inline;
	padding-left:4px;
	padding-right:6px;
	border-right:1px solid #626262;
}
li.ult { border-right:none!important; }

.img-carrito { vertical-align: bottom; }
#bloque-twitter {
	float:left;
	margin-top:20px;
}
#bloque-twitter h4 {
	margin-top:0px;
}
#contenido-bloque-twitter {
	float:left;
	border: 1px solid #ccc;
	padding:15px 10px;
}
#twitter-izq {
	width:82px;
	float:left;	
}
#twitter-der {
	float:left;
	width:121px;
}
#twitter-der p { 
	padding-bottom:5px;
}
p.prod-agotado {
	margin:5px 0;
	text-align:right;
	color:#C62520;
	font-weight:bold;
}
p.ficha-agotado {
	float:left;
	width:100%;	
	margin:0;
	font-weight:bold;
}
/*******************************************************************************/
/* FIN LAYOUT GENERAL
/*******************************************************************************/

/*******************************************************************************/
/* CABECERA
/*******************************************************************************/
#cabecera {
	height:135px;
}
#cabecera-logo {
	float:left;
	margin-bottom:10px;
}
#cabecera-logo img {
	margin-left:40px;
}
#cabecera-der {
	float:right;
}
#cabecera-usuario {
	float:left;
}
#cabecera-usuario ul {
	margin:0px;
	padding:5px;
}
#cabecera-usuario li {
	display:inline;
	list-style:none;
	padding:5px;
	border-left: 1px dotted #fff;
	color:#fff;
}
#cabecera-usuario li a {
	color:#fff;
	text-decoration:none;
}
#cabecera-carrito {
	float:left;
	width:176px;
	height:61px;
	background-image:url(../img/layout/bg-carrito.png);
	background-repeat:no-repeat;
}
#cabecera-carrito img {
	margin: 10px 10px 0 10px;	
	float:left;
}
#cabecera-carrito p {
	font-size:16px;
	color:#000;
	width:110px;
	float:left;
	margin-top:20px;
}
#cabecera-carrito a {
	text-decoration:none;
}
#cabecera-menu {
	float:left;
}
#cabecera-menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#cabecera-menu li {
	display:inline;
	
}
#cabecera-menu li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	float:left;
	padding:9px 15px;
	background-image:url(../img/layout/bg-menu-pr.png);
	background-repeat:repeat-x;
}
#cabecera-menu li a.activo {
	background-image:url(../img/layout/bg-menu-act.png);
}
#cabecera-buscador {
	float:left;
	margin-left:10px;	
}
#cabecera-buscador .inputbusc {
	color:#aaa;
	background-image:url('/media/img/layout/bot-buscar.jpg');
	background-repeat:no-repeat;
	background-position:center right;
	width:260px;
	height:20px;
	border:6px solid #cdec8d;
	vertical-align:top;
}
#cabecera-buscador select {
	width:200px;
	border:6px solid #cdec8d;
	height:34px;
	vertical-align:top;
}
#cabecera-buscador .botbuscar {
	margin-top:3px;
	margin-left:5px;
}


/*******************************************************************************/
/* FIN CABECERA
/*******************************************************************************/

/*******************************************************************************/
/* MENU LATERAL
/*******************************************************************************/
#menu-lateral {
	float:left;
	width:225px;
}
#menu-lateral a {
	color:#666;
	text-decoration:none;
}
#menu-lateral a:hover, #menu-lateral a.activo {
	color:#063;
}
#menu-lateral a.activo {
	font-weight:bold;	
}
#menu-lateral h2 {
	font-size:18px;
	background-color:#000;
	color:#fff;
	padding:8px;
	margin-bottom:0px;
}
#menu-lateral h3 {
	color:#498129;
	font-size:18px;
	margin:0px;
	margin-bottom:3px;
}
#menu-lateral h4 {
	background-color:#cccccc;
	font-size:18px;
	color:#000;	
	padding:8px;
	margin-bottom:0px;
}
#menu-lateral h2 a {
	color:#fff;
}
#menu-lateral ul {
	margin:0px;
	padding:10px;
}
#menu-lateral li {
	list-style:none;
	background-image:url(/media/img/layout/flecha.png);
	background-position: left center;
	background-repeat:no-repeat;
	padding-left:10px;
}
#menu-lateral li.niv_1 {
	margin-left:10px;
}
#menu-lateral li.niv_2 {
	margin-left:20px;
}

#sidebar_categorias {
	background-color: #eff1f1;
	color:#666666;
}
#menu-lateral p {
	margin:0;	
}
#bloque-atencion p.telefono {
	color:#498129;
	font-weight:bold;
	font-size:18px;
}
#bloque-atencion p.horario {
	font-size:11px;
	color:#959595;	
}
#bloque-atencion a {
	display:block;
	color:#4183c5;
	text-decoration:underline;
	margin:8px 0;
}
#bloque-newsletter a {
	color:#4183c5;
	text-decoration:underline;	
}
#bloque-atencion, #bloque-newsletter, #bloque-envio {
	padding:8px;
	border:1px solid #ccc;
	margin:10px 0;
	background-color:#fff;
}
#bloque-envio strong {
	font-size:15px;
	color:#CF1141;	
}
/*******************************************************************************/
/* FIN MENU LATERAL
/*******************************************************************************/

/*******************************************************************************/
/* HOME
/*******************************************************************************/
#home-novedades div.catalogo-registro {
	float:left;
	margin-right:10px;
	width:22%;
}
#home-novedades div.catalogo-registro-4 {
	margin:0px;
}
#home-novedades div.catalogo-registro div, #home-novedades div.catalogo-oferta div {
	float:none;
	margin:auto;
	width:auto;
}
#home-novedades div.catalogo-registro div.catalogo-registro-portada, #home-novedades div.catalogo-oferta div.catalogo-registro-portada {
	margin-bottom:10px;
	width:100px;
}
#home-novedades div.articulo-pie {
	padding-top:10px;
}
#home-novedades div.catalogo-registro-contenido h2 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:0;
}
#home-novedades div.catalogo-registro-contenido p {
	margin-top:0;
	font-size:12px;
	text-transform:uppercase;
}
#home-novedades div.catalogo-registro-contenido h2 a {
	color:#000;
}
div.catalogo-registro-contenido {
	height:65px;
}
div.novedad {
	border:1px solid #ccc;
	padding:5px;
}

#bloque-ofertas-home {
	margin-top:20px;
	width:718px;
	/*height:337px;*/
	height:370px;
	
	background-image:url(../img/layout/fondo-ofertas.png);
	background-repeat:repeat;
	
}
div.catalogo-oferta {
	float:left;
	margin-right:14px;
	width:134px;
	background-color:#fff;
	padding:6px;
}

div.bloquecategoriasofertas {
	float: left;
	width:100%;
	margin-bottom: 20px;	
}
div.bloquecategoriasofertas ul {
	list-style: none;	
	margin: 0;
	padding: 0;
}
div.bloquecategoriasofertas ul li {
	float: left;
	display: inline-block;
	margin: 0 10px 10px 10px;
}
div.bloquecategoriasofertas ul li a {
	display:block;
	background-color:#006900;
	color:#fff;	
	padding: 8px 20px;
}
div.bloquecategoriasofertas ul li a:hover {
	background-color: #C52720;
	color: #fff;
}
div.bloquecategoriasofertas ul li.activo a {
	background-color: #C52720;
	color: #fff;	
}

#bloque-listado-ofertas {
	width: 628px!important;
	margin:auto;
	padding: 0px;	
}
.titular-oferta {
	margin:0;
	padding:5px 10px;
	font-size:24px;
	color:#fff;
}
.titular-oferta a {
	color:#fff;	
}
.oferta-4 {
	margin-right:0px!important;
}
div.articulo-precio {
	font-size:16px;
	color:#cf1141;
	font-weight:bold;
	text-align:right;	
}
div.articulo-boton {
	width:73px;
	float:right!important;
}
div.articulo-boton a {
	background-image:url(/media/img/layout/bg-comprar.png);
	background-repeat:no-repeat;
	height:24px;
	width:73px;
	display:block;	
	text-align:center;
	padding-top:3px;
}
div.catalogo-oferta h2 {
	font-size:12px!important;
}
div.articulo-precio-rebaja {
	font-size:11px;
	color:#cf1141;
}
div.articulo-precio-rebaja2 {
	font-size:11px;
	color:#cf1141;
	height:42px;
}
div.articulo-precio-rebaja span, div.articulo-precio-rebaja2 span {
	text-decoration:line-through;
	color:#000;
	font-weight:bold;
	float:right;
	font-size:12px;	
}
#listado-ventas {
	float:left;
	padding:15px;
	border:1px solid #ccc;
	width:685px;	
}
#listado-ventas a {
	text-decoration:none;
	color:#434343;
}
#listado-ventas h2 {
	margin-top:0px;
	color: #333333;
    font-size: 24px;
}
div.bloque-libro-top {
	float:left;
	width:100px;
	margin-right:46px;
}
.top5 {
	margin-right:0px!important;
}
div.bloque-venta-inferior p.titulo-venta {
	font-size:12px;
	margin-bottom:5px;
}
div.bloque-venta-inferior p.precio-venta {
	margin:0;
	font-size:12px;
	color:#cf1141;
	font-weight:bold;
}
div.bloque-venta-pos {
	background-image:url(/media/img/layout/bg-venta.png);
	background-repeat:no-repeat;
	height:44px;
	margin-left:-14px;
	margin-top:-40px;
	position:relative;
}
div.bloque-venta-pos h5 {
	margin:0;
	font-size:24px;
	color:#fff;
	padding-left:14px;
	padding-top:7px;
}
div.bloque-valoracion img {
	
}
div.bloque-ofertas-flecha-izq {
	background-image:url(/media/img/layout/flecha-izq.png);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	margin-top:120px;
	margin-left:7px;
	cursor:pointer;	
}
div.bloque-ofertas-flecha-der {
	background-image:url(/media/img/layout/flecha-der.png);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	margin-top:120px;
	margin-right:7px;
	margin-left:681px;
	cursor:pointer;
}
/*******************************************************************************/
/* FIN HOME
/*******************************************************************************/

/*******************************************************************************/
/* CATÁLOGO
/*******************************************************************************/
span.producto-oferta {
	color: #fff;
	background-color:#000;
    font-size: 12px;
    font-weight: bold;
    margin-left: -10px;
	width:120px;
    position: absolute;
	padding: 3px 0;	
	margin-top: 128px;
	text-align:center;	
}

div.buscador-articulo {
	background-color:#fff;
	border:1px solid #ebecec;
	width:100%;
	margin-bottom:10px;
	float:left;
}
div.buscador-imagen {
	position:relative;
	margin:5px;
	width:100px;
	float:left;
}
div.buscador-info {
	float:left;
	background-color: #EBECEC;
	padding: 10px;
	margin: 5px;
	width: 578px;
	height: 130px;
}
div.buscador-descuento {
	margin-left: 670px!important;	
}
div.buscador-info-titulo {
	float:left;
	width:435px;
	height:125px;
	overflow:hidden;	
}
div.buscador-info-titulo p.autor {
	margin-top:3px;
	color: #4272DB;
}
div.buscador-info-titulo h2 {
	font-size:13px;
	font-weight:bold;
	margin:0;	
}
div.buscador-info-titulo h2 a {
	color:#000;	
}
div.buscador-info-titulo h3 {
	font-size:12px;
	margin:0;
}
div.buscador-info-pie {
	float:left;
	margin-top:10px;
	width:140px;	
}
div.novedad-principal {
	background-color:#fff;
	border:1px solid #ebecec;
	width:23%;
	margin-right:16px;
	float:left;
}
div.lote {
	background-image:url(/media/img/layout/lote.png);
	background-repeat:no-repeat;
	height: 42px;
    position: absolute;
    width: 43px;
	top:0;
	right:0;		
}
div.descuento {
	background-image:url(/media/img/layout/oferta.png);
	background-repeat:no-repeat;
	height: 42px;
    position: absolute;
    width: 43px;
	top:0;
	right:0;
}
div.novedad-imagen {
	margin:auto;
	margin-top:5px;
	width:100px;
	position:relative;
}

div.bloque-info {
	background-color:#ebecec;
	padding:8px;
}
div.novedad-info-titulo {
	min-height:80px;
}
div.novedad-info-titulo h2{
	font-size:13px;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom:0;
}
div.novedad-info-titulo h2 a {
	color:#000;
}
div.novedad-info-titulo p {
	margin-top:0;
	font-size: 11px;
	text-transform:uppercase;	
}

div.novedad-info-pie {
	margin-top:10px;	
}
.titular-novedad {
	font-size:24px;
	color:#333;
	margin-bottom:5px;
}
ul.paginacion {
	width:226px;
	float:right;
	margin:0;
	padding:0;
	text-align:right;
}
ul.paginacion li {
	list-style:none;
	background-color:#ebecec;
	display:inline-block;
	padding:6px;
	text-align:center;
}
ul.paginacion li a {
	color:#000;
}
ul.paginacion li a.activo {
	font-weight:bold;
}

/********* ficha libro *************/
.sinopsis-libro strong {
	color:#000;	
}
.prod-descuento {
	text-decoration:line-through;
}
#ficha-articulo {
	margin-bottom:20px;
	padding:18px 0;
}
#superior3 strong {
	display:block;
	float:left;
	width:130px;
	color:#000!important;
}
#ficha-articulo ul {
	margin:0px;
	padding:0px;
}
#ficha-articulo li {
	list-style:none;
	margin-bottom:5px;
}
#ficha-articulo li.sinopsis {
	background-color:#EEE;
	border:1px solid #CCC;
	margin-top:10px;
	padding:10px;
}
#ficha-articulo li.sinopsis strong {
	float:none;
}
#ficha-precio {
	font-size:20px;
	font-weight:bold;
	margin-right:20px;
	padding-bottom:5px;
}
#ficha-precio span.articulo-iva {
	display:block;
	font-size:13px;
	font-style:italic;
	font-weight:normal;
}
#ficha-facebook {
	height:40px;
	margin-bottom:50px;
}
#ficha-fb-like {
	float:left;
}
div.ficha-librosinteresantes {
	float:left;
	margin-right:10px;
	width:120px;
}
div.ficha-librosinteresantes-5 {
	margin:0px;
}
div.ficha-librosinteresantes h3 {
	font-size:12px;
}
div.articulo-boton2 {
	width:73px;
}
div.articulo-boton2 a {
	background-image:url(/media/img/layout/bg-comprar.png);
	background-repeat:no-repeat;
	height:24px;
	width:73px;
	display:block;	
	text-align:center;
	padding-top:3px;
}
/***********************************/

/***********************************/
/******* FICHA LIBRO NUEVA *********/
#ficha-bloque-superior {
	border: 1px solid #d0d0d0;
	background-color:#eee;
}
#ficha-bloque-center {
	border: 1px solid #d0d0d0;
	padding: 20px;
	margin-top: 20px;
}
#ficha-bloque-center h3 {
	margin-top:0;
	color:#000;
}
#ficha-bloque-otros {
	margin-top: 20px;	
}
#ficha-bloque-otros h3 {
	color: #498129;
	font-size:18px;
	margin-bottom:5px;
}
div.articulo-boton2 {
	float:left;
	width: 73px;
	margin-top:5px;
}
div.articulo-boton2 a {
	background-image: url("/media/img/layout/bg-comprar.png");
    background-repeat: no-repeat;
    display: block;
    height: 24px;
    padding-top: 3px;
    text-align: center;
    width: 73px;
	color:#4272db!important;
}
#bloque-superior-izq {
	float:left;
	width:250px;
	background-color: #eeeeee;
}
#bloque-superior-der {
	float:left;
	width:446px;
	padding:10px;
	background-color:#fff;	
}
#bloque-superior-der h2 {
	font-size:18px;	
	color:#000;
}
#bloque-superior-der h2.titulo {
	margin-bottom:0px;	
}
#bloque-superior-der h3.subtitulo {
	margin: 0;	
	font-size:13px;
}
#bloque-superior-der p.autor {
	margin-top:3px;
	color:#4272db;
}
#ficha-portada {
	padding:4px;
	width: 100px;
	background-color:#fff;
	margin: auto;
	margin-top:30px;
	text-align:center;
	position:relative;
}
#bloque-redes {
	float:right;
}
#ficha-pin-share {
	float:left; padding:0 15px; border-right:1px dotted #D0D0D0; width:45px;	
}
#ficha-gg-share {
	float:left;padding:0 15px;width:60px!important;border-right:1px dotted #D0D0D0;	
}
#ficha-tw-share {
	float:left;padding:0 15px;width:85px;border-right:1px dotted #D0D0D0;	
}
#ficha-fb-share {
	float:left;padding:0 0 0 15px;
}
#superior1 {
	float:left;
	margin-bottom:20px;
	padding-bottom:20px;
	width:446px;
	border-bottom:1px dashed #D0D0D0;
}
#superior2 {
	float:left;
	margin-bottom:20px;
	padding-bottom:20px;
	width:446px;
	border-bottom:1px dashed #D0D0D0;
}
p.datos-tecnicos {
	color:#498129;
	font-size:18px;
}
p.stock {
	background-image:url(/media/img/layout/disponible.png);
	background-repeat:no-repeat;	
	padding-left:20px;
	color:#1b1b1b;
	font-size: 12px;
}
#bloque1-superior2 {
	float:left;
}
#superior2 #ficha-comprar {
	float:right;width:200px;	
}
.precio-oferta {
	color:#cf1141;font-size:18px;	
}
.precio-normal {
	font-size:18px;	
}
div.venta-inf-ficha {
	height: 65px;	
}
/**************************************************/

/**************************************************/
/*********** CARRITO ******************************/
td.compra-resumen {
	text-align:right;
	font-weight:bold;	
}
td.compra-resumen-dato {
	text-align:right;	
}
td.datopvp {
	text-align:right;
}
#carrito-tusdatos ul, #carrito-tusdatos2 ul {
	list-style-type:none;	
}
#carrito-tusdatos li strong, #carrito-tusdatos2 li strong {
	width:140px;
	display:inline-block;	
}
#carrito-tusdatos li, #carrito-tusdatos2 li {
	margin-bottom:5px;	
}
#carrito-tusdatos li input, #carrito-tusdatos2 li input {
	width:250px;	
}
#cartForm { width: 670px; }
#cartForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color:#F00;
}
.tdclass2 {
	background-color:#f0f0f0;	
}
/**************************************************/

table.info-pedido th {
	text-align:left;
	width:110px;
	background-color:#333;
	color:#fff;
	padding:4px;	
}
/**************************************************/

/**************************************************/
/**** CONTACTO ************************************/
div.contacto div.campo textarea {
	width: 360px!important;	
}

#contactForm { width: 670px; }
#contactForm label.error {
	float:right;
	margin-left: 10px;
	width: auto;
	display: inline;
	color:#F00;
	font-weight:bold;
}


ul.newscat {
	list-style-type:none;	
}
ul.newscat li.linline {
	margin-left: 20px;
}


#bloque-info-ped {
	margin-bottom:10px;	
}
#bloque-info-ped p {
	margin:0;
}

div.camponl input, div.camponl select {
	display:block;
	width:400px;	
}
ul.listnews {
	padding:0;
	list-style:none;
	margin: 10px 0;
}

#ficha-bloque-lote {
	border:1px solid #d0d0d0;
	margin-top:10px;
	padding:10px;
}
#ficha-bloque-lote h3 {
	margin:0;
	color:#000;
}
div.bloque-lote {
	margin:10px 0;	
}
div.bloque-lote img {
	float:left;
	margin-right:10px;	
}
div.bloque-lote h5 {
	margin:0;
}
div.bloque-lote h5 a {
	font-size:14px;	
}
div.bloque-lote p {
	margin:0;	
}
div.bloque-lote p.precio {
	font-weight:bold;	
}
#ficha-bloque-lote strong {
	color:#000;	
}
ul.carrito-lote li {
	list-style:none;
	display:inline-block;
	width:100px;
	vertical-align:top;
	margin-right:20px;
}

div.cookies {
	display: none;
	background-color:#000;
	color:#fff;
	text-align:center;
	font-size:13px;
	padding: 10px 0;	
}
div.cookies a {
	color:#fff;
	text-decoration:none;
}
div.cookies a.cookiesBot {
	display:inline-block;
	background-color:#E1101F;
	color:#fff;	
	padding: 3px 10px;
	margin-right:10px;
	margin-bottom:2px;
	margin-top: 6px;
}
div.cookies p {
	margin:0;	
}
div.cookies p strong {
	color:#fff;
}
.avisocookies {
	background-position: center 39px;	
}

#bloque_promocion {
	color:#004f00!important;
	margin: 10px 0;
	padding:50px 20px 30px 190px;
	border:4px solid #004f00;
	background-image:url(../img/layout/ico-rosa.jpg);
	background-repeat:no-repeat;
	background-position:10px center;
}
#bloque_promocion p {
	margin:0;
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
}
#bloque_promocion p.titulo {
	font-size:16px;
	font-weight:bold;
}
#bloque_promocion p.aviso {
	text-transform: none;	
}
#bloque_promocion strong {
	color:#004f00!important;	
}

#bloque_promocion_black {
	background-color: #000;
	margin: 10px 0;
	padding: 20px;
}
#bloque_promocion_black p {
	color: #fff;
	font-size: 24px;
	margin: 0;
}
#bloque_promocion_black p span {
	font-weight: bold;	
}

#bloque_promocion_cybermonday {
	background-color: #EFF1F1;
	border: 1px solid #000;
	margin: 10px 0;
	padding: 20px;
}
#bloque_promocion_cybermonday p {
	color: #000;
	font-size: 24px;
	margin: 0;
}
#bloque_promocion_cybermonday p span {
	font-weight: bold;	
}

div.bloque-lote p.precio span.tachado { color:#F00; text-decoration:line-through; margin-right:10px; }

div.buscador-info-pie p.prod-agotado {
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 0;	
}
#ficha-articulo p.ficha-agotado {
	color: #c62520;
	text-transform: uppercase;
	font-size: 15px;	
}

#ficha-favorito { float: right; width: 200px; }
#ficha-favorito p { margin: 0; }
#ficha-favorito a { background-color: #000; color: #fff; display: block; width: 181px; padding: 5px 0; text-align: center; border-radius: 2px; font-weight: bold; }

@media (max-width: 768px) {
	body { line-height:auto;}
	#contenedor {
		width:100%;
		box-sizing:border-box;
	}
	#cabecera { height: auto; }
	#cabecera-logo { width:100%;  }
	#cabecera-logo img { margin-left:0;	}
	#cabecera-der { width:100%; margin-bottom:10px; }
	#cabecera-carrito { float:right; }
	
	#cabecera-menu { width:100%; margin-bottom:10px; }
	#cabecera-menu li a { width:25%; padding: 9px 0; box-sizing:border-box; text-align:center; }
	#cabecera-buscador { width:100%; margin-left:0; }
	#cabecera-buscador .inputbusc { width:100%; box-sizing:border-box; height:38px; margin-bottom:3px; }
	#cabecera-buscador select { width:100%; }
	#cabecera-buscador .botbuscar { margin-left:0; }
	
	#menu-lateral { width:100%; }
	#bloque-envio, #bloque-newsletter, #bloque-atencion, #bloque-facebook, #bloque-twitter { display:none; }
	
	#contenido { width:100%; padding:0; }
	#bloque-ofertas-home { width:100%; position:relative; overflow:hidden; padding:0 10px; box-sizing:border-box; }
	#bloque-listado-ofertas { width:100%!important; }
	div.bloque-ofertas-flecha-izq { z-index:9999; }
	div.bloque-ofertas-flecha-der { margin:0; right:0; top:158px; z-index:9999; }
	div.novedad-principal { width:48%; margin:0 0 6px 0; }
	div.novedad-principal.oferta-1, div.novedad-principal.oferta-3 { float:left; }
	div.novedad-principal.oferta-2, div.novedad-principal.oferta-4 { float:right; }
	
	#listado-ventas { width:100%; box-sizing:border-box; }
	div.bloque-libro-top { width:50%; margin:0; height:270px; }
	
	#ficha-bloque-superior #bloque-superior-izq { width:100%; }
	#ficha-bloque-superior #bloque-superior-der { width:100%; box-sizing:border-box; }
	#ficha-bloque-superior #bloque-superior-der #superior1 { width:100%; }
	#ficha-bloque-superior #bloque-superior-der #superior2 { width:100%; }
	
	div.buscador-articulo { width:100%; }
	div.buscador-articulo div.buscador-info { width:100%; box-sizing:border-box; margin:0; }
	div.buscador-articulo div.buscador-info div.buscador-info-titulo { width:100%; height:auto; }
	div.buscador-articulo div.buscador-info { height: auto; }
	div.buscador-info-pie { width:100%; }
	div.buscador-imagen { width:100%; text-align:center; }
	
	#pie { width:100%; padding:0; }
}