.butn.green-solid, .butn.style-one.white{
  display: inline-block;
  padding: 10px 25px;
  border-radius: 4px;
  line-height: 28px;
  font-weight: 500;
}
.opciones-bts{
	display:none;
	text-align:center;
}
.requerido{
	color:#f00;
	font-weight:bold;
}
.text-right{
	text-align:right;
}
/* Estados label */
.estados{
	color:#888; 
	font-size: 0.8rem; 
	display:inline-block;
	padding:3px 10px;
	margin:2px;
	background-color:#f8f8f8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.estadosPlomo{
	color:#65676a;
	background-color:#e2e3e5;
}
.estadosVerde{
	color:#0c3622;
	background-color:#d1e7dd; 
}
.estadosAzul{
	color:#055160;
	background-color:#cff4fc;
}
.estadosRojo{
	color:#58151c;
	background-color:#f8d7da;
} 