.clear {
	clear: both;
}

/******************************/
/********* LAYOUTS ************/
/******************************/

/* FORMATEADORES DE PAGINA */
#contenedor, .contenedor {
	padding: 0px 10px;
	background-color: #fff;
	box-shadow: 2px -5px 26px -1px #00000040;
}

.wrap {
	padding: 0px 10px;
}

.page {
	float: left;
}

/* PARTE SUPERIOR DEL WEB */
#topbar {
	position: relative;
	min-height: 30px;
}

#idiomas {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 30px;
	padding: 0;
}

#idiomas img {
	vertical-align: middle;
	margin-right: 3px;
}

#idiomas li {
	display: inline-block;
}

#idiomas li.slctd {
	display: none;
}

#idiomas li a {
	margin-right: 10px;
	font-size: 10px;
	text-transform: lowercase;
}

#menutop {
	font-size: 16px;
}

#menutop ul li {
	display: inline-block;
	margin-left: 20px;
}

#header {
	position: relative;
	margin-bottom: 10px;
}

.cabecera {
	margin-bottom: 20px;
}

#logovisor {
	position: absolute;
	left: 10px;
	top: 0px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 40px;
	left: 20px;
	z-index: 10;
}

#menprods {
	position: absolute;
	top: 75px;
	left: 210px;
	z-index: 10;
}

#menprods ul li {
	float: left;
}

#buscador {
	height: 39px;
	width: 100%;
	margin-top: 30px;
}

.table.limpio {
	margin-bottom: 0;
}

.table.limpio, .table.limpio>tbody>tr>td, .table.limpio>tbody>tr>th,
	.table.limpio>tfoot>tr>td, .table.limpio>tfoot>tr>th, .table.limpio>thead>tr>td,
	.table.limpio>thead>tr>th {
	border: none;
}

.input-group-addon.limpio {
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: transparent;
	border: none;
	border-radius: 4px;
}

#loginHead {
	margin-top: 30px;
}

.dl-menuwrapper {
	display: none;
}

.digi-navigation {
	background-color: #ed9b38;
	border-radius: 4px;
	min-height: 50px;
	margin: 10px 0px 20px 0px;
}

.digi-navigation ul {
	display: table;
	margin: 10px auto;
	padding: 0px;
	text-align: center;
	float: none;
	list-style: none;
}

.digi-navigation ul li {
float: none;
    position: relative;
    display: inline-block;
    margin: 0px 15px;
}

.digi-navigation ul li a {
	color: #fff;
	text-decoration: none;
	padding: 12px 15px;
	display: block;
	font-size: 18px;
	text-transform: capitalize;
}

.header-3 .digi-navigation ul li a {
	font-weight: 300;
	color: #262626;
}

.digi-navigation ul li:before {
	content: "";
	height: 1px;
	width: 0;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	background-color: #fff;
	position: absolute;
}

.digi-navigation ul li:hover:before {
	width: 100%;
}

.digi-navigation ul ul {
	background-color: rgba(0, 0, 0, 0.9);
	position: absolute;
	left: 0px;
	top: 100%;
	text-align: center;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	margin: 20px 0px 0px 0px !important;
	min-width: 250px;
	border-bottom: solid 5px;
	padding: 0px 0px 5px 0px;
}

.digi-navigation ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin: 0px !important;
}

.digi-navigation ul ul li {
	float: left;
	width: 100%;
	margin: 0px;
}

.digi-navigation ul ul li:hover:before {
	display: none;
}

.digi-navigation ul ul li a {
	padding: 7px 15px;
	color: #fff;
	font-size: 12px;
	text-align: left;
}

.digi-navigation ul ul ul {
	top: 0px;
	left: 200px;
	text-align: center;
}

.digi-navigation ul ul li a:hover {
	background: rgba(0, 0, 0, 0.8);
}

.digi-navigation ul li.last ul {
	left: auto;
	right: 0px;
}

.digi-navigation ul li.last ul ul {
	left: auto;
	right: 100%;
}

#blogin {
	border: none;
	margin: 0;
	padding: 0;
	margin-top: 6px;
}

/* cesta cabecera */
#menucesta {
	position: absolute;
	right: 15px;
	top: 42px;
}

#menatopacc, #tagcesta {
	font-size: 12px;
	height: 36px;
}

#menatopacc {
	float: left;
	padding: 5px 0px 0px 10px;
}

#menatopacc ul {
	padding: 5px;
}

#menatopacc li {
	display: inline;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	line-height: 26px;
}

#tagcesta {
	float: left;
}

#tagcesta table {
	float: left;
	background-color: #f5e0dd;
	border-collapse: separate;
	padding: 3px;
	margin-left: 5px;
	height: 36px;
}

#tagcesta table td {
	padding: 0px 5px;
}

#tagcesta table td.dato {
	background-color: #fcf4f2;
}

#tagcesta .clear {
	margin: 0;
	padding: 0;
}

#tagcesta  strong {
	color: #06345f;
}

#tagcesta table a.red {
	color: #c9062e;
}

#tagcesta table a.red:hover {
	color: #000000;
}

#toolstop {
	background-color: #F8F8F8;
	border-bottom: 1px solid #CCCCCC;
	height: 30px;
	line-height: 30px;
	position: relative;
	font-size: 10px;
	padding-left: 210px;
}

/* CUERPO CENTRAL DEL WEB */
#sidebar {
	float: left;
	width: 200px;
	width: 175px;
	margin-left: 10px;
}

#td_sidebar {
	width: 175px;
	margin-left: 10px;
}

#sidebar2 {
	float: right;
	width: 182px;
	margin-right: 10px;
}

#td_sidebar2 {
	width: 182px;
	margin-right: 10px;
}

#contenido { /*	position:relative;*/
	margin: 0 192px 0 185px;
	/*	padding: 0 1.5em 0 1.5em;*/
}

#tdcontenido {
	padding-top: 20px;
}

#contenido #cuerpoart, #contenido .cuerpoart {
	padding: 0 1.5em 0 1.5em;
}

#contenido .wrap {
	padding: 0 1.5em 0 1.5em;
}

body.layout_4 #contenido {
	margin: 10px;
}

.barracontrol {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* PIE DE PAGINA */
#piebloque {
	position: relative;
	width: 100%;
	margin-top: 90px;
	font-size: 0.8em;
}

ul.menupie {
	list-style: none;
	position: absolute;
	bottom: 10px;
}

ul.menupie li {
	display: inline-block;
	list-style: none;
	margin: 5px 10px 5px 0px;
}

.pie1 {
	float: left;
	margin-left: 20px;
}

.pie2 {
	float: right;
	margin-right: 20px;
}

#piebloque div.copyright {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#piebloque div.avisolegal {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

#piebloque div.avisolegal span {
	display: block;
	float: left;
}

#piebloque div.avisolegal ul {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}

#piebloque div.avisolegal li {
	float: left;
	margin-right: 10px;
}

/******************************/
/************ CORE ************/
/******************************/
body {
	font-family: 'Fira Sans', sans-serif;
	color: #787878;
}

/* -- ELEMENTO BASICOS DE HTML -- */

/* Relacionado con los encabezados */
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 28px;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 20px;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 22px;
}

h4 {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h5 {
	font-size: 14px;
}



/* Relacionado con los links */
/*
a {
	text-decoration: none;
}

a:hover, a.slctd, a.open {
	
}
*/

/* Relacionado con las listas */
/*
ul {
	padding: 5px;
	margin: 0px 0px 0px 15px;
}

ol {
	padding: 5px;
	margin: 0px 0px 0px 25px;
}

img {
	border: 0;
	padding: 0;
}

p {
	margin: 0px 0px 20px 0px;
}

form {
	padding: 0;
	margin: 0;
}

input, select, textarea {
	border: 1px solid #999999;
}

input, select, textarea {
	padding: 1px;
}

table {
	border-collapse: collapse;
}

td {
	margin: 0;
	padding: 0;
}
*/


.hidden {
	visibility: hidden;
}

/* Relacionado con las imagenes */
.tipo1, .tipo2, .tipo3 {
	padding: 2px;
}

.tipo1 {
	float: right;
	margin: 0px 0px 0px 5px;
}

.tipo2 {
	float: left;
	margin: 0px 5px 0px 0px;
}

.tipo3 {
	margin: 0 auto;
	margin: 0px 5px 0px 0px;
	text-align: center;
}

/* Separadores de paginas */
div.separador {
	clear: both;
	height: 1px;
	width: 100%;
	margin: 20px 0px 20px 0px;
}

.mini {
	font-size: 80%;
}

/******************************/
/********** GENERAL ***********/
/******************************/
body {
	background-color: #fff;
}

#header {
	
}

/* Cabecera */
#header h1 {
	width: 163px;
	height: 96px;
	background: url(../img/logo.png) no-repeat;
	text-indent: -10000px;
	cursor: pointer;
}

/* MENUS CABECERA */

/* Menu Horizontal */
#menprods ul li {
	padding: 0px 2px;
	text-align: center;
}

#menprods ul li a {
	height: 39px;
	line-height: 60px;
	display: inline-block;
	padding: 0px 10px 0px 10px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 10px;
	color: #63636b;
	text-transform: lowercase;
	background: url(../img/bg_li_menuh.gif) bottom left no-repeat;
}

#menprods ul li a:hover, #menprods ul li.slctd a {
	color: #000000;
}

/* SIDEBAR */
#menuside {
	background: url(../img/bg_menuside.jpg) repeat-x;
}

#menuside h3 {
	margin: 0;
	cursor: pointer;
	background: url(../img/li_menuv.jpg) no-repeat;
	height: 22px;
	font-size: 13px;
	padding-left: 35px;
	border-top: #bdbebf 1px solid;
	color: #00407a;
}

#menuside .h3_1 {
	border-top: none;
}

#menuside .h3_2 {
	background-position: 0 -12px;
}

#menuside .h3_3 {
	background-position: 0 -24px;
}

#menuside .h3_4 {
	background-position: 0 -36px;
	border-bottom: #bdbebf 1px solid;
}

#menuside h3.current {
	cursor: default;
	border-bottom: none;
}

