Contoy Island Tour, Tours From Cancun Mexico

Tour a Isla Contoy | Ecoturismo Cancun | Ecoturismocancun.com

Contoy is a magical island especially for ecotourism lovers, this island combines a boat cruising, through the beautiful Mexican Caribbean sea arriving at this island only habituated by different types of birds in a habitat full of mangroves and a beautiful beach.

This Contoy Island tour covers: We sail for about an hour and thirty minutes by the wonderful waters of the Caribbean, until we reach the reef at Isla Contoy, jealously protected by Semarnat, who is responsible for protecting and safeguarding the wonders of Contoy. Once we finish our journey, we will arrive to Isla Contoy where the biologist in turn will teach and delight us with a magnificent explanation about the fauna and flora that inhabit this place known also as Bird Island.

 

Tour a Isla Contoy | Ecoturismo Cancun | Ecoturismocancun.com

Lunch will be a delicious grilled fish that the fisherman´s for the nearest island just catch it for us that morning!

Later, while exploring the island, we will have the feeling of swimming on the waters of a lost and deserted island, swimming at the sea where you can’t even see land, or signs of it.

On the beach we will be visited by the rays that do not lose the opportunity of having tourists to feed them. Contoy Island is a wonderful place for bird watching lovers.

Contoy Island tour, includes:

  • Boat Round trip to Contoy from pier in Cancun
  • Continental breakfast
  • Lunch
  • Snorkel Tour if the weather allows it
  • Guide

Does not include:

  • Ecology tax (5 usd Semarnat)
  • Snorkel gear´s rent ( 5 usd)

Days & Schedule

Departure point:
Departure time:
Arrival to Cancun:
Available:
Cancun Hotel’s Zone Dock
9:00 AM (Check In 8:30 AM)
5:00 PM
  • Tuesday
  • Thursday
  • Saturday

Prices

Kind of Entrance
Adult:
Children (6 to 11):
Children (under 5):
Regular Price
$ 90 USD
$ 61 USD
Free
Internet Price (20% Off)
$ 82 USD
$ 55 USD
Free

Important Note:

Internet prices can only be honor if purchased directly via the Internet or telephone.

Children under 5 can ride for free, but the trip on the boat is long for small kids, since they are impatient easily, we suggest to take kids older than 5.

There is a SEMARNAT fee (Mexican environmental agency) by $ 5 usd per person, if you do not have equipment for snorkeling and want to do you could rent the equipment on board by 5 usd. 

If you have any questions or for more Information of Isla Contoy Tours ,  , please contact us:
 
EcoturismoCancun.com
   – (52)998.849.7699
From Mexico - 01 800.701.4434
Toll free from U.S.A 1 8 666 54 91 01
Email: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it  

We highly recommend

  • To wear hat
  • Ecological sun block
  • Swimsuit
  • Towel
  • Camera
  • Cash money to pay tips, snorkel equipment or money to rent one.
Subject to availability.- We will make every effort to accommodate last minute purchases made for next day tours but all prior confirmed and paid reservations take priority
Contoy Island Tour, Tours From Cancun Mexico
  • Tour a Isla Contoy | Ecoturismo Cancun | EcoturismoCancun.com
  • Tour a  Isla Contoy | Ecoturismo Cancun | EcoturismoCancun.com
  • Tour a  Isla Contoy | Ecoturismo Cancun | EcoturismoCancun.com
 
How to pay my tour online?   | Benefits | Recommendations | Click here

Caja Paypal Contoy (Inglés)

BUY:

  • Children over 5 years old pay.
  • Purchases and reservation less than 48 hrs before the tour, please call 01-800-701-4434 or 52-998-849-7699 to check availability.
  • Cancellation or changes 24 hrs in advance before the reservation.
Gráficos de soluciones
Purchasing Information:

Hotel's Name:

Adult:

Children (6 to 11):

Children (5 and under):

Tour Date: Day 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 - Month Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dic - Year 2008 2009 2010

Tour Hour:

var nombreHotel = document.getElementById('txtHotel'); var numAdultos = document.getElementById('txtAdultos'); var numNinios1 = document.getElementById('txtNinios1'); var numNinios2 = document.getElementById('txtNinios2'); var dia = document.getElementById('listDia'); var mes = document.getElementById('listMes'); var anio = document.getElementById('listAnio'); var hora = document.getElementById('txtHora'); var mensaje1 = "Adultos"; var mensaje2 = "Ni%F1os"; var mensaje3 = "Ni%F1os gratis"; var mensaje4 = "Hay campos con datos que no son numéricos."; var mensaje5 = "Algunos campos necesarios están vacíos."; var mensaje6 = "Hotel"; var mensaje7 = "Fecha tour"; var mensaje8 = "Nota extra"; var mensaje9 = "Debe haber al menos un adulto."; var mensaje10 = "Total Personas: "; var revisar_si_es_numerico = function(valor){ var resultado = true; var cadena = valor; var caracteres_validos = "0123456789.-"; for (i = 0; i < cadena.length; i++) { if (caracteres_validos.indexOf(cadena.charAt(i)) == -1) { resultado = false; } } return resultado; } var generarURL = function(nombreTour, precioAdulto, precioNinio){ var resultado = "nada"; var urlPayPal = 'https://www.paypal.com/cgi-bin/webscr?cmd=_cart&' var articulo, opciones, importe, totalPersonas = 0, totalImporte = 0, n1, n2; if (nombreHotel.value != "" && numAdultos.value != "" && dia.value != "" && mes.value != "" && anio.value != "" && hora.value != "") { if (revisar_si_es_numerico(numAdultos.value) == true && revisar_si_es_numerico(numNinios1.value) == true && revisar_si_es_numerico(numNinios2.value) == true) { if (numAdultos.value > 0) { if (numNinios1.value == "") { n1 = 0; } else { n1 = parseInt(numNinios1.value); } if (numNinios2.value == "") { n2 = 0; } else { n2 = parseInt(numNinios2.value); } articulo = "^item_name="; articulo = articulo + nombreTour + ": " + numAdultos.value + " " + mensaje1 + " (" + numAdultos.value * precioAdulto + " USD)" + " + " + n1 + " " + mensaje2 + " (" + n1 * precioNinio + " USD)" + " + " + n2 + " " + mensaje3 + " (0 USD)"; totalImporte = (numAdultos.value * precioAdulto) + (numNinios1.value * precioNinio); importe = "^amount=" + totalImporte; totalPersonas = parseInt(numAdultos.value) + n1 + n2; opciones = "^on0=" + mensaje6 + "^os0=" + nombreHotel.value; opciones = opciones + "^on1=" + mensaje7 + "^os1="; opciones = opciones + dia.value + "-" + mes.value + "-" + anio.value + "/" + hora.value + "," + mensaje10 + totalPersonas; resultado = urlPayPal + "add=1^business=ecoturismocancun%40gmail.com" + articulo + importe + opciones + "^cn=" + mensaje8; } else { alert(mensaje9) } } else { alert(mensaje4) } } else { alert(mensaje5); } return resultado; } Buy Now - Comprar Ahora
TOURS FOR EVERYONE