﻿
.btnGral {
	-moz-box-shadow:inset 0px 1px 0px 0px #a8a8a8;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a8a8a8;
	box-shadow:inset 0px 1px 0px 0px #a8a8a8;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ebeef0), color-stop(1, #e0e0e0));
	background:-moz-linear-gradient(top, #ebeef0 5%, #e0e0e0 100%);
	background:-webkit-linear-gradient(top, #ebeef0 5%, #e0e0e0 100%);
	background:-o-linear-gradient(top, #ebeef0 5%, #e0e0e0 100%);
	background:-ms-linear-gradient(top, #ebeef0 5%, #e0e0e0 100%);
	background:linear-gradient(to bottom, #ebeef0 5%, #e0e0e0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebeef0', endColorstr='#e0e0e0',GradientType=0);
	background-color:#ebeef0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #858585;
	display:inline-block;
	cursor:pointer;
	color:#636163;
	font-family:Verdana;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
}
.btnGral:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e0e0e0), color-stop(1, #ebeef0));
	background:-moz-linear-gradient(top, #e0e0e0 5%, #ebeef0 100%);
	background:-webkit-linear-gradient(top, #e0e0e0 5%, #ebeef0 100%);
	background:-o-linear-gradient(top, #e0e0e0 5%, #ebeef0 100%);
	background:-ms-linear-gradient(top, #e0e0e0 5%, #ebeef0 100%);
	background:linear-gradient(to bottom, #e0e0e0 5%, #ebeef0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#ebeef0',GradientType=0);
	background-color:#e0e0e0;
}
.btnGral:active 
{
	position:relative;
	top:1px;
}

.BotonMenu 
{
    -moz-box-shadow:inset 0px 1px 0px 0px #a8a8a8;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a8a8a8;
	box-shadow:inset 0px 1px 0px 0px #a8a8a8;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F9F9FC), color-stop(1, #F9F9FC));
	background:-moz-linear-gradient(top, #F9F9FC 5%, #F9F9FC 100%);
	background:-webkit-linear-gradient(top, #F9F9FC 5%, #F9F9FC 100%);
	background:-o-linear-gradient(top, #F9F9FC 5%, #F9F9FC 100%);
	background:-ms-linear-gradient(top, #F9F9FC 5%, #F9F9FC 100%);
	background:linear-gradient(to bottom, #F9F9FC 5%, #F9F9FC 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9FC', endColorstr='#F9F9FC',GradientType=0);
	/*background-color:#ebeef0;*/
    background-color:#F9F9FC;    
    /*
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
    */
	border:1px solid #858585;
	display:inline-block;
	cursor:pointer;
	color:#636163;
	font-family:Verdana;
	font-size:13px;
	padding:3px 10px;
	text-decoration:none; 
}

.BotonMenuActivo 
{
    -moz-box-shadow:inset 0px 1px 0px 0px #a8a8a8;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a8a8a8;
	box-shadow:inset 0px 1px 0px 0px #a8a8a8;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e0e0e0), color-stop(1, #e0e0e0));
	background:-moz-linear-gradient(top, #e0e0e0 5%, #e0e0e0 100%);
	background:-webkit-linear-gradient(top, #e0e0e0 5%, #e0e0e0 100%);
	background:-o-linear-gradient(top, #e0e0e0 5%, #e0e0e0 100%);
	background:-ms-linear-gradient(top, #e0e0e0 5%, #e0e0e0 100%);
	background:linear-gradient(to bottom, #e0e0e0 5%, #e0e0e0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#e0e0e0',GradientType=0);	
    background-color:#e0e0e0;        
	border:1px solid #858585;
	display:inline-block;
	cursor:pointer;
	color:#636163;
	font-family:Verdana;
	font-size:13px;
	padding:3px 10px;
	text-decoration:none; 
}
.btndisabled {
    color: #BAB8BA;
}


