.web .boton{
	background-color: #00a2b9 !important;
	border: 2px solid #00a2b9;
}
.web .boton:hover{
	opacity: 0.8;
}

.web .boton a{
	background-color: #00a2b9 !important;
}

.web .boton2 {
	color: #00a2b9;
	background-color: transparent !important;
	border: 2px solid #00a2b9;
}

.web .boton2:hover {
	transition: all 450ms ease 0s;
	opacity: 0.6;
}

.botonSlider, .botonSlider a {
	background-color: none;
	color: #FFF !important;
	border: 1px solid #00a2b9;
	height: 50px !important;
	border-radius: 40px 40px 40px 40px !important;
	-moz-border-radius: 40px 40px 40px 40px !important;
	-webkit-border-radius: 40px 40px 40px 40px !important;
	padding-top: 12px !important;
	display: inline-block;
}