#enlaces{
	margin: 1em 2em;
	list-style: none;
}
	#enlaces h3{
	    color: #555;
		padding: .3em;
		padding-left: 20px;
		background: #fafafa url('/img/icons/1rightarrow.png') no-repeat left center;
		font-size: 1.5em;
	}
	#enlaces h3.title{
	    color: black;
		cursor: pointer;
	}
	#enlaces h3.selected{
		background: #f0f0f0 url('/img/icons/1downarrow.png') no-repeat left center;
	}
	#enlaces ul{
		padding: 2em;
		background: white;
		border: solid 1px #ddd;
		list-style: none;
	}
	#enlaces ul li{
		margin: 5px 0;
		padding-left: 20px;
		background: url("/img/icons/link_arrow.png") no-repeat center left;
		font-size: 1.2em;
	}
