#enlaces {
	padding-left:20px; 
	padding-right:20px; 
	padding-top: 5px;
}

#enlaces .normal {
	/*border-bottom-color: #DDDDDD; 
	border-bottom-style: solid; 
	border-bottom-width: 1px;*/ 
	/* padding-left: 10px; */ 
	padding-bottom: 5px;
}

#enlaces .ultimo {
	/* padding-left: 10px; */
}

#enlaces p {
	text-align: right; 
	font-size: small; 
	font-style: italic;
	padding-left: 40px; 
	padding-top: 5px;
}

#enlaces a {
	font-size: 16px; 
	display:block; 
	color:#705D20; 
	text-decoration:none; 
	/*height:30px;*/
	line-height:30px;
	 
	background:transparent; 
	background-image:url(../images/star.png); 
	background-position:left center; 
	background-repeat:no-repeat;
	
	margin-left:3px;
	padding-left:40px; 
	padding-top:2px; 
	padding-bottom:2px;
}

#enlaces a:hover {
	margin-left:0px;
	border-left-style: solid; 
	border-left-width: 3px; 
	border-left-color: #8bcb2f;
	background-color: #F9E09F;
	 
	color:#705D20; 
	text-decoration:none; 
}
