ul li a{
    text-decoration: none;
    color: #000;
    }
    
ul li{
    list-style: none;
    }
    
div.yui-b ul#enlaces li h2{
    margin: 0;
    padding: 0;
    padding-left: 12px;
    margin-left: 15px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #6d8f1e;
    border-bottom: 1px dotted #6d8f1e;
    width: 400px;
    background: url(../images/cuadro.png) no-repeat;
    background-position: 2px 50%;
    }
    
ul#mini_menu{
    list-style: url(../images/triangulo);
    }
