.contenedorCategoria{
  background-color: #003B46;
  color: whitesmoke;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
  margin: 10px;

}

.contenedorPDF{
    padding: 5px;
    background: #336B87;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    border-radius: 5px;
}

.bloquepdf{
  background-color:  #90AFC5;
  margin: 5px;
  width: 200px;
  height: 200px;
  text-align: center;
  text-decoration: none;  
  border-radius: 5px;
  padding: 10px;
  justify-items: center;
  align-items: center;
  color: #222222;
  font-size: 16px;
}

.bloquepdf:hover{
  transform: scale(1.05);  
}

.imgpdf{
  width: 100px;
  height: 100px;
}

.nivel{
    background-color: #CCD1D1;
    padding: 10px 30px 10px 30px;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    margin: 0px;
}

p.tituloNivel{
    font-size:30px; 
    color: #f1f1f1;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    align-items: center;
    border-radius: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px; 
}

hr.lineablancaArriba{
  border-color: aliceblue;
    margin: 10px 10px 5px 10px;
}
hr.lineablancaAbajo{
  border-color: aliceblue;
  margin: 5px 10px 15px 10px;
}
