html {
	position: relative;
    min-height: 100%;
    /*overflow-y: scroll;height: 100%;*/
}

body {
	margin: 0 0 100px; /* bottom = footer height */
	height: 100%;
	font-family: "rooney-sans", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #333;
	margin: 0px 0px 180px; /* separación del pie */
	margin: 0px\9;
	padding: 0px;
	background-color: #FFFFFF;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

/* enlaces */
a img { 
	border: none;
}

a {
	text-decoration: none;
	border: none;
	outline: none;
	color: #E20E6E;
}
a:hover {text-decoration: underline}
a:active, a:focus{ outline:none; }
/**************************************************/
.flotai {float: left}
.flotad {float: right}
#web {
	z-index: -999;
	background-image: url(img/fondo-top.png);
	background-repeat: repeat-x;
}

.contenido { /* para centrar contenido empujando y ocultando lo que sobresale */
	margin: 0px auto;
	width: 960px;
	position: relative;
	overflow: hidden;
	/*min-height: 100%; /* QUITAR EN PRODUCCION */
}

.centrado { /* para centrar contenido sin ocultar ni impujar */
	margin: 0px auto;
	width: 960px;
	position: relative;
}

#central {
	width: 700px;
	float: right;
	min-height: 340px;
	margin-top: 20px;
}

/* PIE */
#footer { /* MediaQueries para Explorer */
	background-image: url(img/pie-fondo.png);
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 180px; /* menor o igual que el margin bottom del body */
	width: 100%;
	overflow: hidden;
	background-position: center top;
	margin: 0;
	padding: 0px;
	/* [disabled]display: none; */
	background-repeat: repeat-x;
}
#footer { position: relative\9; } 
.pie {
	height: 180px;
	width: 980px;
	background-image: url(img/pie-logo.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	color: #e5e5e5;
	background-position: 25px 0px;
}
.pie a {
	color: #FFFFFF;
}
.pie a:hover {
	color: #FFF;
	text-decoration: underline;
}
.pie .bloque {
	font-size: 15px;
	position: absolute;
}
.pie .bloque.texto1 {
	margin-left: 0px;
	left: 340px;
	top: 10px;
	height: 90px;
	width: 150px;
}
.pie .bloque.texto2 {
	left: 540px;
	top: 10px;
	height: 90px;
	width: 160px;
}
.pie .texto1 ul li, .pie .texto2 ul li {
	margin-bottom: 10px;
	margin-top: 10px;
}
.pie .bloque.enlaces {
	left: 827px;
	top: 80px;
	width: 100px;
	text-align: center;
}

.pie .bloque.enlaces img {margin: 0 8px;}
#footer .social {
	height: 98px;
	width: 200px;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: url(img/pie-libros.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	text-align: right;
	padding-left: 54px;
}
#footer .telefono {
	color: rgba(255,255,255,1);
	background-image: url(img/pie-tfno.png);
	height: 30px;
	width: 150px;
	padding-left: 50px;
	position: absolute;
	font-size: 24px;
	background-repeat: no-repeat;
	left: 25px;
	top: 108px;
	line-height: 30px;
}
#footer .email {
	position: absolute;
	height: 30px;
	width: 150px;
	left: 340px;
	top: 108px;
	font-size: 18px;
	line-height: 30px;
	background-image: url(img/icon-mail.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: left center;
}
#footer .copy {
	height: 30px;
	width: 210px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	left: 760px;
	top: 108px;
}
#footer .copy a {color: #fff;}
#footer .pago {
	height: 120px;
	width: 100px;
	position: absolute;
	left: 880px;
	top: 40px;
	/* [disabled]background-image: url(img/pie-pago.png); */
	/* [disabled]background-repeat: no-repeat; */

}

#footer .final {
	width: 960px;
	height: 42px;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	left: 0px;
	font-size: 90%;
	line-height: 42px;
	color: #FFFFFF;
	bottom: 0px;
}
#footer .final p {
	margin: 0;
	padding: 0 0 0 24px
}

#footer .compartir {
	float: right;
	width: 500px;
	height: 20px;
	/* [disabled]background-color: #999999; */
	line-height: 20px;
	margin-top: 12px;
}
/* cabecera */
#header {
	height: 150px;
	position: relative;
	z-index: 999;
}
#header a {color: white}
#header .logo {
	float: left;
	margin-top: 17px;
}
#header .acceso {
	clear: right;
	float: right;
	height: 43px;
	width: 234px;
	margin-right: 41px;
	margin-top: 7px;
	font-size: 90%;
}
#header .acceso .open {
	line-height: 43px;
	float: left;
	padding-left: 32px;
	background-image: url(img/header-acceder.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	transition: all 0.2s;
}
#header .acceso .open:hover {
	background-position: 0px -42px;
	transition: all 0.2s;
}
#header .acceso .registro {
	background-image: url(img/header-registrarse.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	padding-right: 32px;
	line-height: 43px;
	transition: all 0.2s;
}
#header .acceso .registro:hover {
	background-position: right -42px;
	transition: all 0.2s;
}
#header .carritop {
	float: left;
	height: 85px;
	width: 220px;
	margin-top: 25px;
	margin-left: 62px;
	color: rgba(255,255,255,1);
}
#header .carritop p {float: left;}
#header .carritop ul {
	float: right;
	overflow: hidden;
	height: 62px;
	border: 1px dashed #fff;
	border-radius: 12px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	/* [disabled]transition: all 0.5s; */
}
#header .carritop ul:hover {
	border-style: solid;
	background-color: #333333;
	transition: all 0.5s;
}
#header .carritop ul li {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100px;
	line-height: 30px;
}
#header .carritop ul li a {
	display: block;
}
#menu {
	background-color: #9F0D58;
	border-radius: 27px;
	float: left;
	width: 96%;
	height: 53px;
	padding-right: 2%;
	padding-left: 2%;
	position: absolute\9;
	top: 121px\9;
	left: 0px\9;
	z-index: 1;
	font: 1.7em 'kaffeesatz', sans-serif;
	text-align: center;
}

#menu a {
	color: #FFFFFF;
}
#menu > ul > li {
	float: left;
	height: 53px;
	/*background-color: rgba(51,51,51,1);*/
}
#menu > ul > li > a { /* Enlaces del menú */
	display: block;
	color: #FFFFFF;
	line-height: 53px;
	height: 53px;
	padding-right: 16px;
	padding-left: 16px;
}
#menu a:hover {	text-decoration:none;}
#menu > ul > li:nth-of-type(5) > a {background-image:none}/* para item contactar */
#menu > ul > li > a:hover { /* Efecto Rollover */
	color: #FFFFFF;
	background-image: url(img/menutop-hover.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#menu ul li.fondo {/* menu desplegable */
	background-image: url(img/menu-fondo-editorial.png);
	width: 232px;
	margin-left: 25px;
	z-index: 100;
	position: absolute\9; /* ie 7 */
	margin-left:35px\9; /* ie7 */
	margin-left: 685px\0/;/* ie 8 y 9 */
}
#menu ul li.fondo > a {
	background-image: none;
	padding-left: 70px;
	color: #333333;
	text-align: center;
	padding-right: 30px;
}
	
#menu ul > li:hover > ul li a {
	color: #FFF;
}
#menu ul > li:hover > ul li a:hover {color: #FFF;}


