.capa_menu {
	/* overflow: auto;
	height: 225px; */
	position: relative;
	width: 140px;
}

div.transLESS {
	position: relative;
	width: 128px;
	background-color: white;
	border:1px solid silver;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: .8;
	cursor:pointer;
	top: 2px;
	left: 3px;
	font-size: 12px;
	line-height: 20px;
	padding-left: 4px;
}

div.transMORE  {
	position: relative;
	width: 128px;
	background-color: white;
	border:1px solid silver;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: .5;
	cursor:pointer;
	top: 2px;
	font-size: 12px;
	line-height: 20px;
	padding-left: 4px;
}

.linkSinEstilo {
	text-decoration:none;
	color: black;
}

div.transFIX  {
	position: relative;
	width: 128px;
	background-color: white;
	border:1px solid silver;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: .75;
	cursor:pointer;
	top: 2px;
	font-size: 12px;
	line-height: 20px;
	padding-left: 4px;
}
/*ol {
	margin: 24px;
}*/
ol.interlineado {
	line-height: 40px;
	list-style-position: outside;
}
li.margen {
	padding-bottom:8px;
	list-style-position: outside;
}

