@import url("capa0.css");
  
body{
    position:fixed;
    height: 100%;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

p{
    margin: 0 0 10px;
}   

iframe{
    border-style: hidden;
}

header{
    position: relative;
    width: 100%;
    overflow: visible;
}

nav{
    height:2.5rem;
}

a {
  outline: none;
  xtext-decoration: none;
  padding: 2px 1px 0;
}

a:link {
  color:inherit;
}

a:visited {
  color: inherit;
}

a:focus {

}

a:hover {

}

a:active {
  background: #265301;
  color: #CDFEAA;
}
table{
    font-size: 1rem;
}

