/* Fonts
********************************************************/
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 300;
    src: local('Rawline'), url('https://fonts.cdnfonts.com/s/19714/rawline-300.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 400;
    src: local('Rawline'), url('https://fonts.cdnfonts.com/s/19714/rawline-400.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 500;
    src: local('Rawline'), url('https://fonts.cdnfonts.com/s/19714/rawline-500.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 600;
    src: local('Rawline'), url('https://fonts.cdnfonts.com/s/19714/rawline-600.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 700;
    src: local('Rawline'), url('https://fonts.cdnfonts.com/s/19714/rawline-700.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 800;
    src: local('Rawline'), url('https://fonts.cdnfonts.com/s/19714/rawline-800.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 900;
    src: local('Rawline'), url('https://fonts.cdnfonts.com/s/19714/rawline-900.woff') format('woff');
    font-display: swap;
}


/* 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: 30px 38px 30px 9px;
}
#header {
    height: 140px;
    margin: auto 0;
    position: relative;
    top: 0;
    vertical-align: middle;
    width: 100%;
	background-color: #333333;
}
.header-top {
    background-color: #333333;
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
}
.header-top.fixed-header {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
}
.header-top > .container{
	padding: 25px 0;
	-webkit-transition: padding 0.1s ease; /* Firefox */
	-moz-transition: padding 0.1s ease; /* WebKit */
	-o-transition: padding 0.1s ease; /* Opera */
	transition: padding 0.1s ease; /* Standard */
}
.header-top.fixed-header > .container {
	padding: 12px 0;
}
#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 {
    background-color: #fff;
    overflow: hidden;
/* 	box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.03); */
}
.caret {
    color: #e8304f;
}
.breadcrumb-wrapper {
    color: #999;
    padding: 20px 20px 20px 5px;
    margin-bottom: 0;
    font-size: 12px;
}
dt, dd {
    display: inline-block;
}

/* Firefox dotted-line */
a, a:hover, a:focus{
   outline: 0;
}
button::-moz-focus-inner {
  border: 0;
}
input::-moz-focus-inner {
  border: 0;
}
object, embed {
  outline: 0;
}


/* Sidebar
********************************************************/
#sidebar {
    float: left;
    height: 100%;
    margin: 0;
    background-color: #fafafa;
    border-right: 1px solid #F1F1F1;
}
.sidebar-box {
    border-bottom: 1px solid #f1f1f1;
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 30px;
}
.sidebar-box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.sidebar-box h2 {
    border-bottom: 2px solid #34b3a0;
    color: #161b1e;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px;
    padding: 0px 0 9px;
    text-transform: uppercase;
}



/* Texto
********************************************************/
body {
	/*font: 100%/1em "Lato", Helvetica, Arial, sans-serif;*/
    font: 400 100%/1em 'Rawline', sans-serif;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
}
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;
    font-weight: 600;
}
.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 {
    background-color: #f47421;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
	padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.16px;
}
.btn:hover, .btn:focus {
	color: #FFF;
	text-decoration: none;
}
.btntwo:hover, .btntwo:focus{
	color: #FFF;
	text-decoration: none;
}
#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;
}
#capaGastosEnvio span {
    display: inline-block;
    margin-top: 8px;
    font-size: 11px;
    font-style: italic;
    color: #999;
}
#capaGastosEnvio .selectenvio {
    margin-top: 5px;
}
.btns-help{
	margin-top: 22px;
}
.btns-help a{
	margin-right: 8px;
	font-size: 12px;
}
.btn.btn-secondary {
    background-color: #EEE;
	border-color: #e1e1e1;
    color: #333;
}
.btn.btn-secondary:hover {
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    color: #333;
}
.btn-facebook {
    background-color: #466ba6 !important;
    border-color: #466ba6 !important;
    display: inline-block;
    line-height: 1.4em !important;
    margin-right: 10px !important;
    padding: 9px 14px;
}
.btn-facebook i {
    margin-left: -2px;
    margin-right: 2px;
}


/* 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: transparent;
    padding: 0;
    width: 100%;
	color: #666;
	overflow: hidden;
	margin-top: 40px;
}
#footer h2 {
    border-bottom: 1px solid #34b3a0;
    color: #161b1e;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 15px;
    padding: 0 0 9px;
    text-transform: uppercase;
}
.footer-wrapper {
	width: 100%;
	height: 1%;
	margin: 0 auto;
	display: block;
	color: #323232;
}
.footer-menu {
    margin-top: 6px;
}
.footer-menu a {
    height: 15px;
    line-height: 15px;
    display: inline-block;
    margin-bottom: 8px;
    margin-left: 10px;
    padding-right: 10px;
    color: #666;
    border-right: 1px solid #CCCCCC;
    font-size: 12px;
    min-width: 50px;
}
.footer-menu a:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0;
}
.footer-menu a:hover {
    color: #34b3a0;
}
.footer-info {
    color: #fff;
    padding-top: 10px;
}
.data-info span{
	margin: 0 1px;
}
.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-copyright{
    margin-top: 4px;
}
.footer-copyright .info-name{
    font-size: 14px;
    font-weight: 600;
    clear: both;
}
.footer-logos div {
    height: 25px;
    background-size: cover !important;
}
.footer-logos .paypal {
    background: url("../images/sp-main.png") no-repeat scroll -242px -50px;
}
.footer-logos .mastercard {
    background: url("../images/sp-main.png") no-repeat scroll -330px -50px;
}
.footer-logos .visa {
    background: url("../images/sp-main.png") no-repeat scroll -330px -75px;
}
.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 {
    display: inline-block;
    padding: 2px 0;
    width: 100%;
}
#footer .footer-top-links a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.footer-top {
    background-color: #fff;
    margin-bottom: 44px;
    padding: 30px 30px 18px;
}
.footer-top .materias {
    column-count: 3;
}
.footer-top .materias a {
    text-decoration: none;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 500;
}
.footer-top .materias i {
    float: none;
}
.footer-middle{
    background-color: #F8F8F8;
	border-top: 1px solid #E3E3E3;
}
.footer-middle > .container {
    padding: 38px 24px;
}
.footer-middle-links a i {
    color: #0d7ddd;
    font-size: 6px;
    margin-right: 7px;
    vertical-align: middle;
}
.footer-middle p {
	font-size: 13px;
    line-height: 1.2em;
    margin: 0 0 4px;
}
.footer-middle .phone {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 800;
    color: #007B67;
}
.footer-middle li {
    padding-left: 2px;
}
.footer-middle li .caret-right {
    margin-right: 10px;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    width: 0;
    color: #48B7A7;
}
.footer-middle li a {
    color: #666666;
}
.footer-middle li a:hover {
    color: #007B67;
}
.footer-middle .footer-contacto .email{
    font-size: 14px;
}
.footer-middle .footer-boletin .form-inline .form-group {
    width: 78%;
    margin: 0 1% 0 0;
}
.footer-middle .footer-temas a {
    line-height: 20px;
}
.footer-middle .footer-sellos li {
    padding: 0;
}
.footer-middle .footer-sellos li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle;
}
.footer-bottom{
    background-color: #FFF;
    color: #666;
    border-top: 2px solid #D5D5D5;
}
.footer-bottom .container{
	padding: 20px 24px;
}



/* Menu social-networks
********************************************************/
.social-networks {
    margin-top: 85px;
    padding: 10px 0 !important;
    overflow: hidden;
    clear: both;
    border-top: 1px solid #34b3a0;
    border-bottom: 1px solid #34b3a0;
}
.social-networks h2 {
    float: left;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.social-networks ul{
	float: right;
	padding: 0 0 0 40px;
    margin: 0;
}
.social-networks ul li {
	float: left;
	margin-right: 4px;
}
.social-networks ul li a {
	font-size: 16px;
	float: left;
    width: 29px;
	height: 29px;
	padding: 0px;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	padding: 5px 0 0;
	color: #FFF;
}
.social-networks ul li a:hover {
	opacity: 0.6;
}
.social-networks .facebook a  {
    background: url("../images/sp-main.png") no-repeat scroll -50px 0;
}
.social-networks .twitter a  {
    background: url("../images/sp-main.png") no-repeat scroll -100px 0;
}
.social-networks .googleplus a  {
    background: url("../images/sp-main.png") no-repeat scroll -150px 0;
}
.social-networks .youtube a  {
    background: url("../images/sp-main.png") no-repeat scroll -200px 0;
}
.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 {
    height: 100%;
    background-color: #2d9281;
    border: 1px solid #efeded;
    border-radius: 2px;
    box-shadow: 0 -2px 5px 2px rgba(0, 0, 0, 0.14) inset;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 1em;
    margin: 0;
    padding: 9px 34px 4px 36px;
    width: 100%;
}
.bloque-top .title {
    width: auto;
    max-width: 875px;
    color: #ffffff;
    float: left;
    font-weight: 400;
    margin: 8px 0;
    line-height: 32px;
}
.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 {
    display: inline-block;
    float: right;
    margin: 2px 20px 4px 0;
}
.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;
}
.list-style-buttons {
    border-left: 1px solid #268258;
    display: inline-block;
    float: right;
    margin: -8px 0;
    padding: 15px 2px 14px 32px;
}
.list-style-buttons a {
    display: inline-block;
    height: 20px;
    margin-right: 8px;
    text-indent: -9999px;
    width: 20px;
	opacity: 0.3;
}
.list-style-buttons a.hover,
.list-style-buttons a.active {
	opacity: 1;
}
#gridview{
	background: url('../images/display-grid.png') no-repeat 0 0;
}
#listview{
	background: url('../images/display-list.png') no-repeat 0 0;
}



