:root{
  --color1: #002139;
  --color2: #1a3d68;
  --color3: #545fa2;
  --color4: #a486e5;
  --color5: #ffb2ff;
}

.cuerpo_principal{
  font-family: 'Rubik', sans-serif;
  background-color: #D1F7D7;
}

main{
    background-color: #D1F7D7;
}
.navbar{
  background: #C733FF;
}

.logo_acma img{
  max-height: 7em;
}

.titulo{
  text-align: center;
  padding: .5 em;
}

.logoMenu{
  width: 150px;;
}

.icon{
  color: black;
  font-size: 1.250em;
}

.libreta{
  height: 300px;
  width: 622px,
}
.dataTables_length{
  color: blue;
  text-align: left;
}

.dataTables_filter{
  color: blue;
  text-align: right;
}

select{
  text-align-last:center;
}