#menuside .pane { /*	display:none;*/
	padding-left: 25px;
}

#menuside  li {
	list-style-image: url(../img/li_red.gif);
	margin-bottom: 3px;
}

#menuside a {
	font-size: 11px;
	line-height: normal;
	color: #63636B;
}

#menuside li.slctd a {
	background-color: #eee;
	font-weight: bold;
}

#menuside a:hover {
	color: red;
}

/* por defecto ocultamos los hijos */
#menuside li ul {
	display: none;
}

/* esta seleccionado el primer nivel y mostramos los hijos */
#menuside li.slctd ul, #menuside li.open ul {
	display: block;
}

/* esta seleccionado el primer nivel y ocultamos los nietos */
#menuside li.slctd ul li ul {
	display: none;
}

/* esta seleccionado un hijo y mostramos los nietos */
#menuside li ul li.slctd uk, #menuside li ul li.open uk {
	display: block;
}

/* esta abierto un hijo y mostramos los hermanos */
#menuside li ul li.open ul {
	display: block;
}

.menuverti {
	background: url(../img/li_menuvred.jpg) no-repeat;
}

.menuverti ul, .menuverti li {
	margin: 0;
	padding: 0;
}

.menuverti li a {
	display: block;
	margin: 0;
	cursor: pointer;
	height: 25px;
	font-size: 13px;
	line-height: 25px;
	padding-left: 35px;
	border-top: #bdbebf 1px solid;
}

.menuverti li a.first {
	border-top: none;
}

/* Blog */
.barrablog {
	border-bottom: #999 1px solid;
	padding: 15px 0px 0px 0px;
	margin-top: 15px;
}

/* CONTENIDO */
#contenido h1 {
	font-size: 20px;
}

#contenido ul {
	list-style: circle;
}

.contenido_texto p {
	text-align: justify;
}

.wraptext {
	clear: both;
	border-top: #d4d4d3 1px solid;
	padding: 10px 20px;
}

/* botones  */
a.btnlcms, input.btnlcms {
	display: inline-block;
	width: auto;
	font-size: 10px;
	padding: 5px;
	margin: 5px;
	background-color: #d1032a;
	color: #fff;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.btnlcms:hover, input.btnlcms:hover {
	background-color: #00407a;
}

.npaginas {
	font-size: 11px;
	text-align: right;
	margin-right: 5px;
}

.btnart {
	display: inline-block;
	text-align: center;
	margin: 10px;
	font-size: 11px;
}

.btnart span {
	display: block;
	background-color: #d1032a;
	color: #fff;
	padding: 3px 6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Formularios */
form.boxsearch label {
	display: inline-block;
	text-align: right;
	width: 100px;
}

/*form.boxsearch input.txtse, select.txtse{*/
form.boxsearch input, form.boxsearch  select {
	margin-bottom: 0.5em;
	font-size: 16px;
}

form.boxsearch input.txtse, form.boxsearch select.txtse {
	width: 600px;
}

form.boxsearch input[type='submit'] {
	margin-left: 105px;
}

/* RELACIONADO CON LISTADOS Y FICHAS */
ul.ariadna {
	margin: 10px 0px;
	padding-left: 0px;
}

ul.ariadna li {
	font-size: 17px;
	font-weight: bold;
	display: inline;
	margin-right: 10px;
}

ul.ariadna li.normal {
	font-size: 15px;
	font-weight: normal;
}

ul.ariadna li.ariadna {
	font-size: 15px;
	font-weight: normal;
	padding-right: 20px;
	background: url(../img/ariadnasep.gif) bottom right no-repeat;
}

ul.ariadna li.prod {
	font-size: 20px;
	font-weight: bold;
}

ul.ariadna a {
	text-decoration: underline;
}

/* Listado de Topics */
.cols {
	margin: 0 auto;
}

.col2 {
	width: 300px;
	padding: 0px 30px;
}

.col2 ul ul {
	margin: 0 0 0 20px;
	padding: 0px
}

.col2 li {
	list-style: none;
	margin-bottom: 10px;
}

.col2 li li {
	margin-bottom: 0px;
}

.col2 li a {
	font-weight: bold;
	font-size: 12px;
}

.col2 li li a {
	font-weight: normal;
	font-size: 11px;
}

.col3 {
	width: 30%;
	padding: 0 1%;
}

.col3 ul ul {
	margin: 0 0 0 20px;
	padding: 0px
}

.col3 li {
	list-style: none;
	margin-bottom: 10px;
}

.col3 li li {
	margin-bottom: 0px;
}

.col3 li a {
	font-weight: bold;
	font-size: 12px;
}

.col3 li li a {
	font-weight: normal;
	font-size: 11px;
}

.treeSubjet h3 {
	font-size: 18px;
	font-weight: bold;
}

.treeSubjet h4 {
	font-size: 14px;
	margin: 10px 0px;
	padding-left: 15px;
}

.treeSubjet h5 {
	font-size: 14px;
	margin: 10px 0px;
	padding-left: 30px;
}

.treeSubjet>ul {
	list-style: none;
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
	page-break-inside: avoid; /* Theoretically FF 20+ */
	break-inside: avoid-column; /* IE 11 */
	display: table; /* Actually FF 20+ */
	margin-bottom: 0px 0px 20px 0px;
}

@media ( min-width : 768px) {
	.treeSubjet {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media ( min-width : 1024px) {
	.treeSubjet {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}

/* mosaico de secciones y coleccione */
/*
.boxcol,
.boxpub,
.boxejo {
	border-bottom: 1px solid #E4E4E4;
	
	margin: 10px 5px 20px;
	height:240px;
	width:150px;
	text-align:center;
	overflow:hidden;
	
}

.boxpub,
.boxejo {
	
	margin: 10px 12px 40px;
	
	text-align:left;
	
	width:230px;	
	height:200px;
	
}


.portadapub,
.portadacol {
	background-color: #E4E4E4;
	padding: 5px;
	width: 128px;
	height:185px;
	overflow:hidden;
	display: block;
}

.portadapub{
	float:left;	
}

.nombrecol{
	width:128px;
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	
}

.fichaportada {
	margin-left: 144px;
}

.fichacol{
	padding-top:5px;
}

.fichaportada span ,
.fichacol span,
.fichaejo span {
	font-size: 10px;
}

.fichaportada strong a,
.fichacol strong a,
.fichaejo strong a {
	font-size: 10px;
	word-wrap: break-word;
	text-transform: uppercase;
}

.fichaportada p,
.fichacol p,
.fichaejo p  {
	font-size: 11px;
	margin: 10px 0px 0px;
}
*/

/* listado de ebooks */
div.bloqueprod {
	width: 150px;
	height: 280px;
	float: left;
	margin: 10px 0px 15px 25px;
	overflow: hidden;
}

div.imagenprod {
	height: 190px;
	width: 130px;
	background-color: #E4E4E4;
	padding: 5px;
	margin-bottom: 5px;
}

div.imagenprod img {
	width: 128px;
	height: 186px;
}

div.datosprod {
	font-size: 10px;
}

.datosprod strong a {
	font-size: 11px;
}

div.prod {
	padding-left: 30px;
}

div.prodport {
	float: left;
	text-align: center;
}

div.prodport img {
	background-color: #E4E4E4;
	padding: 5px;
}

div.deltailbook {
	
}

div.deltailbook strong {
	
}

div.deltailbook p {
	text-align: justify;
	line-height: 1.2em;
}

a.sigin {
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0px;
	padding: 5px;
	color: #003366;
	display: inline-block;
	border-radius: 5px;
	background-color: #ddd;
}

a.sigin:hover {
	color: #ddd;
	background-color: #003366;
}

/* emergente con cmas info sobre los libros en los listados */
.infotip {
	display: none;
	background: transparent url(../img/infotitle_med_down.png) no-repeat;
	padding: 20px;
	width: 310px;
	height: 270px;
	font-size: 11px;
	overflow: hidden;
	z-index: 100;
}

.infotip div {
	overflow: scroll;
	height: 240px;
	font-size: 10px;
}

.infotip div span.tit {
	font-size: 12px;
	display: block;
	color: #333333;
	margin-bottom: 2px;
}

.infotip.bottom {
	background: transparent url(../img/infotitle_med_up.png) no-repeat;
	padding-top: 60px;
}

/* listado de ebooks */

/* Mosaico de portadas de colecciones*/
.fichaebook {
	text-align: center;
	height: 300px;
}

.contentbook {
	position: absolute;
	height: 280px;
	width: 100%;
	overflow: hidden;
	padding: 10px;
}

.contentbook:hover {
	overflow: visible;
	z-index: 100000;
	background-color: #fff;
	
	/*
	padding:10px;
	*/
	margin-top: -10px;
	height: auto;
	-webkit-box-shadow: 6px 6px 13px -4px rgba(140, 137, 140, 1);
	-moz-box-shadow: 6px 6px 13px -4px rgba(140, 137, 140, 1);
	box-shadow: 6px 6px 13px -4px rgba(140, 137, 140, 1);
}

.fichaebook a.portada {
	display: block;
}

.fichaebook a.portada img {
	width: 128px;
	height: 186px;
	border: #E4E4E4 3px solid;
	margin-bottom: 5px;
}

.fichaebook a.portada:hover img {
	border: #000000 3px solid;
}

.fichaebook a.titulo {
	display: block;
	font-size: 12px;
}

.fichaebook span.autor {
	display: none;
	font-size: 10px;
	line-height: normal;
}

.fichaebook .contentbook:hover span.autor {
	display: inline;
}

/* Small devices (tablets, 768px and up) */
@media ( min-width : 768px) {
}

#toclist {
	display: none;
	margin-left: 30px;
}

#toclink {
	padding-left: 18px;
	font-weight: bold;
	cursor: pointer;
	padding-bottom: 2px;
}

.tocdown {
	background: url(../img/ar_right.gif) no-repeat;
	border-bottom: #666666 1px dotted;
}

.tocright {
	background: url(../img/ar_down.gif) no-repeat;
	border-bottom: none;
}

/* faqs */
div.faq {
	padding: 15px;
	border-bottom: #666666 1px dotted;
}

div.faq p {
	font-size: 10px;
	text-align: justify;
}

div.faq h4 * {
	font-size: 15px;
}

/* Formularios */
.tabform th {
	height: 3em;
	font-size: 1.3em;
}

.tabform td {
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}

.tabform td.blores {
	background-color: #666666;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}

.tabform i {
	color: #A8000D;
}

.tabform input {
	height: 22px;
	border-color: #9C9C9C #D1D1D1 #E6E6E6 #C3C3C3;
	border-style: solid;
	border-width: 1px;
}

form.general label {
	display: inline-block;
	padding-bottom: 5px;
}

.obli {
	font-size: 11px;
	color: #F18E00;
}

table.tlistado {
	font-size: 16px;
	border: #666666 1px solid;
	margin: 15px 0px;
	width: 100%;
}

table.tlistado th {
	padding: 8px;
	background-color: #CC0033;
	color: #ddd;
}

table.tlistado td {
	padding: 8px;
}

table.tlistado tr:nth-child(even) {
	background-color: #eee;
}

/* CESTA DE PEDIDO */
table.tabcesta {
	width: 100%;
	font-size: 12px;
	border: #666666 1px solid;
	margin: 15px 0px;
}

table.tabcesta th {
	padding: 4px;
	background-color: #CC0033;
	color: #ddd;
	text-align: center;
	height: 3.0em;
}

table.tabcesta td {
	padding: 4px;
}

div.cestabotones {
	text-align: center;
}

a.btn_comprar {
	position: relative;
	display: block;
	width: 170px;
	height: 32px;
	background: url(../img/btn_comprar.gif) no-repeat;
	font-weight: bold;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 29px;
	text-indent: 8px;
	text-decoration: none;
}

a.btn_comprar span {
	position: absolute;
	right: 28px;
	text-align: right;
}

a.btn_comprar:hover {
	color: #003399;
}

/* Acceso de Cliente */
#bloqyaes, #bloqnoes {
	padding: 10px;
	margin-top: 20px;
}

#bloqyaes {
	width: 250px;
	margin-right: 30px;
	border-top: #d4d4d3 1px solid;
	border-right: #d4d4d3 1px solid;
	background: url(../img/ar_div.gif) top left no-repeat;
	float: left
}

#bloqyaes input.input {
	height: 22px;
	width: 240px;
	border-color: #9C9C9C #D1D1D1 #E6E6E6 #C3C3C3;
	border-style: solid;
	border-width: 1px;
}

