.container{
  width: 80%;
  margin-left:10%
}
.elementos{
  width: 100%;
  height: 100px;
  background:#2196F3;
  font-size: xx-small;
  padding-top: 5px;
  padding-left: 5px;
}
.pie-de-pagina{
  width: 100%;
  height: 50px;
  background:#9E9E9E;
  margin-top: 100px;
  font-size: small;
  text-align: center;
  align-content: center;
}
.DIVISION-X{
  width: 100%;
  height: 500px;
  background: black;
  font-size: xx-small;
  color:white;
  padding-top: 5px;
  padding-left: 5px;
}
.DIVISION-X1{
  width: 30%;
  height: 320px;
  background: white;
  float:left;
  text-align: center;
  align-content: normal;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  color:black;
  font-size:large;
}
#div2{
  width: 30%;
  height: 150px;
  background: white;
  float:left;
  text-align: center;
  align-content: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  color:black;
  font-size:medium;
}
#div3{
  width: 30%;
  height: 150px;
  background: white;
  float:left;
  text-align: center;
  align-content: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  color:black;
  font-size:small;
}
#toggle_button01_green{
  background-color: green;
  font-size: 20px;
  margin-top: 25px;
  color: #ffff;
  font-size: small;
}

#toggle_button01_red{
  background-color: red;
  font-size: 20px;
  margin-top: 25px;
  color: #ffff;
  font-size: small;
}
#toggle_button01{
  background-color: green;
  font-size: 20px;
  margin-top: 25px;
  color: #ffff;
  font-size: small;
}
