/*ESTILOS UTILIZADOS PARA EL MANEJO DE LA PRESENTACIÓN DEL MENU DE TRANSPARENCIA*/
#menu1 {
	font-size: 95%;
	list-style-image: url(../imagenes/imgmenu/doct.gif);
	width: 500px;/*********************************************************************************************************/
	padding-top:0.5em;
	padding-bottom:0.5em;
	list-style: inside;
	line-height: 24px;
	background-color: #E7E7E7;/*************DBDBDB*******************************************************************************/
	padding-left:2em;/**********************************************************************************************************/
}
html > body #menu1{
	list-style: outside;
}
.cAbierta{
	list-style-type: none;
	list-style-image: url(../imagenes/imgmenu/carpabiertat.gif);/*******************************************************************/
}
.cAbiertaSeleccionada{
	list-style-type: none;
	list-style-image: url(../imagenes/imgmenu/carpabiertat.gif);/*******************************************************************/
}
.cCerradaSeleccionada{
	list-style-type: none;
	list-style-image: url(../imagenes/imgmenu/carpabiertat.gif);/*******************************************************************/
}
.cCerrada{
	list-style-type: none;
	list-style-image: url(../imagenes/imgmenu/carpcerradat.gif);/*******************************************************************/
	line-height: 28px;
}
.menuDoc{
	list-style-type: none;
	list-style-image: url(../imagenes/imgmenu/doct.gif);
}
.tagApartado, a.tagApartado{
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}
#menu1 a {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.documentoActual a{
	color:#993300;
}