#bloqyaes label {
	display: block;
	font-weight: bold;
}

#bloqnoes { /*	width:250px;
	float:right;*/
	font-size: 12px;
}

/* Acceso de Cliente */
table.tabacceso td {
	padding: 15px 0px 0px 0px;
}

table.tabacceso td.mini {
	font-size: 90%;
}

span.aceptarcond {
	display: block;
	padding: 5px 10px;
	font-size: 0.95em;
}

span.aceptarcond a {
	text-decoration: underline;
}

input.error, select.error {
	border: 1px solid red;
}

label.error {
	background: url('../img/unchecked.gif') no-repeat;
	padding-left: 16px;
	margin-left: .3em;
}

label.valido {
	background: url('../img/checked.gif') no-repeat;
}

#warning {
	color: #CC0000;
	font-size: 105%;
	background-color: #FFFF99;
}

/* Listado buscador */
.itemft {
	margin-bottom: 20px;
	border-bottom: #999999 1px solid;
	padding-bottom: 10px;
	width: 100%;
}

.porft {
	float: left;
}

.porft img {
	max-width: 140px;
}

.deltailbook.datft {
	margin-left: 150px;
}

/* Buscador */
#buscador #termsearch, #buscador #selectsearch {
	border-top: #9c9c9c 1px solid;
	border-left: #c3c3c3 1px solid;
	border-bottom: #e6e6e6 1px solid;
	border-right: #d1d1d1 1px solid;
	height: 22px;
	font-size: 14px;
}

#buscador #termsearch {
	width: 100%;
}

#buscador #selectsearch {
	font-size: 14px;
	width: 120px;
	height: 22px;
}

#buscador #botsearch {
	width: 90px;
}

#go {
	border: none;
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
}

a.btnblank {
	display: inline-block;
	background-color: #fff;
	padding: 2px 5px;
	border-radius: 10px;
	font-size: 12px;
}

a.btnblank:hover {
	background: #999999;
	color: #FFFFFF;
}

table#tbuscador td {
	padding: 6px 2px;
	vertical-align: top;
}

#fadvsea {
	margin-top: 30px;
}

/* Buscador avanzado */
#fadvsea p {
	margin: 0 0 10px;
}

#fadvsea	#q0 {
	/*
	width: 550px;
	*/
	
}

#fadvsea .inputavse {
	/*
	width: 456px;
	margin-top: 4px;
	border: 1px solid #CCCCCC;
	height: 15px;
	padding: 1px 2px;
	font-size: 14px;
	*/
	
}

#fadvsea select {
	/*
	border: 1px solid #CCCCCC;
	margin: 4px 0 0;
	padding: 0.25px 0;
	font-size: 14px;
*/
	
}

#fadvsea	.tipoboolean {
	/*
	width: 90px;
	*/
	
}

#fadvsea .botonform {
	/*
	margin: 20px 0px 0px 0px;
	*/
	
}

#fadvsea h3 {
	margin-top: 20px;
	padding-top: 10px;
	border-top: #CCCCCC 1px dotted;
}

#fadvsea label {
	/*
	display: block;
	padding: 5px 0px;
	*/
	
}

#fadvsea span {
	/*
	display: inline-block;
	width: 120px;
	*/
	
}

.resquery {
	padding-top: 10px;
	font-size: 11px;
}

@media ( min-width : 768px) {
	.form-horizontal .control-label, .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
	}
}

/* facelets */
#facelets {
	
}

#facelets h4 {
	
}

ul.facelet {
	
}

ul.facelet li {
	font-size: 12px;
}

.morefacelet, .lessfacelet {
	font-weight: bold;
	text-align: right;
	display: block;
	cursor: pointer;
}

.morefacelet:hover, .lessfacelet:hover {
	color: #990000;
}

/* Mis listas */
.nomList {
	font-weight: bold;
}

.nomList small {
	font-size: 12px;
}

h2.titmilista {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
}

.lnkRenameList {
	cursor: pointer;
}

.formRenameList {
	display: inline-block;
}

ul.btnlista {
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

ul.btnlista li {
	display: inline-block;
}

ul.btnlista li.separador {
	width: 40px;
}

ul.btnlista li a {
	background-color: #B81A3B;
	color: #FFFFFF;
	padding: 4px 10px;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #800000;
}

ul.btnlista li a:hover {
	background-color: #F61340
}

.lnk {
	color: #D3022C;
	padding: 10px 2px;
	font-size: 10px;
	margin: 0px;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #F5F5F5;
	border: 1px solid #E3E3E3;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.well.small {
	padding: 4px;
}

.well h4 {
	margin-left: 15px;
}

.well p {
	margin: 0px;
}

.count_itemslista {
	font-weight: normal;
}

/* Intranet */
ul.listIntranet {
	padding-top: 20px;
}

ul.listIntranet li {
	font-size: 15px;
	padding-bottom: 20px;
}

/*Estadistica*/
/*
table.stats {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th, .table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}

.table  th {
	font-weight: bold;
}

.table  thead th {
	vertical-align: bottom;
}


.table caption+thead tr:first-child th, .table caption+thead tr:first-child td,
	.table colgroup+thead tr:first-child th, .table colgroup+thead tr:first-child td,
	.table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td
	{
	border-top: 0;
}

.table tbody+tbody {
	border-top: 2px solid #dddddd;
}

.table .table {
	background-color: #ffffff;
}

.table-condensed th, .table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #dddddd;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.table-bordered th, .table-bordered td {
	border-left: 1px solid #dddddd;
}

.table-bordered caption+thead tr:first-child th, .table-bordered caption+tbody tr:first-child th,
	.table-bordered caption+tbody tr:first-child td, .table-bordered colgroup+thead tr:first-child th,
	.table-bordered colgroup+tbody tr:first-child th, .table-bordered colgroup+tbody tr:first-child td,
	.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th,
	.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child>th:first-child,
	.table-bordered tbody:first-child tr:first-child>td:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child>th:last-child,
	.table-bordered tbody:first-child tr:first-child>td:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child>th:first-child,
	.table-bordered tbody:last-child tr:last-child>td:first-child,
	.table-bordered tfoot:last-child tr:last-child>td:first-child {
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child>th:last-child,
	.table-bordered tbody:last-child tr:last-child>td:last-child,
	.table-bordered tfoot:last-child tr:last-child>td:last-child {
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
}

.table-bordered caption+thead tr:first-child th:first-child,
	.table-bordered caption+tbody tr:first-child td:first-child,
	.table-bordered colgroup+thead tr:first-child th:first-child,
	.table-bordered colgroup+tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}

.table-bordered caption+thead tr:first-child th:last-child,
	.table-bordered caption+tbody tr:first-child td:last-child,
	.table-bordered colgroup+thead tr:first-child th:last-child,
	.table-bordered colgroup+tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}

.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th
	{
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #f5f5f5;
}

table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"],
	.row-fluid table th[class*="span"] {
	display: table-cell;
	float: none;
	margin-left: 0;
}

.table td.span1, .table th.span1 {
	float: none;
	width: 44px;
	margin-left: 0;
}

.table td.span2, .table th.span2 {
	float: none;
	width: 124px;
	margin-left: 0;
}

.table td.span3, .table th.span3 {
	float: none;
	width: 204px;
	margin-left: 0;
}

.table td.span4, .table th.span4 {
	float: none;
	width: 284px;
	margin-left: 0;
}

.table td.span5, .table th.span5 {
	float: none;
	width: 364px;
	margin-left: 0;
}

.table td.span6, .table th.span6 {
	float: none;
	width: 444px;
	margin-left: 0;
}

.table td.span7, .table th.span7 {
	float: none;
	width: 524px;
	margin-left: 0;
}

.table td.span8, .table th.span8 {
	float: none;
	width: 604px;
	margin-left: 0;
}

.table td.span9, .table th.span9 {
	float: none;
	width: 684px;
	margin-left: 0;
}

.table td.span10, .table th.span10 {
	float: none;
	width: 764px;
	margin-left: 0;
}

.table td.span11, .table th.span11 {
	float: none;
	width: 844px;
	margin-left: 0;
}

.table td.span12, .table th.span12 {
	float: none;
	width: 924px;
	margin-left: 0;
}

.table tbody tr.success td {
	background-color: #dff0d8;
}

.table tbody tr.error td {
	background-color: #f2dede;
}

.table tbody tr.warning td {
	background-color: #fcf8e3;
}

.table tbody tr.info td {
	background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
	background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
	background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
	background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
	background-color: #c4e3f3;
}

*/

/* HOME */

/* Carrousels home */
#owl-novedad .item {
	padding: 8px 0px;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	max-height: 260px;
}

