#contenedor-descargas{
    width:100%;
    margin: 0 auto 10vh auto;
    min-height: 60vh;

} 

#contenedor-tabs{
    border: solid 1px;
    border-color: #cdd1cd;
    /* margin: 0px 0px 0px 0px; */
    margin: 0 auto 20px auto;
    width: 70%;
}

/* Style the tab */
.tabs-descargas{
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tabs-descargas button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tabs-descargas button:hover {
    background-color: #ccc;
}

/* Create an active/current tablink class */
.tabs-descargas button.active {
    background-color: white;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    column-count: 1;
    background-color: white;
    
} 

.tabcontent table{
    width: 100%;
}

.tabcontent td{
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding: 0px 0px 0px 10px;
    border-left: solid 2px transparent;
    transition: 0.5s;
}

.tabcontent td:hover{
    background-color: #f2f2f2;
    border-left: solid 2px green;
}

.tabcontent table tr:last-of-type td{
    border-bottom: none;
}

archivoNombre{
    display: inline-block;
    font-size: 20px;
    color: #404040;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px 15px 5px 0px;
}


archivoDescripcion{
    display: block;
    font-size: 16px;
    color: gray;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 5px 0px;
}

.archivo-link{
    display: inline-block;
    color:green;
    text-decoration: none;
}

.icono-descarga{
    height: 16px;
    display: inline-block;
}

#contenedor-filtro{
    /* display:flex; */
    color:#404040;
    /* font-weight: bold; */
    margin: auto auto 20px auto;
    width: 70%;
    padding: 20px 0 20px 0;
}

#filtro{
    padding: 10px;
}

#buscador-descargas {
    /* box-shadow: 0 0 2px 2px #e8e8e8 inset;  */
    /* border: none; */
    margin: auto 0 auto 20px;
    /* background-color: white; */
    /* background: transparent; */
    /* width: 150px; */
    height: 25px;
    padding: 0px 0px 0px 20px;

    /* background: transparent; */
    /* z-index: 2; */
    display: inline;

  }

#buscador-descargas-predictor{
    background: transparent;
    /* z-index: 1; */

    border: none;
    margin: auto 0 auto 0;
    width:60%;
    height: 25px; 
    padding: 0px 0px 0px 20px;
    /* text-align: right; */
    display: inline;

}

#buscador-archivos {
    /* box-shadow: 0 0 2px 2px #e8e8e8 inset;  */
    /* border: none; */
    margin: auto 0 auto 20px;
    /* background-color: white; */
    /* background: transparent; */
    /* width: 150px; */
    height: 25px;
    padding: 0px 0px 0px 20px;

    /* background: transparent; */
    /* z-index: 2; */
    display: inline;

  }

#buscador-archivos-predictor{
    background: transparent;
    /* z-index: 1; */

    border: none;
    margin: auto 0 auto 0;
    width: 60%;
    height: 25px; 
    padding: 0px 0px 0px 20px;
    /* text-align: right; */
    display: inline;
}

#header-descargas{
    margin: 0px 0px 15px 0px;
    display:block;
 }

 tituloDatasheet{
    visibility: hidden;
    /* font-size: 18px; */
    color: #404040;
    margin: auto 0 auto 0;
    /* padding: 0 0 0 20px; */

  }

#iconoPDF{
    /* visibility: hidden; */
    /* margin: auto 0px auto 15px; */
    /* height: 25px; */
    margin: auto;
}

#link-datasheet{
    visibility: hidden;
    color: green;
    text-decoration:underline;
    margin: auto 0 auto 0;

}

tituloArchivo{
    visibility: hidden;
    /* font-size: 18px; */
    color: #404040;
    margin: auto 0 auto 0;
    /* padding: 0 0 0 20px; */

  }

#iconoArchivo{
    /* visibility: hidden; */
    /* margin: auto 0px auto 15px; */
    /* height: 25px; */
    margin: auto;
}

#link-archivo{
    visibility: hidden;
    color: green;
    text-decoration:underline;
    margin: auto 0 auto 0;

}

.resultado-busqueda{
    display: none;
}

.resultado-busqueda-archivo{
    display: none;
}