#menu1 {
	font-size: 90%;
	/*list-style-image: url(imasmenu/doct.gif);*/
	border: 1px solid #006699;
	width: 200px;
	padding-top: .5em;
	padding-bottom: .5em;
	list-style: inside;
	text-decoration: none;

}
html > body #menu1{
	list-style: outside;
	text-decoration: none;

}
.cAbierta{
	font-family: Arial, Helvetica, sans-serif;
	/* font-weight: bold; */
	font-size: 12px;
	/*list-style-type: none;*/
	list-style-image: url(../imasmenu/carpabiertat.gif);
	text-decoration: none;
}
.cAbiertaSeleccionada{
	font-family: Arial, Helvetica, sans-serif;
	/* font-weight: bold; */
	font-size: 12px;
	/*list-style-type: none;*/
	list-style-image: url(../imasmenu/carpabiertasel.gif);
	text-decoration: none
}
.cCerradaSeleccionada{
	font-family: Arial, Helvetica, sans-serif;
	/* font-weight: bold; */
	font-size: 12px;
	/*list-style-type: none;*/
	list-style-image: url(../imasmenu/carpcerradasel.gif);
	text-decoration: none;
}
.cCerrada{
	font-family: Arial, Helvetica, sans-serif;
	/* font-weight: bold; */
	font-size: 12px;
	/*list-style-type: none;*/
	list-style-image: url(../imasmenu/carpcerradat.gif);
	text-decoration: none;
}
.cCerrada a:hover {
 text-decoration:underline;
}
.cCerradaSeleccionada a:hover {
 text-decoration:underline;
}
.cAbiertaSeleccionadaa :hover {
 text-decoration:underline;
}
.cAbierta a:hover {
 text-decoration:underline;
}
.menuDoc{
	/*list-style-type: none;*/
	list-style-image: url(../imasmenu/doct.gif);
	text-decoration: none;
}
.tagApartado, a.tagApartado{
	cursor: pointer;
	/* font-weight: bold; */
	text-decoration: none;
}
 
.documentoActual{
	/*list-style-image: url(imasmenu/docsel.gif);*/
		text-decoration: none;

}

#menu1 a {
	color: #006699;
		text-decoration: none;

}
.documentoActual a{
	color:#993300;
		text-decoration: none;

}
