/* Enlaces*/
#Enlaces {
}

#Enlaces li {
	background: transparent;
	width: 100px;
	float: none;
	text-align: left;
	text-decoration: none;
}

#Enlaces li:hover {
	background: #ED802F;
	color: Black;
}

#Enlaces li a{
	color: white;
	font: bolder;
}

.TitulLlista a, .TitulLlista a:hover, .TitulLlista li:hover{
	text-decoration: none;
	width: 100%;
	background: transparent;
	cursor: none;
	font: normal;
	
}
