/* BOTONES EN GENERAL*/
/* button.button {
	background-color:#F8971D;
	border:1px solid #d9851a;
	color:#ffffff;
	height:22px;
	text-align:left;
	font-family: 'Arial Narrow',tahoma;
    font-size: 8.5pt;
	margin:3px;
	border-radius: 4px 4px 4px 4px; 
	box-shadow: 2px 2px 2px #9f9f9f;
} */
/* button.button:hover{
	border:none;
	color: var(--color-light);
	background-color: var(--color-danger);
	cursor:pointer;
	cursor: hand;
    font-size:11px;

} */


/* button.button i
{
  margin:4px
} */


/* BOTONES QUE SON SOLO UN ICONO*/
/* button.button_icon {
	cursor: hand;
	cursor: pointer;
	font-family: 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
	border: 1px solid transparent;
	width: 22px !important;
	height: 22px !important;
	background-position: center center !important;
	background-color: transparent !important;
	background-repeat: no-repeat;
	margin: 0px;
} */
/* BOTONES DEL ENCABEZADO DEL MANTENEDOR*/
/* .button_action {
	color:var(--color-light);	
	text-align:left;
	font-family: 'Arial Narrow',tahoma;
    font-size: 8.5pt;
	margin:2px;
	font-weight:bold;
	padding:2px;
}
.button_action i
{
  padding-left:12px;
  margin:4px
}
.button_action:hover{	
	cursor:pointer;
	cursor: hand;
	color: var(--color-light);
	text-decoration:none;
	
} */