/* para el desplegable */
	nav ul ul {
		display: none;
	}
	
	nav ul li:hover > ul {
	display: block;
	z-index: 999;
	}
	
	nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
	/* [disabled]background-color: rgba(159,13,88,1); */
	}
	nav ul:after {
			content: ""; clear: both; display: block;
	}
	
	nav ul li {
			float: left;
	}
		
	nav ul ul {
	padding: 0;
	position: absolute;
	top: 100%;
	width: 150px;
	left: 0px\9; /*para explorer */
	}
	nav ul ul > li {
	font-size: 20px;
	}
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#menu ul li.fondo {/* menu desplegable 
	margin-left: 685px;
	}
		nav ul ul {	
		position: absolute;
		top: 100%;
		left: 0px}
}
	*/
	nav ul ul li {
	float: left;
	position: relative;
	width: 150px;
	/*margin-left: 31px;*/
	background-color: #1A161B;
	border-bottom: 1px solid #fff;
	clear: left;
	text-indent: 0px; /* entra el texto */
	text-align: left;
	}
	nav ul ul li:last-of-type {border: none}
	nav ul ul li:hover {
	background-color: #DD0E6C; /*color rollover desplegable */
	color: #ffffff;
	}

	nav ul ul li a {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	/* [disabled]font-size: 90%; */
	}
	
	nav ul ul li a:hover {
	color: #FFF;
	}
	
	nav ul.subnivel {display: none}
	nav ul ul li:hover ul.subnivel {
	position: absolute;
	padding: 0px;
	top: -1px !important;
	left: 150px !important;
	display: block !important;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
	ul.subnivel li {
	margin: 0px;
	background-color: #666666;
}
/* segundo nivel para explorer 
	nav ul ul li:hover ul{
	display: block;
	padding: 0;
	position: absolute;
	top: 0px;
	width: 171px;
	left: -201px;
	}
para explorer */
		
/* LATERAL IZQUIERDO */
#lateral {
	float: left;
	width: 220px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 30px;
}
#lateral .baner {
	margin-top: 20px;
}

/* LATERAL > BUSCADOR */
#buscador {
	width: 260px;
	text-align: left;
	margin: 40px 0px 0px;
	font-size: 16px;
	color: #CE0D64;
	line-height: 16px;
	position: relative;
	padding: 0px;
	float: right;
	height: 71px;
	background-image: url(img/fondo_buscador.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}
#buscador span {
	padding-left: 24px;
	font-size: 21px;
}
#buscador form {
	display: block;
	height: 32px;
	width: 252px;
	/* [disabled]margin-top: 20px; */
	/* [disabled]margin-left: 40px; */
}
#buscador .cuadro {
	width: 180px;
	border: 0;
	color: #9F0D58;
	background: transparent;
	padding: 3px;
	font-size: 14px;
	line-height: 22px;
	float: left;
	margin: 8px 0px 5px 20px;
	height: 22px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {/*para chrome*/
	#buscador .cuadro {
	width: 190px;	
	margin-top: 5px;
	margin-left: 10px;
}
}
@media \0screen\,screen\9 {/* para explorer antiguo*/
#buscador .cuadro {
	margin: 7px 0px 0px -50px; 
}
}

#buscador .cuadro:focus {
	outline:none
}
	
#buscador #elquebusca {
	height: 24px;
	width: 32px;
	vertical-align: middle;
	position: relative;
	top: 5px;
	float: left;
	/* [disabled]background-color: #FFFF00; */
}
/* botón de login */

/* MENU DINÁMICO (cabecera definida en css de idioma) */
.menudinamico {
	background-repeat: no-repeat;
	background-image: url(img_es/menudin-top.png);
	padding-top: 61px;
	border-radius: 16px;
	background-color: #E20E6E;
	padding-bottom: 30px;
}
.menudinamico:hover {
	/* [disabled]background-image: url(img_es/hover/menudin-top.png); */
}
.menudinamico  ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 220px;
}
.menudinamico  ul li:last-of-type a{
	/* [disabled]border-radius: 0px 0px 12px 12px; */
}
.menudinamico li {
	text-align: left;
	font-weight: normal;
	padding: 0px;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
}

.menudinamico li a {
	display: block;
	width: 100%;
	cursor: pointer;
	padding: 10px;
	color: #FFFFFF;
}	
.menudinamico li a:hover {
	text-decoration: none;
	background-color: #E20E6E;
}

html>body .menudinamico li a {/* IMPORTANTE PARA EL MENU */
	width: auto;
}
.menudinamico li.nivel1 { /* NIVEL 2 (SUB-FAMILIAS) */
	background-color: #4c424e;
}

.menudinamico li.nivel2 { /* NIVEL 2 (SUB-FAMILIAS) */
	background-color: #9F0D58;
}

.menudinamico li.nivel3 {
	background-color: #E35B70;
}


/* OPCION SELECCIONADA */
.menudinamico li.elegido a {
	background-image: url(img/elegido-menu.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 24px;
	background-color: #1A161B;
}

/* PAGINACION ---------------------------------------- */

#paginacion {
	color: #737373;
	margin-top: 10px;
	/* [disabled]font-weight: bold; */
	/* [disabled]margin-right: 25px; */
	clear: both;
	display: block;
	overflow: visible;
	height: 30px;
	/* [disabled]margin-left: 25px; */
}
#paginacion a {
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	color: #FFF;
	background-color: #4C424E;
	border-radius: 16px;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#paginacion a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #D80D69;
}
#paginacion .paginas {
	clear: left;
	float: left;
	height: 30px;
}
#paginacion .resultados {
	float: right;
	clear: right;
	width: 120px;
	text-align: right;
	height: 30px;
	line-height: 30px;
}
#paginacion a.adelante {
	letter-spacing: 0.1em;
	padding-right: 28px;
	background-image: url(img/icono-adelante.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: 6px;
}
#paginacion a.atras {
	letter-spacing: 0.1em;
	padding-left: 28px;
	background-image: url(img/icono-atras.png);
	background-repeat: no-repeat;
	background-position: left center;
}
	
/* BOTONES PARA LA WEB TIPO A/INPUT *****/

/* clase general */

	.botones {text-align:center}
	a.boton, input.boton {
	color: #fff;
	border-radius: 10px;
	font-family: "rooney-sans", sans-serif;
	font-size: 18px;
	padding: 6px 40px 6px 14px !important;
	text-align: center;
	background-color: #9F0D58;
	background-repeat: no-repeat;
	background-position: 92% center;
	/* [disabled]display: inline-block; */
	transition: all linear 0.3s;
	margin: 0px 5px;
	border: 0;
	} 

	.boton:hover {
	cursor: pointer;
	background-position: 140% center;
	padding: 6px 27px !important;
	background-color: #D80D69;
	text-decoration: none;
	} 
	
/* clases especificas para combinar*/	
	.enviar {
	background-color: #bd0e1a;
	background-image: url(img/iconos/enviar.png);
	background-position: 92% center;
	}
	.enviar:hover {
	/* [disabled]background-color: #70AF30; */
	background-position: 110% -30px;
	}
	a.anterior {
	background-image: url(img/iconos/atras.png);
	padding-right: 14px!important;
	padding-left: 40px!important;
	background-position: 5px center!important;
	}	
	a.anterior:hover {
	background-position: -100px center!important;
	}	
	.add {background-image: url(img/iconos/carrito.png);}
	.inicio {background-image: url(img/iconos/inicio.png);}	
	.detalle {background-image: url(img/iconos/info.png);}
	.acceder {background-image: url(img/iconos/entrar.png);}
	.user {background-image: url(img/iconos/user.png);}
	.registrar {background-image: url(img/iconos/registro.png);}
	.cerrar {background-image: url(img/iconos/cerrar.png);}			
	.cancelar {background-image: url(img/iconos/cancelar.png);}
	.recordar {background-image: url(img/iconos/recordar.png);}	
	.siguiente {background-image: url(img/iconos/adelante.png);}	
	.recomendar {background-image: url(img/iconos/recomendar.png);}
	.recomendar:hover {background-position: 110% -30px;}
	

/* RUTA DE NAVEGACION */
.ruta {
	color: #666666;
	text-align: left;
	font-size: 13px;
	padding-left: 36px;
	height: 26px;
	position: relative;
	line-height: 26px;
	margin-top: 35px;
	margin-bottom: 0px;
}
.ruta a {
	color: #9F0D58;
	font-weight: normal;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	height: 26px;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}
