.bk-list {
	list-style: none;
	position: relative;
}

.bk-list li {
	position: relative;
	width: 300px;
	float: left;
	z-index: 1;
	margin: 0px 50px 40px 0;
	-webkit-perspective: 1800px;
	perspective: 1800px;
}

.bk-list li:last-child {
	margin-right: 0;
}

.bk-info {
	position: relative;
	margin-top: 420px;
}

.bk-info h3 {
	padding: 25px 0 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	font-size: 26px;
}

.bk-info h3 span:first-child {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 5px;
	display: block;
	color: #777;
}

.bk-info p {
	line-height: 24px;
	color: #444;
	min-height: 160px;
    overflow-y: auto;
    max-height: 440px;
}

.bk-info button {
	background: #FC756F;
	border: none;
	color: #fff;
	display: inline-block;
	padding: 3px 15px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 4px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.bk-info button.bk-active,
.bk-info button:active {
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.8),
		inset 0 -1px 1px rgba(0,0,0,0.2);
}

.no-touch .bk-info button:hover,
.bk-info button.bk-active {
	background: #d0544e;
}

.bk-list li .bk-book {
	position: absolute;
	width: 100%;
	height: 400px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}

.bk-list li .bk-book.bk-bookdefault:hover {
	-webkit-transform: rotate3d(0,1,0,35deg);
	transform: rotate3d(0,1,0,35deg);
}

.bk-list li .bk-book > div,
.bk-list li .bk-front > div {
	display: block;
	position: absolute;
}

.bk-list li .bk-front {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transform: translate3d(0,0,20px);
	transform: translate3d(0,0,20px);
	z-index: 10;
}

