#content {
	width: 730px;
	background: none;
	padding-right: 0;
}
.contenido .txt {
	float: left;
	width: 100%;
}
#colom-logo{
	float: right;
}
#libros > form{
	width: 422px;
	padding: 9px 12px;
  margin-bottom: 30px;
}
#libros > form > label > span {
	font-size: 1.4em;
	margin-bottom: 3px;
	display: block;
	float: none;
}
#libros > form > label > input{
	width: 134px
}
#libros > form > label + label {
	margin-left: 10px;
}
#libros > .listado{
	margin-top: 10px;
}
#libros > .listado > .item{
	float: left;
	width: 168px;
	position: relative;
	height: 287px;
	margin-bottom: 20px;
	border: 1px solid #F0F0F0;
	border-bottom: 0;
	box-sizing: border-box;
	margin-right: 16px;
	padding: 0 10px;
}
#libros > .listado > .item:hover{
	border-color: #ddd;
}
#libros > .listado > .item:nth-child(4n)
{
	margin-right: 0;
}
#libros > .listado > .item > .img{
	background-size: cover;
	height: 181px;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	background-position: top center;
}
#libros > .listado > .item > span{
	text-align: center;
	display: block;
}
#libros > .listado > .item > span.title{
	color: #EB6C06;
	text-transform: uppercase;
	margin-top: 10px;
	height: 26px;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 1.3em;
}
#libros > .listado > .item > span.author{
	color: #333;
	height: 28px;
	overflow: hidden;
	font-size: 1.3em;
}
#libros > .listado > .item > span.link{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	background:#333;
	z-index: 2;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 1.2em;
}
#libros > .listado > .item > a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}