div#enlaces {
 margin: 0;
 margin-top: 1em;
 padding: 0;
 background-color: #EFF4BF;
 min-height: 50px;
}

div#enlaces h2 {
  margin: 0;
  padding: 0;
  background-color: #CBDB2A;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
}

div#enlaces ul {
 margin: 0;
 padding: 0.8em;
 list-style-type: none;
 overflow: hidden;
}

div#enlaces ul li {
 padding: 0.6em;
 padding-left: 10px;
 background: url(img_fondo/flechita_amarilla.gif) no-repeat 0 1em;
}

div#enlaces ul a {
 display: block;
 text-decoration: none;
 color: #333333;
}

div#enlaces ul a:hover {
  background-color: #CBDB2A;
  color: #ffffff;
}
