body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
a {
	color: #666;
	text-decoration: none
}
a:hover {
	text-decoration: none;
	text-decoration: none;
}
img{
	vertical-align: middle;
}
.barra {
	display: flex;
	float: right;
	align-items: center;
	vertical-align: middle;
}
.boton {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	background-color: #0B72B4;
	border: none;
	color: #ffffff;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 1px;
	border-radius: 22px;
  }
  .boton:hover {
	background-color: #054369;
	color: #ffffff;
	cursor: -webkit-grab; 
	cursor: grab;
  }