.boton {

	font-size: 12px;
	/* font-weight: 700; */

	line-height: 1.5em;
	position: relative;
	/* text-transform: uppercase; */
	z-index: 2;
	text-decoration: none !important;
	text-transform: uppercase !important;
	margin-bottom: 10px;
}
.boton a {
	color: #fff !important;
	background: #0072BC !important;
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	padding: 10px 10px 10px 28px;
	display: inline-block;
	position: relative;
	font-size: 13px;
	line-height: 16px;
}

.boton a:before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent transparent #0072BC;
	border-image: none;
	border-right: 4px solid transparent;
	border-style: solid;
	border-width: 4px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	left: 15px;
    top: 13px;
	width: 0;
	z-index: 2;
}

.boton a:after {
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 13px;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	left: 10px;
	top: 12px;
	width: 12px;
}

.boton-2 {
	background: red;
	color: white;
	display: inline-block;
	padding: 5px;
} 