.inputborderedondeado{
  border-radius: 2rem;
}
.fondoceleste{
  background-color: #0091ea;

}
.fondoverde{
background-color: #64dd17;
}
.fondovioleta{
background-color: #909091;
}

.fondogris{
background-color: #dbd8d7;
}
.fondonegro{
background-color: #000;
}
.fondoblanco{
  background-color: #fff;
  }

.fondorojo{
background-color: #dbd8d7;
}
.blanco{
	color: #fff;
}

.colorboton{
  background-color: #e58427;
  border-color: #e58427;
}

.colorbotonenviook{
  background-color:#e58427;
  border-color:#e58427;
  color: #fff;
}