/* 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: #f8f8f8;
    border-bottom: 1px solid #eeeeee;
    color: #737373;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}
.basket_items th{
	padding: 10px 5px 8px 15px;
}
.basket_items thead tr{
	border: none;
}
#formFavoritos {
    margin-bottom: 30px;
}
#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;
    line-height: 15px;
}
.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;
	max-width:450px;
	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;
    text-transform: uppercase;
}
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 {
    float: left;
    margin-left: 12px;
    position: relative;
}
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;
}


/* Cajas proceso de compra
********************************************************/
ul.proceso_compra {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    display: block;
    float: none;
    margin: 0 auto 20px;
    min-height: 44px;
    padding: 16px 0;
    text-align: center;
    width: 100%;
    display: none;
}
ul.proceso_compra li.first{
	margin-left:0px;
}
ul.proceso_compra li.select{
	color:#555;
	font-weight:bold;
}
ul.proceso_compra li{
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAMAAABSF4SHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDBCMjYwMDQ3OTk4MTFFNkFCQTdEQTMzMTY5RkRGQTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDBCMjYwMDU3OTk4MTFFNkFCQTdEQTMzMTY5RkRGQTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MTFEMkVDRDc5OEExMUU2QUJBN0RBMzMxNjlGREZBMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MTFEMkVDRTc5OEExMUU2QUJBN0RBMzMxNjlGREZBMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvDyB4oAAAAGUExURQCvoP///xrFjp8AAAAnSURBVHjaYmBgBAMGBgYYzQCjGWA0A4xmgNEMqHxU9ajmQcwHCDAACLgAK0nvcm0AAAAASUVORK5CYII=") no-repeat scroll 100% center;
    color: #d3d2c6;
    display: inline-block;
    float: none;
    font-size: 13.5px;
    margin: 0 12px 0 0;
    padding: 0 23px 0 0;
}
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 {
    border-bottom: 1px solid #e6e6e6;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.3;
    margin: /*40px*/ 10px 0 30px;
    padding: 0 0 7px;
}
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: 24px;
    border: 1px solid #eeeeee;
}
#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: right;
    margin-top: 16px;
    font-size: 13px;
}
.price_summary {
    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: 20px;
    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: 15px;
    font-weight: 700;
    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 {
    float: left;
    margin-right: 4px;
    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;
}
.cart-logos {
    margin: 10px 0;
}
.cart-logos img {
    margin: 12px 10px 0 0;
    max-width: 60px;
}


/* Register Login
*******************************************************/
#box-register, #box-login {
    border: medium none;
    border-radius: 0;
    float: left;
    padding: 28px;
    width: 48%;
}
#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 {
    clear: both;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 6px;
    padding: 0 0 10px;
}
.volver{
	padding-left:12px;
	text-decoration:none;
}


#flashpaper{
	bottom:0;
	height:100%;
	left:0;
	position:absolute;
	right:0;
	top:0;
	width:100%;
}
#flashpaper div.window{
	position:fixed;
	padding:0;
	margin:auto;
	top:40px;
	left:50%;
	width:800px;
	margin-left:-400px;
	height:500px;
	background:#FFF;
	z-index:2;
}
#flashpaper .close-modal{
	display:block;
	position:fixed;
	width:800px;
	left:50%;
	margin:auto;
	margin-left:-400px;
	top:13px;
	z-index:3;
}
#flashpaper .close-modal input{
	border:none;
	display:block;
	float:right;
	width:80px;
	height:22px;
	margin-top:5px;
	background:url(../images/boton-close.png) no-repeat top left;
	text-indent:-100000px;
}



/* Main nav
*******************************************************/
#header .navbar{
    clear: both;
    margin-bottom: 0;
	border-radius: 0;
    border: medium none;
	min-height: 0px;
    background-color: #fff;
    border-top: 4px solid #34b3a0;
    border-bottom: 1px solid #e1e1e1;
	top: 94px;
}
.main-nav-title {
    border-radius: 0;
    color: #1eb1a0;
    font-size: 13px;
    font-weight: 400;
    margin: 0 19px 5px;
    padding: 6px 2px 3px;
    text-transform: uppercase;
}


