@charset "utf-8";
/* CSS Document */
  table {
  width: 100%;
  border-collapse: collapse;
}

/* CSS site_blog_map*/
.tree ul {
  list-style: none;
  margin: 0;
  padding-left: 1.5em;
  position: relative;
}
.tree ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #ccc;
  height: 100%;
}
.tree li {
  margin: 0;
  padding: 0 0 0.5em 1.5em;
  position: relative;
}
.tree li::before {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 1.5em;
  border-bottom: 1px solid #ccc;
}
.tree a {
  text-decoration: none;
  color: #A3A3A3;
}
.tree a:hover {
  text-decoration: underline;
  color: #b4945a;
}


.w0-ico {
  height: 24px;
  width: auto;
  
}

.w0-ico-h1 {
  height: 48px;
  width: auto;
  
}








.mostrardalt {
animation: mostrardalt 2s;
}
@keyframes mostrardalt{
  0% {
  transform: translateY(60px);
  }
  100% {
  transform: translateY(0);
  }
}



/* CSS site_blog_map*/
@media screen and (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
