*, ::after, ::before {
    box-sizing: content-box!important;
}
.anios{
 font-size: 3.5rem;
    color: #0d6955;
    width: 100%;
    text-align: center;
}
.carpetas{
    pointer-events: none;
cursor: default;
    font-style: none;
    list-style: none;
    color: #0d6955;
}
.archivos{
    font-style: none;
    list-style: none;
    color: rgb(0, 0, 0);
}

.archivos a{
    font-style: none;
    list-style: none;
    color: rgb(0, 0, 0)!important;
}

.encabezado .botones li a{
    font-size: 35px;
    text-decoration: none;
    color: #0d6955;
    
}

.encabezado .botones li a:hover{
    font-size: 35px;
    text-decoration: none;
    color: #089677;
    
}



.carpetas a{
    pointer-events: none;
cursor: default;
    font-style: none;
    list-style: none;
    color: #0d6955;
}

.carpetas a:hover{
    pointer-events: none;
cursor: default;
    font-style: none;
    list-style: none;
    color: #0d6955;
}

.encabezado {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.encabezado .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.encabezado .row .logo {
    width: 100%;
    text-align: start;
    margin: .5rem;
    padding: .5rem;
}

.encabezado .menu {
    width: 100%;
    text-align: center;
    background: #0d6955;
}

.encabezado img {
    width: auto;
    height: 90px;
}

.encabezado .menu ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.encabezado .menu li {
    color: white;
    list-style: none;
    text-decoration: none;
    padding: 1rem;
    margin: 1rem;
    align-self: center;
    
}

.encabezado .menu a {
    color: white;
    list-style: none;
    text-decoration: none;
    
}
.encabezado .menu a:hover {
    color: #2dc1a1;
    list-style: none;
    text-decoration: none;
    
}



.2018 {
    width: 100%;

}

.menu-navegando {
    width: 100%;
    background: #d0d0d0;
    text-align: center;
    justify-content: center;
}

.menu-navegando ul li {
    color: white;
    list-style: none;
    text-decoration: none;
    padding: 1rem;
    margin: 1rem;
    align-self: center;
    font-size: 1.5rem;
}

.menu-navegando ul li a{
    color: #0d6955;
    list-style: none;
    text-decoration: none;
    padding: 1rem;
    margin: 1rem;
    align-self: center;
    font-size: 1.5rem;
}

.menu-navegando ul li a:hover{
    color: #9d0d07;
    list-style: none;
    text-decoration: none;
    padding: 1rem;
    margin: 1rem;
    align-self: center;
    font-size: 1.5rem;
}

.menu-navegando ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.container-fluid {
    margin: 0px;
    padding: 0px;
    width: 100%;
    padding-right: 0px!important;
}