/* Primer nivel */
.navbar .navbar-nav > li > a {
    border-right: medium none;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 11px;
    text-transform: uppercase;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.navbar .navbar-nav > li:first-child > a {
    padding-left: 0px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    background-color: transparent;
	color: #1eb1a0;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #1eb1a0;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px solid #dedede !important;
    border-right: 1px solid #dedede !important;
    color: #1eb1a0;
}


/* Segundo nivel */
.dropdown-menu {
    border: 1px solid #e8e8e8;
    padding: 8px 0 16px;
    box-shadow: 0 10px 9px rgba(0, 0, 0, 0.03);
}
.dropdown-materias {
    border-left: 1px solid #eee;
    float: left;
    margin-top: 10px;
    margin-left: 7px;
    width: 68%;
}
.dropdown-materias{
	float: left;
	width: 250px;
	border-left: 1px solid #eee;
	margin-left: 7px;
}
.dropdown-explorar {
    float: left;
    width: 184px;
    margin-top: 10px;
}
.dropdown-explorar li{
   width: 92%;
}
.dropdown-menu li > a {
    clear: both;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
	padding: 3px 10px;
    white-space: nowrap;
    font-size: 13px;
    margin: 0 0 2px 12px;
    border-radius: 3px;
    color: #636363;
}
.dropdown-menu .dropdown-explorar li > a {
    background-color: #F7F7F7;
    margin: 3px -7px 3px 12px;
    padding: 4px 10px;
}
.dropdown-menu .dropdown-explorar li > a:hover {
    background-color: #EBEBEB;
}
.dropdown-menu li > a {
	overflow: hidden;
	text-overflow: ellipsis;
}
.dropdown-menu li > a:hover, .dropdown-menu > li > a:focus { color: #2975B3;}

.dropdown-menu .dropdown-materias li a { color: #636363;}
.dropdown-menu li a:hover, .dropdown-menu > li a:focus { color: #2975B3;}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent !important;
	color: #1eb1a0;
    text-decoration: none !important;
}
.dropdown-menu.dropdown-menu-two {
    width: 400px;
}
.dropdown-menu.dropdown-menu-two li {
	float:left;
	width: 48%;
}
.dropdown-menu.dropdown-menu-three {
    width: 600px;
}
.dropdown-menu.dropdown-menu-three li{
	float:left;
}
.dropdown-menu.dropdown-menu-three .dropdown-explorar li{
	width: 92%;
}
.dropdown-menu.dropdown-menu-three .dropdown-materias li{
	width: 50%;
}
.dropdown-menu.dropdown-menu-three .dropdown-materias .main-nav-title{
	width: 97%;
	text-transform: uppercase;
}
.nav .fa-user{
	margin-right: 5px;
	color: #B1B1B1;
}



/* Encabezados
*******************************************************/
h1{
	clear: both;
	font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 0 0.9em;
}
h1 a{
	text-decoration:none;
}
h2 a{
	text-decoration:none;
}
h3 {
	font-size:1.2em;
	margin:0 0 10px 0;
    font-weight: 400;
}
h3.proceso {
	margin: 10px 0 18px;
}
h4{
	font-size:1.2em;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}
caption {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 0 0.9em;
}
h1.title, h2.title, h3.title, h2.subtitle {
    width: 100%;
}
h1, h1.title {
	margin-bottom: 30px;
}
h2.title {
    border-bottom: 1px solid #34b3a0;
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 24px;
    padding: 0 0 12px 4px;
}
h2.title a{
    float: right;
    margin-right: 2px;
    margin-top: 2px;
    padding-right: 0;
}
.btn-more {
    margin: 3px 0 0 !important;
    padding: 0 5px;
    color: #2C927F;
    font-size: 11px;
    font-weight: 700;
    margin-right: 0;
    text-transform: uppercase;
    background: #fff;
}
.btn-more i {
    color: #017c68;
    font-size: 9px;
    padding-left: 2px;
}



.formulario_boletin fieldset p{
	border-bottom: 1px solid #E3E3E3;
    color: #1E578E;
    font-size: 1.2em;
    margin-bottom: 15px;
    padding-bottom: 5px;
}


/* Cabecera
********************************************************/
#header .logotipo {
 	margin: 0px;
	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;
}
.header-actions {
    background-color: #555;
    border-radius: 4px;
    float: right;
    padding: 8px;
}
.header-actions .icon {
    font-size: 22px;
    margin-right: 5px;
    color: #ffffff;
}
.header-actions .icon-basket {
    margin-right: 16px;
	margin-left: 0;
}
.header-promo {
    position: relative;
    color: #6d6d6d;
    float: right;
    font-size: 14px;
    padding: 17px 0 14px 50px;
    font-weight: 500;
}
.header-promo::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 50px;
    height: 50px;
    /*background-image: url(image.jpg);*/
    background: url("../images/sp-main.png") no-repeat scroll 0 7px;
}
.header-promo span {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}


/* 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 {
    border-right: 1px solid rgba(255, 255, 255, 0.37);
	float: left;
    margin: 0 14px 0 0;
    padding: 3px 16px 3px 3px;
    position: relative;
    z-index: 999;
}
.account a{
	/*padding-bottom: 40px;*/
    cursor: pointer;
}
.account a:hover{
	text-decoration: none;
}
.account .btn-login {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 0 0;
    text-transform: uppercase;
    vertical-align: top;
}
#menu2 {
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: auto;
    min-width: 166px;
    padding: 14px 0 8px;
    right: -20px;
    top: 46px;
}
#menu2::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0 0;
    height: 18px;
    transform: rotate(-45deg);
    width: 18px;
    content: "";
    pointer-events: none;
    position: absolute;
	right: 20px;
    top: -8px;
    z-index: 200;
}
#menu2.dropdown-menu li > a {
    padding: 4px 15px;
	margin: 0;
	border: none;
    border-radius: 0;
}
#menu2.dropdown-menu li > a:hover {
    background: #1eb1a0 !important;
    color: #FFFFFF;
}
#menu2.dropdown-menu li > a:focus {
    color: #1eb1a0;
}
.login-out a {
    border-top: 1px solid #eeeeee !important;
    margin-top: 5px !important;
    padding: 5px 0;
}
.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 .search-text {
    border: medium none;
    border-radius: 5px 0 0 5px;
    float: left;
    font-size: 16px;
    font-weight: 300;
    height: 43px;
    margin: 0 0 0 54px;
    padding: 0 0 0 25px;
    width: 36%;
}
#search label {
    color: #ffffff;
    float: left;
    font-weight: 600;
    margin: 4px 0;
}
.wraper-searchebook{
    float: left;
    padding: 3px 7px 4px 3px;
}
#search .check{
    float: left;
    margin-right: 4px;
    margin-top: 3px;
}
a.avanzado {
    color: #ffffff;
    float: left;
    font-size: 11.2px;
    font-weight: 600;
    margin: 7px 9px 7px 6px;
}
a.avanzado span{
	letter-spacing: 0.1em;
}

#search .btn-search {
    background-color: #1eb1a0;
    border: medium none;
    border-radius: 0 4px 4px 0;
    float: left;
    font-size: 26px;
    height: 43px;
    margin-right: 10px;
    padding: 6px 28px;
}

.search-select {
    float: left;
    position: relative;
}
.search-select .caret {
    position: absolute;
    right: 25px;
    top: 20px;
}
#search select {
   	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
    border: 1px solid #ccc;
    float: left;
    font-size: 12px;
    font-weight: 400;
    height: 43px;
	padding: 5px 35px 5px 15px;
    text-transform: uppercase;
    width: 92px;
    cursor: pointer;
}
#search option {
    padding: 3px 4px;
}
#search select:focus {
    outline: none;
}
.search-submit {
    float: left;
    position: relative;
}
.search-submit .icon {
    color: #fff;
    font-size: 28px;
    position: absolute;
    right: 8px;
    top: 6px;
}
/* target Internet Explorer 9 and Internet Explorer 10 */
@media screen and (min-width:0\0) {
    #search select {
        background:none;
        padding: 5px;
    }
}


/* 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: 4px 0 0;
}
#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;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
    padding: 23px 14px 11px;
    position: absolute;
    right: -22px;
    top: 48px;
    visibility: hidden;
    width: 286px;
    z-index: 999;
}
#contentMiniCesta::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #555555;
    border-color: rgba(0, 0, 0, 0.1);
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0 0;
    height: 18px;
    transform: rotate(-45deg);
    width: 18px;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 45px;
    top: -8px;
    z-index: 200;
}
.miniCesta-article{
	float: left;
	margin-bottom: 8px;
    padding-bottom: 6px;
    width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.miniCesta-article:last-child {
    border-bottom: none;
}
#miniCesta .info-book a{
	color:#ffffff;
	font-size: 10px;
}
#miniCesta .info-book{
	color:#ffffff;
	float:left;
	width: 160px;
	margin-right: 10px;
	position: relative;
	line-height: 1em;
}
#miniCesta .quantity{
	float: left;
    width: 32px;
    margin-top: 4px;
}
#miniCesta .quantity span {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-radius: 0.2em;
    color: #ffffff;
    float: left;
    height: 18px;
    line-height: 1em;
    margin-right: 5px;
    overflow: hidden;
    padding: 3px 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: 500;
    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: 3px 5px;
    margin-top: 5px;
    border: 0;
}
.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;
}
.btn-cart {
    color: #fff !important;
    font-size: 15px;
}
.btn-cart:hover {
    color: #fff;
	text-decoration: none;
}
.btn-cart span {
    display: inline-block;
    vertical-align: middle;
}
.btn-cart span#precioTotalMiniCesta {
    font-weight: 700;
}
.btn-cart .numArticulos {
    background-color: #f47421;
    border-radius: 50%;
    font-size: 12px;
    height: 20px;
    left: 13px;
    position: absolute;
    text-align: center;
    top: -8px;
    width: 20px;
	margin-left: 0;
}


/* Minifichas comun
*******************************************************/
dl.dublincore dd.title a {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    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: 0;
    display: inline-block;
}
.listado_libros p.precio strike{
    color: #AFAFAF;
    font-size: 12px;
    font-weight: normal;
    line-height: 1em;
    float: right;
    margin: 4px 0 3px 10px;

}
.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;
}
.edit {
    color: #ea982f;
    /*font-size: 13px;
    font-style: italic;
    line-height: 1.2em;
    margin: 0;*/
}
.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;
    padding: 8px 15px;
}