.bk-list li .bk-front > div {
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.bk-list li .bk-page {
	-webkit-transform: translate3d(0,0,19px);
	transform: translate3d(0,0,19px);
	display: none;
	width: 295px;
	height: 390px;
	top: 5px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 9;
}

.bk-list li .bk-front,
.bk-list li .bk-back,
.bk-list li .bk-front > div {
	width: 300px;
	height: 400px;
}

.bk-list li .bk-left,
.bk-list li .bk-right {
	width: 40px;
	left: -20px;
}

.bk-list li .bk-top,
.bk-list li .bk-bottom {
	width: 295px;
	height: 40px;
	top: -15px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bk-list li .bk-back {
	-webkit-transform: rotate3d(0,1,0,-180deg) translate3d(0,0,20px);
	transform: rotate3d(0,1,0,-180deg) translate3d(0,0,20px);
	box-shadow: 10px 10px 30px rgba(0,0,0,0.3);
	border-radius: 3px 0 0 3px;
}

.bk-list li .bk-cover-back {
	background-color: #000;
	-webkit-transform: rotate3d(0,1,0,-179deg);
	transform: rotate3d(0,1,0,-179deg);
}

.bk-list li .bk-right {
	height: 390px;
	top: 5px;
	-webkit-transform: rotate3d(0,1,0,90deg) translate3d(0,0,295px);
	-moz-transform: rotate3d(0,1,0,90deg) translate3d(0,0,295px);
	transform: rotate3d(0,1,0,90deg) translate3d(0,0,295px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bk-list li .bk-left {
	height: 400px;
	-webkit-transform: rotate3d(0,1,0,-90deg);
	transform: rotate3d(0,1,0,-90deg);
}

.bk-list li .bk-top {
	-webkit-transform: rotate3d(1,0,0,90deg);
	transform: rotate3d(1,0,0,90deg);
}

.bk-list li .bk-bottom {
	-webkit-transform: rotate3d(1,0,0,-90deg) translate3d(0,0,390px);
	transform: rotate3d(1,0,0,-90deg) translate3d(0,0,390px);
}

/* Transform classes */

.bk-list li .bk-viewinside .bk-front {
	-webkit-transform: translate3d(0,0,20px) rotate3d(0,1,0,-160deg);
	transform: translate3d(0,0,20px) rotate3d(0,1,0,-160deg);
}

.bk-list li .bk-book.bk-viewinside {
	-webkit-transform: translate3d(0,0,150px) rotate3d(0,1,0,0deg);
	transform: translate3d(0,0,150px) rotate3d(0,1,0,0deg);
}

.bk-list li .bk-book.bk-viewback {
	-webkit-transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg);
	transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg);
}

/* Main colors and content */

.bk-list li .bk-page,
.bk-list li .bk-right,
.bk-list li .bk-top,
.bk-list li .bk-bottom {
	background-color: #fff;
}

.bk-list li .bk-front > div {
	border-radius: 0 3px 3px 0;
	box-shadow:
		inset 4px 0 10px rgba(0, 0, 0, 0.1);
}

.bk-list li .bk-front:after {
	content: '';
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: -1px;
	width: 1px;
}

.bk-list li .bk-cover:after,
.bk-list li .bk-back:after {
	content: '';
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	width: 3px;
	background: rgba(0,0,0,0.06);
	box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1);
}

.bk-list li .bk-back:after {
	left: auto;
	right: 10px;
}

.bk-left h2 {
	width: 400px;
	height: 40px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(90deg) translateY(-40px);
	transform: rotate(90deg) translateY(-40px);
}

.bk-content {
	position: absolute;
	top: 30px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	padding: 30px;
	overflow: hidden;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	cursor: default;
}

.bk-content-current {
	opacity: 1;
	pointer-events: auto;
}

.bk-content p {
	padding: 0 0 10px;
	-webkit-font-smoothing: antialiased;
	color: #000;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bk-page nav {
	display: block;
	text-align: center;
	margin-top: 20px;
	position: relative;
	z-index: 100;
	cursor: pointer;
}

.bk-page nav span {
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #aaa;
	background: #f0f0f0;
	border-radius: 50%;
}

/* Individual style & artwork */

/* Book 1 */
.book-1 .bk-front > div,
.book-1 .bk-back,
.book-1 .bk-left,
.book-1 .bk-front:after {
	background-color: #97a1a2;
}

.book-1 .bk-cover {
	background-image: url(../img/fce/online/camino.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-1 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-1 .bk-cover h2 span:first-child,
.book-1 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-1 .bk-cover h2 span:first-child {
	display: block;
}

.book-1 .bk-cover h2 span:last-child,
.book-1 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-1 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-1 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-1 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}



/* Book 2 */
.book-2 .bk-front > div,
.book-2 .bk-back,
.book-2 .bk-left,
.book-2 .bk-front:after {
	background-color: #00abc5;
}

.book-2 .bk-cover {
	background-image: url(../img/fce/online/doctrinas.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-2 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-2 .bk-cover h2 span:first-child,
.book-2 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-2 .bk-cover h2 span:first-child {
	display: block;
}

.book-2 .bk-cover h2 span:last-child,
.book-2 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-2 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-2 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-2 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 3 */
.book-3 .bk-front > div,
.book-3 .bk-back,
.book-3 .bk-left,
.book-3 .bk-front:after {
	background-color: #021523;
}

.book-3 .bk-cover {
	background-image: url(../img/fce/online/media.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-3 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-3 .bk-cover h2 span:first-child,
.book-3 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-3 .bk-cover h2 span:first-child {
	display: block;
}

.book-3 .bk-cover h2 span:last-child,
.book-3 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-3 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-3 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-3 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 4 */
.book-4 .bk-front > div,
.book-4 .bk-back,
.book-4 .bk-left,
.book-4 .bk-front:after {
	background-color: #335280;
}

.book-4 .bk-cover {
	background-image: url(../img/fce/online/principe.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-4 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-4 .bk-cover h2 span:first-child,
.book-4 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-4 .bk-cover h2 span:first-child {
	display: block;
}

.book-4 .bk-cover h2 span:last-child,
.book-4 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-4 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-4 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-4 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 5 */
.book-5 .bk-front > div,
.book-5 .bk-back,
.book-5 .bk-left,
.book-5 .bk-front:after {
	background-color: #48368c;
}

.book-5 .bk-cover {
	background-image: url(../img/fce/online/ninos.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-5 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-5 .bk-cover h2 span:first-child,
.book-5 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-5 .bk-cover h2 span:first-child {
	display: block;
}

.book-5 .bk-cover h2 span:last-child,
.book-5 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-5 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-5 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-5 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 6 */
.book-6 .bk-front > div,
.book-6 .bk-back,
.book-6 .bk-left,
.book-6 .bk-front:after {
	background-color:#201d52;
}

.book-6 .bk-cover {
	background-image: url(../img/fce/online/cultura.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-6 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-6 .bk-cover h2 span:first-child,
.book-6 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-6 .bk-cover h2 span:first-child {
	display: block;
}

.book-6 .bk-cover h2 span:last-child,
.book-6 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-6 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-6 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-6 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 7 */
.book-7 .bk-front > div,
.book-7 .bk-back,
.book-7 .bk-left,
.book-7 .bk-front:after {
	background-color: #bdb9ad;
}

.book-7 .bk-cover {
	background-image: url(../img/fce/online/rey.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-7 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-7 .bk-cover h2 span:first-child,
.book-7 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-7 .bk-cover h2 span:first-child {
	display: block;
}

.book-7 .bk-cover h2 span:last-child,
.book-7 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-7 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-7 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-7 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 8 */
.book-8 .bk-front > div,
.book-8 .bk-back,
.book-8 .bk-left,
.book-8 .bk-front:after {
	background-color: #000000;
}

.book-8 .bk-cover {
	background-image: url(../img/fce/online/yucatan.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-8 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-8 .bk-cover h2 span:first-child,
.book-8 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-8 .bk-cover h2 span:first-child {
	display: block;
}

.book-8 .bk-cover h2 span:last-child,
.book-8 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-8 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-8 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-8 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 9 */
.book-9 .bk-front > div,
.book-9 .bk-back,
.book-9 .bk-left,
.book-9 .bk-front:after {
	background-color: #021523;
}

.book-9 .bk-cover {
	background-image: url(../img/fce/online/zapata.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-9 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-9 .bk-cover h2 span:first-child,
.book-9 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-9 .bk-cover h2 span:first-child {
	display: block;
}

.book-9 .bk-cover h2 span:last-child,
.book-9 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-9 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-9 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-9 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 10 */
.book-10 .bk-front > div,
.book-10 .bk-back,
.book-10 .bk-left,
.book-10 .bk-front:after {
	background-color: #fffef9;
}

.book-10 .bk-cover {
	background-image: url(../img/fce/online/historia.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-10 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-10 .bk-cover h2 span:first-child,
.book-10 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-10 .bk-cover h2 span:first-child {
	display: block;
}

.book-10 .bk-cover h2 span:last-child,
.book-10 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-10 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-10 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-10 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 11 */
.book-11 .bk-front > div,
.book-11 .bk-back,
.book-11 .bk-left,
.book-11 .bk-front:after {
	background-color: #d57d67;
}

.book-11 .bk-cover {
	background-image: url(../img/fce/online/11.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-11 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-11 .bk-cover h2 span:first-child,
.book-11 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-11 .bk-cover h2 span:first-child {
	display: block;
}

.book-11 .bk-cover h2 span:last-child,
.book-11 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-11 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-11 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-11 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 12 */
.book-12 .bk-front > div,
.book-12 .bk-back,
.book-12 .bk-left,
.book-12 .bk-front:after {
	background-color: #fe0000;
}

.book-12 .bk-cover {
	background-image: url(../img/fce/online/12.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-12 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-12 .bk-cover h2 span:first-child,
.book-12 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-12 .bk-cover h2 span:first-child {
	display: block;
}

.book-12 .bk-cover h2 span:last-child,
.book-12 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-12 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-12 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-12 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 13 */
.book-13 .bk-front > div,
.book-13 .bk-back,
.book-13 .bk-left,
.book-13 .bk-front:after {
	background-color: #e48b4f;
}

.book-13 .bk-cover {
	background-image: url(../img/fce/online/13.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-13 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-13 .bk-cover h2 span:first-child,
.book-13 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-13 .bk-cover h2 span:first-child {
	display: block;
}

.book-13 .bk-cover h2 span:last-child,
.book-13 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-13 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-13 .bk-left h2 {
	color: #fff;
	font-ize: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-13 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 14 */
.book-14 .bk-front > div,
.book-14 .bk-back,
.book-14 .bk-left,
.book-14 .bk-front:after {
	background-color: #d87f3b;
}

.book-14 .bk-cover {
	background-image: url(../img/fce/online/14.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-14 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-14 .bk-cover h2 span:first-child,
.book-14 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-14 .bk-cover h2 span:first-child {
	display: block;
}

.book-14 .bk-cover h2 span:last-child,
.book-14 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-14 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-14 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-14 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}



/* Book 15 */
.book-15 .bk-front > div,
.book-15 .bk-back,
.book-15 .bk-left,
.book-15 .bk-front:after {
	background-color: #231f20;
}

.book-15 .bk-cover {
	background-image: url(../img/fce/online/15.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-15 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-15 .bk-cover h2 span:first-child,
.book-15 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-15 .bk-cover h2 span:first-child {
	display: block;
}

.book-15 .bk-cover h2 span:last-child,
.book-15 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-15 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-15 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-15 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 16 */
.book-16 .bk-front > div,
.book-16 .bk-back,
.book-16 .bk-left,
.book-16 .bk-front:after {
	background-color: #000000;
}

.book-16 .bk-cover {
	background-image: url(../img/fce/online/16.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-16 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-16 .bk-cover h2 span:first-child,
.book-16 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-16 .bk-cover h2 span:first-child {
	display: block;
}

.book-16 .bk-cover h2 span:last-child,
.book-16 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-16 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-16 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-16 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 17 */
.book-17 .bk-front > div,
.book-17 .bk-back,
.book-17 .bk-left,
.book-17 .bk-front:after {
	background-color: #017f71;
}

.book-17 .bk-cover {
	background-image: url(../img/fce/online/17.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-17 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-17 .bk-cover h2 span:first-child,
.book-17 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-17 .bk-cover h2 span:first-child {
	display: block;
}

.book-17 .bk-cover h2 span:last-child,
.book-17 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-17 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-17 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-17 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}





/* Book 18 */
.book-18 .bk-front > div,
.book-18 .bk-back,
.book-18 .bk-left,
.book-18 .bk-front:after {
	background-color: #000000;
}

.book-18 .bk-cover {
	background-image: url(../img/fce/online/18.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-18 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-18 .bk-cover h2 span:first-child,
.book-18 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-18 .bk-cover h2 span:first-child {
	display: block;
}

.book-18 .bk-cover h2 span:last-child,
.book-18 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-18 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-18 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-18 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}



/* Book 19 */
.book-19 .bk-front > div,
.book-19 .bk-back,
.book-19 .bk-left,
.book-19 .bk-front:after {
	background-color: #222023;
}

.book-19 .bk-cover {
	background-image: url(../img/fce/online/19.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-19 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-19 .bk-cover h2 span:first-child,
.book-19 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-19 .bk-cover h2 span:first-child {
	display: block;
}

.book-19 .bk-cover h2 span:last-child,
.book-19 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-19 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-19 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-19 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 20 */
.book-20 .bk-front > div,
.book-20 .bk-back,
.book-20 .bk-left,
.book-20 .bk-front:after {
	background-color: #ffffff;
}

.book-20 .bk-cover {
	background-image: url(../img/fce/online/20.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-20 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-20 .bk-cover h2 span:first-child,
.book-20 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-20 .bk-cover h2 span:first-child {
	display: block;
}

.book-20 .bk-cover h2 span:last-child,
.book-20 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-20 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-20 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-20 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 21 */
.book-21 .bk-front > div,
.book-21 .bk-back,
.book-21 .bk-left,
.book-21 .bk-front:after {
	background-color: #fbc484;
}

.book-21 .bk-cover {
	background-image: url(../img/fce/online/21.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-21 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-21 .bk-cover h2 span:first-child,
.book-21 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-21 .bk-cover h2 span:first-child {
	display: block;
}

.book-21 .bk-cover h2 span:last-child,
.book-21 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-21 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-21 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-21 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}



/* Book 22 */
.book-22 .bk-front > div,
.book-22 .bk-back,
.book-22 .bk-left,
.book-22 .bk-front:after {
	background-color: #021523;
}

.book-22 .bk-cover {
	background-image: url(../img/fce/online/22.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-22 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-22 .bk-cover h2 span:first-child,
.book-22 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-22 .bk-cover h2 span:first-child {
	display: block;
}

.book-22 .bk-cover h2 span:last-child,
.book-22 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-22 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-22 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-22 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}




/* Book 23 */
.book-23 .bk-front > div,
.book-23 .bk-back,
.book-23 .bk-left,
.book-23 .bk-front:after {
	background-color: #0da84c;
}

.book-23 .bk-cover {
	background-image: url(../img/fce/online/23.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-23 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-23 .bk-cover h2 span:first-child,
.book-23 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-23 .bk-cover h2 span:first-child {
	display: block;
}

.book-23 .bk-cover h2 span:last-child,
.book-23 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-23 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-23 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-23 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 24 */
.book-24 .bk-front > div,
.book-24 .bk-back,
.book-24 .bk-left,
.book-24 .bk-front:after {
	background-color: #51421B;
}

.book-24 .bk-cover {
	background-image: url(../img/fce/online/Allsburg_LasCronicasdeHarrisBurdick.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-24 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-24 .bk-cover h2 span:first-child,
.book-24 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-24 .bk-cover h2 span:first-child {
	display: block;
}

.book-24 .bk-cover h2 span:last-child,
.book-24 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-24 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-24 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-24 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 25 */
.book-25 .bk-front > div,
.book-25 .bk-back,
.book-25 .bk-left,
.book-25 .bk-front:after {
	background-color: #F05A66;
}

.book-25 .bk-cover {
	background-image: url(../img/fce/online/Amster_DelceroalInfinito.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-25 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-25 .bk-cover h2 span:first-child,
.book-25 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-25 .bk-cover h2 span:first-child {
	display: block;
}

.book-25 .bk-cover h2 span:last-child,
.book-25 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-25 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-25 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-25 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 26 */
.book-26 .bk-front > div,
.book-26 .bk-back,
.book-26 .bk-left,
.book-26 .bk-front:after {
	background-color: #89BB5C;
}

.book-26 .bk-cover {
	background-image: url(../img/fce/online/Arredondo_LaSunamita.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-26 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-26 .bk-cover h2 span:first-child,
.book-26 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-26 .bk-cover h2 span:first-child {
	display: block;
}

.book-26 .bk-cover h2 span:last-child,
.book-26 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-26 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-26 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-26 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 27 */
.book-27 .bk-front > div,
.book-27 .bk-back,
.book-27 .bk-left,
.book-27 .bk-front:after {
	background-color: #C8242B;
}

.book-27 .bk-cover {
	background-image: url(../img/fce/online/Calzadiz_LaBatalladeZacatecas.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-27 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-27 .bk-cover h2 span:first-child,
.book-27 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-27 .bk-cover h2 span:first-child {
	display: block;
}

.book-27 .bk-cover h2 span:last-child,
.book-27 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-27 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-27 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-27 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 28 */
.book-28 .bk-front > div,
.book-28 .bk-back,
.book-28 .bk-left,
.book-28 .bk-front:after {
	background-color: #000000;
}

.book-28 .bk-cover {
	background-image: url(../img/fce/online/Chimal_NocheEnLaZona_M.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-28 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-28 .bk-cover h2 span:first-child,
.book-28 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-28 .bk-cover h2 span:first-child {
	display: block;
}

.book-28 .bk-cover h2 span:last-child,
.book-28 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-28 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-28 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-28 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 29 */
.book-29 .bk-front > div,
.book-29 .bk-back,
.book-29 .bk-left,
.book-29 .bk-front:after {
	background-color: #F27322;
}

.book-29 .bk-cover {
	background-image: url(../img/fce/online/Fast_MasAllaDeLaIntimidacion.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-29 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-29 .bk-cover h2 span:first-child,
.book-29 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-29 .bk-cover h2 span:first-child {
	display: block;
}

.book-29 .bk-cover h2 span:last-child,
.book-29 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-29 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-29 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-29 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 30 */
.book-30 .bk-front > div,
.book-30 .bk-back,
.book-30 .bk-left,
.book-30 .bk-front:after {
	background-color: #DFAD7C;
}

.book-30 .bk-cover {
	background-image: url(../img/fce/online/Granados_FranciscoZarcoyLaLibertadDeExpresion.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-30 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-30 .bk-cover h2 span:first-child,
.book-30 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-30 .bk-cover h2 span:first-child {
	display: block;
}

.book-30 .bk-cover h2 span:last-child,
.book-30 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-30 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-30 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-30 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 31 */
.book-31 .bk-front > div,
.book-31 .bk-back,
.book-31 .bk-left,
.book-31 .bk-front:after {
	background-color: #292323;
}

.book-31 .bk-cover {
	background-image: url(../img/fce/online/Hacyan_OndasGravitacionales.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-31 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-31 .bk-cover h2 span:first-child,
.book-31 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-31 .bk-cover h2 span:first-child {
	display: block;
}

.book-31 .bk-cover h2 span:last-child,
.book-31 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-31 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-31 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-31 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 32 */
.book-32 .bk-front > div,
.book-32 .bk-back,
.book-32 .bk-left,
.book-32 .bk-front:after {
	background-color: #7EAFB4;
}

.book-32 .bk-cover {
	background-image: url(../img/fce/online/Jouvet_ElSuenoLaConcienciaYLaVigilia.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-32 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-32 .bk-cover h2 span:first-child,
.book-32 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-32 .bk-cover h2 span:first-child {
	display: block;
}

.book-32 .bk-cover h2 span:last-child,
.book-32 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-32 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-32 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-32 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 33 */
.book-33 .bk-front > div,
.book-33 .bk-back,
.book-33 .bk-left,
.book-33 .bk-front:after {
	background-color: #212526;
}

.book-33 .bk-cover {
	background-image: url(../img/fce/online/Nilsson_ParaUnaComprensionDeLasCreencias.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-33 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-33 .bk-cover h2 span:first-child,
.book-33 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-33 .bk-cover h2 span:first-child {
	display: block;
}

.book-33 .bk-cover h2 span:last-child,
.book-33 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-33 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-33 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-33 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 34 */
.book-34 .bk-front > div,
.book-34 .bk-back,
.book-34 .bk-left,
.book-34 .bk-front:after {
	background-color: #FFFFFF;
}

.book-34 .bk-cover {
	background-image: url(../img/fce/online/Nohlen_DerechoElectoralLatinoamericano.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-34 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-34 .bk-cover h2 span:first-child,
.book-34 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-34 .bk-cover h2 span:first-child {
	display: block;
}

.book-34 .bk-cover h2 span:last-child,
.book-34 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-34 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-34 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-34 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 35 */
.book-35 .bk-front > div,
.book-35 .bk-back,
.book-35 .bk-left,
.book-35 .bk-front:after {
	background-color: #021523;
}

.book-35 .bk-cover {
	background-image: url(../img/fce/online/Olstein_PensarLaHistoriaGlobalmente.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-35 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-35 .bk-cover h2 span:first-child,
.book-35 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-35 .bk-cover h2 span:first-child {
	display: block;
}

.book-35 .bk-cover h2 span:last-child,
.book-35 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-35 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-35 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-35 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 36 */
.book-36 .bk-front > div,
.book-36 .bk-back,
.book-36 .bk-left,
.book-36 .bk-front:after {
	background-color: #0D1114;
}

.book-36 .bk-cover {
	background-image: url(../img/fce/online/Roder_Zebraland.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-36 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-36 .bk-cover h2 span:first-child,
.book-36 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-36 .bk-cover h2 span:first-child {
	display: block;
}

.book-36 .bk-cover h2 span:last-child,
.book-36 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-36 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-36 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-36 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 37 */
.book-37 .bk-front > div,
.book-37 .bk-back,
.book-37 .bk-left,
.book-37 .bk-front:after {
	background-color: #D5D281;
}

.book-37 .bk-cover {
	background-image: url(../img/fce/online/Serge_LoQueTodoRevolucionarioDebeSaber.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-37 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-37 .bk-cover h2 span:first-child,
.book-37 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-37 .bk-cover h2 span:first-child {
	display: block;
}

.book-37 .bk-cover h2 span:last-child,
.book-37 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-37 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-37 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-37 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 38 */
.book-38 .bk-front > div,
.book-38 .bk-back,
.book-38 .bk-left,
.book-38 .bk-front:after {
	background-color: #CEE0E2;
}

.book-38 .bk-cover {
	background-image: url(../img/fce/online/Villoro_YoSoyFontanarrosa.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-38 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-38 .bk-cover h2 span:first-child,
.book-38 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-38 .bk-cover h2 span:first-child {
	display: block;
}

.book-38 .bk-cover h2 span:last-child,
.book-38 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-38 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-38 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-38 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 39 */
.book-39 .bk-front > div,
.book-39 .bk-back,
.book-39 .bk-left,
.book-39 .bk-front:after {
	background-color: #021523;
}

.book-39 .bk-cover {
	background-image: url(../img/fce/online/Viotti_LaDialecticaInvertidaYOtrosEnsayos.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-39 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-39 .bk-cover h2 span:first-child,
.book-39 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-39 .bk-cover h2 span:first-child {
	display: block;
}

.book-39 .bk-cover h2 span:last-child,
.book-39 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-39 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-39 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-39 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}
/* Book 40 */
.book-40 .bk-front > div,
.book-40 .bk-back,
.book-40 .bk-left,
.book-40 .bk-front:after {
	background-color: #51421B;
}

.book-40 .bk-cover {
	background-image: url(../img/fce/online/Allsburg_LasCronicasdeHarrisBurdick.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-40 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-40 .bk-cover h2 span:first-child,
.book-40 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-40 .bk-cover h2 span:first-child {
	display: block;
}

.book-40 .bk-cover h2 span:last-child,
.book-40 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-40 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-40 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-40 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}
/* Book 41 */
.book-41 .bk-front > div,
.book-41 .bk-back,
.book-41 .bk-left,
.book-41 .bk-front:after {
	background-color: #F05A66;
}

.book-41 .bk-cover {
	background-image: url(../img/fce/online/Amster_DelceroalInfinito.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-41 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-41 .bk-cover h2 span:first-child,
.book-41 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-41 .bk-cover h2 span:first-child {
	display: block;
}

.book-41 .bk-cover h2 span:last-child,
.book-41 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-41 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-41 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-41 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}
/* Book 42 */
.book-42 .bk-front > div,
.book-42 .bk-back,
.book-42 .bk-left,
.book-42 .bk-front:after {
	background-color: #89BB5C;
}

.book-42 .bk-cover {
	background-image: url(../img/fce/online/Arredondo_LaSunamita.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-42 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-42 .bk-cover h2 span:first-child,
.book-42 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-42 .bk-cover h2 span:first-child {
	display: block;
}

.book-42 .bk-cover h2 span:last-child,
.book-42 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-42 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-42 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-42 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}
/* Book 43 */
.book-43 .bk-front > div,
.book-43 .bk-back,
.book-43 .bk-left,
.book-43 .bk-front:after {
	background-color: #C8242B;
}

.book-43 .bk-cover {
	background-image: url(../img/fce/online/Calzadiz_LaBatalladeZacatecas.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-43 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-43 .bk-cover h2 span:first-child,
.book-43 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-43 .bk-cover h2 span:first-child {
	display: block;
}

.book-43 .bk-cover h2 span:last-child,
.book-43 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-43 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-43 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-43 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}
/* Book 44 */
.book-44 .bk-front > div,
.book-44 .bk-back,
.book-44 .bk-left,
.book-44 .bk-front:after {
	background-color: #000000;
}

.book-44 .bk-cover {
	background-image: url(../img/fce/online/Chimal_NocheEnLaZona_M.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-44 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-44 .bk-cover h2 span:first-child,
.book-44 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-44 .bk-cover h2 span:first-child {
	display: block;
}

.book-44 .bk-cover h2 span:last-child,
.book-44 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-44 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-44 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-44 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}
/* Book 45 */
.book-45 .bk-front > div,
.book-45 .bk-back,
.book-45 .bk-left,
.book-45 .bk-front:after {
	background-color: #F27322;
}

.book-45 .bk-cover {
	background-image: url(../img/fce/online/Fast_MasAllaDeLaIntimidacion.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-45 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-45 .bk-cover h2 span:first-child,
.book-45 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-45 .bk-cover h2 span:first-child {
	display: block;
}

.book-45 .bk-cover h2 span:last-child,
.book-45 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-45 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-45 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-45 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 46 */
.book-46 .bk-front > div,
.book-46 .bk-back,
.book-46 .bk-left,
.book-46 .bk-front:after {
	background-color: #ff5100;
}

.book-46 .bk-cover {
	background-image: url(../img/fce/online/46.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-46 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-46 .bk-cover h2 span:first-child,
.book-46 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-46 .bk-cover h2 span:first-child {
	display: block;
}

.book-46 .bk-cover h2 span:last-child,
.book-46 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-46 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-46 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-46 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 47 */
.book-47 .bk-front > div,
.book-47 .bk-back,
.book-47 .bk-left,
.book-47 .bk-front:after {
	background-color: #254963;
}

.book-47 .bk-cover {
	background-image: url(../img/fce/online/47.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-47 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-47 .bk-cover h2 span:first-child,
.book-47 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-47 .bk-cover h2 span:first-child {
	display: block;
}

.book-47 .bk-cover h2 span:last-child,
.book-47 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-47 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-47 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-47 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 48 */
.book-48 .bk-front > div,
.book-48 .bk-back,
.book-48 .bk-left,
.book-48 .bk-front:after {
	background-color: #7b7b6f;
}

.book-48 .bk-cover {
	background-image: url(../img/fce/online/48.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-48 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-48 .bk-cover h2 span:first-child,
.book-48 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-48 .bk-cover h2 span:first-child {
	display: block;
}

.book-48 .bk-cover h2 span:last-child,
.book-48 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-48 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-48 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-48 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 49 */
.book-49 .bk-front > div,
.book-49 .bk-back,
.book-49 .bk-left,
.book-49 .bk-front:after {
	background-color: #a8311d;
}

.book-49 .bk-cover {
	background-image: url(../img/fce/online/49.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-49 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-49 .bk-cover h2 span:first-child,
.book-49 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-49 .bk-cover h2 span:first-child {
	display: block;
}

.book-49 .bk-cover h2 span:last-child,
.book-49 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-49 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-49 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-49 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 50 */
.book-50 .bk-front > div,
.book-50 .bk-back,
.book-50 .bk-left,
.book-50 .bk-front:after {
	background-color: #cab28c;
}

.book-50 .bk-cover {
	background-image: url(../img/fce/online/50.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-50 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-50 .bk-cover h2 span:first-child,
.book-50 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-50 .bk-cover h2 span:first-child {
	display: block;
}

.book-50 .bk-cover h2 span:last-child,
.book-50 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-50 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-50 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-50 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 51 */
.book-51 .bk-front > div,
.book-51 .bk-back,
.book-51 .bk-left,
.book-51 .bk-front:after {
	background-color: #fcfcfa;
}

.book-51 .bk-cover {
	background-image: url(../img/fce/online/51.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-51 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-51 .bk-cover h2 span:first-child,
.book-51 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-51 .bk-cover h2 span:first-child {
	display: block;
}

.book-51 .bk-cover h2 span:last-child,
.book-51 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-51 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-51 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-51 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 52 */
.book-52 .bk-front > div,
.book-52 .bk-back,
.book-52 .bk-left,
.book-52 .bk-front:after {
	background-color: #e5c08b;
}

.book-52 .bk-cover {
	background-image: url(../img/fce/online/52.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-52 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-52 .bk-cover h2 span:first-child,
.book-52 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-52 .bk-cover h2 span:first-child {
	display: block;
}

.book-52 .bk-cover h2 span:last-child,
.book-52 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-52 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-52 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-52 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 53 */
.book-53 .bk-front > div,
.book-53 .bk-back,
.book-53 .bk-left,
.book-53 .bk-front:after {
	background-color: #f15323;
}

.book-53 .bk-cover {
	background-image: url(../img/fce/online/53.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-53 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-53 .bk-cover h2 span:first-child,
.book-53 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-53 .bk-cover h2 span:first-child {
	display: block;
}

.book-53 .bk-cover h2 span:last-child,
.book-53 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-53 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-53 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-53 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 54 */
.book-54 .bk-front > div,
.book-54 .bk-back,
.book-54 .bk-left,
.book-54 .bk-front:after {
	background-color: #8a8d82;
}

.book-54 .bk-cover {
	background-image: url(../img/fce/online/54.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-54 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-54 .bk-cover h2 span:first-child,
.book-54 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-54 .bk-cover h2 span:first-child {
	display: block;
}

.book-54 .bk-cover h2 span:last-child,
.book-54 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-54 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-54 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-54 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 55 */
.book-55 .bk-front > div,
.book-55 .bk-back,
.book-55 .bk-left,
.book-55 .bk-front:after {
	background-color: #576c67;
}

.book-55 .bk-cover {
	background-image: url(../img/fce/online/55.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-55 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-55 .bk-cover h2 span:first-child,
.book-55 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-55 .bk-cover h2 span:first-child {
	display: block;
}

.book-55 .bk-cover h2 span:last-child,
.book-55 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-55 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-55 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-55 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 56 */
.book-56 .bk-front > div,
.book-56 .bk-back,
.book-56 .bk-left,
.book-56 .bk-front:after {
	background-color: #0f74bc;
}

.book-56 .bk-cover {
	background-image: url(../img/fce/online/56.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-56 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(256,256,256,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-56 .bk-cover h2 span:first-child,
.book-56 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-56 .bk-cover h2 span:first-child {
	display: block;
}

.book-56 .bk-cover h2 span:last-child,
.book-56 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-56 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-56 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-56 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 57 */
.book-57 .bk-front > div,
.book-57 .bk-back,
.book-57 .bk-left,
.book-57 .bk-front:after {
	background-color: #0078bf;
}

.book-57 .bk-cover {
	background-image: url(../img/fce/online/57.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-57 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(257,257,257,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-57 .bk-cover h2 span:first-child,
.book-57 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-57 .bk-cover h2 span:first-child {
	display: block;
}

.book-57 .bk-cover h2 span:last-child,
.book-57 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-57 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-57 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-57 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 58 */
.book-58 .bk-front > div,
.book-58 .bk-back,
.book-58 .bk-left,
.book-58 .bk-front:after {
	background-color: #cc572b;
}

.book-58 .bk-cover {
	background-image: url(../img/fce/online/58.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-58 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(258,258,258,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-58 .bk-cover h2 span:first-child,
.book-58 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-58 .bk-cover h2 span:first-child {
	display: block;
}

.book-58 .bk-cover h2 span:last-child,
.book-58 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-58 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-58 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-58 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 59 */
.book-59 .bk-front > div,
.book-59 .bk-back,
.book-59 .bk-left,
.book-59 .bk-front:after {
	background-color: #0b253c;
}

.book-59 .bk-cover {
	background-image: url(../img/fce/online/59.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-59 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(259,259,259,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-59 .bk-cover h2 span:first-child,
.book-59 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-59 .bk-cover h2 span:first-child {
	display: block;
}

.book-59 .bk-cover h2 span:last-child,
.book-59 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-59 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-59 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-59 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 60 */
.book-60 .bk-front > div,
.book-60 .bk-back,
.book-60 .bk-left,
.book-60 .bk-front:after {
	background-color: #7b9089;
}

.book-60 .bk-cover {
	background-image: url(../img/fce/online/fusilados.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-60 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(260,260,260,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-60 .bk-cover h2 span:first-child,
.book-60 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-60 .bk-cover h2 span:first-child {
	display: block;
}

.book-60 .bk-cover h2 span:last-child,
.book-60 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-60 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-60 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-60 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 61 */
.book-61 .bk-front > div,
.book-61 .bk-back,
.book-61 .bk-left,
.book-61 .bk-front:after {
	background-color: #a9a3d1;
}

.book-61 .bk-cover {
	background-image: url(../img/fce/online/Hawthorne_La_comunidad.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-61 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(261,261,261,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-61 .bk-cover h2 span:first-child,
.book-61 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-61 .bk-cover h2 span:first-child {
	display: block;
}

.book-61 .bk-cover h2 span:last-child,
.book-61 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-61 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-61 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-61 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 62 */
.book-62 .bk-front > div,
.book-62 .bk-back,
.book-62 .bk-left,
.book-62 .bk-front:after {
	background-color: #015949;
}

.book-62 .bk-cover {
	background-image: url(../img/fce/online/Montemayor_Las_mujeres.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-62 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(262,262,262,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-62 .bk-cover h2 span:first-child,
.book-62 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-62 .bk-cover h2 span:first-child {
	display: block;
}

.book-62 .bk-cover h2 span:last-child,
.book-62 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-62 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-62 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-62 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 63 */
.book-63 .bk-front > div,
.book-63 .bk-back,
.book-63 .bk-left,
.book-63 .bk-front:after {
	background-color: #b6255e;
}

.book-63 .bk-cover {
	background-image: url(../img/fce/online/Ribeyro_Antología.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-63 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(263,263,263,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-63 .bk-cover h2 span:first-child,
.book-63 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-63 .bk-cover h2 span:first-child {
	display: block;
}

.book-63 .bk-cover h2 span:last-child,
.book-63 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-63 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-63 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-63 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 64 */
.book-64 .bk-front > div,
.book-64 .bk-back,
.book-64 .bk-left,
.book-64 .bk-front:after {
	background-color: #8f2d24;
}

.book-64 .bk-cover {
	background-image: url(../img/fce/online/Soler_Los_muros.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-64 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(264,264,264,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-64 .bk-cover h2 span:first-child,
.book-64 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-64 .bk-cover h2 span:first-child {
	display: block;
}

.book-64 .bk-cover h2 span:last-child,
.book-64 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-64 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-64 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-64 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 65 */
.book-65 .bk-front > div,
.book-65 .bk-back,
.book-65 .bk-left,
.book-65 .bk-front:after {
	background-color: #231f20;
}

.book-65 .bk-cover {
	background-image: url(../img/fce/online/allegro.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-65 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(265,265,265,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-65 .bk-cover h2 span:first-child,
.book-65 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-65 .bk-cover h2 span:first-child {
	display: block;
}

.book-65 .bk-cover h2 span:last-child,
.book-65 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-65 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-65 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-65 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 66 */
.book-66 .bk-front > div,
.book-66 .bk-back,
.book-66 .bk-left,
.book-66 .bk-front:after {
	background-color: #040402;
}

.book-66 .bk-cover {
	background-image: url(../img/fce/online/victimas.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-66 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(266,266,266,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-66 .bk-cover h2 span:first-child,
.book-66 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-66 .bk-cover h2 span:first-child {
	display: block;
}

.book-66 .bk-cover h2 span:last-child,
.book-66 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-66 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-66 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-66 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 67 */
.book-67 .bk-front > div,
.book-67 .bk-back,
.book-67 .bk-left,
.book-67 .bk-front:after {
	background-color: #fdfaf5;
}

.book-67 .bk-cover {
	background-image: url(../img/fce/online/reglas.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-67 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(267,267,267,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-67 .bk-cover h2 span:first-child,
.book-67 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-67 .bk-cover h2 span:first-child {
	display: block;
}

.book-67 .bk-cover h2 span:last-child,
.book-67 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-67 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-67 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-67 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 68 */
.book-68 .bk-front > div,
.book-68 .bk-back,
.book-68 .bk-left,
.book-68 .bk-front:after {
	background-color: #bb9a26;
}

.book-68 .bk-cover {
	background-image: url(../img/fce/online/cuando.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-68 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(268,268,268,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-68 .bk-cover h2 span:first-child,
.book-68 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-68 .bk-cover h2 span:first-child {
	display: block;
}

.book-68 .bk-cover h2 span:last-child,
.book-68 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-68 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-68 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-68 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 69 */
.book-69 .bk-front > div,
.book-69 .bk-back,
.book-69 .bk-left,
.book-69 .bk-front:after {
	background-color: #a1b28e;
}

.book-69 .bk-cover {
	background-image: url(../img/fce/online/margenes.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-69 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(269,269,269,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-69 .bk-cover h2 span:first-child,
.book-69 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-69 .bk-cover h2 span:first-child {
	display: block;
}

.book-69 .bk-cover h2 span:last-child,
.book-69 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-69 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-69 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-69 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 70 */
.book-70 .bk-front > div,
.book-70 .bk-back,
.book-70 .bk-left,
.book-70 .bk-front:after {
	background-color: #efaf1a;
}

.book-70 .bk-cover {
	background-image: url(../img/fce/online/fuiste.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-70 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(270,270,270,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-70 .bk-cover h2 span:first-child,
.book-70 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-70 .bk-cover h2 span:first-child {
	display: block;
}

.book-70 .bk-cover h2 span:last-child,
.book-70 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-70 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-70 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-70 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 71 */
.book-71 .bk-front > div,
.book-71 .bk-back,
.book-71 .bk-left,
.book-71 .bk-front:after {
	background-color: #3a364f;
}

.book-71 .bk-cover {
	background-image: url(../img/fce/online/fuente.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-71 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(271,271,271,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-71 .bk-cover h2 span:first-child,
.book-71 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-71 .bk-cover h2 span:first-child {
	display: block;
}

.book-71 .bk-cover h2 span:last-child,
.book-71 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-71 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-71 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-71 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 72 */
.book-72 .bk-front > div,
.book-72 .bk-back,
.book-72 .bk-left,
.book-72 .bk-front:after {
	background-color: #efbe7c;
}

.book-72 .bk-cover {
	background-image: url(../img/fce/online/traducir.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-72 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(272,272,272,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-72 .bk-cover h2 span:first-child,
.book-72 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-72 .bk-cover h2 span:first-child {
	display: block;
}

.book-72 .bk-cover h2 span:last-child,
.book-72 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-72 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-72 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-72 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 73 */
.book-73 .bk-front > div,
.book-73 .bk-back,
.book-73 .bk-left,
.book-73 .bk-front:after {
	background-color: #5ebb46;
}

.book-73 .bk-cover {
	background-image: url(../img/fce/online/ejercito.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-73 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(273,273,273,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-73 .bk-cover h2 span:first-child,
.book-73 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-73 .bk-cover h2 span:first-child {
	display: block;
}

.book-73 .bk-cover h2 span:last-child,
.book-73 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-73 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-73 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-73 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 74 */
.book-74 .bk-front > div,
.book-74 .bk-back,
.book-74 .bk-left,
.book-74 .bk-front:after {
	background-color: #4d4a45;
}

.book-74 .bk-cover {
	background-image: url(../img/fce/online/gustavo.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-74 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(274,274,274,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-74 .bk-cover h2 span:first-child,
.book-74 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-74 .bk-cover h2 span:first-child {
	display: block;
}

.book-74 .bk-cover h2 span:last-child,
.book-74 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-74 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-74 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-74 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 75 */
.book-75 .bk-front > div,
.book-75 .bk-back,
.book-75 .bk-left,
.book-75 .bk-front:after {
	background-color: #59713d;
}

.book-75 .bk-cover {
	background-image: url(../img/fce/online/humboldt.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-75 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-75 .bk-cover h2 span:first-child,
.book-75 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-75 .bk-cover h2 span:first-child {
	display: block;
}

.book-75 .bk-cover h2 span:last-child,
.book-75 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-75 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-75 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-75 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-76 */
.book-76 .bk-front > div,
.book-76 .bk-back,
.book-76 .bk-left,
.book-76 .bk-front:after {
	background-color: #FFFFFF;
}

.book-76 .bk-cover {
	background-image: url(../img/fce/online/LaDemocraciaEnAmer.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-76 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-76 .bk-cover h2 span:first-child,
.book-76 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-76 .bk-cover h2 span:first-child {
	display: block;
}

.book-76 .bk-cover h2 span:last-child,
.book-76 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-76 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-76 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-76 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-77 */
.book-77 .bk-front > div,
.book-77 .bk-back,
.book-77 .bk-left,
.book-77 .bk-front:after {
	background-color: #F1F1E5;
}

.book-77 .bk-cover {
	background-image: url(../img/fce/online/Pigmentocracias.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-77 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-77 .bk-cover h2 span:first-child,
.book-77 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-77 .bk-cover h2 span:first-child {
	display: block;
}

.book-77 .bk-cover h2 span:last-child,
.book-77 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-77 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-77 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-77 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-78 */
.book-78 .bk-front > div,
.book-78 .bk-back,
.book-78 .bk-left,
.book-78 .bk-front:after {
	background-color: #FFFFFF;
}

.book-78 .bk-cover {
	background-image: url(../img/fce/online/Monarcas.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-78 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-78 .bk-cover h2 span:first-child,
.book-78 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-78 .bk-cover h2 span:first-child {
	display: block;
}

.book-78 .bk-cover h2 span:last-child,
.book-78 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-78 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-78 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-78 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-79 */
.book-79 .bk-front > div,
.book-79 .bk-back,
.book-79 .bk-left,
.book-79 .bk-front:after {
	background-color: #171514;
}

.book-79 .bk-cover {
	background-image: url(../img/fce/online/Desague.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-79 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-79 .bk-cover h2 span:first-child,
.book-79 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-79 .bk-cover h2 span:first-child {
	display: block;
}

.book-79 .bk-cover h2 span:last-child,
.book-79 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-79 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-79 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-79 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-80 */
.book-80 .bk-front > div,
.book-80 .bk-back,
.book-80 .bk-left,
.book-80 .bk-front:after {
	background-color: #151821;
}

.book-80 .bk-cover {
	background-image: url(../img/fce/online/AmerciaLatyLaPGM.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-80 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-80 .bk-cover h2 span:first-child,
.book-80 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-80 .bk-cover h2 span:first-child {
	display: block;
}

.book-80 .bk-cover h2 span:last-child,
.book-80 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-80 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-80 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-80 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-81 */
.book-81 .bk-front > div,
.book-81 .bk-back,
.book-81 .bk-left,
.book-81 .bk-front:after {
	background-color: #F0E9DB;
}

.book-81 .bk-cover {
	background-image: url(../img/fce/online/FenomenosDelPoder.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-81 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-81 .bk-cover h2 span:first-child,
.book-81 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-81 .bk-cover h2 span:first-child {
	display: block;
}

.book-81 .bk-cover h2 span:last-child,
.book-81 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-81 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-81 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-81 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-82 */
.book-82 .bk-front > div,
.book-82 .bk-back,
.book-82 .bk-left,
.book-82 .bk-front:after {
	background-color: #F9AD0C;
}

.book-82 .bk-cover {
	background-image: url(../img/fce/online/RestauranteBarFamiliar.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-82 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-82 .bk-cover h2 span:first-child,
.book-82 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-82 .bk-cover h2 span:first-child {
	display: block;
}

.book-82 .bk-cover h2 span:last-child,
.book-82 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-82 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-82 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-82 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-83 */
.book-83 .bk-front > div,
.book-83 .bk-back,
.book-83 .bk-left,
.book-83 .bk-front:after {
	background-color: #EC008B;
}

.book-83 .bk-cover {
	background-image: url(../img/fce/online/LosHombresDisperso.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-83 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-83 .bk-cover h2 span:first-child,
.book-83 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-83 .bk-cover h2 span:first-child {
	display: block;
}

.book-83 .bk-cover h2 span:last-child,
.book-83 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-83 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-83 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-83 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-84 */
.book-84 .bk-front > div,
.book-84 .bk-back,
.book-84 .bk-left,
.book-84 .bk-front:after {
	background-color: #304D9D;
}

.book-84 .bk-cover {
	background-image: url(../img/fce/online/CuentosCompletosII.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-84 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-84 .bk-cover h2 span:first-child,
.book-84 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-84 .bk-cover h2 span:first-child {
	display: block;
}

.book-84 .bk-cover h2 span:last-child,
.book-84 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-84 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-84 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-84 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-85 */
.book-85 .bk-front > div,
.book-85 .bk-back,
.book-85 .bk-left,
.book-85 .bk-front:after {
	background-color: #BA102A;
}

.book-85 .bk-cover {
	background-image: url(../img/fce/online/CuentosCompletosI.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-85 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-85 .bk-cover h2 span:first-child,
.book-85 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-85 .bk-cover h2 span:first-child {
	display: block;
}

.book-85 .bk-cover h2 span:last-child,
.book-85 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-85 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-85 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-85 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-86 */
.book-86 .bk-front > div,
.book-86 .bk-back,
.book-86 .bk-left,
.book-86 .bk-front:after {
	background-color: #EC0B6E;
}

.book-86 .bk-cover {
	background-image: url(../img/fce/online/Perras.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-86 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-86 .bk-cover h2 span:first-child,
.book-86 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-86 .bk-cover h2 span:first-child {
	display: block;
}

.book-86 .bk-cover h2 span:last-child,
.book-86 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-86 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-86 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-86 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-87 */
.book-87 .bk-front > div,
.book-87 .bk-back,
.book-87 .bk-left,
.book-87 .bk-front:after {
	background-color: #FFFFFF;
}

.book-87 .bk-cover {
	background-image: url(../img/fce/online/LaConquistadeMex.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-87 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-87 .bk-cover h2 span:first-child,
.book-87 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-87 .bk-cover h2 span:first-child {
	display: block;
}

.book-87 .bk-cover h2 span:last-child,
.book-87 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-87 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-87 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-87 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-88 */
.book-88 .bk-front > div,
.book-88 .bk-back,
.book-88 .bk-left,
.book-88 .bk-front:after {
	background-color: #e9e8e6;
}

.book-88 .bk-cover {
	background-image: url(../img/fce/online/objetividad.PNG);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-88 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-88 .bk-cover h2 span:first-child,
.book-88 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-88 .bk-cover h2 span:first-child {
	display: block;
}

.book-88 .bk-cover h2 span:last-child,
.book-88 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-88 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-88 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-88 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-89 */
.book-89 .bk-front > div,
.book-89 .bk-back,
.book-89 .bk-left,
.book-89 .bk-front:after {
	background-color: #0094ac;
}

.book-89 .bk-cover {
	background-image: url(../img/fce/online/sanfco.PNG);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-89 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-89 .bk-cover h2 span:first-child,
.book-89 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-89 .bk-cover h2 span:first-child {
	display: block;
}

.book-89 .bk-cover h2 span:last-child,
.book-89 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-89 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-89 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-89 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-90 */
.book-90 .bk-front > div,
.book-90 .bk-back,
.book-90 .bk-left,
.book-90 .bk-front:after {
	background-color: #ffeebc;
}

.book-90 .bk-cover {
	background-image: url(../img/fce/online/lengua_oral.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-90 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-90 .bk-cover h2 span:first-child,
.book-90 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-90 .bk-cover h2 span:first-child {
	display: block;
}

.book-90 .bk-cover h2 span:last-child,
.book-90 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-90 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-90 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-90 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-91 */
.book-91 .bk-front > div,
.book-91 .bk-back,
.book-91 .bk-left,
.book-91 .bk-front:after {
	background-color: #eceae9;
}

.book-91 .bk-cover {
	background-image: url(../img/fce/online/crisis.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-91 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-91 .bk-cover h2 span:first-child,
.book-91 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-91 .bk-cover h2 span:first-child {
	display: block;
}

.book-91 .bk-cover h2 span:last-child,
.book-91 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-91 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-91 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-91 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-92 */
.book-92 .bk-front > div,
.book-92 .bk-back,
.book-92 .bk-left,
.book-92 .bk-front:after {
	background-color: #001722;
}

.book-92 .bk-cover {
	background-image: url(../img/fce/online/hidalgo.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-92 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-92 .bk-cover h2 span:first-child,
.book-92 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-92 .bk-cover h2 span:first-child {
	display: block;
}

.book-92 .bk-cover h2 span:last-child,
.book-92 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-92 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-92 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-92 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-93 */
.book-93 .bk-front > div,
.book-93 .bk-back,
.book-93 .bk-left,
.book-93 .bk-front:after {
	background-color: #c9252b;
}

.book-93 .bk-cover {
	background-image: url(../img/fce/online/hist_soci.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-93 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-93 .bk-cover h2 span:first-child,
.book-93 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-93 .bk-cover h2 span:first-child {
	display: block;
}

.book-93 .bk-cover h2 span:last-child,
.book-93 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-93 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-93 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-93 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-94 */
.book-94 .bk-front > div,
.book-94 .bk-back,
.book-94 .bk-left,
.book-94 .bk-front:after {
	background-color: #001722;
}

.book-94 .bk-cover {
	background-image: url(../img/fce/online/involuntaria.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-94 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-94 .bk-cover h2 span:first-child,
.book-94 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-94 .bk-cover h2 span:first-child {
	display: block;
}

.book-94 .bk-cover h2 span:last-child,
.book-94 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-94 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-94 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-94 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-95 */
.book-95 .bk-front > div,
.book-95 .bk-back,
.book-95 .bk-left,
.book-95 .bk-front:after {
	background-color: #001722;
}

.book-95 .bk-cover {
	background-image: url(../img/fce/online/gastro.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-95 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-95 .bk-cover h2 span:first-child,
.book-95 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-95 .bk-cover h2 span:first-child {
	display: block;
}

.book-95 .bk-cover h2 span:last-child,
.book-95 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-95 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-95 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-95 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-96 */
.book-96 .bk-front > div,
.book-96 .bk-back,
.book-96 .bk-left,
.book-96 .bk-front:after {
	background-color: #263136;
}

.book-96 .bk-cover {
	background-image: url(../img/fce/online/cristera.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-96 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-96 .bk-cover h2 span:first-child,
.book-96 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-96 .bk-cover h2 span:first-child {
	display: block;
}

.book-96 .bk-cover h2 span:last-child,
.book-96 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-96 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-96 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-96 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-97 */
.book-97 .bk-front > div,
.book-97 .bk-back,
.book-97 .bk-left,
.book-97 .bk-front:after {
	background-color: #f4ef99;
}

.book-97 .bk-cover {
	background-image: url(../img/fce/online/sompra.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-97 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-97 .bk-cover h2 span:first-child,
.book-97 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-97 .bk-cover h2 span:first-child {
	display: block;
}

.book-97 .bk-cover h2 span:last-child,
.book-97 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-97 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-97 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-97 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-98 */
.book-98 .bk-front > div,
.book-98 .bk-back,
.book-98 .bk-left,
.book-98 .bk-front:after {
	background-color: #040000;
}

.book-98 .bk-cover {
	background-image: url(../img/fce/online/morgue.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-98 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-98 .bk-cover h2 span:first-child,
.book-98 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-98 .bk-cover h2 span:first-child {
	display: block;
}

.book-98 .bk-cover h2 span:last-child,
.book-98 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-98 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-98 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-98 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* book-99 */
.book-99 .bk-front > div,
.book-99 .bk-back,
.book-99 .bk-left,
.book-99 .bk-front:after {
	background-color: #c84a9a;
}

.book-99 .bk-cover {
	background-image: url(../img/fce/online/mujeres.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.book-99 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(275,275,275,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-99 .bk-cover h2 span:first-child,
.book-99 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-99 .bk-cover h2 span:first-child {
	display: block;
}

.book-99 .bk-cover h2 span:last-child,
.book-99 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-99 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-99 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-99 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Fallbacks */

.no-csstransforms3d .bk-list li .bk-book > div,
.no-csstransforms3d .bk-list li .bk-book .bk-cover-back {
	display: none;
}

.no-csstransforms3d .bk-list li .bk-book > div.bk-front {
	display: block;
}

.no-csstransforms3d .bk-info button,
.no-js .bk-info button {
	display: none;
}

.shelf {
	border-bottom: 30px solid #dcbc86;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
	top: -650px;
    margin-left: -30px;
	z-index: -10;
}
/*Example adding pseudo element to give shelf depth*/
.shelf:after {
	content: '';
	background: #86500d;
	height: 20px;
	width: calc(100% + 40px); /*IE9+*/
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 -20px;
}
.shelf2 {
	border-bottom: 30px solid #dcbc86;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
	top: -600px;
    margin-left: -30px;
	z-index: -10;
}
/*Example adding pseudo element to give shelf depth*/
.shelf2:after {
	content: '';
	background: #86500d;
	height: 20px;
	width: calc(100% + 40px); /*IE9+*/
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 -20px;
}
.shelf3 {
	border-bottom: 30px solid #dcbc86;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
	top: -680px;
    margin-left: -30px;
	z-index: -10;
}
/*Example adding pseudo element to give shelf depth*/
.shelf3:after {
	content: '';
	background: #86500d;
	height: 20px;
	width: calc(100% + 40px); /*IE9+*/
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 -20px;
}
.shelf4 {
	border-bottom: 30px solid #dcbc86;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
	top: -520px;
    margin-left: -30px;
	z-index: -10;
}
/*Example adding pseudo element to give shelf depth*/
.shelf4:after {
	content: '';
	background: #86500d;
	height: 20px;
	width: calc(100% + 40px); /*IE9+*/
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 -20px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