#owl-novedad .item h4 {
	font-size: 10px;
	padding: 3px;
}

#owl-novedad .item img {
	width: 125px;
	height: 180px;
	border: #000000 1px solid;
}

.customNavigation {
	text-align: center;
}

/*use styles below to disable ugly selection */
.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* carrousel ecollections */
#owl-colecciones .item {
	background: #F7F7F7;
	padding: 8px 0px;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

#owl-colecciones .item h4 {
	font-size: 10px;
	padding: 3px;
}

/* stats home */
.estatshome {
	margin-bottom: 20px;
}

.boxestat {
	padding-left: 30px;
}

.boxestat h5 {
	color: #686868;
}

.boxestat table {
	font-size: 22px;
}

.boxestat.medio table {
	font-size: 12px;
}

.boxestat table td.data {
	font-weight: bold;
	text-align: right;
}

.boxestat  ul {
	margin-left: 40px;
	list-style: none !important;
	border-top: #9E9E9E 1px solid;
	padding: 0px;
	width: 300px;
}

.boxestat ul li {
	border-bottom: #AAAAAA 1px solid;
	padding: 3px 10px;
}

.boxestat ul li strong {
	display: block;
	float: right;
	font-size: 22px;
}

.boxestat h5 {
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Sumario */
table.sumario td.numsum {
	width: 100%;
	font-size: 110%;
	font-weight: bold;
}

table.sumario td.numsum a {
	color: #B40225;
}

table.sumario td.numsum a:hover {
	text-decoration: underline;
}

.lnkprod {
	display: block;
	text-align: center;
}

.lnkprod img {
	width: 128px;
	height: 186px;
}

.datosprod {
	margin: 5px auto;
	max-width: 128px;
}

.datosprod .title {
	font-size: 12px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.datosprod .autor {
	font-size: 10px;
	color: #807C7C;
}

.owl-novedad {
	position: relative;
}

.owl-theme .owl-controls .owl-buttons div {
	margin: 0;
	padding: 0;
	opacity: 0.2;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 25%;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
}

.owl-next {
	right: -10px;
	display: inherit;
	/*-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);*/
	background: transparent url("/assets/img/chevron_right.png") center no-repeat
		!important;
}

.owl-prev {
	left: -10px;
	display: inherit;
	background: transparent url("/assets/img/chevron.png") center no-repeat
		!important;
}

/**** Modificaciones 25/09/2017 ******/
.contenedor {
	position: relative;
	padding: 0;
}

#topbar {
	position: absolute;
	width: 100%;
	z-index: 1;
}

#header {
	margin-top: 30px;
	padding: 0px 10px;
}

.logo {
	margin-left: 10px;
}

.section {
	padding: 20px;
}

.section.stats {
	padding-top: 0px;
	padding-bottom: 80px;
	background-color: #ea0130;
	color: #fff !important;
}

.section.stats h2 {
	background-color: #fff;
	text-align: center;
	border-bottom: #fff 1px dotted;
	padding-bottom: 20px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}

.section.colecciones h2 {
	background-color: #fff;
	text-align: center;
	border-bottom: #fff 1px dotted;
	padding-top: 20px;
	margin-top: -70px;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
}

.section.noticias {
	background-color: #eee;
	margin-top: 30px;
	padding-top: 0;
}

.section.footer {
	background-color: #ea0130;
	text-align: center;
	padding: 50px 5px 30px 5px;
}

.section.footer a {
	color: #fff !important;
}

.section.footer ul.menupie {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	text-transform: uppercase;
	font-size: 12px;
}

.section.footer ul.menupie li::after {
	color: #00ff;
	margin-left: 10px;
	content: "//";
}

.section.footer ul.menupie li.last:after {
	margin-left: 0px;
	content: "";
}

body.layout_6 h1, body.layout_6 h2 {
	text-align: center;
}

body.layout_6 h1 {
	margin: 20px 0px 30px 10px;
}

body.layout_6 h2 {
	margin: 20px 0px 30px 10px;
}

h1 {
	font-family: 'Open Sans';
	font-weight: 100;
	font-size: 33px;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-family: 'Open Sans';
	font-weight: 100;
	font-size: 28px;
	margin: 20px 0px 20px 0px;
}

.copyrights {
	text-align: center;
	color: #fff;
	height: 60px;
	padding: 20px 0px 20px 0px;
}

/* estadisticas home */
.table.sinborder td {
	border: none !important;
}

.table.sinborder {
	border: #fff 3px solid;
}

.table.sinborder td {
	padding: 10px 20px;
}

#statisticshome {
	margin-top: 30px;
}

/* noticias home */
.nothome {
	padding-top: 20px;
	padding-bottom: 20px;
}

.nothome h2 {
	text-transform: capitalize;
}

/* cabecera */
.cabecera a.logo {
	display: block;
}

#buscador {
    margin-top: 6px !important;
}


/* top bar */
#idiomas {
    position: relative;
    /* top: 5px; */
    /* left: 15px; */
    /* margin: 0; */
    float: right;
    margin: 12px 12px 8px 22px;
}

.linkstop, #loginHead {
	font-size: 14px;
	display: inline-block;
	float: right;
	margin: 5px 0px 0px 5px;
}

#loginHead {
	margin: 5px 15px 0px 5px;
	margin-top: 13px!important;
}

.linkstop {
	margin: 13px 15px 0px 0px;;
}

a.btnblank {
	font-size: 10px;
}

/* articulo y listado de articulos */
.bloque {
	margin: 10px 0px;
}

ul.ariadna {
	/*background: #eee;*/
	padding: 4px 20px;
	margin-bottom: 30px;
	text-decoration: none;
	border-radius: 4px;
}

ul.ariadna li.ariadna {
	padding-right: 0px;
}


ul.ariadna a {
	text-decoration: none;
}

ul.ariadna>li.ariadna>span.divider {
	margin-left: 20px;
	text-indent: -100000px;
    display: inline-block;
}

/* Listado de editoriales */
.editoriales .portada {
	background-color: #efefef;
	width: 100%;
}

