* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
#container {
  min-height: 72%;
}
body {
  margin: auto;
  background: #4a6444 url('../imgs/head.png') repeat-x 0 0;
  font: 80%/1.5em Verdana, Georgia, Times, Sans-Serif;
}

h1 {
  display: none;
}
h2 {
  width: 590px;
  height: 28px;
  margin-bottom: 1em;
  padding: 11px 0 0 1em;
  background: #4a6444 url('../imgs/titulo.png') no-repeat 0 0;
  font-size: 1em;
  font-weight: normal;
  color: #fff;
}
h3 {
  border-bottom: 1px solid #688a02;
  margin: 2em 0 1em 0;
}
p {
  text-indent: 2.5em;
  margin-bottom: 1.5em;
}
dt {
  font-weight: bold;
}

a {
  color: #00f;
}
a:focus, a:hover, a:active {
  color: #00d;
}

#container {
  width: 780px;
  margin: auto;
  background: url('../imgs/bg.gif') repeat-y center 0;
}

#footer {
  clear: both;
  position: relative;
  width: 780px;
  height: 43px;
  margin: auto;
  background: url('../imgs/footer.gif') no-repeat center 0;
}

#footer p {
  font-size: .8em;
  text-align: right;
  padding: 21px 25px 0 0;
  color: #9c0;
}
#footer a {
  color: #9c0;
}

#cabeza {
  height: 139px;
  background: url('../imgs/header.gif') no-repeat center 0;
}

#contenido {
  float: right;
  width: 595px;
  margin: 0 35px 0 0;
  text-align: justify;
}
#contenido ul, #contenido ol {
  margin-left: 2em;
}
#contenido li p {
  margin: 0 0 10px 0;
  text-indent: 0;
}
#contenido dt {
  margin-top: 1em;
}
#contenido dd {
  margin: 0 0 0 2em;
}

#contenido #comision dl {
  margin: auto;
  width: 35em;
  font-size: 90%;
}
#contenido #comision dt {
  clear: both;
  float: left;
  width: 12em;
  text-align: left;
  margin: 0 0 13px 0;
  padding-left: 3px;
  border: 1px solid #8AB79E;
  background: #c8dc83;
}
#contenido #comision dd {
  margin: 0 0 15px 12em;
  padding-left: 14px;
  border-top: 1px solid #8AB79E;
}

#links li {
  margin: 1em;
}

#navegador {
  float: left;
  width: 107px;
  margin-left: 14px;
  font-size: 90%;
}
#navegador h2 {
  display: none;
}
#navegador ul {
  list-style-type: none;
}
#navegador a {
  display: block;
  margin: 7px 5px;
  border: 1px solid #996;
  padding: 2px 4px;
  text-decoration: none;
  background: #fc6;
  color: #330;
}
#navegador a:hover {
  background: #ffc;
}

#contacto {
  clear: both;
  margin-top: 3em;
  font-size: 90%;
}
#contacto label {
  float: left;
  display: block;
  width: 6em;
}

#contacto h2 {
  text-align: left;
}
#contacto dt {
  float: left;
  margin: 0 10px 7px 0;
}
#contacto dd {
  margin-bottom: 7px;
}

table, fieldset {
  width: 95%;
  margin: 1.5em auto;
  border: 1px solid #8AB79E;
}
fieldset {
  width: 75%;
  padding-top: 1em;
}
legend {
  margin: 2em 1em;
  border: 1px solid #8AB79E;
  padding: 3px 4px;
  background: #c8dc83;
}

form ul {
  list-style-type: none;
}
th {
  background: #c8dc83;
  padding: 4px 0;
  border-bottom: 1px solid #ccc;
  font-size: .8em;
  text-align: center;
}
th a {
  text-decoration: none;
}
td {
  border-bottom: 1px solid #ccc;
  padding: 3px 0;
  font-size: .85em;
  text-align: center;
}
form li {
  padding: 2px 0;
}
input[type=text], input[type=password], textarea {
  background: #fc6;
  border: 1px solid #996;
  color: #330;
}

div.integrantes-bsas {
  text-align: center;
}

ul.galeria {
  width: 570px;
  margin: auto auto 1em auto;
  list-style-type: none;
}
ul.galeria li {
  float: left;
  border: 0;
  width: 190px;
}
ul.galeria img {
  border: 0;
}

p.aviso {
  width: 75%;
  margin: 2em auto 1em auto;
  border: 1px solid #688a02;
  padding: 2px 0;
  color: #688a02;
  text-align: center;
  background: #dfd;
}

