/* Layout
********************************************************/
body {
	line-height: 1em;
	height:1%;
	color: #444444;
	background-color: #FFF;
}
.ocultar, .oculta {
	display: none;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
.content {
	padding-right: 38px;
	padding-top: 32px;
	padding-left: 9px;
}
#header {
	width: 100%;
	height: auto;
	top: 0;
	margin: auto 0;
	position: relative;
	vertical-align:middle;
}
#content{
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	clear: both;
	display: block;
	margin: 0 auto;
	width: 99.8%;
	background-color:#FFF;
	display: inline-block;
}
#footer {
	padding: 15px 0 24px;
	width: 100%;
}
.main-container{
	padding-bottom: 40px;
	overflow: hidden;
}


/* Sidebar
********************************************************/
#sidebar {
	float: left;
	margin: 0 0 20px;
	padding-top: 32px;
}
.sidebar-box {
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	margin-bottom: 15px;
	padding: 15px;
}
.sidebar-box h2 {
	background: #f7f7f7 none repeat scroll 0 0;
	color: #161b1e;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin: -10px -10px 12px;
	padding: 7px 14px;
}

.slick-prev:before,
.slick-next:before{
	color: #63a0de !important;
}

/* Texto
********************************************************/
body {
	font: 70%/1em "Open sans",Helvetica,Arial,sans-serif;
}
li{
	line-height: 1.5em;
	font-size: 12px;
}
p{
	font-size: 13px;
	line-height: 1.6em;
	margin-bottom: 8px;
}
.dashed-content li{
	margin-bottom: 10px;
	font-size: 13px;
}
h2, h2.title {
	font-size: 16px;
}
.content .dashed-content.gwe_texto ul {
	list-style: disc outside none;
	padding: 0 0 0 15px;
}


/* Buttons
 ********************************************************/
a.btn , a.btntwo{
	line-height: 1em;
}
input.btn , input.btntwo{
	font-weight: normal;
	line-height: 1.4em;
}
.btntwo, .btn {
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	padding: 6px 12px;
	transition: opacity 0.3s linear, background 0.3s linear;
}
.btn:hover, .btn:focus {
	color: #FFF;
	text-decoration: none;
}
.btn.disabled{
	opacity: 0.3;
}
.btntwo:hover, .btntwo:focus{
	color: #FFF;
	text-decoration: none;
}
#newsletter .btntwo {
	width: 177px;
}
#cart a.btn{
	float:right;
	margin-left:0px;
}
.btn-cart-checkout{
	background-color: #fcac4a !important;
	width: 100% !important;
	text-align: center;
}
.btn-cart-checkout:hover{
	background-color: #ea982f !important;
}
div.listado_libros.gwe_libro2 .botones .btntwo, div.listado_libros.gwe_libro3 .botones .btntwo {
	margin-top: 0px;
	width: auto;
	padding: 4px 15px 4px;
}
.minificha a.btn,.minificha a.btntwo {
	padding: 5px 15px 5px;
	float: left;
}
#acceso-pedido .btn{
	float:left;
}
#capaGastosEnvioPOD .btn.off{
	background-color:#CCC;
	border:1px solid #ADADAD;
	cursor: auto;
}
.btns-help{
	margin-top: 22px;
}
.btns-help a{
	margin-right: 8px;
	font-size: 12px;
}


/* hAcks
********************************************************/
ul{
	list-style: none;
	padding-left: 0;
}
dl {
	margin-bottom: 0;
}
.breadcrumb{
	display: none;
}
.navbar-collapse {
	padding-left: 3px;
	padding-right: 0;
}


/* Footer
********************************************************/
#footer {
	background-color: #38383a;
	padding: 0;
	width: 100%;
	color:#FFF;
	overflow: hidden;
	margin-top: 160px;
}
#footer .container{
	background-color: transparent;
}
.footer-wrapper {
	width: 100%;
	height:1%;
	margin: 0 auto;
	display: block;
	color: #323232;
}
.footer-menu {
	padding-left: 50px;
}
.footer-menu a {
	color: #d0d0d0;
	display: inline-block;
	font-size: 13px;
	margin-left: 0px;
	margin-top: 0;
	padding: 6px 4px 6px 0;
	width: 100%;
}
.footer-info {
	color: #fff;
	padding-top: 10px;
}
.data-info span{
	margin: 0 1px;
}
.footer-top p{
	line-height: 2em;
	font-size: 14px;
	margin: 0;
}
.data-info p.telephone{
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin: 0 5px;
	padding: 0 9px;
}
.data-info span.fa-map-marker{
	float: left;
	font-size: 18px;
	margin-right: 7px;
}
#footer a{
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
.footer-info p.info-name{
	font-weight: bold;
	margin: -2px 7px 0 2px;
}
.footer-info p{
	padding-left: 36px;
}
#footer .email a{
	color: #FFF;
}
.footer-top{
	padding: 26px 0;
}
.footer-bottom {
	color: #d0d0d0;
	padding: 40px 0px 14px;
}
.footer-top p {
	font-size: 13px;
	line-height: 2em;
	margin: 0 0 4px;
}
.footer-logos img{
	float: right;
}
.icon-footer {
	background-color: #0d7ddd;
	border-radius: 50%;
	color: #fff;
	display: inline-block !important;
	font-size: 11px !important;
	height: 21px !important;
	margin-right: 4px;
	padding: 5px 0;
	text-align: center;
	width: 21px !important;
}
.footer-top-links {
	padding-top: 8px;
}
#footer .footer-top-links a {
	color: #fff;
	display: inline-block;
	padding: 2px 0;
	width: 100%;
}
#footer .footer-top-links a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.footer-top-links a i {
	color: #0d7ddd;
	font-size: 6px;
	margin-right: 7px;
	vertical-align: middle;
}
#textopie p {
	font-size: 13px;
}
.footer-copyright {
	border-top: 1px solid #484848;
	margin-top: 30px;
	padding: 10px 4px 0;
}
.footer-copyright p {
	font-size: 12px;
	margin: 0;
	text-align: center;
	color: #bbb;
}
#footer h3 {
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 1.4px;
	margin-bottom: 16px;
	margin-top: 4px;
	text-transform: uppercase;
}
#dirpie p {
	line-height: 1.4em;
	padding-left: 18px;
	text-indent: -8px;
}
.footer-bottom .fa {
	margin-right: 4px;
}
.footer-menu .fa{
	font-size: 10px;
}



/* Menu social-networks
********************************************************/
.social-networks{
	float: right;
	margin: 8px 7px 0 10px;
}
.social-networks li {
	float: left;
	margin-left: 4px;
}
.social-networks li a {
	font-size: 16px;
	float: left;
	height: 29px;
	padding: 0px;
	text-decoration: none;
	width: 30px;
	text-align: center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	padding: 5px 0 0;
	color: #FFF;
}
.social-networks li a:hover {
	opacity: 0.6;
}
.social-networks .facebook a  {
	background-color: #3b5998;
}
.social-networks .twitter a  {
	background-color: #00aced;
}
.social-networks .google-plus a  {
	background-color: #dd4b39;
}
.social-networks .youtube a  {
	background-color: #bb0000;
}
.social-networks .linkedin a  {
	background-color: #007bb6;
}
.social-networks .flickr a  {
	background-color: #ff0084;
}
.social-networks .pinterest a  {
	background-color: #cb2027;
}


/* Submenu
********************************************************/
#submenu{
	width:100%;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.26) inset;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.26) inset;
	position:relative;
	background: none repeat scroll 0 0 #63A0DE;
}


/* Box Libros de texto
********************************************************/
.sidebar-box-texto .btn {
	width: 100%;
}
.sidebar-box-texto .fa-book{
	color: #276FB6;
	font-size: 1.5em;
	margin:0 5px 0 0;
}


/* Explore
********************************************************/
#explore li {
	font-weight: bold;
	padding: 5px 0 4px;
	margin-bottom: 2px;
}
#explore li .fa-chevron-right {
	border-radius: 2px;
	color: #ffffff;
	font-size: 9px;
	margin: 0 7px 0 0;
	padding: 5px 4px 5px 6px;
}
#explore li a {
	color:#444648;
	text-decoration:none;
}
#explore li a:hover {
	color: inherit;
}


/* Categories
********************************************************/
#categories {
	margin-bottom: 5px;
}
#categories ul {
	font-size:0.8em;
}
#categories li {
	background: none repeat scroll 0 0 #F9F9F9;
	border: 1px solid #FFFFFF;
	padding: 9px 16px 9px 15px;
	font-size: 1.2em;
	font-weight: bold;
}
#categories li:hover{
	background:#e6e6e6;
	cursor:pointer;
}
#categories .fa-chevron-right{
	color:#E16122;
}
#categories li a {
	text-decoration:none;
}


/* Subcategories
********************************************************/
.bloque-top {
	background-color: #FBFBFB;
	border: 1px solid #EFEDED;
	border-radius: 2px;
	display: block;
	float: left;
	font-size: 1em;
	margin: 0 0 35px;
	padding: 6px 13px 5px 12px;
	width: 100%;
}
.bloque-top ul li{
	float:left;
	margin: 1px 11px 0 0;
}
.bloque-top ul li a{
	float:left;
}
.bloque-top ul li.menu_act{
	font-weight:bold;
}
.bloque-top ul.materias{
	padding:5px;
	width: 100%;
}
.bloque-top ul.materias li{
	margin: 0 5px 5px 0;
	width: 49%;
}
.bloque-top ul.materias li a{
	text-decoration:none;
}
.breadcrumb{
	float:left;
	margin-bottom:20px;
	padding: 3px;
}
h2.title span.enlace_top a{
	float:right;
	font-size:0.8em;
	font-weight:normal;
	text-decoration:none;
	padding-left: 13px;
	margin:0px 5px 5px 0px;
}
.materias .fa-chevron-right{
	float:left;
	color: #F78100;
	font-size: 0.8em;
	padding: 4px;
}


/* Ordenar resultados
********************************************************/
.ordenar{
	margin:3px 0px;
	float: left;
}
.ordenar p{
	float: left;
	text-transform:uppercase;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.ordenar ul{
	float:left;
	display:inline;
}
.ordenar ul li{
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:0px 3px;
}
.ordenar ul li a:hover {
	text-decoration:none;
}
.pager {
	float: right;
	font-size: 12px;
	margin: 11px 5px 0 0;
}
.orderer{
	vertical-align:middle;
}
.pager select {
	float: left;
	font-size: 11px;
	height: 18px;
	margin: -1px 7px 0;
}
.pager label {
	float:left;
	margin-top:2px;
}


/* Cesta
********************************************************/
table{
	width:100%;
	font-size: 12px;
	border:0px;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}
caption{
	padding-bottom:4px;
	text-align:left;
}
thead {
	background-color: #e5e8eb;
	color: #737373;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
}
.basket_items th{
	padding: 10px 5px 8px 11px;
	text-align: left;
}
.basket_items thead tr{
	border: none;
}
#formFavoritos .basket_items th{
	text-align:right;
}
#formFavoritos .basket_items #product{
	text-align:left;
}
#quantity{
	text-align:center;
}
tr{
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}
td{
	text-align:left;
	padding:14px 10px 14px 6px;
	border-bottom:1px solid #EEE;
	margin:0px;
}
.listitem td {
	padding: 10px 10px 10px 6px;
}
td.price, td.total{
	padding: 5px 10px;
	width: 100px;
	text-align: right;
	font-size: 15px;
}
td.total{
	padding-right: 18px;
}
table img{
	width:50px;
	padding:1px;
	background:#ffffff;
	border:1px solid #e3e3e3;
	float:left;
}
tbody .listitem{
	padding-bottom:10px;
	border-bottom:1px solid #666666;
}
td.compra{
	text-align:left;
	color:#000000;
	font-weight:bold;
	font-size:0.9em;
}
td.product {
	text-align:left;
	width:230px;
	font-size: 11px;
}
td.productdetalle {
	text-align:left;
	width:auto;
	line-height: 1.2em;
}
td.productdetalle a, td.productdetalle span.ico_ebook_detalle{
	float:left;height:24px;
	overflow:hidden;
	padding:3px 5px 0 30px;
	width:auto;
}
td.productdetalle a{
	text-decoration:underline;
}
td.productdetalle strong{
	float:left;
	margin-left: 10px;
}
td.pedido {
	text-align:left;
	width:114px;
	padding-left:14px;
}
td.precio {
	text-align:right;
}
td.product a {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2em;
	text-decoration: none;
	color: #333;
}
td.product .autor{
	margin-top:3px;
}
td.checktable{
	width:20px;
	padding:10px;
}
td.quantity{
	text-align:center;
}
td.quantity a{
	font-size:10px;
	padding:2px;
}
td.quantity input{
	width:36px;
	text-align:center;
	vertical-align:middle;
}
.tr-odd{
	background:#F1F2EC;
}
tr.pie td.sub{
	text-align:right;
}
tr.pie td{
	border-bottom:5px solid #999999;
}
th.verpedido{
	width:54px;
}
td.verpedido{
	text-align: right;
	width: 90px;
}
.portada-cesta{
	position:relative;
	float: left;
}
td.imgpro .ico_ebook{
	background: none repeat scroll 0 0 #63A0DE;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	-webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
	color: #FFFFFF;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	padding: 3px;
}
.portada-cesta .wraper_idm .fa-print{
	font-size: 0.7em;
	font-weight: bold;
	padding: 4px 6px;
}
.portada-cesta .wraper_idm {
	bottom: 0;
	position: absolute;
	right: 0;
}
.addthis_inline_share_toolbox {
	margin-top: 12px;
	display: inline-block;
}