.editoriales .portada, .editoriales .portada img {
	display: inline-block;
	height: 220px;
	text-align: center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.editoriales .portada:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.editoriales .desc {
	height: 100px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 40px
}

.editoriales h3 {
	text-align: center;
}





/* listado de colecciones */

.colecciones .portada {
	background-color: #efefef;
	width: 100%;
}

.colecciones .portada, .colecciones .portada img {
	display: inline-block;
	height: 220px;
	text-align: center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.colecciones .portada:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.colecciones .desc {
	height: 100px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 40px
}

.colecciones h3 {
	text-align: center;
}


.linesearch{
	margin-top: 10px;
}


@media ( min-width : 768px) {
}




/*=====================================================================================================================================================================================================================
=====================================================================================================================================================================================================================
============================================================================================================================================================================================================================================================================================


!!!!!!!!!*********   RESPONSIVE.CSS   ******************!!!!!


============================================================================================================================================================================================================================================================================================
============================================================================================================================================================================================================================================================================================
=====================================================================================================================================================================================================================

*/

/*
=================================================
				UP FROM 1200PX
=================================================
*/ 
@media (min-width: 1200px) {
  
}
/*
=================================================
			FROM 992PX TO 1199PX
=================================================
*/ 
@media (min-width: 992px) and (max-width: 1199px) {
	.kode-navigation ul li{
		margin:0px 8px;
	}
	.kode-banner .kode-caption h2{
		font-size:60px;
	}
	.kode-banner .kode-caption{
		top:35%;
	}
	.kode-banner .kode-caption h5{
		font-size:24px;
	}
	.kode-mega-menu.fixed-width .kode-megamenu-container{
		width:970px;
	}
	.kode-mega-menu.small-menu .kode-megamenu-container{
		width:460px;
	}
	.buy-template h2{
		font-size:18px;
	}
	.buy-template p{
		font-size:14px;
	}
	.section-content h2{
		font-size:24px;
	}
	.kode-page-heading{
		margin:140px 0 50px;
	}
	.banner-search h2{
		font-size:17px;
		line-height:22px;
	}
	section{
		padding:30px 0px;
	}
	.kode-testimonials-4 .kode-text{
		padding:0px 100px;
	}
	.testimonial-section{
		padding:60px 0px;
	}
	.count-up-section span.counter{
		font-size:50px;
	}
	.count-up-section .count-up p{
		font-size:14px;
	}
	.count-up-section{
		padding:50px 0px;
	}
	.best-seller-pro{
		padding: 15px;
	}
	.kode-inner-banner-2{
		min-height:inherit;
	}
	.page-404 span{
		font-size: 40px;
	}
	.header-3 .kode-navigation ul li a{
		padding: 30px 12px;
		font-size: 14px;
	}
	.header-3 .logo img{
		width: 90%;
	}
	.kode-inner-banner-3{
		min-height: inherit;
	}
	.kode-page-heading{
		margin: 170px 0 50px;
	}
	.lib-event-listing .lib-event-captions p.date span{
		float: left;
		width: 100%;
		font-size: 30px;
	}
	.search-section .nav-tabs > li > a{
		font-size: 14px;
		padding: 10px 30px;
	}
	.search-section .nav-tabs > li.active > a, .search-section .nav-tabs > li.active > a:focus{
		padding: 17px 30px
	}
	.search-section .nav-tabs{
		margin: -52px 0 0;
	}
	.lib-gallery:hover .caption{
		left: 15px;
		bottom: 15px;
		right: 15px;
		top: 15px;
	}
	.col-md-3 .lib-gallery:hover .caption{
		padding: 10% 10px;
	}
	.section-heading-1 .kode-icon::before{
		left: 30%;

	}
	.section-heading-1 .kode-icon::after{
		right: 30%;
	}
	.lib-categories-section .nav-tabs > li > a{
		padding: 19px 9px;
	}
	.best-seller-pro .kode-caption{
		padding: 15px;
	}
	.best-seller-pro .kode-caption h3{
		font-size: 18px;
	}
	.lib-papular .kode-thumb{
		width: 40%;
	}
	.lib-papular .kode-text{
		padding: 10px 0 0 190px;
	}
	.section-heading-1{
		margin-bottom: 30px;
	}
	.lib-video-section{
		padding: 60px 0px;
	}
	.lib-count-up-section .count-up{
		padding: 40px 0px;
	}
	.lib-blog-post .kode-text{
		padding: 30px 15px 20px;
	}
	.widget-flickr ul li{
		width: 64px;
	}
	.kode-blog-list .kode-thumb{
		width: 220px;
	}
	.kode-blog-list .kode-text{
		padding: 20px 20px 20px 240px;
	}
	.kode-blog-list .kode-text p{
		margin: 0px;

	}
	.kode-blog-list .kode-text h2{
		padding: 0px;
	}
	.kode-blog-list .kode-text {
		padding: 10px 10px 20px 240px;
	}
	.kode-banner .kode-caption-2 h2{
		font-size:50px;
	}
	
	.kode-banner .kode-caption-2 h5{
		font-size:26px;
	}
	.kode-banner .kode-caption-2 .caption-btns{
		margin:0px;
	}
	.kode-banner .kode-caption-2{
		top:20%;
	}
	.count-up-section-2 .count-up p:before{
		margin:0 20px 0 30px;
		width:20px;
	}
	.count-up-section-2 .count-up p{
		font-size:14px;
	}
	.count-up-section-2 .count-up .counter{
		font-size:36px;
		margin-bottom:20px;
	}
	.book-cover-detail .kode-thumb{
		width:300px;
	}
	.book-cover-detail .kode-thumb img{
		width:100%;
	}
	.book-cover-detail .kode-text{
		padding:50px 0 0 350px;
	}
	.book-cover-detail.call-to-action-right .kode-text{
		padding:50px 350px 0 0;
	}
	.lib-book-detail a.add-to-cart{
		padding:8px 15px;
	}
}
/*
=================================================
			FROM 0PX TO 979PX
=================================================
*/ 
@media (max-width: 991px) {
	section{
		padding:50px 0px;
	}
	.section-heading-1{
		margin-bottom: 30px;
	}
	.lib-video-section{
		padding: 50px 0px;
	}
	.kode-navigation {
		display: none;
	}
	.dl-menuwrapper{
		display:block;
	}
	.banner-search input[type="text"], .banner-search select{
		margin: 0px 0px 14px 0px;
	}
	.banner-search h2 br{
		display: none;
	}
	.banner-search h2{
		margin:0px 0px 20px 0px; 
	}
	.section-content{
		padding: 0px 60px;
	}
	.kode-service{
		margin-bottom: 20px;
	}
	.count-up-section{
		padding: 40px 0px;
	}
	.count-up-section span.counter{
		font-size: 50px;
	}
	section .kode-author{
		margin:0px 0px 30px 0px;
	}
	.book-guide img{
		width:30%;
	}
	.book-guide div.col-md-5{
		text-align:center;
	}
	.coming-soon .is-countdown{
		width:90%;
	}
	.kode-event-detail-thumb .kode-caption{
		position:static;
		float:left;
		width:100%;
		text-align:center;
	}
	.kode-event-detail-thumb .kode-caption a.reg{
		float:none
	}
	.kode-event-detail a.book-now{
		margin-bottom:30px;
	}
	footer .widget{
		margin-bottom:30px;
	}
	.kode-event-detail-thumb .social-icon{
		left:20px;
	}
	.header-3 .logo{
		height:auto;
		float:left;
		width:auto;
	}
	.header-3 .logo-container{
		padding:20px;
	}
	.header-3 .logo img{
		position:static;
	}
	.header-3 .logo-container .col-md-3{
		width:auto;
		float:left;
	}
	.header-3 .logo-container .col-md-9{
		float:right;
	}
	.header-3 .top-strip{
		float:left;
		width:auto;
	}
	.header-3 .top-strip .pull-left{
		display:none;
	}
	.header-3 .dl-menuwrapper{
		float:right;
		margin:13px 0px;
	}
	.header-3 .social-icon{
		margin:12px 0px;
	}
	.header-1 .dl-menuwrapper{
		margin:7px 0px;
	}
	
	.book-cover-detail .kode-thumb{
		width:200px;
	}
	.book-cover-detail .kode-thumb img{
		width:100%;
	}
	.book-cover-detail .kode-text{
		padding:20px 0 0 230px;
	}
	.book-cover-detail.call-to-action-right .kode-text{
		padding:20px 230px 0 0;
	}
	.book-cover-detail h2{
		font-size:40px;
		margin:0px;
	}
	.book-cover-detail h4{
		font-size:18px;
	}
	.book-cover-detail p{
		font-size:14px;
		line-height:22px;

	}
	.section-heading-1 .kode-icon:before{
		left:23%;
	}
	
	.section-heading-1 .kode-icon:after{
		right:23%;
	}
	.kode-page-heading{
		margin:140px 0px 90px 0;
	}
	.kode-banner .kode-caption-2{
		width:60%;
		margin-left:-36%;
	}
	.kode-banner .kode-caption-2 h2{
		font-size:50px;
	}
	.kode-banner .kode-caption-2 h5{
		font-size:24px;
	}
	.kode-banner .kode-caption-2 p{
		display:none;
	}
	.search-section .form-container{
		padding:30px 0px;
	}
	.search-section .form-container input{
		margin-bottom:30px;
	}
	.lib-categories-section .nav-tabs > li > a{
		padding:19px 10px;
	}
	.lib-papular-books .tab-content{
		width:100%;
	}
	.lib-papular-books .nav-tabs{
		width:100%;
		margin:-24px 0 20px 0;
	}
	.lib-authors{
		width:50%;
		margin-bottom:30px;
	}
	.newsletters-container{
		padding:0px;
	}
	.kode-uptodate .row .col-md-8, .kode-uptodate .row .col-md-4{
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.kode-uptodate h2{
		margin-bottom:0px;
	}
	.kode-blog-list .kode-thumb{
		float:left;
		width:100%;
	}
	.kode-blog-list .kode-text{
		width:100%;
		float:left;
		padding:20px;
	}
	.lib-event-listing .kode-text{
		padding:30px;
	}
	.lib-event-listing{
		border:solid 1px #ccc;
	}
	.lib-event-listing:hover .kode-thumb{
		box-shadow:none;
	}
	.lib-event-listing:hover{
		box-shadow:0px 10px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 10px 20px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 10px 20px 0px rgba(0,0,0,0.3);
	}
	.error-404{
		width:100%;
	}
	.page-404 p{
		font-size:300px;
	}
	.page-404 span{
		font-size:40px;
		margin:-30px 0px 0px 0px;
	}
	.search-section .nav-tabs > li > a{
		padding:10px 20px;
	}
	.search-section .nav-tabs > li.active > a, .search-section .nav-tabs > li.active > a:focus{
		padding:17px 20px;
	}
	.search-section .nav-tabs{
		margin:-55px 0px 0px 0px;
	}
	.kode-author-detail-2 .kode-thumb{
		width:300px;
	}
	.kode-author-detail-2 .kode-text{
		padding: 0px 0px 0px 330px;
	}
 
}
/*
=================================================
			FROM 768PX TO 979PX
=================================================
*/

@media (min-width: 768px) and (max-width: 979px) {
	
  
}
/*
=================================================
			FROM 0PX TO 767PX
=================================================
*/
@media (max-width: 767px) {
	.section-content h2{
		font-size:24px;
	}
	.kode-profile-text img{
		margin-bottom:20px;
	}
	.kode-service{
		padding:45px 20px;
	}
	.kode-testimonials-4 .kode-text{
		padding:0 10px;
	}
	.kode-testimonials-4 .bx-wrapper .bx-controls-direction a{
		left:24%
	}
	.kode-testimonials-4 .bx-wrapper .bx-controls-direction a.bx-next{
		right:24%;
		left:auto;
	}
	.kode-testimonials-4 h2{
		font-size:24px;
	}
	.testimonial-section{
		padding:50px 0px;
	}
	.kd-tab-2 .tab-content{
		width:67%;
	}
	.kd-tab-2 .nav-tabs{
		width:33%;
	}
	.kd-tab-2 .nav-tabs > li > a{
		font-size:12px;
		padding:10px;
	}
	.count-up-section-2 .count-up .counter{
		line-height:normal;
	}
	.count-up-section-2 .count-up{
		padding:20px 0px;
		text-align:center;
	}
	.count-up-section-2 .count-up p:before{
		display:none;
	}
	.kode-newsletters .input-container{
		width:100%;
	}
	.top-strip {
		text-align:center;
	}
	.top-strip .site-info{
		float:none;
		display:inline-block;
	}
	.logo-container .logo{
		float:left;
	}
	.kode-page-heading{
		margin:140px 0 20px;
	}
	.kode-inner-banner-3 .kode-page-heading{
		margin:150px 0 50px;
	}
	.kode-comments ul li .kode-thumb{
		height:60px;
		width:60px;
	}
	.kode-comments ul li .kode-text{
		padding:0px 0px 0px 80px;
	}
	.kode-comments ul ul{
		padding:0px 0px 0px 60px;
	}
	.kode-blog-full .meta-date p{
		font-size:14px;
		line-height:normal
	}
	.kode-blog-full .meta-date .kode-date p{
		margin:5px 0px 0px 15px;
		float:left;
	}
	.kode-blog-full .meta-date .kode-date h2{
		font-size:24px;
		float:left;
	}
	.kode-blog-full .kode-text h2{
		font-size:20px;
		line-height:normal;
		margin-bottom:5px;
	}
	aside div.widget:first-child, .sidebar div.widget:first-child{
		margin-top:30px;
	}
	.kode-newsletters .section-content h2{
		font-size:18px;
	}
	.section-content{
		padding:0px;
	}
	.sidebar{
		margin-bottom:30px;
		float:left;
		width:100%;
	}
	.copyrights{
		text-align:center;
	}
	.copyrights p{
		width:100%;
		margin:0px 0px 10px 0px;
	}
	.cards{
		float:left;
		width:100%;
	}
	.kode-inner-banner-2{
		min-height:inherit;
	}
	.kode-inner-banner-2 .kode-page-heading{
		margin:30px 0 20px;
	}
	.kode-inner-banner-2 .kode-page-heading h2{
		font-size:28px;
	}
	.coming-soon h2{
		font-size:30px;
	}
	.coming-soon .countdown-amount{
		font-size:34px;
	}
	.coming-soon .is-countdown{
		width:100%;
	}
	.coming-soon .countdown-show4 .countdown-section{
		width:22.4%;
		margin:0 1%;
	}
	.coming-soon .countdown-period{
		font-size:12px;
	}
	.coming-soon .search-field{
		width:96%;
	}
	.page-404 p{
		font-size:180px;
		line-height:180px;
		margin:0px;
	}
	.page-404 span{
		font-size:20px;
		line-height:40px;
		margin:-40px 0 0;
	}
	.error-404 h2{
		font-size:30px;
	}
	.header-3 .logo-container .col-md-3{
		float:left;
		width:auto;
	}
	.header-3 .logo-container .col-md-9{
		float:right;
		width:auto;
	}
	.header-3 .logo {
		height:auto;
	}
	.header-3 .logo img{
		position:static;
	}
	.header-3 .logo-container{
		padding:20px;
	}
	.header-3 .top-strip .pull-left{
		display:none;
	}
	.lib-event-listing .kode-thumb{
		margin-bottom:30px;
	}
	.lib-event-listing .lib-event-captions p.date span{
		font-size:30px;
	}
	.lib-event-listing .lib-event-captions{
		width:45%;
	}
	.kode-inner-banner-3{
		min-height:inherit;
	}
	.search-section .nav-tabs > li{
		float:left;
		width:33.333%;
		margin: 0px;
	}
	.search-section .nav-tabs > li > a, .search-section .nav-tabs > li.active > a, .search-section .nav-tabs > li.active > a:focus{
		font-size:12px;
		padding:12px 25px;
		font-weight:normal;
		text-align:center;
	}
	.search-section .nav-tabs{
		margin:0px;
	}
	.search-section .nav-tabs > li.active > a:before, .search-section .nav-tabs > li.active > a:after{
		display:none;
	}
	.search-section{
		padding:20px;
	}
	.search-section .form-container{
		padding: 10px 0px 0;
	}
	.search-section .form-container div{

	}
	.search-section .form-container input[type="text"], .search-section .form-container button{
		margin:10px 0px;
	}
	#filterable-item-filter-1 li{
		margin:0 0 3px;
	}
	.buy-template{
		text-align:center;
	}
	.buy-template h2{
		font-size:20px;
	}
	.buy-template .kode-btns{
		float:left;
		width:100%;
		margin-top:10px;
	}
	.buy-template .kode-btns a{
		float:none;
		margin:0px 3px;
		padding:6px 20px;
		font-size:12px;
	}
	.gift-card-section .kode-gift{
		float:left;
		width:100%;
	}
	.gift-card-section:before{
		display:none;
	}
	.kode-package{
		margin:0px 0px 30px 0px;
	}
	.kode-package .package-content{
		padding:60px 30px 30px 30px;
	}
	.kode-blog-list .kode-thumb{
		width:200px;
	}
	.kode-blog-list .kode-text{
		padding:10px 10px 10px 220px;
	}
	.kode-blog-list .kode-text p{
		font-size:14px;
		margin:0px;
		line-height:20px;
	}
	.kode-blog-list .kode-text h2{
		margin:0px;
	}
	header{
		position:static;
		background-color:#1d3f6e;
		padding:20px 0px;
	}
	.kode-banner .kode-caption h2{
		font-size:30px;
	}
	.kode-banner .kode-caption h5{
		font-size:14px;
	}
	.kode-banner .kode-caption p{
		display:none;
	}
	.kode-banner .kode-caption h5::before, .kode-banner .kode-caption h5::after{
		top:7px;
	}
	.kode-banner .kode-caption .input-container{
		display:none;
	}
	.kode-banner .kode-caption-2{
		width:80%;
	}
	.kode-banner .kode-caption-2 h5{
		font-size:18px;
	}
	.kode-banner .kode-caption-2 h2{
		font-size:26px;
	}
	.kode-banner .kode-caption-2 p{
		display:none;
	}
	.kode-banner .kode-caption-2 .caption-btns{
		margin:0px;
	}
	.kode-banner .kode-caption-2 .caption-btns a{
		padding:6px 20px;
		font-size:14px;
	}
	.kode-service-3{
		margin-bottom:30px;
	}
	.lib-categories-section .nav-tabs > li > a{
		padding:7px 10px;
		font-size:12px;
	}
	.lib-categories-section .bx-wrapper .bx-controls-direction a{
		top:0px;
		height:30px;
		line-height:30px;
	}
	.lib-papular-books .nav-tabs{
		float:left;
		width:100%;
		display:none;
	}
	.lib-papular-books .tab-content{
		float:left;
		width:100%;
	}
	.lib-papular .kode-thumb{
		width:40%;
	}
	.lib-papular .kode-text{
		padding:0 0 0 300px;
	}
	.lib-authors{
		width:100%;
		margin-bottom:30px;
	}
	.newsletters-container{
		float:left;
		width:100%;
		padding:0px;
	}
	.header-3{
		padding:0px;
		background-color:transparent;
	}
	.header-3 .container{
		padding:0px;
	}
	.lib-ebook h3{
		display:none;
	}
	.lib-ebook{
		margin-bottom:30px;
		text-align:center;
	}
	footer .widget{
		margin-bottom:30px;
	}
	.kode-uptodate .row .col-md-8, .kode-uptodate .row .col-md-4{
		padding:30px 20px;
	}
	.kode-uptodate h2{
		margin:0px;
	}
	.kode-uptodate .social-icons{
		float:left;
		width:100%;
	}
	.kode-uptodate .social-icons ul{
		margin:0px 0px 10px 0px;
		width:100%;
		text-align:center
	}
	.kode-uptodate .social-icons ul li{
		float:none;
		display:inline-block;
	}
	.kode-blog-full .writer .kode-text{
		float:none;
		padding:0px 0px 0px 95px;
	}
	.kode-blog-full .kode-thumb{
		margin:0px;
	}
	.kode-blog-full .meta-date .writer{
		padding:0px 0px 10px 0px;
	}
	.section-heading-1 .kode-icon:before, .section-heading-1 .kode-icon:after{
		width:150px;
		left:10%;
	}
	.section-heading-1 .kode-icon:after{
		left:auto;
		right:10%;
	}
	.best-seller-pro{
		padding:10px;
	}
	.kode-event-detail-thumb .kode-caption{
		padding:0px;
	}
	.kode-event-detail-thumb .social-icon{
		width:auto;
		top:10px;
		left:10px;
	}
	.header-1{
		padding:0px;
	}
	.lib-papular .kode-thumb{
		width:100%;
		float:left;
	}
	.lib-papular .kode-text{
		padding:20px;
		float:left;
		width:100%;
	}
	.section-heading-1 h2{
		font-size:22px;
	}
	.kode-newsletters-2 .input-container{
		margin:0px 0px 30px 0px;
	}
	.kode-newsletters-2 div{
		float:left;
		width:100%;
	}
	.lib-copyrights p{
		width:100%;
		text-align:center;
		margin:0px 0px 10px 0px;
	}
	.lib-copyrights .social-icon{
		float:left;
		width:100%;
	}
	.lib-copyrights .social-icon ul{
		float:left;
		width:100%;
		text-align:center;
	}
	.lib-copyrights .social-icon ul li{
		float:none;
		display:inline-block;
	}
	.lib-count-up-section .count-up{
		padding:50px 0 20px;
	}
	.kode-author-detail-2 .kode-thumb{
		width:100%;
		margin-bottom: 30px;
	}
	.kode-author-detail-2 .kode-text{
		padding: 0px;
	}
	.kode-facts .nav-tabs > li > a{
		font-size: 14px;
		padding: 8px 10px;

	}
	.kode-page-heading{
		margin:30px 0 20px; 
	}


}
/*
=================================================
			FROM 0PX TO 0PX
=================================================
*/
@media (max-width: 480px) {
	.lib-event-listing .lib-event-captions{
		position:static;
		float:left;
		width:100%;
		border:none;
	}
	.header-3 .top-strip{
		display:none;
	}
	.header-3 .logo{
		width:150px;
	}
	.header-3 .logo img{
		width:100%;
	}
	.kode-content section:first-child{
		padding:30px 0 40px;
	}
	section{
		padding:30px 0px;
	}
	.kode-service{
		padding:20px;
	}
	.kode-testimonials-4 .bx-wrapper .bx-controls-direction a.bx-next{
		right:0px;
		left:auto;
	}
	.kode-testimonials-4 .bx-wrapper .bx-controls-direction a{
		left:0px;
		top:34px;
	}
	.kode-testimonials-4 .kode-text{
		padding:0px;
	}
	.kode-testimonials-4 .kode-thumb{
		height:100px;
		width:100px;
	}
	.count-up-section span.counter{
		font-size:30px;
		line-height:30px;
	}
	.count-up-section .count-up p{
		font-size:12px;
	}
	.count-up-section .count-up{
		padding:15px 0px;
	}
	.kode-profile-tabs .kd-horizontal-tab .nav-tabs > li{
		float:left;
		margin:0px;
		width:auto;
	}
	.kode-profile-tabs .kd-horizontal-tab .nav-tabs > li > a{
		font-size:12px;
		font-weight:normal;
		padding:9px 10px;
		margin:0px;
	}
	.kode-profile-tabs .kd-horizontal-tab .nav-tabs > li.active > a{
		font-size:12px;
		font-weight:normal;
		padding:8px 10px;
	}
	.kode-profile-tabs .kd-horizontal-tab .nav-tabs{
		margin-top:-38px;
	}
	.book-guide img{
		width:100%;
	}
	.kd-tab-2 .nav-tabs{
		float:left;
		width:100%;
	}
	.kd-tab-2 .tab-content{
		width:100%;
	}
	
	.kode-blog-detail .kode-user{
		float:left;
		width:100%;
	}
	.kode-blog-detail .blog-meta{
		float:left;
		width:100%
	}
	.kode-blog-detail .kode-detail-meta{
		padding:0px;
	}
	.kode-blog-detail .kode-text h2{
		margin:0px;
	}
	.kode-comments ul li .kode-text a.reply{
		position:static;
	}
	.kode-map iframe{
		height:200px;
	}
	.padding-tb-50{
		padding:30px px;
	}
	.contact-info ul li{
		width:100%;
		margin:0px;
	}
	.page-404 p{
		font-size:110px;
		line-height:100px;
	}
	.page-404 span{
		position:static;
		font-size:20px;
		margin:0px;
	}
	.error-404{
		width:100%;
		margin:0px;
	}
	.error-404 a.go-back{
		font-size:16px;
	}
	.top-strip ul.my-account li a{
		font-size:12px;
		text-transform:capitalize;
	}
	
	.header-1 .top-strip{
		text-align:center;
	}
	.header-1 .top-strip .pull-left{
		width:100%;
	}
	.top-strip ul.my-account{
		float:left;
		width:100%;
	}
	.top-strip ul.my-account li{
		float:none;
		display:inline-block;
		margin:0px 4px;
	}
	.kode-banner .kode-caption h5{
		display:none;
	}
	.kode-banner .bx-wrapper .bx-controls-direction a:before{
		font-size:30px;
	}
	.kode-blog-list .kode-thumb{
		float:left;
		width:100%;
	}
	.kode-blog-list .kode-text{
		padding:20px;
		float:left;
		width:100%;
	}
	.kode-package .package-content{
		padding:30px;
	}
	.kode-package .package-content h2{
		margin-bottom:15px;
	}
	.kode-banner .kode-caption-2 .caption-btns{
		display:none;
	}
	.kode-banner .kode-caption-2{
		left:0;
		text-align:center;
		width:100%;
		margin:0px;
	}
	.search-section .nav-tabs > li > a, .search-section .nav-tabs > li.active > a, .search-section .nav-tabs > li.active > a:focus{
		padding:10px;
		font-size:10px;
	}
	.lib-papular .kode-thumb{
		width:100%;
		margin-bottom:20px;
	}
	.lib-papular .kode-text{
		padding:0px;
	}
	.section-heading-1 .kode-icon:before, .section-heading-1 .kode-icon:after{
		width:80px;
		left:10%;
	}
	.section-heading-1 .kode-icon:after{
		left:auto;
		right:10%;
	}
	.section-heading-1 h2{
		font-size:24px;
	}
	.newsletters-container div{
		float:left;
		width:100%;
		margin:0px 0px 10px 0px;
	}
	.lib-video-section h2{
		font-size:22px;
	}
	.lib-contact-section .location-text{
		width:100%;
		height:auto;
		position:static;
		border-radius:0;
		float:left;
		padding:30px;

	}
	.lib-contact-section .kode-thumb{
		display:none;
	}
	.lib-contact-section iframe{
		height:250px;
		float:left;
		width:100%;
	}
	.lib-call-to-action h2{
		font-size:30px;
	}
	.kode-uptodate .input-container button{
		font-weight:normal;
		font-size:12px;
		padding:10px 10px;
	}
	.kode-uptodate h2{
		font-size:22px;
	}
	.lib-theme-intro .kode-thumb img{
		float:left;
		width:100%;
	}
	.section-heading{
		padding:0px;
	}
	.section-heading h2{
		font-size:20px;
	}
	.section-content h2{
		font-size:20px;
	}
	.lib-blog-2.lib-blog-3 .kode-text{
		margin:0px;
		padding:20px;
	}
	.lib-blog-2.lib-blog-3 .kode-blog-date{
		right:auto;
		top:auto;
		bottom:0px;
	}
	.kode-blog-date{
		width:100%;
		margin-bottom:10px;
	}
	.kode-blog-date p, .kode-blog-date span{
		float:left;
		width:50%;
	}
	.kode-blog-date span:before{
		display:none;
	}
	.lib-blog-detail .detailed-text .header .kode-text{
		float:left;
		width:100%;
		padding:0px;
	}
	.lib-blog-detail .detailed-text .header .kode-text h3{
		font-size:18px;
		margin:0px;
	}
	.lib-blog-detail .detailed-text .header{
		margin:0px;
	}
	.kode-comments ul li .kode-thumb{
		width:40px;
		height:40px;
	}
	.kode-comments ul li .kode-text{
		padding:0px 0px 0px 60px;
	}
	.kode-comments ul ul{
		padding:0px 0px 0px 40px;
	}
	.location-map iframe{
		height:200px;
	}
	.product-review-tabs .nav-tabs li{
		float:left;
		width:100%;
	}
	.product-review-tabs .nav-tabs li a{
		font-size:12px;
		font-weight:normal;
		padding:10px;
	}
	.book-cover-detail .kode-thumb{
		width:100%;
		padding:0px 100px;
	}
	.book-cover-detail .kode-thumb img{
		width:100%;
	}
	.book-cover-detail .kode-text, .book-cover-detail.call-to-action-right .kode-text{
		padding:20px 0 0 0;
		width:100%;
		text-align:left;
	}
	.search-section .form-container .row div{
		float: left;
		width: 100%;
	}
	.heading-1 h2{
		font-size: 22px;
	}
	.kode-facts .nav-tabs > li{
		width: 100%;
		float: left;

	}
	
	
	
	
	#buscador {
		margin-top: 0px !important;
	}
 
}


/*=====================================================================================================================================================================================================================
=====================================================================================================================================================================================================================
============================================================================================================================================================================================================================================================================================


!!!!!!!!!*********   CUSTOM.CSS   ******************!!!!!


============================================================================================================================================================================================================================================================================================
============================================================================================================================================================================================================================================================================================
=====================================================================================================================================================================================================================

*/

@media ( max-width : 991px) {
	
	#topbar{
	position: relative;
	padding-right: 0px;	
	}	
	
	#idiomas{
    top: 11px;
    left: 25px;
    margin-bottom: 11px;
    position: relative;
	}
	
	.cabecera{
	margin-bottom: 20px;
    border-bottom: solid 1px #dfdfdf;
    margin-top: -23px;
    padding-top: 16px;
    padding-bottom: 32px;
	}
	
	.linkstop{
    margin: 14px 5px 0px 0px;
    float: none;
    padding: 0;
    padding: 13px 5px;
    width: 100%;
	}
	
	.linkstop li{
	color: #c9c9c9;
	}
	
	.linkstop a{
	color: white;
	}
	
	#contenedor, .contenedor {
    padding: 0px 10px;
	}
	
	.section.footer ul.menupie{
	padding: 5px 80px;
	}
	
	.input-group .form-control {
    z-index: 0;
	}
	
	
	#kode-responsive-navigation{
	position: relative;
	top: inherit;
	right: inherit;
	float: none;
	} 
	
	
	.dl-menuwrapper .dl-menu {
    left: 0px;
	}
	
	#kode-responsive-navigation .dl-menu li{
	display: block;	
	}
	
	.dl-menuwrapper button {
    box-shadow: 2px 2px 2px #00000012;
	background-color: #ac0324 !important;
	}

	.dl-menuwrapper button:focus,.dl-menuwrapper button:active{
	background-color: #83001A !important;
	}

	#go {
    margin-left: 8px;
	}
		
	table ul{
	-webkit-padding-start: 0px;
	}
	
	div.prodport{
	float: none;
	}
	
	h1.titulo{
	color: grey;
    font-weight: bold;
    font-size: 21px;
	margin-top: -10px;
	}
	
	
	ul.ariadna{
	padding: 10px 15px;
	margin-bottom: 23px;
	}
	
	ul.ariadna a{
	color: grey;
	}
	
	.prodport{
	margin-bottom: 27px;
	} 
		
	.bloque{		
	line-height: 29px;
    margin-bottom: 26px;
	}

	div.deltailbook p{		
	line-height: 23px;
	}
	
	#searchBoxes input{
	margin: 10px 0px;
	}
	
	.form-horizontal select{
	margin: 5px 0px 10px 0px;
	}
	
}

