#menu1 {
	font-size: 70%;
	list-style-image: url(imasmenu/doct.gif);
	border: 0px solid #006699;
	width: 140px;
	padding-top: .3em;
	padding-bottom: .3em;
	list-style: inside;
}
html > body #menu1{
	list-style: outside;
}
.cAbierta{
	list-style-type: none;
	list-style-image: url(/images/arrow_blue2.gif);
}
.cAbiertaSeleccionada{
	list-style-type: none;
	list-style-image: url(/images/arrow_blue2.gif);
}
.cCerradaSeleccionada{
	list-style-type: none;
	list-style-image: url(/images/arrow_blue2.gif);
}
.cCerrada{
	list-style-type: none;
	list-style-image: url(/images/arrow_blue2.gif);
}
.menuDoc{
	list-style-type: none;
	list-style-image: url(/images/arrow_light.gif);
}
.tagApartado, a.tagApartado{
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}
.documentoActual{
	list-style-image: url(/images/arrow_blue2.gif);
}

#menu1 a {
	color: #006699;
}
.documentoActual a{
	color:#993300;
}
