/*  */

.level0
{
  list-style: none;

}

.level0
{
  margin-left: 0;
}

.level0 .title
{
  background-color: transparent;
  margin: 0;

}

.level0 .title a
{
  color:  #274B93 /*Color de los enlaces, carpetas, breadCrumbs, etc...*/;
  font-weight: normal;
  padding-top: 0.5em;
  font-size: 150%;
  text-decoration: none;
}

.level1
{
   list-style: none;
	 list-style-type:none;
}

.level2
{
   list-style-type: none;
}
.level1 .title
{
  border: 0;
}

.level1 .title a
{
  color: #274B93 /*Color de los enlaces, carpetas, breadCrumbs, etc...*/;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
}

.level2 .title a
{
  font-weight: normal;
}

.levelInline
{
  list-style: none;
}

.levelInline li
{
  display: inline;
  margin-right: 1em;
}

.levelInline div
{
  display: inline;
}

/*  */