@media ( max-width : 470px) {
	
	.copyrights{
	padding: 10px 20px;
	}
	
}

.treeSubjet a{
color: #6a747c;
line-height: 20px;
}

.treeSubjet a:hover{
color: #b8b8b8;
text-decoration: none;
}

.titulo_pagina{
font-weight: normal;
font-size: 28px;
margin: 15px 0px 20px 0px;
}

.filtro_ebook{
font-size: 25px;
margin-top: -16px;
margin-bottom: 38px;
} 	

.filtro_ebook strong{
text-decoration: underline;
}


@media ( max-width : 991px) {
	.filtro_ebook{
		font-size: 15px;
	}
}


.contenedor_filtro{
	margin-bottom: 25px;
}

.contenedor_filtro a{
	/*text-decoration: none;
	color: #aeaeae;*/
	font-family: 'open sans';
    font-size: 20px;
}

.contenedor_filtro a:hover{
	color: black;
	
}

.contenedor_filtro a strong{
/*background-color: #aeaeae;
    color: white;
    border-radius: 22px;
    padding: 2px 12px;
    border: solid 2px #aeaeae;
    font-weight: 500;
    margin: 0px 5px;
	text-decoration: none;*/
}
/*
.contenedor_filtro a:hover strong{
	background-color: white;
    color: #aeaeae;
}
*/

