@charset "UTF-8";
li.treeCategory {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19;
	color: #b01253;
	background-image:url(../images/fle.jpg);
	background-position:left;
	background-repeat:no-repeat;
	list-style:none;
	line-height: 40px;
	padding-left:20px;
	margin-left:30px;
	cursor:pointer;
}

li.treeCategorySelected{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19;
	color: #b01253;
	background-image:url(../images/fle_down.png);
	background-position:left;
	background-repeat:no-repeat;
	list-style:none;
	line-height: 40px;
	padding-left:20px;
	margin-left:30px;
	cursor:pointer;
}

li.treeYear{
	color: #333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 22px;
	list-style:none;
	margin-left:50px;
	background-image:url(../images/fle.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}

li.treeYearSelected{
	color: #333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 22px;
	list-style:none;
	margin-left:50px;
	background-image:url(../images/fle_down.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	cursor:pointer;
}

li.titulo_publicaciones {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AC8D15;
	font-size: 12px;
	list-style:none;
	margin-left:70px;
	line-height: 30px;
}


