/* NUEVO CARROUSEL */
#newSlide {
	width: 100%;
	height: 272px;
	overflow: hidden;
	background-color: #8F8F8F;
}
#newSlide.no_editoriales {
	height: 233px;
}

/* HEADER */
#newSlide #headerSlide {
	height: 32px;
}
#newSlide #headerSlide #tabsHeaderSlide {
	font-size: 0;
}
#newSlide #headerSlide #tabsHeaderSlide > div {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	height: 32px;
}
#newSlide #headerSlide #tabsHeaderSlide div.tab {
	height: 33px;
	padding: 7px 15px;
	border: 1px solid #555;
	border-top-right-radius: 20px 60px;
	-moz-border-radius-topright: 20px 60px;
	-webkit-border-top-right-radius: 20px 60px;
	background-color: grey;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#newSlide #headerSlide #tabsHeaderSlide #tabNovedades {
	z-index: 1;
	border-left: none;
}
#newSlide #headerSlide #tabsHeaderSlide #tabReimpresiones {
	margin-left: -6px;
	border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
}
#newSlide #headerSlide #tabsHeaderSlide div.tab > span {
	font-size: 13px;
	color: white;
	font-weight: bold;
}
#newSlide #headerSlide #tabsHeaderSlide div.tabActive {
	background-color: #979797;
	border-bottom: none;
}
#newSlide #headerSlide #tabsHeaderSlide div.tab span.arrow {
	display: inline-block;
	height: 10px;
	width: 12px;
	background: none;
}
#newSlide #headerSlide #tabsHeaderSlide div.tabActive span.arrow {
	background: url('../images/bg_arrow.png') no-repeat 0px 1px;
}
#newSlide #headerSlide #tabsHeaderSlide #rss {
	padding: 5px 10px;
	float: right;
	text-align: right;
}
#newSlide #headerSlide #tabsHeaderSlide #rss a {
	display: inline-block;
	letter-spacing: 0.5px;
	font-size: 12px;
	color: white;
}
#newSlide #headerSlide #tabsHeaderSlide #rss a span {
	display: inline-block;
	margin: 0 10px;
	padding-top: 5px;
	vertical-align: top;
}
#newSlide #headerSlide #tabsHeaderSlide #rss a img {
	display: inline-block;
}

/* CONTENT */
#newSlide #contentSlide {
	height: 200px;
	border-top: 1px solid #555;
	background-color: #979797;
}
#newSlide #contentSlide .swiper-libros {
	height: 200px;
	margin: 0 auto;
	width: 98%;
}
#newSlide #contentSlide .swiper-libros.filtroEditorial {
	width: 762px;
}
#newSlide #contentSlide .editorialSeleccionada {
	width: 217px;
	height: 100%;
	padding: 10px;
	box-sizing: padding-box;
	background-color: #FFF;
	-webkit-box-shadow: -35px -145px 35px -130px #AAA inset;
	-moz-box-shadow: -35px -145px 35px -130px #AAA inset;
	box-shadow: -35px -145px 35px -130px #AAA inset;
	text-align: center;
}
#newSlide #contentSlide .editorialSeleccionada .logo_editorial {
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	margin: 10px auto;
	width: 100%;
}
#newSlide #contentSlide .editorialSeleccionada .logo_editorial img {
	display: block;
	height: 78px;
	margin: 5px auto;
	width: 160px;
}
#newSlide #contentSlide .editorialSeleccionada .web a {
	color: #666;
	display: block;
	font-size: 0.95em;
	margin: 3px 0;
	text-decoration: none;
}
#newSlide #contentSlide .editorialSeleccionada .quitar_filtro a {
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: -3px -5px 15px -12px #000 inset;
	color: #1f99e2;
	font-weight: bold;
	margin: 10px auto 5px;
	padding: 2px 5px;
	width: 100px;
	display: block;
	text-decoration: none;
}
#newSlide #contentSlide .editorialSeleccionada .volver {
	color: #555;
	font-size: 0.8em;
	margin-top: 5px;
}
#newSlide #contentSlide .cargando {
	margin: 0 auto;
	height: 100%;
	width: 200px;
}
#newSlide #contentSlide .cargando > div,
#newSlide #contentSlide .sinLibros {
	text-align: center;
	color: white;
	font-weight: bold;
}
#newSlide #contentSlide .cargando > div {
	width: 200px;
	padding: 70px 0;
}
#newSlide #contentSlide .sinLibros {
	margin: 90px auto 0;
}
#newSlide #contentSlide .cargando > div > img {
	margin-bottom: 15px;
	width: 30px;
}
#newSlide #contentSlide .swiper-slide {
	text-align: center;
	background: transparent;
	/*width: auto !important;*/
}
#newSlide #contentSlide,
#newSlide #contentSlide .swiper-libros .swiper-slide,
#newSlide #footerSlide .swiper-editoriales .swiper-slide,
#newSlide #footerSlide #filtroEditorial,
#newSlide #footerSlide #filtroFecha {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#newSlide #contentSlide .swiper-libros  .swiper-slide,
#newSlide #footerSlide .swiper-editoriales .swiper-slide {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#newSlide #contentSlide .swiper-slide > img {
	height: 160px;
	width: 111px;
	margin: 0 3px;
	box-shadow: 0 0 5px 0 #333;
}
#newSlide #contentSlide .ficha_libro {
	display: none;
	position: absolute;
	width: 200px;
	top: 5px;
	margin-left: 30px;
	padding: 10px;
	z-index: 2;
	background: white;
	border: 2px solid #888;
	border-radius: 5px;
	opacity: 0.95;
	cursor: pointer;
}
#newSlide #contentSlide .ficha_libro > p {
	font-size: 1em;
}
#newSlide #contentSlide .ficha_libro > p.titulo {
	font-size: 1.1em;
	color: #396e62;
}
#newSlide #contentSlide .ficha_libro > p.editorial {
	color: #979797;
	margin-bottom: 5px !important;
}
#newSlide #contentSlide .ficha_libro > p.descripcion {
	margin-bottom: 0;
}
#newSlide #contentSlide .ficha_libro > p.titulo,
#newSlide #contentSlide .ficha_libro > p.autor,
#newSlide #contentSlide .ficha_libro > p.editorial {
	white-space: pre-line;
	margin-bottom: 0;
	font-weight: bold;
}

