body {
	font-family: sans-serif;
	background-color: white;
	width: 100%;
	overflow-x: hidden;

	color: #303030;

	-webkit-text-size-adjust: 100%;
}

input
{
	color: #303030;
}

*:not(input[type=checkbox]) {
	-webkit-transform: none;
	-webkit-appearance: none;
}

h1, h2, h3 {
	font-weight: bold;
	margin: 8px 8px 3px 8px;
}

h1 {
	font-size: 1.1em;
}

a {
	text-decoration: none;
	color: inherit;
}

/*#menu ul.menu-items li input{
	width: 80%;
	margin-top: 10px;
}
*/

.inline-input {
	background-color: white;

	height: 25px;
	width: 85%;

	margin-top: 10px;
	padding: 5px;

	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.inline-input input[type=text]{
	float: left;

	width: 75%;
	height: 100%;
	margin: 0;
	padding: 0;

	border: none;
}

.inline-input input[type=submit]{
	float: right;

	margin: 0;
	padding: 0;

	width: 18%;
	height: 100%;

	background-color: transparent;
	background-image: url('inlinesearch.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 20px;
}

.searchform input[type=submit]
{
	margin-left: 13px;
}

form{
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	/*width: 70%;*/
	float: right;
}

#container {
	min-width: 319px;
	max-height: 100%;
	max-width: 100%;
}

#wrapper {
	transition-property: margin;
	transition-duration: 0.5s;
	transition-timing-function: linear;
}

#header, #footer {
	background-color: #444;
	/*background-color: #4F4F4F;*/
	/*background-color: #282C37;*/
	color: white;
}

#content {
	background-color: white;
	box-sizing: border-box;
}

#header, #footer, #content {
	width: 100%;
}

#menu {
	overflow-y: auto;

	background-color: #5F5F5F;
	/*background-color: #4F4F4F;*/
	color: white;
}

#menu ul.menu-items a
{
	display: block;
}

#menu ul.menu-items a:hover
{
	background-color: #373737;
}

#menu ul.menu-items a:hover li
{
	border-color: transparent;
}

#menu ul.menu-items li
{
	border-bottom: 1px solid #373737;
	margin: 0 15px;
	padding: 15px 2px;
}

#menu ul.menu-items .noborder li
{
	border-color: transparent;
}

#menu ul.menu-items li.last-option
{
	border-bottom: none;
	margin-bottom: 20px;
}

#menu ul.menu-items li.section-header
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #989898;
	padding-bottom: 5px;
	margin-bottom: 2px;
	cursor: auto;
	color: #989898;
	text-shadow: 1px 1px #373737;
	box-shadow: 0 1px 0 #373737;
}

#menu ul.menu-items li.section-header hr
{
	padding: 0;
	margin: 0;

	border-color: #6F6F6F;
}

#footer {
	clear: both;
}

hr.red {
	background-color: #ab2323;
}

hr.green {
	background-color: #9fc01b;
}

hr.blue {
	background-color: #24a2aa;
}

#footer p{
	float: right;
	text-align: right;
	width: 100%;
}

.hide {
	display: none;
}

.printfooter {
	display: none;
}

.cut {
	overflow: hidden;
}

.mode-marc {
	line-height: 20px;
	margin-bottom: 30px;
}

.leader strong{
	margin-right: 10px;
}

.subfield {
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 2px;

	border-right: 2px solid black;

	font-weight: bold;
}

.checkbtn {
	float: left;
	border: 1px solid #ccc;
	/*color: #555;*/
	padding: 9px 9px 9px 0;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 4px 8px 4px 0;
	font-size: 0.9em;
	line-height: normal;
	cursor: pointer;
}

