.botones {
	display:inline-block;
	height:auto;
	padding:5px 14px;
	margin-right:7px;
	margin-right:0.5rem;
	margin-bottom:14px;
	margin-bottom:1rem;
	color:#ffffff;
	border-radius:2px;
}
.botones:hover {
	opacity:0.8;
}
.botones img{
	border:none !important;
	padding:none !important;
	box-shadow:none !important;
	vertical-align:middle;
}
a.boton-a {
	color:#ffffff;
	text-decoration:none;
}
a.boton-a:hover, a.boton-a:visited, a.boton-a:active{
	color:#ffffff !important;
}
