#menu1 {
	font-size: 11px;
	font-family: verdana;
	width: 200px;
	padding-top: .5em;
	padding-bottom: .5em;
	list-style: outside ;
	text-decoration: none;
    

}
html > body #menu1{
	list-style: outside;
}
.cAbierta{
	list-style-type: none;
	
}
.cAbiertaSeleccionada{
	list-style-type: none;
	
}
.cCerradaSeleccionada{
	list-style-type: none;
	
}
.cCerrada{
	list-style-type: none;
	
}
.menuDoc{
	list-style-type: none;
	
}
.tagApartado, a.tagApartado{
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}
.documentoActual{
	
}

#menu1 a {
	color: #0051A1;
	text-decoration: none;
}
.documentoActual a{
	color:#0051A1;
}