.checkbtn:hover {
	background-color: white;
	background-image: linear-gradient(top,white,#f3f3f3);
	background-image: -moz-linear-gradient(top,white,#f3f3f3);
	background-image: -ms-linear-gradient(top,white,#f3f3f3);
	background-image: -o-linear-gradient(top,white,#f3f3f3);
	background-image: -webkit-gradient(linear,left top,left bottom,from(white),to(#f3f3f3));
	background-image: -webkit-linear-gradient(top,white,#f3f3f3);
}

.checkbtn label{
	cursor: pointer;

	padding-left: 24px;

	background-image: url('tickbox.png');
	background-repeat: no-repeat;
	background-position: left center;

	color: #777;
}

.checkbtn.selected label{
	background-image: url('tick.png');

	color: #303030;
}

.checkbtn input[type=checkbox] {
	display: none;
}

div.row {
	padding: 4px 10px;
}

input[type=text], input[type=password] {
	/*width: 100%;*/
	border: 1px solid #ccc;
	padding: 8px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 0.9em;
}

input[type=submit] {
	/*background-color: #0047b9;*/
	background-color: #004b91;
	font-size: 14px;

	border: none;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

	color: white;
}

input[type=submit]:hover {
	cursor: pointer;
}

.btn {
	font-size: 14px;
	border: 1px solid #ccc;
	float: left;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

.btn:hover {
	cursor:pointer;
}

#header h1 {
	display: inline;

	font-size: 1.5em;
	font-weight: normal;

	padding: 0;
	margin: 0;
}

button:hover {
	cursor: pointer;
}

hr.separator {
	visibility: hidden;
	clear: both;
	margin: 0;
	padding: 0;
}

.error-msg {
	margin: 20px 10px 20px 30px;
}

.userstatus .th {
	font-weight: bold;
}

hr.division {
	clear:both;
	margin: 20px 0;
}

#tot-fine .td {
	color: red;
}

div.marc div.th {
	font-weight: bold;
}

.marc {
	margin-top: 10px;
}

.marc a {
	color: #004b91;
	text-decoration: underline;
}

.copia .tiempo-prestamo, .copia .barcode {
	font-size: 0.9em;
}

.copia .status {
	font-size: 0.8em;
	font-weight: bold;
	/*color: #0047b9;*/
}

#go-back {
	float: right;
}

th {
	font-weight: bold;
}

td,th {
	padding: 5px;
}

.scrollx {
	overflow-x: auto;
	max-width: 99%;
}

/*.w50 {
	width: 50%;
}
*/
.barcode {
	min-width: 85px;
}

#header #back-btn {
	background-image: url('backarrow.png');
	background-size: 75%;

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#header #go-back button {
	background-image: url('backarrow.png');
	background-size: 75%;
}

/* Temporary */
.advanced-search {
	width: 90%;
}

.value {
	vertical-align: top;
}

/* Loan Stats */
.stats-info, .related, .usage {
	margin: 8px;
}

.related .col1{
	display: inline-block;
	width: 10px;
	vertical-align: top;
	text-align: center;
}
.related .col2{
	display: inline-block;
	width: 90%;
}

.usage .col1 {
	display: inline-block;
	width: 100px;
	padding: 0 5px;
	font-size: 0.8em;
}
.usage .col2{
	display: inline-block;
	width: 50%;
	padding: 0 5px;
	font-size: 0.8em;
}

.col1{
	text-align: right;

}

.col2{
	text-align: left;
}

.bold {
	font-weight: bold;
}

.col2 span {
	display:inline-block;
	width: 25px;
	text-align: right;
}

.col2 hr{
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
	padding: 0;
	display:inline-block;
	height: 0.6em;
	border-radius: 0;
	border: 0;
}

.general-collapse .collapser {
	background-image: url('collapse-up.png');
	background-repeat: no-repeat;
	background-position: 5px 12px;
}

.general-collapse.collapsed .collapser {
	background-image: url('collapse-down.png');
}

.general-collapse.collapsible h2 {
	padding: 10px 40px 10px;

	font-size: 1.1em;

	border-bottom: 1px solid #ccc;
}

.general-collapse.collapsible h2 {
	cursor: pointer;
}

.general-collapse.collapsible .collapse {
	transition: height linear 0.5s;
}

.general-collapse.collapsible.collapsed .collapse {
	height: 0;
	overflow: hidden;
}

.general-collapse.collapsible.collapsed hr.separator {
	display: none;
}

.bookthumbnail img
{
	max-width: 90%;
}

.bookinfo a
{
	color: #004b91;
}

.bookinfo a:hover
{
	text-decoration: underline;
}

#cover
{
	width: 30%;
	float: right;
	padding: 0 10px 10px 10px;
}

#cover img
{
	max-width: 100%;
	height: auto;
	cursor: pointer;
}

.td
{
	word-wrap: break-word;
}

#booking-details, #loan-details, #fine-details {
	font-size: 0.9em;
	margin-left: 10px;
}

/* Vista del thumbnail */
.cover.overlay {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 50;
	width: 100%;

	background-color: black;
	opacity: 0.8;
}

.cover.container {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 100;
	width: 100%;
	text-align: center;
}

.cover.container img {
	max-height: 75%;
	max-width: 80%;
	border: 5px solid white;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cover .close, .cover .document {
	color: white;
	font-weight: bold;
	cursor: pointer;
	clear: both;
}

.cover .document {
	font-size: 0.8em;
}

.cover .document a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 320px) {

	.notmobile {
		display: none;
	}

	.minimized {
		margin-left: 80%;
		width:100%;
		overflow: hidden;
	}

	#header {
		height: 55px;
		line-height: 55px;

		text-align: center;

		white-space: -moz-pre-wrap;
		white-space: -o-pre-wrap;
		white-space: pre-wrap;
		white-space: -pre-wrap;
		word-wrap: break-word;
	}

	#header img#logo {
		float: right;

		height: auto;
		width: 165px;

		margin: 5px;
	}

	.ns-0 #logo {
		display: none;
	}

	#header button {
		float: left;

		background-color: transparent;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 65% 65%;

		border: 1px solid white;
		-webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 2px;

		margin: 8px 4.5%;

		height: 40px;
		width: 12%;
	}

	#header button:hover {
		cursor:pointer;
	}

	#header button#show-options {
		background-image: url('options.png');
	}

	#header #refine button {
		float: right;

		background-image: url('search.png');
		background-size: 68% 65%;
		margin: 8px 4.5%;
	}

	#header h1 {
		line-height: 55px;
		font-size: 1.2em;
		margin-left: 10px;
	}

	#header #results-count {
		margin-left: 5px;
		font-size: 0.9em;
		line-height: 55px;
	}