.ruta a:hover {
	text-decoration: underline;
}
.ruta span:before {
	content: " » ";	
}
.ruta .categoria1, .titular .categoria1 a {
	/* [disabled]color: #41609F; */
}
.ruta .categoria2, .titular .categoria2 a {
	/* [disabled]color: #5A7ABC; */
}
.ruta .categoria3, .titular .categoria3  {
	/* [disabled]color: #718CC6; */
}

/* fotos */
.efecto {
	border: 2px solid #FFF;
	box-shadow: 0px 1px 5px #000;
}
.fotoder {
	float: right;
	margin-bottom: 10px;
	margin-left: 30px;
}
.fotoizq {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
/* FAMILIAS */
#familia {
	overflow: hidden;
	padding: 0px;
	clear: both;
	margin: 10px 0px 20px;
}
#familia .nombre {
	line-height: 21px;
}

#familia .nombre h3 {
	margin: 0px;
	font-size: 36px;
	line-height: 36px;
	background-image: url(img/subrayado.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 0px 24px;
}

#familia .imagen {
	float: left;
	margin-right: 20px;
	display: none;
}
#familia .texto {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 20px;
	padding-top: 0px;
	border-top-width: 5px;
	font-style: italic;
}

/* FICHA DESTACADA (1 columna = todo el ancho)*/
section.interior article:nth-of-type(3n) {
	margin-right: 0px!important;
}
.fichadestacada {
	padding: 0;
	position: relative;
	height: 382px;
	width: 210px;
	border-radius: 12px;
	float: left;
	z-index: 0;
	box-shadow: 0px 1px 3px #000000;
	margin: 0px 32px 35px 0px;
}


@media \0screen\,screen\9 {
	.fichadestacada {margin-right:10px;margin-left:10px;}
}
/*para explorer antiguo*/

.fichadestacada div {position: absolute; overflow:hidden;}
.fichadestacada .titulolibro {
	text-align: left;
	height: 57px;
	width: 210px;
	left: 0px;
	top: 192px;
	padding: 0px;
	display: table;
	line-height: 1em;
	text-transform: lowercase;
	background-color: #EAE3E9;
	border-top: 1px solid #CCCCCC;
}
.fichadestacada .titulolibro a::first-letter {text-transform: uppercase}
.fichadestacada .titulolibro a {
	display: table-cell;
	height: 47px;
	vertical-align: middle;
	padding: 5px;
	color: #1A161B;
}
.fichadestacada .titulolibro a:hover {
	color: #9F0D58
}
.fichadestacada .imagen {
	height: 170px;
	width: 190px;
	left: 0px;
	top: 0px;
	z-index: 1;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	border-radius: 12px 12px 0px 0px;
}
.fichadestacada .imagen img {
	max-width: 170px;
	max-height: 170px;
	min-height: 170px;
}

.fichadestacada .etiqueta {
	height: 100px;
	width: 100px;
	top: -3px;
	z-index: 10;
	left: -3px;
}

.fichadestacada .isbn_familia {
	height: 24px;
	width: 200px;
	top: 282px;
	z-index: 30;
	text-align: left;
	left: 5px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}

.fichadestacada .autorlibro {
	color: #000;
	width: 200px;
	height: 30px;
	color: #1A161B;
	text-align: left;
	top: 251px;
	left: 0px;
	margin: 0px;
	font: bold normal 18px/30px kaffeesatz;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EAE3E9;
}
.fichadestacada .pvp {
	height: 29px;
	width: 140px;
	color: #E20E6E;
	text-align: right;
	padding: 0;
	top: 313px;
	left: 65px;
}