.redes_sociales {

	width:100% !important;
	display: flex;
	text-align: center;
	justify-content: space-evenly;
}

.redes_sociales > a{
	margin-top: 12px !important;
}

.jssocials-share-label {
	display:none !important;
}

	/* Single technical data */
.technical-data{
	margin-top: 28px;
	padding: 7px;
	border-radius: 4px;
	border: 1px solid #eee;
	width: 90%;
}
.technical-data h3 {
	background-color: #f7f7f7;
	padding: 8px;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 2px;
}
.technical-data hr {
	margin-top: 4px;
	margin-bottom: 4px;
}
.technical-data dt,
.technical-data dd {
	font-size: 11px !important;
	padding: 1px 8px;
}
.technical-data dt {
	width: 164px !important;
}


.single-box {
	margin-top: 14px;
	display: inline-block;
	width: 100%;
}
.single-box h2 {
	background-color: #565656;
	color: #fff !important;
	padding: 8px;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 2px;
	padding: 7px !important;
	text-align: center;
	margin-bottom: 0 !important;
}
.single-box-content{
	padding: 12px 10px;
	border: 1px solid #eee;
	border-top: none;
}
.single-box-content li{
	padding: 2px 0px;
}


/* Cajas proceso de compra
********************************************************/
ul.proceso_compra {
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	display: block;
	height: 20px;
	min-height: 44px;
	padding: 10px 0;
	float: none;
	margin: 30px auto 20px;
	text-align: center;
	width: 100%;
}
ul.proceso_compra li.first{
	margin-left:0px;
}
ul.proceso_compra li.select{
	color:#555;
	font-weight:bold;
}
ul.proceso_compra li{
	color: #D3D2C6;
	font-size: 13.5px;
	margin: 10px 0 0 92px;
	background: rgba(0, 0, 0, 0) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDciIHdpZHRoPSI4IiBoZWlnaHQ9IjciPjxwb2x5Z29uIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMDA5QUREIiBwb2ludHM9IjgsMy41IDAsNyAwLDAiLz48L3N2Zz4K") no-repeat scroll 100% center;
	display: inline-block;
	margin: 0 1.5em 0 0;
	padding: 0 1.25em 0 0;
	float: none;
}
ul.proceso_compra li:last-child{
	background-image: none;
}
ul.proceso_compra li span {
	background-color: #ebebeb;
	border-radius: 50%;
	color: #6f6f6f;
	display: inline-block;
	font-size: 11px;
	height: 20px;
	margin-right: 5px;
	padding: 0;
	text-align: center;
	width: 20px;
}



/* Formulario de compra
********************************************************/
.grupo_datos {
	width:100%;
	float:left;
	clear:both;
	margin-bottom:20px;
	margin-top:10px;
}
.grupo_datos form {
	border-top:1px solid #CCCCCC;
	padding-top:25px;
	margin-top:20px;
}
h2.proceso{
	margin: 0px 0px 20px 0px;
	padding:0px 0px 5px 0px;
	font-size: 15px;
	font-weight:bold;
	line-height:1.3;
	border-bottom:1px solid #e6e6e6;
}
h2.proceso a{
	color:#006699;
	margin-left:10px;
	font-size:11px;
	font-weight:normal;
}
.grupo_datos label.corto{
	width:30px;
}
.grupo_datos input.checkbox{
	float:left;
	clear:none;
}
.grupo_datos label.checkbox{
	width:auto;
	height:auto;
	color:#333333;
	float:left;
	font-size:1em;
	margin:-10px 0 0 5px;
}
.grupo_datos .totalPedido{
	float:left;
	font-size:16px;
	font-weight:bold;
}
.datos-pedido{
	font-size: 12px;
}
.datos-pedido .field{
	margin-bottom: 9px;
}


/* Info
********************************************************/
.info2{
	display:block;
	clear:both;
	overflow:hidden;
	padding:14px 0px;
	margin-bottom:0px;
}
.info2 a{
	font-size:11px;
	color:#006699;
	float:right;
	margin-right:25px;
	margin-top:10px;
}
.info2 .campo_form, .info2 .campo_form label, .bot_form{
	float:left;
}
.info2 .campo_form input{
	margin-right:24px;
	border:1px solid #CCCCCC;
	padding:5px;
}
.info2 .campo_form label{
	color:#666666;
	font-weight:bold;
	padding:5px 9px 0 0;
}
.info2 .bot_form{
	width:134px;
	height:30px;
	border:0px;
	text-transform:uppercase;
	color:#FFFFFF;
	font:bold 12px Arial, Helvetica, sans-serif;
}


/* Formas de pago
*******************************************************/
.basket_items{
	margin-bottom: 10px;
}
#plazoEntrega p {
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	color: #545454;
	display: inline-block;
	font-size: 11px;
	margin: 5px 0 2px -1px;
	padding: 1px 6px 2px;
}
.labelenvio, .labelpago {
	width: 94px;
	float:left;
	font-size:0.8em;
	line-height:1.2em;
	margin-right:15px;
	text-transform:uppercase;
	padding-top:5px;
	color:#333;
}
.labelenvio strong, .labelpago strong {
	font-size: 10px;
}
.formaenvio, .formapago {
	float: left;
	height: 20px;
	margin: 0 15px 0 0;
	padding: 2px;
	width: 200px;
}
.selectenvio .fa-check{
	color: #2ABA03;
	font-size: 14px;
}
.formaenvio select, .formapago select {
	width: 194px;
	height: 24px;
	float: left;
	color: #333333;
	font-size: 12px;
}
.totalenvio, .totalpago {
	font-size: 16px;
	margin-right:13px;
	float:right;
	font-weight:bold;
	color:#3D4043;
}
.totalenvio span, .totalpago  span{
	font-weight:normal;
	font-size:0.9em;
}
.delivery, .payment {
	width:100%;
	float:right;
	clear:both;
	margin-bottom: 4px;
	padding-top: 5px;
}
.payment{
	padding-top:0px;
}
.cesta {
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
}
#content-center .botones_cesta{
	width:100%;
	float:left;
	padding-top:12px;
	border-top:1px solid #CCCCCC;
}
#content-center .price_summary .botones_cesta{
	width:182px;
	margin:5px 0 0 0;
	padding:0;
	border:0;
	color:#006699;
}
.form_control{
	width:100%;
	display:block;
	clear:both;
	color:#3D4043;
}
.botones_cesta {
	float: left;
	margin-top: 16px;
	width: 100%;
	font-size: 13px;
}
.price_summary {
	border-bottom: 1px solid #EEEEEE;
	float: right;
	padding: 20px 0;
	width: 100%;
}
.price_summary span{
	font-weight:normal;
	margin:0 20px 0 0;
	color:#333333;
	/*float:left;*/
}
#subTotalPedido {
	font-size:1.2em;
	padding-right:10px;
	text-align:right;
	color:#999;
	min-width: 100px;
}
#totalPedido {
	color: #f78100;
	font-size: 20px;
	font-weight: bold;
	min-width: 100px;
	padding-right: 5px;
	text-align: right;
}
#price, #total {
	text-align: center;
}
#capaGastosEnvioPOD .labelenvio{
	margin: 0 5px 0 0;
	width: 45px;
}
#capaGastosEnvioPOD .formaenvio,#capaGastosEnvioPOD .formapago {
	float: left;
	height: 20px;
	margin: 0;
	padding: 2px;
	width: 144px;
}
#capaGastosEnvioPOD{
	margin:0px;
}
#capaGastosEnvioPOD .totalenvio{
	color: #3D4043;
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	margin: 6px 6px 6px 15px;
}
#capaGastosEnvioPOD .btn{
	float: left;
}
.loading {
	float: right;
	margin: 0 0 0 10px;
}
#capaGastosEnvioPOD h3{
	font-weight: normal;
}
.price_summary span.iva{
	float:right;
}
#btn_realizar{
	float: right;
}
.cart-box {
	background-color: #f8f8f8;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	margin-bottom: 12px;
	margin-left: 0;
	margin-right: 0;
	padding: 16px 0 16px 10px;
}
.cart-box h3 {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 4px;
	padding: 0;
}
.form-inline .cart-box .form-control {
	font-size: 12px;
	margin-top: 4px;
	padding: 4px 8px;
	vertical-align: top;
	width: 168px;
}
.cart-box .btntwo {
	font-size: 12px;
	margin-top: 4px;
	padding: 6px 9px;
	text-decoration: none;
}
.cart-box p{
	margin-bottom: 0;
	font-size: 12px;
}
.cupon #codigoCupon,
.cupon #linkAplicar {
	margin-top: 5px;
}
.cupon #descripcionCupon {
	color: #2aba03;
	font-size: 12px;
}
.cupon #importeCupon {
	color: #3d4043;
	float: right;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 13px 0;
}
.cart-box a{
	text-decoration: underline;
}



/* Register Login
*******************************************************/
#box-register, #box-login{
	padding: 15px;
	border: 1px solid #E3E3E3;
	width: 48%;
	float: left;
}
#box-register{
	margin-right: 2%;
}
#box-login .btn, #box-register .btn{
	float: right;
	margin-right: 0;
}
#box-login .field input, #box-register .field input{
	width: 53%;
}
#box-login .field label, #box-register .field label{
	margin: 7px 0;
	width: 43%;
}
#box-login h2,#box-login h2.title, #box-register h2, #box-login h2.title{
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 20px;
	padding: 0 0 10px;
	position: relative;
	width: 100%;
}
#box-login span.fa-user, #box-register span.fa-user{
	font-size: 30px;
	position: absolute;
	right: 0;
	top: -10px;
}
#box-login span.fa-user{
	color:#cccccc;
}
.recuperar{
	float: left;
	margin-top: 5px;
}
.ayuda{
	float:left;
	padding:0 0 10px 0;
	margin-bottom:10px;
	margin-top:30px;
	clear: both;
}
.volver{
	padding-left:12px;
	text-decoration:none;
}


/* Main nav
*******************************************************/
#header .navbar{
	clear: both;
	margin-bottom: 0;
	border-radius: 0;
	border: medium none;
	background-color: #276fb6;
	min-height: 0px;
}


/* Primer nivel */
.navbar .navbar-nav > li > a {
	color: #FFFFFF;
	border-right: 1px solid #305D76;
	font-size: 13px;
	padding-bottom: 13px;
	padding-top: 13px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
	background-color: #2568A6;
	color: #FFF;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
	background-color: #2568A6;
	color: #FFF;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
	background-color: #2568A6;
	color: #FFF;
}

