@font-face {
	font-family: 'arrows';
	src:url('../fonts/arrows/arrows.eot');
	src:url('../fonts/arrows/arrows.eot?#iefix') format('embedded-opentype'),
		url('../fonts/arrows/arrows.woff') format('woff'),
		url('../fonts/arrows/arrows.ttf') format('truetype'),
		url('../fonts/arrows/arrows.svg#arrows') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


.bb-custom-wrapper {
	/*width: 900px; */
        width: 100%;
        height: 100%;
	position: relative;
	margin: auto;
	text-align: center; 
}

.bb-custom-wrapper .bb-bookblock {
	box-shadow: 0 12px 20px -10px rgba(81,64,49,0.6);
        width: 100%;
	height: 100%;
	-webkit-perspective: 2000px;
	perspective: 2000px;

}

.bb-custom-wrapper h3 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.bb-custom-wrapper nav {
	/*width: 100%;
	height: 30px;
	margin: 1em auto 0;
	position: relative;
	z-index: 0;
	text-align: center; */
	/*width: 100%;
	height: 40px;
	margin: 1em auto 0;
	position: fixed;
	bottom: 20px;
	z-index: 1000;
	text-align: center;*/
	width: 100%;
	height: 40px;
	margin: 1em auto 1em;
	position: fixed;
	bottom: 20px; 
	z-index: 1000;
	text-align: center;
        opacity: 0.25;
}

.bb-custom-wrapper nav:hover {
    opacity: 1;
}

.bb-custom-wrapper nav a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 2px;
	background: #5bc0de;
	color: #fff;
	font-size: 0;
	margin: 2px;
}

.bb-custom-wrapper nav a:hover {
	opacity: 0.6;
}

.bb-custom-icon:before {
	font-family: 'arrows';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 20px;
	line-height: 30px;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.bb-custom-icon-first:before,
.bb-custom-icon-last:before {
	content: "\e002";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-arrow-right:before {
	content: "\e003";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-first:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* No JS */
.no-js .bb-custom-wrapper {
	height: auto;
}

.no-js .bb-custom-content {
	height: 470px;
}

.container > header {
	margin: 0 auto;
	padding: 2em;
}

.main,
.container {
	height: 100%;
        margin: auto;
}

.container > header {
	text-align: center;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	opacity: 0.3;
	padding: 0 0 0.6em 0.1em;
}

/* Main Content */
.main {
	/*max-width: 69em; */
        width: 80%;
        display: inline-block;
}

.panelder {
    float: right; 
    width: 10%; 
    height: 100%;
    background-color: rgba(115,171,222,0.1);
    background-image: url('/img/comic_oar/otros/strip_arbol_der.jpg'); 
    background-size: 100% 100%;
}

.panelizq {
    float: left; 
    width: 10%; 
    height: 100%;
    background-color: rgba(115,171,222,0.1);
    background-image: url('/img/comic_oar/otros/strip_arbol_izq.jpg');
    background-size: 100% 100%;
}

.diapositiva {
    width: 100%;
    height: auto;
    display: block;
}

html, body
{
    height: 100%;
}

