﻿body {
    margin: 0;
    padding: 0;
    background: #570053;
    font: normal 12px Georgia;
    color: #C3A3C1;
    text-align: center;
    overflow: -moz-scrollbars-vertical;
}

a , a:hover , a:visited {
    color: #FFA800;    
}

h1 {
    font: bold 12px Georgia;
    color: #FFA800;
    text-transform: uppercase;
}


/* TOPO */

#topo {
    position: relative;
    width: 994px;
    height:203px;
    margin: 0 auto;
}

#logotipo {
    position: absolute;
    top: 0;
    left: 0;
}

#random {
    display: block;
    position: absolute;
    top: 65px;
    right: 0;
    width: 500px;
    height: 150px;
    text-align: right;
    line-height: 18px;
    color:#FFF;
}

#menu {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 159px;
    left: 0;
    width: 994px;
    height: 44px;
    list-style: none;
}

#menu li {
    float: left;
}

#menu li a {
    display: block;
}
    
#menu li a span {
    display: none;
}

#menu01 { width: 140px; height: 44px; background: url(../img/bt01.gif) 0 0 no-repeat; }
#menu02 { width: 113px; height: 44px; background: url(../img/bt02.gif) 0 0 no-repeat; }
#menu03 { width: 133px; height: 44px; background: url(../img/bt03.gif) 0 0 no-repeat; }
#menu04 { width: 85px; height: 44px; background: url(../img/bt04.gif) 0 0 no-repeat; }
#menu05 { width: 81px; height: 44px; background: url(../img/bt05.gif) 0 0 no-repeat; }
#menu06 { width: 183px; height: 44px; background: url(../img/bt06.gif) 0 0 no-repeat; }
#menu07 { width: 73px; height: 44px; background: url(../img/bt07.gif) 0 0 no-repeat; }
#menu08 { width: 186px; height: 44px; background: url(../img/bt08.gif) 0 0 no-repeat; }

#menu01:hover , #menu01_on { width: 140px; height: 44px; background: url(../img/bt01.gif) 0 -44px no-repeat; }
#menu02:hover , #menu02_on { width: 113px; height: 44px; background: url(../img/bt02.gif) 0 -44px no-repeat; }
#menu03:hover , #menu03_on { width: 133px; height: 44px; background: url(../img/bt03.gif) 0 -44px no-repeat; }
#menu04:hover , #menu04_on { width: 85px; height: 44px; background: url(../img/bt04.gif) 0 -44px no-repeat; }
#menu05:hover , #menu05_on { width: 81px; height: 44px; background: url(../img/bt05.gif) 0 -44px no-repeat; }
#menu06:hover , #menu06_on { width: 183px; height: 44px; background: url(../img/bt06.gif) 0 -44px no-repeat; }
#menu07:hover , #menu07_on { width: 73px; height: 44px; background: url(../img/bt07.gif) 0 -44px no-repeat; }
#menu08:hover , #menu08_on { width: 186px; height: 44px; background: url(../img/bt08.gif) 0 -44px no-repeat; }


/* CONTEòDOS */

#conteudo_base {
    width: 100%;
    background: #681A65;
}

#conteudo_home {
    width: 994px;
    min-height: 300px;
    background: url(../img/destaque_livro.jpg) 0 0 no-repeat;
    text-align: left;
    margin: 0 auto;
}

#texto_home {
    width: 600px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

#conteudo_interior {
    width: 994px;
    text-align: left;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

#texto_interior {
    width: 600px;
    text-align: left;
}

#conteudo_interior_fundo {
    position: relative;
    width: 994px;
    background: url(../img/destaque_livro.jpg) 0 0 no-repeat;
    text-align: left;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

#conteudo_interior_fundo a img {
    border: none;
}

.highlight {
    color:#FFF;
}

.highlight_italic {
    color:#FFF;
    font-style: italic;
}

.voltar img {
    border:none;
    margin-top: 20px;
}


/* RODAPƒ */

#rodape {
    position: relative;
    margin-top: 20px;
    width: 994px;
    color: #C3A3C1;
    font-size: 10px;
    text-align: left;
    line-height: 14px;
    margin: 20px auto 20px auto;
}

#rodape a , a:hover , a:visited {
    color:#9A6698;
}

#rodape a img {
    border: none;
}

#links {
    float: left;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
}

#links li {
    float: left;
    margin-top: 0;
    padding: 0;
    list-style: none;
}

#links li a {
    display: block;
}

#mail {
    position: absolute;
    top: 0;
    right: 0;
}

#myImg {
    float: left;
    width: 120px;
    margin: 0 20px 20px 0;
    padding: 0;
    cursor: pointer;
    transition: 0.1s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 640px;
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .bt-modal-close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #f1f1f1;
    font-size: 24px;
    font-weight: normal;
    transition: 0.1s;
  }
  
  .bt-modal-close:hover,
  .bt-modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 640px){
    .modal-content {
      width: 100%;
    }
  }