div#enlaces {
 margin-left: 0.5em;
 margin-top: 1em;
 padding: 0;
 background-color: #e2ecf6;
 min-height: 50px;
 border: none;
}


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

div#enlaces ul li {
 padding: 0.6em;
 padding-left: 14px;
 background: url(img_fondo/flechita.gif) no-repeat 0 1em;
 border-bottom: 1px solid #FFFFFF;
}

div#enlaces ul a {
 display: block;
 text-decoration: none;
 color: #00776e;
 font-size: 1.1em;  
 font-weight:bold;
}

div#enlaces ul a:hover {
 text-decoration: underline;
}

div#enlaces_2 {
 margin-left: 0.5em;
 margin-top: 1em;
 padding: 0;
 background-color:#D6E7CE;
 min-height: 50px;
 border: none;
}

div#enlaces_2 ul a{
 display: block;
 text-decoration: none;
 color: #00776e;
 font-size: 1em;  
 font-weight:bold;
} 

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

div#enlaces_2 ul li {
 padding: 0.6em;
 padding-left: 14px;
 background: url(img_fondo/flechita.gif) no-repeat 0 1em;
 border-bottom: 1px solid #FFFFFF;
}

div#enlaces_2 ul a:hover {
 text-decoration: underline;
}