.fichadestacada .pvp .precioventa {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 24px 0px 0px;
	line-height: 24px;
	height: 24px;
	float: right;
	width: 75px;
	/* [disabled]background-color: #CCCCCC; */
	background-image: url(img/ficha-euro.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fichadestacada .pvp .precioventa .decimal {
	font-size: 18px;
}
.fichadestacada .pvp .preciodesde {
	text-align: right;
	padding: 4px 0px 0px;
	margin: 0px;
	color: #E20E6E;
	float: left;
	height: 20px;
	width: 35px;
}
.fichadestacada .pvp .precioanterior {
	text-align: right;
	padding: 5px 0px 0px;
	text-decoration: line-through;
	margin: 0px;
	color: #E20E6E;
	float: left;
	width: 60px;
	height: 20px;
}

.fichadestacada .botones {
	height: 36px;
	width: 210px;
	text-align: center;
	background-color: #9F0D58;
	top: 346px;
	left: 0px;
	margin-top: 0px;
	border-radius: 0px 0px 12px 12px;
	transition: all linear 0.2s;
}
.fichadestacada .botones:hover {
	transition: all linear 0.2s;
	background-color: #E00E6D;
}
.fichadestacada .botones .comprar {
	color: #FFFFFF;
	text-align: left;
	display: block;
	height: 28px;
	line-height: 28px;
	padding-right: 35px;
	padding-left: 15px;
	background-image: url(img/fichapek-cart.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 18px;
	font-weight: bold;
	transition: all 0.2s;
}

.fichadestacada .botones .masinfo {
	color: #FFFFFF;
	text-align: left;
	display: block;
	height: 36px;
	line-height: 36px;
	padding-right: 35px;
	padding-left: 15px;
	background-image: url(img/fichapek-masinfo.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 18px;
	font-weight: bold;
	transition: all 0.2s;
}
/* FICHA DETALLE (1 columna = todo el ancho)*/
.interior > h1.titulolibro {
	color: #9F0D58;
	font-size: 36px;
	line-height: 36px;
	padding: 0px;
	margin: 0px;
	font-weight: 300;
	clear: both;
}
.interior > h2.autorlibro {
	color: #4C424E;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px 0px 10px;
	text-align: left;
	font: 300 normal 24px/24px kaffeesatz;
}
.fichadetalle {
	position: relative;
	height: 350px;
	background-color: #FFFFFF;
	/* [disabled]border-radius: 12px; */
	/* [disabled]border: 2px solid #999999; */
	/* [disabled]background-image: url(img/detalle-ficha-fondo.jpg); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: right bottom; */
	
}

.fichadetalle .imagen {
	height: 300px;
	width: 247px;
	left: 24px;
	top: 24px;
	z-index: 10;
	position: absolute;
	text-align: left;
}
.fichadetalle .imagen img {
	position: relative;
	max-height: 300px;
	max-width: 247px;
	min-width: 120px;
	min-height: 150px;
	box-shadow: 1px 1px 3px #000;
}
.fichadetalle .imagen a {
	height: 150px;
	width: 200px;
	display: block;
	outline: none;
}

.fichadetalle .infoproducto {
	position: relative;
	height: 300px;
	width: 380px;
	overflow: hidden;
	clear: right;
	float: right;
	margin-top: 24px;
	margin-right: 24px;
}
.fichadetalle .edicion {
	color: #666666;
	line-height: 35px;
	clear: left;
	float: left;
	height: 35px;
	width: 160px;
	font-size: 18px;
	overflow: hidden;
}
.fichadetalle .numpaginas {
	color: #666666;
	clear: left;
	float: left;
	height: 35px;
	width: 160px;
	font-size: 18px;
	line-height: 35px;
	overflow: hidden;
}
.fichadetalle .isbn {
	color: #666666;
	height: 50px;
	width: 160px;
	clear: left;
	float: left;
	margin-top: 10px;
	font-size: 18px;
	overflow: hidden;
}

.fichadetalle .fecha {
	clear: right;
	float: left;
	height: 50px;
	width: 180px;
	line-height: 50px;
	overflow: hidden;
	font-size: 18px;
	color: #9F0D58;
	background-image: url(img/iconos/fecha.png);
	background-repeat: no-repeat;
	background-position: right 62px;
}
.fichadetalle .editorial img {
	max-width: 200px;
	max-height: 100px;
}

.fichadetalle .etiqueta {
	position: absolute;
	color: #FFF;
	text-align: right;
	line-height: 24px;
	height: 100px;
	display: block;
	width: 100px;
	z-index: 20;
	left: 22px;
	top: 22px;
}

.fichadetalle .autor {
	position: relative;
	font-weight: normal;
	color: #000;
	font-size: 14px;
	width: auto;
	line-height: 18px;
	height: auto;
	color: #036;
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: left;
}
.fichadetalle .pvp {
	position: absolute;
	width: 190px;
	right: 0px;
	text-align: right;
	top: 90px;
	position: absolute;
	height: 90px;
}

.fichadetalle .pvp .precioventa {
	position: absolute;
	font-size: 40px;
	font-weight: bold;
	line-height: 36px!important;
	margin: 0px;
	padding: 0px 35px 0px 0px;
	text-align: right!important;
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	height: 36px;
	background-image: url(img/fichadetalle-euro.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 140px;
}
.fichadetalle .pvp .precioventa .decimal {
	font-size: 18px;
}

.fichadetalle .pvp .precioanterior {
	position: absolute;
	text-align: right;
	padding: 0px;
	text-decoration: line-through;
	margin: 0px;
	color: #666666;
	position: absolute;
	top: 0px;
	right: 10px;
	width: 90px;
	height: 24px;
	font-size: 18px;
	line-height: 24px;
}
.fichadetalle .ahorro {
	position: absolute;
	top: 25px;
	right: 10px;
	height: 24px;
	width: 150px;
	color: #D4536E;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	/* [disabled]background-color: #000000; */
}
.fichadetalle .masinfo {
	position: absolute;
	height: 36px;
	width: 180px;
	text-align: right;
	font-size: 12px;
	font-style: normal;
	top: 195px;
	line-height: 16px;
	overflow: hidden;
	left: 0px;
}

.fichadetalle .botones {
	position: absolute;
	text-align: center;
	margin-top: 0px;
	padding: 0;
	width: 170px;
	left: 200px;
	top: 185px;
}
.fichadetalle .botones .comprar {
	background-image: url(img/boton-comprar.png);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 46px;
	text-align: center;
	height: 46px;
	width: 110px;
	padding-right: 60px;
	font-size: 21px;
	color: #FFFFFF;
	background-color: #E20E6E;
	display: block;
	border-radius: 10px;
	transition: all 0.3s;
}
.fichadetalle .botones .comprar:hover {
	background-position: 200px top;
	padding-right: 0px;
	width: 170px;
	transition: all 0.3s;
	text-decoration: none;
}
/* INTERIOR */
#central .sombra1 {
	background-image: url(img/menu-sombra.png);
	background-repeat: repeat-x;
	height: 26px;
}
#central .sombra2 {
	background-image: url(img/menu-sombra.png);
	background-repeat: repeat-x;
	height: 26px;
	position: absolute;
	left: 230px;
	top: 110px;
	/* [disabled]background-color: #FFFF00; */
	width: 735px;
	z-index: 999;
}

.interior {
	padding: 0px;
	line-height: 1.4em;
	margin-top: 10px;
	width: auto;
	min-height: 440px;
	position: relative;
	margin-bottom: 10px;
}
.interior > h1 {
	color: #737373;
	margin: 0px;
	padding: 0px;
	font-size: 36px;
	line-height: 36px;
}
.interior h1 span {color: #999}
.interior > h2 {
	margin: 5px 0px 0px;
	padding: 5px 0px 0px;
	color: #333333;
	font-weight: 300;
	text-align: right;
	font-style: italic;
}
.interior .corp {
	font-weight: bold;
	color: #81A71B;
}

.interior h3 {
	color: #AE1D31;
}

hr.bloque {
	text-decoration: none;
	height: 25px;
	border-width: 0px;
}

/* FORMULARIOS */
#formulario {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}
input:focus, textarea:focus, select:focus {border: 1px solid #E20E6E;}
textarea {overflow:auto;}

.interior form * { /*importante */
	box-sizing: border-box;
}
		
.interior form fieldset { border: none; }
	
.interior input[type="text"], .interior textarea, .interior select, .interior [type="password"], .interior input[type="file"] {
	padding: 6px;
	margin: 4px 0 20px 0;
	font-family: rooney-sans, sans-serif;
	font-size: 16px;
	color: #555;
	border: 1px solid #fff;
	border-radius: 4px;
	transition: background 0.3s linear;
	background-color: #ebebeb;
	box-shadow: inset 1px 1px 1px #666;
}
.interior input[type="file"] {font-size: 14px}	
.interior input:focus {
	background-color: #E41770;
	border-radius: 4px;
	color: #FFFFFF;
}
input.submit {
	box-shadow: 0px 0px 6px #999;
	color: #fff;
	background-color: #bd0e1a;
	border: solid 2px #FFF;
	border-radius: 4px;
	font-family: rooney-sans, sans-serif;
	font-size: 18px;
	padding: 6px 15px;
	text-align: left;
	background-position: 92% center;
	background-repeat: no-repeat;
	transition: background 0.3s linear;
	} 

input.submit:hover {
	background-position: 110% -30px;
	cursor: pointer;
	text-align: center;
	background-color: #41609F;
	box-shadow: 0px 0px 6px #999;
	color: #fff;
	border: solid 2px white;
	border-radius: 4px;
	border: solid 2px #FFF;
	font-size: 18px;
	padding: 6px 15px;
} 
.interior form .legal {
	width: 100%;
	text-align: left;
	font-size: 0.85em;
	clear: both;
	overflow: hidden;
	position: relative;
	top: -25px;
	left: 0px;
}
.registro form .legal {
	top: 15px
}
.interior form .legal p {
	padding: 0;
	margin: 5px 0;
	line-height: 1.4em;
	clear: both;
	overflow: hidden;
	width: auto;
	color: #666666;
	/* [disabled]background-color: #FFFF00; */
}

/*.interior form .legal p:first-of-type {float: left}
.interior form .legal p:nth-of-type(2) {float: right}
.interior form .botonform {
	width: 100%;
	height: 50px;
	clear: both;
}*/
.interior form .legal input {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	clear: left;
}
.interior form .botonform input {
	float: right;
}
.interior form .botonform a {
	float: left;
	/* [disabled]display: block; */
	/* [disabled]height: 28px; */
	/* [disabled]line-height: 28px; */
}

.interior form .camposh {
	display: none;
}
.interior form p {
	padding: 5px;
	margin: 0;
}



.interior form span {
	color: #D1233E;
	/* [disabled]margin-left: 3px; */
	font-size: 120%;
}

.bloqueizd {
	float: left;
	/* [disabled]margin-left: 15px; */
	clear: none;
	text-align: left;
}
.bloqueder {
	float: right;
	text-align: left;
	clear: right;
}

.bloquecen { /* para TEXTAREA */
	text-align: left;
	margin-top: 5px;
	font-size: 16px;
	color: #555;
}

/* anchos */
.w10 {
	width: 600px
}
.w9 {
	width: 540px
}
.w8 {
	width: 480px
}
.w7 {
	width: 420px
}
.w6 {
	width: 360px
}
.w5 {
	width: 300px
}
.w4 {
	width: 240px
}
.w3 {
	width: 180px
}
.w2 {
	width: 120px
}
.w1 {
	width: 60px
}
@-moz-document url-prefix() {
	  .w10 {
	   width: 600px;
	  }
}
/* ******* */

/* altos */
.h10 {
	height: 630px
}
.h9 {
	height: 567px
}
.h8 {
	height: 504px
}
.h7 {
	height: 441px
}
.h6 {
	height: 378px
}
.h5 {
	height: 315px
}
.h4 {
	height: 252px
}
.h3 {
	height: 198px
}
.h2 {
	height: 126px
}
.h1 {
	height: 63px
}
/* ******* */

.campoIncorrecto {
	background-color: #FBD0E7 !important;
}

.textoIncorrecto {
	color: #9f0d58;
	font-weight: bold;
}

.interior form .ancho {
	width: 500px;
}
.interior form h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #BD0E1A;
	margin-bottom: 20px;
	font-size: 21px;
}
.interior form h3 span {
	font-weight: normal;
	color: #666666;
	margin-left: 3px;
	font-size: 80%;
	/* [disabled]font-weight: bold; */
	line-height: 100%;
}
.interior form .separa {
	margin-top: 20px;
}

form.recuerda {
	width: 580px;
	border: 1px solid #999;
	padding: 30px;
	float: left;
	background-color: #DFDFDF;
	border-radius: 12px;
}
.interior .mensaje {
	/* [disabled]font-style: italic; */
	line-height: 1.4em;
	padding: 220px 25px 20px;
	border-radius: 12px;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	background-position: center top;
	color: #666666;
	min-height: 45px;
	background-color: #FFFFFF;
}
.interior .mensaje.compra {background-image:url(img/compra-ok.png)}
.interior .mensaje.envio {background-image:url(img/email-ok.png)}
.interior .mensaje.registro {background-image:url(img/registro-ok.png)}
.interior .mensaje.paypal {
	background-image: url(img/logotipo_paypal_pagos_tarjetas.jpg);
	background-position: center 60px;
	padding-top: 150px;
}
.interior .mensaje.transfer {background-image:url(img/pago-transfer.png)}
.interior .mensaje.contra {background-image:url(img/pago-contra.png)}

.interior .mensaje .importe {
	text-align: center;
	margin: 20px;
	padding: 20px;
	font-weight: bold;
}
.interior .mensaje .importe span {
	font-size: 24px;
	color: #FFFFFF;
	background-color: #D1233E;
	padding: 10px 15px;
	border-radius: 10px;
	/* [disabled]border: 2px solid #FFFFFF; */
	/* [disabled]box-shadow: 0px 1px 6px #000000; */
	margin-left: 20px;
	/* [disabled]font-weight: normal; */
}

.interior .error {
	font-style: italic;
	line-height: 1.4em;
	padding: 15px 15px 10px 50px;
	border-radius: 12px;
	border: 1px solid #980C16;
	margin-bottom: 20px;
	background-image: url(img/icon-alerta.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	color: #FFF;
	background-color: #9F0D58;
	min-height: 25px;
}
.interior .mensajeaviso {
	color: #FFFFFF;
	background-color: #333333;
	text-align: left;
	padding: 15px 15px 15px 70px;
	background-image: url(img/iconos/comentario-aviso.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	border-radius: 12px;
	font-size: 1em;
	line-height: 1.4em;
	margin: 15px auto;
}

.interior blockquote {
	padding-left: 20px;
}
#central .nota {
	color: #666666;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 5px;
}

/* ******************************** */

#central .interior .firma {
	font-style: italic;
	padding-right: 5%;
	padding-left: 65%;
}
#central .interior .apartado {
	font-weight: bold;
	color: #AE1D31;
}
#central .interior table.precios {
	width: 90%;
	margin: 5%;
}
#central .interior .precios th {
	color: #FFFFFF;
	background-color: #41609F;
	padding: 5px;
	border: 1px solid #9FB3D9;	
}
#central .interior .precios td {
	background-color: #EAEAEA;
	padding: 5px;
	border: 1px solid #9FB3D9;
}
#central .interior .precios td.servicio {
	background-color: #DEE3EF;
	font-weight: bold;
}
.interior.contacto {
	background-image: url(http://www.edicionesalbores.com/web/img/contacto-britannia.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
}
.interior.contacto form {
	padding-top: 25px;
}
#pie .social .botonplus {
	float: left;
	height: 30px;
	width: 50px;
}
#pie .social .facebook {
	float: right;
	height: 30px;
	width: 140px;
	text-align: right;
}
.cambiar {
	background-color: #FFFF00;
}

