/*ejemplo de las paginas dobles
http://jsfiddle.net/A9a7E/2204/
*/
body{
    overflow:hidden;
    background-color:black;
    font-family: 'TangerineRegular';
    color: #452403;
}

#flipbook{
    width:800px;
    height:600px;
    position: absolute !important;
    top: 50%;
    left:50%;
    margin-top:-300px;
    margin-left:-400px;
}

#flipbook .page{
    width:800px;
    height:560px;
    /*background-color:white;*/
    /*line-height:300px;*/
    font-size:40px;
    text-align:center;
    background:url(../images/texture/papelisa.jpg) !important;
    -moz-box-shadow:inset -1px 0px 49px #573605 !important;   
    -webkit-box-shadow:inset -1px 0px 49px #573605 !important;
    box-shadow:inset -1px 0px 49px #573605 !important;
}

#flipbook .portada{
    line-height:300px;  
    font-size:80px;
}

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

#flipbook .hard{
    background:url(../images/texture/tapa.jpg) !important;
    color:white !important;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    -o-box-shadow:none !important;
    -ms-box-shadow:none !important;
    box-shadow:none !important;
    /*font-weight:bold;*/
}

#flipbook .backIzq{
    background:url(../images/texture/Patron.jpg) !important;
    margin:10px 0px 10px 10px !important;
    width:390px;
    height:580px;
    position: relative;
}

#flipbook .logo{
    width:99px;
    height:35px;
    position: absolute;
    bottom: 5px;
    right: 145px;
}

#flipbook .backDer{
    background:url(../images/texture/Patron.jpg) !important;
    margin: 10px 0px 10px 0px !important;
    width: 390px;
    height: 580px;
    position: relative;
}