/* 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: 75%;
    margin-bottom: 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 {
	float:right;
	font-size:12px;
    font-weight: 300;
	height: 30px;
	width: 100%;
    margin: 0 0 100px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #F0F0F0;

}
.paginador a, .paginador a:link {
    display: inline-block;
    min-width: 30px;
    height: 30px;
	margin: 1px;
	padding: 8px;
	text-decoration:none;
    background-color:#F0F0F0;
    border:1px solid #E7E7E7;
    color:#666666;
    border-radius: 4px;
    text-align: center;
    line-height: 14px;
}
.paginador a:hover {
    background-color:#999;
    border:1px solid #999;
    color:#FFFFFF;
}
.paginador a:active {
	background-color:#FFFFFF;
	border:1px solid #555555;
	color:#555555;
	margin:1px;
	padding:6px;
	text-decoration:none;
}
.paginador span.pages {
	background-color:#FFFFFF;
	border:1px solid #999999;
	color:#777777;
	margin:1px;
	padding:8px;
}
.paginador a.current {
	font-weight: 600;
	margin: 1px;
	padding: 8px;
    background-color: #1eb1a0;
    border: 1px solid #1eb1a0;
    color: #ffffff;
}
.paginador a.limits i {
    margin: 0 -3px;
}



/* Ficha detalle
********************************************************/
.fichaDetalle-cover {
	padding: 24px 24px 30px 54px;
    width: 26%;
    background-color: #f8f8f8;
    border: 1px solid #f1f1f1;
    position: relative;
}
.fichaDetalle-info {
    padding-left: 32px;
    padding-top: 30px;
    width: 49%;
    border-right: 1px solid #eee;
}
.fichaDetalle-price {
    padding: 20px 56px 24px 24px;
    width: 25%;
}
.fichaDetalle h1 {
    margin: 0 0 4px;
    font-weight: 600;
}
.fichaDetalle h1 .formato {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
}
.fichaDetalle #autor {
    color: #999;
    font-size: 19px;
    font-weight: 400;
    margin: 4px 0 0;
    text-transform: uppercase;
}
.fichaDetalle #autor span {
    font-size: 16px;
    font-weight: 300;
    margin-right: 4px;
    text-transform: none;
}
.fichaDetalle #autor .nomesigas {
    font-size: 19px;
    font-weight: 400;
    color: #017C68;
    cursor: pointer;
}
.fichaDetalle #autor .nomesigas:hover {
    color: #39c8b2;
}
#detportada {
    width: 100%;
    height: auto;
}
.fichaDetalle dt.titulo,
.fichaDetalle dt.subheader,
.fichaDetalle dt.autor,
.fichaDetalle dt.editorial{
	display:none;
}
.fichaDetalle dt, .fichaDetalle dd {
    color: #000000;
    display: inline-block;
    padding-left: 15px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 3px;
    vertical-align: top;
}
.fichaDetalle dt {
	width: 44%;
	padding-left: 5px;
	color: #666;
}
.fichaDetalle dd {
	width: 54%;
    font-size: 12px;
}
.fichaDetalle dd span {
    color: #017C68;
    cursor: pointer;
}
.fichaDetalle dd span:hover {
    color: #39c8b2;
}
.fichaDetalle dt.ficha {
	border-bottom: 1px solid #E3E3E3;
    color: #FF9900;
    font-weight: 600;
    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.subheader, .fichaDetalle dd.autor{
	margin-bottom:3px;
}
.fichaDetalle dd.autor{
	margin-bottom: 20px;
	line-height: 1.2em;
}
.fichaDetalle h2.subtitle {
    font-size: 15px;
    font-weight: 400;
    margin: 2px 0 10px;
    color: #666;
}
.fichaDetalle h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 0;
}
.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;
}
.btn.buy {
    background-color: #f47421;
    border: 1px solid #f47421;
    font-size: 15px;
    font-weight: 400;
    margin: 8px 0 10px;
    padding: 14px 0;
    text-transform: uppercase;
    vertical-align: top;
    width: 100%;
    border-radius: 4px;
}
.btn.buy span {
    display: inline-block;
    font-size: 30px;
    margin-left: -6px;
    margin-right: 8px;
    margin-top: -10px;
    vertical-align: sub;
}
.precioDetalle .discount {
    top: 5px;
    left: 80px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 0;
    border: medium none;
    border-radius: 50%;
    box-shadow: none;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
.precioDetalle .disponibilidad {
    font-size: 15px;
    line-height: 1.2em;
    /*margin-top: 5px;*/
    margin: 10px 0;
    padding: 0;
}
.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;
    /*margin-bottom: 20px;*/
}
.precioDetalle .infoprices div {
    margin-bottom: 20px;
}
.precioDetalle .infoprices div:last-child {
    margin-bottom: 10px
}
.precioDetalle .infoprices p{
	display: block;
    float: left;
    color:#666666;
	font-size:12px;
	font-weight:normal;
	margin-left:2px;
}
.precioDetalle .infoprices .antes {
    color: #919191;
    font-size: 18px;
    font-weight: 300;
	text-decoration: line-through;
}
.precioDetalle .infoprices .despues {
    font-size: 36px;
    font-weight: 300;
}
.precioDetalle .iva {
    color: #999;
    font-size: 10px;
    padding-left: 4px;
}
.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{
    margin: 10px 0;
}
.valoracion .stars {
    float: left;
}
.valoracion span {
    display: inline-block;
    margin-left: 15px;
    line-height: 26px;
    color: #017C68;
    font-size: 13px;
    font-weight: 600;
}
#social {
    margin: 20px 0px 25px 0px;
    float:left;
}
#social div.gplus {
    width: 62px;
}
#social div {
    float: left;
    margin-right: 2px;
}

.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;
}
.summary {
    display: inline-block;
    margin-bottom: 12px;
}
.btn-detalle {
    background-color: #fff;
    border: 1px solid #e4e4e4;
	border-radius: 4px;
    display: inline-block;
    font-size: 13px;
    margin: 4px 0 0;
	padding: 4px 8px 4px 22px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    line-height: 30px;
    color: #017C68;
    cursor: pointer;
}
.btn-detalle:hover {
    color: #39c8b2;
}
.btn-detalle .icon {
    color: #000;
    font-size: 24px;
    margin-right: 6px;
    vertical-align: middle;
}
.shipping-cost {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2em;
    padding: 9px 2px 8px;
    margin: 0;
}
.shipping-cost span{
    font-size: 16px;
    font-weight: 400;
}
.delivery-time {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
}
.delivery-time span{
    font-weight: 600;
}
.availability-state {
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
}
.availability-items{
	font-size: 14px;
	font-weight: 300;
}
.other-formats {
    margin: 12px 0;
}
.other-formats p {
    font-size: 12.4px;
    margin: 0 0 2px 1px;
}
.other-formats a {
    border: 1px solid #eee;
    display: inline-block;
    font-size: 14px;
    margin: 2px 0;
    padding: 12px 10px;
    text-align: center;
    width: 33%;
    min-width: 110px;
}
.other-formats a span {
    color: #5e5e5e;
    font-weight: 600;
    margin-left: 10px;
}
.other-formats a:hover {
	background: #34B3A0;
	border: 1px solid #34B3A0;
	color: #fff;
}
.other-formats a:hover span {
	color: #fff;
}
.nav-detail {
    background-color: #34b3a0;
    width: 100%;
}
.nav-detail > .container {
    background-color: #017c68;
    box-shadow: 0 -2px 2px 2px rgba(0, 0, 0, 0.1) inset;
}
.nav-detail > .container > div[class*="col-"]{
    border-right: 1px solid rgba(52, 179, 160, 0.4);
}
.nav-detail > .container > div[class*="col-"]:last-child{
    border-right: 0;
}
.nav-detail a {
    color: #ffffff;
    display: block;
	min-height: 55px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.1em;
    padding: 15px 0 10px 35px;
    text-transform: uppercase;
	overflow: hidden;
	vertical-align: middle;
}
.nav-detail a:hover {
	color: #a3f7ea;
	text-decoration: none;
}
.nav-detail a i {
    font-size: 24px;
    top: 15px;
    left: 18px;
    position: absolute;
}