/* LOCALIZACION */
.interior .mapaloc {
	width: 735px;
	background-color: #41609F;
	text-align: center;
	height: 300px;
	margin: 10px -25px 0px;
	border-top: 5px solid #D4DBE8;
	border-bottom: 5px solid #D4DBE8;
}
.mapaloc iframe {
	height: 300px;
	width: 735px;
}
.interior .ampliar {
	text-align: center;
	padding: 10px;
	height: 24px;
}
.interior .ampliar a {
	line-height: 24px;
	background-image: url(img/iconos/ampliar.png);
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 28px;
	transition: all linear 0.2s;
	background-position: left center;
}
.interior .ampliar a:hover {font-size:24px}
.interior .datocontacto {
	margin-top: 40px;
	margin-bottom: 20px;
	height: 200px;
	background-image: url(img/foto-destacada.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.datocontacto div.info {
	float: left;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 64px;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 25px;
	background-color: #E4E4E4;
	box-shadow: 0px 0px 3px #000000;
}
.datocontacto .direccion {
	background-image: url(img/iconos/mapa.png);
	background-position: 20px center;
	width: 60%;
	background-color: #FFFF00;
}
.datocontacto .telefono {
	background-image: url(img/icon-telefono.png);
	background-position: 20px center;
	width: 25%;
	clear: left;
	margin-right: 5%;
}
.datocontacto .movil {
	background-image: url(img/icon-movil.png);
	background-position: 20px center;
	width: 25%;
	margin-left: 5%;
}
.datocontacto .email {
	background-image: url(img/icon-mail.png);
	background-position: 20px center;
	width: 60%;
	clear: left;
}


/* CARRITO ------------------------------------------------------- */
.filapar {
	background-color: #DBDBDB;
	border-bottom: solid 1px #FFF;
}
.filaimpar {
	background-color: #FFFFFF;
}
#carrito {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}

#carrito td {
	text-align: center;
	background-repeat: no-repeat;
	background-position: 20px center;
	line-height: 20px;
	height: 20px;
	padding: 6px;
}
#carrito th {
	padding: 6px;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	background-color: #D1233E;
}

#carrito a {
	color: #892E35;
	text-decoration: none;
}
#carrito a:hover {
	color: #C6545D;
	text-decoration: underline;
}


#carrito img {
	border: 0;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
}
#carrito input {
	font-size: 12px;
	text-align: right;
	padding: 4px;
	vertical-align: middle;
	background-repeat: repeat-x;
	background-position: center;
	background-image: none;
	width: 24px;
	margin: 0px;
	border: 1px dotted #999;
	background: transparent;
}
#carrito .precio {
	text-align: right;
	padding-right: 15px;
	/* [disabled]font-weight: bold; */
	width: 50px;
	white-space: nowrap;
}
#carrito .suma {
	text-align: right;
	padding-right: 15px;
	/* [disabled]font-weight: bold; */
	/* [disabled]height: 26px; */
	/* [disabled]line-height: 26px; */
	background-color: #AEAEAE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
	white-space: nowrap;
}

#carrito .total {
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	background-image: url("http://www.edicionesalbores.com/web/web/img/fondoitem.png");
	background-repeat: repeat-x;
	background-position: center center;
	white-space: nowrap;
	background-size: cover;
}
#carrito .nombre {
	text-align: left;
}
#carrito .referencia {
	width: 20px;
}
#carrito .cantidad {
	width: 100px;
	white-space: nowrap;
}

#carrito_email {
	border: 1px solid #FFFFFF;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 500px;
}
#carrito_email .cantidad {
	width: 120px;
}

#carrito_email td {
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D5D5;
}
#carrito_email th {
	padding: 5px;
	text-align: center;
	background-color: #FF962E;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#carrito_email .nombre {
	width: 100;
}
#carrito_email .referencia {
	width: 50px;
}
#carrito_email input {
	font-size: 11px;
	background-color: #ECE9E9;
	margin-right: 3px;
	margin-left: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: right;
}

#carrito_email .cambiar {
	color: #FFFFFF;
	background-color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 11px;
	padding: 0px;
	text-align: center;
	cursor: pointer;
}


