html {
  color: black; }

body {
  background-color: black;
  color: black; }

a {
  outline: none; }

p.note {
  width: 220px;
  background-color: #ff6000;
  color: white;
  padding: 20px;
  margin-top: 90px; }

#header {
  text-align: right;
  color: white;
  padding: 20px 0 20px 0; }
  #header img#tape {
    margin-top: -40px;
    margin-bottom: -130px;
    margin-right: 70px; }
  #header img#logo {
    margin-bottom: 10px; }

#nav {
  background-color: #ff6000;
  margin-bottom: 20px;
  border: solid 10px #ff6000;
  text-align: right; }
  #nav ul {
    list-style-type: none;
    margin: 10px 0 10px 0; }
    #nav ul li {
      display: inline; }
    #nav ul a {
      text-decoration: none;
      background-color: #f4e0d9;
      padding: 10px 15px;
      color: #ff6000;
      font-weight: bold; }
    #nav ul a:hover, #nav ul a.current {
      background-color: black;
      color: white; }

#content {
  background-color: white;
  margin-bottom: 50px;
  padding-top: 30px; }

#footer {
  height: 10px;
  border-top: 15px solid #ff6000;
  border-bottom: solid 15px #ff6000;
  margin-bottom: 10px;
  margin-top: 30px; }

blockquote {
  background-color: #e8e8e8;
  padding: 10px;
  color: #555555;
  border: solid 1px #dddddd; }

.firma {
  text-align: right;
  margin: 30px 20px 30px 0; }

.quotes {
  padding-top: 10px;
  border-top: solid 1px #dddddd;
  font-size: 0.9em;
  color: #333333; }
  .quotes p {
    margin: 5px 0 5px 0; }

h2 {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff6000; }

h3 {
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 30px;
  line-height: 1.3em; }

h3.sub {
  margin-top: -15px; }

h4 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0; }

h5 {
  margin-top: -15px; }

img.brumaria {
  display: block;
  margin: 0 auto;
  border: solid 5px #cccccc; }

img.pdf-center {
  display: block;
  margin: 0 auto; }

img.group {
  border-bottom: solid 2px #cccccc;
  border-top: none; }

img.first {
  border-top: solid 5px #cccccc; }

img.last {
  border-bottom: solid 5px #cccccc; }

img.simposio-index {
  margin-top: 90px; }

img.libro-index {
  margin-top: 70px; }

#side ul.menu {
  list-style-type: none;
  margin: 0px 0 20px 0; }
  #side ul.menu li {
    display: inline;
    margin: 0; }
    #side ul.menu li a {
      text-decoration: none;
      color: white;
      padding: 3px;
      margin: 0;
      background-color: #ff6000; }
    #side ul.menu li a:hover, #side ul.menu li a.active {
      background-color: black;
      color: white; }

#main ol {
  padding-left: 20px; }

p.quiet {
  margin-top: -10px;
  color: #444444; }

ul.vertical {
  list-style-type: none;
  margin: 40px 0 0 0; }
  ul.vertical li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd; }
    ul.vertical li a {
      text-decoration: none;
      color: #ff6000;
      font-weight: bold;
      padding: 2px;
      font-size: 1.2em; }
    ul.vertical li a:hover {
      text-decoration: underline;
      background-color: #eeeeee;
      color: black; }

.autor {
  padding: 10px;
  border-bottom: solid 1px #dddddd; }
  .autor p {
    margin: 5px 0 5px 0; }

#bio-links {
  line-height: 1.5em;
  text-align: justify;
  border: solid 1px #dddddd;
  padding: 10px 15px 10px 15px;
  font-size: 1.2em; }
  #bio-links a {
    text-decoration: none;
    padding: 1px;
    color: #ff6000; }
  #bio-links a:hover {
    text-decoration: underline;
    background-color: #dddddd;
    color: black; }

#bios {
  height: 800px;
  overflow: hidden; }

.bio {
  border-bottom: 1px #dddddd solid;
  padding-bottom: 20px; }

.bio h3 {
  font-size: 1.2em;
  margin-bottom: 10px; }

img.pdf {
  float: left;
  padding: 0 10px 0 0;
  margin-bottom: 23px; }

.hovered {
  background-color: #f2f2f2; }

td, th {
  border-bottom: solid 1px #dddddd; }

tr.even, tr.even td {
  background-color: #eeeeee; }

td.mesa {
  background-color: #eeeeee;
  width: 12%;
  text-align: center;
  vertical-align: top; }

p.foot {
  text-align: center;
  color: #444444;
  margin-top: 3px;
  width: 113%; }

p.foot-narrow {
  width: 100%; }

table.pdfs {
  width: 50%;
  margin: 0 auto; }
  table.pdfs tr td {
    text-align: center; }
  table.pdfs img {
    margin: 0 auto;
    display: inline; }

td.right {
  text-align: right; }
