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: #055880;
	width: 400px;
	background: url(../images/cuadro.png) no-repeat;
	background-position: 2px 50%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #055880;
    }
    
ul#mini_menu{
    list-style: url(../images/triangulo);
    }