/* Segundo nivel */
.dropdown-menu-cabecera {
	width: 650px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.dropdown-menu-cabecera li > a {
	border-radius: 3px;
	clear: both;
	color: #636363;
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
	padding: 0 0 8px 20px;
}

.dropdown-custom li > a {
	border-radius: 3px;
	clear: both;
	color: #636363;
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
	padding: 8px 20px 8px 20px;
}
.dropdown-menu-cabecera .menu-explorar {
	width: 180px;
	float: left;
}
.dropdown-menu-cabecera .menu-explorar li > a {
	background-color: #F7F7F7;
	margin: 4px 12px;
	padding: 4px 10px;
}
.dropdown-menu-cabecera .menu-explorar li > a:hover {
	background-color: #EBEBEB;
}
.dropdown-menu-cabecera .menu-materias {
	width: 410px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-width: 130px;
	-moz-column-width: 130px;
	column-width: 130px;
	border-left: 1px solid #eee;
	margin-top: 20px;
}
.dropdown-menu-cabecera .menu-materias li {
	display: block;
}
.dropdown-menu-cabecera .main-nav-title {
	border-radius: 0;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 20px;
	text-transform: uppercase;
	-webkit-column-span: all;
	column-span: all;
	display: inline-block;
}
.dropdown-menu-cabecera .menu-materias .main-nav-title {
	margin-top: -10px;
}


/* Encabezados
*******************************************************/
h1{
	clear: both;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 0.9em;
}
h1 a{
	text-decoration:none;
}
h2{
	clear: both;
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 0.7em;
}
h2 a{
	text-decoration:none;
}
#sidebar h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}
h3 {
	font-size:1.2em;
	margin:0 0 10px 0;
	font-weight:bold;
}
h3.proceso {
	margin: 10px 0 18px;
}
h4{
	font-size:1.2em;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}
caption {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 15px;
	text-align: left;
}
h1.title, h2.title, h3.title, h2.subtitle {
	border-bottom: 1px solid #e8e8e8;
	font-weight: 600;
	margin-bottom: 16px;
	padding: 0 0 8px;
	width: 100%;
}
h1, h1.title {
	margin-bottom: 24px;
}
.formulario_boletin fieldset p{
	border-bottom: 1px solid #E3E3E3;
	color: #1E578E;
	font-size: 1.2em;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
h2.title {
	border-bottom: 1px solid #e4e3e2;
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
h2.title a{
	float: right;
	font-size: 11px;
	margin-right: 2px;
	margin-top: 4px;
	padding-right: 0;
}
h2.title a::after {
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 9px;
	margin-left: 4px;
}


/* Cabecera
********************************************************/
#header .logotipo {
	margin: 10px 0 0 7px;
	float:left;
}
#header .logotipo a{
	color: #333333;
	font-size: 22px;
	text-decoration: none;
}
#header strong {
	font-size: 1.3em;
}
#header .banner_top{
	width:210px;
	height:30px;
	position: absolute;
	right: 0px;
	top: 36px;
	color:#333;
	font-size:0.9em;
	line-height:2em;
	padding:9px 6px 0px 0px;
}
#header p{
	padding:7px 8px 0 36px;
}
#idiomas{
	height:20px;
	padding-top:3px;
	float:right;
}
#idiomas a{
	margin-right:9px;
	float:left;
	text-decoration:none;
	font-size:0.9em;
}


/* Encabezados
*******************************************************/
#languaje{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	-webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
	float: right;
	margin: 22px 0 0 8px;
	padding: 12px 3px 13px;
}
#languaje a{
	color:#333333;
	background: none repeat scroll 0 0 #F7F7F7;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	-webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
	font-weight: bold;
	padding: 8px 11px 8px;
}
#languaje a.act{
	background: none repeat scroll 0 0 #E6E6E6;
}
#languaje a:hover{
	text-decoration:none;
	background: none repeat scroll 0 0 #E6E6E6;
	color:#333333;
}


/* nav-header
********************************************************/
#nav-header{
	float:right;
	margin: 34px 4px 0;
}
#nav-header li {
	border-right: 1px solid #DDDDDD;
	float: left;
	font-weight: bold;
	line-height: 1.2em;
	padding: 1px 7px;
}
#nav-header li a{
	color:#333333;
}
#nav-header li.line-off{
	border:none;
}


/* menu micuenta
********************************************************/
.account{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	-webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
	float: right;
	padding: 3px;
	margin: 22px 5px 19px 8px;
	position: relative;
	z-index: 999;
}
.account a:hover{
	text-decoration:none;
}
.account .btn-login {
	background: none repeat scroll 0 0 #F7F7F7;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 14px 6px 13px;
}
.account .btn-login:hover, .account .btn-login:focus{
	text-decoration:none;
	background: none repeat scroll 0 0 #E6E6E6;
	color:#333333;
}
.account .fa-user {
	background: none repeat scroll 0 0 #FCAC4A;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #FFFFFF;
	font-size: 17px;
	margin-left: 4px;
	padding: 6px 11px;
	width: 35px;
}
#menu2 {
	border: 1px solid rgba(0, 0, 0, 0.1);
	min-width: 190px;
	padding: 14px 0 8px;
	right: -3px;
	left: auto;
	top: 120%;
}
#menu2.dropdown-menu li > a {
	padding: 4px 12px 4px 15px !important;
	margin: 0;
	border: none !important;
}
.login-out{
	padding-top: 8px;
}
.formulario_boletin li,.formulario_boletin p{
	margin-bottom:6px;
}
.formulario_boletin fieldset{
	margin: 0 0 12px 2px;
}
.formulario_boletin fieldset li{
	float:left;
	width:265px;
	margin-bottom:10px;
	padding-right:5px
}



/* Search
********************************************************/
#search {
	float: left;
	height: auto;
	margin: 12px 0 12px 2px;
	width: 76%;
}
#search .search-text {
	background: #ffffff url("../images/search.png") no-repeat scroll 6px 10px;
	border: medium none;
	border-radius: 3px;
	float: left;
	font-size: 14px;
	height: 32px;
	margin-right: 5px;
	padding: 0 0 0 29px;
	width: 42%;
}
#search label {
	color: #ffffff;
	float: left;
	font-weight: 600;
	margin: 3px 0;
}
.wraper-searchebook{
	float: left;
	margin: 7px 10px 0 5px;
}
#search .check{
	float: left;
	margin-right: 4px;
	margin-top: 3px;
}
a.avanzado {
	color: #ffffff;
	float: left;
	font-size: 11.2px;
	font-weight: 600;
	margin: 10px 0 0 5px;
}
a.avanzado span{
	letter-spacing: 0.1em;
}
#search .btntwo.search {
	float: left;
	margin-right: 10px;
	padding: 6px 13px;
}


/* Minicesta
********************************************************/
#comment-wrapper {
	position: relative;
}
#commentWrapper { /* required to avoid jumping */
	left: 450px;
	position: absolute;
	margin-left: 35px;
	width: 280px;
}
#cart-fixed ol li {
	border-top: 1px solid #efefef;
}
#cart-fixed ol li:first-child {
	border-top: 0;
}
#cart {
	float: right;
	margin-top: 12px;
}
#cart-fixed {
	border-radius: 0 0 0.2em 0.2em;
	z-index: 1;
}
#tt_products_minibasket {
	float: right;
	margin: 0 8px 0 0;
	position: relative;
}
#cart h3{
	margin-right:10px;
	padding-top:7px;
	font-size:0.8em;
	color:#848484;
	float:left;
	text-transform:uppercase;
}
#cart .dublincore{
	float:left;
	width: 58%;
}
#cart .btntwo{
	border: medium none;
	font-size: 13px;
	margin: 0;
	padding: 8px 14px 8px 10px;
}
#cart .btntwo .fa-shopping-cart{
	color: #FFC477;
	font-size: 16px;
	margin-right: 2px;
}
#tt_products_minibasket dd.cantidad {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.18);
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	-webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
	color: #FFFFFF;
	float: left;
	margin-left: 0;
	overflow: hidden;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
}
#tt_products_minibasket .basket{
	color: #FFFFFF;
	text-align: center;
	margin: 3px 5px 5px 10px;
}
#tt_products_minibasket .basket strong{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0 7px;
}
#miniCesta img{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E3E3E3;
	float: left;
	margin-right: 5px;
	padding: 1px;
	min-height: 45px;
}
#contentMiniCesta{
	border-radius: 3px 0 3px 3px;
	-webkit-border-radius: 3px 0 3px 3px;
	-webkit-box-shadow:0 3px 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 3px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow:0 3px 2px 0 rgba(0, 0, 0, 0.2);
	padding: 27px 13px 4px;
	position: absolute;
	right: 0;
	top: 31px;
	visibility: hidden;
	width: 286px;
	z-index: 999;
}
.miniCesta-article{
	float: left;
	margin-bottom: 8px;
	padding-bottom: 6px;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.29);
}
.miniCesta-article:last-child {
	border-bottom: none;
}
#miniCesta .info-book a{
	color:#ffffff;
	font-size: 10px;
}
#miniCesta .info-book{
	color:#ffffff;
	float:left;
	width: 140px;
	margin-right: 10px;
	position: relative;
	line-height: 1em;
}
#miniCesta .quantity{
	float: left;
	width: 32px;
}
#miniCesta .quantity span{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.18);
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	-webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
	color: #FFFFFF;
	float: left;
	height: 18px;
	margin-right: 5px;
	overflow: hidden;
	padding: 1px 7px 0;
	text-align: center;
	vertical-align: middle;
}
#miniCesta .delete.icon-remove-sign{
	font-size:15px;
	color: #FFFFFE;
}
#miniCesta .delete.icon-remove-sign:hover{
	opacity: 0.5;
	text-decoration:none;
}
#miniCesta .miniCesta-total{
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	font-size: 13px;
}
#miniCesta .wraper_idm {
	bottom: 0;
	left: 9px;
	position: absolute;
}
#miniCesta  .wraper_idm .fa-print {
	background: none repeat scroll 0 0 #1E578E;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	color: #FFFFFF;
	float: left;
	font-size: 0.7em;
	font-weight: bold;
	padding: 2px 5px;
	width: 3.2em;
}
#miniCesta [class^="fa-"]:before, [class*=" fa-"]:before {
	display: inline;
}
#miniCesta .ico_ebook, .ico_lista {
	background: none repeat scroll 0 0 #63A0DE;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	color: #FFFFFF;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 3px;
}
.msg-cart {
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	color: #545454;
	display: inline-block;
	font-size: 11px !important;
	margin: 5px 6px 2px -1px;
	padding: 1px 6px 2px;
}


/* Minifichas comun
*******************************************************/
dl.dublincore dd.title a{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 2px;
	text-decoration: none;
}
.listado_libros dd.creator{
	display:block;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #666666;
	font-size: 11px;
}
.listado_libros dd.publisher{
	display:block;
	margin-bottom:5px;
	font-size: 0.9em;
	text-transform: uppercase;
}
.listado_libros dd.publisher a{
	color:#666666;
	text-decoration:none
}
.listado_libros dd.creator a{
	text-decoration:none
}
.listado_libros p.precio{
	margin: 2px 0;
}
.listado_libros p.precio strike{
	color: #AFAFAF;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	margin-top: 2px;
	width: 100%;
	display: block;
	margin-bottom: 3px;
}
.listado_libros p.precio strong{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	line-height: 1em;
}
.mulsinop{
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 4px;
}
.edit{
	color:#EA982F;
	font-size: 13px;
	line-height: 1.4em;
}
.listado_libros p.precio .discount{
	background: none repeat scroll 0 0 #63A0DE;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0 7px;
	padding: 1px 3px;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	-webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
}
.books .btntwo, .books .btn {
	margin-top: 4px;
}



/* Minifichas una columna
*******************************************************/
.listado_libros{
	margin: 0 auto 20px;
	width: 100%;
}
.listado_libros .minificha {
	border-bottom: 1px dotted #EAEAEA;
	margin-bottom: 20px;
	padding: 0 0 20px;
	vertical-align: top;
}
.listado_libros .minificha form{
	float:left;
	width: 83%;
}
.listado_libros .minificha img {
	background:#ffffff;
	float: left;
	overflow: auto;
	border: 1px solid #E3E3E3;
	padding:2px;
	margin-right: 10px;
}
.listado_libros .minificha img:hover {
	background:#E7E7E7;
}
.listado_libros .dublincore{
	float: left;
	width: 100%;
	margin-top: 2px;
}
.listado_libros .botones{
	float:right;
}
.listado_libros .wraper_idm {
	bottom: 0;
	position: absolute;
	right: 0;
}
.otrosautor .listado_libros {
	margin: 0 auto 10px;
}


