body {color:black; font-family:Verdana, Arial, Helvetica, sans-serif; background-color:#DCD9D8}
blockquote {margin-top:0; margin-bottom:0}
h1 {margin-top:0; margin-bottom:0; font-style:italic}
h3 {margin-bottom:1em}
p {margin-bottom:0; margin-top:0}

.menu {font-size:smaller; padding:0.2em 0.6em; margin:0; background-color:silver}
.nota {color:gray; font-style:italic}
.nota_small {color:gray; font-style:italic; font-size:smaller}
.pcha {margin-bottom:0; margin-top:0; text-align:center}
.prha {margin-bottom:0; margin-top:0; text-align:right}
.pdr {margin-bottom:0; margin-top:0; text-align:right; color:red; font-weight: bold}
.sign {margin-bottom:0; margin-top:0; margin-left:4em}
.mustread {color:red; font-weight: bold}

a {text-decoration:none}
a:hover {text-decoration:underline}
a {color:darkgreen}
a:visited {color:olive}
a.ext {color:blue}
a.ext:visited {color:purple}

table {border:0; border-collapse:collapse; table-layout:fixed; text-align:left}
.tab_nota  {font-size:1.1em}
.tab_title {width:100%; font-size:1.1em}
.tab_dir   {width:100%; font-size:1.1em; margin-left:16px}
.tab_text  {width:100%; font-size:1.1em; text-align:justify}
td {font-size:smaller; padding:2px 8px; vertical-align:top}
.tab_text  {width:100%; font-size:1.1em; text-align:justify}
tdr {font-size:smaller; vertical-align:top; text-align:justify}
tr:hover {background-color:#D4D1D0}

.dropbtn {
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}



/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  max-height: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* The Next Button */
.next0 {
  position: absolute;
  top: 50%;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  display: none;
}
.next1:hover,
.next1:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.next1 {
  position: absolute;
  top: 50%;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  display: none;
}
.next1:hover,
.next1:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.next2 {
  position: absolute;
  top: 50%;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  display: none;
}
.next2:hover,
.next2:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.next3 {
  position: absolute;
  top: 50%;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  display: none;
}
.next3:hover,
.next3:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.AllPosters {display: none}

/* Slideshow container */
.PostersShow {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: white;
  font-size: 40px;
  font-weight: bold;
  transition: 0.6s ease;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Caption text */
.captPoster {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.captPoster {font-size: 11px}
}

.AllTickets {display: none}

/* Slideshow container */
.TicketsShow {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: white;
  font-size: 40px;
  font-weight: bold;
  transition: 0.6s ease;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Caption text */
.captTicket {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.captTicket {font-size: 11px}
}