/* 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 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    padding: 10px 10px 30px 0;
}
#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 {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #f47421 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    position: absolute;
    top: -15px;
    right: -10px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
}
.miniFichaLateral .discount {
    width: 35px;
    height: 35px;
    line-height: 35px;
    bottom: 5px;
    font-size: 13px;
    right: -6px;
    top: auto;
}
.carrusel.small .discount {
    top: -5px;
    right: -3px;
}
.carrusel.big .discount {
    right: 5px;
    top: -5px;
}
.listado_libros.gwe_libro5 .discount{
	right: -4px;
}
.portada{
	float: left;
    position: relative;
}
.portada .wraper_ebook{
	top: -7px;
    left: -7px;
    position: absolute;
}
.fichaDetalle .wraper_ebook{
    top: -15px;
    left: -15px;
    position: absolute;
}
.ico_ebook, .ico_lista, .icon-print {
	background: none repeat scroll 0 0 #63A0DE;
    border-radius: 2px;
    border: 2px solid #fff;
    -webkit-border-radius: 2px;
    color: #FFFFFF;
    float: left;
	font-size: 12px;
    font-weight: 500;
    line-height: 1em;
    padding: 6px 10px;
}
.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 {
    float: left;
    font-size: 14px;
    font-weight: 400;
    width: 174px;
}
.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;
    resize: vertical;
}
.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;
}
.form-group textarea {
    overflow: auto;
}
.form-control:focus {
    border-color: rgba(52, 179, 160, 0.7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(52, 179, 160, 0.5);
}

/* Formulario de listas de correo
********************************************************/
.checkbox.lista {
	min-height: 30px;
	padding-top: 0;
}
.checkbox.lista label {
	line-height: 12px;
	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 {
    width: 100%;
    height: auto;
	border: 1px solid #E3E3E3;
    /*float: left;*/
    margin: 3px 15px 10px 0;
    padding: 2px;
}
.dashed-content.gwe_banner img {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 10px;
}
.dashed-content p{
    margin-bottom: 12px;
    font-size: 14.4px;
    line-height: 170%;
}
.dashed-content p strong{
	font-weight: 600;
	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: 30px 0;
	padding: 14px;
	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: #000;
    font-weight: 500;
}
.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;
}

#formAvisadorStock .checkbox{
    display: inline-block!important;
}

/* Banners
********************************************************/
#sidebar-banner {
    margin-bottom: 15px;
    text-align: center;
}
.publicol {
	margin-top: 20px;
}
.publicol:first-child {
    margin-top: 0;
}
.publicol img {
    border: medium none;
    max-width: 100%;
}


/* Suscripcion bolet�n
********************************************************/
#newsletter {
    /*background: #87BFEF none repeat scroll 0 0;
    border: 1px solid #ffffff;*/
    display: block;
    overflow: auto;
    padding: 0;
    border-radius: 4px;
}
#newsletter h3 {
    margin-bottom: 2px;
    color: #666;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
#newsletter form {
    margin: 10px 0;
}
#newsletter .wrapper {
    padding: 2px;
    /*background: #ccc;*/
}
#newsletter p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 8px;
}
#newsletter .form-group {
    width: 77%;
    margin: 0;
}
#newsletter .form-control {
    max-width: 300px;
    width: 100%;
    padding: 6px 12px;
}
#newsletter .btn {
    padding: 8px 12px 7px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #333333;
    border: 1px solid transparent;
    text-align: center;
}
#newsletter .condiciones {
    margin: 10px 0 0 2px;
    font-size: 11px;
    color: #999;
}
#newsletter .condiciones a {
    color: #999;
    text-decoration: underline;
    font-weight: 800;
}


/* 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;
}


/* Comentarios
********************************************************/
.comentario {
	margin-bottom:10px;
	padding: 10px 0;
    overflow: hidden;
	/*border-bottom:1px solid #E3E3E3;*/
}
.comentario p {
	margin: 0 0 10px;
	font-size: 13px;
	color: #888888;
}
.comentario .titulo {
	padding-top: 4px;
}
.comentario .datos{
	margin: 0 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: 600;
}
.comentario .rating {
	max-width: 145px;
	padding-right: 0;
    margin-bottom: 10px;
}


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


/* Videos
********************************************************/
.videos .video-container {
	position: relative;
	height: 360px;
	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
*********************************************************/
.carrusel {
    position: relative;
    overflow: hidden;
}
.carrusel ul {
    height: auto !important;
    padding: 5px 0 !important;
    font-size: 0;
}
.carrusel ul li {
    float: none !important;
    display: inline-block;
    vertical-align: bottom;
}
.carrusel.small {
    max-height: 195px !important;
    margin-bottom: 50px;
    overflow: hidden;
}
.carrusel.small .portada {
    text-align: center;
    width: 100%;
    margin: 0;
}
.carrusel.small .portada img {
    width: 90%;
}
.carrusel.big {
    max-height: 213px !important;
    margin-bottom: 30px;
    overflow: hidden;
}
.carrusel.big .portada {
    width: 100%;
    margin: 0;
    text-align: center;
}
.carrusel.big .portada img {
    width: 80%;
    max-height: 200px;
}
.carrusel .portada img {
    height: auto;
}

/* Carrusel actions */
.carrusel .lSAction > a {
    position: absolute;
    display: block;
    cursor: pointer;
    opacity: 1 !important;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    background: none rgba(30, 177, 160, 0.8);
    z-index: 8;
}
.carrusel.small .lSAction > a {
    width: 46px;
    height: 46px;
    padding: 7px;
    margin-top: -20px;
}
.carrusel.big .lSAction > a {
    width: 60px;
    height: 60px;
    padding: 10px;
    margin-top: -28px;
}
.carrusel .lSAction > .lSPrev {
    left: 0;
}
.carrusel .lSAction > .lSNext {
    right: 0;
}
.carrusel.small .lSAction > a i {
    color: #fff;
    font-size: 30px;
}
.carrusel.big .lSAction > a i {
    color: #fff;
    font-size: 40px;
}


/* Slider
********************************************************/
.slider {
    position: relative;
    max-height: 356px;
    margin: 25px 0;
    padding: 0;
    overflow: hidden;
}
.slider .lSSlideOuter {
    position: relative;
}
.slider ul li a img {
    width: 100%;
    height: auto;
}
.slider .lSPager {
    bottom: 15px;
    margin-top: 0;
    position: absolute;
    width: 100%;
    z-index: 8;
}
.slider .lSSlideOuter .lSPager.lSpg > li a {
    background: #666 none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    height: 10px;
    outline: 0 none;
    padding: 0;
    text-indent: -9999px;
    width: 10px;
}
.slider .lSSlideOuter .lSPager.lSpg > li:hover a {
    background: #ccc;
}
.slider .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #1eb1a0;
}


/* Best sellers
 ********************************************************/
