/* Estilos generales */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.sticky {
    position:sticky;
    top: 0;
}

.lineamientos{
    width: 100%;
    height: auto;
    border: none;;
}
.lineamientos .boton{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 40px;
    background-color: #17202a;
    border-bottom-right-radius: 8px;

}

.lineamientos .boton a{
    text-decoration: none;
    color: white;
    font-size: 14px;
}

.lineamientos .boton a:hover{
    font-size: 16px;
    transition: 0.4s;
}

.lineamientos .boton a:hover::after {
    transition: none;
}

.botones{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.botones .anios button{
    border-radius: 8px;
    background-color: #17202a;
    color: white;
    height: 43px;
    margin: 5px 10px;
    padding: 0px 5px;
    font-weight: bold;
}


  

.main {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column; 
    align-items: center;
}

.table-button {
    display: inline-block;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #424949  ;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .table-button:hover {
    background-color:  #17202a ;
  }


.tabla{
    width: 80%;
    margin: 0 auto;
}


.tabladocs {
    width: 100%;
    border-collapse: collapse;
}

.tabladocs th{
    text-align: center;
    font-size: 14px;
    color: white;
    background-color: rgb(86, 36, 42) ;
    height: 50px;
}

.tabladocs th.trimestres{
    padding: 0px 15px;   
}


.tabladocs i{
    text-decoration: none;
    color: rgb(86, 36, 42) ;

}

.tabladocs td{
    font-size: 14px;
    padding: 10px 20px;   
    text-align: center;
    border: 1px solid #17202a;

}
.herramientas{
    display: flex;
    flex-direction: row;
}

.herramientas a{
   margin: 1.5px 1px;
}

.herramientas #eliminar{
    height: 17px;
}

.tabladocs tr:hover{
    background-color:  rgb(86, 36, 42);
    color: white;
    font-weight: bold;
}

.tabladocs td img{
   height: 25px;
}


tr:nth-child(even) {
    background-color: rgba(179, 142, 93, 0.4);
    text-decoration: none;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;

}

tr:nth-child(odd) {
    background-color: papayawhip;
    text-decoration: none;
}

.imagenes{
    margin: 20px 0px;
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}


.imagenes .ITAIH img{
    width: 250px;
    height: auto;
}

.imagenes .transparencia img{
    width: 250px;
    height: auto;
}

.imagenes .ITAIH h3{
    margin: 20px 0px;
}

.imagenes .transparencia h3{
    margin: 20px 0px;
}



  
  