/*	#content {
		width: 85%;
		padding: 5%;
	}
*/
	#menu {
		z-index: -1;

		position: absolute;
		top: 0;
		left: 0;

		width: 0;

		transition: width linear 0.5s;

		overflow: hidden;
		overflow-y: scroll;
	}

	#menu.easein{
		z-index: 5;
		display: block;
		width: 80%;
		min-height: 100%;
	}

	#menu * {
		display: none;
	}

	#menu.easein * {
		display: block;
	}

	#menu ul.menu-items {
		width: 99%;
	}

	#footer {
		height: 60px;
	}

	#footer p{
		margin-right: 3%;
		margin-top: 3%;
	}

	#footer img#powered-by {
		width: 20%;
		margin-left: 1%;
	}

	.td {
		min-height: 35px;
		width: 100%;
		line-height: 35px;
	}

	input[type=text], input[type=password] {
		padding: 8px 3%;
		width: 94%;
	}

	select {
		width: 100%;
		padding: 8px 3%;
/*		background-color: white;
		border: 1px solid #ccc;
*/	}

	input[type=submit] {
		width: 45%;
		padding: 10px 0;
		margin: 8px 2px;
	}

	.btn {
		width: 45%;
		padding: 11.5px 0;
		margin: 8px 5px 8px 12px;
	}

	.floatright {
		min-width: 315px;
	}

	.row {
		width: 93%;
	}

	#results-nav {
		padding: 10px 15px;

		width: 90%;
		height: 35px;

		margin: 0 auto;

		line-height: 35px;
		text-align: center;
	}

	#results-nav button {
		background-color: white;
		background-size: 65% 65%;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url('pagearrow.png');

		border: 2px solid #888;
		-webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 2px;

		width: 35px;
		height: 35px;
	}

	#results-nav #next {
		float: right;
	}

	#results-nav #prev {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);

		float: left;
	}

	.bookthumbnail {
		float: left;
		width: 30%;
		margin-bottom: 30px;
	}

	.bookthumbnail img{
		width: 90%;
		height: auto;
		max-height: 120px;
		margin: 0 auto;
	}

	.bookinfo {
		/*float: left;*/
		/*min-height: 120px;*/
		width: 70%;
		margin-bottom: 30px;
		margin-left: 30%;
		line-height: normal;
	}

	.page-title {
		margin: 20px 10px 20px 30px;
	}

	.field-row {
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	.input-field {
		display: block;
		padding-top: 10px;
	}

	.th {
		min-height: 35px;
		line-height: 35px;
	}

	.marc .td {
		line-height: 16px;
		min-height: 10px;
	}

	.row.copia {
		margin-left: 10%;
		margin-bottom: 30px;
		width: auto;
		line-height: 20px;
	}

	.collapser {
		background-image: url('collapse-up.png');
		background-repeat: no-repeat;
		background-position: 5px 12px;
	}

	.collapsed .collapser {
		background-image: url('collapse-down.png');
	}

	.collapsible h2 {
		padding: 10px 40px 10px;

		font-size: 1.1em;

		border-bottom: 1px solid #ccc;
	}

	.collapsible h2 {
		cursor: pointer;
	}

	.collapsible .collapse {
		transition: height linear 0.5s;
	}

	.collapsible.collapsed .collapse {
		height: 0;
		overflow: hidden;
	}

	.collapsible.collapsed hr.separator {
		display: none;
	}

	#header #go-back button {
		width: 38px;
	}

