#cabecera {
  border-style: none;
  margin-left: 0%;
  width: 100%;
  height: 80px;
  background-image: url(../imagenes/logos/logo.png);
  background-position:  center center;
  background-repeat: no-repeat;
  background-color: #333333;
  margin-top: 0px;
  top: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
}
#centro {
  border-style: none;
  width: 80%;
  position: static;
  margin-left: 10%;
  margin-top: 80px;
}
#anillos {
  margin: 72px 0px 0px 9%;
  background-image: url(../imagenes/imags_pal_antg/anillosmedulares.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 110px;
  position: static;
  background-position: left top;
  z-index: 10;
  float: left;
}
.enlace1 {
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
  display: inline;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: white;
}
.rebordeenlaces {
  outline-color: invert;
  outline-style: none;
  outline-width: 0;
}
