:root {	
	--white: #ffffff;
	--blue: #91cfe9;
	--darkblue: #000570;
	--black: #333;
}
html, body{
	height: 100%;
}
body {
	background: #eceeff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #222;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.darkblue {
	color: var(--darkblue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-darkblue {
	background: var(--darkblue);
}
.transition, a.boton, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--blue);
}
.readmore, .boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--blue);
	border: 1px solid var(--blue);
	padding: 11px 40px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: #72b2cd;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.main {
	margin-top: 20px;
	background: #fff;
	padding: 20px 30px;
}
.logo img {
	width: 320px;
	max-width: 100%;
}
.contact-top {
	text-align: right;
	font-size: 14px;
	padding-top: 30px;
}
.contact-top span {
	display: inline-block
}
.contact-top span img {
	width: 20px;
	margin-right: 6px;
}
.contact-top span.email {
	position: relative;
}
.contact-top span.email::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #666;
	margin: 0 12px;
	position: relative;
}
.slide {
	background: url(images/slide.jpg) no-repeat center center;
	background-size: cover;
	height: 200px;
	opacity: 0.8;
}
.main.busqueda {
	margin-top: 0;
}
.buscador {
	background: var(--blue);
	padding: 20px 30px;
	margin-top: -50px;
	position: relative;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
}
.buscador input {
	width: 100%;
	height: 52px;
	color: #333;
	border: none;
	outline: none;
	padding: 12px 15px;
}
.buscador button {
	height: 48px;
	position: absolute;
	top: 22px;
	right: 32px;
	background: var(--darkblue);
	border: none;
	outline: none;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}
.buscador button .fa {
	margin-right: 5px;
}
h1, h2, h3 {
	color: var(--darkblue);
}
.line {
	width: 80px;
	height: 2px;
	background: var(--blue);
	margin: 5px 0 30px 0;
}
.libro {
	position: relative;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.libro img {
	background: #fff;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
}
h4 {
	line-height: 1.4em;
	font-size: 16px;
	margin-top: 0;
}
h4 a {
	color: #72b2cd;
}
p.autor {
	margin-top: 0;
	padding-top: 0;
	font-style: italic;
	margin-bottom: 2px;
	padding-bottom: 0;
}
p.isbn {
	font-size: 14px;
}
span.isbn {
	display: inline-block;
}
span.isbn::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 9px;
	border-left: 1px solid #333;
	margin: 0 7px;
}
.pagination {
	display: block;
	width: 100%;
	text-align: center;
}
.pagination a, .pagination span {
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 1px solid #d0d0d0;
	margin: 0 2px;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	border-radius: 3px;
}
.pagination a {
	color: #555;
}
.pagination span.current {
	background: var(--blue);
	color: #fff;
	border: 1px solid var(--blue);
}
.pagination span.disabled {
	color: #aaa;
}
.sin-resultados {
	font-size: 16px;
	margin: 10px 0 50px 0;
}
.sin-resultados strong {
	color: #111;
}
footer {
	padding-top: 30px;
	padding-bottom: 20px;
}
footer p {
	margin: 4px 0;
	padding: 0;
	color: var(--darkblue);
	font-size: 13px;
}
footer span {
	margin: 0 5px;
	display: inline-block;
	position: relative;
	top: -1px;
}
footer a {
	color: var(--darkblue) !important;
}
h4.titular {
	color: #fff;
	background: var(--blue);
	margin: 0;
	padding: 10px 15px;
}
.reciente {
	border: 1px solid #eaeaea;
	padding: 15px;
	margin-bottom: 20px;
}
.reciente h4 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 15px;
}
.reciente img {
	width: 100%;
	margin-bottom: 12px;
}
.disponible, .nodisponible {
	font-size: 9px;
	font-weight: 500;
	padding: 5px 9px;
	border-radius: 4px;
	text-transform: uppercase;
	color: #fff;
}
.disponible {
	background: #91e9c5;
}
.nodisponible {
	background: #e99191;
}
.mainimage img {
	padding: 8px;
	border: 1px solid #eaeaea;
	background: #fff;
	width: 100%;
}
.maindetails h2 {
	margin-top: 0;
	padding-top: 0;
}
.maindetails p.autor {
	font-size: 20px;
	font-weight: 500;
}
.maindetails .disponible, .maindetails .nodisponible {
	font-size: 12px;
	font-weight: 500;
	padding: 6px 12px;
	border-radius: 4px;
	text-transform: uppercase;
	color: #fff;
}
.notificar {
	background: #f8f8f8;
	padding: 20px 10% 30px 10%;
}
.notificar h3 {
	color: #333;
	font-size: 20px;
}
.nuevoform .form-group {
	position: relative;
	padding-top: 10px;
}
.nuevoform .form-group label {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
	font-size: 11px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .2s;
}
.nuevoform .form-group input {
	-webkit-appearance: none;
	appearance: none;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #333;
	padding: 15px 8px 5px 8px;
	width: 500px;
	max-width: 100%;
	background: transparent;
	margin-bottom: 16px;
	outline: none;
	color: #000;
}
.nuevoform .form-group input:focus {
	border-bottom: 1px solid #10BCF4;
}
.nuevoform .form-group input:focus + label {
    color: #10BCF4;
    font-size: 10px;
}
.terminos label {
	text-transform: none;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0;
	position: relative;
	left: inherit;
	padding-left: 20px;
}
.terminos input {
	position: absolute;
	border: 1px solid #333;
	left: 0;
	top: 0;
}
.terminos a {
	color: #72b2cd !important;
}
.alert {
	margin-bottom: 30px;
	text-align: left;
}


@media(max-width: 767px) {
	.contact-top {
 		display: none;
  	}
  	.contact-top span {
 		display: none;
	}
	.main.busqueda {
  		padding: 15px 5px;
	}
	.buscador {
  		background: var(--blue);
  		padding: 15px 15px;
  	}
  	.buscador button {
	  height: 48px;
	  position: absolute;
	  top: 17px;
	  right: 17px;
	  background: var(--darkblue);
	  border: none;
	  outline: none;
	  text-transform: uppercase;
	  padding: 10px 20px;
	  color: #fff;
	  font-weight: 500;
	  font-size: 14px;
	}
	.buscador button span {
		display: none;
	}
	.libro img {
		margin-bottom: 15px;
	}
}

@media(max-width: 498px) {
	.main {
 		padding: 20px 22px;
	}
	.h2, h2 {
	  font-size: 24px;
	}
	.maindetails p.autor {
  		font-size: 18px;
  	}
  	.notificar {
  		background: #f8f8f8;
  		padding: 20px 7% 30px 7%;
	}
}