/*	.userstatus .separator {
		display: none;
	}
*/

	.searchform input[type=submit]
	{
		margin-left: 10px;
	}

	.cover.container {
		padding-top: 33px;
	}
}

@media screen and (min-width: 321px) and (max-width: 720px) {

	.row {
		clear: both;
		width: 95%;
	}

	.marc .row {
		clear: left;
	}

	.notmobile {
		display: none;
	}

	.minimized {
		margin-left: 80%;
		width:100%;
		overflow: hidden;
	}

	#header {
		height: 62px;
		text-align: center;
	}

	#header img#logo {
		float: right;

		height: auto;
		width: 177px;

		margin: 5px;
	}

	.ns-0 #logo {
		display: none;
	}

	#header button {
		float: left;

		background-color: transparent;
		background-size: 65% 65%;
		background-position: center;
		background-repeat: no-repeat;

		border: 1px solid white;
		-webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 2px;

		margin: 9px 0 0 25px;

		height: 40px;
		width: 40px;
	}

	#header button:hover {
		cursor: pointer;
	}

	#header button#show-options {
		background-image: url('options.png');
	}

	#header #refine button {
		float: right;

		background-image: url('search.png');
		background-size: 68% 65%;
		margin: 9px 3%;
	}

	#header h1 {
		line-height: 55px;
		font-size: 1.2em;
	}

	#header #results-count {
		margin-left: 5px;
		font-size: 0.9em;
		line-height: 55px;
	}

	#menu {
		z-index: -1;

		position: absolute;
		top: 0;
		left: 0;

		width: 0;

		transition: width linear 0.5s;

		overflow: hidden;
		overflow-y: auto;
	}

	#menu.easein{
		z-index: 5;
		display: block;
		width: 80%;
		min-height: 100%;
	}

	#menu * {
		display: none;
	}

	#menu.easein * {
		display: block;
	}

	#menu ul.menu-items {
		width: 99%;
	}

	#footer {
		height: 60px;
	}

	#footer p{
		clear: both;
		margin-right: 3%;
		margin-top: 7px;
	}

	#footer img#powered-by {
		width: 65px;
		margin-left: 1%;
	}

	input[type=text], input[type=password] {
		padding: 8px 3%;
		width: 94%;
	}

	select {
		width: 100%;
		padding: 8px 3%;
/*		background-color: white;
		border: 1px solid #ccc;
*/	}

	input[type=submit] {
		width: 45%;
		padding: 10px 0;
		margin: 8px 2px;
	}

	.btn {
		width: 45%;
		padding: 11.5px 0;
		margin: 8px 5px 8px 12px;
	}

	.floatright {
		min-width: 315px;
	}

	#results-nav {
		padding: 10px 15px;

		width: 90%;
		height: 35px;

		margin: 0 auto;

		line-height: 35px;
		text-align: center;
	}

	#results-nav button {
		background-color: white;
		background-size: 65% 65%;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url('pagearrow.png');

		border: 2px solid #888;
		-webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 2px;

		width: 35px;
		height: 35px;
	}

	#results-nav #next {
		float: right;
	}

	#results-nav #prev {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);

		float: left;
	}

	.bookthumbnail {
		float: left;
		width: 20%;
		margin-bottom: 30px;
		text-align: center;
	}

	.bookthumbnail img{
		height:120px;
		width: auto;
	}

	.bookinfo {
		/*float: left;*/
		/*min-height: 120px;*/
		width: 78%;
		margin-bottom: 30px;
		margin-left: 22%;
		line-height: normal;
	}

	.digital-link {
		font-weight: bold;
		color: #888;
	}

	.digital-link:hover {
		text-decoration: underline;
	}

	.page-title {
		margin: 20px 10px 20px 30px;
	}

	.field-row {
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	.input-field {
		display: block;
		padding-top: 10px;
	}

	.th {
		min-height:20px;
		line-height: 20px;
		float:left;
		padding-right: 8px;
	}

	.td {
		min-height: 20px;
		line-height: 20px;
	}

	.userstatus .userinfo .th {
		min-width: 150px;
		text-align: right;
	}

	.th {
		line-height: normal;
	}

	.marc .th {
		width: 120px;
		text-align: right;
	}

	.marc .td {
		line-height: 16px;
		margin-left: 130px;
	}

	.row.copia {
		margin-left: 10%;
		width: auto;
	}

	.collapsible .collapser {
		padding: 10px 40px 10px;

		font-size: 1.1em;

		border-bottom: 1px solid #ccc;
	}

	.collapser {
		background-image: url('collapse-up.png');
		background-repeat: no-repeat;
		background-position: 5px 12px;
	}

	.collapsed .collapser {
		background-image: url('collapse-down.png');
	}

	.collapsible h2 {
		cursor: pointer;
	}

	.collapsible .collapse {
		transition: height linear 0.5s;
	}

	.collapsible.collapsed .collapse {
		height: 0;
		overflow: hidden;
	}

	.collapsible.collapsed hr.separator {
		display: none;
	}

	.spanall {
		clear: both;
	}

/*	.userstatus .separator {
		display: none;
	}*/

	.cover.container {
		padding-top: 36px;
	}
}