/* sidebar books
********************************************************/
#sidebar-books{
	overflow: hidden;
	margin: 15px 0 20px 0;
}
.minilibbloque {
	border-top: 1px solid #E3E3E3;
	float: left;
	margin: 0 2px 25px;
	padding: 15px 15px 0;
	width: 84%;
}
.minilibbloque img{
	background:#ffffff;
	float:left;
	margin-right:7px;
	border: 1px solid #E3E3E3;
	padding:2px;
}
.minilibbloque img:hover{
	background:#F7F7F7;
}
.minilibbloque p a{
	font-size:10px;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:4px;
	text-decoration:none;
}
.minilibbloque p.autor{
	font-size:10px;
	margin-top:3px;
	line-height: 1.2em;
}



/* Paginacion
********************************************************/
.paginador {
	border-top: 1px solid #E7E7E7;
	font-size: 12px;
	margin: 0;
	width: 100%;
	padding-top: 25px;
	text-align: right;
}
.paginador a, .paginador a:link {
	display: inline-block;
	margin: 2px 0 6px;
	padding: 6px;
	text-decoration: none;
}
.paginador a:active {
	background-color:#FFFFFF;
	border:1px solid #555555;
	color:#555555;
}
.paginador span.pages {
	background-color:#FFFFFF;
	border:1px solid #999999;
}
.paginador span.current {
	display: inline-block;
	margin: 2px 0 6px;
	padding: 6px;
	font-weight: bold;
}



/* Ficha detalle
********************************************************/
.fichaDetalle{
	float: left;
	width: 78%;
	display: block;
	padding: 0px 0px;
	color: #333333;
}
.fichaDetalle h1 {
	font-size: 17px;
	margin: 0 0 3px;
	width: 92%;
}
.fichaDetalle #autor{
	margin: 0 0 12px;
	width: 92%;
	color: #000000;
	text-transform:uppercase;
}
.fichaDetalle #autor a {
	color: #666;
	font-size: 15px;
}
#detimg {
	float: left;
	margin: 0 26px 10px 3px;
	max-width: 240px;
	position: relative;
	width: 40%;
}
.fichaDetalle .portada-detalle {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	/*max-width: 120px;*/
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.fichaDetalle #detimg img{
	background-color: #FFFFFF;
	overflow: auto;
	padding: 6px;
	max-height: 300px;
	max-width: 100%;
	border-radius: 4px;
}
.fichaDetalle dl.summary{
	float:left;
	color: #666666;
	font-size: 13px;
	line-height: 1.3em;
	clear:right;
	width: 60%;
}
.fichaDetalle dt.titulo,
.fichaDetalle dt.subheader,
.fichaDetalle dt.autor,
.fichaDetalle dt.editorial{
	display:none;
}
.fichaDetalle dt {
	clear: left;
	color: #000;
	float: left;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 0;
	padding-right: 5px;
	width: 128px;
}
.fichaDetalle dt.ficha {
	border-bottom: 1px solid #E3E3E3;
	color: #FF9900;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 5px;
	width: 90%;
}
.fichaDetalle dd.titulo{
	font-size:1.3em;
	font-weight:bold;
	color:#1E578E;
	clear:both;
	margin-bottom:2px;
	line-height: 1.2em;
	text-transform: uppercase;
}
.fichaDetalle dd.titulo span{
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	margin-left: 6px;
}
.fichaDetalle dd.editorial a{
	color: #666666;
}
.fichaDetalle dd.subheader, .fichaDetalle dd.autor{
	margin-bottom:3px;
}
.fichaDetalle dd.autor{
	margin-bottom: 20px;
	line-height: 1.2em;
}
.fichaDetalle dd{
	margin-bottom: 3px;
}
.fichaDetalle dd.novedad{
	width: 78px;
	height: 20px;
	margin: 0px 0px 13px 0px;
}
.fichaDetalle .formulario{
	width: 135px;
	height: 33px;
	float: right;
	padding: 0;
}
.fichaDetalle .formulario a{
	font-size: .9em;
	padding-left: 3px;
}
.fichaDetalle .formulario p{
	font-size: .9em;
	padding: 0 0 5px 2px;
	color: #2286bf;
}
.fichaDetalle .formulario p{
	font-size: .9em;
	padding: 0 0 5px 2px;
	color: #2286bf;
}
.fichaDetalle .centros {
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	float: left;
	width: 100%;
}

.fichaDetalle .centros h2.title {
	background: #f7f7f7 none repeat scroll 0 0;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 0;
	padding: 8px 0 10px 14px;
	font-size: 13px;
}
.fichaDetalle .centros ul {
	width: 100%;
	margin: 0;
	padding: 5px;
}

.fichaDetalle .centros ul li {
	border-bottom: 1px dotted #dddddd;
	padding: 4px 10px;
	width: 100%;
}

.fichaDetalle .centros ul li:last-child {
	margin: 0;
	border-bottom: 0;
}

.fichaDetalle .centros ul li span {
	float: right;
}
.price-col{
	float: right;
	width: 22%;
}
.btn.buy {
	font-size: 15px;
	font-weight: bold;
	margin: 3px 0 0;
	padding: 8px 0;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	width: 100%;
}
.precioDetalle{
	padding: 3px;
	float: right;
	color: #ff9900;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 0px;
	border: 1px solid #E3E3E3;
	background: #FFFFFF;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	-webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
	width: 100%;
	position: relative;
}
.precioDetalle .wraper-precioDetalle{
	padding: 10px;
	float: right;
	background: none repeat scroll 0 0 #F7F7F7;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 100%;
}
.precioDetalle .discountprice {
	background: #f9a023;
	background: -moz-linear-gradient(top, #f9a023 50%, #d36b10 100%);
	background: -webkit-linear-gradient(top, #f9a023 50%,#d36b10 100%);
	background: linear-gradient(to bottom, #f9a023 50%,#d36b10 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a023', endColorstr='#d36b10',GradientType=0 );
	border: 2px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	height: 46px;
	left: -15px;
	line-height: 41px;
	margin: 0;
	position: absolute;
	top: -12px;
	width: 46px;
}
.precioDetalle .disponibilidad {
	margin-top: 5px;
	padding: 10px 0;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}
.precioDetalle .disponibilidad .green {
	color: #008a00;
}
.precioDetalle .disponibilidad .orange {
	color: #FF9900;
}
.precioDetalle .disponibilidad .red {
	color: #B12704;
}
.descargas ul li {
	line-height:1.4em;
	margin:0 5px 5px 0;
	padding-left:13px;
}
.precioDetalle .infoprices {
	width: 100%;
	margin-top: 15px;
}
.precioDetalle .infoprices p {
	display: block;
	float: left;
	color:#666666;
	font-size:12px;
	font-weight:normal;
	margin-left:2px;
}
.precioDetalle .infoprices .antes {
	font-size:1em;
	color: #919191;
	text-decoration: line-through;
}
.precioDetalle .infoprices .despues {
	font-size:1.6em;
	font-weight: bold;
}
.precioDetalle .iva {
	margin-top: 10px;
	font-size:0.6em;
	color: #666;
}
.fichaDetalle dd.caducidad{
	margin: 20px 0;
	text-transform: none;
}
.caducidad .fa-warning-sign{
	margin-right:5px;
	color:#ff9900;
}
.wraper-detalle{
	border: 1px solid #E3E3E3;
	float: right;
	margin: 8px 0 0;
	padding: 7px 0;
	text-align: center;
	width: 100%;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	-webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
}
.wraper-detalle a{
	font-size: 12px;
}
.wraper-detalle .fa-plus-sign{
	color: #276FB6;
	margin-right: 5px;
}
.wraper-detalle .fa-plus-sign:hover{
	color: #F78100;
}
.wraper-detalle .fa-question-sign, .wraper-detalle .fa-book, .wraper-detalle .fa-tablet{
	color: #276fb6;
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
.wraper-detalle .fa-question-sign:hover{
	color: #F78100;
}
.valoracion{
	border: 1px solid #E3E3E3;
	float: right;
	margin: 10px 0 0px 0px;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	-webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
}
.valoracion span{
	color: #FF9900;
	display: block;
	float: right;
	font-weight: 700;
	margin: 4px 10px 0 0;
}
#social {
	margin: 20px 0px 20px 0;
	float:left;
}
#social div {
	float: left;
	width: 30%;
}
#social div.facebook {
	margin-right: 15px
}
.ocultar, .oculta {
	display: none;
}
p.mulacccom{
	clear: both;
	display: block;
	overflow: hidden;
	padding: 8px;
	margin-bottom:0
}
.mulacccom span.fa-envelope-alt{
	float:left;
	margin-top: 3px;
}

.fa-tiktok:before{
	content:"\e07b"
}

/* Tabs
********************************************************/
#detnavtab {
	border-bottom: 1px solid #eaeaea;
	float: left;
	height: 30px;
	margin-bottom: 20px;
	width: 100%;
}
#detpestanias{
	float: left;
	width: 100%;
	margin: 22px 0 30px;
}
.bodytext {
	padding: 10px 0px;
	font-size: 13px;
	line-height: 170%;
}
#detnavtab li a.selected {
	background-color: #fdfdfd;
	border-bottom: 1px solid #fdfdfd;
	border-top: 1px solid #eaeaea;
	color: #f9a023 !important;
	outline: 0 none;
	z-index: 8888;
	box-shadow: none;
}
#detnavtab li a {
	background-color: #f4f4f4;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	box-sizing: content-box;
	color: #444 !important;
	display: block;
	float: left;
	font-weight: 700;
	height: 12px;
	line-height: 1em;
	padding: 8px 23px;
	text-align: center;
	width: auto;
}
#detnavtab li a:hover {
	background-color: #ffffff;
	outline: 0 none;
	text-decoration: none;
	z-index: 8888;
}
#tabsinopsis {
	padding: 20px 10px;
}
#tabopiniones {
	padding: 20px 10px;
}


