@import url(https://fonts.googleapis.com/css?family=Fredoka+One);

body {
    height: 1105px;
}

/*#flipbook{
    background-size: auto 100%;
    height:488px;
    margin: auto;
    -webkit-transition:margin-left 0.2s ease-in-out;
    -moz-transition:margin-left 0.2s ease-in-out;
    -o-transition:margin-left 0.2s ease-in-out;
    -ms-transition:margin-left 0.2s ease-in-out;
    transition:margin-left 0.2s ease-in-out;
    width:800px;
}

#flipbook .page{
    width:400px;
    height:300px;
    background-color:white;
    line-height:300px;
    font-size:20px;
    text-align:center;
}

#flipbook .page-wrapper{
    -webkit-perspective:2000px;
    -moz-perspective:2000px;
    -ms-perspective:2000px;
    -o-perspective:2000px;
    perspective:2000px;
}

#flipbook .hard{
    background:#ccc !important;
    color:#333;
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
    font-weight:bold;
}

#flipbook .odd{
    background:-webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
    background-image:-webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;   
}

#flipbook .even{
    background:-webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
    background-image:-webkit-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-moz-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-ms-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-o-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:linear-gradient(left, #fff 95%, #dadada 100%);
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
}

#flipbook .shadow,
#flipbook.shadow{
    -webkit-box-shadow: 0 4px 10px #666;
    -moz-box-shadow: 0 4px 10px #666;
    -ms-box-shadow: 0 4px 10px #666;
    -o-box-shadow: 0 4px 10px #666;
    box-shadow: 0 4px 10px #666;
}*/

#Page {
    background: rgba(0,0,0,0);
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    border-left: 0;
    border-top: 0;
    color: #eee;
    font-weight: bold;
    text-align: center;
    width: 3.5em;
}

#numberOfPages {
    display: inline-block;
    text-align: center;
    width: 3em;
}

.Magazine {
    text-align: center;
    margin: 1em;
    overflow: visible;
}

.controlbar {
    background:-moz-linear-gradient(top,rgba(255,255,255,.5),rgba(255,255,255,.1) 50%,transparent 50%);
    background:-webkit-linear-gradient(top,rgba(255,255,255,.5),rgba(255,255,255,.1) 50%,transparent 50%);
    background:-o-linear-gradient(top,rgba(255,255,255,.5),rgba(255,255,255,.1) 50%,transparent 50%);
    background:-ms-linear-gradient(top,rgba(255,255,255,.5),rgba(255,255,255,.1) 50%,transparent 50%);
    background:linear-gradient(top,rgba(255,255,255,.5),rgba(255,255,255,.1) 50%,transparent 50%);
    background-color:#000;
    color: #eee;
    margin: 0 auto 1em auto;
    padding: 0.2em 0;
    text-align: center;
    min-width: 393px;
    width: 70%;
}

.status {
    color: #ccc;
    display: inline-block;
    padding: 0.5em 1em;
}

.botonNav {
    border-right: 1px solid #444;
    border-bottom: 1px solid #444; 
    color: #eee;
    display: inline-block;
    font-family: 'Fredoka One', cursive;
    font-size: 1.6em;
    padding: 0.25em 0.4em;
    -moz-transition-duration:.4s;
    -moz-transition-delay:.05s;
    -webkit-transition-duration:.4s;
    -webkit-transition-delay:.05s;
    -o-transition-duration:.4s;
    -o-transition-delay:.05s;         
    transition-duration:.4s;
    transition-delay:.05s;
}

.botonNav:hover, .botonNav:focus {
    color:#4EE1FC;
    -moz-box-shadow:0 -1px 4px rgba(78,225,252,.7);
    -webkit-box-shadow:0 -1px 4px rgba(78,225,252,.7);
    box-shadow:0 -1px 4px rgba(78,225,252,.7);
    -moz-text-shadow:0 -1px 4px rgba(78,225,252,.7);
    -webkit-text-shadow:0 -1px 4px rgba(78,225,252,.7);
    text-shadow:0 -1px 4px rgba(78,225,252,.7);
    cursor: pointer;
}

.status span {
    font-weight: bold;
    color: #eee;
}

.Mask {
    /*background: rgba(30,30,30,0.8);*/
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9000;
}

.TituloSeccion {
    text-align: center;
    margin-bottom: 15px;
}

/*.ImgAlta {
    border: 3px solid #fff;
    display: none;
    height: 1099px;
    position: absolute;
    width: 900px;
    z-index: 9999;
}

.FSIcn {
    border: 3px solid #fff;
    display: inline-flex;
    height: 0.9em;
    margin: 0 0 0.12em 0;
    position: relative;
    width: 1.1em;
}

.FSRell {
    background: #ddd;
    height: 0.45em;
    left: 25%;
    position: absolute;
    top: 25%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0.55em;
}

#FSNav:hover .FSRell {
    -webkit-transform: scale(2.17);
    -moz-transform: scale(2.17);
    -o-transform: scale(2.17);
    -ms-transform: scale(2.17);
    transform: scale(2.17);
}

.Close {
    border: 3px solid #fff;
    border-radius: 45px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 2em;
    height: 36px;
    line-height: 1em;
    position: fixed;
    text-align: center;
    top: 2px;
    width: 36px;
    z-index: 9998;
}*/