    .h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Alice' !important;
}
h3{
    font-style: italic;
}
.overlay { 
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}
.overlay:target{
  visibility: visible;
  opacity: 1;
}
#popupBody{
    background-color: #aaaaaa !important;
    width: 65%;
    padding: 1%;
    border-radius: 15px;
    box-shadow: 0 0 5px #CCC;
    background: #FFF;
    position: relative;
    margin: 0 auto;
    transition: all 5s ease-in-out;
    height: 98%;
    top: 7px;
}
#cerrar{
    position: absolute;
top: 20px;
right: 30px;
font-size: 30px;
fotn-weight: bold;
text-decoration: none;
color: #F00;
transition: all 200ms;
}

#menu_bottom {
    width: 10%;
}