/* Iconos formatos
********************************************************/
.discount {
	position: absolute;
	right: -8px;
	top: -5px;
	width: 35px;
	height: 35px;
	line-height: 31px;
	text-align: center;
	background: none repeat scroll 0 0 #589fe0;
	border-radius:50%;
	-webkit-border-radius: 50%;
	border: 2px solid #FFFFFF;
	box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.miniFichaLateral .discount {
	width: 28px;
	height: 28px;
	bottom: 5px;
	padding: 7px 2px;
	font-size: 11px;
	right: -10px;
	top: auto;
	line-height: 0.9em;
}
.carrusel .discount {
	right: 1px;
}
.listado_libros.gwe_libro5 .discount{
	right: -4px;
}
.portada{
	float: left;
	position: relative;
}
.portada .wraper_ebook{
	bottom: 0;
	left: 0;
	position: absolute;
}
.wraper_ebook{
	bottom: 0;
	left: 0;
	position: absolute;
}
.ico_ebook, .ico_lista, .icon-print {
	background: none repeat scroll 0 0 #63A0DE;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
	padding: 4px 8px;
}
.wraper_idm{
	bottom: 0;
	right:24px;
	position: absolute;
}
.wraper_idm .fa-print {
	background: none repeat scroll 0 0 #1E578E;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	-webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
	color: #FFFFFF;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 5px;
}
th.verebook{
	width:50px;
}
td.verebook{
	text-align:right;
}
dd.formato_ebook{
	display:block;
	height:24px;
	overflow:hidden;
	width:58px;
}


/* Formulario de contacto
********************************************************/
.content fieldset{
	display: block;
	margin: 20px 0;
	border: none;
	color: #666666;
}
.field{
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.2em;
	clear: both;
	display: block;

}
.field label{
	width: 174px;
	float: left;
	font-weight: bold;
	font-size: 12px;
}
.field input,.field select, .field textarea, .field input.fichero{
	border: 1px solid #D9D9D9;
	color: #333333;
	margin-bottom: 10px;
	padding: 7px;
	vertical-align: middle;
	width: 358px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
}
.field select.corto{
	width:176px;
}
.field .checkbox{
	width:20px;
}
.field textarea{
	padding-top:2px;
	height:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.field input.check{
	width:20px;
	clear:right;
	float:left;
	margin-right: 6px;
}
.content  input.boton-enviar{
	width:auto;
	height:18px;
	float:right;
	overflow:auto;
	color:#3D4043;
	background:url(../images/bg_input2.jpg) repeat-x left bottom;
	padding:0px 5px 0px 5px;
	font-size:12px;
	margin:0px 40px 0 0;
	border:1px solid #999999;
	line-height:1em;
	font-size:12px;
}
.advice{
	font-size:10px;
}
fieldset{
	border:none;
}
.field.checkbox {
	float:left;
}
.field.checkbox label{
	padding-top:5px;
}


/* Formulario de listas de correo
********************************************************/
.checkbox.lista {
	min-height: 30px;
	padding-top: 0;
}
.checkbox.lista label {
	line-height: 20px;
	font-size: 13px;
}

.checkbox.lista input[type="checkbox"] {
	margin-bottom: 20px;
}


/* Eventos
********************************************************/
.listado_noticias{
	margin-bottom: 42px;
}
.listado_noticias p {
	margin-bottom: 5px !important;
	padding-bottom: 0;
}
.listado_noticias .eventos-noticias-more,
.listado_noticias .eventos-blog-more {
	font-size: 12px;
}
.listado_noticias .ver_todas {
	float: right;
	margin-bottom: 42px;
}
.eventDate-format {
	background-color: #0d7ddd;
	border: 3px solid #0d7ddd;
	border-radius: 3px;
	float: left;
	height: 50px;
	width: 40px;
	margin-top: 4px;
}
.eventDate-format div.date_top {
	color: #ffffff;
	font-weight: bold;
	margin-top: 2px;
}
.date_bot {
	background-color: #fff;
	color: #4d4d4d;
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
	padding: 7px 4px;
}
.eventos {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
	min-height: 65px;
	width: 100%;
}
.eventos:last-child{
	border-bottom: none;
}
.eventos .img-muestraEvento {
	float: left;
	margin: 5px 10px 10px 0;
	max-width: 70px;
	padding: 0 0 10px;
}
.eventos h2 {
	margin: 0 0 0 54px;
	padding: 0;
	clear: none;
	font-weight:bold;
	font-size: 15px;
}
.eventos h2 a {
	color: #333;
}
.eventos h3 a {
	padding:0;
	margin:0;
	text-decoration:none
}
.eventos .date {
	padding:0;
	margin:0;
	font-size:10px;
}
.eventos .entradilla {
	clear: right;
	margin: 4px 0 14px 54px;
	padding: 0 0 3px;
	font-size: 13px;
	line-height: 1.6em;
}
.eventos img {
	padding:3px;
	border: 1px solid #e3e3e3;
	float: left;
	margin: 0 10px 10px 0px;
}
.eventos p img {
	padding:3px;
	border: 1px solid #e3e3e3;
	float: left;
	margin: 0 10px 10px;
}
.eventos p{
	margin: 0 0 10px 0
}
.eventos .cuerpo_noticia {
	margin-bottom:30px
}
.eventos .cuerpo_noticia h2.titulo {
	padding: 0;
	margin: 4px 0 8px 0;
	background:transparent
}
.eventos .cuerpo_noticia h2.titulo a {
	color:#666666;
	font-size: 0.9em;
	background:transparent
}
.eventos .cuerpo_noticia .date {
	padding: 0;
	margin: 0 0 8px 0;
	font-size: 0.8em;
}
.eventos .cuerpo_noticia .entradilla {
	display:block;
	overflow:hidden;
	clear:both;
	border-bottom: 1px dashed #CCCCCC;
	margin: 0px 0 12px 0;
	font-size: 1em;
	font-style: italic;
	padding: 0px 0 6px 0;
}
.caja .mixta .img {
	float:right;
	margin:10px 10px 10px 0
}
.volver {
	float:right;
	font-size: 12px;
	font-weight: bold;
}
.volver .fa-chevron-left{
	margin-right:5px;
}
.eventos-blog h2,
.eventos-blog .entradilla{
	margin-left: 0 !important;
}


/* Contenidos imagen y texto
********************************************************/
.dashed-content {
	padding-bottom:15px;
	display:block;
	clear:both;
	overflow:hidden;
}
.dashed-content img{
	border: 1px solid #E3E3E3;
	float: left;
	margin: 3px 15px 10px 0;
	padding: 2px;
	max-width: 100%;
}
.dashed-content.gwe_banner img {
	float: left;
	margin: 0 0 10px;
	max-width: 100%;
}
.dashed-content p{
	font-size: 13.2px;
	line-height: 1.6em;
	margin-bottom: 12px;
}
.dashed-content p strong{
	font-weight:bold;
	color: #333333;
}
.dashed-content p em strong {
	font-style: italic;
}
#content-center .dashed-content ul{
	line-height:1.4em;
	margin-bottom:8px;
	padding: 0 0 0 15px;
	list-style: disc outside none;
}
#content-center .dashed-content ul li{
	line-height:1.4em;
	margin-bottom:8px;
}
#content-center .dashed-content ol{
	line-height:1.4em;
	margin-bottom:8px;
	padding: 0 0 0 20px;
	list-style: decimal outside none;
}
#content-center .dashed-content ol li{
	line-height:1.4em;
	margin-bottom:8px;
}
#content-center .dashed-content td {
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 10px 5px 10px 6px;
	text-align: left;
}


/* Avisos
 ********************************************************/
.info, .success, .warning, .error, .validation {
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	margin: 20px 0px 20px 0px;
	padding: 12px;
	background:#FFFFFF;
	background-repeat: no-repeat;
	background-position: 10px center;
	clear:both;
	line-height:1.2em;
	float:left;
	width:100%;
}
.info p, .success p, .warning p, .error p, .validation p {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 42px;
	vertical-align: middle;
}
.info,
.warning,
.success,
.error{
	background-color: #F7F7F7;
	color: #333333;
}
.warning .fa-exclamation-triangle,
.success .fa-check-circle,
.error .fa-times,
.info .fa-info-circle{
	font-size: 26px;
	position: absolute;
}
.warning .fa-exclamation-triangle{
	color: #EA8E26;
}
.success .fa-check-circle{
	color: #61bf16;
}
.error .fa-times{
	color: #dd3e26;
}
.info .fa-info-circle{
	color: #276FB6;
}


/* Banners
********************************************************/
#sidebar-banner {
	margin-bottom: 15px;
	text-align: center;
}
.publicol {
	margin-top:12px;
}
.publicol img{
	border:1px solid #eee;
	width: 100%
}


/* Suscripcion boletin
********************************************************/
#newsletter {
	background: #87BFEF none repeat scroll 0 0;
	border: 1px solid #ffffff;
	display: block;
	overflow: auto;
	padding: 15px;
	border-radius: 4px;
}
#newsletter h2 {
	color: #fff;
	font-size: 15.4px;
	margin-bottom: 8px;
	text-align: center;
}
#newsletter p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 8px;
}
#emailSuscripcion,
#mce-EMAIL {
	border: none;
	font-size: 1.1em;
	margin-bottom: 6px;
	padding: 8px 6px;
	width: 100%;
}
#newsletter .btntwo {
	background-color: #0d7ddd;
	border: 1px solid #0d7ddd;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
}


/* Fichaotros
********************************************************/
.fichaotros img{
	float:left;
	overflow:auto;
	margin-right:10px;
	border: 1px solid #E3E3E3;
	padding:2px;
}
.fichaotros{
	margin:17px 15px 0 0;
}
.fichaotros dd.title{
	margin-bottom:15px;
}
 /* Especiales destacados
 *******************************/
.destacado{
	background-color: #f4f4f4;
	border: 5px solid #fff;
	box-shadow: 0 10px 15px -10px #c2c2c2;
}

/* Comentarios
********************************************************/
.comentario {
	margin-bottom:10px;
	padding: 10px 0;
	border-bottom:1px solid #E3E3E3;
}
.comentario p {
	margin: 0 0 10px;
	font-size: 13px;
	color: #888888;
}
.comentario .titulo {
	padding-top: 4px;
}
.comentario .datos{
	margin: 5px 0 10px;
	font-size: 12px;
}
.comentario h4 {
	/*border-bottom:1px solid #E3E3E3;*/
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	padding:0 0 5px 0px;
}
.comentario h4 .fa-comment{
	color:#276FB6;
	margin-right:5px;
}
.comentario .datos {
	line-height: 15px;
}
.comentario .datos strong {
	font-weight:bold;
}
.comentario .rating {
	max-width: 130px;
	padding-right: 0;
}


/* Enlaces
********************************************************/
.enlace {
	margin-bottom:25px;
}
.enlace h3{
	margin-bottom:5px;
}
.enlace p{
	margin-bottom:8px;
}


/* Videos
********************************************************/
.videos .video-container {
	position: relative;
	padding-bottom: 53%;
	height: 0;
	overflow: hidden;
}

.videos .video-container iframe,
.videos .video-container object,
.videos .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 640px;
	height: 100%;
	max-height: 460px;
}


/* Carrusel
*********************************************************/
.carousel{
	position: relative;
	z-index: 0;
}
.list_carousel {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	padding: 30px 0;
	position: relative;
	background-color: #f4f4f4;
	border: 5px solid #fff;
	box-shadow: 0 10px 15px -10px #c2c2c2;
}
.list_carousel_content {
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0 0 50px;
}
.caroufredsel_wrapper {
	margin: 0 !important;
	height: 160px !important;
}
.list_carousel li .portada,
.list_carousel_content li .portada {
	color: #999999;
	display: block;
	float: left;
	font-size: 10px;
	line-height: 1.6em;
	padding: 0;
	text-align: center;
	width: 110px;
}
.list_carousel li,
.list_carousel_content li {
	color: #999999;
	display: block;
	float: left;
	font-size: 40px;
	margin: 6px;
	padding: 0;
	text-align: center;
}
.libroimg img {
	border: 1px solid #e3e3e3;
	padding:2px;
	background:#ffffff;
	overflow: auto;
	height: auto;
	max-height: 150px;
	max-width: 100%;
}
.carousel .wraper_idm {
	bottom: 0;
	position: absolute;
	right: 3px;
}
.carousel .wraper_idm .fa-print {
	background: none repeat scroll 0 0 #1E578E;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	padding: 3px 7px;
	width: 5.25em;
	display: inline;
}
.carousel .ico_ebook, .ico_lista {
	background: none repeat scroll 0 0 #63A0DE;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	padding: 3px 5px;
}
/*
#prev_carou,
#next_carou {
	width: 49px;
    height: 86px;
    position: absolute;
    cursor: pointer;
    outline: none;
}

#prev_carou {
	left: 0;
	background: url("../images/btn_prev_carousel.png") no-repeat;
}
#next_carou {
	right: 0;
	background: url("../images/btn_next_carousel.png") no-repeat;
}
*/

.list_carousel #prev_carou,
.list_carousel #next_carou {
	background: #fff;
	border-radius: 25px;
	color: #e0e0e0;
	cursor: pointer;
	outline: medium none;
	position: absolute;
	top: 95px;
}
.list_carousel #prev_carou {
	left: 25px;
}
.list_carousel #next_carou {
	right: 25px;
}
.list_carousel #prev_carou i,
.list_carousel #next_carou i {
	font-size: 40px;
	line-height: 0.8 !important;
}

.list_carousel_content #prev_carou,
.list_carousel_content #next_carou {
	background-color: #fff;
	background-image: none;
	border-radius: 50%;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
	cursor: pointer;
	height: 60px;
	outline: medium none;
	padding-top: 18px;
	position: absolute;
	top: 50px;
	width: 60px;
}
.list_carousel_content #prev_carou {
	left: -32px;
	padding-left: 32px;
}
.list_carousel_content #next_carou {
	right: -32px;
	padding-left: 11px;
}
.list_carousel_content #prev_carou i,
.list_carousel_content #next_carou i{
	font-size: 24px;
}




