
img { 
  border: none;
}

.new { 
  width: 800px;
  text-align: center;
  border: solid 1px #999999;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.toolbar { 
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 15px;
  text-align: left;
  font-size: 12pt;
  font-weight: bold;
  background-color: #dddddd;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.toolbar .buttons {
  width: 10%;
  text-align: right;
  padding-right: 15px;
  float: right;
}

.incipit { 
  margin-top: 15px;
  margin-bottom: 15px;
}

.letra { 
  font-family: san-serif;
  line-height: 120%;
  letter-spacing: 1px;
  text-align: left;
}

#fullpage { 
  text-align: center;
}

#fullpage img { 
  border: solid 1px #aaa;
}

#catalog h3 { 
  border-bottom: solid 1px #aaa;
}

#catalog { 
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  
}

#accordion b:hover { 
  color: #000;
}

#accordion b { 
  display: block;
  cursor: pointer;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #999;
}

#accordion div { 
  background-color: #EBE8E7;
  border: solid 1px #371E13;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-bottom: 5px;
}