.tabla_filtro{
	background-color: #f4f4f4;
}

.tabla_filtro>tbody>tr>td{
	border-top: 1px solid #fff0;
}

.tabla_filtro>tbody>tr>td a{
	color: #6a747c;
	line-height: 20px;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
}

.tabla_filtro>tbody>tr>td{
    padding: 28px 0px;
}


@media ( max-width : 991px) {
	
	.tabla_filtro>tbody>tr>td{
    padding: 17px 11px;
	}
	
}

a.btnblank:hover {
    background: #ffffff;
    color: #afafaf;
}

.label-default {
    padding: 7px 17px;
    /* font-weight: 500; */
    color: #959595;
    letter-spacing: 1px;
    background-color: #e7e7e7;
    border-radius: 28px;
    font-size: 11px !important;
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #8c8c8c;
}

.npaginas {
    font-size: 12px;
    text-align: right;
    margin-left: 20px;
}

 
ul.ariadna2{
	margin-bottom: 11px;
}


ul.ariadna2 > li > a{
/*color: grey;*/
	text-decoration: underline;
}


ul.ariadna2 > li > a:hover{
color: #cdcdcd;
}

._barracontrol{
	padding-top: 20px;
} 

.pagination {
    margin: 20px 0;
}

ul.pagination{
	text-align: right;
	width: 100%;
}