/* Slider
********************************************************/
.slider {
	background-color: #f0f0f0;
	padding: 10px 0;
}
.bx-wrapper{
	background: transparent none repeat scroll 0 0 !important;
	border: medium none !important;
	box-shadow: none !important;
	margin-bottom: 0 !important;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	bottom: 14px;
	position: absolute;
	text-align: center !important;
	width: 100% !important;
	z-index: 99;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-direction a {
	opacity: 0.5 !important;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 99 !important;
}
.bx-wrapper .bx-controls-auto {
	display: none !important;
}


/* Best sellers
 ********************************************************/
.circle {
	border: 2px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.25);
	height: 24px;
	top: -6%;
	left: -6px;
	padding: 2px 0 0 2px;
	position: absolute;
	text-align: center;
	width: 24px;
}
.ranking {
	font-weight: bold;
	background-color: #F89C37;
	color: #FFFFFF;
}
.miniFichaLateral {
	border-bottom: 1px solid #e7e7e7;
	display: inline-block;
	margin-bottom: 9px;
	position: relative;
	width: 100%;
}
.miniFichaLateral:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.miniFichaLateral .portada {
	margin-right: 6%;
	width: 34%;
}
.miniFichaLateral img {
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
	float: left;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 10px;
	padding: 2px;
	width: 100%;
}
.miniFichaLateral a:hover img {
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.miniFichaLateral dl.dublincore dd.title a {
	font-size: 11px;
	font-weight:bold;
	margin-bottom:0;
}
.miniFichaLateral dl.dublincore dd.title a:hover {
	text-decoration:none;
}
.miniFichaLateral .creator a {
	color: #777777;
	display: block;
	font-size: 11px;
	line-height: 1.3em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.miniFichaLateral dl.dublincore a {
	font-size: 10px;
}
.miniFichaLateral .precio {
	color: #F99D32;
	font-size: 12px;
	margin-top: 3px;
}


/* Map
 ********************************************************/
#map {
	border: 1px solid #EEEEEE;
	padding: 10px;
	margin-bottom: 15px;
}
.mensaje-info.dashed-content {
	text-align: left;

}
.mensaje-info.dashed-content p{
	margin-bottom: 2px;
}


/* Books
 ********************************************************/
.books{
	font-size: 0;
}
.books li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	zoom:1;
	*
	display:inline;
	float: none;
	min-height: 30px;
	vertical-align: top;
	padding: 4px;
	width: 100%;
	margin-bottom: 23px;
	position: relative;
}
.portada {
	float: left;
	margin-right: 3%;
	max-width: 100px;
	position: relative;
	width: 28%;
}


/* price bug one cols fail*/
.books li form{
	float: left;
	width: 68%;
}
.listado_libros.one-cols .dublincore   {
	width: 80%;
}
.books.one-cols li form {
	width: 80%;
}
.books.three-cols li form {
	width: 55%;
}
.listado_libros img {
	background: #ffffff none repeat scroll 0 0;
	max-height: 185px;
	max-width: 100%;
	padding: 4px;
	width: auto;
}
.listado_libros .botones {
	float: left;
}
.one-cols.listado_libros .botones {
	float: right;
	padding: 1px 3px 3px;
	border: 1px solid #e3e3e3;
	border-radius: 0.2em;
	color: #ff9900;
	text-align: center;
}
.one-cols.listado_libros p.precio {
	padding: 10px;
	background: #f7f7f7 none repeat scroll 0 0;
	border-radius: 2px;
	text-align: center;
}
.one-cols .portada{
	width: 22%;
	max-width: 120px;
	margin-right: 2%;
}
.one-cols li {
	line-height: 0.8em;
}
.two-cols .portada {
	float: left;
	margin-right: 4%;
	max-width: 120px;
	/*overflow: hidden;*/
	position: relative;
	text-align: center;
	width: 36%;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.two-cols li {
	width: 50%;
}
.two-cols li .mulsinop {
	font-size: 12px;
}
.two-cols li form{
	width: 60%;
}
.three-cols li {
	width: 33.33333333333333%;
	padding: 0 4px;
}
.three-cols .portada {
	width: 40%;
	margin-right: 5%;
}
.three-cols li .mulsinop {
	display:none;
}
.four-cols li {
	width: 25%;
	display: inline-grid;
	text-align: center;
}

.four-cols .portada{
	display: inline-flex;
	align-items: flex-end;
	margin: auto !important;
	width: auto;
	margin-inline: auto;
	max-width: none;
	height: 185px;
}

.five-cols li {
	width: 20%;
	display: inline-grid;
	text-align: center;
}

.five-cols .portada,
.six-cols .portada {
	width: 100%;
	max-width: 120px;
	margin: 0 auto;
	float: none;
	height: 185px;
}
.five-cols li .mulsinop {
	display:none;
}
.four-cols li form,
.five-cols li form,
.six-cols li form{
	width: 100%;
	padding: 0 15px;
}
.five-cols img {
	margin-bottom: 6px;
}
.five-cols dl.dublincore dd.title a {
	font-size: 12px;
}

.four-cols dl.dublincore{
	min-height: 150px !important;
	display: grid;
}

.five-cols dl.dublincore,
.six-cols dl.dublincore{
	min-height: 98px !important;
	display: grid;
}
.five-cols dd {
	line-height: 1em;
	margin-bottom: 4px;
}
.five-cols dd.creator {
	line-height: 1.3em;
}
.five-cols .edit{
	display:none;
}
.six-cols li {
	width: 16.66666666666667%;
	padding: 4 10px;
	display: inline-grid;
	text-align: center;
}
.six-cols .portada {
	display: inline-flex;
	align-items: flex-end;
	margin: auto !important;
	width: auto;
	margin-inline: auto;
	max-width: none;
}
.six-cols img {
	margin-bottom: 7px;
}
.six-cols li .mulsinop {
	display:none;
}



/* Cart-mobile
 ********************************************************/
.cart-mobile{
	float: right;
	position: relative;
	/*z-index: 9999;*/
	margin-top: 16px;
	margin-right: 3px;
}
.cart-mobile .btntwo{
	background-color: #f9a023;
	border: 1px solid #f9a023;
	font-size: 17px;
	margin-top: -1px;
	padding: 7px 10px;
}
.cart-mobile .btntwo:hover{
	background-color: #f9a023;
	border: 1px solid #f9a023;
}
.cantidad-mobile{
	background-color: #fff;
	color: #2e74e4;
	border-radius: 50%;
	left: -10px;
	padding: 4px 6px;
	position: absolute;
	top: -4px;
}

/* Images
********************************************************/
.descargas {
	float: right;
	margin-bottom: 20px;
	width: 100%;
}
.gallery {
	clear: both;
	padding-top: 10px;
}
.gallery div {
	padding: 0 4px;
}
.gallery a.thumbnail {
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 0;
	padding: 2px;
	outline: none;
}
.gallery a.thumbnail:hover {
	border-color: #589fe0;
	opacity: 0.8;
}
.gallery img {
	border: 0 !important;
	background: none !important;
	padding: 0 !important;
}


/* Materias-mobile
 ********************************************************/
.materias-mobile{
	width: 100%;
}


/* Bootstrap
 ********************************************************/
a:focus{text-decoration: none;}
.form-control {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	color: #555555;
	display: block;
	font-size: 13px;
	height: auto;
	line-height: 1.42857;
	padding: 7px 8px;
	width: 100%;
}
select.form-control {
	font-size: 12px;
	padding: 6px;
}
.navbar-toggle {
	background-color: #f9a023;
	border: 1px solid #f9a023;
	border-radius: 3px;
	padding: 7px 9px;
}
.navbar-toggle .icon-bar {
	background-color: #FFFFFF;
	height: 3px;
}
.nav-tabs > li > a {
	border-radius: 3px 3px 0 0;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 17px;
}
.tab-content > .tab-pane {
	padding: 8px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus{
	border-color: #305D76 !important;
}
.content.col-md-12 {
	padding-left: 15px;
	padding-right: 15px;
}


/* UI
 ********************************************************/
.ui-dialog .ui-dialog-buttonpane button {
	background-color: #FCAC4A;
	border: medium none;
	border-radius: 2px;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	line-height: 1.4em;
	margin: 0.5em 1em 0.5em 0;
	overflow: visible;
	padding: 3px 11px;
	width: auto;
}
.ui-widget-header {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	border: medium none;
}
.ui-dialog .ui-dialog-buttonpane {
	padding: 0.3em 0 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane {
	border: medium none;
}
.ui-dialog .ui-dialog-titlebar-close {
	background-color: rgba(0, 0, 0, 0);
	border: medium none;
}
.ui-dialog .ui-dialog-titlebar-close:after {
	color: #333333;
	content: "x";
	font-size: 17px;
}


/* Cluetip
 ********************************************************/
#cluetip{
	border: none !important;
	border-radius: 3px !important;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4) !important;
	box-shadow:  0 0 0 rgba(0, 0, 0, 0.4) !important;
	box-shadow:
}
.cluetip-outer {
	box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1) !important;
	-webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1) !important;
	background-color: #fff;
	border: 1px solid #f7f7f7;
	border-radius: 3px !important;
	box-shadow: none;
	height: auto;
}

/* Pnotify
 ********************************************************/
.ui-pnotify {
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
}
html > body .ui-pnotify {
	position: fixed;
}
.ui-pnotify .ui-pnotify-shadow {
	box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
}
.ui-pnotify-container {
	background-position: 0 0;
	height: 100%;
	margin: 0;
	padding: 0.8em;
}
.ui-pnotify-sharp {
	border-radius: 0;
}
.ui-pnotify .fa-ok-sign{
	font-size: 20px;
	margin-right: 6px;
	vertical-align: bottom;
}
.ui-pnotify-closer, .ui-pnotify-sticker {
	float: right;
	margin-left: 0.2em;
}
.ui-pnotify-title {
	display: block;
	margin-bottom: 0.4em;
}
.ui-pnotify-text {
	display: block;
	line-height: 1.5em;
	margin: 0 auto;
	max-width: 430px;
	text-align: center;
}
.ui-pnotify-icon, .ui-pnotify-icon span {
	display: block;
	float: left;
	margin-right: 0.2em;
}
.ui-pnotify-history-container {
	border-top: medium none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
	position: absolute;
	right: 18px;
	top: 0;
	width: 70px;
	z-index: 10000;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
	padding: 2px;
}
.ui-pnotify-history-container button {
	cursor: pointer;
	display: block;
	width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
	display: block;
	margin: 0 auto;
}
.ui-pnotify-container.alert {
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	color: #c09853;
	font-size: 13px;
	margin-bottom: 18px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	font-weight: bold;
}
.ui-pnotify-container.alert strong {
	font-weight: normal;
}
.ui-pnotify-container.alert a {
	font-weight: normal;
	color: #1D74C4;
	text-decoration: underline;
}
.ui-pnotify-container.alert .center-box {
	box-sizing: border-box;
	padding: 10px 0 10px 0px;
}
.ui-pnotify-container.alert-heading {
	color: inherit;
}
.ui-pnotify-container.alert .close {
	line-height: 18px;
	position: relative;
	right: -21px;
	top: -2px;
}
.ui-pnotify-container.alert-success {
	background-color: #D6E0EF;
	border-color: #D6E0EF;
	color: #1D74C4;
}
/*.ui-pnotify-container.alert-success .center-box {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMzUuNzI3IDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMzUuNzI3IDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwb2x5Z29uIGZpbGw9IiM0Njg4NDciIHBvaW50cz0iNTkuNyw2LjEgNDMuNiwyMSA0My41LDIwLjkgNDAuNCwxNy41IDM1LjcsMTIuNSAzOS4yLDkuMyA0My44LDE0LjMgNTYuNCwyLjYiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K") no-repeat scroll 5px center rgba(0, 0, 0, 0);
}*/
.ui-pnotify-container.alert-danger, .ui-pnotify-container.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.ui-pnotify-container.alert-danger .center-box, .ui-pnotify-container.alert-error .center-box {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iNzIuMTAyIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgNzIuMTAyIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjQjk0QTQ4IiBwb2ludHM9IjkzLjcsNi4xIDkwLjUsMi42IDg0LjIsOC40IDc4LjQsMi4xIDc0LjksNS40IDgwLjcsMTEuNyA3NC41LDE3LjUgNzcuNywyMSA4NCwxNS4yIDg5LjgsMjEuNCA5My4zLDE4LjIgODcuNSwxMS45Ii8+Cjwvc3ZnPgo=") no-repeat scroll 5px center rgba(0, 0, 0, 0);
}
.ui-pnotify-container.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.ui-pnotify-container.alert-info .center-box {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMTA5LjEwMiAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDEwOS4xMDIgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHJlY3QgeD0iMTE4LjciIHk9IjcuMyIgZmlsbD0iIzNBODdBRCIgd2lkdGg9IjQuOSIgaGVpZ2h0PSIxMy45Ii8+Cgk8cmVjdCB4PSIxMTguNyIgeT0iMi43IiBmaWxsPSIjM0E4N0FEIiB3aWR0aD0iNC45IiBoZWlnaHQ9IjMuNiIvPgo8L2c+Cjwvc3ZnPgo=") no-repeat scroll 5px center rgba(0, 0, 0, 0);
}
.ui-pnotify-container.alert-block {
	padding-bottom: 14px;
	padding-top: 14px;
}

