.encabezado .logo img{
    height: 100px;
    width: auto;
}

*, ::after, ::before {
    box-sizing: content-box!important;
}
.anios{
 font-size: 3.5rem;
    color: #bb1a41!important;
    width: 100%;
    text-align: center;
}
.carpetas{
    pointer-events: none;
cursor: default;
    font-style: none;
    list-style: none;
    color: rgb(235, 91, 0);
}
.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: rgb(235, 91, 0);
    
}

.encabezado .botones li a:hover{
    font-size: 35px;
    text-decoration: none;
    color: rgb(1, 18, 111);
    
}



.carpetas a{
    pointer-events: none;
cursor: default;
    font-style: none;
    list-style: none;
    color: rgb(196, 43, 43);
}

.carpetas a:hover{
    pointer-events: none;
cursor: default;
    font-style: none;
    list-style: none;
    color: rgb(196, 43, 43);
}

.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;
    height: 130px;
   
    
}

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

.encabezado img {
    width: auto;
    height: 130px !important;
}

.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: #ffd303;
    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 {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.container-fluid {
    margin: 0px;
    padding: 0px;
    width: 100%;
    padding-right: 0px!important;
}

/* Estructura base */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.anios {
  font-size: 28px;
  margin-bottom: 15px;
}
.w-100 {
  width: 100% !important;
}
.pull-left {
  float: left !important;
}

.nav-link.active {
  background-color: #ffcea3 !important;
  border: 1px solid #f57c00;
  color: #000000 !important;
}