/* FOOTER */
#newSlide #footerSlide {
	height: 271px;
	position: relative;
	top: 0;
	z-index: 1;
	background-color: #D7D7D7;
	border-top: 1px solid #888;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#newSlide #footerSlide #filtroEditorial,
#newSlide #footerSlide #filtroFecha {
	font-size: 0;
	height: 39px;

	background: rgba(132,132,132,1);
	background: -moz-linear-gradient(top, rgba(132,132,132,1) 0%, rgba(140,140,140,1) 48%, rgba(130,128,130,1) 50%, rgba(112,112,112,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(132,132,132,1)), color-stop(48%, rgba(140,140,140,1)), color-stop(50%, rgba(130,128,130,1)), color-stop(100%, rgba(112,112,112,1)));
	background: -webkit-linear-gradient(top, rgba(132,132,132,1) 0%, rgba(140,140,140,1) 48%, rgba(130,128,130,1) 50%, rgba(112,112,112,1) 100%);
	background: -o-linear-gradient(top, rgba(132,132,132,1) 0%, rgba(140,140,140,1) 48%, rgba(130,128,130,1) 50%, rgba(112,112,112,1) 100%);
	background: -ms-linear-gradient(top, rgba(132,132,132,1) 0%, rgba(140,140,140,1) 48%, rgba(130,128,130,1) 50%, rgba(112,112,112,1) 100%);
	background: linear-gradient(to bottom, rgba(132,132,132,1) 0%, rgba(140,140,140,1) 48%, rgba(130,128,130,1) 50%, rgba(112,112,112,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#707070', GradientType=0 );
}
#newSlide #footerSlide #filtroEditorial > div,
#newSlide #footerSlide #filtroFecha > div {
	box-sizing: border-box;
	height: 38px;
	color: white;
	font-size: 13px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #999;
	border-left: 1px solid #777;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#newSlide #footerSlide #filtroEditorial > div {
	-webkit-box-flex: 1 1 auto;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1 1 auto;		/* OLD - Firefox 19- */
	-webkit-flex: 1 1 auto;		/* Safari 6.1+ */
	-ms-flex: 1 1 auto;			/* IE 10 */
	flex: 1 1 auto;
	padding: 8px 0px;
}
#newSlide #footerSlide #filtroFecha > div {
	-webkit-box-flex: 0 0 auto;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 0 0 auto;	/* OLD - Firefox 19- */
	-webkit-flex: 0 0 auto;		/* Safari 6.1+ */
	-ms-flex: 0 0 auto;			/* IE 10 */
	flex: 0 0 auto;
	padding: 8px 20px;
	border-bottom: 1px solid #888;
}
#newSlide #footerSlide #filtroEditorial #letra_123 {
	padding: 8px 2px;
}
#newSlide #footerSlide #filtroEditorial div:first-child,
#newSlide #footerSlide #filtroFecha div:first-child {
	width: 190px;
	border-left: none;
	cursor: auto;
	padding: 8px 10px;
	-webkit-box-flex: 0 1 auto; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 0 1 auto;    /* OLD - Firefox 19- */
	-webkit-flex: 0 1 auto; /* Safari 6.1+ */
	-ms-flex: 0 1 auto; /* IE 10 */
	flex: 0 1 auto;
}
#newSlide #footerSlide #filtroEditorial div.letra:hover {
	background: #396e62;
}
#newSlide #footerSlide #filtroEditorial div.letraSeleccionada,
#newSlide #footerSlide #filtroFecha div.fechaSeleccionada {
	background: #396e62;
}
#newSlide #footerSlide #filtroEditorial div.sinEditorial {
	background: #777;
	color: #555;
}
#newSlide #footerSlide #filtroEditorial div.sinEditorial:hover {
	background: #777;
	cursor: not-allowed;
}
#newSlide #footerSlide #filtroEditorial span.arrow,
#newSlide #footerSlide #filtroFecha span.arrow {
	display: inline-block;
	height: 9px;
	width: 7px;
	margin-left: 10px;
	background: rgba(0, 0, 0, 0) url('../images/flecha-gris.png') no-repeat scroll 0 0 / auto 9px;
}
#newSlide #footerSlide #filtroFecha span.calendar {
	position: relative;
	top: 3px;
	display: inline-block;
	height: 15px;
	width: 15px;
	margin-right: 10px;
	background: rgba(0, 0, 0, 0) url('../images/ico_calendar.png') no-repeat scroll 0 0 / auto 15px;
}
#newSlide #footerSlide.open {
	top: -233px;
}
#newSlide #footerSlide #botonOcultar {
	width: 90px;
	height: 20px;
	color: white;
	cursor: pointer;
	font-weight: bold;
	line-height: 20px;
	margin-left: 15px;
	text-align: center;
	background-color: #AAA;

	border-bottom-left-radius: 15px 25px;
	-moz-border-radius-bottomleft: 15px 25px;
	-webkit-border-bottom-left-radius: 15px 25px;

	border-bottom-right-radius: 15px 25px;
	-moz-border-radius-bottomright: 15px 25px;
	-webkit-border-bottom-right-radius: 15px 25px;
}
#newSlide #footerSlide #botonOcultar span.arrow {
	display: inline-block;
	height: 6px;
	width: 9px;
	margin-right: 10px;
	background: rgba(0, 0, 0, 0) url('../images/flecha-abajo.png') no-repeat scroll 0 0;
}
#newSlide #footerSlide .swiper-editoriales {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 210px;
}
#newSlide #footerSlide .swiper-editoriales .swiper-wrapper {
	width: 90%;
	margin: 0 auto;
}
#newSlide #footerSlide .swiper-editoriales .swiper-slide {
	text-align: center;
	background: transparent;
	color: #333;
	font-weight: bold;
}
#newSlide #footerSlide .swiper-editoriales .swiper-slide div.logo_editorial:first-child {
	margin-left: 0;
}
#newSlide #footerSlide .swiper-editoriales .swiper-slide div.logo_editorial:last-child {
	margin-right: 0;
}
#newSlide #footerSlide .swiper-editoriales .swiper-slide div.logo_editorial {
	width: auto;
	margin: 0 4px;
	cursor: pointer;
}
#newSlide #footerSlide .swiper-editoriales .swiper-slide .logo_editorial img {
	width: 116px;
	height: 58px;
	margin-bottom: 7px;
	border: 1px solid #AAA;
}
#newSlide #footerSlide .swiper-editoriales .swiper-slide .logo_editorial > div {
	height: 12px;
	line-height: 12px;
	margin: 0 auto;
	max-width: 118px;
	overflow: hidden;
	white-space: nowrap;
}
#newSlide #footerSlide .swiper-editoriales .swiper-button-prev,
#newSlide #footerSlide .swiper-editoriales .swiper-button-next {
	margin: 0;
	width: 22px;
	height: 22px;
	background-image: url('../images/flechas_editoriales.png');
	background-repeat: no-repeat;
	background-size: cover;
}
#newSlide #footerSlide .swiper-editoriales .swiper-button-prev {
	left: auto;
	right: 15px;
	top: 30px;
	background-position: 0 0;
}
#newSlide #footerSlide .swiper-editoriales .swiper-button-next {
	top: 135px;
	right: 15px;
	background-position: 0 -22px;
}
#newSlide #footerSlide .swiper-editoriales .swiper-button-prev:hover {
	background-position: 0 -44px;
}
#newSlide #footerSlide .swiper-editoriales .swiper-button-next:hover {
	background-position: 0 -66px;
}