/* BOTONES EN GENERAL*/
button.button {
	padding: 5px 10px;
	padding-right: 10px;
}
button.button:hover{
	color: var(--color-light);
	background-color: var(--color-error);
	cursor:pointer;
}


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;
	/* background-image: url('images/TabsInactiveTab.gif'); */
}

.navbar-btn {
	color: #bbbbbb;
	float: left !important;
}