
#principal{

  text-align: center;
  margin-top: 1vh;
  margin-bottom: 5vw;
  font-size: 130%;
  min-height: 100vh;
}
#titulo{
  text-shadow: 5px 5px 10px rgb(23, 23, 23);
}
.encabezadoTabla{
  margin-bottom: 2vh;
}
#agregarNuevo {
  float: left;
  margin-top: 0;
}

/*tamaño compu*/
@media screen and (min-width: 1674px) {


}
@media screen and (min-width: 1350px) and (max-width: 1673px) {

}

/*tamaño tablet*/
@media screen and (min-width: 820px) and (max-width: 1349px) {


}

/*para tamaño telefono*/
@media screen and (max-width: 820px) {

} 
/*para tamaño telefono chico*/
@media screen and (max-width: 460px) {


}

@media screen and (max-width: 290px) {
#tituloIniciarSesion{
  font-size: 1em;
}
} 