.miniFichaLateral {
    border-bottom: 1px solid #e7e7e7;
    display: inline-block;
    margin-bottom: 9px;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
.miniFichaLateral:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.miniFichaLateral .portada {
    margin-right: 8%;
    width: 44%;
}
.miniFichaLateral img {
    width: 100%;
    height: auto;
    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;
}
.miniFichaLateral a:hover img {
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.miniFichaLateral dl.dublincore dd.title a {
    font-size: 12px;
    font-weight: 600;
    margin-bottom:0;
}
.miniFichaLateral dl.dublincore dd.title a:hover {
	text-decoration:none;
}
.miniFichaLateral .creator{
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.3em;
    margin-top: 5px;
    text-transform: uppercase;
}
.miniFichaLateral dl.dublincore a {
    font-size: 10px;
}
.miniFichaLateral .precio {
    color: #F99D32;
    font-size: 12px;
    margin-top: 3px;
}
dl.dublincore {
    float: left;
    width: 48%;
}
.ranking {
    position: relative;
}
.ranking span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    left: -5px;
    position: absolute;
    text-align: center;
    top: 4px;
    z-index: 8;
}
.ranking {
    border-bottom: 10px solid transparent;
    border-left: 14px solid #34b3a0;
    border-right: 14px solid #34b3a0;
    content: "";
    height: 34px;
    margin-bottom: 8px;
    width: 0;
}


/* 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;*/
    margin-bottom: 40px;
    position: relative;
}
.portada {
    float: left;
    margin-right: 3%;
    position: relative;
    width: 28%;
    /*max-width: 120px;*/
}

/* price bug one cols fail*/
.books li form {
    float: left;
    width: 68%;
}
.listado_libros .dublincore {
    width: 100%;
}
.listado_libros.one-cols .dublincore   {
    width: 70%;
}
.books.one-cols li form {
    width: 80%;
}
.listado_libros img {
    width: 100%;
    height: auto;
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    float: left;
    overflow: auto;
    padding: 3px;
    border: 1px solid #E3E3E3;
}
.listado_libros .botones {
    float: left;
}
.one-cols.listado_libros .botones {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.one-cols .portada{
	margin-right: 16px;
    max-width: 120px;
}
.one-cols .precio {
    float: right;
}
.one-cols .edit{
    clear: both;
    line-height: 2em;
}
.one-cols .formulario {
    text-align: right;
}
.one-cols .title {
    margin-top: 5px;
}
.one-cols .title a {
    font-size: 15px !important;
}
.one-cols .creator {
    font-size: 13px !important;
}
.two-cols li form {
    width: 68%;
}
.two-cols li {
    width: 50%;
}
.two-cols img {
    margin-bottom: 7px;
}
.three-cols li {
    width: 33%;
}
.three-cols li form {
    width: 68%;
}
.four-cols li {
    width: 25%;
}
.five-cols li {
    width: 20%;
}
.five-cols .portada {
    width: 100%;
    max-width: 120px;
    height: 170px;
}
.five-cols li form {
    width: 85%;
    max-width: 120px;
    padding-left: 5px;
}
.five-cols img {
    /*max-width: 120px;
    max-height: 165px;*/
    width: 100%;
    height: auto;
    margin-bottom: 7px;
    position: absolute;
    bottom: 0;
}
.five-cols .botones {
	display: none;
}
.five-cols dd {
    line-height: 1em;
    margin-bottom: 4px;
}
.five-cols dd.title {
    margin-top: 5px;
}
.five-cols dd.creator {
    line-height: 1.3em;
}
.five-cols .edit{
    display:none;
}
.six-cols {
    padding-left: 15px;
}
.six-cols li {
	width: 14.668%;
	margin-bottom: 6px;
	margin-right: 2%;
    padding-left: 5px;
}
.six-cols li form {
    width: 100%;
}
.six-cols .portada {
    width: 100%;
    max-width: 120px;
    height: 160px;
}
.six-cols img {
    margin-bottom: 7px;
    max-height: 165px;
    position: absolute;
    bottom: 0;
}
.six-cols li .dublincore {
    padding-left: 5px;
}
.six-cols .botones {
	display: none;
}
.six-cols .edit {
    display:none;
}
.six-cols .wraper_ebook{
    top: -15px;
    left: -7px;
}
.two-cols li .mulsinop,
.three-cols li .mulsinop,
.four-cols li .mulsinop,
.five-cols li .mulsinop,
.six-cols li .mulsinop {
    display: none;
}

/* Cart-mobile
 ********************************************************/
.cart-mobile {
    float: right;
    margin-right: 66px;
    margin-top: 16px;
    position: relative;
    z-index: 9999;
}
.cart-mobile .btntwo {
    background-color: #1eb1a0;
    border: 1px solid #1eb1a0;
    font-size: 21px;
    margin-top: -1px;
    padding: 6px 8px;
}
.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 #D8D8D8;
    border-radius: 3px;
    color: #555555;
    display: block;
    font-size: 15px;
    height: auto;
    line-height: 1.42857;
    padding: 8px 15px;
    width: 100%;
    resize: vertical;
}
.navbar-toggle {
    background-color: #1eb1a0;
    border: 1px solid #1eb1a0;
    border-radius: 3px;
    padding: 8px;
}
.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: 50px;
    padding-right: 50px;
}


/* UI
 ********************************************************/
.ui-dialog {
    z-index: 9999999999;
}
.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;
    z-index: 9999999999;
}
.ui-widget-header {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: medium none;
    font-size: 11px !important;
}
.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 span {
    display: none;
}
.ui-dialog .ui-dialog-titlebar-close:after {
    color: #fff;
    content: "x";
    font-size: 17px;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
    padding: 1px;
    background: #6591c8;
}


/* 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;
    z-index: 9999 !important;
}
.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: 999999999;
}
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;
    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 {
    padding: 0;
    z-index: 999999999999;
}
.ui-widget-content {
    box-shadow: 0 10px 7px 3px rgba(0, 0, 0, 0.1);
}
.ui-menu .ui-menu-item a {
    border-bottom: 1px solid #eee;
    display: inline-block;
    line-height: 1.3em;
    padding: 10px 8px 10px 20px;
    width: 100%;
}
.ui-menu .ui-menu-item a:hover{
  	color: #333;
}
.ui-menu .autocomplete-title span{
  	color: #1eb1a0;
    display: inline-block;
    font-weight: 600;
    padding: 7px 8px 2px 14px !important;
    text-transform: uppercase;
	font-size: 13px;
}
.ui-menu .autocomplete-more a {
    border-bottom: medium none !important;
  	color: #1eb1a0;
    padding-bottom: 13px;
    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: #1F1F1F;
    font-size: 14px;
    font-weight: 700;
    margin: 15px 0 8px;
    text-transform: uppercase;
}
.sidebar-section-box {
    border-bottom: 1px solid #d5d5d3;
    color: #333;
    margin-bottom: 9px;
    padding-bottom: 8px;
}
ul li:last-child .sidebar-section-box {
    border-bottom: none;
}
.sidebar-section-box li a,
.sidebar-section-box li span {
    color: #2d9281;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 3px;
    cursor: pointer;
}
.sidebar-section-box li a:hover,
.sidebar-section-box li a:hover span,
.sidebar-section-box li span:hover {
	color: #999;
}
.sidebar-section-box li a span,
.sidebar-section-box li span span {
    margin-left: 3px;
	color: #333;
	font-size: 12px;
    font-weight: 400;
}
.sidebar-section-select {
    background-color: #e7e7e7;
    padding-left: 10px;
}



/* Filters
 *******************************************************/
#search-filters{
	/*width: 94%;*/
}
.filters-on {
	margin: 20px 0;
}
.filters-on .filter {
    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;
    text-transform: capitalize;
}
.filters-on .filter .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;
    cursor: pointer;
}
.filters-on .filter .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: 5px 0 0 4px;
    cursor: pointer;
}
.delete-filters:hover{
	color: #666;
	text-decoration: underline;
}
.btn-condiciones{
	text-decoration: underline;
}


