body {
  background: url("img/bg.gif") repeat-x #ededed;
}
body,td {
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  color:#515151;
}
div#contenido {
  background-color: white;
  border: 1px solid #ccc;
  margin: 30px 100px 30px 100px;
  padding: 30px;
  min-width: 750px;
}

h1, h2, h3, h4, h5, h6 { color: black; }

td { vertical-align: top; }

td#content { padding-left:  30px; }
td#menu { padding-right: 30px; border-right: 1px solid black;}
td#menu ul { padding-left: 0; }
td#menu ul li { list-style: none; padding-bottom: 17px; }
td#menu a { text-decoration: none; color: black; font-weight: bold; font-size: 17px; }
td#menu a:hover { text-decoration: underline; }

div.galeria img { margin: 10px; border: 1px solid black; }
.resaltado { font-weight: bold; color: #5e9aab; }
div.chango { text-align: right; margin-top: 20px; }
p.descargar { float:right; }

/*
 * Pie de página
 */

div#copyright {
  font-size: smaller;
  margin-top: 50px;
  text-align: center;
}
div#copyright a {
  color: black;
  font-weight: bold;
  border: none;
}
