/* CSS Document */
/* SOURCE: http://www.bestcssbuttongenerator.com/ */

/* Boton Area Usuarios */
.ButtonUsuarios {
	
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	
	background-color:#007dc1;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
	border:1px solid #124d77;
	
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	
	text-shadow:0px 1px 0px #154682;
	
}
.ButtonUsuarios:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	
	background-color:#0061a7;
	cursor:pointer;
}
.ButtonUsuarios:active {
	position:relative;
	top:1px;
	cursor:pointer;
}

.ButtonUsuarios:disabled, .ButtonUsuarios.disabled {
	-moz-box-shadow:inset 0px 1px 0px 0px #666666;
	-webkit-box-shadow:inset 0px 1px 0px 0px #666666;
	box-shadow:inset 0px 1px 0px 0px #666666;

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eaeaea), color-stop(1, #bebebe));
	background:-moz-linear-gradient(top, #eaeaea 5%, #bebebe 100%);
	background:-webkit-linear-gradient(top, #eaeaea 5%, #bebebe 100%);
	background:-o-linear-gradient(top, #eaeaea 5%, #bebebe 100%);
	background:-ms-linear-gradient(top, #eaeaea 5%, #bebebe 100%);
	background:linear-gradient(to bottom, #eaeaea 5%, #bebebe 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#bebebe',GradientType=0);

	background-color: #eaeaea;
	color: #999999;
	cursor: not-allowed;

	border:1px solid #999999;

	text-shadow:0px 1px 0px #FFFFFF;
}


/* Boton Area Clientes */
.ButtonClientes {
	
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	
	background-color:#3d94f6;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
	border:1px solid #337fed;
	
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	
	text-shadow:0px 1px 0px #1570cd;
	
}
.ButtonClientes:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	
	background-color:#1e62d0;
	cursor: pointer;
}
.ButtonClientes:active {
	position:relative;
	top:1px;
	cursor:pointer;
}

/* Boton Area Comercios */
.ButtonComercios {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	
	background-color:#89c403;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
	border:1px solid #74b807;
	
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	
	text-shadow:0px 1px 0px #528009;
	
}
.ButtonComercios:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	
	background-color:#77a809;
	cursor:pointer;
}
.ButtonComercios:active {
	position:relative;
	top:1px;
	cursor:pointer;
}

ButtonComercios:disabled, .ButtonComercios:disabled, ButtonComercios.disabled, .ButtonComercios.disabled, .ButtonComercios[disabled] {
	
	clear:both;

	-moz-box-shadow:inset 0px 1px 0px 0px #999999;
	-webkit-box-shadow:inset 0px 1px 0px 0px #999999;
	box-shadow:inset 0px 1px 0px 0px #999999;

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eaeaea), color-stop(1, #bebebe));
	background:-moz-linear-gradient(top, #eaeaea 5%, #bebebe 100%);
	background:-webkit-linear-gradient(top, #eaeaea 5%, #bebebe 100%);
	background:-o-linear-gradient(top, #eaeaea 5%, #bebebe 100%);
	background:-ms-linear-gradient(top, #eaeaea 5%, #bebebe 100%);
	background:linear-gradient(to bottom, #eaeaea 5%, #bebebe 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#bebebe',GradientType=0);

	background-color: #eaeaea;
	color: #999999;
	cursor: not-allowed;

	border:1px solid #999999;

	text-shadow:0px 1px 0px #FFFFFF;
}