/* Checkout process
********************************************************/
.col-resume {
    top: 0;
    transition: all 0.3s ease-in-out;
}
.col-resume.fixed {
    position: fixed;
    top: 93px;
    width: 275.3px;
    overflow: hidden;
}
.checkout-resume {
    background-color: #f5f5f5;
    border-radius: 3px;
    padding: 15px;
    margin: 10px 0 30px;
}
.checkout-resume > div {
    background-color: #ffffff;
    margin-bottom: 12px;
    padding: 12px 12px 2px;
}
.checkout-resume h2 {
    color: #333;
	margin-bottom: 13px;
    margin-top: 2px;
}
.checkout-resume li {
    margin-bottom: 4px;
}
.checkout-resume li span {
    float: right;
}
.checkout-resume-total {
    border-top: 1px solid #eeeeee;
    font-size: 18px;
    font-weight: 600;
    margin-top: 12px;
    padding-top: 5px;
}
.checkout-resume p strong {
    display: block;
}
.ico-secure {
    background-color: #eee;
    border-radius: 50%;
    float: left;
    height: 34px;
    margin-right: 9px;
    margin-top: 1px;
    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 {
    font-size: 22px;
    font-weight: 300;
	margin-bottom: 18px;
}
.checkout-box {
    border: 1px solid #e7e7e7;
	padding: 1px;
	margin-bottom: 20px;
    vertical-align: top;
    display: inline-block;
    width: 100%;
}
.checkout-box-col {
    margin-right: 2%;
    width: 48.6%;
    min-height: 150px;
}
.checkout-box-wrapper {
	padding: 10px 20px 6px 16px;
}
.checkout-box h2 {
    max-height: 38px;
	background-color: #f5f5f5;
    color: #404040;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    padding: 12px 15px;
	letter-spacing: 0.1px;
}
.checkout-box h2.checkbox label {
    font-size: 14px;
    font-weight: 700;
}
.checkout-box h2 input[type="checkbox"] {
	margin-top: 1px;
    margin-right: 6px;
}
.checkout-box h3 {
    margin-top: 30px;
}
.checkout-box h3:first-child {
    margin-top: 0;
}
.checkout-box a {
    background-color: rgba(0, 0, 0, 0);
    color: #1eb1a0;
    display: inline-block;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 8px;
    margin-top: 9px;
    padding: 5px 6px;
    text-decoration: underline;
}
.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%;
}
.checkout-box .aniadirDir-btn {
    margin-bottom: 30px;
}
.checkout-box .formas_pago input.labelauty + label p {
    font-size: 13px;
}
.btn-checkout {
    float: right;
    font-size: 16px;
    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;
}



.checkout-options {
    margin: 16px 0 14px;
}
.checkout-options > div {
    display: inline-block;
    padding: 4px;
    vertical-align: top;
    width: 49.8%;
}
.checkout-options-edit {
    bottom: 0px;
    position: absolute;
    right: 10px;
}
input.labelauty + label {
	border: 3px solid #f8f8f8;
	color: #7e7e7e;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    min-height: 106px;
    padding: 14px 12px 14px 10px;
    position: relative;
    text-align: center;
    width: 100%;
	background-color: #fbfbfb;
}
input.labelauty + label span{
	line-height: 1.4em;
}
input.labelauty + label p {
    color: #555555;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 15px;
}
input.labelauty + label > span.labelauty-unchecked-image,
input.labelauty + label > span.labelauty-checked-image {
    vertical-align: top;
    position: absolute;
    left: -15px;
    top: -15px;
}
input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked, input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked {
    margin-left: 0;
}
.labelauty-unchecked-image {
    display: none !important;
}
input.labelauty:checked + label {
    border: 3px solid #1eb1a0;
    background-color: #fff;
    color: #444;
}
input.labelauty + label > span.labelauty-checked-image {
    height: 35px;
    width: 36px;
    border-radius: 50%;
    background: #1eb1a0 url("../images/input-checked-white.png") center no-repeat;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
input.labelauty:checked:not([disabled]) + label:hover {
    background-color: #fff;
}
input.labelauty:not(:checked):not([disabled]) + label:hover {
    background-color: #f2f2f2;
    border-color: #eaeaea;
    color: #666666;
}
input.labelauty + label > span.labelauty-unchecked, input.labelauty + label > span.labelauty-checked {
    line-height: 18px;
}


/* 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;
}


.content-extra{
	padding: 0 60px 55px;
}

.page-autenticacion .main-container{
	background-color: transparent;
}


/* Tooltip tiempo entrega*/
#tooltip_detalle{
	margin-bottom: 0;
}
.tiempo_envio ul a {
    color: #000000 !important;
    font-size: 15px;
    font-weight: normal !important;
    margin-top: -6px;
    text-decoration: underline !important;
    vertical-align: top;
}
li.tooltip_despliega {
    background-color: #ffffff;
    border: 1px solid #c6c6c4;
    border-radius: 0.2em;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.26);
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    height: auto;
    left: 50px;
    list-style-type: none;
    padding: 15px;
    position: absolute;
    top: 138px;
    width: 180px;
    z-index: 9999999;
}


/* Mis pedidos */
#central-pedidos {
    background: #ffffff url("/css/images/bg_central.png") repeat-x scroll center top;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 22px;
    width: 98%;
}
.pedido {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    color: #000000;
	margin-top: 14px;
}
#central-pedidos h2.title {
    border-bottom: 1px solid #ffcc00;
    color: #3e7a6e;
    font-size: 1.8em;
    margin: 0;
    padding: 0 0 5px;
}
.cabecera_ped {
    /*float: left;*/
    display: block;
    overflow: hidden;
}
.cabecera_ped a:hover {
    color: #000000;
}
.pedido a,
.pedido a:hover {
    color: #000000;
}
.pedido .btn-group {
    margin-top: 10px;
}
.pedido .btn-group .btn {
    margin: 0 1px 0 0;
    padding: 5px 8px;
    font-size: 10px;
    background-color: #ececec;
    color: #333;
    border: 1px solid #d4d4d4
}
.pedido .btn-group .btn i {
    color: #666;
}
.pedido .btn-group .btn:hover {
    background: #ccc;
    border-color: #ccc;
}
.pedido .btn-group .btn:hover i {
    color: #333;
}
.b_desplegar {
    background-image: url("/css/images/fondo-boton-pedido.png");
    background-repeat: repeat-x;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    float: left;
    height: 27px;
    margin-left: 10px;
    margin-top: 10px;
    padding-top: 3px;
    text-align: center;
    width: 33px;
}
.inf_pedido {
    border-right: 1px solid #c5c5c5;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 20px;
    width: 20%;
}
.pedido .info-ped {
    font-size: 16px;
    font-weight: 700;
}
.pedido .info-ped-sub {
    font-size: 13px;
    font-weight: 300;
    padding: 5px 0;
}
.estado {
    float: left;
    margin-top: 5px;
    padding-left: 15px;
}
.det {
    display: inline-block;
    padding: 16px 26px !important;
    width: 100% !important;
}
.btn.btn-arrow{
	float: left;
    margin-left: 10px;
    margin-top: 7px;
    padding: 6px 12px;
    text-align: center;
}
.articulos_ped li {
    border-bottom: 1px solid #eeeeee;
    display: inline-block;
    padding: 15px 0;
    width: 100%;
}
.img_lib_ped,
.tit_lib_ped,
.dispon_lib_ped {
    float: left;
    margin-right: 12px;
}
.cant_lib_ped{
	float: right;
    margin-top: 32px
}
.ver_recibo_ped a{
 	color: #017c68 !important;
 	text-decoration: underline;
}
.dat_lib_ped {
    width: 60%;
    float: left;
}
.dat_lib_ped span {
    display: block;
}