ul.pagination li{
	display: inline-block;
}

ul.pagination li, ul.pagination li a{
	/*border: solid 1px white;
	border-color: white;
	font-size: 15px;
    color: #c7c7c7;*/
}

ul.ariadna3{
	margin-bottom: 35px;
}

.pagination>.active>a{
	/*background-color: #5c5c5c;
    border-color: #5c5c5c;*/
}

.pagination>li>a:hover{
    color: #7a7a7a;
    background-color: #fff;
    border-color: #ddd;
}


.pagination>.active>a:hover{
    color: #bababa;
    background-color: #5c5c5c;
    border-color: #5c5c5c;
}	


div.prodport img{
	background-color: #ffffff00;
    padding: 5px;
    box-shadow: 2px 2px 2px gainsboro;
}


.fichaebook a.portada img{
	width: 128px;
    height: 186px;
    border: white 0px solid;
    margin-bottom: 11px;
    box-shadow: 2px 2px 2px #b2b2b2;
}

.fichaebook a.portada:hover img {
    border: #000000 0px solid;
}


.contentbook{
	webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contentbook:hover{
	overflow: visible;
	z-index: 100000;
	/*border: #fff 1px solid;*/
	/* padding: 10px; */
	margin-top: -10px;
	height: auto;	
	background-color: #fbfbfb;
    -webkit-box-shadow: 6px 6px 13px -4px rgba(140, 137, 140, 1);
    -moz-box-shadow: 6px 6px 13px -4px rgba(140, 137, 140, 1);
    box-shadow: 2px 2px 4px #0000002b;
}
	

.autor{
	webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.titulo:hover{
	text-decoration: none;
}


.colecciones .portada:hover img,.editoriales .portada:hover img  {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
	 -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.colecciones .portada,.editoriales .portada{
	background-color: white;
}

.colecciones .portada img,.editoriales .portada img{
    box-shadow: 2px 2px 2px #ebebeb;
}

.colecciones h3 ,.editoriales h3 {
    text-align: center;
    font-weight: 600;
    line-height: 18px;
    font-size: 15px;
    padding-top: 7px;
}

.colecciones h3 a,.editoriales h3 a{
		webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.colecciones h3 a:hover,.editoriales h3 a:hover{
	text-decoration: none;
}

@media ( max-width : 991px){
	.colecciones h3 a,.editoriales h3 a{
	line-height: 22px;
	font-size: 18px;
	}
}


@media ( max-width : 991px){
	.page{
	float: none;
	}
}

#facelets h4{
	font-weight: bold;
}

.resquery {
    padding-top: 10px;
    font-size: 14px;
}

a.btnlcms{
    font-size: 12px;
    letter-spacing: 1px;
    padding: 6px 17px;
    background-color: #46628e;
    color: #fff;
    border-radius: 24px !important;
    border: solid 1px #46628e;
}

a.btnlcms:hover{
	background-color: white;
    color: #46628e;
	text-decoration: none;
	font-weight: bold;
}

.contenido_texto img{
	max-width: 100%;
	    height: auto;
}

.digi-navigation ul ul{
	padding: 0px;
}



ul.facelet {
    padding-left: 19px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.facelet li{
	list-style: none;
}

.owl-theme .owl-controls .owl-page span {
    width: 8px;
    height: 8px;
	margin: 5px 4px;
	background: #b9b9b9;
}

.owl-novedad,.owl-colecciones{
	padding: 5px 50px;
}

@media ( max-width : 991px){
	.owl-novedad{
	padding: 5px 5px;
}
}

.panel-heading p{
	margin: 0px;
}

.panel-heading h4{
	padding: 5px;
}

.padding_faqs{
	padding: 40px;
}

@media ( max-width : 991px){
.padding_faqs{
	padding: 20px;
}
}

.listareas{
	margin-left: 5px !important;
}	

.listareas li{
	    list-style: none;
    line-height: 16px !important;
    font-size: 18px;
}

.listareas li a:hover{
text-decoration: none;
}




.form-inline .form-group,.form-inline .form-control{
display: -moz-inline-stack;
}

.login_cabecera{
	padding-left: 0px;
}

.cabecera a.logo img {
    margin-top: -30px;
}

@media ( max-width : 1200px){
	
	.cabecera a.logo img {
    margin-top: -13px;
}
	
}

.non_print img{
    box-shadow: none !important;
    max-width: 41px;
    margin-top: 19px;
    margin-bottom: 0px;
}

.non_print p{
    color: #bababa;
    /* letter-spacing: 0.5px; */
    padding-top: 1px;
    font-size: 13px;
    letter-spacing: 0px;
    /* font-weight: 600; */
}

.btnart span {
    display: block;
    background-color: #bcbcbc;
    color: #fff;
    padding: 3px 6px;
    padding-top: 4px;
    margin-top: 5px;
    border-radius: 4px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


/*======================================================
CONTACTO POPUP
======================================================*/

#popup_referencia_bibliografica{
background-color: hsl(0deg 0% 0% / 82%);
z-index: 99999;
position: fixed;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
opacity: 0;    
pointer-events: none;    
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;    
}

#popup_referencia_bibliografica >div{
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;
height: 100%;
}

#popup_referencia_bibliografica .cuerpo_popup{
width: 500px;
padding: 25px 25px;
margin: 0 auto;
background-color: white;
box-shadow: 2px 2px 2px black;
position: relative;
}

#popup_referencia_bibliografica .cuerpo_popup .titulo h3{
font-weight: bold;
margin-bottom: 18px;
color: #002763;
}

#popup_referencia_bibliografica .cuerpo_popup .titulo h3 i{
border: solid #002763 1px;
padding: 8px;
margin-left: 0px;
margin-right: 9px;
/* box-shadow: 2px 1px 1px #e5e5e5; */
border-radius: 22px;
color: #002763;
background-color: #ffffff;
font-size: 15px;
cursor: pointer;
}

#popup_referencia_bibliografica .cuerpo_popup .titulo h3 a:hover i{
color: white;
border-color: #4f4f4f;
background-color: #002763;
}

#popup_referencia_bibliografica .cuerpo_popup h4{
color: #949494;
font-weight: 800;
}

#popup_referencia_bibliografica .cuerpo_popup p{
margin-bottom: 25px;
}

#popup_referencia_bibliografica #cerrar_popup_referencia{
position: absolute;
right: 38px;
top: 7px;
}

#popup_referencia_bibliografica #cerrar_popup_referencia i{
color: #b60020;
font-size: 20px;
}

#popup_referencia_bibliografica #cerrar_popup_referencia a:hover i{
color: grey;
}
    
#popup_referencia_bibliografica #cerrar_popup_referencia a{
display: inline-block;
right: -30px;
position: relative;
cursor: pointer;
}

#popup_referencia_bibliografica select{
width: 100%;
display: block;
margin-bottom: 13px;
padding: 6px 6px;
color: #002763;
border: solid 1px #ebebeb;
box-shadow: 0px 0px 6px 1px #00000014;
margin-top: 8px;
}

#popup_referencia_bibliografica textarea{
width: 100%;
display: block;
border: solid 1px #ebebeb;
padding: 6px 6px;
box-shadow: 0px 0px 6px 1px #00000014;
margin-bottom: 15px;
}

    
#popup_referencia_bibliografica.abierto{
opacity: 1;    
pointer-events: all; 
}

#popup_referencia_bibliografica button{
background-color: #002763;
border: none;
color: white;
/* text-transform: uppercase; */
letter-spacing: 1px;
border-radius: 50px;
padding: 4px 13px;
font-size: 13px;
}

#popup_referencia_bibliografica button:hover{
background-color: grey;    
}
 
.cuerpo_articulo .info_articulo .boton_popup{
margin-top: 20px;    
}

#boton_popup_referencia{
cursor: pointer;
background-color: #27487b;
padding: 5px 13px;
color: white;
letter-spacing: 0.5px;
font-size: 13px;
}

#boton_popup_referencia:hover{
background-color: #a9a9a9;
}



#popup_referencia_bibliografica #contenido_textarea{
	width: 100%;
	height: 120px;
	margin-bottom: 30px;
	border: #e3e3e3 1px solid;
	padding: 6px;
}


#popup_referencia_bibliografica .bntCopiarCita{
	float: right;
	background-color: darkred;
}

@media (max-width: 575.98px){
    
    #popup_referencia_bibliografica .cuerpo_popup{
    width: 100%;
    padding: 29px 24px;
    }
    
    #popup_referencia_bibliografica >div {
    display: block;
    }
    
    #popup_referencia_bibliografica #cerrar_popup_referencia a {
    right: -11px;
    top: 5px;
    }

    
}
