.bodyLogin{
  background: #013869;
  color: white;
}

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
}

.Absolute-Center.is-Responsive {
  width: 50%;
  height: 50%;
  min-width: 200px;
  max-width: 600px;
  background: white;
  padding: 2rem;
}
.menuLateral{
  background: #013869;
  height: 100%;
  position: fixed;
  padding: 0px;
  margin: 0px;
  border-right: 4px solid rgb(38, 37, 37);
}
.footer{
  width: 100%;
  background: rgb(38, 37, 37);
  color: white;
  position:fixed;
  bottom: 0px;
  left: 0px;
}
.contenido{
  width: 100%;
}
a:hover{
  cursor: pointer;
}
.btnBuscar:hover{
  cursor: pointer;
  color: rgb(201, 222, 241);
}

.logoinicio{
  padding: 2rem 10rem 2rem 10rem;
  width: 100%;
  position: relative;
  align-content: center;
}