@media screen and (max-width: 720px) {

	input[type=submit]
	{
		border: 1px solid #004b91;
		padding: 9px 0 10px;
	}

	.submit
	{
		width: 90%;
	}

	.submit input[type=submit]
	{
		float:right;
	}

}

@media screen and (min-width: 721px) {

	body {
		background-color: white;
	}

	#header, #footer, #content {
		width: 100%;

		transition: none;
	}

	#header {
		height: 80px;
		text-align: center;
	}

	#header img#logo {
		float: left;

		height: auto;
		width: 215px;

		margin: 8px 10px;
	}

	.userstatus #header img#logo {
		float: right;
	}

	#header button {
		float: left;

		background-color: transparent;
		background-size: 65% 65%;
		background-position: center;
		background-repeat: no-repeat;

		border: 1px solid white;
		-webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 2px;

		margin: 20px 0 0 25px;

		height: 40px;
		width: 40px;
	}

	#header button#show-options {
		display: none;
	}

	#header #refine button {
		float: right;
		background-image: url('search.png');
		background-size: 68% 65%;
		margin: 20px 3%;
	}

	#header h1 {
		line-height: 80px;
		font-size: 1.2em;
	}

	#header #results-count {
		margin-left: 5px;
		font-size: 0.9em;
		line-height: 80px;
	}

	#content {
		margin-left: 31%;
		width: 67%;
		padding: 0;
		padding-top: 10px;
		padding-left: 10px;
	}

	#wrapper.no-menu #content {
		margin:0;
		overflow: hidden;
		width: 100%;
	}

	#menu {
		/*float: left;*/
		position: absolute;
		top:80px;

		/*min-height: 90%;*/
		width: 32%;

		/*padding-bottom: 80px;*/
	}

	#menu ul.menu-items {
		width: 99%;
	}

	#footer {
		height: 60px;
	}

	#footer p{
		clear: both;
		margin-right: 3%;
		margin-top: 7px;
	}

	#footer img#powered-by {
		width: 65px;
		height: auto;
		margin-left: 5px;
	}

	.row {
		/*float: none;*/
		clear: both;

		width: 95%;

		margin: 10px;
	}

	.marc .row {
		clear: left;
	}

	.th {
		float: left;
		min-height: 25px;

		line-height: 25px;
		text-align: right;

		min-width: 140px;
		margin-right: 10px;

		clear: left;
	}

	th.spanall {
		/*float: none;*/
		clear: both;
		/*text-align: left;*/
	}

	.td {
		float: left;
		min-height: 25px;
		width: 63%;
	}

	.marc .td
	{
		float: none;
		width: auto;
		max-width: 63%;
		margin-left: 140px;
		padding: 0 10px 0 10px;
	}

	.td.spanall {
		width: 85%;
	}
	.th.spanall+.td.spanall{
		width: 63%;
	}

	input[type=text], input[type=password] {
		width: 100%;
	}

	select {
		height: 35px;
		padding: 4px;
		width: 105%;
	}

	input[type=submit] {
		width: 120px;
		padding: 10px 0;
		margin: 8px 2px;
	}

	.btn {
		width: 150px;
		padding: 10px 0;
		margin: 8px 2px;
		-webkit-padding-start: 0px;
	}

	.row.floatright {
		width: 50%;
		min-width: 300px;
	}

	#results-nav {
		padding: 10px 15px;

		width: 90%;
		height: 35px;

		margin: 0 auto;

		line-height: 35px;
		text-align: center;
	}

	#results-nav button {
		background-color: white;
		background-size: 65% 65%;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url('pagearrow.png');

		border: 2px solid #888;
		-webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 2px;

		width: 35px;
		height: 35px;
	}

	#results-nav #next {
		float: right;
	}

	#results-nav #prev {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);

		float: left;
	}

	.bookthumbnail {
		float: left;
		width: 130px;
		/*margin-bottom: 30px;*/
		text-align: center;
	}

	.bookthumbnail img{
		height:120px;
		width: auto;
		max-width: 100%;
	}

	.bookinfo {
		float: none;
		/*min-height: 120px;*/
		width: 65%;
		/*margin-bottom: 30px;*/
		margin-left: 140px;
		line-height: normal;
	}

	.digital-link {
		font-weight: bold;
		color: #888;
	}

	.digital-link:hover {
		text-decoration: underline;
	}

	.page-title {
		width:90%;
		margin: 0 auto 20px;
	}

	.field-row {
		margin-bottom: 20px;
		margin-left: 5%;
		max-width: 27%;
		float: left;
	}

	.input-field {
		padding-top: 10px;
		width: 25%;
	}

	.input-field input{
		width: 100%;
	}

	.marc .th {
		line-height: normal;
		width: 130px;
	}

	.row.copia {
		margin-left: 50px;
		width: auto;
	}

	.userstatus .td {
		line-height: 25px;
	}

	.advanced-search .field select{
		width: 100%;
	}

	.advanced-search .op{
		padding-left: 20px;
	}

	.advanced-search .op select {
		width: 100%;
	}

	select[name=sortby] {
		width: 66.15%;
	}

	.empty .dk_label{
		color: white;
	}

	::-webkit-input-placeholder { color:transparent; }
	::-moz-placeholder { color:transparent; } /* firefox 19+ */
	:-ms-input-placeholder { color:transparent; } /* ie */
	input:-moz-placeholder { color:transparent; }

	.suscriptions {
		max-width: 50%;
		padding-bottom: 10px;
	}

	.cover.container {
		padding-top: 45px;
	}
}

@media screen and (min-width: 1025px) {
	#menu {
		width: 19%;
	}

	#content {
		margin-left: 19%;
	}

	#cover {
		margin-right: 5%;
		max-width: 200px;
		padding: 0 0 15px;
	}

	#cover img {
		float: right;
	}
}

@-moz-document url-prefix()
{
	input[type=submit]
	{
		padding: 8px 0 9px;
	}
}

.store
{
	text-align: center;
	margin-top: 10px;
}

.store.amazon
{
	background-color: #FFCC66;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 5px 8px;

	color: black;
	text-decoration: none;
	font-size: .9em;
}