/* Mis eBooks
 *******************************************************/
td.productdetalle .download{
	height: auto;
	padding: 0;
	text-decoration: none;
	margin: 0 15px 0 0;
}
td.productdetalle .download span{
	padding:0 4px 0 0;
	font-size: 1.3em;
	text-decoration:none;
}
td.verpedido .upper.big{
	float: left;
	padding: 0;
}
td.verpedido .upper.big span{
	padding:0 4px 0 0;
	font-size: 1.3em;
	text-decoration:none;
}

/* Disponibilidad Librerias L
 *******************************************************/
#linkDisponibilidad_L{
	background: url("../images/librerial_new.png") no-repeat scroll 0 0 #d61b23;
	float: left;
	height: 45px;
	text-indent: -99999em;
	width: 162px;
	border-radius: 0.2em;
}
#disponibilidad_L{
	background: none repeat scroll 0 0 #d61b23;
	border-radius: 0.2em;
	float: right;
	margin: 10px 0 0;
	padding: 0 0 10px;
	text-align: center;
	width: 100%;
}
#linksLibrerias_L span{
	border-bottom: 1px dotted #ffffff;
	border-top: 1px dotted #ffffff;
	color: #ffffff;
	float: left;
	margin: 7px 0 12px;
	padding: 4px 0;
	width: 100%;
}
#linksLibrerias_L a{
	color: #000000;
	float: left;
	font-size: 0.9em;
	margin: 0 0 5px 12px;
	text-align: left;
	width: 100%;
}
#linksLibrerias_L a:hover{
	color:#ffffff;
}

.enlaces a{
	padding: 5px 0;
}


/* Autocomplete
 *******************************************************/
.ui-menu .ui-menu-item a {
	display: inline-block;
	line-height: 1em;
	padding: 8px 8px 8px 14px;
	width: 100%;
}
.ui-menu .autocomplete-title span{
	color: #0d7ddd;
	display: inline-block;
	font-weight: 600;
	padding: 7px 8px 2px 14px !important;
	text-transform: uppercase;
}
.ui-menu .autocomplete-more a {
	border-bottom: medium none;
	color: #0d7ddd;
	padding-bottom: 12px;
	text-decoration: underline;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background-image: none;
	border: none;
	background-color: #F7F7F7;
}
.ui-state-hover.autocomplete-title,
.ui-widget-content .ui-state-hover.autocomplete-title,
.ui-widget-header .ui-state-hover.autocomplete-title,
.ui-state-focus.autocomplete-title,
.ui-widget-content .ui-state-focus.autocomplete-title,
.ui-widget-header .ui-state-focus.autocomplete-title {
	background-image: none;
	border: none;
	background-color: transparent;
}


/* FAQs
 *******************************************************/
#faqs {
	margin-bottom: 20px;
}
#search-filters{
	margin-bottom: 10px;
}
.sidebar-section-title {
	color: #9ea21d;
	font-weight: 600;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.sidebar-section-box {
	border-bottom: 1px solid #eee;
	color: #333;
	margin-bottom: 9px;
	padding-bottom: 8px;
}
ul li:last-child .sidebar-section-box {
	border-bottom: none;
}
.sidebar-section-box li a {
	color: #333;
	display: inline-block;
	padding: 3px 0;
	font-weight: 600;
}
.sidebar-section-box li a:hover,
.sidebar-section-box li a:hover span {
	color: #999;
}
.sidebar-section-box li a span {
	color: #888;
	font-size: 11px;
}
.sidebar-section-select {
	background-color: #e7e7e7;
	padding-left: 10px;
}



/* Filters
 *******************************************************/
#search-filters{
	width: 94%;
}
.filters-on{
	margin-bottom: 18px;
}
.filters-on span {
	background: #ededed none repeat scroll 0 0;
	border-radius: 3px;
	color: #323232;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3em;
	margin: 2px 0 4px;
	padding: 8px 10px;
	width: 100%;
	position: relative;
}
.filters-on span a.remove-filter {
	background: rgba(0, 0, 0, 0) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48cGF0aCBmaWxsPSIjOEM4QzhDIiBkPSJNOCAwQzMuNTgyIDAgMCAzLjYgMCA4YzAgNC40IDMuNiA4IDggOGM0LjQyIDAgOC0zLjU4MiA4LThDMTYgMy42IDEyLjQgMCA4IDB6IE0xMi43MDcgMTEuOCBsLTEuNDE0IDEuNDE0TDggOS45MTRsLTMuMjkzIDMuMjkzbC0xLjQxNC0xLjQxNEw2LjU4NiA4LjVMMy4yOTMgNS4yMDdsMS40MTQtMS40MTRMOCA3LjA4NmwzLjI5My0zLjI5M2wxLjQxNCAxLjQxNEw5LjQxNCA4LjUgTDEyLjcwNyAxMS43OTN6Ii8+PC9zdmc+") no-repeat scroll 0 0;
	height: 16px;
	position: absolute;
	right: 9px;
	text-indent: -9999px;
	top: 26%;
	width: 16px;
}
.filters-on span a.remove-filter:hover {
	background: rgba(0, 0, 0, 0) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48cGF0aCBmaWxsPSIjRTc0QzNDIiBkPSJNOCAwQzMuNTgyIDAgMCAzLjYgMCA4YzAgNC40IDMuNiA4IDggOGM0LjQyIDAgOC0zLjU4MiA4LThDMTYgMy42IDEyLjQgMCA4IDB6IE0xMi43MDcgMTEuOCBsLTEuNDE0IDEuNDE0TDggOS45MTRsLTMuMjkzIDMuMjkzbC0xLjQxNC0xLjQxNEw2LjU4NiA4LjVMMy4yOTMgNS4yMDdsMS40MTQtMS40MTRMOCA3LjA4NmwzLjI5My0zLjI5M2wxLjQxNCAxLjQxNEw5LjQxNCA4LjUgTDEyLjcwNyAxMS43OTN6Ii8+PC9zdmc+") no-repeat scroll 0 0;
}
.delete-filters {
	color: #666;
	display: inline-block;
	font-size: 11px;
	margin-top: 7px;
	text-decoration: underline;
}
.delete-filters:hover{
	color: #666;
	text-decoration: none;
}

.btn-condiciones{
	text-decoration: underline;
}


/* Checkout process
********************************************************/
.checkout-resume {
	background-color: #f5f5f5;
	border-radius: 3px;
	padding: 10px;
}
.checkout-resume > div {
	background-color: #fff;
	margin-bottom: 12px;
	padding: 10px 10px 4px;
}
.checkout-resume h2 {
	color: #3a9bea;
}
.checkout-resume li {
	margin-bottom: 4px;
}
.checkout-resume li span {
	float: right;
}
.checkout-resume-total {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-weight: 600;
	padding-top: 5px;
}
.ico-secure {
	background-color: #eee;
	border-radius: 50%;
	float: left;
	height: 34px;
	margin-right: 9px;
	margin-top: 2px;
	padding: 5px;
	text-align: center;
	width: 34px;
}
.ico-secure i{
	font-size: 20px;
	color: #cbcbcb;
}
.checkout-resume p {
	font-size: 12px;
	line-height: 1.4em;
}
.checkout-title {
	color: #3a9bea;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 18px;
}
.checkout-box {
	border: 1px solid #e7e7e7;
	padding: 1px;
	margin-bottom: 14px;
	vertical-align: top;
	display: inline-block;
	width: 100%;
}
.checkout-box-col {
	margin-right: 2%;
	width: 48.6%;
}
.checkout-box-wrapper {
	padding: 10px 20px 6px 16px;
}
.checkout-box h2 {
	background-color: #f4f4f4;
	color: #333;
	font-size: 11.4px;
	font-weight: 700;
	padding: 8px 10px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.checkout-box h2  input[type="checkbox"] {
	margin-right: 6px;
}
.checkout-box a {
	background-color: #0d7ddd;
	color: #fff;
	display: inline-block;
	margin-bottom: 8px;
	margin-top: 9px;
	padding: 4px 6px;
	border-radius: 2px;
}
.checkout-box a:hover {
	color: #fff;
}
.checkout-box .field {
	margin-top: 10px;
}
.checkout-box .field input, .field select,
.checkout-box .field textarea,
.checkout-box .field input.fichero {
	margin-bottom: 4px;
}
.checkout-box .field input.check {
	margin-right: 6px;
	margin-top: 1px;
	width: 14px;
}
.checkout-box .field textarea {
	height: 88px;
	width: 100%;
}
.btn-checkout {
	float: right;
	padding: 8px 16px;
}
@media (min-width: 992px) {
	.checkout-col.col-md-9 {
		width: 73%;
	}
	.checkout-col.col-md-3 {
		width: 27%;
	}
	.checkout-col.col-md-push-9 {
		left: 73%;
	}
	.checkout-col.col-md-pull-3 {
		right: 27%;
	}
}
.margin-r0{
	margin-right: 0 !important
}
.botones_cesta {
	font-size: 13px;
}
.checkout .basket_items{
	margin-bottom: 28px;
}
.checkout-box-address ul{
	margin-bottom: 18px;
}
.checkout thead {
	background-color: #87bfef;
	color: #fff;
}
.checkout-col{
	margin-bottom: 26px;
}
.page-login .proceso_compra{
	margin-bottom: 0px;
}
.page-login .panel{
	margin-top: 34px;
}



/* Points
********************************************************/
.puntos_book {
	color: #333;
	display: inline-block;
	font-size: 11px;
	margin: 11px 0 6px;
}
.points-usernav {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	margin-top: 20px;
	padding: 16px 0 0;
	position: relative;
	text-align: center;
}
.points-usernav p {
	font-size: 10px;
	margin: 0;
	padding: 4px 6px 2px !important;
}
.points-usernav .points-usernav-number{
	background-color: #0D7DDD;
	border-radius: 50%;
	color: #ffffff;
	font-size: 12px;
	left: 40%;
	padding: 4px 6px;
	position: absolute;
	top: -14px;
}
.points-usernav-title {
	color: #0d7ddd;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}
#menu2.dropdown-menu li.points-usernav > a {
	font-size: 11px;
	text-decoration: underline;
	padding: 2px 12px 10px !important;
}
.puntos-cart-msg {
	padding: 8px 26px;
}
.puntos-cart-msg span{
	font-weight: 600;
	color: #0D7DDD;
}
.puntos-importe{
	margin-top: 20px;
}



/* Availability
********************************************************/
.listado_libros .disponibilidad {
	margin: 2px 0 5px 0;
	padding: 3px 5px;
	display: inline-block;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	color: #787878;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}

.disponibilidad.green {
	color: #008a00;
	border-color: rgba(0, 138, 0, 0.5);
}
.disponibilidad.orange {
	color: #FF9900;
	border-color: rgba(255, 133, 0, 0.5);
}
.disponibilidad.red {
	color: #B12704;
	border-color: rgba(177, 39, 4, 0.5);
}
.five-cols .disponibilidad,
.six-cols .disponibilidad {
	display: none;
}
/* oscar */
.five-cols .ean_dc, .six-cols .ean_dc,
.five-cols dd.publisher, .six-cols dd.publisher {
	display: none;
}


/* Send to friend
********************************************************/
.actions-box {
	background-color: #F7F7F7;
	float: right;
	margin-bottom: 44px;
	padding: 24px 22px 28px 22px;
	width: 73%;
	margin-top: 28px;
}
.actions-box .btn{
	float: right;
}
.actions-box h3 {
	border: medium none;
	color: #276fb6;
	margin-bottom: 22px;
	text-transform: uppercase;
}
.actions-box p {
	margin-bottom: 30px;
	margin-top: -24px;
}


/* tarifa plana
********************************************************/
.highlight-box {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	margin: 0 0 20px;
	padding: 16px 6px 7px;
}
.highlight-box .btntwo {
	float: right;
	margin-top: 4px;
	padding: 10px 20px;
}
.highlight-box h3 {
	font-size: 16px;
	margin: 0 0 4px;
}
.highlight-box h3 span{
	color: #17a232;
	padding-left: 4px;
}
.btn.btn-days{
	background-color: transparent;
	border: 2px solid #17a232;
	float: right;
	margin-bottom: 2px;
	margin-top: -6px;
	color: #17a232;
}
.btn.btn-days:hover{
	background-color: transparent;
	border: 2px solid #17a232;
	color: #17a232;
}
.banners-home {
	margin-top: 30px;
}
#linkAplicar{
	font-size: 13px;
	padding: 9px 14px;
}


@media print {
	body {
		background: white;
		font-size: 12pt;
	}
	#menu, #colizq {
		display: none;
	}
	#wrapper, #content {
		width: auto;
		margin: 0 5%;
		padding: 0;
		border: 0;
		float: none !important;
		color: black;
		background: transparent none;
	}
	div#content {
		margin-left: 10%;
		padding-top: 1em;
		border-top: 1px solid #930;
	}
	div#content-center {
		margin-left: 10%;
		padding-top: 1em;
		border-top: 1px solid #930;
	}
	a:link, a:visited {
		color: #520;
		background: transparent;
		font-weight: bold;
		text-decoration: underline;
	}
	#sidebar, #nav-header, .account, #submenu, .navbar.navbar-default, .footer-menu, .btn, #social, .bloque-top, .materias-mobile {
		display: none !important;
	}
	.col-md-push-3 {
		left: 4%;
	}
	.col-md-9 {
		width: 95% !important;
	}

	/* ---------- @ documentos.css -----------*/

	/*Estilos para datosCliente.php  y  datosPedido.php
    ********************************************************/

	TD.tituloAdm {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #000000;
	}

	TD.op_menuAdm {
		padding: 2px;
		border-top-width: 0px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 0px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #000000;
		border-right-color: #000000;
		border-bottom-color: #000000;
		border-left-color: #000000;
	}

	A.op_menuAdm {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #5888C0;
		text-decoration : none;
	}

	A.op_menuAdm:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #5888C0;
		background-color: #FFFFFF;
		text-decoration : none;
	}

	TD.tituloSubmenuAdm {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #5888C0;
		text-align : center;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #000000;
		border-right-color: #000000;
		border-bottom-color: #000000;
		border-left-color: #000000;
	}

	TD.op_submenuAdm {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		padding: 2px;
		border-top-width: 0px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #000000;
		border-right-color: #000000;
		border-bottom-color: #000000;
		border-left-color: #000000;
	}

	A.op_submenuAdm {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #5888C0;
		background-color: #FFFFFF;
		text-decoration : none;
	}

	A.op_submenuAdm:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #5888C0;
		text-decoration : none;
	}

	.verd18 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: normal;

	}

	.verd10 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
	}

	.verd10pt {

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: normal;
	}
}