.top-filter {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
}
.top-filter > span {
    font-size: 12px;
    font-weight: 600;
    margin-right: 4px;
    text-transform: uppercase;
}
.top-filter select {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
}
.top-filter select option{
    padding: 4px 6px;
}


.status {
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    color: #787878;
    display: inline-block !important;
    font-size: 11px;
    line-height: 12px;
    margin: 5px 0;
    padding: 3px 5px;
    text-align: center;
}
.disponibilidad.green {
    border-color: rgba(0, 138, 0, 0.5);
    color: #008a00;
}
.disponibilidad.orange {
    border-color: rgba(255, 133, 0, 0.5);
    color: #ff9900;
}
.disponibilidad.red {
    border-color: rgba(177, 39, 4, 0.5);
    color: #b12704;
}

.highlight-box {
    border-radius: 6px;
    padding: 10px 20px;
    margin-bottom: 30px;
    background: #FAFAFA;
    border: 1px solid #eee;
    color: #333;
}
.highlight-box .btntwo {
    float: right;
    margin-top: 15px;
    padding: 10px 20px;
    border-radius: 4px;
}
.highlight-box h3 {
    margin: 8px 0 5px;
    font-size: 16px;
    color: #333;
}
.highlight-box h3 span {
    color: #17a232;
    padding-left: 4px;
    font-size: 18px;
}
.highlight-box span {
    color: #17a232;
    display: inline-block;
    /*float: left;*/
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
}
.highlight-box .label {
    vertical-align: middle;
    font-weight: 85%;
    background: #17a232;
}
.highlight-box .btntwo,
.highlight-box .btn {
    font-size: 13px;
    font-weight: 400;
}
.btn.btn-days {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #17a232;
    color: #17a232;
}
.btn.btn-days:hover {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #17a232;
    color: #17a232;
}


/**** Uned ****/
.uned .img-top {
    margin-bottom: 30px;
    border: 0;
}
.uned .intro p {
    padding-top: 5px;
    font-size: 16px;
    line-height: 1.8em;
}
.uned .uned-dispatcher{
	margin-bottom: 20px;
}
.uned .uned-dispatcher li a {
    border: 2px solid #017c68;
    border-radius: 4px;
    color: #017c68;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 12px;
    padding: 10px 10px 10px 19px;
    width: 100%;
}
.uned .carreras li {

}
.uned .uned-dispatcher li a i{
    font-size: 10px;
}
.uned h1.title_h1 {
    margin: 15px 0;
}
.uned h2.title {
    font-size: 18px;
}
.uned .listado_libros dd.title {
    margin-top: 5px;
}
.uned .listado_libros dd.title a {
    font-size: 15px;
}
.page-carreras .uned  h1,
.page-cursos .uned  h1 {
    margin-top: 0;
}

/**page-carreras**/
.page-carreras .uned .uned-dispatcher li a {
    height: 65px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    background: #F0F6F3;
    border-width: 0 0 0 4px;
    border-color: #CEE5E0;
    border-radius: 0 4px 4px 0;
}
/*
.page-carreras .uned .uned-dispatcher li a::after {
    content: "Texto de prueba";
    font-size: 12px;
    font-weight: 500;
    color: #999;
}
*/
/**page-cursos**/
.page-cursos .uned .asignaturas {
    margin-bottom: 50px;
}
.page-cursos .uned .asignaturas h2 {
    margin: 50px 0 20px;
    font-size: 18px;
    font-weight: 800;
}
.page-cursos .uned .asignaturas h2 i {
    margin-right: 5px;
    font-size: 20px;
    color: #017c68;
    vertical-align: middle;
}
.page-cursos .uned .asignaturas h3 {
    margin-top: 30px;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    background: #EEEEEE;
}
.page-cursos .uned .asignaturas ul li a {
    border: 0;
}
.page-cursos .uned .asignaturas ul li {
    border-bottom: 1px solid #EEEEEE;
}
.page-cursos .uned .asignaturas ul li:last-child {
    border: 0;
}
.page-cursos .uned .asignaturas ul li a i {
    margin: 0;
}
.page-cursos .uned .asignaturas ul li a span {
    color: #999;
    font-size: 13px;
    font-weight: 500;
}

/**page-articulos**/
.page-articulos .sidebar-box {
    padding-bottom: 0;
    border-bottom: 0;
}
.page-articulos .sidebar-box .img-title {
    display: block;
    background-color: #004537;
}
.page-articulos .sidebar-box .img-title img {
    width: 100%;
    max-width: 210px;
}
.page-articulos .sidebar-box:last-child {
    margin-bottom: 50px;
}
.page-articulos .sidebar-box h2 {
    margin-top: 30px;
}
.page-articulos .sidebar-box h2:first-child {
    margin-top: 0;
}
.page-articulos .sidebar-box h3 {
    margin: 0 0 10px;
    font-weight: 700;
}
.page-articulos .sidebar-box h3:last-child {
    border: 0;
}
.page-articulos .sidebar-box h3 a {
    color: #017C68;
    text-transform: lowercase;
    cursor: pointer;
    font-size: 15px;
}
.page-articulos .sidebar-box h3 i {
    color: #017c68;
    float: left;
    font-size: 14px;
    margin: 1px 5px 0 0;
}
.page-articulos .sidebar-box ul {
    display: none;
    margin-bottom: 30px;
}
.page-articulos .sidebar-box ul:last-child {
    margin-bottom: 0;
}
.page-articulos .sidebar-box ul li a {
    padding: 5px 8px 5px 0;
    margin-left: 3px;
    line-height: 14px;
    font-size: 11px;
    font-weight: 500;
    color: #666666;
    border: 0;
}
.page-articulos .sidebar-box ul li a:hover {
    color: #017C68;
}
.page-articulos .sidebar-box ul li a.active,
.page-articulos .sidebar-box ul li a.active i {
    font-weight: 800;
    color: #333;
}
.page-articulos .sidebar-box ul li a i {
    color: #999999;
    display: inline-block;
    float: left;
    clear: both;
    font-size: 15px;
    height: 20px;
    margin-right: 5px;
    margin-top: -1px;
    width: 8px;
}
.page-articulos .sidebar-box ul li a span {
    display: block;
    margin-left: 12px;
    color: #999;
}


/** Filters Mobile**/
.filters-search-mobile {
    margin: -24px -23px 10px;
}
.filters-search-mobile{
	display: none;
}
.filters-search-mobile select{
	margin-bottom: 14px;
}
.filters-search-mobile option{
	padding: 4px;
}
.filters-search-mobile .filters-on {
	margin: 20px 0 16px;
    padding: 0 32px;
}
.filters-search-mobile .filters-on span {
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 8px 36px 10px 13px;
    width: auto;
}
.btn.btn-filters {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #ffffff;
    float: right;
    margin-left: 16px;
    margin-right: -21px;
    padding: 15px 20px;
	border-left: 1px solid #268258;
	display: none;
	transition: none;
}
.btn.btn-filters.open {
    background-color: #fff;
    border-color: #fff;
    color: #2d9281;
}
.btn.btn-filters.open:focus,
.btn.btn-filters.open:hover {
    background-color: #fff;
    border-color: #fff;
    color: #2d9281;
}
.btn.btn-filters .fa{
	margin-right: 4px;
}
.btn.btn-filters:hover {
    background-color: transparent;
    border: none;
	border-left: 1px solid #268258;
}
.filters-selects {
    background-color: #ffffff;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 24px 24px 12px;
}
@media (max-width: 992px) {
	.btn-filters,
	.filters-search-mobile{
		display: block !important;
	}
	.filters-search{
		display: none;
	}
}
@media (max-width: 480px) {
	.btn.btn-filters span {
		display: none;
	}
	.bloque-subtop .bread {
	    height: 30px;
	    text-overflow: ellipsis;
	    width: 130px !important;
	}
}









@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;
    }
}

/* Ekomi */
#eKomiSeal_default {
    clear: both;
    display: flex;
    justify-content: center;
}