.boton_azul_raxa
{
	background-color: #2E7FA1;
	color: white;
}

.boton_azul_raxa:hover 
{
  background-color: #49CBFF;
  color: white;
}
/*----------------------------------------------*/



.btn_redondo
{

  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.btn_redondo_md
{
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
/*----------------------------------------------*/


.label_purpura
{
  background-color: #0C31B5;
  color: white;
  width: 100%;
  height: 100%;
}
.boton_purpura
{
  background-color: #0C31B5;  /* se volvio azul */
  border-radius: 5px;
  color: white;
  width: 100%;
  height: 100%;
}
.boton_purpura:hover
{
  background-color: #0061FF;  /* se volvio azul */
  border-radius: 5px;
  color: white;
  width: 100%;
  height: 100%;
}
/*----------------------------------------------*/


.label_verde
{
  background-color: #005512;
  color: white;
  width: 100%;
  height: 100%;
}
.boton_verde
{
  background-color: #005512;  /* se volvio azul */
  border-radius: 5px;
  color: white;
  width: 100%;
  height: 100%;
}
.boton_verde:hover
{
  background-color: #0F7324;  /* se volvio azul */
  border-radius: 5px;
  color: white;
  width: 100%;
  height: 100%;
}
/*----------------------------------------------*/


.boton_arandano
{
  background-color: #AB0040;
  border-radius: 5px;
  color: white;
  width: 100%;
  height: 100%;
}
.boton_arandano:hover
{
  background-color: #C8004C;
  border-radius: 5px;
  color: white;
  width: 100%;
  height: 100%;
}
/*----------------------------------------------*/


.boton_oscuro
{
  background-color: #2D2D2D;
  border-radius: 5px;
  color: white;
  width: 100%;
  height: 100%;
}
.boton_oscuro:hover
{
  background-color: #4D4D4D;
  background: linear-gradient(#7E7E7E, #2D2D2D);
  border-radius: 5px;
  color: white;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------*/

.boton_login
{
  background-color: #2E7FA1;
  border-radius: 5px;
  color: white;
  width: 100%;
  height: 100%;
}
.boton_login:hover
{
  background-color: #51DCFF;
  border-radius: 5px;
  color: white;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------*/

.btn-enviar{
  color: #fff;
  font-weight: 600;
  padding: 10px 45px;
  background-color: #0B7C00;
  border: none;
  border-radius: 2px;
}
.btn-enviar:hover{
  color: #333;
}

/*----------------------------------------------*/