/* Lista check
********************************************************/
.lista-check {
	margin: 20px 0;
}
.lista-check div {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.lista-check label {
	border-radius: 3px;
	font-weight: 400;
}
.lista-check input[type="radio"]:empty,
.lista-check input[type="checkbox"]:empty {
	display: none;
}
.lista-check input[type="radio"]:empty ~ label,
.lista-check input[type="checkbox"]:empty ~ label {
	position: relative;
	line-height: 30px;
	margin-top: 0.5em;
	padding-left: 45px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.lista-check input[type="radio"]:empty ~ label:before,
.lista-check input[type="checkbox"]:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: #D1D3D4;
	border-radius: 0;
	font-size: 18px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 28px;
}
.lista-check input[type="radio"]:hover:not(:checked) ~ label,
.lista-check input[type="checkbox"]:hover:not(:checked) ~ label {
	color: #888;
}
.lista-check input[type="radio"]:hover:not(:checked) ~ label:before,
.lista-check input[type="checkbox"]:hover:not(:checked) ~ label:before {
	font-family: FontAwesome;
	content: '\f00c';
	color: #C2C2C2;
}
.lista-check input[type="radio"]:checked ~ label,
.lista-check input[type="checkbox"]:checked ~ label {
	color: #333;
	font-weight: 600;
}
.lista-check input[type="radio"]:checked ~ label:before,
.lista-check input[type="checkbox"]:checked ~ label:before {
	font-family: FontAwesome;
	content: '\f00c';
	color: #333;
	background-color: #ccc;
}
.lista-check .primary input[type="radio"]:checked ~ label:before,
.lista-check .primary input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #ed8b00;
}


/* Disponibilidad centros
********************************************************/
.tooltip_centros {
	clear: both;
	padding: 15px 10px;
}
.tooltip_centros p,
.tooltip_centros a {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.tooltip_centros a {
	line-height: 1.1em;
}
.tooltip_centros ul {
	padding-left: 15px;
}
.tooltip_centros ul li {
	margin-bottom: 5px;
}
.tooltip_centros ul li::before {
	content: "\2022";
	color: #000;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 15px;
}
.btntwo.disponibilidad-centros {
	max-width: 80px;
	font-size: 9px;
	padding: 3px 5px;
	background: #666;
	border-color: #666;
	line-height: 9px;
	text-align: left;
}
.btntwo.disponibilidad-centros i {
	float: left;
	margin-right: 7px;
	font-size: 17px;
}
.listado_libros .botones {
	width: 100%;
}

.precioDetalle .btntwo.disponibilidad-centros {
	max-width: none;
	width: 100%;
	padding: 8px 15px;
	margin-top: 5px;
	line-height: 18px;
	font-size: 13px;
	font-weight: 600;
}
.tiendas li {
	margin-bottom: 10px;
}
.tiendas li strong {
	display: block;
	font-size: 13px;
}
.tiendas-contacto {
	color: #3366BB;
	text-decoration: underline;
	font-weight: 600;
	transition: 0.3s;
}
.tiendas-contacto:hover {
	color: #3366BB;
	text-decoration: underline;
	text-shadow: 0 0 1px #999;
}


/* Desglose IVA
********************************************************/
.btn_desgloseIVA {
	display: inline-block;
	margin: 25px 0 15px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}
#desgloseIVA_boton,
#desgloseIVA_importes {
	display: none;
}
#desgloseIVA_importes table {
	float: right;
	max-width: 400px;
}
#desgloseIVA_importes table td {
	padding: 8px;
	text-align: right;
}
#desgloseIVA_importes table thead tr {
	font-weight: 600;
	color: #000;
}
#desgloseIVA_importes table tbody tr {
	background-color: #f9f9f9;
}
#desgloseIVA_importes table tbody td {
	font-size: 13px;
	font-weight: 600;
}
#desgloseIVA_importes span {
	margin: 0;
}
.checkout-resume .btn_desgloseIVA {
	margin: 15px 0 5px;
}
.checkout-resume #desgloseIVA_importes {
	padding: 0 8px;
}
.checkout-resume #desgloseIVA_importes table .desglose_datos td {
	font-size: 11px;
}

/* Modificación carrito envolver para regalo.*/

.emptyTableCell{
	width: 0px!important;
	padding: 0px!important;
	margin: 0px;
	white-space: nowrap;
}

.giftboxCell{
}

.regalo{

	vertical-align: middle;
}

.regaloIcono{
	font-size: 30px;
}

.regaloIconoInfo{
	font-size: 20px;
}
.regaloIconoMail{
	font-size: 20px!important;
}

.textInformacionRegalo{
	float:left;
}

.regaloTootlipEnvelope{
	margin-top: -5px;
	float: left;
	margin-left: 10px;
}

.regaloTarjetaTootlipEnvelope{
	margin-top: 2px;
	float: right;
	margin-left: 10px;
}

.regaloTootlipEnvelope .textoAyudaRegalo {
	display: none;
	visibility: hidden;
	background-color: #555;
	color: #fff;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s;
	width: 450px;
	padding-left: 1.0em;
}
.regaloTootlipEnvelope .textoAyudaRegalo::after {

	position: relative;
	border-width: 5px;
	border-style: solid;
	border-color:white;
}

.regaloTootlipEnvelope:hover .textoAyudaRegalo {
	visibility: visible;
	display: initial;
	opacity: 1;
}


.decoracionRegalo{
	border: 2px solid#e8e6e6;
	border-radius: 6px;
	margin-top: 2.0em;
	min-height: 100px;

}

.decoracionRegalo p{
	width: 70%;
	margin: 0.5em;
	float: left;

}


.imagedecoracionRegalo{
	width: 50px;
	margin: 0.5em;
	float: right;
}


.regaloTarjetaTootlipEnvelope .textoAyudaRegaloTarjeta {
	display: none;
	visibility: hidden;
	background-color: #555;
	color: #fff;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s;
	left: 40%;
	width: 450px;
	padding-left: 1.0em;
}
.regaloTarjetaTootlipEnvelope .textoAyudaRegaloTarjeta::after {

	position: relative;
	border-width: 5px;
	border-style: solid;
	border-color:white;
}

.regaloTarjetaTootlipEnvelope:hover .textoAyudaRegaloTarjeta {
	visibility: visible;
	display: initial;
	opacity: 1;
}

.sinBorde{
	border: 0px!important;
}


.informacionRegalo{
	margin-top: 10px;
	float:left
}

.wholeTarjetaRegalo{
	float: right;
	padding-left: 5%;
}

.tarjetaRegalo textarea{
	min-height: 90px;
	width: 100%;
	border: 2px solid#e8e6e6;
	border-radius: 6px;
	background-color: #FDFDFD;
}

.tarjetaRegaloPara input{
	width: 100%;
	border: 2px solid#e8e6e6;
	border-radius: 6px;
	background-color: #FDFDFD;
}

.tarjetaRegaloPara input{
	min-width: 300px;
	min-height: 20px;
}
.tarjetaRegaloPara label{
	width: 100%;
	margin-top: 1.0em;
}
.tarjetaRegalo label{
	width: 50%;
}
.tarjetaRegalo span{
	width: 50%;
	color: #a7a4a4;
}

.textareaCounter{
	width: 100%;
	float: right;
	text-align: right;
	z-index: 1;
}

.minimized{
	height: 0px!important;
	display:none;
}

.minimized textarea{
	height: 0px!important;
	min-width:0!important;
	min-height: 0!important;
}
.minimized label{
	height: 0px!important;
	min-width:0!important;
	min-height: 0!important;
}
.minimized select{
	height: 0px!important;
	min-width:0!important;
	min-height: 0!important;
}

.labelStrongGift{
	margin-bottom:2.0em;
}
.markasGift{
	font-style: italic;
	font-size: 11px;
	margin-left:3.0em;
}


/* Mod preventas */

.preventaDiv{
	font-size: small;
	font-style: italic;
	padding-top:0px;
	margin-bottom: 0px;
}
.preventaDiv label{

}
.preventaDiv .totalenvio{

}

#icono-info{
	font-size:20px;
}

.comprarReserva{
	background: orange!important;
	border: 1px solid orange!important;
	color: black;
	font-weight: bold;
	padding: 5px;
	border-radius: 4px;
}

.labelenvioPreventa{
	width:auto;
	text-transform:  none;
	font-weight: normal;
	font-style: italic;
}

.labelenvioPreventa strong{
	width:auto;
	text-transform:  uppercase;
	font-weight: bolder;
	font-style: normal;
}
.deliveryInputPreventas input{
	margin-left:1.5em;
}

.d-inline{
	display: inline !important;
}


