.mag	{
	list-style: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
}

.mag li	{
}
.mag li a	{
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #6F5999;
	padding: 0.2em;
}

.mag li > a	{
	display: block;
}


.mag li a:hover, .mag li.seleccionado a	{
	color: #6F5999;
	background-color: #E9E9E9;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
	font-weight: bolder;
}
