.button1{
	background: rgba(220,242,250,1);
	background: -moz-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,242,250,1)), color-stop(37%, rgba(210,238,245,1)), color-stop(52%, rgba(223,239,252,1)), color-stop(100%, rgba(239,246,253,1)));
	background: -webkit-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: -o-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: -ms-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: linear-gradient(to bottom, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcf2fa', endColorstr='#eff6fd', GradientType=0 );
	font-size: 16px;
	font-weight: bold;
	border: 1px solid;
	border-color: #C5DBEC;
	border-radius: 5px;
	color: #2E6E9E;
	padding: 5px 12px;
}
.button1[disabled]{
	background: rgba(220,242,250,1);
	background: -moz-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,242,250,1)), color-stop(37%, rgba(210,238,245,1)), color-stop(52%, rgba(223,239,252,1)), color-stop(100%, rgba(239,246,253,1)));
	background: -webkit-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: -o-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: -ms-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: linear-gradient(to bottom, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcf2fa', endColorstr='#eff6fd', GradientType=0 );
	font-size: 16px;
	font-weight: bold;
	border: 1px solid;
	border-color: #C5DBEC;
	border-radius: 5px;
	color: #2E6E9E;
	padding: 5px 12px;
	opacity: 0.65; 
  cursor: not-allowed;
}
.ui-dialog button.cancelButton{
	background: rgba(227,16,44,1);
	background: -moz-linear-gradient(top, rgba(227,16,44,1) 0%, rgba(250,5,5,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227,16,44,1)), color-stop(100%, rgba(250,5,5,1)));
	background: -webkit-linear-gradient(top, rgba(227,16,44,1) 0%, rgba(250,5,5,1) 100%);
	background: -o-linear-gradient(top, rgba(227,16,44,1) 0%, rgba(250,5,5,1) 100%);
	background: -ms-linear-gradient(top, rgba(227,16,44,1) 0%, rgba(250,5,5,1) 100%);
	background: linear-gradient(to bottom, rgba(227,16,44,1) 0%, rgba(250,5,5,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3102c', endColorstr='#fa0505', GradientType=0 );
	font-size: 14px;
	text-align: center;
	min-width: 23.5%;
	max-width: 23.5%;
	font-weight: bold;
	border: 1px solid;
	border-color: #e3102c;
	border-radius: 5px;
	color: #000000;
	padding: 5px 12px;
}
.ui-dialog button.cancelButton:hover{
	background: rgba(240,40,67,1);
	background: -moz-linear-gradient(top, rgba(240,40,67,1) 0%, rgba(251,45,45,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,40,67,1)), color-stop(100%, rgba(251,45,45,1)));
	background: -webkit-linear-gradient(top, rgba(240,40,67,1) 0%, rgba(251,45,45,1) 100%);
	background: -o-linear-gradient(top, rgba(240,40,67,1) 0%, rgba(251,45,45,1) 100%);
	background: -ms-linear-gradient(top, rgba(240,40,67,1) 0%, rgba(251,45,45,1) 100%);
	background: linear-gradient(to bottom, rgba(240,40,67,1) 0%, rgba(251,45,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f02843', endColorstr='#fb2d2d', GradientType=0 );
	font-size: 14px;
	font-weight: bold;
	border: 1px solid;
	border-color: #e3102c;
	border-radius: 5px;
	color: #000000;
	padding: 5px 12px;
}
.ui-dialog button.efectivoButton{
	background: rgba(28,186,46,1);
	background: -moz-linear-gradient(top, rgba(28,186,46,1) 0%, rgba(45,168,78,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28,186,46,1)), color-stop(100%, rgba(45,168,78,1)));
	background: -webkit-linear-gradient(top, rgba(28,186,46,1) 0%, rgba(45,168,78,1) 100%);
	background: -o-linear-gradient(top, rgba(28,186,46,1) 0%, rgba(45,168,78,1) 100%);
	background: -ms-linear-gradient(top, rgba(28,186,46,1) 0%, rgba(45,168,78,1) 100%);
	background: linear-gradient(to bottom, rgba(28,186,46,1) 0%, rgba(45,168,78,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cba2e', endColorstr='#2da84e', GradientType=0 );
	font-size: 14px;
	text-align: center;
	min-width: 23.5%;
	max-width: 23.5%;
	font-weight: bold;
	border: 1px solid;
	border-color: #FFFFFF;
	border-radius: 5px;
	color: #FFFFFF;
	padding: 5px 12px;
}
.ui-dialog button.efectivoButton:hover{
	background: rgba(30,200,50,1);
	background: -moz-linear-gradient(top, rgba(30,200,50,1) 0%, rgba(48,181,84,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30,200,50,1)), color-stop(100%, rgba(48,181,84,1)));
	background: -webkit-linear-gradient(top, rgba(30,200,50,1) 0%, rgba(48,181,84,1) 100%);
	background: -o-linear-gradient(top, rgba(30,200,50,1) 0%, rgba(48,181,84,1) 100%);
	background: -ms-linear-gradient(top, rgba(30,200,50,1) 0%, rgba(48,181,84,1) 100%);
	background: linear-gradient(to bottom, rgba(30,200,50,1) 0%, rgba(48,181,84,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ec832', endColorstr='#30b554', GradientType=0 );
	font-size: 14px;
	font-weight: bold;
	border: 1px solid;
	border-color: #FFFFFF;
	border-radius: 5px;
	color: #FFFFFF;
	padding: 5px 12px;
}
.ui-dialog button.todoButton{
	background: rgba(255,204,0,1);
	background: -moz-linear-gradient(top, rgba(255,204,0,1) 0%, rgba(255,198,54,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,204,0,1)), color-stop(100%, rgba(255,198,54,1)));
	background: -webkit-linear-gradient(top, rgba(255,204,0,1) 0%, rgba(255,198,54,1) 100%);
	background: -o-linear-gradient(top, rgba(255,204,0,1) 0%, rgba(255,198,54,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,204,0,1) 0%, rgba(255,198,54,1) 100%);
	background: linear-gradient(to bottom, rgba(255,204,0,1) 0%, rgba(255,198,54,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ffc636', GradientType=0 );
	font-size: 14px;
	text-align: center;
	min-width: 23.5%;
	max-width: 23.5%;
	font-weight: bold;
	border: 1px solid;
	border-color: #ffcc00;
	border-radius: 5px;
	color: #000000;
	padding: 5px 12px;
}
.ui-dialog button.todoButton:hover{
	background: rgba(255,213,46,1);
	background: -moz-linear-gradient(top, rgba(255,213,46,1) 0%, rgba(255,213,107,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,213,46,1)), color-stop(100%, rgba(255,213,107,1)));
	background: -webkit-linear-gradient(top, rgba(255,213,46,1) 0%, rgba(255,213,107,1) 100%);
	background: -o-linear-gradient(top, rgba(255,213,46,1) 0%, rgba(255,213,107,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,213,46,1) 0%, rgba(255,213,107,1) 100%);
	background: linear-gradient(to bottom, rgba(255,213,46,1) 0%, rgba(255,213,107,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd52e', endColorstr='#ffd56b', GradientType=0 );
	font-size: 14px;
	font-weight: bold;
	border: 1px solid;
	border-color: #ffcc00;
	border-radius: 5px;
	color: #000000;
	padding: 5px 12px;
}
.ui-dialog button.okButton{
	background: rgba(220,242,250,1);
	background: -moz-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,242,250,1)), color-stop(37%, rgba(210,238,245,1)), color-stop(52%, rgba(223,239,252,1)), color-stop(100%, rgba(239,246,253,1)));
	background: -webkit-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: -o-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: -ms-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: linear-gradient(to bottom, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcf2fa', endColorstr='#eff6fd', GradientType=0 );
	font-size: 14px;
	text-align: center;
	min-width: 23.5%;
	max-width: 23.5%;
	font-weight: bold;
	border: 1px solid;
	border-color: #C5DBEC;
	border-radius: 5px;
	color: #2E6E9E;
	padding: 5px 12px;
}
.ui-dialog button.okButton:hover{
	background: rgba(230,243,247,1);
	background: -moz-linear-gradient(top, rgba(230,243,247,1) 0%, rgba(197,224,252,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,243,247,1)), color-stop(100%, rgba(197,224,252,1)));
	background: -webkit-linear-gradient(top, rgba(230,243,247,1) 0%, rgba(197,224,252,1) 100%);
	background: -o-linear-gradient(top, rgba(230,243,247,1) 0%, rgba(197,224,252,1) 100%);
	background: -ms-linear-gradient(top, rgba(230,243,247,1) 0%, rgba(197,224,252,1) 100%);
	background: linear-gradient(to bottom, rgba(230,243,247,1) 0%, rgba(197,224,252,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f3f7', endColorstr='#c5e0fc', GradientType=0 );
	font-size: 14px;
	font-weight: bold;
	border: 1px solid;
	border-color: #C5DBEC;
	border-radius: 5px;
	color: #2E6E9E;
	padding: 5px 12px;
}
.ui-dialog button.aceptarButton{
	background: rgba(220,242,250,1);
	background: -moz-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,242,250,1)), color-stop(37%, rgba(210,238,245,1)), color-stop(52%, rgba(223,239,252,1)), color-stop(100%, rgba(239,246,253,1)));
	background: -webkit-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: -o-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: -ms-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: linear-gradient(to bottom, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcf2fa', endColorstr='#eff6fd', GradientType=0 );
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border: 1px solid;
	border-color: #C5DBEC;
	border-radius: 5px;
	color: #2E6E9E;
	padding: 5px 12px;
}
.ui-dialog button.aceptarButton:hover{
	background: rgba(230,243,247,1);
	background: -moz-linear-gradient(top, rgba(230,243,247,1) 0%, rgba(197,224,252,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,243,247,1)), color-stop(100%, rgba(197,224,252,1)));
	background: -webkit-linear-gradient(top, rgba(230,243,247,1) 0%, rgba(197,224,252,1) 100%);
	background: -o-linear-gradient(top, rgba(230,243,247,1) 0%, rgba(197,224,252,1) 100%);
	background: -ms-linear-gradient(top, rgba(230,243,247,1) 0%, rgba(197,224,252,1) 100%);
	background: linear-gradient(to bottom, rgba(230,243,247,1) 0%, rgba(197,224,252,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f3f7', endColorstr='#c5e0fc', GradientType=0 );
	font-size: 14px;
	font-weight: bold;
	border: 1px solid;
	border-color: #C5DBEC;
	border-radius: 5px;
	color: #2E6E9E;
	padding: 5px 12px;
}
.ui-dialog button.limpiarButton{
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border: 1px solid;
	border-color: #a1a1a1;
	border-radius: 5px;
	color: #000000;
	padding: 5px 12px;
}
.ui-dialog button.limpiarButton:hover{
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 47%, rgba(245,245,245,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(252,252,252,1)), color-stop(100%, rgba(245,245,245,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 47%, rgba(245,245,245,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 47%, rgba(245,245,245,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 47%, rgba(245,245,245,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 47%, rgba(245,245,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 );
	font-size: 14px;
	font-weight: bold;
	border: 1px solid;
	border-color: #a1a1a1;
	border-radius: 5px;
	color: #000000;
	padding: 5px 12px;
}
.buttonadd{
	background: rgba(220,242,250,1);
	background: -moz-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,242,250,1)), color-stop(37%, rgba(210,238,245,1)), color-stop(52%, rgba(223,239,252,1)), color-stop(100%, rgba(239,246,253,1)));
	background: -webkit-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: -o-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: -ms-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: linear-gradient(to bottom, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcf2fa', endColorstr='#eff6fd', GradientType=0 );
	font-size: 16px;
	font-weight: bold;
	border: 1px solid;
	border-color: #C5DBEC;
	border-radius: 5px;
	color: #2E6E9E;
	padding: 7px 14px;
	cursor: pointer;
}
.buttonadd:hover{
	background: rgba(220,242,250,1);
	background: -moz-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,242,250,1)), color-stop(37%, rgba(210,238,245,1)), color-stop(52%, rgba(223,239,252,1)), color-stop(100%, rgba(239,246,253,1)));
	background: -webkit-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: -o-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: -ms-linear-gradient(top, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	background: linear-gradient(to bottom, rgba(220,242,250,1) 0%, rgba(210,238,245,1) 37%, rgba(223,239,252,1) 52%, rgba(239,246,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcf2fa', endColorstr='#eff6fd', GradientType=0 );
	filter: contrast(200%);
	font-size: 16px;
	border: 1px solid;
	border-color: #8bb7d9;
	border-radius: 5px;
	color: #2E6E9E;
	padding: 6px 13px;
	cursor: pointer;
}

/*# sourceMappingURL=button.css-0aa85757645ddfe7bbe52207cf9b8cfc7e9ab1a251c0b266a40c3d9b96e2245e.map */
