/*#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;
}
html > body #menu1{
	list-style: outside;
}
#menu1 a {
	color: #006699;
}*/

#estadisticas {
	/*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-align:left;
	/*width: 400px;*/
	margin-top:0px;
	margin-bottom:0px;
}

html > body #estadisticas{
	list-style: outside;
}

.cAbierta{
	list-style-type: none;
	list-style-image: url(../images/stat/carpabiertat.gif);
}
.cAbiertaSeleccionada{
	list-style-type: none;
	list-style-image: url(../images/stat/carpabiertasel.gif);
}
.cCerradaSeleccionada{
	list-style-type: none;
	list-style-image: url(../images/stat/carpcerradasel.gif);
}
.cCerrada{
	list-style-type: none;
	list-style-image: url(../images/stat/carpcerradat.gif);
}
.menuDoc{
	list-style-type: none;
	list-style-image: url(../images/stat/doct.gif);
}
.tagApartado, a.tagApartado{
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}
.documentoActual{
	list-style-image: url(../images/stat/docsel.gif);
}
.documentoActual a{
	color:#993300;
}
