@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Balthazar);
@import url(http://fonts.googleapis.com/css?family=Miltonian);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Russo+One);


html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: #fff;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	height: 100%;
}

.botones { color:#FFF;
		background-color:#F03;
		padding:10px;
		width:160px;
		margin-top:10px;
		text-align:center;
	}

.js body {
	overflow: hidden;
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

.container,
.bb-custom-wrapper,
.bb-bookblock {
	width: 100%;
	height: 100%;
}

.container {
	position: relative;
	left: 0px;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

.slideRight {
	left: 240px;
}

.no-js .container {
	padding-left: 240px;
}

.menu-panel {
	background: #f03;
	width: 240px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.js .menu-panel {
	position: absolute;
	left: -240px;
}

.menu-panel h3 {
	font-family: 'Oswald', sans-serif;
	background-color:#FFF;
	font-size: 1em;
	line-height:20px;
	padding: 20px;
	margin-top:20px;
	font-weight: bold;
	color: #F03;
} 

.menu-toc {
	list-style: none;
}

.menu-toc input {
	font-family: 'Oswald', sans-serif;
	width:100%;
	display: block;
	color: #fff;
	font-size: 1em;
	line-height: 2;
	padding: 10px 20px;
	cursor: pointer;
	background: #f03;
	border-bottom: 1px dashed #FFF;
	border-top: none;
	border-left: none;
	border-right: none;}
	
.menu-toc select {
	color: #fff;
	font-size: 1em;
	line-height: 2;
	padding: 0 20px !important;
	font-family: 'Oswald', sans-serif;
	display: block;
	overflow: none !important;
	-webkit-appearance: none; 
	-moz-appearance: none;
	height:50px;
	width:100%;
	padding: 0 20px;
	cursor: pointer;
	background: #f03;
	border-bottom: 1px dashed #FFF;
	border-top: none;
	border-left: none;
	border-right: none;}


.menu-toc input::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
.menu-toc input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
.menu-toc input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
.menu-toc input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

.menu-toc input:hover,
.menu-toc input.menu-toc-current{
	background: #dd1338;
}

.menu-toc select:hover,
.menu-toc select.menu-toc-current{
	background: #dd1338;
}

.randomnumber {
		width: 0px !important;
		background-color:transparent !important;
		font-size:1px !important;
		margin-top: 0px !important;
		padding-right: 0px !important;
		padding-bottom: 0px !important;
		margin-left: 0px !important;
		border-bottom:0px !important;
}

.enviar {
	width:80% !important;
	height:60px !important;
	margin-left:10%;
	margin-top:10%;
	border-bottom: 0px dashed #FFF !important;
	overflow: hidden;
	color: #fff;
	border: #FFF 5px solid !important;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 1.5em !important;
	line-height:1px !important;
	font-weight: 900;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.enviar:hover,
.enviar:active {
	color: #F03 !important;
	background-color:#FFF !important;
	width:110% !important;
	margin-left:-5%;
	font-weight: bold;
}

.datepicker {
	font-family: 'Oswald', sans-serif;
}

.menu-panel div {
	margin-top: 20px;
}

.menu-panel div a {
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1;
	padding: 5px 20px;
	display: block;
	border: none;
	color: #bc0b0b;
	letter-spacing: 1px;
	font-weight: 800;
	text-shadow: 0 1px rgba(255,255,255,0.2);
} 

.menu-panel div a:hover {
	background: inherit;
	color: #fff;
	text-shadow: none;
}

.bb-custom-wrapper nav {
	top: 20px;
	right: 300px;
	position: absolute;
	z-index: 1000;
}

.bb-custom-wrapper nav span,
.menu-button {
	font-family: 'Oswald', sans-serif;
	font-size:1em;
	text-align:center;
	position: absolute;
	width: 130px;
	height: 50px;
	top: 0;
	left: 0;
	color: #f03;
	line-height: 30px;
	speak: none;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 15px;
	background-color:#FFF;
	border: #F03 5px solid !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: opx;
}

.bb-custom-wrapper nav span:hover,
.menu-button:hover {
	margin-top:6px !important;
	background-color:#F03 !important;
	color:#FFFFFF !important;
}

.bb-custom-wrapper nav span:last-child {
	left: 140px;
}

.menu-button {
	z-index: 1000;
	left: 20px;
	top: 20px;
}

.menu-button:after {
	position: absolute;
	background: #fff;
	box-shadow: 0 -4px #fff, 0 4px #fff;
}

.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
	display: none;
}

.js .content {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	bottom: 50px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

.scroller {
	padding: 30px 340px 10px 5%;
}

.js .content:before,
.js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 100;
	pointer-events: none;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.js .content:after {
	top: auto;
	bottom: 0;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.content h2 {
	font-family: 'Balthazar', serif;
	font-weight: 300;
	font-size: 4em;
	padding: 0 0 -100px;
	color: #333;
	margin: 40px 1% -30px;
	text-align: left;
	text-shadow: 0 0 2px #fff;
}

.no-js .content h2 {
	padding: 40px 1% 1px;
}

.content h4 {
	font-family: 'Balthazar', serif;
	font-weight: 300;
	font-size: 2.5em;
	padding: 10px 0 1px;
	color: #333;
	margin: 50px 1% 1px;
	text-align: left;
	text-shadow: 0 0 2px #fff;
}

.no-js .content h4 {
	padding: 40px 1% 20px;
}

.content h5 {
	font-family: 'Balthazar', serif;
	font-weight: 300;
	font-size: 3.5em;
	color:#F03;
	padding: 0px 0 1px;
	margin: 10px 1% 1px;
	text-align: left;
	text-shadow: 0 0 2px #fff;
}

.no-js .content h5 {
	padding: 0px 1% 0px;
}

.content h6 {
	font-family: 'Balthazar', serif;
	font-weight: 300;
	font-size: 6em;
	padding: 0 0 10px;
	color: #F03;
	margin: 40px 1% 20px;
	text-align: left;
	text-shadow: 0 0 2px #fff;
	line-height:30px;
}

.no-js .content h6 {
	padding: 40px 1% 20px;
}

.content h7 {
	font-family: 'Balthazar', serif;
	font-weight: 300;
	font-size: 3em;
	padding: 0 0 10px;
	color: #F03;
	margin: 0px 1% 40px;
	text-align: left;
	text-shadow: 0 0 2px #fff;
	line-height:1px;
}

.no-js .content h7 {
	padding: 0px 1% 20px;
}

.content h9 {
	font-family: 'Balthazar', serif;
	font-weight: 300;
	font-size: 1.2em;
	color:#F03;
	padding: 0px 0 1px;
	margin: 1px 1% 1px;
	text-align: left;
	text-shadow: 0 0 2px #fff;
	line-height:30px;
}

.content h9 a{
	color:#F03;
}

.content h9 a:hover{
	color: #333;
}

.no-js .content h9 {
	padding: 0px 1% 0px;
}

.h8 {
	padding: 0 0 10px;
	margin: 10px 1% 40px;
	padding:10px 0 0 0;
}

.h8 p {
	font-weight: bold !important;
	font-size: .7em !important;
	color: #F03;
	text-align: left;
}

.precio{position: absolute; right:90px; top: 120px; width:240px;}

.content p {
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: 300;
	padding: 5px 8%;
	text-align: justify;
}

@media screen and (max-width: 800px){
	.no-js .menu-panel {
		display: none;
	}

	.no-js .container {
		padding: 0;
	}
}

@media screen and (max-width: 400px){
	.menu-panel,
	.content {
		font-size: 75%;
	}
}