.btnConfirmar {
	font-family:arial;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	background:#f00;
	border-radius:6px;
	border:0;
	padding:6px 0;
	cursor:pointer;
	outline:none;
	-webkit-appearance:none;
	-moz-appearance:none;
}

.btnConfirmar:hover {
	color:#fff;
	background:#E63127;
}

.btnGris {
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:#777777;
	border-radius:4px;
	border:0;
	padding:6px 10px;
	cursor:pointer;
	text-align:center;
	outline:none;
	-webkit-appearance:none;
	-moz-appearance:none;
}

.btnGris:hover {
	background:#004671;
}

.btnBarBottom {
	position:fixed;
	bottom:0;
	width:100%;
	background:#fff;
	border-top:1px solid #ccc;
	padding:6px 0;
	outline:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	z-index:1000;
}

.btnBarBottom .btn {
	font-family:arial;
	font-size:16px;
	font-weight:normal;
	color:#017BD0;
	cursor:pointer;
	outline:none;
	-webkit-appearance:none;
	-moz-appearance:none;
}

.btnBarBottom .icon-left {
	width:20px;
	height:20px;
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
}

.btnBarBottom .icon-home {
	width:20px;
	height:20px;
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
}