body {
  font-family: Tahoma;
  font-size: 12px;
  color: #543030;
  margin: 0;
  padding: 0;
  text-align: center;
}

#contenedor {
  text-align: center;
}
#cabecera {
  width: 771px;
  margin: auto;
  position: relative;
}
#cuerpo {
  padding: 15px 0 20px 0;
  text-align: justify;
  width: 750px;
  line-height: 20px;
  margin: auto;
  background-image: url(../images/fondo_web.jpg);
	background-repeat: no-repeat;
}
#pie {
  width: 771px;
  margin: auto;
}

.dest_rojo {
  color: #8e201a;
  font-weight: bold;
}
.img1 {
  border: 1px solid #000000;
}
.links1 {
  color: #8e201a;
  text-decoration: none;
}
.links2 {
  color: #8e201a;
  text-decoration: none;
}
.links2:hover {
  text-decoration: underline;
}
.titulo1 {
  color: #8e201a;
  font-weight: bold;
  font-size: 17px;
}
.titulo2 {
  color: #8e201a;
  font-weight: bold;
  font-size: 15px;
}
.celda1:hover {
  background-color: #facbc7;
  opacity: 0.5; 
  -moz-opacity: 0.5; 
  filter: alpha(opacity=50); 
  cursor: hand;
}