.faseon {
	color: rgb(255, 255, 255);
	padding-left: 5px;
	padding-right: 5px;
	background-color: #A5A49E;
	background-image: url(http://www.edicionesalbores.com/web/img/cart_fase_on.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBDBD8;
}

.faseoff {
	color: rgb(255, 255, 255);
	padding-right: 5px;
	padding-left: 5px;
	background-color: #D0D0CE;
	background-image: url(http://www.edicionesalbores.com/web/img/cart_fase_off.png);
	background-repeat:  repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ECECEB;
}
.acciones {
	text-align: center;
	padding: 10px;
}
.acciones img {
	margin-right: 5px;
	margin-left: 5px;
}
#formadepago {
	/* [disabled]background-color: #CCC; */
	width: 698px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
#formadepago td {
	background-repeat: no-repeat;
	padding: 10px;
	background-position: 20px 7px;
	vertical-align: top;
	line-height: 24px;
}
#formadepago p {text-align:right !important}

#navegador {
	height: 60px;
	background-image: url(http://www.edicionesalbores.com/web/img/nav_izd.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	width: 600px;
	clear: both;
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 60px;
}
#navegador .pasoanterior {
	background-image: url(http://www.edicionesalbores.com/web/img/cart_fase_on.png);
	background-repeat:  repeat-x;
	float: left;
	height: 40px;
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 40px;
	color: #999999;
}
#navegador .pasoactual {
	background-image: url(http://www.edicionesalbores.com/web/img/nav_cart.png);
	background-repeat: no-repeat;
	float: left;
	white-space: nowrap;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	background-position: center top;
}
#navegador .pasoposterior {
	background-image: url(http://www.edicionesalbores.com/web/img/cart_fase_off.png);
	background-repeat: repeat-x;
	float: left;
	padding-top: 40px;
	padding-right: 12px;
	padding-left: 12px;
	white-space: nowrap;
	color: #999999;
}
#navegador .finaloff {
	background-image: url(http://www.edicionesalbores.com/web/img/nav_der_off.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 40px;
	width: 15px;
}
#navegador .finalon {
	background-image: url(http://www.edicionesalbores.com/web/img/nav_der.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 40px;
	width: 15px;
}
/* ***** ????? ******** */
.linea {
	margin-left: auto;
	width: 500px;
	margin-right: auto;
	text-align: left;
	padding-top: 10px;
}
.linea img {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #000;
}
/* VALIDACION */
#validacion {
	display: table;
	width: 100%;
}
#validacion .login, #validacion .registrate {
	display: table-cell;
	width: 40%;
	padding: 5% 5% 0%;
}
#validacion p.indicador {
	text-align: center;
	font-weight: bold;
	background-image: url(img/fondo_marcacolumna.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
}
#validacion .login {
	text-align: center;
}
#validacion .opcion {
	width: 200px;
	margin: 0px auto 20px;
	text-align: center;
}
#validacion .registrate .intro {
	background-image: url(img/fondo-usuario.png);
	background-repeat: no-repeat;
	background-position: center -20px;
	padding-top: 110px;
	padding-bottom: 15px;
}
.avisoerror {
	color: #FFFFFF;
	background-color: #9F0D58;
	text-align: center;
	padding: 2% 2% 2% 15%;
	width: 65%;
	background-image: url(img/iconos/aviso.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-radius: 12px;
	margin: 20px auto;
	background-size: contain;
}
/* ******************* */
#envio td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#envio {
	border: 1px solid #CCCCCC;
	width: 100%;
	margin: 30px auto 15px;
	background-color: #EFEFEF;
}
#envio caption {
	font-weight: bold;
	background-color: #BD0E1A;
	padding: 5px;
	background-image: url("http://www.edicionesalbores.com/web/web/img/fondoitem.png");
	background-repeat: repeat-x;
	background-position: center center;
	color: #FFF;
}
/* PEDIDOS ------------------------------------------------------- */
table#pedidos {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}

#pedidos td {
	padding: 5px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
#pedidos th {
	padding: 6px;
	text-align: center;
	background-color: #AE1D31;
	font-size: 14px;
	background-size: cover;
	background-image: url("http://www.edicionesalbores.com/web/web/img/fondoitem.png");
	background-repeat: repeat-x;
	background-position: left center;
	color: #FFF;
}

#pedidos .fecha {
	color: #666;
	text-decoration: none;
	/* [disabled]font-weight: bold; */
}

#pedidos .numero {
	color: #000;
	text-decoration: none;
}

#pedidos a {
	color: #800000;
	text-decoration: none;
}

#pedidos img {
	border: 0;
}

#pedidos .pendiente {
	color: #FFF;
	background-color: #AE1D31;
}

#pedidos .preparacion {
	color: #FFF;
	/* [disabled]text-align: left; */
	background-repeat: no-repeat;
	background-color: #35A0C2;
}

#pedidos .enviado {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #339966;
}

#pedidos .entregado {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FF9900;
}

#pedidos .cancelado {
	color: #FFF;
	background-color: #787878;
}

.interior .formadepago {
	min-height: 100px;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 10px 250px 10px 20px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	border-radius: 12px;
	margin-top: 30px;
}

.formadepago.paypal {
	background-image: url(img/logotipo_paypal_pagos_tarjetas.jpg);
	background-position: 365px top;
	padding-right: 20px;
}
.formadepago.paypal p:first-of-type {margin-bottom: 40px}
.formadepago.transfer {background-image: url(img/peq/pago-transfer.png);}
.formadepago.contra {background-image: url(img/peq/pago-contra.png);}
.relacionados {
	font-size: 24px;
	padding: 8px 8px 16px 40px;
	background-image: url(img/iconos/relacionados.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #7F7F7F !important;
}
.interior .fotocentro {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.interior > p {text-align:justify}
.interior > p:first-of-type {
	font-weight: bold;
}
form.boletin {
	background-image: url(img/adorno-boletin.png);
	background-repeat: no-repeat;
	background-position: 90% top;
}
form.boletin .legal {
	top: 0px;
	margin-bottom: 20px;
}
/* ACTUALIZACIONES */
.actualizaciones {
	padding-top: 20px;
	padding-left: 0px !important;
	list-style: none !important;
}
.actualizaciones li {
	background-color: #999999;
	margin-bottom: 15px;
	background-image: url(img/actualizacion-lista.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 12px;
}
.actualizaciones li:hover {
	background-image: none;
	background-color: #92091B;
}
.actualizaciones li img {
	float: left;
	height: 100px;
	width: auto;
	margin-right: 15px;
	vertical-align: middle;
}
.actualizaciones li a {
	display: block;
	padding: 20px 20px 20px 70px;
	background-image: url(img/adorno-actualizacion.png);
	background-repeat: no-repeat;
	background-position: -38px center;
	color: #FFFFFF;
	transition: all 0.2s
}
.actualizaciones li a:hover {	background-position: 10px center; transition: all 0.2s}
.actualiza_detalle {
	padding-top: 20px;
	padding-left: 0px !important;
	list-style: none !important;
}
.actualiza_detalle li {
	background-color: #FFFFFF;
	margin-bottom: 15px;
	background-image: url(img/adorno-actualiza-detalle.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	border-radius: 12px;
	box-shadow: 0px 0px 0px 1px #ccc;
}
.actualiza_detalle li:hover {
	/* [disabled]background-image: none; */
	box-shadow: 0px 0px 0px 1px #666666;
}
.actualiza_detalle li img {
	float: left;
	height: 100px;
	width: auto;
	margin-right: 15px;
	vertical-align: middle;
}
.actualiza_detalle li a {
	display: block;
	padding: 20px 70px;
	background-image: url(img/adorno-descarga.png);
	background-repeat: no-repeat;
	background-position: right -98px;
	color: #92091B;
	transition: all 0.2s
}
.actualiza_detalle li a:hover {
	background-position: right -55px;
	transition: all 0.2s
}
.actualiza_detalle li span {
	display: block;
}
.actualiza_detalle li .fecha {
	color: #999999;
}
.interior > ul {
	padding-left: 15px;
	list-style: disc;
}
.interior > ul li {
	margin-bottom: 1em;
}
.interior.clave .legal {
	margin-bottom: 50px;
	top: 20px;
}
.interior.clave {
	background-image: url(img/adorno-boletin.png);
	background-repeat: no-repeat;
	background-position: 360px 135px;
}
/* puntuación estrellas*/
.interior >.puntuacion {
	float: right;
	height: 24px;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	color: #7f7f7f;
	position: relative;
	top: -8px;
}
.numopiniones {
	float: right;
	line-height: 24px;
	font-weight: bold;
}
.estrellas {
	float: right;
	width: 60px;
	background: #ccc;
	height: 10px;
	margin-top: 7px;
	margin-left: 7px;
	overflow: hidden;
}

.estrellas .color {
	height: 12px;
	background-color: #E20E6E;
}
.estrellas .mascara {height: 12px; width: 60px; overflow: hidden}
.estrellas .mascara img {
	position: relative;
	top: -6px;
	left: 0px;
	height: 12px;
	margin: 0px;
	/* [disabled]border: 1px solid #FFFFFF; */
}
.estrellas-wrapper {margin-top: 20px}
.estrellas-wrapper a.puntuada{
	color: #de5013;
}
#comentarios h3 {
	background-image: url(img/iconos/comentarios.png);
	background-repeat: no-repeat;
	padding: 8px 8px 8px 40px;
	font-size: 24px;
	color: #7F7F7F;
	float: left;
}
#comentarios .media {
	line-height: 24px;
	clear: right;
	float: right;
	height: 24px;
	width: 200px;
	color: #7F7F7F;
	text-align: right;
	font-size: 14px;
}
#comentarios > .puntuacion {
	font-size: 18px;
	font-weight: bold;
}
#comentarios .comentatario > .puntuacion {}
#comentarios .media span {
	color: #000000;
}
#comentarios .opina {
	line-height: 24px;
	clear: right;
	float: right;
	height: 24px;
	width: 150px;
	padding-right: 24px;
	background-image: url(img/iconos/opina.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
}
.comentario .puntuacion .estrellas {
	margin-right: auto;
	margin-left: auto;
	float: none;
}

