body {
  font-family: Georgia;
  font-size: 12px;
  line-height: 22px;
  color: #333333;
  text-align: center;
  background-image: url('../img/bg_gris.gif');
  background-repeat: repeat-y;
  background-position: top center;
  background-color: #EDEDED;
}

a { color: #4a73b8; }

b,strong { color: #000000; }

hr {
  border: 0px;
  border-top: 1px solid #EDEDED;
}

#corpus {
  margin: auto;
  background-image: url('../img/bg.gif');
  background-repeat: no-repeat;
  background-position: top center;
  width: 1000px;
}

#header {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 30px;
}

#footer {
  border-top: 1px solid #EDEDED;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: center;
}

.border_r {
  border-right: 1px solid #EDEDED;
  padding-right: 30px;
  margin-right: 10px;
}

.border_l {
  border-left: 1px solid #EDEDED;
  padding-left: 30px;
  margin-left: 10px;
}

.borde1 {
  border: 1px solid #DCDCDC;
  background-color: #FFFFFF;
  padding: 2px;
  float: left;
}

.align_r { text-align: right; }
.align_l { text-align: left; }
.float_r { float: right; }
.float_l { float: left; }

h2, h3 {
  font-style: italic;
  font-weight: bold;
  color: #555555;
}

.fecha {
  color: #ADADAD;
  font-style: italic;
  font-size: 16px;
}

#menu {
  padding-top: 55px;
}

#menu a {
  background-color: #EDEDED;
  color: #777777;
  padding: 6px 12px 6px 12px;
  margin-left: 5px;
}


/* Formularios */

input, textarea {
  border: 1px solid #BCBCBC;
  padding: 2px;
}

.TD1 {
  text-align: right;
  height: 23px;
  padding-right: 10px;
}

.form_label {
  margin-bottom: 10px;
}

.boton {
  padding: 10px 20px;
  background-color: #DEDEDE;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: italic;
}

.boton a {
  color: #888888;
}

/* Listas */

.lista_i {
  text-align: right;
  padding-right: 20px;
  width: 500px;
}

.lista_p {
  font-weight: bold;
  width: 70px;
}

.lista_p2 {
  font-weight: bold;
  text-align: center;
}

.lista_i3 {
  padding-right: 20px;
  border-top: 1px solid #DEDEDE;
  padding: 4px;
  width: 500px;
}
.lista_p3 {
  font-weight: bold;
  border-top: 1px solid #DEDEDE;
  text-align: right;
  padding: 4px;
  width: 50px;
}

.bg_gris {
  background-color: #EDEDED;
  padding: 10px 20px;
  padding-bottom: 30px;
}

.bg_gris2 {
  background-color: #EDEDED;
  padding: 10px 15px;
  text-align: center;
  padding-bottom: 30px;
}

