.header-login-box-small-link {
	color: white;
}

.header-section {
    background: transparent radial-gradient(circle farthest-side at right bottom, #ff9e4f 5%, #ec5d2f 25%, #dd5124 80%, #a32800 98%) repeat scroll 0% 0%;
	color: white;
	padding: 0px;
	cursor: pointer;
	padding-left: 20px;
}

.header-section h1 {
	letter-spacing: 2px;
	
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.4;
}

.header-logo-container {
	float: left; /* Para que botones login queden a la misma altura */
}

/* Vista de Libros */

.pdf-link {
	font-size: 10px;
}

.libro th, .libro td {
	white-space: nowrap;
    font-size: 12px;
	max-width: 200px;
    overflow: hidden;
	padding: 4px !important;
}