/*   ******************** comentarios ******************* */
.comentario {
	margin-bottom: 20px;
	/* [disabled]background-color: #E0E0E0; */
	padding: 10px;
	overflow: hidden;
	border-radius: 12px;
}

.comentario .usuario {
	float: right;
	width: 130px;
	color: #FFF;
	background-color: #9F0D58;
	text-align: left;
	background-image: url(img/iconos/user.png);
	background-repeat: no-repeat;
	background-position: 140px center;
	border-radius: 6px 6px 0px 0px;
	padding: 10px 30px 10px 10px;
}
.comentario .fecha {
	color: #666;
	text-align: center;
	clear: right;
	float: right;
	background-image: url(img/iconos/fecha.png);
	width: 140px;
	background-position: right center;
	background-repeat: no-repeat;
	line-height: 24px;
	padding: 5px 25px 5px 5px;
	height: 24px;
	overflow: hidden;
	background-color: #E8E8E8;
	border-radius: 0px 0px 6px 6px;
}
.comentario .puntuacion {
	text-align: center;
	/* [disabled]background-color: #FFFFFF; */
	/* [disabled]border-radius: 0px 0px 6px 6px; */
	clear: right;
	float: right;
	height: 24px;
	width: 170px;
}
.comentario .entradilla {
	background-image: url(img/comentario-margen.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px 30px 10px 10px;
	float: left;
	height: auto;
	width: 440px;
	border-radius: 12px 0px 0px 12px;
}
.comentario .entradilla p {
	margin-top: 0px;
}
#central .filtro {
	border: 1px solid #DFDFDF;
	background-color: #FFFFFF;
	text-align: center;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.7);
	color: #D1233E;
	font-weight: bold;
}
.filtro span {
	display: inline-block;
	padding: 8px 8px 8px 30px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 20px;
}
.filtro .todos {
	background-image: url(img/iconos/tipo-todos.png);
}
.filtro .papel {
	background-image: url(img/iconos/tipo-papel.png);
}
.filtro .ebook {
	background-image: url(img/iconos/tipo-ebook.png);
}
.filtro a {
	color: #666666;
	font-weight: normal;
}
.filtro a:hover {
	color: #D1233E;
	font-weight: normal;
	text-decoration: none;
}
.fichadestacada .disponible {
	height: 27px;
	width: 54px;
	top: 312px;
	text-align: left;
	z-index: 99;
	left: 5px;
}
.fichadetalle .version {
	height: 24px;
	width: 140px;
	top: 30px;
	right: 30px;
	text-align: right;
	position: absolute;
	font-size: 14px;
	color: #9F0D58;
	z-index: 99;
	background-repeat: no-repeat;
	padding: 10px;
	background-color: #E5DCE0;
	border-right: 1px solid #9F0D58;
	border-bottom: 1px solid #9F0D58;
}
.fichadetalle .version img {
	float: right;
	margin-left: 10px;
}
.fichadetalle .disponible {
	height: 40px;
	width: 180px;
	top: 260px;
	right: 30px;
	text-align: right;
	position: absolute;
	font-size: 16px;
	line-height: 32px;
	z-index: 999;
}
.fichadetalle .disponible img {
	float: right;
	margin-left: 10px;
}
.fichadetalle .disponible a {
	background-repeat: no-repeat;
	background-position: 150px center;
	display: block;
	padding: 4px 36px 4px 8px;
	border-radius: 8px;
	color: #9F0D58;
}
.fichadetalle .disponible a:hover {
	color: #E20E6E;
}
.fichadetalle .disponible a.papel {	background-image: url(img/iconos/tipo-papel.png);}
.fichadetalle .disponible a.papel:hover {background-image: url(img/iconos/tipo-papel-hover.png);
}
.fichadetalle .disponible a.ebook {	background-image: url(img/iconos/tipo-ebook.png);}
.fichadetalle .disponible a.ebook:hover {background-image: url(img/iconos/tipo-ebook-hover.png);}

/* PORTADA */
#header .social {
	float: right;
	width: 450px;
}
#header #frase {
	float: left;
	height: 45px;
	width: 330px;
	font-style: italic;
	line-height: 45px;
	font-size: 1.6em;
	color: #999999;
	padding-left: 90px;
}
#web .blanco {
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
}
.banerpek {
	background-repeat: no-repeat;
	background-position: center center;
	height: 225px;
	width: 420px;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 1px 5px #000000;
	border-radius: 10px;
	margin-bottom: 25px;
}
.banerpek.izq {
	background-image: url(img/baner-coedicion.jpg);
	float: left;
	margin-left: 25px;
}
.banerpek.der {
	background-image: url(img/baner-autoedicion.jpg);
	float: right;
	margin-right: 25px;
}

.banerpek h1 {
	background-color: rgba(159,13,88,1);
	font-size: 1.8em;
	padding: 10px 10px 12px;
	line-height: 1em;
}
.banerpek a:hover h1 {
	background-color: rgba(159,13,88,0.8);
	font-size: 1.8em;
}
.banerpek a {
	color: #fff;
	display: block;
	height: 225px;
	/* [disabled]padding: 10px; */
}
.banerpek a:hover {text-decoration: none}
.banerpek h2 {
	padding: 100px 0px 0px;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
	margin: 0px;
}
.banerpek a:hover h2{
	color: #FBBBD8;
}
.noticias {
	clear: both;
	padding: 0px 25px 15px;
}
.noticia {
	/* [disabled]background-color: #ededed; */
	margin-bottom: 20px;
}
.noticias h2 {
	color: #DD0E6B;
	font: 3em/1em kaffeesatz;
	margin: 0px;
	padding: 0px;
}
.noticia .fecha {
	float: right;
	height: 200px;
	width: 50px;
	padding-left: 20px;
	border-left: 1px solid #999999;
	color: #9f0d58;
	text-align: center;
}
.noticia .titulo img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 1px 5px #000000;
}
.noticia .cuerpo {
	width: 820px;
	height: 200px;
	position: relative;
}
.noticia .cuerpo .titulo a {
	font-size: 26px;
	color: #333333;
	line-height: 30px;
}
.noticia .cuerpo .titulo a:hover {
	color: #9F0D58
}
.noticia .cuerpo .mas {
	background-image: url(img/noticia-leer.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 40px;
	width: 50px;
	right: -90px;
	bottom: 0px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}
.noticia .cuerpo .mas:hover {
	background-image: url(img/hover/noticia-leer.png);
}
.noticia .cuerpo .entradilla {
	line-height: 1.3em;
	font-size: 1.1em;
}
.noticia .fecha .dia {
	font-size: 36px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.noticia .fecha .mes {
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.noticia .fecha .year {
	letter-spacing: 0.1em;
}


/*****************************************************************/
#col_izquierda {
	float: left;
	width: 600px;
	padding-right: 20px;
	/* [disabled]border-right: 1px dashed #E5DDE1; */
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1em;
	line-height: 1.3em;
	margin-left: 20px;
}
#col_derecha {
	float: right;
	width: 280px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: center;
}
#col_izquierda h1, h1.destacado {
	line-height: 1.2em;
	margin: 0px;
	font-size: 36px;
	line-height: 36px;
	background-image: url(img/subrayado.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 0px 24px;	
}
#col_izquierda h2 {
	font-size: 1.8em;
	color: #9C0D56;
	padding-left: 20px;
	border-left: 12px solid #e20e6e;
	line-height: 1.1em;
}
#col_derecha h2 {
	color: #9F0D58;
}
#col_derecha p.enlace {
	background-color: #E5DDE1;
	border-right: 1px solid #9F0D58;
	border-bottom: 1px solid #9F0D58;
	border-left: 5px solid #9F0D58;
	border-top: 1px solid #9F0D58;
}

#col_derecha p.enlace a {
	color: #9F0D58;
	display: block;
	padding: 10px;
}
#col_derecha p.enlace a:hover {
	color: #fff;
	background-color: #9F0D58;
	display: block;
	padding: 10px;
	text-decoration: none;
}
#col_derecha .opinion {
	font-size: 13px;
	text-align: left;
	font-style: italic;
}
#col_derecha .opinion p:first-of-type {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
#col_derecha hr {border: none; background-color: white;}
/****************************/
#col_izquierda .cita {
	font-weight: bold;
	color: #9F0D58;
	padding: 10px 40px;
	display: block;
	text-align: center;
	background: no-repeat top left url(img/comilla-inicial.png), no-repeat top right url(img/comilla-final.png);
}
#col_izquierda ul {
	list-style: none;
	margin: 10px 10px 10px 0px;
}
#col_izquierda ul li {
	padding: 5px 10px;
	margin: 0px 0px 6px;
	border-radius: 6px;
	background-color: #EBEBEB;
	border-left: 6px solid #E20E6E;
	overflow: hidden;
	width: auto;
}
#col_izquierda ul li hr {
	font-size: 1px;
	line-height: 1px;
	margin: 5px 0px 0px;
	padding: 0px;
	border-style: none;
	outline: none;
}

#col_izquierda ol {
	margin: 10px 10px 10px 0px;
	list-style: decimal;
	color: #E20E6E;
}
#col_izquierda ol li {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #E9E9E9;
	color: #000000;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	overflow: hidden;
	width: auto;
	border-radius: 6px;
}
#col_izquierda ol li img {
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
	margin-left: 10px;
	/* [disabled]border: 1px solid #FFFFFF; */
	margin-bottom: 5px;
}
#col_izquierda ol li > span {
	color: #E20E6E;
	font-weight: bold;
	font-size: 1.5em;
}
img.pictop {
	padding-top: 5px;
	padding-bottom: 5px;
	float:none !important;
	margin-left: 0!important;
	margin-right: 0!important;
}
table.datos {
	width: 600px;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-bottom: 20px;
}
table.datos td {
	padding: 5px;
	text-align: center;
}
table.datos td.enunciado {
	color: #FFFFFF;
	background-color: #1A161B;
}
table.datos td.fila {
	background-color: #E20E6E;
	color: #FFFFFF;
}
table.datos td.columna {
	background-color: #9F0D58;
	color: #FFFFFF;
}
table.datos td.precio {background-color: #E9E9E9}
.flotad.email {
	background-image: url(img/icono-email.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
}
.flotai.telefono {
	background-image: url(img/icono-telefono.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-weight: bold;
	color: #DA0D6A;
}
/***************************/
section.librerias article:nth-of-type(3n) {
	margin-right: 7px!important;
}
section.librerias article:nth-of-type(6n) {
	margin-right: 0px!important;
}
.librerias {
	width: auto;
	overflow: hidden;
	clear: both;
	padding: 20px;
	text-align: center;
}
.librerias article {
	margin: 7px;
	float: left;
	width: 140px;
	background-color: #ebebeb;
	box-shadow: 0px 1px 3px #000000;
	border-radius: 0px 0px 10px 10px;
	font-size: 14px;
	height: 170px;
	position: relative;
}
.librerias article p {
	margin: 0px;
	padding: 5px;
	text-align: center;
}
.librerias article p:first-of-type {font-weight:bold}
.librerias article p:last-of-type {position: absolute; bottom: 5px; left:0px; width: 100%;}
.librerias article img {
	/* [disabled]max-width: 140px; */
	max-height: 70px;
}
.librerias h2 {
	border-bottom: 1px dashed #E20E6E;
	padding-bottom: 10px;
}
#col_derecha .contacto {
	background-image: url(img/col_datos.png);
	background-repeat: no-repeat;
	position: relative;
	height: 600px;
	width: 280px;
}
#col_derecha .contacto .telefono {
	position: absolute;
	top: 180px;
	height: 50px;
	width: 263px;
	left: 8px;
	font-size: 2em;
	font-weight: bold;
	line-height: 50px;
	color: #FFFFFF;
	background-color: #D70D69;
}
#col_derecha .contacto .email {
	position: absolute;
	top: 510px;
	height: 50px;
	width: 280px;
	left: 0px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 50px;
}
#col_izquierda h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#col_izquierda .avisolegal p {
	font-size: 14px;
	line-height: 18px;
}
/****************************/
.opiniones {
	padding-top: 20px;
	clear: both;
	padding-bottom: 20px;
}
.opiniones article {
	background-image: url(img/comillas.png);
	background-repeat: no-repeat;
	background-position: right 20px;
	padding: 20px 100px 20px 10px;
	clear: both;
	overflow: hidden;
	width: auto;
	border-bottom: 1px dashed #9F0D58;
	margin-right: 20px;
	margin-left: 20px;
}
.opiniones article p:first-of-type {font-weight: bold}
.opiniones article:last-of-type {
	/* [disabled]border: none; */
}
.opiniones .leermas {
	text-align: right;
	margin: 10px 20px 0px 0px;
	padding: 0px 50px 0px 0px;
	background-image: url(img/opinion-mas.png);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 40px;
	height: 40px;
}

/* texto adicional en portada */
#general aside {
	clear: both;
	margin: 0px 25px;
}
#general aside .CollapsiblePanelTab {
	font-style: normal;
}
#general aside .CollapsiblePanelTabHover {
	background-image: url(img/pregunta_open.png);
	background-repeat: no-repeat;
	background-position: 860px top;
	color: #9F0D58;
}
#general aside .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-image: url(img/pregunta_close.png);
	background-repeat: no-repeat;
	background-position: 860px top;
	color: #9F0D58;
}#general .opiniones .destacado {
	margin-left: 20px;
}
#general aside #texto_intro .CollapsiblePanelTab {
	cursor: default;
}